Hi,
I try to activate deactivate a checkbox with javascript node.
i can control float and int value withour problem.
i read on the documentation that Checkbox work with int = ‘‘Checkboxes are integer properties.’’
Is it because there is no K ‘‘keyable’’ option next to the parameters ?
I want to change the Clear Every Frame in the Root Field with this :
layer = Document.FindLayer(“LayerName”);
node = layer.FindNode(“Field Root”);
node.SetInt(“Attributes.Clean Every Frame”, 1);
Thx for your Help !
Fred