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-12-02 21:04:50 +0300
committerStephen Leger <stephen@3dservices.ch>2018-12-02 21:06:53 +0300
commit0c24f02293da33e50cf79f125545a3089b75754f (patch)
tree797612ca88734ad806011bc557f95ddbfa920ea1 /archipack
parentbae40ff3bed8d9f1101d396ea2ec1643cc5b8af5 (diff)
archipack 2.8 render thumbs bugfix
Diffstat (limited to 'archipack')
-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)