Announcement

Collapse
No announcement yet.

Scripthelp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scripthelp

    Hi, I was wondering if any Scriptexperts could give me som help.
    I know nothing about scripting, but found a script helping me with connecting a line lenght to a helix lenght using an expression script.(for animating springs):

    dependsOn $Line01 $Helix01
    ( --length
    local SL = getSegLengths $Helix01 1
    local SLC = SL.count
    SL[SLC]
    ) --length

    This works perfectly with just a spline, but if I link the vertexes of the spline with a LinkedXform modifier, I get no results.
    Is there somehow I can fix this?

    -Tom

  • #2
    I found another way to solve it, using the ExposeTransform modifier. Never used that before

    -Tom

    Comment

    Working...
    X