Setup for invoking an Attribute From Parameters graph ?

   212   0   0
User Avatar
Member
33 posts
Joined: 12月 2014
Offline
I can't get the exact setup to do this:

subnet1 -> some process on a geometry, with no actual geometry inside the subnet, say one subdivide

geo1 -> the actual geometry to process with subnet1

attribute From Parameters for each of those nodes; possibly wired as inputs instead of being referenced in node path, but I believe `opinputpath(".",0)` can take care of this

Then I need to feed wire the two attributeFromParameters to Invoke Compiled Graph
I keep on reading the doc for this node, and it should work in theory, but I can't get a working setup to have a clean separation between process (subnet1) and data (geo1)

My goal is to do something on the graph representation of subnet1 when it's just text after, attribute From Parameters. For example, I would go through some specific values of known verbs and tweak them in a loop.
  • Quick Links