Added python access to material and texture colorbands.

mat.colorbandDiffuse
	mat.colorbandSpecular
	tex.colorband

gen_utils - removed unused func
This commit is contained in:
2007-03-08 06:35:01 +00:00
parent 4bd5ab628b
commit 8e0704f59a
7 changed files with 193 additions and 21 deletions

View File

@@ -69,7 +69,6 @@ PyObject *EXPP_GetModuleConstant(char *module, char *constant);
int StringEqual( const char *string1, const char *string2 );
char *GetIdName( ID * id );
PyObject *EXPP_GetIdLib( ID * id );
int SetIdFakeUser( ID * id, PyObject *value);
ID *GetIdFromList( ListBase * list, char *name );