4 * ***** BEGIN GPL LICENSE BLOCK *****
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software Foundation,
18 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
21 * All rights reserved.
24 * Contributor(s): Blender Foundation
26 * ***** END GPL LICENSE BLOCK *****
38 #include "BLI_winstuff.h"
41 #include <stdio.h> // for printf fopen fwrite fclose sprintf FILE
42 #include <stdlib.h> // for getenv atoi
43 #include <fcntl.h> // for open
44 #include <string.h> // for strrchr strncmp strstr
45 #include <math.h> // for fabs
48 #include <unistd.h> // for read close
49 #include <sys/param.h> // for MAXPATHLEN
51 #include <io.h> // for open close read
54 //XXX #include "nla.h"
56 #include "DNA_action_types.h"
57 #include "DNA_armature_types.h"
59 #include "DNA_actuator_types.h"
60 #include "DNA_brush_types.h"
61 #include "DNA_camera_types.h"
62 #include "DNA_color_types.h"
63 #include "DNA_controller_types.h"
64 #include "DNA_constraint_types.h"
65 #include "DNA_curve_types.h"
66 #include "DNA_customdata_types.h"
67 #include "DNA_effect_types.h"
68 #include "DNA_fileglobal_types.h"
69 #include "DNA_group_types.h"
70 #include "DNA_ipo_types.h"
71 #include "DNA_image_types.h"
72 #include "DNA_key_types.h"
73 #include "DNA_lattice_types.h"
74 #include "DNA_lamp_types.h"
75 #include "DNA_meta_types.h"
76 #include "DNA_material_types.h"
77 #include "DNA_mesh_types.h"
78 #include "DNA_meshdata_types.h"
79 #include "DNA_modifier_types.h"
80 #include "DNA_nla_types.h"
81 #include "DNA_node_types.h"
82 #include "DNA_object_types.h"
83 #include "DNA_object_force.h"
84 #include "DNA_object_fluidsim.h" // NT
85 #include "DNA_oops_types.h"
86 #include "DNA_object_force.h"
87 #include "DNA_packedFile_types.h"
88 #include "DNA_particle_types.h"
89 #include "DNA_property_types.h"
90 #include "DNA_text_types.h"
91 #include "DNA_view3d_types.h"
92 #include "DNA_screen_types.h"
93 #include "DNA_sensor_types.h"
94 #include "DNA_sdna_types.h"
95 #include "DNA_scene_types.h"
96 #include "DNA_sequence_types.h"
97 #include "DNA_sound_types.h"
98 #include "DNA_space_types.h"
99 #include "DNA_texture_types.h"
100 #include "DNA_userdef_types.h"
101 #include "DNA_vfont_types.h"
102 #include "DNA_world_types.h"
103 #include "DNA_windowmanager_types.h"
105 #include "MEM_guardedalloc.h"
106 #include "BLI_blenlib.h"
107 #include "BLI_arithb.h"
108 #include "BLI_storage_types.h" // for relname flags
110 #include "BKE_action.h"
111 #include "BKE_armature.h"
112 #include "BKE_colortools.h"
113 #include "BKE_constraint.h"
114 #include "BKE_curve.h"
115 #include "BKE_customdata.h"
116 #include "BKE_deform.h"
117 #include "BKE_depsgraph.h"
118 #include "BKE_effect.h" // for give_parteff
119 #include "BKE_global.h" // for G
120 #include "BKE_group.h"
121 #include "BKE_image.h"
122 #include "BKE_key.h" //void set_four_ipo
123 #include "BKE_lattice.h"
124 #include "BKE_library.h" // for wich_libbase
125 #include "BKE_main.h" // for Main
126 #include "BKE_mesh.h" // for ME_ defines (patching)
127 #include "BKE_modifier.h"
128 #include "BKE_node.h" // for tree type defines
129 #include "BKE_object.h"
130 #include "BKE_particle.h"
131 #include "BKE_property.h" // for get_property
132 #include "BKE_sca.h" // for init_actuator
133 #include "BKE_scene.h"
134 #include "BKE_softbody.h" // sbNew()
135 #include "BKE_texture.h" // for open_plugin_tex
136 #include "BKE_utildefines.h" // SWITCH_INT DATA ENDB DNA1 O_BINARY GLOB USER TEST REND
137 #include "BKE_idprop.h"
139 //XXX #include "BIF_butspace.h" // badlevel, for do_versions, patching event codes
140 //XXX #include "BIF_filelist.h" // badlevel too, where to move this? - elubie
141 //XXX #include "BIF_previewrender.h" // bedlelvel, for struct RenderInfo
142 #include "BLO_readfile.h"
143 #include "BLO_undofile.h"
144 #include "BLO_readblenfile.h" // streaming read pipe, for BLO_readblenfile BLO_readblenfilememory
146 //XXX #include "multires.h"
148 #include "readfile.h"
152 //XXX #include "wm_event_types.h"
157 Remark: still a weak point is the newadress() function, that doesnt solve reading from
158 multiple files at the same time
160 (added remark: oh, i thought that was solved? will look at that... (ton)
163 - Existing Library (Main) push or free
173 - read associated 'direct data'
174 - link direct data (internal and to LibBlock)
176 - read USER data, only when indicated (file is ~/.B.blend)
178 - per Library (per Main)
181 - find LibBlocks and attach IDs to Main
182 - if external LibBlock
184 - or it's already read,
189 - read associated direct data
190 - link direct data (internal and to LibBlock)
192 - per Library with unread LibBlocks
197 - read associated direct data
198 - link direct data (internal and to LibBlock)
201 - link all LibBlocks and indirect pointers to libblocks
202 - initialize FileGlobal and copy pointers to Global
205 /* also occurs in library.c */
206 /* GS reads the memory pointed at in a specific ordering. There are,
207 * however two definitions for it. I have jotted them down here, both,
208 * but I think the first one is actually used. The thing is that
209 * big-endian systems might read this the wrong way round. OTOH, we
210 * constructed the IDs that are read out with this macro explicitly as
211 * well. I expect we'll sort it out soon... */
214 #define GS(a) (*((short *)(a)))
216 /* from misc_util: flip the bytes from x */
217 /* #define GS(x) (((unsigned char *)(x))[0] << 8 | ((unsigned char *)(x))[1]) */
219 // only used here in readfile.c
220 #define SWITCH_LONGINT(a) { \
223 s_i=p_i[0]; p_i[0]=p_i[7]; p_i[7]=s_i; \
224 s_i=p_i[1]; p_i[1]=p_i[6]; p_i[6]=s_i; \
225 s_i=p_i[2]; p_i[2]=p_i[5]; p_i[5]=s_i; \
226 s_i=p_i[3]; p_i[3]=p_i[4]; p_i[4]=s_i; }
230 typedef struct OldNew {
235 typedef struct OldNewMap {
237 int nentries, entriessize;
243 /* local prototypes */
244 static void *read_struct(FileData *fd, BHead *bh, char *blockname);
247 static OldNewMap *oldnewmap_new(void)
249 OldNewMap *onm= MEM_callocN(sizeof(*onm), "OldNewMap");
251 onm->entriessize= 1024;
252 onm->entries= MEM_mallocN(sizeof(*onm->entries)*onm->entriessize, "OldNewMap.entries");
257 static int verg_oldnewmap(const void *v1, const void *v2)
259 const struct OldNew *x1=v1, *x2=v2;
261 if( x1->old > x2->old) return 1;
262 else if( x1->old < x2->old) return -1;
267 static void oldnewmap_sort(FileData *fd)
269 qsort(fd->libmap->entries, fd->libmap->nentries, sizeof(OldNew), verg_oldnewmap);
270 fd->libmap->sorted= 1;
273 /* nr is zero for data, and ID code for libdata */
274 static void oldnewmap_insert(OldNewMap *onm, void *oldaddr, void *newaddr, int nr)
278 if(oldaddr==NULL || newaddr==NULL) return;
280 if (onm->nentries==onm->entriessize) {
281 int osize= onm->entriessize;
282 OldNew *oentries= onm->entries;
284 onm->entriessize*= 2;
285 onm->entries= MEM_mallocN(sizeof(*onm->entries)*onm->entriessize, "OldNewMap.entries");
287 memcpy(onm->entries, oentries, sizeof(*oentries)*osize);
291 entry= &onm->entries[onm->nentries++];
293 entry->newp= newaddr;
297 static void *oldnewmap_lookup_and_inc(OldNewMap *onm, void *addr)
301 if (onm->lasthit<onm->nentries-1) {
302 OldNew *entry= &onm->entries[++onm->lasthit];
304 if (entry->old==addr) {
310 for (i=0; i<onm->nentries; i++) {
311 OldNew *entry= &onm->entries[i];
313 if (entry->old==addr) {
324 /* for libdata, nr has ID code, no increment */
325 static void *oldnewmap_liblookup(OldNewMap *onm, void *addr, void *lib)
329 if(addr==NULL) return NULL;
331 /* lasthit works fine for non-libdata, linking there is done in same sequence as writing */
333 OldNew entry_s, *entry;
337 entry= bsearch(&entry_s, onm->entries, onm->nentries, sizeof(OldNew), verg_oldnewmap);
341 if (id && (!lib || id->lib)) {
347 for (i=0; i<onm->nentries; i++) {
348 OldNew *entry= &onm->entries[i];
350 if (entry->old==addr) {
353 if (id && (!lib || id->lib)) {
362 static void oldnewmap_free_unused(OldNewMap *onm)
366 for (i=0; i<onm->nentries; i++) {
367 OldNew *entry= &onm->entries[i];
369 MEM_freeN(entry->newp);
375 static void oldnewmap_clear(OldNewMap *onm)
381 static void oldnewmap_free(OldNewMap *onm)
383 MEM_freeN(onm->entries);
389 static void read_libraries(FileData *basefd, ListBase *mainlist);
391 /* ************ help functions ***************** */
393 static void add_main_to_main(Main *mainvar, Main *from)
395 ListBase *lbarray[MAX_LIBARRAY], *fromarray[MAX_LIBARRAY];
398 a= set_listbasepointers(mainvar, lbarray);
399 a= set_listbasepointers(from, fromarray);
401 addlisttolist(lbarray[a], fromarray[a]);
405 void blo_join_main(ListBase *mainlist)
407 Main *tojoin, *mainl;
410 mainl= mainlist->first;
411 while ((tojoin= mainl->next)) {
412 add_main_to_main(mainl, tojoin);
413 BLI_remlink(mainlist, tojoin);
418 static void split_libdata(ListBase *lb, Main *first)
430 if(mainvar->curlib==id->lib) {
431 lbn= wich_libbase(mainvar, GS(id->name));
433 BLI_addtail(lbn, id);
436 mainvar= mainvar->next;
438 if(mainvar==0) printf("error split_libdata\n");
444 void blo_split_main(ListBase *mainlist, Main *main)
446 ListBase *lbarray[MAX_LIBARRAY];
450 mainlist->first= mainlist->last= main;
453 if(main->library.first==NULL)
456 for (lib= main->library.first; lib; lib= lib->id.next) {
457 Main *libmain= MEM_callocN(sizeof(Main), "libmain");
458 libmain->curlib= lib;
459 BLI_addtail(mainlist, libmain);
462 i= set_listbasepointers(main, lbarray);
464 split_libdata(lbarray[i], main->next);
467 /* removes things like /blah/blah/../../blah/ etc, then writes in *name the full path */
468 static void cleanup_path(const char *relabase, char *name)
470 char filename[FILE_MAXFILE];
472 BLI_splitdirstring(name, filename);
473 BLI_cleanup_dir(relabase, name);
474 strcat(name, filename);
477 static void read_file_version(FileData *fd, Main *main)
481 for (bhead= blo_firstbhead(fd); bhead; bhead= blo_nextbhead(fd, bhead)) {
482 if (bhead->code==GLOB) {
483 FileGlobal *fg= read_struct(fd, bhead, "Global");
485 main->subversionfile= fg->subversion;
486 main->minversionfile= fg->minversion;
487 main->minsubversionfile= fg->minsubversion;
490 else if (bhead->code==ENDB)
497 static Main *blo_find_main(FileData *fd, ListBase *mainlist, const char *name, const char *relabase)
501 char name1[FILE_MAXDIR+FILE_MAXFILE];
503 strncpy(name1, name, sizeof(name1)-1);
504 cleanup_path(relabase, name1);
505 // printf("blo_find_main: original in %s\n", name);
506 // printf("blo_find_main: converted to %s\n", name1);
508 for (m= mainlist->first; m; m= m->next) {
509 char *libname= (m->curlib)?m->curlib->filename:m->name;
511 if (BLI_streq(name1, libname)) {
512 if(G.f & G_DEBUG) printf("blo_find_main: found library %s\n", libname);
517 m= MEM_callocN(sizeof(Main), "find_main");
518 BLI_addtail(mainlist, m);
520 lib= alloc_libblock(&m->library, ID_LI, "lib");
521 strncpy(lib->name, name, sizeof(lib->name)-1);
522 BLI_strncpy(lib->filename, name1, sizeof(lib->filename));
526 read_file_version(fd, m);
528 if(G.f & G_DEBUG) printf("blo_find_main: added new lib %s\n", name);
533 /* ************ FILE PARSING ****************** */
535 static void switch_endian_bh4(BHead4 *bhead)
537 /* the ID_.. codes */
538 if((bhead->code & 0xFFFF)==0) bhead->code >>=16;
540 if (bhead->code != ENDB) {
541 SWITCH_INT(bhead->len);
542 SWITCH_INT(bhead->SDNAnr);
543 SWITCH_INT(bhead->nr);
547 static void switch_endian_bh8(BHead8 *bhead)
549 /* the ID_.. codes */
550 if((bhead->code & 0xFFFF)==0) bhead->code >>=16;
552 if (bhead->code != ENDB) {
553 SWITCH_INT(bhead->len);
554 SWITCH_INT(bhead->SDNAnr);
555 SWITCH_INT(bhead->nr);
559 static void bh4_from_bh8(BHead *bhead, BHead8 *bhead8, int do_endian_swap)
561 BHead4 *bhead4 = (BHead4 *) bhead;
562 #if defined(WIN32) && !defined(FREE_WINDOWS)
568 bhead4->code= bhead8->code;
569 bhead4->len= bhead8->len;
571 if (bhead4->code != ENDB) {
573 // why is this here ??
574 if (do_endian_swap) {
575 SWITCH_LONGINT(bhead8->old);
578 /* this patch is to avoid a long long being read from not-eight aligned positions
579 is necessary on any modern 64bit architecture) */
580 memcpy(&old, &bhead8->old, 8);
581 bhead4->old = (int) (old >> 3);
583 bhead4->SDNAnr= bhead8->SDNAnr;
584 bhead4->nr= bhead8->nr;
588 static void bh8_from_bh4(BHead *bhead, BHead4 *bhead4)
590 BHead8 *bhead8 = (BHead8 *) bhead;
592 bhead8->code= bhead4->code;
593 bhead8->len= bhead4->len;
595 if (bhead8->code != ENDB) {
596 bhead8->old= bhead4->old;
597 bhead8->SDNAnr= bhead4->SDNAnr;
598 bhead8->nr= bhead4->nr;
602 static BHeadN *get_bhead(FileData *fd)
607 BHeadN *new_bhead = 0;
613 // First read the bhead structure.
614 // Depending on the platform the file was written on this can
615 // be a big or little endian BHead4 or BHead8 structure.
617 // As usual 'ENDB' (the last *partial* bhead of the file)
618 // needs some special handling. We don't want to EOF just yet.
620 if (fd->flags & FD_FLAGS_FILE_POINTSIZE_IS_4) {
622 readsize = fd->read(fd, &bhead4, sizeof(bhead4));
624 if (readsize == sizeof(bhead4) || bhead4.code == ENDB) {
625 if (fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
626 switch_endian_bh4(&bhead4);
629 if (fd->flags & FD_FLAGS_POINTSIZE_DIFFERS) {
630 bh8_from_bh4(&bhead, &bhead4);
632 memcpy(&bhead, &bhead4, sizeof(bhead));
640 readsize = fd->read(fd, &bhead8, sizeof(bhead8));
642 if (readsize == sizeof(bhead8) || bhead8.code == ENDB) {
643 if (fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
644 switch_endian_bh8(&bhead8);
647 if (fd->flags & FD_FLAGS_POINTSIZE_DIFFERS) {
648 bh4_from_bh8(&bhead, &bhead8, (fd->flags & FD_FLAGS_SWITCH_ENDIAN));
650 memcpy(&bhead, &bhead8, sizeof(bhead));
658 /* make sure people are not trying to pass bad blend files */
659 if (bhead.len < 0) fd->eof = 1;
661 // bhead now contains the (converted) bhead structure. Now read
662 // the associated data and put everything in a BHeadN (creative naming !)
665 new_bhead = MEM_mallocN(sizeof(BHeadN) + bhead.len, "new_bhead");
667 new_bhead->next = new_bhead->prev = 0;
668 new_bhead->bhead = bhead;
670 readsize = fd->read(fd, new_bhead + 1, bhead.len);
672 if (readsize != bhead.len) {
674 MEM_freeN(new_bhead);
684 // We've read a new block. Now add it to the list
688 BLI_addtail(&fd->listbase, new_bhead);
694 BHead *blo_firstbhead(FileData *fd)
700 // Read in a new block if necessary
702 new_bhead = fd->listbase.first;
703 if (new_bhead == 0) {
704 new_bhead = get_bhead(fd);
708 bhead = &new_bhead->bhead;
714 BHead *blo_prevbhead(FileData *fd, BHead *thisblock)
716 BHeadN *bheadn= (BHeadN *) (((char *) thisblock) - (int) (&((BHeadN*)0)->bhead));
717 BHeadN *prev= bheadn->prev;
719 return prev?&prev->bhead:NULL;
722 BHead *blo_nextbhead(FileData *fd, BHead *thisblock)
724 BHeadN *new_bhead = 0;
728 // bhead is actually a sub part of BHeadN
729 // We calculate the BHeadN pointer from the BHead pointer below
730 new_bhead = (BHeadN *) (((char *) thisblock) - (int) (&((BHeadN*)0)->bhead));
732 // get the next BHeadN. If it doesn't exist we read in the next one
733 new_bhead = new_bhead->next;
734 if (new_bhead == 0) {
735 new_bhead = get_bhead(fd);
740 // here we do the reverse:
741 // go from the BHeadN pointer to the BHead pointer
742 bhead = &new_bhead->bhead;
748 static void decode_blender_header(FileData *fd)
750 char header[SIZEOFBLENDERHEADER], num[4];
753 // read in the header data
754 readsize = fd->read(fd, header, sizeof(header));
756 if (readsize == sizeof(header)) {
757 if(strncmp(header, "BLENDER", 7) == 0) {
758 int remove_this_endian_test= 1;
760 fd->flags |= FD_FLAGS_FILE_OK;
762 // what size are pointers in the file ?
764 fd->flags |= FD_FLAGS_FILE_POINTSIZE_IS_4;
765 if (sizeof(void *) != 4) {
766 fd->flags |= FD_FLAGS_POINTSIZE_DIFFERS;
769 if (sizeof(void *) != 8) {
770 fd->flags |= FD_FLAGS_POINTSIZE_DIFFERS;
774 // is the file saved in a different endian
776 if (((((char*)&remove_this_endian_test)[0]==1)?L_ENDIAN:B_ENDIAN) != ((header[8]=='v')?L_ENDIAN:B_ENDIAN)) {
777 fd->flags |= FD_FLAGS_SWITCH_ENDIAN;
780 // get the version number
782 memcpy(num, header+9, 3);
784 fd->fileversion = atoi(num);
789 static int read_file_dna(FileData *fd)
793 for (bhead= blo_firstbhead(fd); bhead; bhead= blo_nextbhead(fd, bhead)) {
794 if (bhead->code==DNA1) {
795 int do_endian_swap= (fd->flags&FD_FLAGS_SWITCH_ENDIAN)?1:0;
797 fd->filesdna= dna_sdna_from_data(&bhead[1], bhead->len, do_endian_swap);
800 fd->compflags= dna_get_structDNA_compareflags(fd->filesdna, fd->memsdna);
801 /* used to retrieve ID names from (bhead+1) */
802 fd->id_name_offs= dna_elem_offset(fd->filesdna, "ID", "char", "name[]");
806 } else if (bhead->code==ENDB)
813 static int fd_read_from_file(FileData *filedata, void *buffer, int size)
815 int readsize = read(filedata->filedes, buffer, size);
820 filedata->seek += readsize;
826 static int fd_read_gzip_from_file(FileData *filedata, void *buffer, int size)
828 int readsize = gzread(filedata->gzfiledes, buffer, size);
833 filedata->seek += readsize;
839 static int fd_read_from_memory(FileData *filedata, void *buffer, int size)
841 // don't read more bytes then there are available in the buffer
842 int readsize = MIN2(size, filedata->buffersize - filedata->seek);
844 memcpy(buffer, filedata->buffer + filedata->seek, readsize);
845 filedata->seek += readsize;
850 static int fd_read_from_memfile(FileData *filedata, void *buffer, int size)
852 static unsigned int seek= 1<<30; /* the current position */
853 static unsigned int offset= 0; /* size of previous chunks */
854 static MemFileChunk *chunk=NULL;
856 if(size==0) return 0;
858 if(seek != (unsigned int)filedata->seek) {
859 chunk= filedata->memfile->chunks.first;
863 if(seek + chunk->size > (unsigned) filedata->seek) break;
868 seek= filedata->seek;
872 /* first check if it's on the end if current chunk */
873 if( seek-offset == chunk->size) {
874 offset+= chunk->size;
878 /* debug, should never happen */
880 printf("illegal read, chunk zero\n");
883 else if( (seek-offset)+size > chunk->size) {
884 size= chunk->size - (seek-offset);
885 printf("chunk too large, clipped to %d\n", size);
888 memcpy(buffer, chunk->buf + (seek-offset), size);
889 filedata->seek += size;
898 static FileData *filedata_new(void)
900 extern unsigned char DNAstr[]; /* DNA.c */
902 FileData *fd = MEM_callocN(sizeof(FileData), "FileData");
905 fd->gzfiledes = NULL;
907 /* XXX, this doesn't need to be done all the time,
908 * but it keeps us reentrant, remove once we have
909 * a lib that provides a nice lock. - zr
911 fd->memsdna = dna_sdna_from_data(DNAstr, DNAlen, 0);
913 fd->datamap = oldnewmap_new();
914 fd->globmap = oldnewmap_new();
915 fd->libmap = oldnewmap_new();
920 static FileData *blo_decode_and_check(FileData *fd, BlendReadError *error_r)
922 decode_blender_header(fd);
924 if (fd->flags & FD_FLAGS_FILE_OK) {
925 if (!read_file_dna(fd)) {
926 *error_r = BRE_INCOMPLETE;
927 blo_freefiledata(fd);
932 *error_r = BRE_NOT_A_BLEND;
933 blo_freefiledata(fd);
940 /* cannot be called with relative paths anymore! */
941 /* on each new library added, it now checks for the current FileData and expands relativeness */
942 FileData *blo_openblenderfile(char *name, BlendReadError *error_r)
946 gzfile= gzopen(name, "rb");
948 if (NULL == gzfile) {
949 *error_r = BRE_UNABLE_TO_OPEN;
952 FileData *fd = filedata_new();
953 fd->gzfiledes = gzfile;
954 BLI_strncpy(fd->filename, name, sizeof(fd->filename)); // now only in use by library append
955 fd->read = fd_read_gzip_from_file;
957 return blo_decode_and_check(fd, error_r);
961 FileData *blo_openblendermemory(void *mem, int memsize, BlendReadError *error_r)
963 if (!mem || memsize<SIZEOFBLENDERHEADER) {
964 *error_r = mem?BRE_UNABLE_TO_READ:BRE_UNABLE_TO_OPEN;
967 FileData *fd= filedata_new();
969 fd->buffersize= memsize;
970 fd->read= fd_read_from_memory;
971 fd->flags|= FD_FLAGS_NOT_MY_BUFFER;
973 return blo_decode_and_check(fd, error_r);
977 FileData *blo_openblendermemfile(MemFile *memfile, BlendReadError *error_r)
980 *error_r = BRE_UNABLE_TO_OPEN;
983 FileData *fd= filedata_new();
984 fd->memfile= memfile;
986 fd->read= fd_read_from_memfile;
987 fd->flags|= FD_FLAGS_NOT_MY_BUFFER;
989 return blo_decode_and_check(fd, error_r);
994 void blo_freefiledata(FileData *fd)
998 if (fd->filedes != -1) {
1002 if (fd->gzfiledes != NULL)
1004 gzclose(fd->gzfiledes);
1007 if (fd->buffer && !(fd->flags & FD_FLAGS_NOT_MY_BUFFER)) {
1008 MEM_freeN(fd->buffer);
1012 // Free all BHeadN data blocks
1013 BLI_freelistN(&fd->listbase);
1016 dna_freestructDNA(fd->memsdna);
1018 dna_freestructDNA(fd->filesdna);
1020 MEM_freeN(fd->compflags);
1023 oldnewmap_free(fd->datamap);
1025 oldnewmap_free(fd->globmap);
1027 oldnewmap_free(fd->imamap);
1028 if (fd->libmap && !(fd->flags & FD_FLAGS_NOT_MY_LIBMAP))
1029 oldnewmap_free(fd->libmap);
1035 /* ************ DIV ****************** */
1037 int BLO_has_bfile_extension(char *str)
1039 return (BLI_testextensie(str, ".ble") || BLI_testextensie(str, ".blend")||BLI_testextensie(str, ".blend.gz"));
1042 /* ************** OLD POINTERS ******************* */
1044 static void *newdataadr(FileData *fd, void *adr) /* only direct databocks */
1046 return oldnewmap_lookup_and_inc(fd->datamap, adr);
1049 static void *newglobadr(FileData *fd, void *adr) /* direct datablocks with global linking */
1051 return oldnewmap_lookup_and_inc(fd->globmap, adr);
1054 static void *newimaadr(FileData *fd, void *adr) /* used to restore image data after undo */
1056 if(fd->imamap && adr)
1057 return oldnewmap_lookup_and_inc(fd->imamap, adr);
1062 static void *newlibadr(FileData *fd, void *lib, void *adr) /* only lib data */
1064 return oldnewmap_liblookup(fd->libmap, adr, lib);
1067 static void *newlibadr_us(FileData *fd, void *lib, void *adr) /* increases user number */
1069 ID *id= newlibadr(fd, lib, adr);
1077 static void change_idid_adr_fd(FileData *fd, void *old, void *new)
1081 for (i=0; i<fd->libmap->nentries; i++) {
1082 OldNew *entry= &fd->libmap->entries[i];
1084 if (old==entry->newp && entry->nr==ID_ID) {
1086 if(new) entry->nr= GS( ((ID *)new)->name );
1092 static void change_idid_adr(ListBase *mainlist, FileData *basefd, void *old, void *new)
1096 for(mainptr= mainlist->first; mainptr; mainptr= mainptr->next) {
1099 if(mainptr->curlib) fd= mainptr->curlib->filedata;
1103 change_idid_adr_fd(fd, old, new);
1108 /* assumed; G.main still exists */
1109 void blo_make_image_pointer_map(FileData *fd)
1111 Image *ima= G.main->image.first;
1112 Scene *sce= G.main->scene.first;
1114 fd->imamap= oldnewmap_new();
1116 for(;ima; ima= ima->id.next) {
1117 Link *ibuf= ima->ibufs.first;
1118 for(; ibuf; ibuf= ibuf->next)
1119 oldnewmap_insert(fd->imamap, ibuf, ibuf, 0);
1121 for(; sce; sce= sce->id.next) {
1124 for(node= sce->nodetree->nodes.first; node; node= node->next)
1125 oldnewmap_insert(fd->imamap, node->preview, node->preview, 0);
1130 /* set G.main image ibufs to zero if it has been restored */
1131 /* this works because freeing G.main only happens after this call */
1132 void blo_end_image_pointer_map(FileData *fd)
1134 OldNew *entry= fd->imamap->entries;
1135 Image *ima= G.main->image.first;
1136 Scene *sce= G.main->scene.first;
1139 /* used entries were restored, so we put them to zero */
1140 for (i=0; i<fd->imamap->nentries; i++, entry++) {
1145 for(;ima; ima= ima->id.next) {
1148 /* this mirrors direct_link_image */
1149 for(ibuf= ima->ibufs.first; ibuf; ibuf= next) {
1151 if(NULL==newimaadr(fd, ibuf)) { /* so was restored */
1152 BLI_remlink(&ima->ibufs, ibuf);
1157 for(; sce; sce= sce->id.next) {
1160 for(node= sce->nodetree->nodes.first; node; node= node->next)
1161 node->preview= newimaadr(fd, node->preview);
1166 /* undo file support: add all library pointers in lookup */
1167 void blo_add_library_pointer_map(ListBase *mainlist, FileData *fd)
1169 Main *ptr= mainlist->first;
1170 ListBase *lbarray[MAX_LIBARRAY];
1172 for(ptr= ptr->next; ptr; ptr= ptr->next) {
1173 int i= set_listbasepointers(ptr, lbarray);
1176 for(id= lbarray[i]->first; id; id= id->next)
1177 oldnewmap_insert(fd->libmap, id, id, GS(id->name));
1183 /* ********** END OLD POINTERS ****************** */
1184 /* ********** READ FILE ****************** */
1186 static void switch_endian_structs(struct SDNA *filesdna, BHead *bhead)
1188 int blocksize, nblocks;
1191 data= (char *)(bhead+1);
1192 blocksize= filesdna->typelens[ filesdna->structs[bhead->SDNAnr][0] ];
1196 dna_switch_endian_struct(filesdna, bhead->SDNAnr, data);
1202 static void *read_struct(FileData *fd, BHead *bh, char *blockname)
1207 /* switch is based on file dna */
1208 if (bh->SDNAnr && (fd->flags & FD_FLAGS_SWITCH_ENDIAN))
1209 switch_endian_structs(fd->filesdna, bh);
1211 if (fd->compflags[bh->SDNAnr]) { /* flag==0: doesn't exist anymore */
1212 if(fd->compflags[bh->SDNAnr]==2) {
1213 temp= dna_reconstruct(fd->memsdna, fd->filesdna, fd->compflags, bh->SDNAnr, bh->nr, (bh+1));
1215 temp= MEM_mallocN(bh->len, blockname);
1216 memcpy(temp, (bh+1), bh->len);
1224 static void link_list(FileData *fd, ListBase *lb) /* only direct data */
1228 if(lb->first==NULL) return;
1230 lb->first= newdataadr(fd, lb->first);
1234 ln->next= newdataadr(fd, ln->next);
1242 static void link_glob_list(FileData *fd, ListBase *lb) /* for glob data */
1247 if(lb->first==0) return;
1248 poin= newdataadr(fd, lb->first);
1250 oldnewmap_insert(fd->globmap, lb->first, poin, 0);
1257 poin= newdataadr(fd, ln->next);
1259 oldnewmap_insert(fd->globmap, ln->next, poin, 0);
1269 static void test_pointer_array(FileData *fd, void **mat)
1271 #if defined(WIN32) && !defined(FREE_WINDOWS)
1272 __int64 *lpoin, *lmat;
1274 long long *lpoin, *lmat;
1276 int len, *ipoin, *imat;
1278 /* manually convert the pointer array in
1279 * the old dna format to a pointer array in
1280 * the new dna format.
1283 len= MEM_allocN_len(*mat)/fd->filesdna->pointerlen;
1285 if(fd->filesdna->pointerlen==8 && fd->memsdna->pointerlen==4) {
1286 ipoin=imat= MEM_mallocN( len*4, "newmatar");
1290 if((fd->flags & FD_FLAGS_SWITCH_ENDIAN))
1291 SWITCH_LONGINT(*lpoin);
1292 *ipoin= (int) ((*lpoin) >> 3);
1300 if(fd->filesdna->pointerlen==4 && fd->memsdna->pointerlen==8) {
1301 lpoin=lmat= MEM_mallocN( len*8, "newmatar");
1315 /* ************ READ ID Properties *************** */
1317 void IDP_DirectLinkProperty(IDProperty *prop, int switch_endian, void *fd);
1318 void IDP_LibLinkProperty(IDProperty *prop, int switch_endian, void *fd);
1320 void IDP_DirectLinkArray(IDProperty *prop, int switch_endian, void *fd)
1324 /*since we didn't save the extra buffer, set totallen to len.*/
1325 prop->totallen = prop->len;
1326 prop->data.pointer = newdataadr(fd, prop->data.pointer);
1328 if (switch_endian) {
1329 for (i=0; i<prop->len; i++) {
1330 SWITCH_INT(((int*)prop->data.pointer)[i]);
1335 void IDP_DirectLinkString(IDProperty *prop, int switch_endian, void *fd)
1337 /*since we didn't save the extra string buffer, set totallen to len.*/
1338 prop->totallen = prop->len;
1339 prop->data.pointer = newdataadr(fd, prop->data.pointer);
1342 void IDP_DirectLinkGroup(IDProperty *prop, int switch_endian, void *fd)
1344 ListBase *lb = &prop->data.group;
1349 /*Link child id properties now*/
1350 for (loop=prop->data.group.first; loop; loop=loop->next) {
1351 IDP_DirectLinkProperty(loop, switch_endian, fd);
1355 void IDP_DirectLinkProperty(IDProperty *prop, int switch_endian, void *fd)
1357 switch (prop->type) {
1359 IDP_DirectLinkGroup(prop, switch_endian, fd);
1362 IDP_DirectLinkString(prop, switch_endian, fd);
1365 IDP_DirectLinkArray(prop, switch_endian, fd);
1371 void IDP_LibLinkProperty(IDProperty *prop, int switch_endian, void *fd)
1375 /* ************ READ Brush *************** */
1376 /* library brush linking after fileread */
1377 static void lib_link_brush(FileData *fd, Main *main)
1383 /* only link ID pointers */
1384 for(brush= main->brush.first; brush; brush= brush->id.next) {
1385 if(brush->id.flag & LIB_NEEDLINK) {
1386 brush->id.flag -= LIB_NEEDLINK;
1388 for(a=0; a<MAX_MTEX; a++) {
1389 mtex= brush->mtex[a];
1391 mtex->tex= newlibadr_us(fd, brush->id.lib, mtex->tex);
1397 static void direct_link_brush(FileData *fd, Brush *brush)
1399 /* brush itself has been read */
1402 for(a=0; a<MAX_MTEX; a++)
1403 brush->mtex[a]= newdataadr(fd, brush->mtex[a]);
1406 /* ************ READ CurveMapping *************** */
1408 /* cuma itself has been read! */
1409 static void direct_link_curvemapping(FileData *fd, CurveMapping *cumap)
1413 /* flag seems to be able to hang? Maybe old files... not bad to clear anyway */
1414 cumap->flag &= ~CUMA_PREMULLED;
1416 for(a=0; a<CM_TOT; a++) {
1417 cumap->cm[a].curve= newdataadr(fd, cumap->cm[a].curve);
1418 cumap->cm[a].table= NULL;
1422 /* ************ READ NODE TREE *************** */
1424 /* singe node tree (also used for material/scene trees), ntree is not NULL */
1425 static void lib_link_ntree(FileData *fd, ID *id, bNodeTree *ntree)
1429 for(node= ntree->nodes.first; node; node= node->next)
1430 node->id= newlibadr_us(fd, id->lib, node->id);
1433 /* library ntree linking after fileread */
1434 static void lib_link_nodetree(FileData *fd, Main *main)
1438 /* only link ID pointers */
1439 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next) {
1440 if(ntree->id.flag & LIB_NEEDLINK) {
1441 ntree->id.flag -= LIB_NEEDLINK;
1442 lib_link_ntree(fd, &ntree->id, ntree);
1447 /* verify types for nodes and groups, all data has to be read */
1448 static void lib_verify_nodetree(Main *main)
1454 /* now create the own typeinfo structs an verify nodes */
1455 /* here we still assume no groups in groups */
1456 for(ntree= main->nodetree.first; ntree; ntree= ntree->id.next) {
1457 ntreeVerifyTypes(ntree); /* internal nodes, no groups! */
1458 ntreeMakeOwnType(ntree); /* for group usage */
1461 /* now verify all types in material trees, groups are set OK now */
1462 for(ma= main->mat.first; ma; ma= ma->id.next) {
1464 ntreeVerifyTypes(ma->nodetree);
1466 /* and scene trees */
1467 for(sce= main->scene.first; sce; sce= sce->id.next) {
1469 ntreeVerifyTypes(sce->nodetree);
1475 /* ntree itself has been read! */
1476 static void direct_link_nodetree(FileData *fd, bNodeTree *ntree)
1478 /* note: writing and reading goes in sync, for speed */
1483 ntree->init= 0; /* to set callbacks and force setting types */
1484 ntree->owntype= NULL;
1485 ntree->timecursor= NULL;
1487 link_list(fd, &ntree->nodes);
1488 for(node= ntree->nodes.first; node; node= node->next) {
1489 node->storage= newdataadr(fd, node->storage);
1492 /* could be handlerized at some point */
1493 if(ntree->type==NTREE_SHADER && (node->type==SH_NODE_CURVE_VEC || node->type==SH_NODE_CURVE_RGB))
1494 direct_link_curvemapping(fd, node->storage);
1495 else if(ntree->type==NTREE_COMPOSIT) {
1496 if( ELEM3(node->type, CMP_NODE_TIME, CMP_NODE_CURVE_VEC, CMP_NODE_CURVE_RGB))
1497 direct_link_curvemapping(fd, node->storage);
1498 else if(ELEM3(node->type, CMP_NODE_IMAGE, CMP_NODE_VIEWER, CMP_NODE_SPLITVIEWER))
1499 ((ImageUser *)node->storage)->ok= 1;
1502 link_list(fd, &node->inputs);
1503 link_list(fd, &node->outputs);
1505 link_list(fd, &ntree->links);
1507 /* and we connect the rest */
1508 for(node= ntree->nodes.first; node; node= node->next) {
1509 node->preview= newimaadr(fd, node->preview);
1511 for(sock= node->inputs.first; sock; sock= sock->next)
1512 sock->link= newdataadr(fd, sock->link);
1513 for(sock= node->outputs.first; sock; sock= sock->next)
1514 sock->ns.data= NULL;
1516 for(link= ntree->links.first; link; link= link->next) {
1517 link->fromnode= newdataadr(fd, link->fromnode);
1518 link->tonode= newdataadr(fd, link->tonode);
1519 link->fromsock= newdataadr(fd, link->fromsock);
1520 link->tosock= newdataadr(fd, link->tosock);
1523 /* type verification is in lib-link */
1526 /* ************ READ PACKEDFILE *************** */
1528 static PackedFile *direct_link_packedfile(FileData *fd, PackedFile *oldpf)
1530 PackedFile *pf= newdataadr(fd, oldpf);
1533 pf->data= newdataadr(fd, pf->data);
1539 /* ************ READ IMAGE PREVIEW *************** */
1541 static PreviewImage *direct_link_preview_image(FileData *fd, PreviewImage *old_prv)
1543 PreviewImage *prv= newdataadr(fd, old_prv);
1547 for (i=0; i < PREVIEW_MIPMAPS; ++i) {
1549 prv->rect[i] = newdataadr(fd, prv->rect[i]);
1557 /* ************ READ SCRIPTLINK *************** */
1559 static void lib_link_scriptlink(FileData *fd, ID *id, ScriptLink *slink)
1563 for(i=0; i<slink->totscript; i++) {
1564 slink->scripts[i]= newlibadr(fd, id->lib, slink->scripts[i]);
1568 static void direct_link_scriptlink(FileData *fd, ScriptLink *slink)
1570 slink->scripts= newdataadr(fd, slink->scripts);
1571 test_pointer_array(fd, (void **)&slink->scripts);
1573 slink->flag= newdataadr(fd, slink->flag);
1575 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
1578 for(a=0; a<slink->totscript; a++) {
1579 SWITCH_SHORT(slink->flag[a]);
1584 /* ************ READ ARMATURE ***************** */
1586 static void lib_link_nlastrips(FileData *fd, ID *id, ListBase *striplist)
1588 bActionStrip *strip;
1589 bActionModifier *amod;
1591 for (strip=striplist->first; strip; strip=strip->next){
1592 strip->object = newlibadr(fd, id->lib, strip->object);
1593 strip->act = newlibadr_us(fd, id->lib, strip->act);
1594 strip->ipo = newlibadr(fd, id->lib, strip->ipo);
1595 for(amod= strip->modifiers.first; amod; amod= amod->next)
1596 amod->ob= newlibadr(fd, id->lib, amod->ob);
1600 static void lib_link_constraint_channels(FileData *fd, ID *id, ListBase *chanbase)
1602 bConstraintChannel *chan;
1604 for (chan=chanbase->first; chan; chan=chan->next){
1605 chan->ipo = newlibadr_us(fd, id->lib, chan->ipo);
1609 static void lib_link_constraints(FileData *fd, ID *id, ListBase *conlist)
1613 for (con = conlist->first; con; con=con->next) {
1614 /* patch for error introduced by changing constraints (dunno how) */
1615 /* if con->data type changes, dna cannot resolve the pointer! (ton) */
1616 if(con->data==NULL) {
1617 con->type= CONSTRAINT_TYPE_NULL;
1619 /* own ipo, all constraints have it */
1620 con->ipo= newlibadr_us(fd, id->lib, con->ipo);
1622 switch (con->type) {
1623 case CONSTRAINT_TYPE_PYTHON:
1625 bPythonConstraint *data= (bPythonConstraint*)con->data;
1626 bConstraintTarget *ct;
1628 for (ct= data->targets.first; ct; ct= ct->next)
1629 ct->tar = newlibadr(fd, id->lib, ct->tar);
1631 data->text = newlibadr(fd, id->lib, data->text);
1632 //IDP_LibLinkProperty(data->prop, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
1635 case CONSTRAINT_TYPE_ACTION:
1637 bActionConstraint *data;
1638 data= ((bActionConstraint*)con->data);
1639 data->tar = newlibadr(fd, id->lib, data->tar);
1640 data->act = newlibadr(fd, id->lib, data->act);
1643 case CONSTRAINT_TYPE_LOCLIKE:
1645 bLocateLikeConstraint *data;
1646 data= ((bLocateLikeConstraint*)con->data);
1647 data->tar = newlibadr(fd, id->lib, data->tar);
1650 case CONSTRAINT_TYPE_ROTLIKE:
1652 bRotateLikeConstraint *data;
1653 data= ((bRotateLikeConstraint*)con->data);
1654 data->tar = newlibadr(fd, id->lib, data->tar);
1657 case CONSTRAINT_TYPE_SIZELIKE:
1659 bSizeLikeConstraint *data;
1660 data= ((bSizeLikeConstraint*)con->data);
1661 data->tar = newlibadr(fd, id->lib, data->tar);
1664 case CONSTRAINT_TYPE_KINEMATIC:
1666 bKinematicConstraint *data;
1667 data = ((bKinematicConstraint*)con->data);
1668 data->tar = newlibadr(fd, id->lib, data->tar);
1669 data->poletar = newlibadr(fd, id->lib, data->poletar);
1672 case CONSTRAINT_TYPE_TRACKTO:
1674 bTrackToConstraint *data;
1675 data = ((bTrackToConstraint*)con->data);
1676 data->tar = newlibadr(fd, id->lib, data->tar);
1679 case CONSTRAINT_TYPE_MINMAX:
1681 bMinMaxConstraint *data;
1682 data = ((bMinMaxConstraint*)con->data);
1683 data->tar = newlibadr(fd, id->lib, data->tar);
1686 case CONSTRAINT_TYPE_LOCKTRACK:
1688 bLockTrackConstraint *data;
1689 data= ((bLockTrackConstraint*)con->data);
1690 data->tar = newlibadr(fd, id->lib, data->tar);
1693 case CONSTRAINT_TYPE_FOLLOWPATH:
1695 bFollowPathConstraint *data;
1696 data= ((bFollowPathConstraint*)con->data);
1697 data->tar = newlibadr(fd, id->lib, data->tar);
1700 case CONSTRAINT_TYPE_STRETCHTO:
1702 bStretchToConstraint *data;
1703 data= ((bStretchToConstraint*)con->data);
1704 data->tar = newlibadr(fd, id->lib, data->tar);
1707 case CONSTRAINT_TYPE_RIGIDBODYJOINT:
1709 bRigidBodyJointConstraint *data;
1710 data= ((bRigidBodyJointConstraint*)con->data);
1711 data->tar = newlibadr(fd, id->lib, data->tar);
1714 case CONSTRAINT_TYPE_CLAMPTO:
1716 bClampToConstraint *data;
1717 data= ((bClampToConstraint*)con->data);
1718 data->tar = newlibadr(fd, id->lib, data->tar);
1721 case CONSTRAINT_TYPE_CHILDOF:
1723 bChildOfConstraint *data;
1724 data= ((bChildOfConstraint*)con->data);
1725 data->tar = newlibadr(fd, id->lib, data->tar);
1728 case CONSTRAINT_TYPE_TRANSFORM:
1730 bTransformConstraint *data;
1731 data= ((bTransformConstraint*)con->data);
1732 data->tar = newlibadr(fd, id->lib, data->tar);
1735 case CONSTRAINT_TYPE_NULL:
1741 static void direct_link_constraints(FileData *fd, ListBase *lb)
1746 for (cons=lb->first; cons; cons=cons->next) {
1747 cons->data = newdataadr(fd, cons->data);
1748 if (cons->type == CONSTRAINT_TYPE_PYTHON) {
1749 bPythonConstraint *data= cons->data;
1750 link_list(fd, &data->targets);
1751 data->prop = newdataadr(fd, data->prop);
1752 IDP_DirectLinkProperty(data->prop, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
1757 static void lib_link_pose(FileData *fd, Object *ob, bPose *pose)
1759 bPoseChannel *pchan;
1760 bArmature *arm= ob->data;
1766 /* always rebuild to match proxy or lib changes */
1767 rebuild= ob->proxy || (ob->id.lib==NULL && arm->id.lib);
1769 for (pchan = pose->chanbase.first; pchan; pchan=pchan->next) {
1770 lib_link_constraints(fd, (ID *)ob, &pchan->constraints);
1772 /* hurms... loop in a loop, but yah... later... (ton) */
1773 pchan->bone= get_named_bone(arm, pchan->name);
1775 pchan->custom= newlibadr(fd, arm->id.lib, pchan->custom);
1776 if(pchan->bone==NULL)
1778 else if(ob->id.lib==NULL && arm->id.lib) {
1779 /* local pose selection copied to armature, bit hackish */
1780 pchan->bone->flag &= ~(BONE_SELECTED|BONE_ACTIVE);
1781 pchan->bone->flag |= pchan->selectflag;
1786 ob->recalc= OB_RECALC;
1787 pose->flag |= POSE_RECALC;
1791 static void lib_link_armature(FileData *fd, Main *main)
1795 arm= main->armature.first;
1798 if(arm->id.flag & LIB_NEEDLINK) {
1799 arm->id.flag -= LIB_NEEDLINK;
1805 static void lib_link_action(FileData *fd, Main *main)
1808 bActionChannel *chan;
1810 act= main->action.first;
1812 if(act->id.flag & LIB_NEEDLINK) {
1813 act->id.flag -= LIB_NEEDLINK;
1815 for (chan=act->chanbase.first; chan; chan=chan->next) {
1816 chan->ipo= newlibadr_us(fd, act->id.lib, chan->ipo);
1817 lib_link_constraint_channels(fd, &act->id, &chan->constraintChannels);
1825 static void direct_link_bones(FileData *fd, Bone* bone)
1829 bone->parent= newdataadr(fd, bone->parent);
1831 link_list(fd, &bone->childbase);
1833 for (child=bone->childbase.first; child; child=child->next) {
1834 direct_link_bones(fd, child);
1839 static void direct_link_action(FileData *fd, bAction *act)
1841 bActionChannel *achan;
1843 link_list(fd, &act->chanbase);
1845 for (achan = act->chanbase.first; achan; achan=achan->next)
1846 link_list(fd, &achan->constraintChannels);
1850 static void direct_link_armature(FileData *fd, bArmature *arm)
1854 link_list(fd, &arm->bonebase);
1856 bone=arm->bonebase.first;
1858 direct_link_bones(fd, bone);
1863 /* ************ READ CAMERA ***************** */
1865 static void lib_link_camera(FileData *fd, Main *main)
1869 ca= main->camera.first;
1871 if(ca->id.flag & LIB_NEEDLINK) {
1873 ca->ipo= newlibadr_us(fd, ca->id.lib, ca->ipo);
1875 ca->dof_ob= newlibadr_us(fd, ca->id.lib, ca->dof_ob);
1877 lib_link_scriptlink(fd, &ca->id, &ca->scriptlink);
1879 ca->id.flag -= LIB_NEEDLINK;
1885 static void direct_link_camera(FileData *fd, Camera *ca)
1887 direct_link_scriptlink(fd, &ca->scriptlink);
1891 /* ************ READ LAMP ***************** */
1893 static void lib_link_lamp(FileData *fd, Main *main)
1899 la= main->lamp.first;
1901 if(la->id.flag & LIB_NEEDLINK) {
1903 for(a=0; a<MAX_MTEX; a++) {
1906 mtex->tex= newlibadr_us(fd, la->id.lib, mtex->tex);
1907 mtex->object= newlibadr(fd, la->id.lib, mtex->object);
1911 la->ipo= newlibadr_us(fd, la->id.lib, la->ipo);
1913 lib_link_scriptlink(fd, &la->id, &la->scriptlink);
1915 la->id.flag -= LIB_NEEDLINK;
1921 static void direct_link_lamp(FileData *fd, Lamp *la)
1925 direct_link_scriptlink(fd, &la->scriptlink);
1927 for(a=0; a<MAX_MTEX; a++) {
1928 la->mtex[a]= newdataadr(fd, la->mtex[a]);
1931 la->curfalloff= newdataadr(fd, la->curfalloff);
1933 direct_link_curvemapping(fd, la->curfalloff);
1935 la->preview = direct_link_preview_image(fd, la->preview);
1938 /* ************ READ keys ***************** */
1940 static void lib_link_key(FileData *fd, Main *main)
1944 key= main->key.first;
1946 if(key->id.flag & LIB_NEEDLINK) {
1948 key->ipo= newlibadr_us(fd, key->id.lib, key->ipo);
1949 key->from= newlibadr(fd, key->id.lib, key->from);
1951 key->id.flag -= LIB_NEEDLINK;
1957 static void switch_endian_keyblock(Key *key, KeyBlock *kb)
1960 char *data, *poin, *cp;
1962 elemsize= key->elemsize;
1965 for(a=0; a<kb->totelem; a++) {
1970 while( cp[0] ) { /* cp[0]==amount */
1972 switch(cp[1]) { /* cp[1]= type */
1978 SWITCH_INT((*poin));
1991 static void direct_link_key(FileData *fd, Key *key)
1995 link_list(fd, &(key->block));
1997 key->refkey= newdataadr(fd, key->refkey);
1999 kb= key->block.first;
2002 kb->data= newdataadr(fd, kb->data);
2004 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN)
2005 switch_endian_keyblock(key, kb);
2011 /* ************ READ mball ***************** */
2013 static void lib_link_mball(FileData *fd, Main *main)
2018 mb= main->mball.first;
2020 if(mb->id.flag & LIB_NEEDLINK) {
2022 for(a=0; a<mb->totcol; a++) mb->mat[a]= newlibadr_us(fd, mb->id.lib, mb->mat[a]);
2024 mb->ipo= newlibadr_us(fd, mb->id.lib, mb->ipo);
2026 mb->id.flag -= LIB_NEEDLINK;
2032 static void direct_link_mball(FileData *fd, MetaBall *mb)
2034 mb->mat= newdataadr(fd, mb->mat);
2035 test_pointer_array(fd, (void **)&mb->mat);
2037 link_list(fd, &(mb->elems));
2039 mb->disp.first= mb->disp.last= 0;
2044 /* ************ READ WORLD ***************** */
2046 static void lib_link_world(FileData *fd, Main *main)
2052 wrld= main->world.first;
2054 if(wrld->id.flag & LIB_NEEDLINK) {
2056 wrld->ipo= newlibadr_us(fd, wrld->id.lib, wrld->ipo);
2058 for(a=0; a<MAX_MTEX; a++) {
2059 mtex= wrld->mtex[a];
2061 mtex->tex= newlibadr_us(fd, wrld->id.lib, mtex->tex);
2062 mtex->object= newlibadr(fd, wrld->id.lib, mtex->object);
2066 lib_link_scriptlink(fd, &wrld->id, &wrld->scriptlink);
2068 wrld->id.flag -= LIB_NEEDLINK;
2070 wrld= wrld->id.next;
2074 static void direct_link_world(FileData *fd, World *wrld)
2078 direct_link_scriptlink(fd, &wrld->scriptlink);
2080 for(a=0; a<MAX_MTEX; a++) {
2081 wrld->mtex[a]= newdataadr(fd, wrld->mtex[a]);
2083 wrld->preview = direct_link_preview_image(fd, wrld->preview);
2087 /* ************ READ IPO ***************** */
2089 static void lib_link_ipo(FileData *fd, Main *main)
2093 ipo= main->ipo.first;
2095 if(ipo->id.flag & LIB_NEEDLINK) {
2097 for(icu= ipo->curve.first; icu; icu= icu->next) {
2099 icu->driver->ob= newlibadr(fd, ipo->id.lib, icu->driver->ob);
2101 ipo->id.flag -= LIB_NEEDLINK;
2107 static void direct_link_ipo(FileData *fd, Ipo *ipo)
2111 link_list(fd, &(ipo->curve));
2112 icu= ipo->curve.first;
2114 icu->bezt= newdataadr(fd, icu->bezt);
2115 icu->bp= newdataadr(fd, icu->bp);
2116 icu->driver= newdataadr(fd, icu->driver);
2121 /* ************ READ VFONT ***************** */
2123 static void lib_link_vfont(FileData *fd, Main *main)
2127 vf= main->vfont.first;
2129 if(vf->id.flag & LIB_NEEDLINK) {
2130 vf->id.flag -= LIB_NEEDLINK;
2136 static void direct_link_vfont(FileData *fd, VFont *vf)
2139 vf->packedfile= direct_link_packedfile(fd, vf->packedfile);
2142 /* ************ READ TEXT ****************** */
2144 static void lib_link_text(FileData *fd, Main *main)
2148 text= main->text.first;
2150 if(text->id.flag & LIB_NEEDLINK) {
2151 text->id.flag -= LIB_NEEDLINK;
2153 text= text->id.next;
2157 static void direct_link_text(FileData *fd, Text *text)
2161 text->name= newdataadr(fd, text->name);
2164 text->undo_len= TXT_INIT_UNDO;
2165 text->undo_buf= MEM_mallocN(text->undo_len, "undo buf");
2167 text->compiled= NULL;
2170 if(text->flags & TXT_ISEXT) {
2175 link_list(fd, &text->lines);
2177 text->curl= newdataadr(fd, text->curl);
2178 text->sell= newdataadr(fd, text->sell);
2180 ln= text->lines.first;
2182 ln->line= newdataadr(fd, ln->line);
2185 if (ln->len != (int) strlen(ln->line)) {
2186 printf("Error loading text, line lengths differ\n");
2187 ln->len = strlen(ln->line);
2193 text->flags = (text->flags|TXT_ISTMP) & ~TXT_ISEXT;
2198 /* ************ READ IMAGE ***************** */
2200 static void lib_link_image(FileData *fd, Main *main)
2204 ima= main->image.first;
2206 if(ima->id.flag & LIB_NEEDLINK) {
2207 if (ima->id.properties) IDP_LibLinkProperty(ima->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2209 ima->id.flag -= LIB_NEEDLINK;
2215 static void link_ibuf_list(FileData *fd, ListBase *lb)
2219 if(lb->first==NULL) return;
2221 lb->first= newimaadr(fd, lb->first);
2225 ln->next= newimaadr(fd, ln->next);
2233 static void direct_link_image(FileData *fd, Image *ima)
2235 /* for undo system, pointers could be restored */
2237 link_ibuf_list(fd, &ima->ibufs);
2239 ima->ibufs.first= ima->ibufs.last= NULL;
2241 /* if not restored, we keep the binded opengl index */
2242 if(ima->ibufs.first==NULL)
2249 ima->packedfile = direct_link_packedfile(fd, ima->packedfile);
2250 ima->preview = direct_link_preview_image(fd, ima->preview);
2255 /* ************ READ CURVE ***************** */
2257 static void lib_link_curve(FileData *fd, Main *main)
2262 cu= main->curve.first;
2264 if(cu->id.flag & LIB_NEEDLINK) {
2266 for(a=0; a<cu->totcol; a++) cu->mat[a]= newlibadr_us(fd, cu->id.lib, cu->mat[a]);
2268 cu->bevobj= newlibadr(fd, cu->id.lib, cu->bevobj);
2269 cu->taperobj= newlibadr(fd, cu->id.lib, cu->taperobj);
2270 cu->textoncurve= newlibadr(fd, cu->id.lib, cu->textoncurve);
2271 cu->vfont= newlibadr_us(fd, cu->id.lib, cu->vfont);
2272 cu->vfontb= newlibadr_us(fd, cu->id.lib, cu->vfontb);
2273 cu->vfonti= newlibadr_us(fd, cu->id.lib, cu->vfonti);
2274 cu->vfontbi= newlibadr_us(fd, cu->id.lib, cu->vfontbi);
2276 cu->ipo= newlibadr_us(fd, cu->id.lib, cu->ipo);
2277 cu->key= newlibadr_us(fd, cu->id.lib, cu->key);
2279 cu->id.flag -= LIB_NEEDLINK;
2286 static void switch_endian_knots(Nurb *nu)
2293 SWITCH_INT(nu->knotsu[len]);
2299 SWITCH_INT(nu->knotsv[len]);
2304 static void direct_link_curve(FileData *fd, Curve *cu)
2309 cu->mat= newdataadr(fd, cu->mat);
2310 test_pointer_array(fd, (void **)&cu->mat);
2311 cu->str= newdataadr(fd, cu->str);
2312 cu->strinfo= newdataadr(fd, cu->strinfo);
2313 cu->tb= newdataadr(fd, cu->tb);
2315 if(cu->vfont==0) link_list(fd, &(cu->nurb));
2317 cu->nurb.first=cu->nurb.last= 0;
2319 tb= MEM_callocN(MAXTEXTBOX*sizeof(TextBox), "TextBoxread");
2321 memcpy(tb, cu->tb, cu->totbox*sizeof(TextBox));
2328 cu->tb[0].w = cu->linewidth;
2330 if (cu->wordspace == 0.0) cu->wordspace = 1.0;
2333 cu->bev.first=cu->bev.last= 0;
2334 cu->disp.first=cu->disp.last= 0;
2339 nu->bezt= newdataadr(fd, nu->bezt);
2340 nu->bp= newdataadr(fd, nu->bp);
2341 nu->knotsu= newdataadr(fd, nu->knotsu);
2342 nu->knotsv= newdataadr(fd, nu->knotsv);
2343 if (cu->vfont==0) nu->charidx= nu->mat_nr;
2345 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
2346 switch_endian_knots(nu);
2354 /* ************ READ TEX ***************** */
2356 static void lib_link_texture(FileData *fd, Main *main)
2360 tex= main->tex.first;
2362 if(tex->id.flag & LIB_NEEDLINK) {
2364 tex->ima= newlibadr_us(fd, tex->id.lib, tex->ima);
2365 tex->ipo= newlibadr_us(fd, tex->id.lib, tex->ipo);
2366 if(tex->env) tex->env->object= newlibadr(fd, tex->id.lib, tex->env->object);
2368 tex->id.flag -= LIB_NEEDLINK;
2374 static void direct_link_texture(FileData *fd, Tex *tex)
2376 tex->plugin= newdataadr(fd, tex->plugin);
2378 tex->plugin->handle= 0;
2379 open_plugin_tex(tex->plugin);
2380 /* initialize data for this instance, if an initialization
2383 if (tex->plugin->instance_init)
2384 tex->plugin->instance_init((void *) tex->plugin->data);
2386 tex->coba= newdataadr(fd, tex->coba);
2387 tex->env= newdataadr(fd, tex->env);
2389 tex->env->ima= NULL;
2390 memset(tex->env->cube, 0, 6*sizeof(void *));
2393 tex->preview = direct_link_preview_image(fd, tex->preview);
2400 /* ************ READ MATERIAL ***************** */
2402 static void lib_link_material(FileData *fd, Main *main)
2408 ma= main->mat.first;
2410 if(ma->id.flag & LIB_NEEDLINK) {
2411 /*Link ID Properties -- and copy this comment EXACTLY for easy finding
2412 of library blocks that implement this.*/
2413 if (ma->id.properties) IDP_LibLinkProperty(ma->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2415 ma->ipo= newlibadr_us(fd, ma->id.lib, ma->ipo);
2416 ma->group= newlibadr_us(fd, ma->id.lib, ma->group);
2418 for(a=0; a<MAX_MTEX; a++) {
2421 mtex->tex= newlibadr_us(fd, ma->id.lib, mtex->tex);
2422 mtex->object= newlibadr(fd, ma->id.lib, mtex->object);
2425 lib_link_scriptlink(fd, &ma->id, &ma->scriptlink);
2428 lib_link_ntree(fd, &ma->id, ma->nodetree);
2430 ma->id.flag -= LIB_NEEDLINK;
2436 static void direct_link_material(FileData *fd, Material *ma)
2440 for(a=0; a<MAX_MTEX; a++) {
2441 ma->mtex[a]= newdataadr(fd, ma->mtex[a]);
2444 ma->ramp_col= newdataadr(fd, ma->ramp_col);
2445 ma->ramp_spec= newdataadr(fd, ma->ramp_spec);
2447 direct_link_scriptlink(fd, &ma->scriptlink);
2449 ma->nodetree= newdataadr(fd, ma->nodetree);
2451 direct_link_nodetree(fd, ma->nodetree);
2453 ma->preview = direct_link_preview_image(fd, ma->preview);
2456 /* ************ READ PARTICLE SETTINGS ***************** */
2458 static void lib_link_particlesettings(FileData *fd, Main *main)
2460 ParticleSettings *part;
2462 part= main->particle.first;
2464 if(part->id.flag & LIB_NEEDLINK) {
2465 part->ipo= newlibadr_us(fd, part->id.lib, part->ipo);
2466 part->dup_ob = newlibadr(fd, part->id.lib, part->dup_ob);
2467 part->dup_group = newlibadr(fd, part->id.lib, part->dup_group);
2468 part->eff_group = newlibadr(fd, part->id.lib, part->eff_group);
2469 part->bb_ob = newlibadr(fd, part->id.lib, part->bb_ob);
2470 part->id.flag -= LIB_NEEDLINK;
2472 part= part->id.next;
2476 static void direct_link_particlesettings(FileData *fd, ParticleSettings *part)
2478 part->pd= newdataadr(fd, part->pd);
2481 static void lib_link_particlesystems(FileData *fd, ID *id, ListBase *particles)
2483 ParticleSystem *psys;
2486 for(psys=particles->first; psys; psys=psys->next){
2488 psys->part = newlibadr_us(fd, id->lib, psys->part);
2489 psys->target_ob = newlibadr(fd, id->lib, psys->target_ob);
2490 psys->keyed_ob = newlibadr(fd, id->lib, psys->keyed_ob);
2492 for(a=0,pa=psys->particles; a<psys->totpart; a++,pa++){
2493 pa->stick_ob=newlibadr(fd, id->lib, pa->stick_ob);
2497 static void direct_link_particlesystems(FileData *fd, ListBase *particles)
2499 ParticleSystem *psys;
2502 for(psys=particles->first; psys; psys=psys->next) {
2503 psys->particles=newdataadr(fd,psys->particles);
2504 if(psys->particles && psys->particles->hair){
2505 ParticleData *pa = psys->particles;
2506 for(a=0; a<psys->totpart; a++, pa++)
2507 pa->hair=newdataadr(fd,pa->hair);
2509 psys->child=newdataadr(fd,psys->child);
2510 psys->effectors.first=psys->effectors.last=0;
2512 psys->soft= newdataadr(fd, psys->soft);
2514 SoftBody *sb = psys->soft;
2515 sb->particles = psys;
2516 sb->bpoint= NULL; // init pointers so it gets rebuilt nicely
2522 psys->pathcache = 0;
2523 psys->childcache = 0;
2524 psys->reactevents.first = psys->reactevents.last = 0;
2529 /* ************ READ MESH ***************** */
2531 static void lib_link_mtface(FileData *fd, Mesh *me, MTFace *mtface, int totface)
2536 for (i=0; i<totface; i++, tf++) {
2537 tf->tpage= newlibadr(fd, me->id.lib, tf->tpage);
2538 if(tf->tpage && tf->tpage->id.us==0)
2539 tf->tpage->id.us= 1;
2543 static void lib_link_customdata_mtface(FileData *fd, Mesh *me, CustomData *fdata, int totface)
2546 for(i=0; i<fdata->totlayer; i++) {
2547 CustomDataLayer *layer = &fdata->layers[i];
2549 if(layer->type == CD_MTFACE)
2550 lib_link_mtface(fd, me, layer->data, totface);
2555 static void lib_link_mesh(FileData *fd, Main *main)
2559 me= main->mesh.first;
2561 if(me->id.flag & LIB_NEEDLINK) {
2564 /*Link ID Properties -- and copy this comment EXACTLY for easy finding
2565 of library blocks that implement this.*/
2566 if (me->id.properties) IDP_LibLinkProperty(me->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2568 /* this check added for python created meshes */
2570 for(i=0; i<me->totcol; i++) {
2571 me->mat[i]= newlibadr_us(fd, me->id.lib, me->mat[i]);
2576 me->ipo= newlibadr_us(fd, me->id.lib, me->ipo);
2577 me->key= newlibadr_us(fd, me->id.lib, me->key);
2578 me->texcomesh= newlibadr_us(fd, me->id.lib, me->texcomesh);
2580 lib_link_customdata_mtface(fd, me, &me->fdata, me->totface);
2581 if(me->mr && me->mr->levels.first)
2582 lib_link_customdata_mtface(fd, me, &me->mr->fdata,
2583 ((MultiresLevel*)me->mr->levels.first)->totface);
2585 me->id.flag -= LIB_NEEDLINK;
2591 static void direct_link_dverts(FileData *fd, int count, MDeformVert *mdverts)
2598 for (i=0; i<count; i++) {
2599 mdverts[i].dw=newdataadr(fd, mdverts[i].dw);
2601 mdverts[i].totweight=0;
2605 static void direct_link_customdata(FileData *fd, CustomData *data, int count)
2609 data->layers= newdataadr(fd, data->layers);
2611 while (i < data->totlayer) {
2612 CustomDataLayer *layer = &data->layers[i];
2614 if (CustomData_verify_versions(data, i)) {
2615 layer->data = newdataadr(fd, layer->data);
2621 static void direct_link_mesh(FileData *fd, Mesh *mesh)
2623 mesh->mat= newdataadr(fd, mesh->mat);
2624 test_pointer_array(fd, (void **)&mesh->mat);
2626 mesh->mvert= newdataadr(fd, mesh->mvert);
2627 mesh->medge= newdataadr(fd, mesh->medge);
2628 mesh->mface= newdataadr(fd, mesh->mface);
2629 mesh->tface= newdataadr(fd, mesh->tface);
2630 mesh->mtface= newdataadr(fd, mesh->mtface);
2631 mesh->mcol= newdataadr(fd, mesh->mcol);
2632 mesh->msticky= newdataadr(fd, mesh->msticky);
2633 mesh->dvert= newdataadr(fd, mesh->dvert);
2635 /* Partial-mesh visibility (do this before using totvert, totface, or totedge!) */
2636 mesh->pv= newdataadr(fd, mesh->pv);
2638 mesh->pv->vert_map= newdataadr(fd, mesh->pv->vert_map);
2639 mesh->pv->edge_map= newdataadr(fd, mesh->pv->edge_map);
2640 mesh->pv->old_faces= newdataadr(fd, mesh->pv->old_faces);
2641 mesh->pv->old_edges= newdataadr(fd, mesh->pv->old_edges);
2644 /* normally direct_link_dverts should be called in direct_link_customdata,
2645 but for backwards compat in do_versions to work we do it here */
2646 direct_link_dverts(fd, mesh->pv ? mesh->pv->totvert : mesh->totvert, mesh->dvert);
2648 direct_link_customdata(fd, &mesh->vdata, mesh->pv ? mesh->pv->totvert : mesh->totvert);
2649 direct_link_customdata(fd, &mesh->edata, mesh->pv ? mesh->pv->totedge : mesh->totedge);
2650 direct_link_customdata(fd, &mesh->fdata, mesh->pv ? mesh->pv->totface : mesh->totface);
2653 mesh->mselect = NULL;
2656 mesh->mr= newdataadr(fd, mesh->mr);
2660 link_list(fd, &mesh->mr->levels);
2661 lvl= mesh->mr->levels.first;
2663 direct_link_customdata(fd, &mesh->mr->vdata, lvl->totvert);
2664 direct_link_dverts(fd, lvl->totvert, CustomData_get(&mesh->mr->vdata, 0, CD_MDEFORMVERT));
2665 direct_link_customdata(fd, &mesh->mr->fdata, lvl->totface);
2667 if(mesh->mr->edge_flags)
2668 mesh->mr->edge_flags= newdataadr(fd, mesh->mr->edge_flags);
2669 if(mesh->mr->edge_creases)
2670 mesh->mr->edge_creases= newdataadr(fd, mesh->mr->edge_creases);
2672 if(!mesh->mr->edge_flags)
2673 mesh->mr->edge_flags= MEM_callocN(sizeof(short)*lvl->totedge, "Multires Edge Flags");
2674 if(!mesh->mr->edge_creases)
2675 mesh->mr->edge_creases= MEM_callocN(sizeof(char)*lvl->totedge, "Multires Edge Creases");
2677 mesh->mr->verts = newdataadr(fd, mesh->mr->verts);
2679 for(; lvl; lvl= lvl->next) {
2680 lvl->verts= newdataadr(fd, lvl->verts);
2681 lvl->faces= newdataadr(fd, lvl->faces);
2682 lvl->edges= newdataadr(fd, lvl->edges);
2683 lvl->colfaces= newdataadr(fd, lvl->colfaces);
2684 lvl->edge_boundary_states= NULL;
2685 lvl->vert_face_map = lvl->vert_edge_map = NULL;
2690 if((fd->flags & FD_FLAGS_SWITCH_ENDIAN) && mesh->tface) {
2691 TFace *tf= mesh->tface;
2694 for (i=0; i< (mesh->pv ? mesh->pv->totface : mesh->totface); i++, tf++) {
2695 SWITCH_INT(tf->col[0]);
2696 SWITCH_INT(tf->col[1]);
2697 SWITCH_INT(tf->col[2]);
2698 SWITCH_INT(tf->col[3]);
2703 /* ************ READ LATTICE ***************** */
2705 static void lib_link_latt(FileData *fd, Main *main)
2709 lt= main->latt.first;
2711 if(lt->id.flag & LIB_NEEDLINK) {
2713 lt->ipo= newlibadr_us(fd, lt->id.lib, lt->ipo);
2714 lt->key= newlibadr_us(fd, lt->id.lib, lt->key);
2716 lt->id.flag -= LIB_NEEDLINK;
2722 static void direct_link_latt(FileData *fd, Lattice *lt)
2724 lt->def= newdataadr(fd, lt->def);
2726 lt->dvert= newdataadr(fd, lt->dvert);
2727 direct_link_dverts(fd, lt->pntsu*lt->pntsv*lt->pntsw, lt->dvert);
2731 /* ************ READ OBJECT ***************** */
2733 static void lib_link_modifiers__linkModifiers(void *userData, Object *ob,
2736 FileData *fd = userData;
2738 *idpoin = newlibadr(fd, ob->id.lib, *idpoin);
2739 /* hardcoded bad exception; non-object modifier data gets user count (texture, displace) */
2740 if(*idpoin && GS((*idpoin)->name)!=ID_OB)
2743 static void lib_link_modifiers(FileData *fd, Object *ob)
2745 modifiers_foreachIDLink(ob, lib_link_modifiers__linkModifiers, fd);
2748 static void lib_link_object(FileData *fd, Main *main)
2758 ob= main->object.first;
2760 if(ob->id.flag & LIB_NEEDLINK) {
2761 if (ob->id.properties) IDP_LibLinkProperty(ob->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
2763 ob->parent= newlibadr(fd, ob->id.lib, ob->parent);
2764 ob->track= newlibadr(fd, ob->id.lib, ob->track);
2765 ob->ipo= newlibadr_us(fd, ob->id.lib, ob->ipo);
2766 ob->action = newlibadr_us(fd, ob->id.lib, ob->action);
2767 ob->dup_group= newlibadr_us(fd, ob->id.lib, ob->dup_group);
2769 ob->proxy= newlibadr_us(fd, ob->id.lib, ob->proxy);
2771 /* paranoia check, actually a proxy_from pointer should never be written... */
2772 if(ob->proxy->id.lib==NULL) {
2773 ob->proxy->proxy_from= NULL;
2777 /* this triggers object_update to always use a copy */
2778 ob->proxy->proxy_from= ob;
2779 /* force proxy updates after load/undo, a bit weak */
2780 ob->recalc= ob->proxy->recalc= OB_RECALC;
2783 ob->proxy_group= newlibadr(fd, ob->id.lib, ob->proxy_group);
2786 ob->data= newlibadr_us(fd, ob->id.lib, ob->data);
2788 if(ob->data==NULL && poin!=NULL) {
2791 if(ob->id.lib) printf("Can't find obdata of %s lib %s\n", ob->id.name+2, ob->id.lib->name);
2792 else printf("Object %s lost data.", ob->id.name+2);
2795 free_pose_channels(ob->pose);
2796 MEM_freeN(ob->pose);
2798 ob->flag &= ~OB_POSEMODE;
2801 for(a=0; a<ob->totcol; a++) ob->mat[a]= newlibadr_us(fd, ob->id.lib, ob->mat[a]);
2803 ob->id.flag -= LIB_NEEDLINK;
2804 /* if id.us==0 a new base will be created later on */
2806 /* WARNING! Also check expand_object(), should reflect the stuff below. */
2807 lib_link_pose(fd, ob, ob->pose);
2808 lib_link_constraints(fd, &ob->id, &ob->constraints);
2809 lib_link_nlastrips(fd, &ob->id, &ob->nlastrips);
2810 lib_link_constraint_channels(fd, &ob->id, &ob->constraintChannels);
2812 for(paf= ob->effect.first; paf; paf= paf->next) {
2813 if(paf->type==EFF_PARTICLE) {
2814 paf->group= newlibadr_us(fd, ob->id.lib, paf->group);
2818 sens= ob->sensors.first;
2820 if(ob->id.lib==NULL) { // done in expand_main
2821 for(a=0; a<sens->totlinks; a++) {
2822 sens->links[a]= newglobadr(fd, sens->links[a]);
2825 if(sens->type==SENS_TOUCH) {
2826 bTouchSensor *ts= sens->data;
2827 ts->ma= newlibadr(fd, ob->id.lib, ts->ma);
2829 else if(sens->type==SENS_MESSAGE) {
2830 bMessageSensor *ms= sens->data;
2832 newlibadr(fd, ob->id.lib, ms->fromObject);
2837 cont= ob->controllers.first;
2839 if(ob->id.lib==NULL) { // done in expand_main
2840 for(a=0; a<cont->totlinks; a++) {
2841 cont->links[a]= newglobadr(fd, cont->links[a]);
2844 if(cont->type==CONT_PYTHON) {
2845 bPythonCont *pc= cont->data;
2846 pc->text= newlibadr(fd, ob->id.lib, pc->text);
2854 act= ob->actuators.first;
2856 if(act->type==ACT_SOUND) {
2857 bSoundActuator *sa= act->data;
2858 sa->sound= newlibadr_us(fd, ob->id.lib, sa->sound);
2860 else if(act->type==ACT_CD) {
2861 /* bCDActuator *cda= act->data; */
2863 else if(act->type==ACT_GAME) {
2864 /* bGameActuator *ga= act->data; */
2866 else if(act->type==ACT_CAMERA) {
2867 bCameraActuator *ca= act->data;
2868 ca->ob= newlibadr(fd, ob->id.lib, ca->ob);
2870 /* leave this one, it's obsolete but necessary to read for conversion */
2871 else if(act->type==ACT_ADD_OBJECT) {
2872 bAddObjectActuator *eoa= act->data;
2873 if(eoa) eoa->ob= newlibadr(fd, ob->id.lib, eoa->ob);
2875 else if(act->type==ACT_EDIT_OBJECT) {
2876 bEditObjectActuator *eoa= act->data;
2881 eoa->ob= newlibadr(fd, ob->id.lib, eoa->ob);
2882 eoa->me= newlibadr(fd, ob->id.lib, eoa->me);
2885 else if(act->type==ACT_SCENE) {
2886 bSceneActuator *sa= act->data;
2887 sa->camera= newlibadr(fd, ob->id.lib, sa->camera);
2888 sa->scene= newlibadr(fd, ob->id.lib, sa->scene);
2890 else if(act->type==ACT_ACTION) {
2891 bActionActuator *aa= act->data;
2892 aa->act= newlibadr(fd, ob->id.lib, aa->act);
2894 else if(act->type==ACT_PROPERTY) {
2895 bPropertyActuator *pa= act->data;
2896 pa->ob= newlibadr(fd, ob->id.lib, pa->ob);
2898 else if(act->type==ACT_MESSAGE) {
2899 bMessageActuator *ma= act->data;
2900 ma->toObject= newlibadr(fd, ob->id.lib, ma->toObject);
2905 if(ob->fluidsimSettings) {
2906 ob->fluidsimSettings->ipo = newlibadr_us(fd, ob->id.lib, ob->fluidsimSettings->ipo);
2912 ob->pd->tex=newlibadr_us(fd, ob->id.lib, ob->pd->tex);
2914 lib_link_scriptlink(fd, &ob->id, &ob->scriptlink);
2915 lib_link_particlesystems(fd, &ob->id, &ob->particlesystem);
2916 lib_link_modifiers(fd, ob);
2921 if(warn); //XXX error("WARNING IN CONSOLE");
2925 static void direct_link_pose(FileData *fd, bPose *pose) {
2927 bPoseChannel *pchan;
2932 link_list(fd, &pose->chanbase);
2934 for (pchan = pose->chanbase.first; pchan; pchan=pchan->next) {
2936 pchan->parent= newdataadr(fd, pchan->parent);
2937 pchan->child= newdataadr(fd, pchan->child);
2938 direct_link_constraints(fd, &pchan->constraints);
2939 pchan->iktree.first= pchan->iktree.last= NULL;
2945 static void direct_link_modifiers(FileData *fd, ListBase *lb)
2951 for (md=lb->first; md; md=md->next) {
2954 /* if modifiers disappear, or for upward compatibility */
2955 if(NULL==modifierType_getInfo(md->type))
2956 md->type= eModifierType_None;
2958 if (md->type==eModifierType_Subsurf) {
2959 SubsurfModifierData *smd = (SubsurfModifierData*) md;
2961 smd->emCache = smd->mCache = 0;
2962 } else if (md->type==eModifierType_Hook) {
2963 HookModifierData *hmd = (HookModifierData*) md;
2965 hmd->indexar= newdataadr(fd, hmd->indexar);
2966 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
2968 for(a=0; a<hmd->totindex; a++) {
2969 SWITCH_INT(hmd->indexar[a]);
2972 } else if (md->type==eModifierType_ParticleSystem) {
2973 ParticleSystemModifierData *psmd = (ParticleSystemModifierData*) md;
2976 psmd->psys=newdataadr(fd, psmd->psys);
2977 psmd->flag &= ~eParticleSystemFlag_psys_updated;
2978 } else if (md->type==eModifierType_Explode) {
2979 ExplodeModifierData *psmd = (ExplodeModifierData*) md;
2983 else if (md->type==eModifierType_MeshDeform) {
2984 MeshDeformModifierData *mmd = (MeshDeformModifierData*) md;
2986 mmd->bindweights= newdataadr(fd, mmd->bindweights);
2987 mmd->bindcos= newdataadr(fd, mmd->bindcos);
2988 mmd->dyngrid= newdataadr(fd, mmd->dyngrid);
2989 mmd->dyninfluences= newdataadr(fd, mmd->dyninfluences);
2990 mmd->dynverts= newdataadr(fd, mmd->dynverts);
2992 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
2995 if(mmd->bindweights)
2996 for(a=0; a<mmd->totcagevert*mmd->totvert; a++)
2997 SWITCH_INT(mmd->bindweights[a])
2999 for(a=0; a<mmd->totcagevert*3; a++)
3000 SWITCH_INT(mmd->bindcos[a])
3002 for(a=0; a<mmd->totvert; a++)
3003 SWITCH_INT(mmd->dynverts[a])
3009 static void direct_link_nlastrips(FileData *fd, ListBase *strips)
3011 bActionStrip *strip;
3013 link_list(fd, strips);
3015 for(strip= strips->first; strip; strip= strip->next)
3016 link_list(fd, &strip->modifiers);
3019 static void direct_link_object(FileData *fd, Object *ob)
3028 /* weak weak... this was only meant as draw flag, now is used in give_base too */
3029 ob->flag &= ~OB_FROMGROUP;
3031 ob->disp.first=ob->disp.last= NULL;
3033 ob->pose= newdataadr(fd, ob->pose);
3034 direct_link_pose(fd, ob->pose);
3036 link_list(fd, &ob->defbase);
3037 direct_link_nlastrips(fd, &ob->nlastrips);
3038 link_list(fd, &ob->constraintChannels);
3040 direct_link_scriptlink(fd, &ob->scriptlink);
3042 ob->mat= newdataadr(fd, ob->mat);
3043 test_pointer_array(fd, (void **)&ob->mat);
3045 /* do it here, below old data gets converted */
3046 direct_link_modifiers(fd, &ob->modifiers);
3048 link_list(fd, &ob->effect);
3049 paf= ob->effect.first;
3051 if(paf->type==EFF_PARTICLE) {
3054 if(paf->type==EFF_WAVE) {
3055 WaveEff *wav = (WaveEff*) paf;
3056 PartEff *next = paf->next;
3057 WaveModifierData *wmd = (WaveModifierData*) modifier_new(eModifierType_Wave);
3059 wmd->damp = wav->damp;
3060 wmd->flag = wav->flag;
3061 wmd->height = wav->height;
3062 wmd->lifetime = wav->lifetime;
3063 wmd->narrow = wav->narrow;
3064 wmd->speed = wav->speed;
3065 wmd->startx = wav->startx;
3066 wmd->starty = wav->startx;
3067 wmd->timeoffs = wav->timeoffs;
3068 wmd->width = wav->width;
3070 BLI_addtail(&ob->modifiers, wmd);
3072 BLI_remlink(&ob->effect, paf);
3078 if(paf->type==EFF_BUILD) {
3079 BuildEff *baf = (BuildEff*) paf;
3080 PartEff *next = paf->next;
3081 BuildModifierData *bmd = (BuildModifierData*) modifier_new(eModifierType_Build);
3083 bmd->start = baf->sfra;
3084 bmd->length = baf->len;
3088 BLI_addtail(&ob->modifiers, bmd);
3090 BLI_remlink(&ob->effect, paf);
3099 ob->pd= newdataadr(fd, ob->pd);
3100 ob->soft= newdataadr(fd, ob->soft);
3102 SoftBody *sb= ob->soft;
3104 sb->bpoint= NULL; // init pointers so it gets rebuilt nicely
3108 /* although not used anymore */
3109 /* still have to be loaded to be compatible with old files */
3110 sb->keys= newdataadr(fd, sb->keys);
3111 test_pointer_array(fd, (void **)&sb->keys);
3113 for(a=0; a<sb->totkey; a++) {
3114 sb->keys[a]= newdataadr(fd, sb->keys[a]);
3118 ob->fluidsimSettings= newdataadr(fd, ob->fluidsimSettings); /* NT */
3119 if(ob->fluidsimSettings) {
3120 // reinit mesh pointers
3121 ob->fluidsimSettings->orgMesh = NULL; //ob->data;
3122 ob->fluidsimSettings->meshSurface = NULL;
3123 ob->fluidsimSettings->meshBB = NULL;
3124 ob->fluidsimSettings->meshSurfNormals = NULL;
3127 link_list(fd, &ob->particlesystem);
3128 direct_link_particlesystems(fd,&ob->particlesystem);
3130 link_list(fd, &ob->prop);
3131 prop= ob->prop.first;
3133 prop->poin= newdataadr(fd, prop->poin);
3134 if(prop->poin==0) prop->poin= &prop->data;
3138 link_list(fd, &ob->sensors);
3139 sens= ob->sensors.first;
3141 sens->data= newdataadr(fd, sens->data);
3142 sens->links= newdataadr(fd, sens->links);
3143 test_pointer_array(fd, (void **)&sens->links);
3147 direct_link_constraints(fd, &ob->constraints);
3149 link_glob_list(fd, &ob->controllers);
3150 cont= ob->controllers.first;
3152 cont->data= newdataadr(fd, cont->data);
3153 cont->links= newdataadr(fd, cont->links);
3154 test_pointer_array(fd, (void **)&cont->links);
3158 link_glob_list(fd, &ob->actuators);
3159 act= ob->actuators.first;
3161 act->data= newdataadr(fd, act->data);
3165 link_list(fd, &ob->hooks);
3166 while (ob->hooks.first) {
3167 ObHook *hook = ob->hooks.first;
3168 HookModifierData *hmd = (HookModifierData*) modifier_new(eModifierType_Hook);
3170 hook->indexar= newdataadr(fd, hook->indexar);
3171 if(fd->flags & FD_FLAGS_SWITCH_ENDIAN) {
3173 for(a=0; a<hook->totindex; a++) {
3174 SWITCH_INT(hook->indexar[a]);
3178 /* Do conversion here because if we have loaded
3179 * a hook we need to make sure it gets converted
3180 * and free'd, regardless of version.
3182 VECCOPY(hmd->cent, hook->cent);
3183 hmd->falloff = hook->falloff;
3184 hmd->force = hook->force;
3185 hmd->indexar = hook->indexar;
3186 hmd->object = hook->parent;
3187 memcpy(hmd->parentinv, hook->parentinv, sizeof(hmd->parentinv));
3188 hmd->totindex = hook->totindex;
3190 BLI_addhead(&ob->modifiers, hmd);
3191 BLI_remlink(&ob->hooks, hook);
3197 ob->derivedDeform= NULL;
3198 ob->derivedFinal= NULL;
3201 /* ************ READ SCENE ***************** */
3203 static void lib_link_scene(FileData *fd, Main *main)
3209 SceneRenderLayer *srl;
3212 sce= main->scene.first;
3214 if(sce->id.flag & LIB_NEEDLINK) {
3215 /*Link ID Properties -- and copy this comment EXACTLY for easy finding
3216 of library blocks that implement this.*/
3217 if (sce->id.properties) IDP_LibLinkProperty(sce->id.properties, (fd->flags & FD_FLAGS_SWITCH_ENDIAN), fd);
3219 sce->camera= newlibadr(fd, sce->id.lib, sce->camera);
3220 sce->world= newlibadr_us(fd, sce->id.lib, sce->world);
3221 sce->set= newlibadr(fd, sce->id.lib, sce->set);
3222 sce->ima= newlibadr_us(fd, sce->id.lib, sce->ima);
3223 sce->toolsettings->imapaint.brush=
3224 newlibadr_us(fd, sce->id.lib, sce->toolsettings->imapaint.brush);
3226 /* Sculptdata textures */
3227 for(a=0; a<MAX_MTEX; ++a) {
3228 MTex *mtex= sce->sculptdata.mtex[a];
3230 mtex->tex= newlibadr_us(fd, sce->id.lib, mtex->tex);
3233 for(base= sce->base.first; base; base= next) {
3236 /* base->object= newlibadr_us(fd, sce->id.lib, base->object); */
3237 base->object= newlibadr_us(fd, sce->id.lib, base->object);
3239 /* when save during radiotool, needs cleared */
3240 base->flag &= ~OB_RADIO;