blender/scripts
Campbell Barton 96906536db Extensions: add a Python API for user editable extension directories
Provide a convenient way to access a writable directory for extensions.
This will typically be accessed via:

  bpy.utils.extension_path_user(__package__, create=True)

This API is provided as some extensions on extensions.blender.org
are writing into the extensions own directory which is error prone:

- The extensions own directory is removed when upgrading.
- Users may not have write access to the extensions directory,
  especially with "System" repositories which may be on shared network
  drives for example.

These directories are only removed when:

- Uninstalling the extension.
- Removing the repository and its files.
2024-06-26 14:23:17 +10:00
..
addons_core Extensions: add a Python API for user editable extension directories 2024-06-26 14:23:17 +10:00
freestyle Cleanup: unused imports 2024-04-19 16:09:30 +10:00
modules Extensions: add a Python API for user editable extension directories 2024-06-26 14:23:17 +10:00
presets Fix #122766: Add missing Fast GI options to raytracing presets 2024-06-11 14:07:03 +02:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup Fix #120370: Fades don't work well with scene strips 2024-06-26 06:04:50 +02:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00