[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern readfile.c

Ton Roosendaal ton at blender.org
Wed Dec 8 20:08:37 CET 2004


ton (Ton Roosendaal) 2004/12/08 20:08:37 CET

  Modified files:
    blender/source/blender/blenloader/intern readfile.c 
  
  Log:
  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) */
  
  :-)
  
  Revision  Changes    Path
  1.98      +14 -19    blender/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/readfile.c.diff?r1=1.97&r2=1.98&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list