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:
authorJacques Lucke <mail@jlucke.com>2019-01-07 13:18:44 +0300
committerJacques Lucke <mail@jlucke.com>2019-01-07 13:18:44 +0300
commitd31844cc0b3be397b5032cb0c5d8daea39584783 (patch)
tree3a70fd4c6a341e60553be06bcb0b7b07a40d3aeb /object_scatter
parent6f43027fdde5724980fc26dd4f740aa78205b6e7 (diff)
Fix: Scatter Object was hiding objects that should be visible
Diffstat (limited to 'object_scatter')
-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