Fix: Adding node group asset doesn't respect import method #109706

Merged
Hans Goudey merged 3 commits from HooglyBoogly/blender:fix-asset-import-method into main 2023-07-11 14:18:18 +02:00

3 Commits

Author SHA1 Message Date
Hans Goudey a7ebd8f42c Rename function to asset_local_id_ensure_imported 2023-07-11 08:08:31 -04:00
Hans Goudey f3eb5f2cd2 Merge branch 'main' into fix-asset-import-method 2023-07-11 08:07:01 -04:00
Hans Goudey 6a18ddd5ae Fix: Adding node group asset doesn't respect import method
buildbot/vexp-code-patch-coordinator Build done. Details
The asset import method option was added after the additions that use
assets in the node editor, so the node editor features still always used
append and reuse, no matter the import method.

This commit improves the asset import function to use the asset's
import method, with "Append & Reuse" as a default.
2023-07-04 12:22:18 -04:00