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

Object Match Error When Running A Python Script From Command Line Maya

I have this script in Python which I'm running into a maya file from a command line: import may… Read more Object Match Error When Running A Python Script From Command Line Maya

Enable Or Disable A Field In Maya Ui With Python

I am trying to enable/disable a float field in the ui of a python script for maya, but I dont know … Read more Enable Or Disable A Field In Maya Ui With Python

'qstring' Object Does Not Support Item Assignment Python

self.date = QtCore.QDate.currentDate() self.time = QtCore.QTime.currentTime() self.updateTime = Qt… Read more 'qstring' Object Does Not Support Item Assignment Python

Material And Texture Change Python Script

I am trying to make a script centered around changing the material via a drop-down menu and the tex… Read more Material And Texture Change Python Script

How To Store And Then Retreive Parent-child Dependency Data (maya Mel/python Script)

I have a hierarchy that I need to: break apart doSomething() put it back together the same way it… Read more How To Store And Then Retreive Parent-child Dependency Data (maya Mel/python Script)

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

Python + Maya: Rotate Y Axis To Be Along Vector

How can I rotate the circle shape so it's y axis is along the supplied vector? The vector in th… Read more Python + Maya: Rotate Y Axis To Be Along Vector

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