Assets: Replace most asset handle usages in BPY with asset representation #112536
Closed
Julian Eisel
wants to merge 1 commits from
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
JulianEisel:temp-asset-representation-bpy
into main
pull from: JulianEisel:temp-asset-representation-bpy
merge into: blender:main
blender:main
blender:blender-v4.3-release
blender:npr-prototype
blender:blender-v4.2-release
blender:pr-abs-path-fix-2
blender:blender-v3.6-release
blender:temp-sculpt-dyntopo
blender:icons-cleanup
blender:blender-v3.3-release
blender:brush-assets-project
blender:pr-extensions-tidy-space
blender:blender-v4.0-release
blender:universal-scene-description
blender:blender-v4.1-release
blender:blender-v3.6-temp_wmoss_animrig_public
blender:gpencil-next
blender:anim/animation-id-113594
blender:blender-projects-basics
blender:bridge-curves
blender:sculpt-blender
blender:asset-browser-frontend-split
blender:asset-shelf
blender:tmp-usd-python-mtl
blender:tmp-usd-3.6
blender:blender-v3.5-release
blender:blender-v2.93-release
blender:realtime-clock
blender:sculpt-dev
blender:bevelv2
blender:xr-dev
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. |