Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c
| Context not available. | |||||
| #include "BKE_context.h" | #include "BKE_context.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "CLG_log.h" | |||||
| #include "DNA_screen_types.h" | #include "DNA_screen_types.h" | ||||
| #include "DNA_space_types.h" | #include "DNA_space_types.h" | ||||
| Context not available. | |||||
| #include "wm_gizmo_wmapi.h" | #include "wm_gizmo_wmapi.h" | ||||
| #include "wm_gizmo_intern.h" | #include "wm_gizmo_intern.h" | ||||
| static CLG_LogRef LOG = { "wm.gizmo_type" }; | |||||
| /** \name Gizmo Type Append | /** \name Gizmo Type Append | ||||
| * | * | ||||
| Context not available. | |||||
| } | } | ||||
| if (!quiet) { | if (!quiet) { | ||||
| printf("search for unknown gizmo '%s'\n", idname); | CLOG_WARN(&LOG, "search for unknown gizmo '%s'", idname); | ||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| if (!quiet) { | if (!quiet) { | ||||
| printf("search for empty gizmo\n"); | CLOG_STR_WARN(&LOG, "search for empty gizmo"); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||