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 /oscurart_tools
parent296002e6a3caa54aa9b8cd0b60223a91a0d68983 (diff)
Update for 'header_text_set' change in 2.8
Diffstat (limited to 'oscurart_tools')
-rw-r--r--oscurart_tools/oscurart_meshes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index 61c6fa54..a601aa53 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -449,7 +449,7 @@ class ModalIndexOperator(Operator):
self.tsize -= 1
elif event.type in {'RIGHTMOUSE', 'ESC', 'TAB'}:
bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW')
- context.area.header_text_set("")
+ context.area.header_text_set(None)
return {'CANCELLED'}
return {'PASS_THROUGH'}