March 27, 2021, 08:48 (GMT) |
Automated testing: selection operators test cases added 22 more test cases for following operators: - edges select sharp - loop multi select - select all - select faces by sides - select interior faces - select less - select linked {F9853218} Reviewed By: calra, mont29 Differential Revision: https://developer.blender.org/D10400 |
March 27, 2021, 05:21 (GMT) |
Cleanup: spelling and comments - comment added in struct `KnifeTool_OpData` - struct pointer name `lst` updated to `list` ( Guess its more readable ) - `KNF_MODEL_IGNORE_SNAP_ON` updated to `KNF_MODAL_IGNORE_SNAP_ON` - `KNF_MODEL_IGNORE_SNAP_OFF` updated to `KNF_MODAL_IGNORE_SNAP_OFF` Ref D10824 |
March 27, 2021, 04:58 (GMT) |
March 27, 2021, 04:48 (GMT) |
Correct header rename error 10cfa75e1d1e80b32da640a0e7de2b50f831dcfd |
March 27, 2021, 04:07 (GMT) |
March 27, 2021, 03:49 (GMT) |
Cleanup: clang-format |
March 27, 2021, 03:48 (GMT) |
Comment: note that structs are zeroed instead of using defaults |
March 27, 2021, 03:05 (GMT) |
Cleanup: use .hh extension for C++ headers Follow documented convention for file naming. |
March 27, 2021, 02:38 (GMT) |
Object: faster object deletion The `object_delete_exec` lead to `BKE_library_ID_is_indirectly_used` being called twice. With this patch deleting is around 20% faster. Example when deleting 10000 objects: Current: 35.6s This patch: 18.8s (updated, last rev 29.7s) Reviewed By: campbellbarton Ref D9857 |
March 26, 2021, 21:30 (GMT) |
Win32: Allow return from fullscreen to maximized If window is maximized when toggling fullscreen, go back to maximized when done. Differential Revision: https://developer.blender.org/D10813 Reviewed by Harley Acheson |
March 26, 2021, 21:23 (GMT) |
Add this file |
March 26, 2021, 19:44 (GMT) |
macOS/bpy: install into site-packages Reviewed By: #platform_macos, brecht Maniphest Tasks: T86579 Differential Revision: https://developer.blender.org/D10664 |
March 26, 2021, 19:38 (GMT) |
macOS/bpy: add support for OpenMP Changes made: * Add OpenMP linker flags. * Copy the libomp.dylib to `2.93/lib/libomp.dylib`. * Change the `LC_LOAD_DYLIB` item such that the lib is found at `bpy.so/../../Resources/2.93/lib/libomp.dylib`. Installation is done by D10664. Reviewed By: #platform_macos, brecht Maniphest Tasks: T86579 Differential Revision: https://developer.blender.org/D10657 |
March 26, 2021, 18:25 (GMT) |
Cleanup: Use enum for "in" vs. "out" node sockets |
March 26, 2021, 18:11 (GMT) |
GPencil: Add Bezier support to Offset modifier |
March 26, 2021, 17:38 (GMT) |
GPencil: Revert change in overlay drawing for Bezier handlers If we enable the drawing in Draw mode, the handlers will be displayed always. For doing this, a new flag is required. Keep this reverted while we found a better solution. |
March 26, 2021, 17:19 (GMT) |
Fix T86859: Allow covering of Taskbar when Fullscreen from Maximized When the window is already maximized allow covering Windows Taskbar when toggling fullscreen. Differential Revision: https://developer.blender.org/D10811 Reviewed by Harley Acheson |
Revision a60e0f1 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 26, 2021, 17:18 (GMT) |
Fix crash when applying pose from external repository in Asset Browser The Asset Browser uses the `FileList` from the File Browser, which isn't properly using the `AssetList` yet. So of course getting the file-path from the asset list will fail. For now just add a little hack to fall-back to get the data from the Asset Browser directly. |
March 26, 2021, 17:15 (GMT) |
LibOverride: Fix outliner menu showing 'override editing' entries for linked overrides. One can only resync, reset, delete etc. locl overrides, linked ones are basically regular linked IDs and fully not editable. Reported by Demeter from the Studio, thanks. |
March 26, 2021, 17:09 (GMT) |
Geometry Nodes: Rename "Plane" primitive to "Grid" Although "Grid" may not be techincally correct since a grid could be 3D, it was decided to rename the "Plane" primtive to "Grid". The primitive node allows subdivisions, so the name is more consistent with the operator in the 3D view. Ref T86819 This commit includes a file subversion bump for the versioning. |
|
|
|


Master Commits
MiikaHweb | 2003-2021