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

Maya Python Scale Picture

How to scale a picture to fit a window/layout? With the code below the original image is not actua… Read more Maya Python Scale Picture

Running List Of Cmd.exe Commands From Maya In Python

I am writing a maya python script to batch render a scene into jpgs then use ffmpeg to turn them in… Read more Running List Of Cmd.exe Commands From Maya In Python

Use External Python Script To Open Maya And Run Another Script Inside Maya

Is it possible to call a script from the command prompt in windows (or bash in linux) to open Maya … Read more Use External Python Script To Open Maya And Run Another Script Inside Maya

QAbstratctTableModel - RemoveRows

Code is almost complete. Here's the deal: It is python and PySide. I have a QAbstractTableMode… Read more QAbstratctTableModel - RemoveRows

Multiple Paths Traversed And Displayed Filed Type In Maya Menu With Python

I'm new here so bare in mind that and I hope my questions are clearly asked for you lot to help… Read more Multiple Paths Traversed And Displayed Filed Type In Maya Menu With Python