Import Maya Module Namespaces Python Importing "pyc" Into Existing Python Script May 29, 2024 Post a Comment 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
Maya Python 2.7 Changing Python Installation For Maya May 27, 2024 Post a Comment 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
Maya Pyqt4 Python Time 'qstring' Object Does Not Support Item Assignment Python April 21, 2024 Post a Comment self.date = QtCore.QDate.currentDate() self.time = QtCore.QTime.currentTime() self.updateTime = Qt… Read more 'qstring' Object Does Not Support Item Assignment Python
Macos Maya Pyqt Python Sip Qt Pyqt Configuration And Installation Error March 27, 2024 Post a Comment 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 Python Maya: Connect Two Joint Chains With Parent Constraint March 24, 2024 Post a Comment 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 Python Rotation Maya 2018, Python, Move And Rotate Extracted Face February 09, 2024 Post a Comment 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
Import Maya Python Reload Maya Python: Unbound Method Due To Reload() January 24, 2024 Post a Comment 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()
Batch File Executable Maya Python Object Match Error When Running A Python Script From Command Line Maya January 23, 2024 Post a Comment 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
Maya Python Python 3.x Need Help Making Buttons To Perform For Loops When You Input A Number December 11, 2023 Post a Comment 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
Maya Python Keeping Object Selected In The Outliner After Deselecting It In 3d View October 23, 2023 Post a Comment 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
Maya Python Python 2.6 Textfield User Interface Textfield Query For Prefix Replacing September 06, 2023 Post a Comment I'm busy creating a function in my rigging tool which allows mirroring of joints and replacing … Read more Textfield Query For Prefix Replacing
Maya Python Vector Python + Maya: Rotate Y Axis To Be Along Vector February 10, 2023 Post a Comment 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
Maya Python Opening A CommandPort In Standalone Maya For Unit Testing August 22, 2022 Post a Comment 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
Maya Python Python 2.x Make Input And Run Loop To Create Custom Number Of Objects August 12, 2022 Post a Comment 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
Dll Maya Python How To Use An External Interpreter For Maya? July 16, 2022 Post a Comment Traceback (most recent call last): File ' ', line 1, in import maya.standalone ImportError… Read more How To Use An External Interpreter For Maya?