2 * ***** BEGIN GPL LICENSE BLOCK *****
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software Foundation,
16 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
19 * All rights reserved.
22 * Contributor(s): Blender Foundation
24 * ***** END GPL LICENSE BLOCK *****
28 /** \file blender/blenloader/intern/readfile.c
36 #include <stdio.h> // for printf fopen fwrite fclose sprintf FILE
37 #include <stdlib.h> // for getenv atoi
38 #include <stddef.h> // for offsetof
39 #include <fcntl.h> // for open
40 #include <string.h> // for strrchr strncmp strstr
41 #include <math.h> // for fabs
42 #include <stdarg.h> /* for va_start/end */
45 #include <unistd.h> // for read close
47 #include <io.h> // for open close read
49 #include "BLI_winstuff.h"
52 /* allow readfile to use deprecated functionality */
53 #define DNA_DEPRECATED_ALLOW
55 #include "DNA_anim_types.h"
56 #include "DNA_armature_types.h"
57 #include "DNA_actuator_types.h"
58 #include "DNA_brush_types.h"
59 #include "DNA_camera_types.h"
60 #include "DNA_cloth_types.h"
61 #include "DNA_controller_types.h"
62 #include "DNA_constraint_types.h"
63 #include "DNA_dynamicpaint_types.h"
64 #include "DNA_effect_types.h"
65 #include "DNA_fileglobal_types.h"
66 #include "DNA_genfile.h"
67 #include "DNA_group_types.h"
68 #include "DNA_gpencil_types.h"
69 #include "DNA_ipo_types.h"
70 #include "DNA_key_types.h"
71 #include "DNA_lattice_types.h"
72 #include "DNA_lamp_types.h"
73 #include "DNA_meta_types.h"
74 #include "DNA_material_types.h"
75 #include "DNA_mesh_types.h"
76 #include "DNA_meshdata_types.h"
77 #include "DNA_nla_types.h"
78 #include "DNA_node_types.h"
79 #include "DNA_object_fluidsim.h" // NT
80 #include "DNA_packedFile_types.h"
81 #include "DNA_particle_types.h"
82 #include "DNA_property_types.h"
83 #include "DNA_text_types.h"
84 #include "DNA_view3d_types.h"
85 #include "DNA_screen_types.h"
86 #include "DNA_sensor_types.h"
87 #include "DNA_sdna_types.h"
88 #include "DNA_scene_types.h"
89 #include "DNA_sequence_types.h"
90 #include "DNA_smoke_types.h"
91 #include "DNA_speaker_types.h"
92 #include "DNA_sound_types.h"
93 #include "DNA_space_types.h"
94 #include "DNA_vfont_types.h"
95 #include "DNA_world_types.h"
96 #include "DNA_movieclip_types.h"
98 #include "MEM_guardedalloc.h"
100 #include "BLI_utildefines.h"
101 #include "BLI_blenlib.h"
102 #include "BLI_math.h"
103 #include "BLI_cellalloc.h"
104 #include "BLI_edgehash.h"
106 #include "BKE_anim.h"
107 #include "BKE_action.h"
108 #include "BKE_armature.h"
109 #include "BKE_brush.h"
110 #include "BKE_colortools.h"
111 #include "BKE_constraint.h"
112 #include "BKE_context.h"
113 #include "BKE_curve.h"
114 #include "BKE_deform.h"
115 #include "BKE_effect.h"
116 #include "BKE_fcurve.h"
117 #include "BKE_global.h" // for G
118 #include "BKE_group.h"
119 #include "BKE_image.h"
120 #include "BKE_lattice.h"
121 #include "BKE_library.h" // for which_libbase
122 #include "BKE_idcode.h"
123 #include "BKE_material.h"
124 #include "BKE_main.h" // for Main
125 #include "BKE_mesh.h" // for ME_ defines (patching)
126 #include "BKE_modifier.h"
127 #include "BKE_multires.h"
128 #include "BKE_node.h" // for tree type defines
129 #include "BKE_ocean.h"
130 #include "BKE_object.h"
131 #include "BKE_paint.h"
132 #include "BKE_particle.h"
133 #include "BKE_pointcache.h"
134 #include "BKE_property.h" // for get_ob_property
135 #include "BKE_report.h"
136 #include "BKE_sca.h" // for init_actuator
137 #include "BKE_scene.h"
138 #include "BKE_screen.h"
139 #include "BKE_sequencer.h"
140 #include "BKE_text.h" // for txt_extended_ascii_as_utf8
141 #include "BKE_texture.h" // for open_plugin_tex
142 #include "BKE_tracking.h"
143 #include "BKE_utildefines.h" // SWITCH_INT DATA ENDB DNA1 O_BINARY GLOB USER TEST REND
144 #include "BKE_sound.h"
146 #include "IMB_imbuf.h" // for proxy / timecode versioning stuff
148 #include "NOD_socket.h"
150 //XXX #include "BIF_butspace.h" // badlevel, for do_versions, patching event codes
151 //XXX #include "BIF_filelist.h" // badlevel too, where to move this? - elubie
152 //XXX #include "BIF_previewrender.h" // bedlelvel, for struct RenderInfo
153 #include "BLO_readfile.h"
154 #include "BLO_undofile.h"
156 #include "RE_engine.h"
158 #include "readfile.h"
160 #include "PIL_time.h"
165 Remark: still a weak point is the newaddress() function, that doesnt solve reading from
166 multiple files at the same time
168 (added remark: oh, i thought that was solved? will look at that... (ton)
171 - Existing Library (Main) push or free
181 - read associated 'direct data'
182 - link direct data (internal and to LibBlock)
184 - read USER data, only when indicated (file is ~/X.XX/startup.blend)
186 - per Library (per Main)
189 - find LibBlocks and attach IDs to Main
190 - if external LibBlock
192 - or it's already read,
197 - read associated direct data
198 - link direct data (internal and to LibBlock)
200 - per Library with unread LibBlocks
205 - read associated direct data
206 - link direct data (internal and to LibBlock)
209 - link all LibBlocks and indirect pointers to libblocks
210 - initialize FileGlobal and copy pointers to Global
213 /* also occurs in library.c */
214 /* GS reads the memory pointed at in a specific ordering. There are,
215 * however two definitions for it. I have jotted them down here, both,
216 * but I think the first one is actually used. The thing is that
217 * big-endian systems might read this the wrong way round. OTOH, we
218 * constructed the IDs that are read out with this macro explicitly as
219 * well. I expect we'll sort it out soon... */
222 #define GS(a) (*((short *)(a)))
224 /* from misc_util: flip the bytes from x */
225 /* #define GS(x) (((unsigned char *)(x))[0] << 8 | ((unsigned char *)(x))[1]) */
227 // only used here in readfile.c
228 #define SWITCH_LONGINT(a) { \
231 s_i=p_i[0]; p_i[0]=p_i[7]; p_i[7]=s_i; \
232 s_i=p_i[1]; p_i[1]=p_i[6]; p_i[6]=s_i; \
233 s_i=p_i[2]; p_i[2]=p_i[5]; p_i[5]=s_i; \
234 s_i=p_i[3]; p_i[3]=p_i[4]; p_i[4]=s_i; }
238 typedef struct OldNew {
243 typedef struct OldNewMap {
245 int nentries, entriessize;
251 /* local prototypes */
252 static void *read_struct(FileData *fd, BHead *bh, const char *blockname);
253 static void direct_link_modifiers(FileData *fd, ListBase *lb);
254 static void convert_tface_mt(FileData *fd, Main *main);
256 /* this function ensures that reports are printed,
257 * in the case of libraray linking errors this is important!
259 * bit kludge but better then doubling up on prints,
260 * we could alternatively have a versions of a report function which foces printing - campbell
262 static void BKE_reportf_wrap(ReportList *reports, ReportType type, const char *format, ...)
264 char fixed_buf[1024]; /* should be long enough */
268 va_start(args, format);
269 vsnprintf(fixed_buf, sizeof(fixed_buf), format, args);
272 fixed_buf[sizeof(fixed_buf) - 1] = '\0';
274 BKE_report(reports, type, fixed_buf);
276 if(G.background==0) {
277 printf("%s\n", fixed_buf);
281 static OldNewMap *oldnewmap_new(void)
283 OldNewMap *onm= MEM_callocN(sizeof(*onm), "OldNewMap");
285 onm->entriessize= 1024;
286 onm->entries= MEM_mallocN(sizeof(*onm->entries)*onm->entriessize, "OldNewMap.entries");
291 static int verg_oldnewmap(const void *v1, const void *v2)
293 const struct OldNew *x1=v1, *x2=v2;
295 if( x1->old > x2->old) return 1;
296 else if( x1->old < x2->old) return -1;
301 static void oldnewmap_sort(FileData *fd)
303 qsort(fd->libmap->entries, fd->libmap->nentries, sizeof(OldNew), verg_oldnewmap);
304 fd->libmap->sorted= 1;
307 /* nr is zero for data, and ID code for libdata */
308 static void oldnewmap_insert(OldNewMap *onm, void *oldaddr, void *newaddr, int nr)
312 if(oldaddr==NULL || newaddr==NULL) return;
314 if (onm->nentries==onm->entriessize) {
315 int osize= onm->entriessize;
316 OldNew *oentries= onm->entries;
318 onm->entriessize*= 2;
319 onm->entries= MEM_mallocN(sizeof(*onm->entries)*onm->entriessize, "OldNewMap.entries");
321 memcpy(onm->entries, oentries, sizeof(*oentries)*osize);
325 entry= &onm->entries[onm->nentries++];
327 entry->newp= newaddr;
331 static void *oldnewmap_lookup_and_inc(OldNewMap *onm, void *addr)
335 if(addr==NULL) return NULL;
337 if (onm->lasthit<onm->nentries-1) {
338 OldNew *entry= &onm->entries[++onm->lasthit];
340 if (entry->old==addr) {
346 for (i=0; i<onm->nentries; i++) {
347 OldNew *entry= &onm->entries[i];
349 if (entry->old==addr) {
360 /* for libdata, nr has ID code, no increment */
361 static void *oldnewmap_liblookup(OldNewMap *onm, void *addr, void *lib)
365 if(addr==NULL) return NULL;
367 /* lasthit works fine for non-libdata, linking there is done in same sequence as writing */
369 OldNew entry_s, *entry;
373 entry= bsearch(&entry_s, onm->entries, onm->nentries, sizeof(OldNew), verg_oldnewmap);
377 if (id && (!lib || id->lib)) {
383 for (i=0; i<onm->nentries; i++) {
384 OldNew *entry= &onm->entries[i];
386 if (entry->old==addr) {
389 if (id && (!lib || id->lib)) {
398 static void oldnewmap_free_unused(OldNewMap *onm)
402 for (i=0; i<onm->nentries; i++) {
403 OldNew *entry= &onm->entries[i];
405 MEM_freeN(entry->newp);
411 static void oldnewmap_clear(OldNewMap *onm)
417 static void oldnewmap_free(OldNewMap *onm)
419 MEM_freeN(onm->entries);
425 static void read_libraries(FileData *basefd, ListBase *mainlist);
427 /* ************ help functions ***************** */
429 static void add_main_to_main(Main *mainvar, Main *from)
431 ListBase *lbarray[MAX_LIBARRAY], *fromarray[MAX_LIBARRAY];
434 set_listbasepointers(mainvar, lbarray);
435 a= set_listbasepointers(from, fromarray);
437 BLI_movelisttolist(lbarray[a], fromarray[a]);
441 void blo_join_main(ListBase *mainlist)
443 Main *tojoin, *mainl;
446 mainl= mainlist->first;
447 while ((tojoin= mainl->next)) {
448 add_main_to_main(mainl, tojoin);
449 BLI_remlink(mainlist, tojoin);
454 static void split_libdata(ListBase *lb, Main *first)
466 if(mainvar->curlib==id->lib) {
467 lbn= which_libbase(mainvar, GS(id->name));
469 BLI_addtail(lbn, id);
472 mainvar= mainvar->next;
474 if(mainvar==NULL) printf("error split_libdata\n");
480 void blo_split_main(ListBase *mainlist, Main *main)
482 ListBase *lbarray[MAX_LIBARRAY];
486 mainlist->first= mainlist->last= main;
489 if(main->library.first==NULL)
492 for (lib= main->library.first; lib; lib= lib->id.next) {
493 Main *libmain= MEM_callocN(sizeof(Main), "libmain");
494 libmain->curlib= lib;
495 BLI_addtail(mainlist, libmain);
498 i= set_listbasepointers(main, lbarray);
500 split_libdata(lbarray[i], main->next);
503 /* removes things like /blah/blah/../../blah/ etc, then writes in *name the full path */
504 static void cleanup_path(const char *relabase, char *name)
506 char filename[FILE_MAXFILE];
508 BLI_splitdirstring(name, filename);
509 BLI_cleanup_dir(relabase, name);
510 strcat(name, filename);
513 static void read_file_version(FileData *fd, Main *main)
517 for (bhead= blo_firstbhead(fd); bhead; bhead= blo_nextbhead(fd, bhead)) {
518 if (bhead->code==GLOB) {
519 FileGlobal *fg= read_struct(fd, bhead, "Global");
521 main->subversionfile= fg->subversion;
522 main->minversionfile= fg->minversion;
523 main->minsubversionfile= fg->minsubversion;
526 else if (bhead->code==ENDB)
533 static Main *blo_find_main(FileData *fd, ListBase *mainlist, const char *filepath, const char *relabase)
537 char name1[FILE_MAX];
539 BLI_strncpy(name1, filepath, sizeof(name1));
540 cleanup_path(relabase, name1);
541 // printf("blo_find_main: original in %s\n", name);
542 // printf("blo_find_main: converted to %s\n", name1);
544 for (m= mainlist->first; m; m= m->next) {
545 char *libname= (m->curlib)?m->curlib->filepath:m->name;
547 if (BLI_path_cmp(name1, libname) == 0) {
548 if(G.f & G_DEBUG) printf("blo_find_main: found library %s\n", libname);
553 m= MEM_callocN(sizeof(Main), "find_main");
554 BLI_addtail(mainlist, m);
556 lib= alloc_libblock(&m->library, ID_LI, "lib");
557 BLI_strncpy(lib->name, filepath, sizeof(lib->name));
558 BLI_strncpy(lib->filepath, name1, sizeof(lib->filepath));
562 read_file_version(fd, m);
564 if(G.f & G_DEBUG) printf("blo_find_main: added new lib %s\n", filepath);
569 /* ************ FILE PARSING ****************** */
571 static void switch_endian_bh4(BHead4 *bhead)
573 /* the ID_.. codes */
574 if((bhead->code & 0xFFFF)==0) bhead->code >>=16;
576 if (bhead->code != ENDB) {
577 SWITCH_INT(bhead->len);
578 SWITCH_INT(bhead->SDNAnr);
579 SWITCH_INT(bhead->nr);
583 static void switch_endian_bh8(BHead8 *bhead)
585 /* the ID_.. codes */
586 if((bhead->code & 0xFFFF)==0) bhead->code >>=16;
588 if (bhead->code != ENDB) {
589 SWITCH_INT(bhead->len);
590 SWITCH_INT(bhead->SDNAnr);
591 SWITCH_INT(bhead->nr);
595 static void bh4_from_bh8(BHead *bhead, BHead8 *bhead8, int do_endian_swap)
597 BHead4 *bhead4 = (BHead4 *) bhead;
598 #if defined(WIN32) && !defined(FREE_WINDOWS)
604 bhead4->code= bhead8->code;
605 bhead4->len= bhead8->len;
607 if (bhead4->code != ENDB) {
609 //perform a endian swap on 64bit pointers, otherwise the pointer might map to zero
610 //0x0000000000000000000012345678 would become 0x12345678000000000000000000000000
611 if (do_endian_swap) {
612 SWITCH_LONGINT(bhead8->old);
615 /* this patch is to avoid a long long being read from not-eight aligned positions
616 is necessary on any modern 64bit architecture) */
617 memcpy(&old, &bhead8->old, 8);
618 bhead4->old = (int) (old >> 3);
620 bhead4->SDNAnr= bhead8->SDNAnr;
621 bhead4->nr= bhead8->nr;
625 static void bh8_from_bh4(BHead *bhead, BHead4 *bhead4)
627 BHead8 *bhead8 = (BHead8 *) bhead;
629 bhead8->code= bhead4->code;
630 bhead8->len= bhead4->len;
632 if (bhead8->code != ENDB) {
633 bhead8->old= bhead4->old;
634 bhead8->SDNAnr= bhead4->SDNAnr;
635 bhead8->nr= bhead4->nr;
639 static BHeadN *get_bhead(FileData *fd)
641 BHeadN *new_bhead = NULL;
646 /* initializing to zero isn't strictly needed but shuts valgrind up
647 * since uninitialized memory gets compared */
652 // First read the bhead structure.
653 // Depending on the platform the file was written on this can
654 // be a big or little endian BHead4 or BHead8 structure.
656 // As usual 'ENDB' (the last *partial* bhead of the file)
657 // needs some special handling. We don't want to EOF just yet.
659 if (fd->flags & FD_FLAGS_FILE_POINTSIZE_IS_4) {
661 readsize = fd->read(fd, &bhead4, sizeof(bhead4));
663 if (readsize == sizeof(bhead4) || bhead4.code == ENDB) {
664 if (fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
665 switch_endian_bh4(&bhead4);
668 if (fd->flags & FD_FLAGS_POINTSIZE_DIFFERS) {
669 bh8_from_bh4(&bhead, &bhead4);
671 memcpy(&bhead, &bhead4, sizeof(bhead));
679 readsize = fd->read(fd, &bhead8, sizeof(bhead8));
681 if (readsize == sizeof(bhead8) || bhead8.code == ENDB) {
682 if (fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
683 switch_endian_bh8(&bhead8);
686 if (fd->flags & FD_FLAGS_POINTSIZE_DIFFERS) {
687 bh4_from_bh8(&bhead, &bhead8, (fd->flags & FD_FLAGS_SWITCH_ENDIAN));
689 memcpy(&bhead, &bhead8, sizeof(bhead));
697 /* make sure people are not trying to pass bad blend files */
698 if (bhead.len < 0) fd->eof = 1;
700 // bhead now contains the (converted) bhead structure. Now read
701 // the associated data and put everything in a BHeadN (creative naming !)
704 new_bhead = MEM_mallocN(sizeof(BHeadN) + bhead.len, "new_bhead");
706 new_bhead->next = new_bhead->prev = NULL;
707 new_bhead->bhead = bhead;
709 readsize = fd->read(fd, new_bhead + 1, bhead.len);
711 if (readsize != bhead.len) {
713 MEM_freeN(new_bhead);
723 // We've read a new block. Now add it to the list
727 BLI_addtail(&fd->listbase, new_bhead);
733 BHead *blo_firstbhead(FileData *fd)
739 // Read in a new block if necessary
741 new_bhead = fd->listbase.first;
742 if (new_bhead == NULL) {
743 new_bhead = get_bhead(fd);
747 bhead = &new_bhead->bhead;
753 BHead *blo_prevbhead(FileData *UNUSED(fd), BHead *thisblock)
755 BHeadN *bheadn= (BHeadN *) (((char *) thisblock) - GET_INT_FROM_POINTER( &((BHeadN*)0)->bhead) );
756 BHeadN *prev= bheadn->prev;
758 return prev?&prev->bhead:NULL;
761 BHead *blo_nextbhead(FileData *fd, BHead *thisblock)
763 BHeadN *new_bhead = NULL;
767 // bhead is actually a sub part of BHeadN
768 // We calculate the BHeadN pointer from the BHead pointer below
769 new_bhead = (BHeadN *) (((char *) thisblock) - GET_INT_FROM_POINTER( &((BHeadN*)0)->bhead) );
771 // get the next BHeadN. If it doesn't exist we read in the next one
772 new_bhead = new_bhead->next;
773 if (new_bhead == NULL) {
774 new_bhead = get_bhead(fd);
779 // here we do the reverse:
780 // go from the BHeadN pointer to the BHead pointer
781 bhead = &new_bhead->bhead;
787 static void decode_blender_header(FileData *fd)
789 char header[SIZEOFBLENDERHEADER], num[4];
792 // read in the header data
793 readsize = fd->read(fd, header, sizeof(header));
795 if (readsize == sizeof(header)) {
796 if(strncmp(header, "BLENDER", 7) == 0) {
797 int remove_this_endian_test= 1;
799 fd->flags |= FD_FLAGS_FILE_OK;
801 // what size are pointers in the file ?
803 fd->flags |= FD_FLAGS_FILE_POINTSIZE_IS_4;
804 if (sizeof(void *) != 4) {
805 fd->flags |= FD_FLAGS_POINTSIZE_DIFFERS;
808 if (sizeof(void *) != 8) {
809 fd->flags |= FD_FLAGS_POINTSIZE_DIFFERS;
813 // is the file saved in a different endian
815 if (((((char*)&remove_this_endian_test)[0]==1)?L_ENDIAN:B_ENDIAN) != ((header[8]=='v')?L_ENDIAN:B_ENDIAN)) {
816 fd->flags |= FD_FLAGS_SWITCH_ENDIAN;
819 // get the version number
821 memcpy(num, header+9, 3);
823 fd->fileversion = atoi(num);
828 static int read_file_dna(FileData *fd)
832 for (bhead= blo_firstbhead(fd); bhead; bhead= blo_nextbhead(fd, bhead)) {
833 if (bhead->code==DNA1) {
834 int do_endian_swap= (fd->flags&FD_FLAGS_SWITCH_ENDIAN)?1:0;
836 fd->filesdna= DNA_sdna_from_data(&bhead[1], bhead->len, do_endian_swap);
839 fd->compflags= DNA_struct_get_compareflags(fd->filesdna, fd->memsdna);
840 /* used to retrieve ID names from (bhead+1) */
841 fd->id_name_offs= DNA_elem_offset(fd->filesdna, "ID", "char", "name[]");
845 } else if (bhead->code==ENDB)
852 static int fd_read_from_file(FileData *filedata, void *buffer, unsigned int size)
854 int readsize = read(filedata->filedes, buffer, size);
859 filedata->seek += readsize;
865 static int fd_read_gzip_from_file(FileData *filedata, void *buffer, unsigned int size)
867 int readsize = gzread(filedata->gzfiledes, buffer, size);
872 filedata->seek += readsize;
878 static int fd_read_from_memory(FileData *filedata, void *buffer, unsigned int size)
880 // don't read more bytes then there are available in the buffer
881 int readsize = (int)MIN2(size, (unsigned int)(filedata->buffersize - filedata->seek));
883 memcpy(buffer, filedata->buffer + filedata->seek, readsize);
884 filedata->seek += readsize;
889 static int fd_read_from_memfile(FileData *filedata, void *buffer, unsigned int size)
891 static unsigned int seek= 1<<30; /* the current position */
892 static unsigned int offset= 0; /* size of previous chunks */
893 static MemFileChunk *chunk=NULL;
894 unsigned int chunkoffset, readsize, totread;
896 if(size==0) return 0;
898 if(seek != (unsigned int)filedata->seek) {
899 chunk= filedata->memfile->chunks.first;
903 if(seek + chunk->size > (unsigned) filedata->seek) break;
908 seek= filedata->seek;
915 /* first check if it's on the end if current chunk */
916 if(seek-offset == chunk->size) {
917 offset+= chunk->size;
921 /* debug, should never happen */
923 printf("illegal read, chunk zero\n");
927 chunkoffset= seek-offset;
928 readsize= size-totread;
930 /* data can be spread over multiple chunks, so clamp size
931 * to within this chunk, and then it will read further in
933 if(chunkoffset+readsize > chunk->size)
934 readsize= chunk->size-chunkoffset;
936 memcpy((char*)buffer+totread, chunk->buf+chunkoffset, readsize);
938 filedata->seek += readsize;
940 } while(totread < size);
948 static FileData *filedata_new(void)
950 FileData *fd = MEM_callocN(sizeof(FileData), "FileData");
953 fd->gzfiledes = NULL;
955 /* XXX, this doesn't need to be done all the time,
956 * but it keeps us reentrant, remove once we have
957 * a lib that provides a nice lock. - zr
959 fd->memsdna = DNA_sdna_from_data(DNAstr, DNAlen, 0);
961 fd->datamap = oldnewmap_new();
962 fd->globmap = oldnewmap_new();
963 fd->libmap = oldnewmap_new();
968 static FileData *blo_decode_and_check(FileData *fd, ReportList *reports)
970 decode_blender_header(fd);
972 if (fd->flags & FD_FLAGS_FILE_OK) {
973 if (!read_file_dna(fd)) {
974 BKE_reportf(reports, RPT_ERROR, "Failed to read blend file: \"%s\", incomplete", fd->relabase);
975 blo_freefiledata(fd);
980 BKE_reportf(reports, RPT_ERROR, "Failed to read blend file: \"%s\", not a blend file", fd->relabase);
981 blo_freefiledata(fd);
988 /* cannot be called with relative paths anymore! */
989 /* on each new library added, it now checks for the current FileData and expands relativeness */
990 FileData *blo_openblenderfile(const char *filepath, ReportList *reports)
994 gzfile= gzopen(filepath, "rb");
996 if (gzfile == (gzFile)Z_NULL) {
997 BKE_reportf(reports, RPT_ERROR, "Unable to open \"%s\": %s.", filepath, errno ? strerror(errno) : "Unknown error reading file");
1000 FileData *fd = filedata_new();
1001 fd->gzfiledes = gzfile;
1002 fd->read = fd_read_gzip_from_file;
1004 /* needed for library_append and read_libraries */
1005 BLI_strncpy(fd->relabase, filepath, sizeof(fd->relabase));
1007 return blo_decode_and_check(fd, reports);
1011 FileData *blo_openblendermemory(void *mem, int memsize, ReportList *reports)
1013 if (!mem || memsize<SIZEOFBLENDERHEADER) {
1014 BKE_report(reports, RPT_ERROR, (mem)? "Unable to read": "Unable to open");
1017 FileData *fd= filedata_new();
1019 fd->buffersize= memsize;
1020 fd->read= fd_read_from_memory;
1021 fd->flags|= FD_FLAGS_NOT_MY_BUFFER;
1023 return blo_decode_and_check(fd, reports);
1027 FileData *blo_openblendermemfile(MemFile *memfile, ReportList *reports)
1030 BKE_report(reports, RPT_ERROR, "Unable to open blend <memory>");
1033 FileData *fd= filedata_new();
1034 fd->memfile= memfile;
1036 fd->read= fd_read_from_memfile;
1037 fd->flags|= FD_FLAGS_NOT_MY_BUFFER;
1039 return blo_decode_and_check(fd, reports);
1044 void blo_freefiledata(FileData *fd)
1048 if (fd->filedes != -1) {
1052 if (fd->gzfiledes != NULL)
1054 gzclose(fd->gzfiledes);
1057 if (fd->buffer && !(fd->flags & FD_FLAGS_NOT_MY_BUFFER)) {
1058 MEM_freeN(fd->buffer);
1062 // Free all BHeadN data blocks
1063 BLI_freelistN(&fd->listbase);
1066 DNA_sdna_free(fd->memsdna);
1068 DNA_sdna_free(fd->filesdna);
1070 MEM_freeN(fd->compflags);
1073 oldnewmap_free(fd->datamap);
1075 oldnewmap_free(fd->globmap);
1077 oldnewmap_free(fd->imamap);
1078 if (fd->movieclipmap)
1079 oldnewmap_free(fd->movieclipmap);
1080 if (fd->libmap && !(fd->flags & FD_FLAGS_NOT_MY_LIBMAP))
1081 oldnewmap_free(fd->libmap);
1083 MEM_freeN(fd->bheadmap);
1089 /* ************ DIV ****************** */
1091 int BLO_has_bfile_extension(const char *str)
1093 return (BLI_testextensie(str, ".ble") || BLI_testextensie(str, ".blend") || BLI_testextensie(str, ".blend.gz"));
1096 int BLO_is_a_library(const char *path, char *dir, char *group)
1098 /* return ok when a blenderfile, in dir is the filename,
1099 * in group the type of libdata
1107 if( dir[len-1] != '/' && dir[len-1] != '\\') return 0;
1112 /* Find the last slash */
1113 fd= BLI_last_slash(dir);
1115 if(fd==NULL) return 0;
1117 if(BLO_has_bfile_extension(fd+1)) {
1118 /* the last part of the dir is a .blend file, no group follows */
1119 *fd= '/'; /* put back the removed slash separating the dir and the .blend file name */
1122 char *gp = fd+1; // in case we have a .blend file, gp points to the group
1124 /* Find the last slash */
1125 fd= BLI_last_slash(dir);
1126 if (!fd || !BLO_has_bfile_extension(fd+1)) return 0;
1128 /* now we know that we are in a blend file and it is safe to
1129 assume that gp actually points to a group */
1130 if (strcmp("Screen", gp)!=0)
1131 BLI_strncpy(group, gp, GROUP_MAX);
1136 /* ************** OLD POINTERS ******************* */
1138 static void *newdataadr(FileData *fd, void *adr) /* only direct databocks */
1140 return oldnewmap_lookup_and_inc(fd->datamap, adr);
1143 static void *newglobadr(FileData *fd, void *adr) /* direct datablocks with global linking */
1145 return oldnewmap_lookup_and_inc(fd->globmap, adr);
1148 static void *newimaadr(FileData *fd, void *adr) /* used to restore image data after undo */
1150 if(fd->imamap && adr)
1151 return oldnewmap_lookup_and_inc(fd->imamap, adr);
1155 static void *newmclipadr(FileData *fd, void *adr) /* used to restore movie clip data after undo */
1157 if(fd->movieclipmap && adr)
1158 return oldnewmap_lookup_and_inc(fd->movieclipmap, adr);
1163 static void *newlibadr(FileData *fd, void *lib, void *adr) /* only lib data */
1165 return oldnewmap_liblookup(fd->libmap, adr, lib);
1168 static void *newlibadr_us(FileData *fd, void *lib, void *adr) /* increases user number */
1170 ID *id= newlibadr(fd, lib, adr);
1178 static void change_idid_adr_fd(FileData *fd, void *old, void *new)
1182 for (i=0; i<fd->libmap->nentries; i++) {
1183 OldNew *entry= &fd->libmap->entries[i];
1185 if (old==entry->newp && entry->nr==ID_ID) {
1187 if(new) entry->nr= GS( ((ID *)new)->name );
1193 static void change_idid_adr(ListBase *mainlist, FileData *basefd, void *old, void *new)
1197 for(mainptr= mainlist->first; mainptr; mainptr= mainptr->next) {
1200 if(mainptr->curlib) fd= mainptr->curlib->filedata;
1204 change_idid_adr_fd(fd, old, new);
1209 /* lib linked proxy objects point to our local data, we need
1210 * to clear that pointer before reading the undo memfile since
1211 * the object might be removed, it is set again in reading
1212 * if the local object still exists */
1213 void blo_clear_proxy_pointers_from_lib(Main *oldmain)
1215 Object *ob= oldmain->object.first;
1217 for(;ob; ob= ob->id.next)
1219 ob->proxy_from= NULL;
1222 void blo_make_image_pointer_map(FileData *fd, Main *oldmain)
1224 Image *ima= oldmain->image.first;
1225 Scene *sce= oldmain->scene.first;
1228 fd->imamap= oldnewmap_new();
1230 for(;ima; ima= ima->id.next) {
1231 Link *ibuf= ima->ibufs.first;
1232 for(; ibuf; ibuf= ibuf->next)
1233 oldnewmap_insert(fd->imamap, ibuf, ibuf, 0);
1235 oldnewmap_insert(fd->imamap, ima->gputexture, ima->gputexture, 0);
1236 for(a=0; a<IMA_MAX_RENDER_SLOT; a++)
1238 oldnewmap_insert(fd->imamap, ima->renders[a], ima->renders[a], 0);
1240 for(; sce; sce= sce->id.next) {
1243 for(node= sce->nodetree->nodes.first; node; node= node->next)
1244 oldnewmap_insert(fd->imamap, node->preview, node->preview, 0);
1249 /* set old main image ibufs to zero if it has been restored */
1250 /* this works because freeing old main only happens after this call */
1251 void blo_end_image_pointer_map(FileData *fd, Main *oldmain)
1253 OldNew *entry= fd->imamap->entries;
1254 Image *ima= oldmain->image.first;
1255 Scene *sce= oldmain->scene.first;
1258 /* used entries were restored, so we put them to zero */
1259 for (i=0; i<fd->imamap->nentries; i++, entry++) {
1264 for(;ima; ima= ima->id.next) {
1267 /* this mirrors direct_link_image */
1268 for(ibuf= ima->ibufs.first; ibuf; ibuf= next) {
1270 if(NULL==newimaadr(fd, ibuf)) { /* so was restored */
1271 BLI_remlink(&ima->ibufs, ibuf);
1273 ima->gputexture= NULL;
1276 for(i=0; i<IMA_MAX_RENDER_SLOT; i++)
1277 ima->renders[i]= newimaadr(fd, ima->renders[i]);
1279 ima->gputexture= newimaadr(fd, ima->gputexture);
1281 for(; sce; sce= sce->id.next) {
1284 for(node= sce->nodetree->nodes.first; node; node= node->next)
1285 node->preview= newimaadr(fd, node->preview);
1290 void blo_make_movieclip_pointer_map(FileData *fd, Main *oldmain)
1292 MovieClip *clip= oldmain->movieclip.first;
1293 Scene *sce= oldmain->scene.first;
1295 fd->movieclipmap= oldnewmap_new();
1297 for(;clip; clip= clip->id.next) {
1299 oldnewmap_insert(fd->movieclipmap, clip->cache, clip->cache, 0);
1301 if(clip->tracking.camera.intrinsics)
1302 oldnewmap_insert(fd->movieclipmap, clip->tracking.camera.intrinsics, clip->tracking.camera.intrinsics, 0);
1305 for(; sce; sce= sce->id.next) {
1308 for(node= sce->nodetree->nodes.first; node; node= node->next)
1309 if(node->type==CMP_NODE_MOVIEDISTORTION)
1310 oldnewmap_insert(fd->movieclipmap, node->storage, node->storage, 0);
1315 /* set old main movie clips caches to zero if it has been restored */
1316 /* this works because freeing old main only happens after this call */
1317 void blo_end_movieclip_pointer_map(FileData *fd, Main *oldmain)
1319 OldNew *entry= fd->movieclipmap->entries;
1320 MovieClip *clip= oldmain->movieclip.first;
1321 Scene *sce= oldmain->scene.first;
1324 /* used entries were restored, so we put them to zero */
1325 for (i=0; i<fd->movieclipmap->nentries; i++, entry++) {
1330 for(;clip; clip= clip->id.next) {
1331 clip->cache= newmclipadr(fd, clip->cache);
1332 clip->tracking.camera.intrinsics= newmclipadr(fd, clip->tracking.camera.intrinsics);
1335 for(; sce; sce= sce->id.next) {
1338 for(node= sce->nodetree->nodes.first; node; node= node->next)
1339 if(node->type==CMP_NODE_MOVIEDISTORTION)
1340 node->storage= newmclipadr(fd, node->storage);
1346 /* undo file support: add all library pointers in lookup */
1347 void blo_add_library_pointer_map(ListBase *mainlist, FileData *fd)
1349 Main *ptr= mainlist->first;
1350 ListBase *lbarray[MAX_LIBARRAY];
1352 for(ptr= ptr->next; ptr; ptr= ptr->next) {
1353 int i= set_listbasepointers(ptr, lbarray);
1356 for(id= lbarray[i]->first; id; id= id->next)
1357 oldnewmap_insert(fd->libmap, id, id, GS(id->name));
1363 /* ********** END OLD POINTERS ****************** */
1364 /* ********** READ FILE ****************** */
1366 static void switch_endian_structs(struct SDNA *filesdna, BHead *bhead)
1368 int blocksize, nblocks;
1371 data= (char *)(bhead+1);
1372 blocksize= filesdna->typelens[ filesdna->structs[bhead->SDNAnr][0] ];
1376 DNA_struct_switch_endian(filesdna, bhead->SDNAnr, data);
1382 static void *read_struct(FileData *fd, BHead *bh, const char *blockname)
1387 /* switch is based on file dna */
1388 if (bh->SDNAnr && (fd->flags & FD_FLAGS_SWITCH_ENDIAN))
1389 switch_endian_structs(fd->filesdna, bh);
1391 if (fd->compflags[bh->SDNAnr]) { /* flag==0: doesn't exist anymore */
1392 if(fd->compflags[bh->SDNAnr]==2) {
1393 temp= DNA_struct_reconstruct(fd->memsdna, fd->filesdna, fd->compflags, bh->SDNAnr, bh->nr, (bh+1));
1395 temp= MEM_mallocN(bh->len, blockname);
1396 memcpy(temp, (bh+1), bh->len);
1404 static void link_list(FileData *fd, ListBase *lb) /* only direct data */
1408 if(lb->first==NULL) return;
1410 lb->first= newdataadr(fd, lb->first);
1414 ln->next= newdataadr(fd, ln->next);
1422 static void link_glob_list(FileData *fd, ListBase *lb) /* for glob data */
1427 if(lb->first==NULL) return;
1428 poin= newdataadr(fd, lb->first);
1430 oldnewmap_insert(fd->globmap, lb->first, poin, 0);
1437 poin= newdataadr(fd, ln->next);
1439 oldnewmap_insert(fd->globmap, ln->next, poin, 0);
1449 static void test_pointer_array(FileData *fd, void **mat)
1451 #if defined(WIN32) && !defined(FREE_WINDOWS)
1452 __int64 *lpoin, *lmat;
1454 long long *lpoin, *lmat;
1459 /* manually convert the pointer array in
1460 * the old dna format to a pointer array in
1461 * the new dna format.
1464 len= MEM_allocN_len(*mat)/fd->filesdna->pointerlen;
1466 if(fd->filesdna->pointerlen==8 && fd->memsdna->pointerlen==4) {
1467 ipoin=imat= MEM_mallocN( len*4, "newmatar");
1471 if((fd->flags & FD_FLAGS_SWITCH_ENDIAN))
1472 SWITCH_LONGINT(*lpoin);
1473 *ipoin= (int) ((*lpoin) >> 3);
1481 if(fd->filesdna->pointerlen==4 && fd->memsdna->pointerlen==8) {
1482 lpoin=lmat= MEM_mallocN( len*8, "newmatar");
1496 /* ************ READ ID Properties *************** */
1498 static void IDP_DirectLinkProperty(IDProperty *prop, int switch_endian, FileData *fd);
1499 static void IDP_LibLinkProperty(IDProperty *prop, int switch_endian, FileData *fd);
1501 static void IDP_DirectLinkIDPArray(IDProperty *prop, int switch_endian, FileData *fd)
1506 /*since we didn't save the extra buffer, set totallen to len.*/
1507 prop->totallen = prop->len;
1508 prop->data.pointer = newdataadr(fd, prop->data.pointer);
1510 array= (IDProperty*) prop->data.pointer;
1512 /* note!, idp-arrays didn't exist in 2.4x, so the pointer will be cleared
1513 * theres not really anything we can do to correct this, at least dont crash */
1520 for(i=0; i<prop->len; i++)
1521 IDP_DirectLinkProperty(&array[i], switch_endian, fd);
1524 static void IDP_DirectLinkArray(IDProperty *prop, int switch_endian, FileData *fd)
1529 /*since we didn't save the extra buffer, set totallen to len.*/
1530 prop->totallen = prop->len;
1531 prop->data.pointer = newdataadr(fd, prop->data.pointer);
1533 if(prop->subtype == IDP_GROUP) {
1534 test_pointer_array(fd, prop->data.pointer);
1535 array= prop->data.pointer;
1537 for(i=0; i<prop->len; i++)
1538 IDP_DirectLinkProperty(array[i], switch_endian, fd);
1540 else if(prop->subtype == IDP_DOUBLE) {
1541 if (switch_endian) {
1542 for (i=0; i<prop->len; i++) {
1543 SWITCH_LONGINT(((double*)prop->data.pointer)[i]);
1548 if (switch_endian) {
1549 for (i=0; i<prop->len; i++) {
1550 SWITCH_INT(((int*)prop->data.pointer)[i]);
1556 static void IDP_DirectLinkString(IDProperty *prop, FileData *fd)
1558 /*since we didn't save the extra string buffer, set totallen to len.*/
1559 prop->totallen = prop->len;
1560 prop->data.pointer = newdataadr(fd, prop->data.pointer);
1563 static void IDP_DirectLinkGroup(IDProperty *prop, int switch_endian, FileData *fd)
1565 ListBase *lb = &prop->data.group;
1570 /*Link child id properties now*/
1571 for (loop=prop->data.group.first; loop; loop=loop->next) {
1572 IDP_DirectLinkProperty(loop, switch_endian, fd);
1576 static void IDP_DirectLinkProperty(IDProperty *prop, int switch_endian, FileData *fd)
1578 switch (prop->type) {
1580 IDP_DirectLinkGroup(prop, switch_endian, fd);
1583 IDP_DirectLinkString(prop, fd);
1586 IDP_DirectLinkArray(prop, switch_endian, fd);
1589 IDP_DirectLinkIDPArray(prop, switch_endian, fd);
1592 /* erg, stupid doubles. since I'm storing them
1593 * in the same field as int val; val2 in the
1594 * IDPropertyData struct, they have to deal with
1595 * endianness specifically
1597 * in theory, val and val2 would've already been swapped
1598 * if switch_endian is true, so we have to first unswap
1599 * them then reswap them as a single 64-bit entity.
1602 if (switch_endian) {
1603 SWITCH_INT(prop->data.val);
1604 SWITCH_INT(prop->data.val2);
1605 SWITCH_LONGINT(prop->data.val);
1613 static void IDP_LibLinkProperty(IDProperty *UNUSED(prop), int UNUSED(switch_endian), FileData *UNUSED(fd))
1617 /* ************ READ CurveMapping *************** */
1619 /* cuma itself has been read! */
1620 static void direct_link_curvemapping(FileData *fd, CurveMapping *cumap)
1624 /* flag seems to be able to hang? Maybe old files... not bad to clear anyway */
1625 cumap->flag &= ~CUMA_PREMULLED;
1627 for(a=0; a<CM_TOT; a++) {
1628 cumap->cm[a].curve= newdataadr(fd, cumap->cm[a].curve);
1629 cumap->cm[a].table= NULL;
1630 cumap->cm[a].premultable= NULL;
1634 /* ************ READ Brush *************** */
1635 /* library brush linking after fileread */
1636 static void lib_link_brush(FileData *fd, Main *main)
1640 /* only link ID pointers */
1641 for(brush= main->brush.first; brush; brush= brush->id.next) {
1642 if(brush->id.flag & LIB_NEEDLINK) {
1643 brush->id.flag -= LIB_NEEDLINK;
1645 brush->mtex.tex= newlibadr_us(fd, brush->id.lib, brush->mtex.tex);
1646 brush->clone.image= newlibadr_us(fd, brush->id.lib, brush->clone.image);
1651 static void direct_link_brush(FileData *fd, Brush *brush)
1653 /* brush itself has been read */
1656 brush->curve= newdataadr(fd, brush->curve);
1658 direct_link_curvemapping(fd, brush->curve);
1660 brush_curve_preset(brush, CURVE_PRESET_SHARP);
1662 brush->preview= NULL;
1663 brush->icon_imbuf= NULL;
1666 static void direct_link_script(FileData *UNUSED(fd), Script *script)
1669 SCRIPT_SET_NULL(script)
1673 /* ************ READ PACKEDFILE *************** */
1675 static PackedFile *direct_link_packedfile(FileData *fd, PackedFile *oldpf)
1677 PackedFile *pf= newdataadr(fd, oldpf);
1680 pf->data= newdataadr(fd, pf->data);
1686 /* ************ READ IMAGE PREVIEW *************** */
1688 static PreviewImage *direct_link_preview_image(FileData *fd, PreviewImage *old_prv)
1690 PreviewImage *prv= newdataadr(fd, old_prv);
1694 for (i=0; i < NUM_ICON_SIZES; ++i) {
1696 prv->rect[i] = newdataadr(fd, prv->rect[i]);
1704 /* ************ READ ANIMATION STUFF ***************** */
1706 /* Legacy Data Support (for Version Patching) ----------------------------- */
1708 // XXX depreceated - old animation system
1709 static void lib_link_ipo(FileData *fd, Main *main)
1713 ipo= main->ipo.first;
1715 if(ipo->id.flag & LIB_NEEDLINK) {
1717 for(icu= ipo->curve.first; icu; icu= icu->next) {
1719 icu->driver->ob= newlibadr(fd, ipo->id.lib, icu->driver->ob);
1721 ipo->id.flag -= LIB_NEEDLINK;
1727 // XXX depreceated - old animation system
1728 static void direct_link_ipo(FileData *fd, Ipo *ipo)
1732 link_list(fd, &(ipo->curve));
1733 icu= ipo->curve.first;
1735 icu->bezt= newdataadr(fd, icu->bezt);
1736 icu->bp= newdataadr(fd, icu->bp);
1737 icu->driver= newdataadr(fd, icu->driver);
1742 // XXX depreceated - old animation system
1743 static void lib_link_nlastrips(FileData *fd, ID *id, ListBase *striplist)
1745 bActionStrip *strip;
1746 bActionModifier *amod;
1748 for (strip=striplist->first; strip; strip=strip->next){
1749 strip->object = newlibadr(fd, id->lib, strip->object);
1750 strip->act = newlibadr_us(fd, id->lib, strip->act);
1751 strip->ipo = newlibadr(fd, id->lib, strip->ipo);
1752 for(amod= strip->modifiers.first; amod; amod= amod->next)
1753 amod->ob= newlibadr(fd, id->lib, amod->ob);
1757 // XXX depreceated - old animation system
1758 static void direct_link_nlastrips(FileData *fd, ListBase *strips)
1760 bActionStrip *strip;
1762 link_list(fd, strips);
1764 for(strip= strips->first; strip; strip= strip->next)
1765 link_list(fd, &strip->modifiers);
1768 // XXX depreceated - old animation system
1769 static void lib_link_constraint_channels(FileData *fd, ID *id, ListBase *chanbase)
1771 bConstraintChannel *chan;
1773 for (chan=chanbase->first; chan; chan=chan->next){
1774 chan->ipo = newlibadr_us(fd, id->lib, chan->ipo);
1778 /* Data Linking ----------------------------- */
1780 static void lib_link_fmodifiers(FileData *fd, ID *id, ListBase *list)
1784 for (fcm= list->first; fcm; fcm= fcm->next) {
1785 /* data for specific modifiers */
1786 switch (fcm->type) {
1787 case FMODIFIER_TYPE_PYTHON:
1789 FMod_Python *data= (FMod_Python *)fcm->data;
1790 data->script = newlibadr(fd, id->lib, data->script);
1797 static void lib_link_fcurves(FileData *fd, ID *id, ListBase *list)
1804 /* relink ID-block references... */
1805 for (fcu= list->first; fcu; fcu= fcu->next) {
1808 ChannelDriver *driver= fcu->driver;
1811 for (dvar= driver->variables.first; dvar; dvar= dvar->next) {
1812 DRIVER_TARGETS_LOOPER(dvar)
1814 /* only relink if still used */
1815 if (tarIndex < dvar->num_targets)
1816 dtar->id= newlibadr(fd, id->lib, dtar->id);
1820 DRIVER_TARGETS_LOOPER_END
1825 lib_link_fmodifiers(fd, id, &fcu->modifiers);
1830 /* NOTE: this assumes that link_list has already been called on the list */
1831 static void direct_link_fmodifiers(FileData *fd, ListBase *list)
1835 for (fcm= list->first; fcm; fcm= fcm->next) {
1836 /* relink general data */
1837 fcm->data = newdataadr(fd, fcm->data);
1840 /* do relinking of data for specific types */
1841 switch (fcm->type) {
1842 case FMODIFIER_TYPE_GENERATOR:
1844 FMod_Generator *data= (FMod_Generator *)fcm->data;
1846 data->coefficients= newdataadr(fd, data->coefficients);
1848 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
1850 for(a = 0; a < data->arraysize; a++)
1851 SWITCH_INT(data->coefficients[a]);
1855 case FMODIFIER_TYPE_ENVELOPE:
1857 FMod_Envelope *data= (FMod_Envelope *)fcm->data;
1859 data->data= newdataadr(fd, data->data);
1862 case FMODIFIER_TYPE_PYTHON:
1864 FMod_Python *data= (FMod_Python *)fcm->data;
1866 data->prop = newdataadr(fd, data->prop);
1867 IDP_DirectLinkProperty(data->prop, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
1874 /* NOTE: this assumes that link_list has already been called on the list */
1875 static void direct_link_fcurves(FileData *fd, ListBase *list)
1879 /* link F-Curve data to F-Curve again (non ID-libs) */
1880 for (fcu= list->first; fcu; fcu= fcu->next) {
1882 fcu->bezt= newdataadr(fd, fcu->bezt);
1883 fcu->fpt= newdataadr(fd, fcu->fpt);
1886 fcu->rna_path= newdataadr(fd, fcu->rna_path);
1889 fcu->grp= newdataadr(fd, fcu->grp);
1892 fcu->driver= newdataadr(fd, fcu->driver);
1894 ChannelDriver *driver= fcu->driver;
1897 driver->expr_comp= NULL;
1899 /* relink variables, targets and their paths */
1900 link_list(fd, &driver->variables);
1901 for (dvar= driver->variables.first; dvar; dvar= dvar->next) {
1902 DRIVER_TARGETS_LOOPER(dvar)
1904 /* only relink the targets being used */
1905 if (tarIndex < dvar->num_targets)
1906 dtar->rna_path= newdataadr(fd, dtar->rna_path);
1908 dtar->rna_path= NULL;
1910 DRIVER_TARGETS_LOOPER_END
1915 link_list(fd, &fcu->modifiers);
1916 direct_link_fmodifiers(fd, &fcu->modifiers);
1921 static void lib_link_action(FileData *fd, Main *main)
1924 bActionChannel *chan;
1926 for (act= main->action.first; act; act= act->id.next) {
1927 if (act->id.flag & LIB_NEEDLINK) {
1928 act->id.flag -= LIB_NEEDLINK;
1930 // XXX depreceated - old animation system <<<
1931 for (chan=act->chanbase.first; chan; chan=chan->next) {
1932 chan->ipo= newlibadr_us(fd, act->id.lib, chan->ipo);
1933 lib_link_constraint_channels(fd, &act->id, &chan->constraintChannels);
1935 // >>> XXX depreceated - old animation system
1937 lib_link_fcurves(fd, &act->id, &act->curves);
1942 static void direct_link_action(FileData *fd, bAction *act)
1944 bActionChannel *achan; // XXX depreceated - old animation system
1947 link_list(fd, &act->curves);
1948 link_list(fd, &act->chanbase); // XXX depreceated - old animation system
1949 link_list(fd, &act->groups);
1950 link_list(fd, &act->markers);
1952 // XXX depreceated - old animation system <<<
1953 for (achan = act->chanbase.first; achan; achan=achan->next) {
1954 achan->grp= newdataadr(fd, achan->grp);
1956 link_list(fd, &achan->constraintChannels);
1958 // >>> XXX depreceated - old animation system
1960 direct_link_fcurves(fd, &act->curves);
1962 for (agrp = act->groups.first; agrp; agrp= agrp->next) {
1963 agrp->channels.first= newdataadr(fd, agrp->channels.first);
1964 agrp->channels.last= newdataadr(fd, agrp->channels.last);
1968 static void lib_link_nladata_strips(FileData *fd, ID *id, ListBase *list)
1972 for (strip= list->first; strip; strip= strip->next) {
1973 /* check strip's children */
1974 lib_link_nladata_strips(fd, id, &strip->strips);
1976 /* check strip's F-Curves */
1977 lib_link_fcurves(fd, id, &strip->fcurves);
1979 /* reassign the counted-reference to action */
1980 strip->act = newlibadr_us(fd, id->lib, strip->act);
1982 /* fix action id-root (i.e. if it comes from a pre 2.57 .blend file) */
1983 if ((strip->act) && (strip->act->idroot == 0))
1984 strip->act->idroot = GS(id->name);
1988 static void lib_link_nladata(FileData *fd, ID *id, ListBase *list)
1992 /* we only care about the NLA strips inside the tracks */
1993 for (nlt= list->first; nlt; nlt= nlt->next) {
1994 lib_link_nladata_strips(fd, id, &nlt->strips);
1998 /* This handles Animato NLA-Strips linking
1999 * NOTE: this assumes that link_list has already been called on the list
2001 static void direct_link_nladata_strips(FileData *fd, ListBase *list)
2005 for (strip= list->first; strip; strip= strip->next) {
2006 /* strip's child strips */
2007 link_list(fd, &strip->strips);
2008 direct_link_nladata_strips(fd, &strip->strips);
2010 /* strip's F-Curves */
2011 link_list(fd, &strip->fcurves);
2012 direct_link_fcurves(fd, &strip->fcurves);
2014 /* strip's F-Modifiers */
2015 link_list(fd, &strip->modifiers);
2016 direct_link_fmodifiers(fd, &strip->modifiers);
2020 /* NOTE: this assumes that link_list has already been called on the list */
2021 static void direct_link_nladata(FileData *fd, ListBase *list)
2025 for (nlt= list->first; nlt; nlt= nlt->next) {
2026 /* relink list of strips */
2027 link_list(fd, &nlt->strips);
2029 /* relink strip data */
2030 direct_link_nladata_strips(fd, &nlt->strips);
2036 static void lib_link_keyingsets(FileData *fd, ID *id, ListBase *list)
2041 /* here, we're only interested in the ID pointer stored in some of the paths */
2042 for (ks= list->first; ks; ks= ks->next) {
2043 for (ksp= ks->paths.first; ksp; ksp= ksp->next) {
2044 ksp->id= newlibadr(fd, id->lib, ksp->id);
2049 /* NOTE: this assumes that link_list has already been called on the list */
2050 static void direct_link_keyingsets(FileData *fd, ListBase *list)
2055 /* link KeyingSet data to KeyingSet again (non ID-libs) */
2056 for (ks= list->first; ks; ks= ks->next) {
2058 link_list(fd, &ks->paths);
2060 for (ksp= ks->paths.first; ksp; ksp= ksp->next) {
2062 ksp->rna_path= newdataadr(fd, ksp->rna_path);
2069 static void lib_link_animdata(FileData *fd, ID *id, AnimData *adt)
2074 /* link action data */
2075 adt->action= newlibadr_us(fd, id->lib, adt->action);
2076 adt->tmpact= newlibadr_us(fd, id->lib, adt->tmpact);
2078 /* fix action id-roots (i.e. if they come from a pre 2.57 .blend file) */
2079 if ((adt->action) && (adt->action->idroot == 0))
2080 adt->action->idroot = GS(id->name);
2081 if ((adt->tmpact) && (adt->tmpact->idroot == 0))
2082 adt->tmpact->idroot = GS(id->name);
2085 lib_link_fcurves(fd, id, &adt->drivers);
2087 /* overrides don't have lib-link for now, so no need to do anything */
2090 lib_link_nladata(fd, id, &adt->nla_tracks);
2093 static void direct_link_animdata(FileData *fd, AnimData *adt)
2095 /* NOTE: must have called newdataadr already before doing this... */
2100 link_list(fd, &adt->drivers);
2101 direct_link_fcurves(fd, &adt->drivers);
2103 /* link overrides */
2107 link_list(fd, &adt->nla_tracks);
2108 direct_link_nladata(fd, &adt->nla_tracks);
2110 /* relink active strip - even though strictly speaking this should only be used
2111 * if we're in 'tweaking mode', we need to be able to have this loaded back for
2112 * undo, but also since users may not exit tweakmode before saving (#24535)
2114 // TODO: it's not really nice that anyone should be able to save the file in this
2115 // state, but it's going to be too hard to enforce this single case...
2116 adt->actstrip= newdataadr(fd, adt->actstrip);
2119 /* ************ READ MOTION PATHS *************** */
2121 /* direct data for cache */
2122 static void direct_link_motionpath(FileData *fd, bMotionPath *mpath)
2128 /* relink points cache */
2129 mpath->points= newdataadr(fd, mpath->points);
2132 /* ************ READ NODE TREE *************** */
2134 /* singe node tree (also used for material/scene trees), ntree is not NULL */
2135 static void lib_link_ntree(FileData *fd, ID *id, bNodeTree *ntree)
2139 if(ntree->adt) lib_link_animdata(fd, &ntree->id, ntree->adt);
2141 ntree->gpd= newlibadr_us(fd, id->lib, ntree->gpd);
2143 for(node= ntree->nodes.first; node; node= node->next)
2144 node->id= newlibadr_us(fd, id->lib, node->id);
2147 /* library ntree linking after fileread */
2148 static void lib_link_nodetree(FileData *fd, Main *main)
2152 /* only link ID pointers */
2153 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next) {
2154 if(ntree->id.flag & LIB_NEEDLINK) {
2155 ntree->id.flag -= LIB_NEEDLINK;
2156 lib_link_ntree(fd, &ntree->id, ntree);
2161 static void do_versions_socket_default_value(bNodeSocket *sock)
2163 bNodeSocketValueFloat *valfloat;
2164 bNodeSocketValueVector *valvector;
2165 bNodeSocketValueRGBA *valrgba;
2167 if (sock->default_value)
2170 switch (sock->type) {
2172 valfloat = sock->default_value = MEM_callocN(sizeof(bNodeSocketValueFloat), "default socket value");
2173 valfloat->value = sock->ns.vec[0];
2174 valfloat->min = sock->ns.min;
2175 valfloat->max = sock->ns.max;
2176 valfloat->subtype = PROP_NONE;
2179 valvector = sock->default_value = MEM_callocN(sizeof(bNodeSocketValueVector), "default socket value");
2180 copy_v3_v3(valvector->value, sock->ns.vec);
2181 valvector->min = sock->ns.min;
2182 valvector->max = sock->ns.max;
2183 valvector->subtype = PROP_NONE;
2186 valrgba = sock->default_value = MEM_callocN(sizeof(bNodeSocketValueRGBA), "default socket value");
2187 copy_v4_v4(valrgba->value, sock->ns.vec);
2192 static void do_versions_nodetree_default_value(bNodeTree *ntree)
2196 for (node=ntree->nodes.first; node; node=node->next) {
2197 for (sock=node->inputs.first; sock; sock=sock->next)
2198 do_versions_socket_default_value(sock);
2199 for (sock=node->outputs.first; sock; sock=sock->next)
2200 do_versions_socket_default_value(sock);
2202 for (sock=ntree->inputs.first; sock; sock=sock->next)
2203 do_versions_socket_default_value(sock);
2204 for (sock=ntree->outputs.first; sock; sock=sock->next)
2205 do_versions_socket_default_value(sock);
2208 static void lib_nodetree_init_types_cb(void *UNUSED(data), ID *UNUSED(id), bNodeTree *ntree)
2212 ntreeInitTypes(ntree);
2214 /* need to do this here instead of in do_versions, otherwise next function can crash */
2215 do_versions_nodetree_default_value(ntree);
2217 /* XXX could be replaced by do_versions for new nodes */
2218 for (node=ntree->nodes.first; node; node=node->next)
2219 node_verify_socket_templates(ntree, node);
2222 /* updates group node socket own_index so that
2223 * external links to/from the group node are preserved.
2225 static void lib_node_do_versions_group_indices(bNode *gnode)
2227 bNodeTree *ngroup= (bNodeTree*)gnode->id;
2229 bNodeSocket *sock, *gsock, *intsock;
2232 for (sock=gnode->outputs.first; sock; sock=sock->next) {
2233 int old_index = sock->to_index;
2234 for (gsock=ngroup->outputs.first; gsock; gsock=gsock->next) {
2235 if (gsock->link && gsock->link->fromsock->own_index == old_index) {
2236 sock->own_index = gsock->own_index;
2241 for (sock=gnode->inputs.first; sock; sock=sock->next) {
2242 int old_index = sock->to_index;
2243 /* can't use break in double loop */
2245 for (intnode=ngroup->nodes.first; intnode && !found; intnode=intnode->next) {
2246 for (intsock=intnode->inputs.first; intsock; intsock=intsock->next) {
2247 if (intsock->own_index == old_index && intsock->link) {
2248 sock->own_index = intsock->link->fromsock->own_index;
2257 /* updates external links for all group nodes in a tree */
2258 static void lib_nodetree_do_versions_group_indices_cb(void *UNUSED(data), ID *UNUSED(id), bNodeTree *ntree)
2262 for (node=ntree->nodes.first; node; node=node->next) {
2263 if (node->type==NODE_GROUP) {
2264 bNodeTree *ngroup= (bNodeTree*)node->id;
2265 if (ngroup && (ngroup->flag & NTREE_DO_VERSIONS_GROUP_EXPOSE))
2266 lib_node_do_versions_group_indices(node);
2271 /* make an update call for the tree */
2272 static void lib_nodetree_do_versions_update_cb(void *UNUSED(data), ID *UNUSED(id), bNodeTree *ntree)
2275 ntreeUpdateTree(ntree);
2278 /* verify types for nodes and groups, all data has to be read */
2279 /* open = 0: appending/linking, open = 1: open new file (need to clean out dynamic
2281 static void lib_verify_nodetree(Main *main, int UNUSED(open))
2285 bNodeTreeType *ntreetype;
2287 /* this crashes blender on undo/redo
2289 reinit_nodesystem();
2292 /* set node->typeinfo pointers */
2293 for (i=0; i < NUM_NTREE_TYPES; ++i) {
2294 ntreetype= ntreeGetType(i);
2295 if (ntreetype && ntreetype->foreach_nodetree)
2296 ntreetype->foreach_nodetree(main, NULL, lib_nodetree_init_types_cb);
2298 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next)
2299 lib_nodetree_init_types_cb(NULL, NULL, ntree);
2302 int has_old_groups=0;
2303 /* XXX this should actually be part of do_versions, but since we need
2304 * finished library linking, it is not possible there. Instead in do_versions
2305 * we have set the NTREE_DO_VERSIONS flag, so at this point we can do the
2306 * actual group node updates.
2308 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next) {
2309 if (ntree->flag & NTREE_DO_VERSIONS_GROUP_EXPOSE) {
2310 /* this adds copies and links from all unlinked internal sockets to group inputs/outputs. */
2311 node_group_expose_all_sockets(ntree);
2316 if (has_old_groups) {
2317 for (i=0; i < NUM_NTREE_TYPES; ++i) {
2318 ntreetype= ntreeGetType(i);
2319 if (ntreetype && ntreetype->foreach_nodetree)
2320 ntreetype->foreach_nodetree(main, NULL, lib_nodetree_do_versions_group_indices_cb);
2324 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next)
2325 ntree->flag &= ~NTREE_DO_VERSIONS_GROUP_EXPOSE;
2328 /* verify all group user nodes */
2329 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next) {
2330 ntreeVerifyNodes(main, &ntree->id);
2333 /* make update calls where necessary */
2335 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next)
2337 ntreeUpdateTree(ntree);
2339 for (i=0; i < NUM_NTREE_TYPES; ++i) {
2340 ntreetype= ntreeGetType(i);
2341 if (ntreetype && ntreetype->foreach_nodetree)
2342 ntreetype->foreach_nodetree(main, NULL, lib_nodetree_do_versions_update_cb);
2347 static void direct_link_node_socket(FileData *fd, bNodeSocket *sock)
2349 sock->link= newdataadr(fd, sock->link);
2350 sock->storage= newdataadr(fd, sock->storage);
2351 sock->default_value= newdataadr(fd, sock->default_value);
2355 /* ntree itself has been read! */
2356 static void direct_link_nodetree(FileData *fd, bNodeTree *ntree)
2358 /* note: writing and reading goes in sync, for speed */
2363 ntree->init= 0; /* to set callbacks and force setting types */
2364 ntree->progress= NULL;
2365 ntree->execdata= NULL;
2367 ntree->adt= newdataadr(fd, ntree->adt);
2368 direct_link_animdata(fd, ntree->adt);
2370 link_list(fd, &ntree->nodes);
2371 for(node= ntree->nodes.first; node; node= node->next) {
2372 if(node->type == NODE_DYNAMIC) {
2374 node->custom1= BSET(node->custom1, NODE_DYNAMIC_LOADED);
2377 node->typeinfo= NULL;
2379 link_list(fd, &node->inputs);
2380 link_list(fd, &node->outputs);
2382 if(node->type == CMP_NODE_MOVIEDISTORTION) {
2383 node->storage= newmclipadr(fd, node->storage);
2385 node->storage= newdataadr(fd, node->storage);
2388 /* could be handlerized at some point */
2389 if(ntree->type==NTREE_SHADER && (node->type==SH_NODE_CURVE_VEC || node->type==SH_NODE_CURVE_RGB))
2390 direct_link_curvemapping(fd, node->storage);
2391 else if(ntree->type==NTREE_COMPOSIT) {
2392 if( ELEM4(node->type, CMP_NODE_TIME, CMP_NODE_CURVE_VEC, CMP_NODE_CURVE_RGB, CMP_NODE_HUECORRECT))
2393 direct_link_curvemapping(fd, node->storage);
2394 else if(ELEM3(node->type, CMP_NODE_IMAGE, CMP_NODE_VIEWER, CMP_NODE_SPLITVIEWER))
2395 ((ImageUser *)node->storage)->ok= 1;
2397 else if( ntree->type==NTREE_TEXTURE) {
2398 if(node->type==TEX_NODE_CURVE_RGB || node->type==TEX_NODE_CURVE_TIME)
2399 direct_link_curvemapping(fd, node->storage);
2400 else if(node->type==TEX_NODE_IMAGE)
2401 ((ImageUser *)node->storage)->ok= 1;
2405 link_list(fd, &ntree->links);
2407 /* external sockets */
2408 link_list(fd, &ntree->inputs);
2409 link_list(fd, &ntree->outputs);
2411 /* and we connect the rest */
2412 for(node= ntree->nodes.first; node; node= node->next) {
2413 node->parent = newdataadr(fd, node->parent);
2414 node->preview= newimaadr(fd, node->preview);
2417 for(sock= node->inputs.first; sock; sock= sock->next)
2418 direct_link_node_socket(fd, sock);
2419 for(sock= node->outputs.first; sock; sock= sock->next)
2420 direct_link_node_socket(fd, sock);
2422 for(sock= ntree->inputs.first; sock; sock= sock->next)
2423 direct_link_node_socket(fd, sock);
2424 for(sock= ntree->outputs.first; sock; sock= sock->next)
2425 direct_link_node_socket(fd, sock);
2427 for(link= ntree->links.first; link; link= link->next) {
2428 link->fromnode= newdataadr(fd, link->fromnode);
2429 link->tonode= newdataadr(fd, link->tonode);
2430 link->fromsock= newdataadr(fd, link->fromsock);
2431 link->tosock= newdataadr(fd, link->tosock);
2434 /* type verification is in lib-link */
2437 /* ************ READ ARMATURE ***************** */
2439 /* temp struct used to transport needed info to lib_link_constraint_cb() */
2440 typedef struct tConstraintLinkData {
2443 } tConstraintLinkData;
2444 /* callback function used to relink constraint ID-links */
2445 static void lib_link_constraint_cb(bConstraint *UNUSED(con), ID **idpoin, void *userdata)
2447 tConstraintLinkData *cld= (tConstraintLinkData *)userdata;
2448 *idpoin = newlibadr(cld->fd, cld->id->lib, *idpoin);
2451 static void lib_link_constraints(FileData *fd, ID *id, ListBase *conlist)
2453 tConstraintLinkData cld;
2457 for (con = conlist->first; con; con=con->next) {
2458 /* patch for error introduced by changing constraints (dunno how) */
2459 /* if con->data type changes, dna cannot resolve the pointer! (ton) */
2460 if(con->data==NULL) {
2461 con->type= CONSTRAINT_TYPE_NULL;
2463 /* own ipo, all constraints have it */
2464 con->ipo= newlibadr_us(fd, id->lib, con->ipo); // XXX depreceated - old animation system
2467 /* relink all ID-blocks used by the constraints */
2471 id_loop_constraints(conlist, lib_link_constraint_cb, &cld);
2474 static void direct_link_constraints(FileData *fd, ListBase *lb)
2479 for (con=lb->first; con; con=con->next) {
2480 con->data = newdataadr(fd, con->data);
2482 switch (con->type) {
2483 case CONSTRAINT_TYPE_PYTHON:
2485 bPythonConstraint *data= con->data;
2487 link_list(fd, &data->targets);
2489 data->prop = newdataadr(fd, data->prop);
2491 IDP_DirectLinkProperty(data->prop, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2494 case CONSTRAINT_TYPE_SPLINEIK:
2496 bSplineIKConstraint *data= con->data;
2498 data->points= newdataadr(fd, data->points);
2501 case CONSTRAINT_TYPE_KINEMATIC:
2503 con->lin_error = 0.f;
2504 con->rot_error = 0.f;
2506 case CONSTRAINT_TYPE_CHILDOF:
2508 /* XXX version patch, in older code this flag wasn't always set, and is inherent to type */
2509 if(con->ownspace == CONSTRAINT_SPACE_POSE)
2510 con->flag |= CONSTRAINT_SPACEONCE;
2517 static void lib_link_pose(FileData *fd, Object *ob, bPose *pose)
2519 bPoseChannel *pchan;
2520 bArmature *arm= ob->data;
2527 /* always rebuild to match proxy or lib changes */
2528 rebuild= ob->proxy || (ob->id.lib==NULL && arm->id.lib);
2531 /* sync proxy layer */
2532 if(pose->proxy_layer)
2533 arm->layer = pose->proxy_layer;
2535 /* sync proxy active bone */
2536 if(pose->proxy_act_bone[0]) {
2537 Bone *bone = get_named_bone(arm, pose->proxy_act_bone);
2539 arm->act_bone = bone;
2543 for (pchan = pose->chanbase.first; pchan; pchan=pchan->next) {
2544 lib_link_constraints(fd, (ID *)ob, &pchan->constraints);
2546 /* hurms... loop in a loop, but yah... later... (ton) */
2547 pchan->bone= get_named_bone(arm, pchan->name);
2549 pchan->custom= newlibadr_us(fd, arm->id.lib, pchan->custom);
2550 if(pchan->bone==NULL)
2552 else if(ob->id.lib==NULL && arm->id.lib) {
2553 /* local pose selection copied to armature, bit hackish */
2554 pchan->bone->flag &= ~BONE_SELECTED;
2555 pchan->bone->flag |= pchan->selectflag;
2560 ob->recalc= OB_RECALC_OB|OB_RECALC_DATA|OB_RECALC_TIME;
2561 pose->flag |= POSE_RECALC;
2565 static void lib_link_armature(FileData *fd, Main *main)
2569 arm= main->armature.first;
2572 if(arm->id.flag & LIB_NEEDLINK) {
2573 if (arm->adt) lib_link_animdata(fd, &arm->id, arm->adt);
2574 arm->id.flag -= LIB_NEEDLINK;
2580 static void direct_link_bones(FileData *fd, Bone* bone)
2584 bone->parent= newdataadr(fd, bone->parent);
2585 bone->prop= newdataadr(fd, bone->prop);
2587 IDP_DirectLinkProperty(bone->prop, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2589 bone->flag &= ~BONE_DRAW_ACTIVE;
2591 link_list(fd, &bone->childbase);
2593 for(child=bone->childbase.first; child; child=child->next)
2594 direct_link_bones(fd, child);
2597 static void direct_link_armature(FileData *fd, bArmature *arm)
2601 link_list(fd, &arm->bonebase);
2605 arm->adt= newdataadr(fd, arm->adt);
2606 direct_link_animdata(fd, arm->adt);
2608 bone=arm->bonebase.first;
2610 direct_link_bones(fd, bone);
2614 arm->act_bone= newdataadr(fd, arm->act_bone);
2615 arm->act_edbone= NULL;
2618 /* ************ READ CAMERA ***************** */
2620 static void lib_link_camera(FileData *fd, Main *main)
2624 ca= main->camera.first;
2626 if(ca->id.flag & LIB_NEEDLINK) {
2627 if (ca->adt) lib_link_animdata(fd, &ca->id, ca->adt);
2629 ca->ipo= newlibadr_us(fd, ca->id.lib, ca->ipo); // XXX depreceated - old animation system
2631 ca->dof_ob= newlibadr_us(fd, ca->id.lib, ca->dof_ob);
2633 ca->id.flag -= LIB_NEEDLINK;
2639 static void direct_link_camera(FileData *fd, Camera *ca)
2641 ca->adt= newdataadr(fd, ca->adt);
2642 direct_link_animdata(fd, ca->adt);
2646 /* ************ READ LAMP ***************** */
2648 static void lib_link_lamp(FileData *fd, Main *main)
2654 la= main->lamp.first;
2656 if(la->id.flag & LIB_NEEDLINK) {
2657 if (la->adt) lib_link_animdata(fd, &la->id, la->adt);
2659 for(a=0; a<MAX_MTEX; a++) {
2662 mtex->tex= newlibadr_us(fd, la->id.lib, mtex->tex);
2663 mtex->object= newlibadr(fd, la->id.lib, mtex->object);
2667 la->ipo= newlibadr_us(fd, la->id.lib, la->ipo); // XXX depreceated - old animation system
2670 lib_link_ntree(fd, &la->id, la->nodetree);
2672 la->id.flag -= LIB_NEEDLINK;
2678 static void direct_link_lamp(FileData *fd, Lamp *la)
2682 la->adt= newdataadr(fd, la->adt);
2683 direct_link_animdata(fd, la->adt);
2685 for(a=0; a<MAX_MTEX; a++) {
2686 la->mtex[a]= newdataadr(fd, la->mtex[a]);
2689 la->curfalloff= newdataadr(fd, la->curfalloff);
2691 direct_link_curvemapping(fd, la->curfalloff);
2693 la->nodetree= newdataadr(fd, la->nodetree);
2695 direct_link_nodetree(fd, la->nodetree);
2697 la->preview = direct_link_preview_image(fd, la->preview);
2700 /* ************ READ keys ***************** */
2702 static void lib_link_key(FileData *fd, Main *main)
2706 key= main->key.first;
2708 /*check if we need to generate unique ids for the shapekeys*/
2713 for (block=key->block.first; block; block=block->next) {
2714 block->uid = key->uidgen++;
2718 if(key->id.flag & LIB_NEEDLINK) {
2719 if(key->adt) lib_link_animdata(fd, &key->id, key->adt);
2721 key->ipo= newlibadr_us(fd, key->id.lib, key->ipo); // XXX depreceated - old animation system
2722 key->from= newlibadr(fd, key->id.lib, key->from);
2724 key->id.flag -= LIB_NEEDLINK;
2730 static void switch_endian_keyblock(Key *key, KeyBlock *kb)
2733 char *data, *poin, *cp;
2735 elemsize= key->elemsize;
2738 for(a=0; a<kb->totelem; a++) {
2743 while( cp[0] ) { /* cp[0]==amount */
2745 switch(cp[1]) { /* cp[1]= type */
2751 SWITCH_INT((*poin));
2764 static void direct_link_key(FileData *fd, Key *key)
2768 link_list(fd, &(key->block));
2770 key->adt= newdataadr(fd, key->adt);
2771 direct_link_animdata(fd, key->adt);
2773 key->refkey= newdataadr(fd, key->refkey);
2775 kb= key->block.first;
2778 kb->data= newdataadr(fd, kb->data);
2780 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN)
2781 switch_endian_keyblock(key, kb);
2787 /* ************ READ mball ***************** */
2789 static void lib_link_mball(FileData *fd, Main *main)
2794 mb= main->mball.first;
2796 if(mb->id.flag & LIB_NEEDLINK) {
2797 if (mb->adt) lib_link_animdata(fd, &mb->id, mb->adt);
2799 for(a=0; a<mb->totcol; a++) mb->mat[a]= newlibadr_us(fd, mb->id.lib, mb->mat[a]);
2801 mb->ipo= newlibadr_us(fd, mb->id.lib, mb->ipo); // XXX depreceated - old animation system
2803 mb->id.flag -= LIB_NEEDLINK;
2809 static void direct_link_mball(FileData *fd, MetaBall *mb)
2811 mb->adt= newdataadr(fd, mb->adt);
2812 direct_link_animdata(fd, mb->adt);
2814 mb->mat= newdataadr(fd, mb->mat);
2815 test_pointer_array(fd, (void **)&mb->mat);
2817 link_list(fd, &(mb->elems));
2819 mb->disp.first= mb->disp.last= NULL;
2820 mb->editelems= NULL;
2822 /* mb->edit_elems.first= mb->edit_elems.last= NULL;*/
2826 /* ************ READ WORLD ***************** */
2828 static void lib_link_world(FileData *fd, Main *main)
2834 wrld= main->world.first;
2836 if(wrld->id.flag & LIB_NEEDLINK) {
2837 if (wrld->adt) lib_link_animdata(fd, &wrld->id, wrld->adt);
2839 wrld->ipo= newlibadr_us(fd, wrld->id.lib, wrld->ipo); // XXX depreceated - old animation system
2841 for(a=0; a<MAX_MTEX; a++) {
2842 mtex= wrld->mtex[a];
2844 mtex->tex= newlibadr_us(fd, wrld->id.lib, mtex->tex);
2845 mtex->object= newlibadr(fd, wrld->id.lib, mtex->object);
2850 lib_link_ntree(fd, &wrld->id, wrld->nodetree);
2852 wrld->id.flag -= LIB_NEEDLINK;
2854 wrld= wrld->id.next;
2858 static void direct_link_world(FileData *fd, World *wrld)
2862 wrld->adt= newdataadr(fd, wrld->adt);
2863 direct_link_animdata(fd, wrld->adt);
2865 for(a=0; a<MAX_MTEX; a++) {
2866 wrld->mtex[a]= newdataadr(fd, wrld->mtex[a]);
2869 wrld->nodetree= newdataadr(fd, wrld->nodetree);
2871 direct_link_nodetree(fd, wrld->nodetree);
2873 wrld->preview = direct_link_preview_image(fd, wrld->preview);
2877 /* ************ READ VFONT ***************** */
2879 static void lib_link_vfont(FileData *UNUSED(fd), Main *main)
2883 vf= main->vfont.first;
2885 if(vf->id.flag & LIB_NEEDLINK) {
2886 vf->id.flag -= LIB_NEEDLINK;
2892 static void direct_link_vfont(FileData *fd, VFont *vf)
2895 vf->packedfile= direct_link_packedfile(fd, vf->packedfile);
2898 /* ************ READ TEXT ****************** */
2900 static void lib_link_text(FileData *UNUSED(fd), Main *main)
2904 text= main->text.first;
2906 if(text->id.flag & LIB_NEEDLINK) {
2907 text->id.flag -= LIB_NEEDLINK;
2909 text= text->id.next;
2913 static void direct_link_text(FileData *fd, Text *text)
2917 text->name= newdataadr(fd, text->name);
2920 text->undo_len= TXT_INIT_UNDO;
2921 text->undo_buf= MEM_mallocN(text->undo_len, "undo buf");
2923 text->compiled= NULL;
2926 if(text->flags & TXT_ISEXT) {
2931 link_list(fd, &text->lines);
2932 link_list(fd, &text->markers);
2934 text->curl= newdataadr(fd, text->curl);
2935 text->sell= newdataadr(fd, text->sell);
2937 ln= text->lines.first;
2939 ln->line= newdataadr(fd, ln->line);
2942 if (ln->len != (int) strlen(ln->line)) {
2943 printf("Error loading text, line lengths differ\n");
2944 ln->len = strlen(ln->line);
2950 text->flags = (text->flags) & ~TXT_ISEXT;
2955 /* ************ READ IMAGE ***************** */
2957 static void lib_link_image(FileData *fd, Main *main)
2961 ima= main->image.first;
2963 if(ima->id.flag & LIB_NEEDLINK) {
2964 if (ima->id.properties) IDP_LibLinkProperty(ima->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2966 ima->id.flag -= LIB_NEEDLINK;
2972 static void link_ibuf_list(FileData *fd, ListBase *lb)
2976 if(lb->first==NULL) return;
2978 lb->first= newimaadr(fd, lb->first);
2982 ln->next= newimaadr(fd, ln->next);
2990 static void direct_link_image(FileData *fd, Image *ima)
2992 /* for undo system, pointers could be restored */
2994 link_ibuf_list(fd, &ima->ibufs);
2996 ima->ibufs.first= ima->ibufs.last= NULL;
2998 /* if not restored, we keep the binded opengl index */
2999 if(ima->ibufs.first==NULL) {
3001 ima->gputexture= NULL;
3008 /* undo system, try to restore render buffers */
3012 for(a=0; a<IMA_MAX_RENDER_SLOT; a++)
3013 ima->renders[a]= newimaadr(fd, ima->renders[a]);
3016 memset(ima->renders, 0, sizeof(ima->renders));
3017 ima->last_render_slot= ima->render_slot;
3020 ima->packedfile = direct_link_packedfile(fd, ima->packedfile);
3021 ima->preview = direct_link_preview_image(fd, ima->preview);
3026 /* ************ READ CURVE ***************** */
3028 static void lib_link_curve(FileData *fd, Main *main)
3033 cu= main->curve.first;
3035 if(cu->id.flag & LIB_NEEDLINK) {
3036 if(cu->adt) lib_link_animdata(fd, &cu->id, cu->adt);
3038 for(a=0; a<cu->totcol; a++) cu->mat[a]= newlibadr_us(fd, cu->id.lib, cu->mat[a]);
3040 cu->bevobj= newlibadr(fd, cu->id.lib, cu->bevobj);
3041 cu->taperobj= newlibadr(fd, cu->id.lib, cu->taperobj);
3042 cu->textoncurve= newlibadr(fd, cu->id.lib, cu->textoncurve);
3043 cu->vfont= newlibadr_us(fd, cu->id.lib, cu->vfont);
3044 cu->vfontb= newlibadr_us(fd, cu->id.lib, cu->vfontb);
3045 cu->vfonti= newlibadr_us(fd, cu->id.lib, cu->vfonti);
3046 cu->vfontbi= newlibadr_us(fd, cu->id.lib, cu->vfontbi);
3048 cu->ipo= newlibadr_us(fd, cu->id.lib, cu->ipo); // XXX depreceated - old animation system
3049 cu->key= newlibadr_us(fd, cu->id.lib, cu->key);
3051 cu->id.flag -= LIB_NEEDLINK;
3058 static void switch_endian_knots(Nurb *nu)
3065 SWITCH_INT(nu->knotsu[len]);
3071 SWITCH_INT(nu->knotsv[len]);
3076 static void direct_link_curve(FileData *fd, Curve *cu)
3081 cu->adt= newdataadr(fd, cu->adt);
3082 direct_link_animdata(fd, cu->adt);
3084 cu->mat= newdataadr(fd, cu->mat);
3085 test_pointer_array(fd, (void **)&cu->mat);
3086 cu->str= newdataadr(fd, cu->str);
3087 cu->strinfo= newdataadr(fd, cu->strinfo);
3088 cu->tb= newdataadr(fd, cu->tb);
3090 if(cu->vfont == NULL) link_list(fd, &(cu->nurb));
3092 cu->nurb.first=cu->nurb.last= NULL;
3094 tb= MEM_callocN(MAXTEXTBOX*sizeof(TextBox), "TextBoxread");
3096 memcpy(tb, cu->tb, cu->totbox*sizeof(TextBox));
3103 cu->tb[0].w = cu->linewidth;
3105 if (cu->wordspace == 0.0f) cu->wordspace = 1.0f;
3108 cu->bev.first=cu->bev.last= NULL;
3109 cu->disp.first=cu->disp.last= NULL;
3117 nu->bezt= newdataadr(fd, nu->bezt);
3118 nu->bp= newdataadr(fd, nu->bp);
3119 nu->knotsu= newdataadr(fd, nu->knotsu);
3120 nu->knotsv= newdataadr(fd, nu->knotsv);
3121 if (cu->vfont == NULL) nu->charidx= nu->mat_nr;
3123 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
3124 switch_endian_knots(nu);
3132 /* ************ READ TEX ***************** */
3134 static void lib_link_texture(FileData *fd, Main *main)
3138 tex= main->tex.first;
3140 if(tex->id.flag & LIB_NEEDLINK) {
3141 if(tex->adt) lib_link_animdata(fd, &tex->id, tex->adt);
3143 tex->ima= newlibadr_us(fd, tex->id.lib, tex->ima);
3144 tex->ipo= newlibadr_us(fd, tex->id.lib, tex->ipo);
3145 if(tex->env) tex->env->object= newlibadr(fd, tex->id.lib, tex->env->object);
3147 tex->pd->object= newlibadr(fd, tex->id.lib, tex->pd->object);
3148 if(tex->vd) tex->vd->object= newlibadr(fd, tex->id.lib, tex->vd->object);
3149 if(tex->ot) tex->ot->object= newlibadr(fd, tex->id.lib, tex->ot->object);
3153 lib_link_ntree(fd, &tex->id, tex->nodetree);
3155 tex->id.flag -= LIB_NEEDLINK;
3161 static void direct_link_texture(FileData *fd, Tex *tex)
3163 tex->adt= newdataadr(fd, tex->adt);
3164 direct_link_animdata(fd, tex->adt);
3166 tex->plugin= newdataadr(fd, tex->plugin);
3168 tex->plugin->handle= NULL;
3169 open_plugin_tex(tex->plugin);
3170 /* initialize data for this instance, if an initialization
3173 if (tex->plugin->instance_init)
3174 tex->plugin->instance_init((void *) tex->plugin->data);
3176 tex->coba= newdataadr(fd, tex->coba);
3177 tex->env= newdataadr(fd, tex->env);
3179 tex->env->ima= NULL;
3180 memset(tex->env->cube, 0, 6*sizeof(void *));
3183 tex->pd= newdataadr(fd, tex->pd);
3185 tex->pd->point_tree = NULL;
3186 tex->pd->coba= newdataadr(fd, tex->pd->coba);
3187 tex->pd->falloff_curve= newdataadr(fd, tex->pd->falloff_curve);
3188 if(tex->pd->falloff_curve) {
3189 direct_link_curvemapping(fd, tex->pd->falloff_curve);
3193 tex->vd= newdataadr(fd, tex->vd);
3195 tex->vd->dataset = NULL;
3198 if(tex->type == TEX_VOXELDATA)
3199 tex->vd= MEM_callocN(sizeof(VoxelData), "direct_link_texture VoxelData");
3202 tex->ot= newdataadr(fd, tex->ot);
3204 tex->nodetree= newdataadr(fd, tex->nodetree);
3206 direct_link_nodetree(fd, tex->nodetree);
3208 tex->preview = direct_link_preview_image(fd, tex->preview);
3215 /* ************ READ MATERIAL ***************** */
3217 static void lib_link_material(FileData *fd, Main *main)
3223 ma= main->mat.first;
3225 if(ma->id.flag & LIB_NEEDLINK) {
3226 if(ma->adt) lib_link_animdata(fd, &ma->id, ma->adt);
3228 /*Link ID Properties -- and copy this comment EXACTLY for easy finding
3229 of library blocks that implement this.*/
3230 if (ma->id.properties) IDP_LibLinkProperty(ma->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
3232 ma->ipo= newlibadr_us(fd, ma->id.lib, ma->ipo);
3233 ma->group= newlibadr_us(fd, ma->id.lib, ma->group);
3235 for(a=0; a<MAX_MTEX; a++) {
3238 mtex->tex= newlibadr_us(fd, ma->id.lib, mtex->tex);
3239 mtex->object= newlibadr(fd, ma->id.lib, mtex->object);
3244 lib_link_ntree(fd, &ma->id, ma->nodetree);
3246 ma->id.flag -= LIB_NEEDLINK;
3252 static void direct_link_material(FileData *fd, Material *ma)
3256 ma->adt= newdataadr(fd, ma->adt);
3257 direct_link_animdata(fd, ma->adt);
3259 for(a=0; a<MAX_MTEX; a++) {
3260 ma->mtex[a]= newdataadr(fd, ma->mtex[a]);
3263 ma->ramp_col= newdataadr(fd, ma->ramp_col);
3264 ma->ramp_spec= newdataadr(fd, ma->ramp_spec);
3266 ma->nodetree= newdataadr(fd, ma->nodetree);
3268 direct_link_nodetree(fd, ma->nodetree);
3270 ma->preview = direct_link_preview_image(fd, ma->preview);
3271 ma->gpumaterial.first = ma->gpumaterial.last = NULL;
3274 /* ************ READ PARTICLE SETTINGS ***************** */
3275 /* update this also to writefile.c */
3276 static const char *ptcache_data_struct[] = {
3277 "", // BPHYS_DATA_INDEX
3278 "", // BPHYS_DATA_LOCATION
3279 "", // BPHYS_DATA_VELOCITY
3280 "", // BPHYS_DATA_ROTATION
3281 "", // BPHYS_DATA_AVELOCITY / BPHYS_DATA_XCONST */
3282 "", // BPHYS_DATA_SIZE:
3283 "", // BPHYS_DATA_TIMES:
3284 "BoidData" // case BPHYS_DATA_BOIDS:
3286 static void direct_link_pointcache(FileData *fd, PointCache *cache)
3288 if((cache->flag & PTCACHE_DISK_CACHE)==0) {
3290 PTCacheExtra *extra;
3293 link_list(fd, &cache->mem_cache);
3295 pm = cache->mem_cache.first;
3297 for(; pm; pm=pm->next) {
3298 for(i=0; i<BPHYS_TOT_DATA; i++) {
3299 pm->data[i] = newdataadr(fd, pm->data[i]);