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

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

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

What Does It Mean For An Object To Be "in The Underworld?"

I have this code: def block_stacks(num): stack = cmds.group(empty=True, name='Stacks#')… Read more What Does It Mean For An Object To Be "in The Underworld?"

Qabstratcttablemodel - Removerows

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

Maya Python: Unbound Method Due To Reload()

I have two files that import the same object tracking method from a third file. It works something … Read more Maya Python: Unbound Method Due To Reload()

Maya Python Script Works From Console, Doesnt Work From File

import maya.cmds as cmds #Function def printTxtField(fieldID): print cmds.textField(fieldID, q… Read more Maya Python Script Works From Console, Doesnt Work From File