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 Leger <stephen@3dservices.ch>2018-11-18 16:06:37 +0300
committerStephen Leger <stephen@3dservices.ch>2018-11-18 16:06:37 +0300
commit489e566047d8dab906ceceec4e73ab3d59f9830c (patch)
treebbee89de8ab2fcfa7342259692f8617af18c979c /archipack/archipack_snap.py
parent1977c9c0aa5ea196eaa612b266afda75726481ae (diff)
archipack 2.8 compatibility (step2)
Diffstat (limited to 'archipack/archipack_snap.py')
-rw-r--r--archipack/archipack_snap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archipack/archipack_snap.py b/archipack/archipack_snap.py
index 33a59041..92d6ae24 100644
--- a/archipack/archipack_snap.py
+++ b/archipack/archipack_snap.py
@@ -231,7 +231,7 @@ class ArchipackSnapBase():
print("helper found")
if context.scene.objects.get('Archipack_snap_helper') is None:
print("link helper")
- # context.scene.collection.objects.link(helper)
+ # self.link_object_to_scene(context, helper)
context.scene.collection.objects.link(helper)
else:
print("create helper")