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:
Diffstat (limited to 'source/blender/editors/object/object_hook.c')
-rw-r--r--source/blender/editors/object/object_hook.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/object/object_hook.c b/source/blender/editors/object/object_hook.c
index 6bb03e62191..aaf76ff649e 100644
--- a/source/blender/editors/object/object_hook.c
+++ b/source/blender/editors/object/object_hook.c
@@ -482,18 +482,18 @@ static bool hook_op_edit_poll(bContext *C)
if (obedit) {
if (ED_operator_editmesh(C)) {
- return 1;
+ return true;
}
if (ED_operator_editsurfcurve(C)) {
- return 1;
+ return true;
}
if (ED_operator_editlattice(C)) {
- return 1;
+ return true;
}
- // if (ED_operator_editmball(C)) return 1;
+ // if (ED_operator_editmball(C)) return true;
}
- return 0;
+ return false;
}
static Object *add_hook_object_new(