One way to get the objs value outside of the fn is to use: Code: bodyMesh = grabObjs() Yes, This is exactly what I ended up doing. It worked. I gue…
ok, I was able to solve my issue by using a return function instead, but I still couldn’t get the forward reference to work. Even though I don’t nee…
[edit] Thanks miauu… looks like I’m calling the functions incorrectly…
I was trying this myself, had trouble with the alpha, but I figured it out This helped me too… thanks guys
thanks for responding but unfortunately the modal:true function ignores all user input except within the dialog box. the rest of the script would s…
got it! for anyone interested <biped>.controller.figuremode = true I wasn’t using .controller. messed me up
I had the same problem with the tape measure, I finally got around it by creating an spline with an IK modifier on it, and just using the getLength o…
I’m struggling with this too I know that when you use scale $ [3,3,3] you are not scaling the vertecies but the object itself. you’re supp…