Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-05-03 08:31:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-03 08:33:44 +0300
commite954082dda865c7f731d75ad131ba499948fe3a2 (patch)
treee6acaba9bd896c0df7791744658b80fd75bbe0e1 /source/blender/windowmanager/WM_types.h
parentd9f4ce617b8ff0e52f0e87fa848d50fbccad4448 (diff)
WM: warn when tool widget not found
This happens when testing adding tools, assert isn't useful.
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 59a3f703614..bbd12ddfb0a 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -739,6 +739,7 @@ extern struct CLG_LogRef *WM_LOG_OPERATORS;
extern struct CLG_LogRef *WM_LOG_HANDLERS;
extern struct CLG_LogRef *WM_LOG_EVENTS;
extern struct CLG_LogRef *WM_LOG_KEYMAPS;
+extern struct CLG_LogRef *WM_LOG_TOOLS;
#ifdef __cplusplus