Notifications
Clear all

[Closed] Change node's property

Hi All.
Could we change node’s property , by layer or by object, without opening object properties dialog?

4 Replies
 JHN

Yes.

What do you want to change?

-Johan

hello, JHN.
I can set xray property on, but its properties belong to layer level. No xray in viewport.
I need to open dialog box to switch “by layer” to “by object”.
Any command to switch “by layer” to “by object” without opening dialog box?
Thanks a lot.

 JHN

showInterface selection[1].INodeLayerProperties
Interface: INodeLayerProperties
[color=YellowGreen]   Properties:
	.layer : Interface : Read
	.displayByLayer : boolean : Read|Write
	.renderByLayer : boolean : Read|Write
	.motionByLayer : boolean : Read|Write
	.colorByLayer : boolean : Read|Write
	.globalIlluminationByLayer : boolean : Read|Write
   Methods:
   Actions:
OK[/color]

Cheers,
-Johan

JHN.
Thanks a lot.