[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel SConscript

Stephen Swaney sswaney at centurytel.net
Tue Mar 22 08:45:20 CET 2005


stiv (Stephen Swaney) 2005/03/22 08:45:20 CET

  Modified files:
    blender/source/blender/blenkernel SConscript 
  
  Log:
  add files for Daniel Dunbar's new CCGSUBSURFLIB work to SCons build.
  This commit *only* adds the new files.
  
  Since this is an experimental feature, it is NOT enabled by default.
  
  At the moment, you can turn it on by editing the toplevel SConstruct
  file.  NOTE:  this is a hack.  it will be done properly later!
  
  To enable this experimental feature,
  add the following line after the line that starts with 'extra_flags = ['
  
      extra_flags.append( '-DUSE_CCGSUBSURFLIB' )
  
  Revision  Changes    Path
  1.8       +6 -1      blender/source/blender/blenkernel/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/SConscript.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list