Skip to content Skip to sidebar Skip to footer
Showing posts with the label Maya

Textfield Query For Prefix Replacing

I'm busy creating a function in my rigging tool which allows mirroring of joints and replacing … Read more Textfield Query For Prefix Replacing

"module Use Of Python34.dll Conflicts With This Version Of Python"

My knowledge of Python is still pretty basic, and I am only now trying to wrap my head around how t… Read more "module Use Of Python34.dll Conflicts With This Version Of Python"

Opening A Commandport In Standalone Maya For Unit Testing

I am writing unit tests for a script that sends python code to Autodesk Maya trough the commandPort… Read more Opening A Commandport In Standalone Maya For Unit Testing

Maya (python): Running Condition Command And Scriptjob Command From Within A Module

I'm creating a UI tool that loads during Maya's startup, and executes some modules AFTER VR… Read more Maya (python): Running Condition Command And Scriptjob Command From Within A Module

Keeping Object Selected In The Outliner After Deselecting It In 3d View

I've created my own Graph Editor and Outliner, my problem is that I want to be able to keep the… Read more Keeping Object Selected In The Outliner After Deselecting It In 3d View

Creating A Variable Name Dynamically

I have this code to create an interface and some buttons (python in maya) class mrShadowMapChangerU… Read more Creating A Variable Name Dynamically