Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'object_scatter/operator.py')
-rw-r--r--object_scatter/operator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/object_scatter/operator.py b/object_scatter/operator.py
index 1c0c133a..49a3052d 100644
--- a/object_scatter/operator.py
+++ b/object_scatter/operator.py
@@ -212,8 +212,6 @@ def make_duplicator(target_collection, source_object, matrices):
copy_obj = source_object.copy()
copy_obj.name = source_object.name + " - copy"
- copy_obj.hide_viewport = True
- copy_obj.hide_render = True
copy_obj.location = (0, 0, 0)
copy_obj.parent = duplicator