Files
test2/source/blender
Dan Eicher dd7229aee0 Added 'LIBRARY_EDITABLE' flag to bpy.props.*
Rationale: custom props on linked objects are editable through ops and the console but the UI code calls RNA_property_editable() which returns false if (id->lib && !(prop->flag & PROP_LIB_EXCEPTION))

Setting the 'LIBRARY_EDITABLE' flag allows UI templates to change these props (but the changes aren't saved!) for things like indices into CollectionProperties which live on the linked object
2012-05-19 21:22:01 +00:00
..
2012-05-19 13:55:54 +00:00
2012-05-11 16:11:52 +00:00
2012-05-17 12:49:33 +00:00
2012-05-12 16:11:34 +00:00
2012-05-17 12:49:33 +00:00
2012-05-17 12:49:33 +00:00