This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
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-03-26 20:41:54 +00:00
2012-03-18 07:38:51 +00:00
2012-03-26 20:41:54 +00:00
2012-03-26 20:41:54 +00:00
2012-03-26 20:41:54 +00:00
2012-03-26 20:41:54 +00:00
2012-05-15 16:11:04 +00:00
2012-03-26 20:41:54 +00:00
2012-03-26 20:41:54 +00:00
2012-03-16 21:39:56 +00:00