Blender Git Commit Log
Git Commits -> Revision c7183d2
Revision c7183d2 by Campbell Barton (master) March 31, 2011, 11:21 (GMT) |
library linked modifiers were not having their ID linked expanded properly. was missing array cap ends, wave map object and shrinkwrap objects. use modifiers_foreachIDLink() rather then having to list all modifiers ID's in this function. also add foreachIDLink() for smoke domain. This fixes a bug where a linked object has as a modifier using an indirectly linked object for the missing cases mentioned above. |
Commit Details:
Full Hash: c7183d2622a0cba5e07653daa4a5aca9ad9ed9cc
SVN Revision: 35918
Parent Commit: 75cd392
Lines Changed: +28, -43