September 23, 2021, 10:54 (GMT) |
Asset Catalog Tests: better path separator handling Fixes by @LazyDodo to make the tests run on Windows. This requires another change to get working properly, namely updating `BLI_dir_create_recursive()` on Windows to call `BLI_path_slash_native()` on the path before trying to create it. This will be handled in a different commit, as it's not catalog-related. |
September 23, 2021, 10:42 (GMT) |
Asset Catalog Tests: pass directory path instead of file path Just a fix for a silly mistake. |
September 23, 2021, 10:40 (GMT) |
Sculpt: cloth brush constraint solver is now multi-threaded * Used a simple method of assigning constraints to threads. * Constraints that couldn't be assigned are solved in the main thread. |
September 23, 2021, 10:38 (GMT) |
Asset Catalogs: update explanatory comment in catalog definition file Explain the new UUID-based format in the default comment at the top of each catalog definition file. |
September 23, 2021, 10:38 (GMT) |
Cleanup: asset catalogs, avoid shadowing field by function parameter No functional changes. |
September 23, 2021, 10:32 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs |
September 23, 2021, 09:59 (GMT) |
Support deleting catalogs from the UI Adds a 'x' icon to catalogs to delete them (including children, if any). There's no undo/redo for editing catalogs yet (since they are not stored in .blend files), so deleting a catalog is a destructive action. Therefore we show a confirmation popup. Only catalog tree-items in the UI that represent an actual catalog can be deleted for now. With T91451 done, this will change (every item visible will be an actual catalog, so you'll be able to delete each). |
September 23, 2021, 09:13 (GMT) |
Sculpt: move more brush settings to brush channels |
September 23, 2021, 06:59 (GMT) |
Tracking Tools: Only show toolheader in Clip View There are no tools available for Graph and Dopesheet view, so do not show the tool header there. |
September 23, 2021, 06:25 (GMT) |
Merge branch 'master' into tracking_tools |
September 23, 2021, 05:09 (GMT) |
LineArt: Fix naming error |
September 23, 2021, 04:46 (GMT) |
Merge branch 'master' into temp-vert-normals-cleanup |
September 23, 2021, 04:43 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
September 23, 2021, 02:38 (GMT) |
Remove old TinyGLTF files |
September 23, 2021, 02:24 (GMT) |
Merge branch 'master' into xr-controller-support |
September 23, 2021, 02:16 (GMT) |
September 23, 2021, 02:05 (GMT) |
Fix brush defaults bug |
September 23, 2021, 01:26 (GMT) |
Sculpt: Brush settings panel editor * Moved brush settings (in sculpt mode) to (for now) a new properties editor tab. * Brush settings can now be individually configured to show up in the workspace buttons. * Brush settings can also be reordered. * The new brush tab has a "preview" subpanel to preview the workspace settings layout. This is where settings are reordered. |
September 22, 2021, 17:38 (GMT) |
UV grid: Resolve merge conflicts Resolves merge conflicts that broke the subdividing and dynamic grid implementations |
September 22, 2021, 15:37 (GMT) |
Merge branch 'master' into soc-2021-uv-editor-improvements |
|