yisiqu Posted December 12, 2023 Share Posted December 12, 2023 http://i.imgur.com/RnyRamH.png Quote Link to comment Share on other sites More sharing options...
Jafaar Posted December 13, 2023 Share Posted December 13, 2023 Hello, you have to select your node and use the shortcut "Z" to acces the differents node shape. Quote Link to comment Share on other sites More sharing options...
animatrix Posted December 13, 2023 Share Posted December 13, 2023 Hi, The second one is from my own desktop In my case I just override the rectangle shape by my custom node shape and turn off the custom node shape option. I place my own circle shape as rect.json under: HOUDINI_USER_DIR\config\NodeShapes 1 Quote Link to comment Share on other sites More sharing options...
ftaswin Posted December 15, 2023 Share Posted December 15, 2023 Or inside $HOUDINI_USER_PREF_DIR/scripts/OnCreated.py Add this: kwargs["node"].setUserData("nodeshape", "circle") If the folder or file doesnt exists, create one 1 Quote Link to comment Share on other sites More sharing options...
yisiqu Posted December 16, 2023 Author Share Posted December 16, 2023 That's the most elegant thing I've ever seen. Thanks, Ferry Taswin! Quote Link to comment Share on other sites More sharing options...
animatrix Posted December 16, 2023 Share Posted December 16, 2023 Be careful explicitly changing node shapes though. I used my setup at ILM and MPC with production files but only I would see the nodes as circles, everyone else saw them as what they were i.e. default or custom shapes they set. So I didn't upset anyone messing with their shapes which would be a big problem otherwise. Quote Link to comment Share on other sites More sharing options...
yisiqu Posted December 16, 2023 Author Share Posted December 16, 2023 Yunus, thanks for the reminder. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.