remove inventor and vrml1 support, we're better of having these legacy formats as addons.

This commit is contained in:
Campbell Barton 2010-09-15 05:57:48 +00:00
parent e2a0b302ff
commit 7eb7410002
2 changed files with 1 additions and 1686 deletions

View File

@ -34,9 +34,6 @@
struct Mesh;
struct Scene;
void mcol_to_rgba(unsigned int col, float *r, float *g, float *b, float *a);
unsigned int *mcol_to_vcol(struct Mesh *me); // used in py_main.c
/**
* Reads all 3D fileformats other than Blender fileformat
* @retval 0 The file could not be read.
@ -46,7 +43,6 @@ unsigned int *mcol_to_vcol(struct Mesh *me); // used in py_main.c
int BKE_read_exotic(struct Scene *scene, char *name);
void write_dxf(struct Scene *scene, char *str);
void write_vrml(struct Scene *scene, char *str);
void write_stl(struct Scene *scene, char *str);
#endif

File diff suppressed because it is too large Load Diff