Blender Git Loki
Git Commits -> Revision 8de2b6a
Revision 8de2b6a by Julian Eisel (master) July 21, 2021, 17:35 (GMT) |
Assets: Rename workspace active asset library DNA variable This new variable was introduced with 7898089de3f2. We don't usually use an `active` prefix variable. Plus, this makes the name match the one of the Asset Browser active library variable, so we can use the `rna_def_asset_library_reference_common()` helper for both. This will cause Asset Views to open with the default "Current File" Asset Library. We could avoid that, but it's a minor issue really. |
Commit Details:
Full Hash: 8de2b6a02020ad0bc4e4ad7868988a37251e3f88
Parent Commit: 952ded5
Lines Changed: +16, -18
6 Modified Paths:
/source/blender/blenkernel/intern/workspace.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+7, -9) (Diff)
/source/blender/editors/screen/screen_context.c (+1, -1) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+5, -5) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+7, -9) (Diff)
/source/blender/editors/screen/screen_context.c (+1, -1) (Diff)
/source/blender/makesdna/dna_workspace_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+5, -5) (Diff)