Jump to content

Compiled Block Nodes Usage


Recommended Posts

I'm trying to wrap my mind around the usage of the Compiled block nodes.  I have taken a look at the example in the documentation.  But, I am still confused about what scenarios you would want to use them in?  Could someone please describe when a user might use it and what the advantage is? 

Edited by benne5
Link to comment
Share on other sites

One of the more common cases I have used them in is for importers and exporters. Generally when communicating with another package if you use python if becomes burdensome to dive between external python libraries, nodes, and python sops. This allows you to stream line the process in one language and cut back and forth. Also this saves you from needing to say cross between vex and python for an optimized operation. Python is way better at string management, however once you have constructed that string you may want to do a vex like function to it before you do another python function with that string. Saving you from jumping through multiple languages.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...