Jump to content
Developer Wiki and Function Reference Links ×

Extrude along multiple paths and use Control Geometry


Recommended Posts

In the attached file I have three Marionette Networks.

 

The first network is simple: it extrudes a polygon along a path. The script knows which polygons to use, because I named them 'Profile' and 'Path'.

 

The second network is almost the same, except that instead of one path I created multiple paths and grouped them.

 

The third network is almost the same as the second network, but the third network is wrapped. What I would like is to use the group of paths as 'Control Geometry'. But when I select the wrapped network and the group of paths, right-click and then 'Convert to Object Node...', both the wrapped network and the group of paths seem to disappear.

 

How can I fix this?

ExtrudePath.vwx

Link to comment
  • Marionette Maven

Great question!

  • Ungroup will actively ungroup a group (unless it's a group created by Marionette) and return the handles of the objects that used to reside within it
  • Contents will give you the handles to the objects within a group without ungrouping it.

Generally, they can be relatively interchangeable if you don't really care about the grouping of objects in the end, but in this case (though I'm not totally certain) I believe it fails because once you ungroup the objects in a Control Geometry container, the node that references Control Geometry doesn't know what to do anymore since it's only supposed to contain one object (ungrouping would result in the Control Geo container to now contain three separate objects).

 

I hope that helps to clear things up at least a little bit!

Link to comment

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.   Restore formatting

  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...