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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-21 16:51:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-21 16:51:47 +0400
commit6701933f5ce4598d2fc98bd27a5b8a4e58ca06e2 (patch)
tree86eb9432c2350152aa7d829bb7adf41cf9fd2bde /source/blender/editors/object
parent96b024333edf31fb02881b1c2fbacaf556a49439 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_bake.c2
-rw-r--r--source/blender/editors/object/object_relations.c2
-rw-r--r--source/blender/editors/object/object_select.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/object/object_bake.c b/source/blender/editors/object/object_bake.c
index deefcfd6989..1f012c6f0be 100644
--- a/source/blender/editors/object/object_bake.c
+++ b/source/blender/editors/object/object_bake.c
@@ -345,7 +345,7 @@ static void bake_rasterize(const MBakeRast *bake_rast, const float st0_in[2], co
yhi_beg= (int) ceilf(tmi);
yhi= (int) ceilf(thi);
- /*if(fTmi>ceilf(fTlo))*/
+ /*if (fTmi>ceilf(fTlo))*/
rasterize_half(bake_rast, slo, tlo, smi, tmi, slo, tlo, shi, thi, ylo, yhi_beg, is_mid_right);
rasterize_half(bake_rast, smi, tmi, shi, thi, slo, tlo, shi, thi, yhi_beg, yhi, is_mid_right);
}
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 7ee57dd78d3..be26007e25a 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -1479,7 +1479,7 @@ static void single_obdata_users(Main *bmain, Scene *scene, int flag)
case OB_MESH:
ob->data= copy_mesh(ob->data);
//me= ob->data;
- //if(me && me->key)
+ //if (me && me->key)
// ipo_idnew(me->key->ipo); /* drivers */
break;
case OB_MBALL:
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) {