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-04 08:30:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-04 08:30:14 +0300
commitb3545ae37352ec440ee8fece0cd9c66289ebe52f (patch)
treea12039bd4f48b9adafe144a730e14b7405e0ed7f /source/blender/windowmanager/intern/wm_keymap.c
parent892dd3d069508319a8eff8a1401977e27d01f648 (diff)
parentf3c5b0394f095bb017c19c5a945c8e7714205bf2 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/intern/wm_keymap.c')
-rw-r--r--source/blender/windowmanager/intern/wm_keymap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/windowmanager/intern/wm_keymap.c b/source/blender/windowmanager/intern/wm_keymap.c
index 997701922a3..27b9710cb45 100644
--- a/source/blender/windowmanager/intern/wm_keymap.c
+++ b/source/blender/windowmanager/intern/wm_keymap.c
@@ -1134,9 +1134,9 @@ static wmKeyMapItem *wm_keymap_item_find_handlers(
if (kmi->ptr) {
if (STREQ("MESH_OT_rip_move", opname)) {
printf("OPERATOR\n");
- IDP_spit(properties);
+ IDP_print(properties);
printf("KEYMAP\n");
- IDP_spit(kmi->ptr->data);
+ IDP_print(kmi->ptr->data);
}
}
#endif
@@ -1167,9 +1167,9 @@ static wmKeyMapItem *wm_keymap_item_find_handlers(
#ifndef NDEBUG
#ifdef WITH_PYTHON
printf("OPERATOR\n");
- IDP_spit(properties);
+ IDP_print(properties);
printf("KEYMAP\n");
- IDP_spit(kmi->ptr->data);
+ IDP_print(kmi->ptr->data);
#endif
#endif
printf("\n");
@@ -1316,9 +1316,9 @@ static wmKeyMapItem *wm_keymap_item_find(
#ifndef NDEBUG
#ifdef WITH_PYTHON
printf("OPERATOR\n");
- IDP_spit(properties);
+ IDP_print(properties);
printf("KEYMAP\n");
- IDP_spit(kmi->ptr->data);
+ IDP_print(kmi->ptr->data);
#endif
#endif
printf("\n");