Blender Git Loki

Git Commits -> Revision d68be33

Revision d68be33 by Julian Eisel (asset-browser)
October 1, 2020, 13:46 (GMT)
Add Preferences options to set up custom asset repositories

Can be found under the File Paths category. There already is a default
repository, called "Default" and pointing to the documents or home
directory. For most Linux users it will be ~/assets.blend, for Windows
users it will be the Documents directory.

Note that this is only the Preference part of this. The Asset-Browser
doesn't use this yet.

For now, asset repositories will be single .blend files. There are some
design questions regarding how the Asset Browser would display a
directory structure as repository.

Commit Details:

Full Hash: d68be33df5af65843dce00caf34f9b4192cccf7a
Parent Commit: 45bb7d7
Lines Changed: +273, -1

2 Added Paths:

/source/blender/blenkernel/BKE_preferences.h (+46, -0) (View)
/source/blender/blenkernel/intern/preferences.c (+88, -0) (View)

11 Modified Paths:

/release/scripts/startup/bl_ui/space_userpref.py (+23, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/blendfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+5, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -0) (Diff)
/source/blender/editors/space_userpref/userpref_ops.c (+61, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+29, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021