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:
authorJoshua Leung <aligorith@gmail.com>2018-04-21 01:34:19 +0300
committerJoshua Leung <aligorith@gmail.com>2018-04-21 01:34:55 +0300
commit04fe5edba3d69aa13523488d0e50bfd515cf7891 (patch)
tree73de83e9f5611ea52f72449d962740190fba9564 /source/blender/editors/animation/anim_ops.c
parente9d940ca2f1b062842b08ba297baa7859cc99750 (diff)
Fix: Typos in operator names were resulting in warnings being printed to the console
Diffstat (limited to 'source/blender/editors/animation/anim_ops.c')
-rw-r--r--source/blender/editors/animation/anim_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 8ea46e55b49..eace5af4701 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -331,7 +331,7 @@ static void ANIM_OT_start_frame_set(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Set Start Frame";
- ot->idname = "anim_OT_start_frame_set";
+ ot->idname = "ANIM_OT_start_frame_set";
ot->description = "Set the start frame";
/* api callbacks */
@@ -375,7 +375,7 @@ static void ANIM_OT_end_frame_set(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Set End Frame";
- ot->idname = "anim_OT_end_frame_set";
+ ot->idname = "ANIM_OT_end_frame_set";
ot->description = "Set the end frame";
/* api callbacks */