[Bf-extensions-cvs] [d31844cc] master: Fix: Scatter Object was hiding objects that should be visible

Jacques Lucke noreply at git.blender.org
Mon Jan 7 11:19:17 CET 2019


Commit: d31844cc0b3be397b5032cb0c5d8daea39584783
Author: Jacques Lucke
Date:   Mon Jan 7 11:18:44 2019 +0100
Branches: master
https://developer.blender.org/rBAd31844cc0b3be397b5032cb0c5d8daea39584783

Fix: Scatter Object was hiding objects that should be visible

===================================================================

M	object_scatter/operator.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list