Skip to content
Snippets Groups Projects
Commit da32625b authored by Alan Odom's avatar Alan Odom Committed by Rune Morling
Browse files

PDT: Make Copy Of Pre-Appended Objects

Fix error whereby some appended objects through PDT Library did not get moved to
cursor location.
parent 20598a3a
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ class PDT_OT_Append(Operator): ...@@ -79,7 +79,7 @@ class PDT_OT_Append(Operator):
scene = context.scene scene = context.scene
pg = scene.pdt_pg pg = scene.pdt_pg
obj_names = [o.name for o in context.view_layer.objects] obj_names = [o.name for o in context.view_layer.objects].copy()
file_path = context.preferences.addons[__package__].preferences.pdt_library_path file_path = context.preferences.addons[__package__].preferences.pdt_library_path
path = Path(file_path) path = Path(file_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment