generated from stilobique/BlenderTemplate
Small update about the preset and selected mesh exported
This commit is contained in:
@@ -32,7 +32,7 @@ class ExportForFange(bpy.types.Operator):
|
||||
print(f'[Pipeline] Select all mesh inside the collection "{child.name}"')
|
||||
for ob in child.all_objects:
|
||||
print(f'\tLook "{ob.name}", his type are "{type(ob.data)}"')
|
||||
if isinstance(ob.data, bpy.types.Mesh):
|
||||
if isinstance(ob.data, bpy.types.Mesh) or isinstance(ob.data, bpy.types.Empty):
|
||||
ob.select_set(True)
|
||||
|
||||
# TODO The plugin export only the garden building
|
||||
|
||||
Reference in New Issue
Block a user