From c7b1e5c11df31c437834088fc056a27fe852bfe1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Apr 2007 18:48:30 +0000 Subject: export_fbx.py - support scene start/end frames, fpx, mist settings, better default camera writing. BPyObject.py - function for getting an objects armature, look at both parent and modifier. editmesh_add.c and BPyAddMesh.py - check for multires filesel.c, Append/Link had a bug where files linked in, didnt have the LIB_APPEND_TAG unset, and appending these into a new blend file would link instead. BKE_library.h, library.c - utility functions for flagging listbases flag_all_listbases_ids and and flag_listbase_ids --- source/blender/blenkernel/BKE_library.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenkernel/BKE_library.h') diff --git a/source/blender/blenkernel/BKE_library.h b/source/blender/blenkernel/BKE_library.h index 064acf12eb5..1954cfe1e37 100644 --- a/source/blender/blenkernel/BKE_library.h +++ b/source/blender/blenkernel/BKE_library.h @@ -70,5 +70,8 @@ void IDnames_to_pupstring(char **str, char *title, char *extraops, struct ListBa void IMAnames_to_pupstring(char **str, char *title, char *extraops, struct ListBase *lb, struct ID *link, short *nr); void IPOnames_to_pupstring(char **str, char *title, char *extraops, struct ListBase *lb, struct ID* link, short *nr, int blocktype); +void flag_listbase_ids(ListBase *lb, short flag, short value); +void flag_all_listbases_ids(short flag, short value); + #endif -- cgit v1.2.3