- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys is there any Scrip that i can Apply Flaot Limit Controller to multiple Objects?
i am Using this Script but i need to Select my All Object one by one to Apply this Script i was Wondering if Anyone Can Change the Script for Mutiple Objects. or i can Add All the names in this Script so that it Can Apply Float Limit Controller to All Objects.this is the Script i Record With Macro Recorder.
select $CTRL_R_eye_blink
$.pos.controller.X_Position.controller = float_limit ()
$.pos.controller.X_Position.controller.upper_limit = 0
$.pos.controller.X_Position.controller.lower_limit = 0
$.pos.controller.Y_Position.controller = float_limit ()
$.pos.controller.Y_Position.controller.upper_limit = 1
$.pos.controller.Y_Position.controller.lower_limit = -1
$.pos.controller.Z_Position.controller = float_limit ()
$.pos.controller.Z_Position.controller.upper_limit = 0
$.pos.controller.Z_Position.controller.lower_limit = 0
Solved! Go to Solution.