code cleanup: operator/function mismatch
This commit is contained in:
@@ -558,7 +558,7 @@ static int object_add_hook_selob_exec(bContext *C, wmOperator *op)
|
||||
}
|
||||
}
|
||||
|
||||
void OBJECT_OT_hook_add_selobj(wmOperatorType *ot)
|
||||
void OBJECT_OT_hook_add_selob(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Hook to Selected Object";
|
||||
@@ -592,7 +592,7 @@ static int object_add_hook_newob_exec(bContext *C, wmOperator *op)
|
||||
}
|
||||
}
|
||||
|
||||
void OBJECT_OT_hook_add_newobj(wmOperatorType *ot)
|
||||
void OBJECT_OT_hook_add_newob(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Hook to New Object";
|
||||
|
||||
Reference in New Issue
Block a user