[Bf-blender-cvs] CVS commit: blender/source/blender/src multires.c

Nicholas Bishop nicholasbishop at gmail.com
Sat Dec 2 08:58:53 CET 2006


nicholasbishop (Nicholas Bishop) 2006/12/02 08:58:53 CET

  Modified files:
    blender/source/blender/src multires.c 
  
  Log:
  Fix for bug #5319, multiresolution mesh - inconsistent hide behavior
  
  Multires operations now pay attention to vertex flags, so both selection and
  hiding are propagated up and down the levels.
  
  Note: only the lowest level of detail for vertex flags is retained when
  switching levels. E.g., after selecting vertices at the highest level, then
  switching to the lowest level, then back to the highest level, the vertex
  selection will have changed. (This is a potentially fixable issue.)
  
  Revision  Changes    Path
  1.12      +24 -3     blender/source/blender/src/multires.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/multires.c.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list