[Soc-2005-cvs] CVS commit: soc-blender/intern/nurbana/intern NURBS_Generate.cpp Object_Base.cpp libNurbana.cpp

Emmanuel Stone emmanuel.stone at gmail.com
Thu Aug 18 20:00:04 CEST 2005


eman (Emmanuel Stone) 2005/08/18 20:00:04 CEST

  Modified files:        (Branch: eman)
    soc-blender/intern/nurbana/intern NURBS_Generate.cpp 
                                      Object_Base.cpp 
                                      libNurbana.cpp 
  
  Log:
  Changes to resolution code.
  I attempted to mimic Blender's current resolution technique, which is a value per control point to control point segment.
  This proved to be incompatible with libNurbana's method (even after some hacking to see).
  This means that at the moment, nurbs resolution value is for the whole curve, which seems more intuitive to me.
  Old .blend files will probably display with slightly lower resolution with new code than old.
  Should be trivial to approximate old resolution if needsbe.
  
  Revision  Changes    Path
  1.1.2.13  +2 -2      soc-blender/intern/nurbana/intern/Attic/NURBS_Generate.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/nurbana/intern/Attic/NURBS_Generate.cpp.diff?r1=1.1.2&r2=1.1.2.13&cvsroot=soc-2005&only_with_tag=eman>
  1.1.2.8   +1 -1      soc-blender/intern/nurbana/intern/Attic/Object_Base.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/nurbana/intern/Attic/Object_Base.cpp.diff?r1=1.1.2&r2=1.1.2.8&cvsroot=soc-2005&only_with_tag=eman>
  1.1.2.12  +20 -11    soc-blender/intern/nurbana/intern/Attic/libNurbana.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/intern/nurbana/intern/Attic/libNurbana.cpp.diff?r1=1.1.2&r2=1.1.2.12&cvsroot=soc-2005&only_with_tag=eman>


More information about the Soc-2005-cvs mailing list