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

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

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

'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

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

Maya Python Script Works From Console, Doesnt Work From File

import maya.cmds as cmds #Function def printTxtField(fieldID): print cmds.textField(fieldID, q… Read more Maya Python Script Works From Console, Doesnt Work From File

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