Tween Machine Installation || How to Install Tweener Master Plug in Maya 2024
Описание
#tweencraftstory #machine #tweener #master #maya #animation
Tween machine is a very useful tool for Animators.
If you are not a beginner, then do install it as it saves a lot of time while animation.
For download Tween Machine : https://github.com/monoteba/maya-tweener
..........................................................................
For launch Tweener and add a shelf button
..........................................................................
After the plug-in is succesfully installed, execute the following lines as Python or add them to a shelf button:
🫵 Command Line 👇
import maya.cmds as cmds
if cmds.pluginInfo('tweener.py', q=True, registered=True):
if cmds.pluginInfo('tweener.py', q=True, loaded=False):
cmds.loadPlugin('tweener.py')
cmds.tweener()
else:
cmds.warning('tweener.py is not registered')
Рекомендуемые видео



















