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:
authorCampbell Barton <ideasman42@gmail.com>2018-10-30 08:24:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-30 08:24:33 +0300
commit20db1e1d436f445066491e0cee389646108a401b (patch)
tree0ea548b3043434ac46b83c6d46e911bb39b98264 /mesh_extra_tools/mesh_fastloop.py
parent296002e6a3caa54aa9b8cd0b60223a91a0d68983 (diff)
Update for 'header_text_set' change in 2.8
Diffstat (limited to 'mesh_extra_tools/mesh_fastloop.py')
-rw-r--r--mesh_extra_tools/mesh_fastloop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_extra_tools/mesh_fastloop.py b/mesh_extra_tools/mesh_fastloop.py
index 61e9b0d2..0bfcc405 100644
--- a/mesh_extra_tools/mesh_fastloop.py
+++ b/mesh_extra_tools/mesh_fastloop.py
@@ -79,7 +79,7 @@ class OBJECT_OT_FastLoop(Operator):
def modal(self, context, event):
if event.type == 'ESC':
- context.area.header_text_set("")
+ context.area.header_text_set(None)
return {'CANCELLED'}
elif event.type == 'LEFTMOUSE' and event.value == 'RELEASE':