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-03-21 13:10:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-21 13:10:08 +0400
commitd76c05cd3655887ca48698b9081e959640711697 (patch)
treead7b05b4b5af21179e244bbad62b11bbf9b9e3ec /source/blender/python/bmesh
parent112ef144220e414827d9a57a81ddf27fa33804e1 (diff)
style cleanup: bmesh
Diffstat (limited to 'source/blender/python/bmesh')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types_customdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types_customdata.c b/source/blender/python/bmesh/bmesh_py_types_customdata.c
index 7fb1f93cd2e..1f7f7290030 100644
--- a/source/blender/python/bmesh/bmesh_py_types_customdata.c
+++ b/source/blender/python/bmesh/bmesh_py_types_customdata.c
@@ -912,7 +912,7 @@ int BPy_BMLayerItem_SetItem(BPy_BMElem *py_ele, BPy_BMLayerItem *py_layer, PyObj
ret = -1;
}
else {
- copy_v3_v3((float *)value,tmp_val);
+ copy_v3_v3((float *)value, tmp_val);
}
break;
}