[Soc-2005-cvs] CVS commit: soc-blender/intern/boolop/intern BOP_Material.cpp soc-blender/intern/bsp/intern BSP_CSGMesh.cpp BSP_CSGMesh.h soc-blender/source/blender/src booleanops.c

Marc Freixas mfreixas at lsi.upc.edu
Fri Oct 28 18:54:36 CEST 2005


mfreixas (Marc Freixas) 2005/10/28 18:54:36 CEST

  Modified files:        (Branch: mfreixas)
    soc-blender/intern/boolop/intern BOP_Material.cpp 
    soc-blender/intern/bsp/intern BSP_CSGMesh.cpp BSP_CSGMesh.h 
    soc-blender/source/blender/src booleanops.c 
  
  Log:
  (recommit with forgotten files)
  
  Double deleting of the same memory region bug has been fixed.
    All smart pointers of the BSP_CSGMesh class have been changed by normal pointers. Now, the deletion of the class is in explicit
    mode (no implicit).
  
    Future work:
    Directly connection of the source/blender/src/booleanops.c code to BOP module, without passing through "old" BSP module.
  
  Revision  Changes    Path
  1.1.2.5   +176 -176  soc-blender/intern/boolop/intern/Attic/BOP_Material.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/boolop/intern/Attic/BOP_Material.cpp.diff?r1=1.1.2&r2=1.1.2.5&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.1 +893 -881  soc-blender/intern/bsp/intern/BSP_CSGMesh.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/bsp/intern/BSP_CSGMesh.cpp.diff?r1=1.1.1.1.8&r2=1.1.1.1.8.1&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.1 +344 -345  soc-blender/intern/bsp/intern/BSP_CSGMesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/bsp/intern/BSP_CSGMesh.h.diff?r1=1.1.1.1.8&r2=1.1.1.1.8.1&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.9 +0 -0      soc-blender/source/blender/src/booleanops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/booleanops.c.diff?r1=1.1.1.1.8&r2=1.1.1.1.8.9&cvsroot=soc-2005&only_with_tag=mfreixas>


More information about the Soc-2005-cvs mailing list