[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Mesh.c blender/source/blender/python/api2_2x/doc Mesh.py

Campbell Barton cbarton at metavr.com
Tue Jun 27 04:49:55 CEST 2006


campbellbarton (Campbell Barton) 2006/06/27 04:49:55 CEST

  Modified files:
    blender/source/blender/python/api2_2x Mesh.c 
    blender/source/blender/python/api2_2x/doc Mesh.py 
  
  Log:
  Fixed a bug where face flags could not be set because of the faces existing flags.
  A problem with the current flag seting in Mesh is that Mesh needs to know of all possible flags or setting a flag can raise an error from the faces own unrecognezed flag.
  also stopped the active face flag raising an error so pythoners can do face1.flag |= face2.flag without checking for active face flags. if the flag is a part of the arg its removed quietly.
  Checked Mesh flags, face modes and edge flags, should all be ok now.
  
  Revision  Changes    Path
  1.63      +11 -6     blender/source/blender/python/api2_2x/Mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.c.diff?r1=1.62&r2=1.63&cvsroot=bf-blender>
  1.35      +2 -3      blender/source/blender/python/api2_2x/doc/Mesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Mesh.py.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list