[Soc-2006-cvs] CVS commit: soc-blender/source/blender/blenkernel/intern DerivedMesh.c mesh.c soc-blender/source/blender/makesdna DNA_meshdata_types.h soc-blender/source/blender/src buttons_editing.c multires.c sculptmode.c

Nicholas Bishop nicholasbishop at gmail.com
Mon Jul 10 01:06:57 CEST 2006


nicholasbishop (Nicholas Bishop) 2006/07/10 01:06:57 CEST

  Modified files:        (Branch: nicholasbishop)
    soc-blender/source/blender/blenkernel/intern DerivedMesh.c 
                                                 mesh.c 
    soc-blender/source/blender/makesdna DNA_meshdata_types.h 
    soc-blender/source/blender/src buttons_editing.c multires.c 
                                   sculptmode.c 
  
  Log:
  Added support for applying modifiers to a multires mesh at render-time on a
  user-specified level. The interface has two new sliders, Pin and Render. The
  Pin slider controls what level the modifiers are applied to. The Render slider
  controls what level is actually used for rendering. (Note that these two
  sliders have no effect except when rendering.)
  
  Note: this feature will only work properly with modifiers that do not alter the
  mesh topology. Armature, Wave, Curve, and Lattice all work properly. Array,
  Boolean, Decimate, Mirror, Build, and Subsurf will simply render the Pin level.
  
  If you use an armature, it can be applied using either the parenting method or
  the modifier stack, but don't create vertex groups; it'll probably just crash.
  
  Revision  Changes    Path
  1.1.1.1.4.2 +30 -1     soc-blender/source/blender/blenkernel/intern/DerivedMesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/blenkernel/intern/DerivedMesh.c.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.2 +15 -1     soc-blender/source/blender/blenkernel/intern/mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/blenkernel/intern/mesh.c.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.6 +2 -2      soc-blender/source/blender/makesdna/DNA_meshdata_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/makesdna/DNA_meshdata_types.h.diff?r1=1.1.1.1.4.5&r2=1.1.1.1.4.6&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.11 +11 -1     soc-blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/buttons_editing.c.diff?r1=1.1.1.1.4.10&r2=1.1.1.1.4.11&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.2.13  +2 -0      soc-blender/source/blender/src/Attic/multires.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/Attic/multires.c.diff?r1=1.1.2.12&r2=1.1.2.13&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.2.13  +12 -1     soc-blender/source/blender/src/Attic/sculptmode.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/Attic/sculptmode.c.diff?r1=1.1.2.12&r2=1.1.2.13&cvsroot=soc-2006&only_with_tag=nicholasbishop>


More information about the Soc-2006-cvs mailing list