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

Maya (python): Running Condition Command And Scriptjob Command From Within A Module

I'm creating a UI tool that loads during Maya's startup, and executes some modules AFTER VR… Read more Maya (python): Running Condition Command And Scriptjob Command From Within A Module

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?

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

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

'exceptions.runtimeerror' - Object Has No Attribute 'errno'

I'm working with Maya 2018 and there's a weird thing going on. When I select multiple verti… Read more 'exceptions.runtimeerror' - Object Has No Attribute 'errno'

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