Ben Traje
← BackContent Hub

Maya

B
mayarenderinghairarnold

Batch Assign Arnold Hair Shaders to NURBS Splines

Automate Arnold hair rendering in Maya. This script batch-enables aiRenderCurve and connects your hair shader to raw NURBS splines instantly.

B
mayapythonriggingpipelineautomation

Batch Rename Skin Clusters in Maya Using Python

Clean up your Maya rigging pipeline instantly. This Python script loops through selected meshes, identifies attached skin clusters via history, and renames them to match the parent geometry.

B
mayarenderinghairarnold

Batch Transfer Skin Weights to LODs in Maya using Python

Automate your Maya rigging pipeline. This Python script batch-transfers skin weights from LOD0 to multiple LOD meshes using an optimized caching system

A
mayapythonriggingautomationplayblast

Automate Maya Viewport Rig Poses: A Python Script for Batch Captures

Speed up your Maya rig testing workflow. This Python script uses itertools to generate every permutation of your rig's control values and automatically captures clean viewport screenshots.

E
mayapython

Export and Import Display Layers in Maya Python

Automate Arnold hair rendering in Maya. This script batch-enables aiRenderCurve and connects your hair shader to raw NURBS splines instantly.

H
riggingeyesautodeskmaya

How to Build a Fleshy Eyelid Setup in Maya Using MEL Expressions

Use a simple MEL expression to create an automated fleshy eye rig in Autodesk Maya, driving eyelid movement from eyeball joints.

G
mayapythonrigging

Generate Custom Skin Boxes from Joint Selections in Maya Python

Build precise skin boxes in Maya. This Python script lofts curves across joints to create clean, poly-proxy meshes for rigging and skinning..

G
mayapythonriggingpipelineautomation

Get Joints Copy Skin Weights

Get Joints Copy Skin Weights.

L
maya

Limit Processor Core in Maya for Stability

Force Maya to run in Python 2.7 mode for legacy plugin compatibility.

M
mayapythonriggingpipelinetechnical-artgame-dev

Maya Rigging Pipeline: Export and Diff Scene Hierarchies with Python

Track structural rig changes, missing joints, and broken parent setups across Maya scene versions by serializing DAG hierarchies to JSON and running an automated diff.

R
maya

Run Maya with Python 2 Mode

Improve Maya stability and troubleshoot race conditions by limiting Maya.exe's core access

H
mayariggingmelexpressionsremapset driven keyanimation

How to Remap Rig Values and Replace SDKs Using MEL Expressions

Writing MEL expressions for your Maya rigs? Here is how to build lightweight Set Driven Key alternatives, properly clamp inputs, and remap values to multiple attributes using pure math.