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_select.c')
-rw-r--r--source/blender/editors/object/object_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 53726d70cf9..388766f5fa3 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -233,7 +233,7 @@ static int object_select_linked_exec(bContext *C, wmOperator *op)
if (nr==1) {
// XXX old animation system
//ipo= ob->ipo;
- //if(ipo==0) return OPERATOR_CANCELLED;
+ //if (ipo==0) return OPERATOR_CANCELLED;
return OPERATOR_CANCELLED;
}
else if (nr==2) {
@@ -266,7 +266,7 @@ static int object_select_linked_exec(bContext *C, wmOperator *op)
CTX_DATA_BEGIN(C, Base*, base, visible_bases) {
if (nr==1) {
// XXX old animation system
- //if(base->object->ipo==ipo) base->flag |= SELECT;
+ //if (base->object->ipo==ipo) base->flag |= SELECT;
//changed = 1;
}
else if (nr==2) {