[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern readfile.c blender/source/blender/makesdna DNA_ID.h blender/source/blender/src filesel.c

Ton Roosendaal ton at blender.org
Wed Jan 4 20:05:24 CET 2006


ton (Ton Roosendaal) 2006/01/04 20:05:24 CET

  Modified files:        (Branch: orange)
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/makesdna DNA_ID.h 
    blender/source/blender/src filesel.c 
  
  Log:
  Orange; relative path fix for libraries.
  
  - On linking stuff from libraries, each relative path now is relative with
    respect to the file that uses the library.
  
  This way you can make libraries that use other libraries, and link them
  in your project with an entire different relative path.
  
  The commit also fixes issues when mixing up relative or non-relative paths.
  
  Now after this I need to commit something cool, so the orangers will update
  and check! :)
  
  Revision  Changes    Path
  1.214.2.30 +39 -72    blender/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/readfile.c.diff?r1=1.214.2.29&r2=1.214.2.30&cvsroot=bf-blender>
  1.10.2.3  +2 -1      blender/source/blender/makesdna/DNA_ID.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_ID.h.diff?r1=1.10.2.2&r2=1.10.2.3&cvsroot=bf-blender>
  1.68.2.6  +2 -2      blender/source/blender/src/filesel.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/filesel.c.diff?r1=1.68.2.5&r2=1.68.2.6&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list