ctrlmaker
dynamically creates scripted custom attributes...
sliders and spinner with linked values laid in a group with optional color tag and progress bars.
- update -
now with preset spinners for position/ rtation/ scale
1 - select the number of ui items 1-8 with optional color tag and progrees bar...
2 - click on "set parameters" and setup all the fields (names, ranges, colors)
3 - select the control object and click on "create custom attributes>"
4 - all done... the control object now has a attribute Holder named "controls"
Attachment | Size |
---|---|
capture1.png | 78.68 KB |
capture2.png | 7.66 KB |
capture3.png | 11.27 KB |
capture4.png | 83.97 KB |
ctrlmaker.ms | 28.84 KB |
Comments
3ds max 2014. Was experiencing weird values scaling.
hi there, have you converted the values to radians?
works like this: "degtorad(my_rollout_my_slider_1)"
www.jmbillard.com
Weird scaling of values.
3ds max 2014. Was experiencing weird values scaling. It's like when you put the sliders values between 0 and 90, for future rotation control of the object, it rotates at the weird angles.
So, here is the solution:
after wiring controllers to your parameter, make sure to divide it at 57.296
like this:
my_rollout_my_slider_2/57.296
so when you'll check how does it works, it will work as you expected.
@jeanbillard thank you for the script, works like a charm exept this small issue ;)
Thank you!
Thank you! It's a great script! It saves time rigging.