8 Comments

  1. Prometheus

    I could only get this to work with your curve. I kept getting an error on “cycles” and can not traverse the hierarchy. Any suggestions in creating curves? I would love to drive the curve as another rig so the entire ribbon structure can animate.

    • Hey! I did a quick test using the scene file and had no problems trying different curves. Since it’s a cycle error, you’ve probably missed some setting in the teal colored nodes, so take a closer look at them. Also make sure you’re generating UVs inside the Sweep SOP.
      Cheers,
      Chris

    • When creating the curve make sure to Retract Tangents from the end points of the curve. Otherwise the rig won’t work.

  2. Mageshwaran

    I got the same error as prometheus, I am running up and down to find the mistake , but no use yet

  3. Mageshwaran

    ok it was not the teal nodes , it was the first node , the curve itself. Just try using a circle instead , you will see what I mean

    • Hey! Using any closed curve as a base for a rig will lead to a circular dependency error (as seen in part one of this course). You can turn your closed curved into an open one by using an “ends” SOP with the “close U” parm set to “open”. This will likely fix your problem.

  4. Hey! In the attwrangle you use : “3@transform= maketransform(z,y);” How can i translate this to vops?

    • Hey Lorenzo, you can use a “vector to matrix3” node inside vops. The only difference is that you have to supply it with 3 vectors instead of 2 (think of them as the x, y and z axis of a coordinate system). If you’re following the same steps as I did in vex, you should already have those three vectors, so just plug them in, maybe try reordering the inputs if it behaves strangely and you should have a working setup!

Leave a Reply