11 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!

  5. Hi hi, Entagma team,
    I have a problem with the curve, I’ve tried with more than 5 different curves, but at the moment, to add the ‘rigpose’ (min 21:22) this message appears
    “Warning
    Failed to traverse the geometry:
    Cycle detected”

    Is there any way to get to solve this?

    Thanks in advance!
    Best,
    A.

    • Hey! That error is either the result of a circular rig (you can’t use closed curves) or some weirdness in the vertex order of your rig. To fix the latter, you can try building the small setup I show in Ep 12 at around 5:30 in this course (starting from the fuse node, up until the rig doctor node).

      • Hi Christopher,

        Now it works; I have the curve with the proper directions, which solves the issue!

        Thank you 🙂

Leave a Reply