[Bf-blender-cvs] CVS commit: blender/source/blender/yafray/intern export_Plugin.cpp export_Plugin.h yafexternal.h

Alejandro Conty Estevez conty at yafray.org
Thu Jun 17 13:24:31 CEST 2004


jandro (Alejandro Conty Estevez) 2004/06/17 13:24:31 CEST

  Modified files:
    blender/source/blender/yafray/intern export_Plugin.cpp 
                                         export_Plugin.h 
                                         yafexternal.h 
  
  Log:
  These are changes necessary for building with msvc in a near future.
  Just making sure memory is always allocated and freed in the same
  binary  object, which seems to be mandatory on msvc if you don't have
  the comercial version. If you are using this code you need to
  syncronize with yafray cvs also, or it won't work. Binaries for os x
  are updated in the link I gave in my last commit.
  
  Revision  Changes    Path
  1.2       +38 -41    blender/source/blender/yafray/intern/export_Plugin.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_Plugin.cpp.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.2       +6 -6      blender/source/blender/yafray/intern/export_Plugin.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/export_Plugin.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.2       +2 -2      blender/source/blender/yafray/intern/yafexternal.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/yafray/intern/yafexternal.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list