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

Pyqt Configuration And Installation Error

I'm trying to install PyQt for Maya on my Macbook pro. I've succesfully installed Qt and Si… Read more Pyqt Configuration And Installation Error

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

Changing Python Installation For Maya

I have searched around entire internet. 1. i have 64bit 2014 maya installed, i had 32bit python ins… Read more Changing Python Installation For Maya

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?

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

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

How To Add A Color To An Object In Autodesk Maya 2016 In Python Scripts?

I am new in Autodesk Maya. I looked over the internet to find some details about how can I command … Read more How To Add A Color To An Object In Autodesk Maya 2016 In Python Scripts?

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

Importing "pyc" Into Existing Python Script

I'm trying to add a directory where I can throw some pyc files and call them from my script. B… Read more Importing "pyc" Into Existing Python Script

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