|
Blender
V2.59
|
#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 119 of file DNA_ID.h.
Referenced by change_idid_adr(), and read_libraries().
| char Library::filepath[240] |
Definition at line 121 of file DNA_ID.h.
Referenced by BLI_bpathIterator_step(), blo_find_main(), bpy_text_filename_get(), customdata_external_filename(), direct_link_library(), file_browse_exec(), fix_relpaths_library(), image_fix_relative_path(), image_load_image_file(), image_load_movie_file(), image_load_sequence_file(), library_append_end(), ptcache_path(), read_libraries(), and WM_write_file().
Definition at line 117 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 120 of file DNA_ID.h.
Referenced by BLI_bpathIterator_step(), blo_find_main(), direct_link_library(), expand_doit(), filelist_from_main(), fix_relpaths_library(), free_libblock_us(), lib_link_object(), library_append_end(), read_libraries(), tselem_draw_icon_uibut(), and ui_tooltip_create().
| int Library::pad |
| struct Library* Library::parent |
Definition at line 123 of file DNA_ID.h.
Referenced by direct_link_library(), expand_doit(), lib_indirect_test_id(), and outliner_build_tree().
| int Library::tot |