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

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

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

'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

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

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

Maya 2018, Python, Move And Rotate Extracted Face

Trying to write part of the python code in Maya to extract the face from object then move it and ro… Read more Maya 2018, Python, Move And Rotate Extracted Face

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

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

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

Keeping Object Selected In The Outliner After Deselecting It In 3d View

I've created my own Graph Editor and Outliner, my problem is that I want to be able to keep the… Read more Keeping Object Selected In The Outliner After Deselecting It In 3d View

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

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

Opening A CommandPort In Standalone Maya For Unit Testing

I am writing unit tests for a script that sends python code to Autodesk Maya trough the commandPort… Read more Opening A CommandPort In Standalone Maya For Unit Testing

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

How To Use An External Interpreter For Maya?

Traceback (most recent call last): File ' ', line 1, in import maya.standalone ImportError… Read more How To Use An External Interpreter For Maya?