Blender Git Loki
Git Commits -> Revision be2c208
Revision be2c208 by Campbell Barton (master) June 27, 2006, 02:49 (GMT) |
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. |
Commit Details:
Full Hash: be2c208077e67d04dfce89fd7dc42c022623643f
SVN Revision: 7929
Parent Commit: 2670797
Lines Changed: +12, -8