BlenderSceneObject
- class compas_blender.scene.BlenderSceneObject[source]
Bases:
SceneObject
Base class for all Blender scene objects.
- Parameters:
- collectionstr | bpy.types.Collection, optional
The Blender scene collection the object(s) created by the scene object belong to.
- **kwargsdict, optional
Additional keyword arguments.
- Attributes:
- objectslist[bpy.types.Object]
The Blender objects created by the scene object.
Methods
Add an object to a collection.
Clear the objects in a collection.
Create a collection with the given name.
Add an object to the Blender scene.
Delete a collection.
Set the color of a Blender object.
Set the transformation of a Blender object.
Update an object in the Blender scene.
Inherited Methods
Add a child item to the scene object.
The main clearing method.
The main drawing method.