Blender Git Commit Log
Git Commits -> Revision 61c8ed4
Revision 61c8ed4 by Campbell Barton (master) March 1, 2018, 00:22 (GMT) |
WorkSpace: show/hode opt-out support for addons In some cases it doesn't make sense for add-ons to be listed for hiding. Especially for import/export which use minimal UI space. This adds `bl_info["use_owner"]` to add-ons, currently defaulting to True for all non Import-Export add-ons. |
Commit Details:
Full Hash: 61c8ed40f5df897da212b55dadeee252c8d3997b
Parent Commit: 33b6f94
Lines Changed: +17, -11