Block a user
Extern: Update json library to 3.11.2
da376ec815
Extern: Update json library to 3.11.2
06be652055
Cleanup: Clang-format
49b48209e7
BLI: Improve IndexMask::complement() performance
ad50eedb16
Cleanup: Remove unused argument in recursive function
83ffc108e4
Merge branch 'blender-v3.6-release'
Outliner: Port curve elements to new tree-element code design
Geometry Nodes + Shader Editor + Asset Browser bug
Seems like an unhandled exception. This could be caused by invalid unicode character handling, I've seen issues with that before, and the JSON library we use does that by default.
Are there…
Assets: Option to treat library as either personal or project asset library
Assets: Option to treat library as either personal or project asset library
There is an Import Method and a Relative Path option in the Preferences for an asset library now. Plus a WIP patch for basic projects support: #107655.
So I think this can be closed.
Outliner: Port mesh elements to new tree-element code design
@Almaz-Shinbay FYI, the commit message I used can serve you as template for further PRs.
Outliner: Port mesh elements to new tree-element code design
Outliner window in "Blend File" display mode is causing viewport performance issues
Is this still an issue? There have been various improvements for the Outliner performance meanwhile.
Fix #98923 : Remove the ability to offset a linked collection asset not instantiated
This is not in sync with how collection_drop_exec()
gets the collection, that first attempts to get the collection from the session UUID and the name, see collection_add_info_get_from_op()
.