base class — bpy_struct
Collection of meshes
| Type: | boolean, default False, (readonly) |
|---|
Add a new mesh to the main database
| Parameters: | name (string, (never None)) – New name for the datablock |
|---|---|
| Returns: | New mesh datablock |
| Return type: | Mesh |
Add a new mesh created from object with modifiers applied
| Parameters: |
|
|---|---|
| Returns: | Mesh created from object, remove it if it is only used for export |
| Return type: |
Remove a mesh from the current blendfile
| Parameters: | mesh (Mesh, (never None)) – Mesh to remove |
|---|
tag
| Parameters: | value (boolean) – Value |
|---|
Inherited Properties
Inherited Functions
References