Base Color Window
laurenceyashas
Posts: 0
Is there a way to get the select color window to pop up with a script?
zpic1.png
496 x 365 - 31K
zpic2.png
197 x 38 - 7K
Comments
You can use DzColorDialog http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/colordialog_dz - there's a global ColorDialog() you can use - that will return a colour, but then you would have to assign it to the desired property.
Thanks Richard! Is there a way that assign ColorDialog to the base color?
Yes, I missed that - Rob supplied the correct version
var clrUser = ColorDialog.getColor( Color( 0, 0, 255 ) );