This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Campbell Barton be2c208077 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.
2006-06-27 02:49:55 +00:00
..
2006-06-26 17:50:48 +00:00
2006-06-19 13:53:00 +00:00
2006-05-25 15:36:38 +00:00
2006-06-23 15:25:57 +00:00
2006-02-04 14:15:10 +00:00
2006-06-26 14:57:56 +00:00
2006-06-26 17:50:48 +00:00
2006-02-07 21:24:36 +00:00
2006-06-26 17:50:48 +00:00
2006-06-26 17:50:48 +00:00
2006-01-23 22:05:47 +00:00
2006-03-12 15:23:56 +00:00