Blender V2.61 - r43446
|
#include <DNA_ID.h>
Public Attributes | |
ID | id |
ID * | idblock |
struct FileData * | filedata |
char | name [240] |
char | filepath [240] |
int | tot |
int | pad |
struct Library * | parent |
For each library file used, a Library struct is added to Main WARNING: readfile.c, expand_doit() reads this struct without DNA check!
struct FileData* Library::filedata |
Definition at line 130 of file DNA_ID.h.
Referenced by change_idid_adr(), and read_libraries().
char Library::filepath[240] |
Definition at line 132 of file DNA_ID.h.
Referenced by BKE_id_lib_local_paths(), BKE_library_filepath_set(), blo_find_main(), direct_link_library(), fix_relpaths_library(), library_append_end(), ptcache_path(), read_libraries(), and WM_write_file().
Definition at line 128 of file DNA_ID.h.
Referenced by blo_split_main(), fix_relpaths_library(), lib_link_fcurves(), lib_link_library(), object_select_linked_exec(), outliner_build_tree(), and WM_write_file().
char Library::name[240] |
Definition at line 131 of file DNA_ID.h.
Referenced by BKE_library_filepath_set(), blo_find_main(), bpath_traverse_id(), direct_link_library(), expand_doit(), filelist_from_main(), fix_relpaths_library(), free_libblock_us(), lib_link_object(), library_append_end(), namebutton_cb(), read_libraries(), tselem_draw_icon_uibut(), and ui_tooltip_create().
int Library::pad |
struct Library* Library::parent |
Definition at line 140 of file DNA_ID.h.
Referenced by BKE_library_filepath_set(), direct_link_library(), expand_doit(), lib_indirect_test_id(), and outliner_build_tree().
int Library::tot |