Blender Git Commit Log
Git Commits -> Revision a4b410a
Revision a4b410a by Campbell Barton (master) December 13, 2010, 09:10 (GMT) |
Expose access to PROP_ENUM_FLAG from bpy.props.EnumProperty(), this is exposed as a python set(). The default value is also a python set() so multiple booleans can be used in the 1 property. Also added PROP_ENUM_FLAG support to operator printouts. |
Commit Details:
Full Hash: a4b410af3d67c44a35c9cbf6f09c33a3c41a50af
SVN Revision: 33631
Parent Commit: 25bf9e3
Lines Changed: +118, -31