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:
authorstephen-l <stephen@3dservices.ch>2021-09-25 13:03:10 +0300
committerstephen-l <stephen@3dservices.ch>2021-09-25 13:03:10 +0300
commitb1226da66a49a524ee17053c8f43d356597b18f4 (patch)
tree7253b9ba3cb46f1055af8793550627a93475ac15 /archipack/archipack_autoboolean.py
parentba969e8b536781450d8b43959c95ca07e886b2b6 (diff)
Blender 3.0 compatibility
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: