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

In Maya, How Can I Toggle The 'ignore Hidden In Outliner' Flag Using Python?

Using Maya 2018, how can I write a simple Python command that will toggle the outliner flag, 'i… Read more In Maya, How Can I Toggle The 'ignore Hidden In Outliner' Flag Using Python?

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

How To Add A Color To An Object In Autodesk Maya 2016 In Python Scripts?

I am new in Autodesk Maya. I looked over the internet to find some details about how can I command … Read more How To Add A Color To An Object In Autodesk Maya 2016 In Python Scripts?

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

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

Freeze Scale Transform On A Parent Object With Animated Child (maya Mel/python Script)

I have hierarchy of objects with animation on translation and rotation, the scale xyz are equal and… Read more Freeze Scale Transform On A Parent Object With Animated Child (maya Mel/python Script)

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