[Bf-extensions-cvs] [0c24f022] blender2.8: archipack 2.8 render thumbs bugfix

Stephen Leger noreply at git.blender.org
Sun Dec 2 19:07:02 CET 2018


Commit: 0c24f02293da33e50cf79f125545a3089b75754f
Author: Stephen Leger
Date:   Sun Dec 2 19:04:50 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBA0c24f02293da33e50cf79f125545a3089b75754f

archipack 2.8 render thumbs bugfix

===================================================================

M	archipack/archipack_thumbs.py

===================================================================

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)



More information about the Bf-extensions-cvs mailing list