BoxObject.set_object_color
- BoxObject.set_object_color(obj, color)[source]
- Set the color of a Blender object. - Parameters:
- objbpy.types.Object
- The Blender object. 
- colorrgb1 | rgb255 | compas.colors.Color
- The color specification. 
 
- obj
- Returns:
- None
 
 
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Set the color of a Blender object.
bpy.types.ObjectThe Blender object.
compas.colors.ColorThe color specification.