NetworkObject.set_object_color
- NetworkObject.set_object_color(obj, color)[source]
Set the color of a Blender object.
- Parameters:
- obj
bpy.types.Object
The Blender object.
- colorrgb1 | rgb255 |
compas.colors.Color
The color specification.
- obj
- Returns:
- None