generate_materials property

generate_materials property

Generate materials with random colors for each objects in the scene if color table is not exported within the RVM file. Default value is true

Definition:

@property
def generate_materials(self):
    ...
@generate_materials.setter
def generate_materials(self, value):
    ...

See Also