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>2017-08-03 16:59:40 +0300
committerStephen Leger <stephen@3dservices.ch>2017-08-08 16:27:05 +0300
commit113dcef99b25c2c46f10e2177f3397ad238f7b29 (patch)
treed04ea6e752527d91d489427077db4dcbdb15d4b5
parent80914c55924995493f6e1bcb92a2bcb8e241d200 (diff)
archipack: allow importing without executing
-rw-r--r--archipack/archipack_thumbs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archipack/archipack_thumbs.py b/archipack/archipack_thumbs.py
index 57f1804a..c9ab7ad2 100644
--- a/archipack/archipack_thumbs.py
+++ b/archipack/archipack_thumbs.py
@@ -180,5 +180,4 @@ if __name__ == "__main__":
if arg.startswith("preset:"):
preset = arg[7:]
-
generateThumb(bpy.context, cls, preset)