Добавить
Уведомления

Very quick and short Truck Wheel rigging with Scripting(Python).#3danimation #rigging #rigger #maya

Very quick and short Truck Wheel rigging with Scripting(Python) wheel object mash group name : wheel_rotate_grp Controller name : wheel_move_ctrl Locater Name : wheel_move_loc Distance Locator name : wheel_size WINDOWS --ANIMATION EDITOR--EXPRESSION EDITOR--SELECT wheel_rotate_grp--SELECT ROTATION AXIS--APPLY SCRIPT. SCRIPT if (wheel_move_ctrl.auto == 1 ) { $diff = wheel_rotate_grp.translateZ - wheel_rotate_grp.offset ; wheel_rotate_grp.rotateX -= $diff * -360 / (wheel_sizeShape.distance*3.14) ; }; wheel_rotate_grp.offset = wheel_rotate_grp.translateZ ; Free Model From CGTRADER. https://www.cgtrader.com/ Thank you.

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

Very quick and short Truck Wheel rigging with Scripting(Python) wheel object mash group name : wheel_rotate_grp Controller name : wheel_move_ctrl Locater Name : wheel_move_loc Distance Locator name : wheel_size WINDOWS --ANIMATION EDITOR--EXPRESSION EDITOR--SELECT wheel_rotate_grp--SELECT ROTATION AXIS--APPLY SCRIPT. SCRIPT if (wheel_move_ctrl.auto == 1 ) { $diff = wheel_rotate_grp.translateZ - wheel_rotate_grp.offset ; wheel_rotate_grp.rotateX -= $diff * -360 / (wheel_sizeShape.distance*3.14) ; }; wheel_rotate_grp.offset = wheel_rotate_grp.translateZ ; Free Model From CGTRADER. https://www.cgtrader.com/ Thank you.

, чтобы оставлять комментарии