Skip to content

Commit

Permalink
Update unknown_entity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hisprofile authored Jun 19, 2024
1 parent 51c1414 commit 110b869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plumber/asset/unknown_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ def import_unknown_entity(entity: UnknownEntity, collection: Collection) -> None
obj.location = entity.position()
obj.rotation_euler = entity.rotation()
obj.scale = entity.scale()
obj['props'] = entity.properties()

collection.objects.link(obj)

0 comments on commit 110b869

Please sign in to comment.