Linear Curves of Equal values

Home Page forums Autodesk/Discreet Flame and Smoke Linear Curves of Equal values

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #201948
    flintgr
    Participant

    I wonder if there’s a way with expressions to linear the parts of a hermite curve of keyframes with equal values.
    linearequalvaluespw2.jpg

    #216401
    pixelmonk
    Participant

    Actually it would be nice if you could enter a numeric value into the tangent angles, (animateable?)

    Paul

    #216404
    Scott Balkcom
    Participant

    it would be even nicer if you could extend those bezier curves, like you’d do it in maya.

    #216402
    claudio antonelli
    Participant

    Yeah, that would be a nice option. Maya has “Clamped” as an option that does just that. I do spent a fair amount of time alt-clicking those handles to level them out.

    I don’t know of any expression tricks though. Can expressions even deal with hermite tangents?

    #216403
    Brown Bichon
    Participant

    You can set a limiting value by using an ‘if’ function.

    if(axis5.position.x > 100, 100, axis5.position.x)

    that would clamp the curve to never go above 100. You could also change the 100 to another variable and then you could animate the clamp value.

    Butch

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Copy link
Powered by Social Snap