|
Hi Anubis,
Thanks for the response. As mentioned, I’ve been working through the Paul Neale Rigging videos, and there’s a step which he shows you how to rig fingers. I’m currently learning scripting and rigging, which I’m enjoying a lot :)
With that said, I was trying to mix a little of what the video shows with some stuff I’ve found through reading the maxscripts help file, which are tough btw.
But, if I’m understanding correctly, I can type the rollout portion like below:
(
spinner tubeSp “” range:[-200,200,0]
slider tubeSl “tube” range:[-200,200,0] offset:[0,-20]
button R_ResetBtn “Reset” enabled:true toolTip:"tube to 0”
on resetAll pressed do
tubeSp.value=0
)
Author: _j.t._
|