Blender Git Commit Log
Git Commits -> Revision 2cec60e
Revision 2cec60e by Campbell Barton (master) April 25, 2010, 00:19 (GMT) |
fix for a library linking problem where a proxy object linked into a blend would cause the proxy, driver's ID to be directly linked as well. eg. character.blend -> anim.blend -> comp.blend ... Would link the character.blend directly into comp.blend because on driver ID's. In this case id_lib_extern doenst need to be called because the object its linked from is a library. |
Commit Details:
Full Hash: 2cec60e2ebd243e3bf3216c70f465a717b9de29a
SVN Revision: 28405
Parent Commit: d0328d6
Lines Changed: +12, -6