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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-06-13 08:21:48 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-06-13 08:21:48 +0400
commitf70302670e0ecb263819c3ed74e0079d46181e61 (patch)
treef11c7f6304ad5d0b681d369619452d3fb2997482 /source/blender/python/api2_2x/NMesh.h
parentbbf8fe932f226314a097ac868d1909546949d53f (diff)
* Bugs item #169 fixed:
Now Blender.NMesh.PutRaw() doesn't destroy vertex color info anymore. Both exppython's NMesh.c and bpython's opy_nmesh.c were updated. * Minor changes in other files.
Diffstat (limited to 'source/blender/python/api2_2x/NMesh.h')
-rw-r--r--source/blender/python/api2_2x/NMesh.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h
index 860de6cfdac..252265b0354 100644
--- a/source/blender/python/api2_2x/NMesh.h
+++ b/source/blender/python/api2_2x/NMesh.h
@@ -158,10 +158,6 @@ static char M_NMesh_PutRaw_doc[] =
If the name of a mesh to replace is not given a new\n\
object is created and returned.";
-/* the color, vertex, face and mesh types below have their own variables
- * because they don't need to be linked to real Blender data -- e.g.: they
- * can be created with .New() methods */
-
/* Typedefs for the new types */
typedef struct {
@@ -187,7 +183,7 @@ typedef struct {
short mode;
short flag;
unsigned char transp;
- C_Image *image;
+ Image *image;
char mat_nr, smooth;
} C_NMFace; /* an NMesh face */