Multiple wrangle nodes

   1092   2   0
User Avatar
Member
1 posts
Joined: March 2019
Offline
Hi guys, I’m new to the Houdini world and as I’m learning vex as well as the Attribute wrangle nodes, I would find it easier to break long lines of code into several wrangle nodes. Is there an easy way to make this happen? I have tried setting this up but often fail to get the code to work using multiple nodes.
User Avatar
Member
2038 posts
Joined: Sept. 2015
Offline
Post a hip with a fairly simple example of your issues; then someone might be able to help you.
User Avatar
Member
47 posts
Joined: Aug. 2018
Offline
You could use different nodes, or tabs with text parms and then read with a chs() expression. Then use eval() or exec() python functions.

Or write in files and import.
  • Quick Links