[Soc-2005-cvs] CVS commit: soc-blender/sketching/include Polyhedron.h sketch_type.h util.h soc-blender/sketching/src Polyhedron.cpp main.cpp sketch_type.cpp util.cpp

Pablo Diaz-Gutierrez ihaveajob at gmail.com
Tue Aug 23 01:24:00 CEST 2005


pdg (Pablo Diaz-Gutierrez) 2005/08/23 01:24:00 CEST

  Modified files:        (Branch: pdg)
    soc-blender/sketching/include sketch_type.h util.h 
    soc-blender/sketching/src main.cpp sketch_type.cpp util.cpp 
  Added files:           (Branch: pdg)
    soc-blender/sketching/include Polyhedron.h 
    soc-blender/sketching/src Polyhedron.cpp 
  
  Log:
  Integration of mesh skinning code.
  
  The old code for mesh skinning has been integrated to interoperate with the program
  and the Sketch* data structures. It hasn't been tested yet, though :). The main
  class involved is Polyhedron, described in the two new files.
  
  To do:
  - Manually identify surface patches.
  - Actually call these new routines and test them.
  
  Revision  Changes    Path
  1.1.2.9   +11 -2     soc-blender/sketching/include/Attic/sketch_type.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/include/Attic/sketch_type.h.diff?r1=1.1.2&r2=1.1.2.9&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.4   +29 -1     soc-blender/sketching/include/Attic/util.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/include/Attic/util.h.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.6   +8 -2      soc-blender/sketching/src/Attic/main.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/main.cpp.diff?r1=1.1.2&r2=1.1.2.6&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.9   +140 -8    soc-blender/sketching/src/Attic/sketch_type.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/sketch_type.cpp.diff?r1=1.1.2&r2=1.1.2.9&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.4   +105 -3    soc-blender/sketching/src/Attic/util.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/util.cpp.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>


More information about the Soc-2005-cvs mailing list