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/python/intern
Bastien Montagne 4acf0f05a1 'users of ID' py API.
This mainly adds bpy.data.user_map() method, which goes over the whole Main database
to build a mapping (dict) {ID: {users_of_that_ID}}.

Very handy to check and debug ID usages, but could also be really valuable for py addons
creating temporary scenes, or some exporters, etc.

Note: current code in master's libquery misses some IDs (and reports some it should not,
like nodetrees), this is fixed in id-remap but still needs serious review before going to master.
This basically means that current bpy.data.user_map() **will not** report a complete and exhaustive
state of dependencies between IDs. Should work OK in most cases though.

Original work/idea comes from id-remap branch, was heavily reworked by @campbellbarton
and myself for master.

Reviewers: campbellbarton, sergey

Differential Revision: https://developer.blender.org/D1678
2016-01-06 19:48:10 +01:00
..
2015-12-31 21:20:41 +11:00
2016-01-06 19:48:10 +01:00
2016-01-06 19:48:10 +01:00
2016-01-06 19:48:10 +01:00
2016-01-06 19:48:10 +01:00
2015-05-12 18:23:29 +10:00
2015-12-31 21:20:41 +11:00
2016-01-06 19:48:10 +01:00
2016-01-06 19:48:10 +01:00