Assets: Replace most asset handle usages in BPY with asset representation #112536

Closed
Julian Eisel wants to merge 1 commits from JulianEisel:temp-asset-representation-bpy into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
2785a427e3 Assets: Replace most asset handle usages in BPY with asset representation
The asset handle type is supposed to be replaced by the asset
representation type. It is designed for the asset system as opposed to
the file browser backend. This commit adds members to its RNA type to
query data, replaces most usages of asset handle with asset
representation, and removes now unnecessary BPY/RNA properties and
functions.

Part of #102877 and #108806.
2023-09-18 18:24:18 +02:00