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

Need Help Making Buttons To Perform For Loops When You Input A Number

I am trying to make a button in Maya using Python that when you type in a number the for loop would… Read more Need Help Making Buttons To Perform For Loops When You Input A Number

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

Maya: Connect Two Joint Chains With Parent Constraint

So here is a snipit of an IK spine builder I've been working on. I've figure out how to mak… Read more Maya: Connect Two Joint Chains With Parent Constraint

Make Input And Run Loop To Create Custom Number Of Objects

I have been trying to learn how to code for Maya for a while. And here I am making a rock generator… Read more Make Input And Run Loop To Create Custom Number Of Objects

In Maya, How Can I Toggle The 'ignore Hidden In Outliner' Flag Using Python?

Using Maya 2018, how can I write a simple Python command that will toggle the outliner flag, 'i… Read more In Maya, How Can I Toggle The 'ignore Hidden In Outliner' Flag Using 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

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

'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

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)

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?"

Need Help Making Buttons To Perform For Loops When You Input A Number

I am trying to make a button in Maya using Python that when you type in a number the for loop would… Read more Need Help Making Buttons To Perform For Loops When You Input A Number