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-23 08:24:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 08:24:11 +0400
commit8baa5fbde21f55a2e8cfa5f515767e00038fca78 (patch)
treefce58ed9a7086e98a05add5926ccd6ae9641111d /source/blender/makesrna/intern/rna_object_api.c
parentb51590d55df4b013a0becf9977eddb33206276ba (diff)
- fix for python freeing its own bmesh clearing the global mirror cache.
- fix for own mistake (Ctrl+T didnt set beauty peroperty). - remove bad level includes in bmesh.
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index 09e7d1d9be5..fb383b1256b 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -39,11 +39,6 @@
#include "DNA_object_types.h"
#include "DNA_modifier_types.h"
-/* #include "BLO_sys_types.h" *//* needed for intptr_t used in ED_mesh.h */
-
-/* #include "ED_mesh.h" */
-
-
#ifdef RNA_RUNTIME
#include "BLI_math.h"