LeaksParty
Animators Journey from gumroad

Animators Journey

gumroad


Animators Journey posts

Maya Script: Reveal/Hide Joints

Animators Journey post Maya Script: Reveal/Hide Joints from gumroad

Download this Python file or just copy/paste the code below:

#Created by AnimatorsJourney.com import maya.cmds as cmds def toggle_joint_draw_style(): # Get all joints in the scene joints = cmds.ls(type="joint") # Toggle draw style for ea...

View Post

Maya Script: Arnold Render Curves

Animators Journey post Maya Script: Arnold Render Curves from gumroad

Download this .py file:

that you can open in the script editor,

or

simply copy/paste the code below to use (they're the same):

#Created by AnimatorsJourney.com import maya.cmds as cmds import functools def set_render_curve(curve, ...

View Post