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 'archipack/archipack_autoboolean.py')
-rw-r--r--archipack/archipack_autoboolean.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/archipack/archipack_autoboolean.py b/archipack/archipack_autoboolean.py
index f5b6eaf4..3a424728 100644
--- a/archipack/archipack_autoboolean.py
+++ b/archipack/archipack_autoboolean.py
@@ -108,12 +108,6 @@ class ArchipackBoolManager(ArchipackCollectionManager):
hole.hide_render = True
hole.hide_select = True
hole.select_set(state=True)
- hole.cycles_visibility.camera = False
- hole.cycles_visibility.diffuse = False
- hole.cycles_visibility.glossy = False
- hole.cycles_visibility.shadow = False
- hole.cycles_visibility.scatter = False
- hole.cycles_visibility.transmission = False
def get_child_hole(self, o):
for hole in o.children: