State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:520064|
Problem summary
Changing Text2 font_size using Python doesn't apply to new messages correctly
This can happen if the node isn't viewed on creation, or when trying to change the font_size
Customer reported version
nuke.13.2v4
Customer reported platform
n_a_linux
Steps to reproduce
1) Open Nuke
2) Run the following code in the Script Editor:
t = nuke.createNode("Text2")t["font_size"].setValue(50)t["message"].setValue("hello") 

t["font_size"].setValue(120) t["message"].setValue("world")Again the font_size doesn't get applied correctly, and this time the font is size 50, instead of 120
We're sorry to hear that
Please tell us why