Blender Git Commit Log

Git Commits -> Revision 438331a

Revision 438331a by Ton Roosendaal (master)
April 22, 2004, 19:58 (GMT)
Nasty Library linking and appending stuff!

Problem: when appending data, it called the local_all() function, which
indeed made all data local, including all other dynamic linked data.
Not very nice... but mixing dynamic & appending data from single file is
headcrunching code.

Solution: when appending data, it now only makes local_all() the data from
that specific library file, leaving dynamic data from other files linked.

(Bug report 1183)

Commit Details:

Full Hash: 438331af8e4679a0dcd3c32b95a71861c38b75c1
SVN Revision: 2377
Parent Commit: 66578d2
Lines Changed: +25, -31

5 Modified Paths:

/source/blender/blenkernel/BKE_library.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/library.c (+13, -27) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/src/editobject.c (+1, -1) (Diff)
/source/blender/src/filesel.c (+9, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021