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

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()

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

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

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

Not Able To Import Tkinter In Maya 2014

I am using windows 7 and Autodesk Maya 2014.When i am trying to import Tkinter i am getting error.p… Read more Not Able To Import Tkinter In Maya 2014

How To Use Python (maya) Multithreading

I've been looking at examples from other people but I can't seem to get it to work properly… Read more How To Use Python (maya) Multithreading