Blender Git Loki
Git Commits -> Revision d8797f3
Revision d8797f3 by Ton Roosendaal (master) December 8, 2004, 19:08 (GMT) |
Bug fix based on bug report Chris Burt, IRC. Appending objects with constraints expands links to objects (according code) but doesn't give such objects a link to Scene. Apprently, somewhere in NaN days, someone commented a call, which already invoked comments... here's the full code + comments now: /* give a base to loose objects */ give_base_to_objects(G.scene, &(G.main->object)); /* has been removed... erm, why? (ton) */ /* 20040907: looks like they are give base already in append_named_part(); -Nathan L */ /* 20041208: put back. It only linked direct, not indirect objects (ton) */ :-) |
Commit Details:
Full Hash: d8797f36f7c43959fed5ec3deb31fff12a0b161b
SVN Revision: 3620
Parent Commit: ef4ac2b
Lines Changed: +13, -18
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+13, -18) (Diff)