Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

maya python override color rgb

from pymel.core import *

exampleNodes = selected()

for n in exampleNodes:
    n.overrideEnabled.set(1)
    n.overrideRGBColors.set(1)
    n.overrideColorRGB.set(0.4, 0.2, 0.8)
Comment

PREVIOUS NEXT
Code Example
Python :: Print and remove previous line 
Python :: how to instal django cities 
Python :: python cast number to between 0 and 1 
Python :: sample adaboost classifier algorithm 
Python :: what is mustafa nickname 
Python :: how to store .png file in variable python 
Python :: find out length of a string in pixels python 
Python :: object function in python 
Python :: how to add to beginning of linked list python 
Python :: python list to set 
Python :: spacy create tokenizer 
Python :: #add,remove and clear all values on set in python 
Python :: python tabulate without index 
Python :: run python script task scheduler 
Python :: msg91 python 
Python :: python display text in label on new line 
Python :: python website example 
Python :: decimal hour to hour minute python 
Python :: python order list by multiple index 
Python :: declare array python 
Python :: least recently used cache 
Python :: how to check if some file exists in python 
Python :: sum() python 
Python :: Openpyxl automatic width 
Python :: dates and times in python 
Python :: check if element is in list 
Python :: ski learn decision tree 
Python :: django convert model to csv 
Python :: * in python 
Python :: normalized histogram pandas 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =