[Soc-2005-cvs] CVS commit: soc-blender/intern/boolop/intern BOP_Face2Face.cpp BOP_Interface.cpp BOP_Material.h BOP_MaterialContainer.cpp soc-blender/intern/bsp/intern BSP_CSGMesh_CFIterator.h CSG_BooleanOps.cpp soc-blender/source/blender/src booleanops.c

Marc Freixas mfreixas at lsi.upc.edu
Fri Oct 28 18:43:00 CEST 2005


mfreixas (Marc Freixas) 2005/10/28 18:43:00 CEST

  Modified files:        (Branch: mfreixas)
    soc-blender/intern/boolop/intern BOP_Face2Face.cpp 
                                     BOP_Interface.cpp 
                                     BOP_Material.h 
                                     BOP_MaterialContainer.cpp 
    soc-blender/intern/bsp/intern BSP_CSGMesh_CFIterator.h 
                                  CSG_BooleanOps.cpp 
    soc-blender/source/blender/src booleanops.c 
  
  Log:
  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.3   +2 -1      soc-blender/intern/boolop/intern/Attic/BOP_Face2Face.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/boolop/intern/Attic/BOP_Face2Face.cpp.diff?r1=1.1.2&r2=1.1.2.3&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.2.7   +603 -603  soc-blender/intern/boolop/intern/Attic/BOP_Interface.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/boolop/intern/Attic/BOP_Interface.cpp.diff?r1=1.1.2&r2=1.1.2.7&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.2.4   +80 -80    soc-blender/intern/boolop/intern/Attic/BOP_Material.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/boolop/intern/Attic/BOP_Material.h.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.2.4   +242 -242  soc-blender/intern/boolop/intern/Attic/BOP_MaterialContainer.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/boolop/intern/Attic/BOP_MaterialContainer.cpp.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.2 +305 -305  soc-blender/intern/bsp/intern/BSP_CSGMesh_CFIterator.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/bsp/intern/BSP_CSGMesh_CFIterator.h.diff?r1=1.1.1.1.8&r2=1.1.1.1.8.2&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.5 +218 -216  soc-blender/intern/bsp/intern/CSG_BooleanOps.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/bsp/intern/CSG_BooleanOps.cpp.diff?r1=1.1.1.1.8&r2=1.1.1.1.8.5&cvsroot=soc-2005&only_with_tag=mfreixas>
  1.1.1.1.8.8 +825 -825  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.8&cvsroot=soc-2005&only_with_tag=mfreixas>


More information about the Soc-2005-cvs mailing list