PyAPI: add preferences.filepaths.asset_libraries.new/remove methods #116381

Merged
Philipp Oeser merged 4 commits from lichtwerk/blender:preferences_asset_libraries_API into main 2024-01-12 15:42:46 +01:00

4 Commits

Author SHA1 Message Date
Philipp Oeser e16634c6d5 dont set new library active
(this is more for operators, not the API)
2024-01-10 14:29:43 +01:00
Philipp Oeser 82b396e18f Merge branch 'main' into preferences_asset_libraries_API 2024-01-10 14:14:47 +01:00
Philipp Oeser 41f414589f also send notifier when adding a new library 2023-12-22 10:40:07 +01:00
Philipp Oeser 9679d73bd1 PyAPI: add preferences.filepaths.asset_libraries.new/remove methods
Can be convenient to do this from python (e.g. afaict, these preferences
are not used from Application Templates userpref.blend, but could now at
least be configured via the template script __init__.py)
2023-12-20 16:19:00 +01:00