Blender Git Loki
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