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>2009-09-28 09:02:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-28 09:02:09 +0400
commit92ee7ca94659783230ae1d10ab63ab7684718e8f (patch)
tree7fe6ee75c4178c33853a7d22643cc0593f3cf49c /source/blender/makesrna/intern/rna_mesh_api.c
parentdab61acd458ef53eee2df014ccb28579b947ec5b (diff)
remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to import
Diffstat (limited to 'source/blender/makesrna/intern/rna_mesh_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_mesh_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh_api.c b/source/blender/makesrna/intern/rna_mesh_api.c
index d8466337781..6e37014a771 100644
--- a/source/blender/makesrna/intern/rna_mesh_api.c
+++ b/source/blender/makesrna/intern/rna_mesh_api.c
@@ -109,9 +109,6 @@ static void rna_Mesh_calc_edges(Mesh *mesh)
static void rna_Mesh_update(Mesh *mesh, bContext *C)
{
- Main *bmain= CTX_data_main(C);
- Object *ob;
-
if(mesh->totface && mesh->totedge == 0)
rna_Mesh_calc_edges(mesh);