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

Pablo Diaz-Gutierrez ihaveajob at gmail.com
Wed Aug 24 12:22:17 CEST 2005


pdg (Pablo Diaz-Gutierrez) 2005/08/24 12:22:17 CEST

  Modified files:        (Branch: pdg)
    soc-blender/sketching/src Polyhedron.cpp Vertex.cpp main.cpp 
                              sketch_type.cpp 
  
  Log:
  Surface generation integrated.
  
  After drawing a sketch and properly indicating the edges that form each edge, a
  surface is generated to fit the input.
  
  Two new controls have been added, to modify the parameters of the surface generation.
  The most important is the number of iterations of the surface smoothing.
  
  To do (long term improvements):
  - Improve the stability of the mesh smoothing.
  - Automate the identification of faces of the sketch (right now it is the most time
  consuming task, hence should have high priority).
  - Integrate with the Blender source tree.
  
  Revision  Changes    Path
  1.1.2.4   +12 -9     soc-blender/sketching/src/Attic/Polyhedron.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/Polyhedron.cpp.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.2   +3 -1      soc-blender/sketching/src/Attic/Vertex.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/Vertex.cpp.diff?r1=1.1.2&r2=1.1.2.2&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.11  +19 -6     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.11&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.14  +7 -9      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.14&cvsroot=soc-2005&only_with_tag=pdg>


More information about the Soc-2005-cvs mailing list