Blender Git Loki
Git Commits -> Revision 46eeaa0
Revision 46eeaa0 by Julian Eisel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: 46eeaa054471dc8416858cf3ad7cdc34d9615008
Parent Commit: b7ad670
Committed By: Fabian Schempp
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)