Skip to content

Commit 9047216

Browse files
committed
default type change for redraw timeout
1 parent f8ac59b commit 9047216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_blender/artists/robotmodelartist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_geoemetry(self, geometry, name=None, color=None):
4848
native_mesh.hide_set(True)
4949
return native_mesh
5050

51-
def redraw(self, timeout=None):
51+
def redraw(self, timeout=0.0):
5252
bpy.ops.wm.redraw_timer(type='DRAW_WIN_SWAP', iterations=1, time_limit=timeout)
5353

5454
def draw_visual(self):

0 commit comments

Comments
 (0)