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>2006-12-17 05:16:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-12-17 05:16:29 +0300
commit1041ad47195b78ed3c2005355143056579b9b69c (patch)
treec2d1986ecec571da564b660714cfba9b8aab0c57 /source/blender/python/api2_2x/gen_utils.h
parent6acadfe9829fa5262c374e7183ac346255257545 (diff)
added fakeUser and users to more pytypes
Diffstat (limited to 'source/blender/python/api2_2x/gen_utils.h')
-rw-r--r--source/blender/python/api2_2x/gen_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.h b/source/blender/python/api2_2x/gen_utils.h
index b9400267ca5..04eddebddc1 100644
--- a/source/blender/python/api2_2x/gen_utils.h
+++ b/source/blender/python/api2_2x/gen_utils.h
@@ -66,6 +66,8 @@ PyObject *EXPP_GetModuleConstant(char *module, char *constant);
int StringEqual( const char *string1, const char *string2 );
char *GetIdName( ID * id );
+int SetIdFakeUser( ID * id, PyObject *value);
+
ID *GetIdFromList( ListBase * list, char *name );
PyObject *PythonReturnErrorObject( PyObject * type, char *error_msg );