有没有办法强制对message
文本节点中的整个文本进行缩放。我看到 Nuke 9.0v7 或 10 有一种方法,但这对我来说不可用。
我什至试图强制一种迂回的方式来加强字体,但仍然无法弄清楚这一点。
nuke.toNode("shot_" + str(c+1) + "_text")['message'].setValue("")
nuke.toNode("shot_" + str(c+1) + "_text")['font_size'].setValue(33)
nuke.toNode("shot_" + str(c+1) + "_text") ['baseline_shift'].setValue(-13)
nuke.toNode("shot_" + str(c+1) + "_text")['message'].setValue((ntpath.basename(thumbnailShots[c+ contactSheetUp])[:-4])[:17])
与此博客评论非常相似。(字体以原生 100 字体大小和 33 字体大小显示)。
http://community.thefoundry.co.uk/discussion/topic.aspx?f=190&t=113652