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-09-07 23:26:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-07 23:26:36 +0300
commit8c8e408a42faa4b16f2420a3e108647c4d24297a (patch)
tree67eab44a20e1b5dc69567ccd7188efc1d7ce67e5 /oscurart_tools
parentf1c55295b0d95307559c1f8b09d6b8bd6c8bbbf0 (diff)
Update for changes in Blender's API
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 1dce40f4..7de7e13a 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -450,7 +450,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("")
return {'CANCELLED'}
return {'PASS_THROUGH'}