[Bf-blender-cvs] CVS commit: blender/intern Makefile blender/source nan_definitions.mk Makefile blender/source/blender/src booleanops.c

Alexander Ewering blender at instinctive.de
Fri Oct 28 21:54:16 CEST 2005


intrr (Alexander Ewering) 2005/10/28 21:54:16 CEST

  Modified files:
    blender/intern       Makefile 
    blender/source       nan_definitions.mk Makefile 
    blender/source/blender/src booleanops.c 
  
  Log:
  Somehow, most files are missing from this commit, and I have no idea why,
  so there will be more files following.
  
  Anyway: NEW BOOLEANS from Google Summer of Code (Courtesy of Marc Freixas)
  
  Known problems:
  
   - Random freezes while using them as a modifier. This may not be directly
     related to modifiers though - it's maybe just the huge number of
     operations that leads to a higher probability of triggering a bug
  
   - Static booleans (the first 3 entries in the WKEY menu) are borked
     anyway, this is not due to this commit.
  
   - Errors when exiting Blender (dupli_alloc stuff), is not related to this
     commit, either.
  
  Please test if everything works, and check the other build systems, I only
  know that make works.
  
  Also, compare the results of, say, cube-cylinder, in old and new booleans
  :)
  
  Revision  Changes    Path
  1.17      +2 -2      blender/intern/Makefile
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/Makefile.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.76      +10 -9     blender/source/nan_definitions.mk
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/nan_definitions.mk.diff?r1=1.75&r2=1.76&cvsroot=bf-blender>
  1.93      +2 -1      blender/source/Makefile
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/Makefile.diff?r1=1.92&r2=1.93&cvsroot=bf-blender>
  1.19      +18 -7     blender/source/blender/src/booleanops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/booleanops.c.diff?r1=1.18&r2=1.19&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list