Is there GUI to edit 3DSceneColors files?

   602   3   0
User Avatar
Member
654 posts
Joined: Aug. 2019
Offline
I always feel it very clumsy that one needs to edit a text configuration file to change some basic UI color (like wireframe, selected point, etc) in Houdini. And it even requires relaunching Houdini. Is there a more ergonomic way?
User Avatar
Member
4980 posts
Joined: Feb. 2012
Offline
Hi,

There is no GUI but you can use the Reload function to reload the colors:


Alterntively you can do it using the Python HOM:
hou.ui.reloadColorScheme() [www.sidefx.com]

Attachments:
a.png (37.8 KB)

Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
User Avatar
Member
654 posts
Joined: Aug. 2019
Offline
animatrix_
Hi,

There is no GUI but you can use the Reload function to reload the colors:
Image Not Found


Alterntively you can do it using the Python HOM:
hou.ui.reloadColorScheme() [www.sidefx.com]

I see, thank you!

As for the GUI, I feel I'm experiencing some kind of Mandela Effect now... I swear that during H18~H19 days I've found a panel (perhaps a third party plugin? Or an official example about how to make custom panel?) that lists all the colors in 3DSceneColors, but I can't find it now...
User Avatar
Member
654 posts
Joined: Aug. 2019
Offline


I found it! It's from https://www.sidefx.com/docs/houdini/examples/python_panels/viewportcoloreditor.html [www.sidefx.com]

But the 'load' button only works in the embedded browser.

Attachments:
Enter_a_filename.png (318.1 KB)

  • Quick Links