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:
-rw-r--r--archipack/archipack_thumbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archipack/archipack_thumbs.py b/archipack/archipack_thumbs.py
index cd5ced6d..c43c9a75 100644
--- a/archipack/archipack_thumbs.py
+++ b/archipack/archipack_thumbs.py
@@ -154,7 +154,7 @@ def generateThumb(context, cls, preset, engine):
log("Prepare scene")
# add plane
bpy.ops.mesh.primitive_plane_add(
- radius=1000,
+ size=1000,
view_align=False,
enter_editmode=False,
location=(0, 0, 0)