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

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

Material And Texture Change Python Script

I am trying to make a script centered around changing the material via a drop-down menu and the tex… Read more Material And Texture Change Python Script

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

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

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

Running List Of Cmd.exe Commands From Maya In Python

I am writing a maya python script to batch render a scene into jpgs then use ffmpeg to turn them in… Read more Running List Of Cmd.exe Commands From Maya In Python

Use External Python Script To Open Maya And Run Another Script Inside Maya

Is it possible to call a script from the command prompt in windows (or bash in linux) to open Maya … Read more Use External Python Script To Open Maya And Run Another Script Inside Maya