Pages

Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

Sunday, January 8, 2017

Make group with custom name, Using Python


Alo all,

Today I will share with you another simple python code.

What does it do:
Creates an empty group in Autodesk Maya, then prompts you for a name for that group.

Here is what that code looks like:

group in maya with prompt
*Click to make bigger*

Here is what the prompt looks like in Autodesk Maya:


*Click to make bigger*

Place name in the prompt the press ok. And presto, a group with your chosen name appears.


*Click to make bigger*

Here is that script for downloading:


End :D/

Wednesday, December 21, 2016

Copy override color script.


A little script for coping .override color RGB values from one object to another.

override RGB Script
 *Click to see full size*

What it looks like in your Maya scene.




Notes: New version here's what it looks like now:


Improvements: Can take any RGB color now.
Assigns right color to right copy object all the time :D/

things that need to still be done : Clean up, and error msg.

Here's a link to download if you like:

:D