Revision bc2343d by Campbell Barton March 8, 2020, 02:48 (GMT) |
Cleanup: comments in main() Clarify references to functions. |
Revision 52dc1dd by Campbell Barton March 8, 2020, 02:48 (GMT) |
Revert "Outliner: Allow deleting entire selection" This reverts commit 62f238a65e334ccecae85134da0b05ba58382ae9. This prevents undo steps from being stored. |
Revision 62f238a by Nathan Craddock March 7, 2020, 21:46 (GMT) |
Outliner: Allow deleting entire selection This allows deleting both collections and objects in the outliner selection at the same time. This only works using the keyboard shortcuts (X or Delete). While this works, a more robust solution should be implemented later to allow deleting the whole selection from the context menu as well. |
Revision 5539b68 by Sebastián Barschkis March 7, 2020, 18:57 (GMT) |
Fluid: Optimization for smoke simulation (multigrid) The solver will now automatically detect static scenes (no moving obstacles) and use a slightly faster pressure solve in those cases. |
Revision 9867a82 by Nathan Craddock March 7, 2020, 18:26 (GMT) |
Cleanup: Outliner: Remove unused parameter Searching back in the outliner did not require the unused SpaceOutliner parameter. |
Revision 6b49a9d by Pablo Dobarro March 7, 2020, 15:42 (GMT) |
Fix T74513: Wrong naming in some Face Set comments and operators Missing changes from one of the renamings of the initial face sets patch. Reviewed By: brecht Maniphest Tasks: T74513 Differential Revision: https://developer.blender.org/D7054 |
Revision db1d711 by Pablo Dobarro March 7, 2020, 15:41 (GMT) |
Fix T74501: Wrong initial iteration when using mask expand The initial iteration for all symmetry areas is always 0. We were using 1 for the main stroke, so it was 1 step behind. This was broken for expanding masks and face sets, but with face sets it is more noticeable. Reviewed By: brecht Maniphest Tasks: T74501 Differential Revision: https://developer.blender.org/D7050 |
Revision 7760cec by Pablo Dobarro March 7, 2020, 15:40 (GMT) |
Fix T74498: Do not iterate over hidden vertices when using the transform tool By using PBVH_ITER_UNIQUE hidden vertices are skipped, like in the rest of the brushes and tools. Reviewed By: brecht Maniphest Tasks: T74498 Differential Revision: https://developer.blender.org/D7047 |
Revision 946d39f by Brecht Van Lommel March 7, 2020, 11:40 (GMT) |
UI: move Cycles adaptive sampling settings to own subpanel |
Revision 8a5a306 by Campbell Barton March 7, 2020, 07:21 (GMT) |
Fix key release event activating click-drag A handled release event could still trigger a click-drag afterwards. |
Revision 2534dff by Campbell Barton March 7, 2020, 05:26 (GMT) |
WM: include repeat value in WM_event_print |
Revision ef5c636 by Campbell Barton March 7, 2020, 02:52 (GMT) |
Cleanup: replace BLI_make_file_string with BLI_join_dirfile for the file-selector In these cases the file selectors directory is already expanded. |
Revision 0964865 by Campbell Barton March 7, 2020, 02:26 (GMT) |
Cleanup: replace BLI_make_file_string with BLI_join_dirfile where possible Use 'BLI_join_dirfile' for joining paths that don't need to expand '//'. |
Revision 8fb1ea8 by Campbell Barton March 7, 2020, 00:53 (GMT) |
Include file system encoding in 'System Info' operator Help troubleshooting file system encoding issues. |
Revision dcdcc23 by Brecht Van Lommel March 6, 2020, 22:46 (GMT) |
Fix T74504: Cycles wrong progress bar with CPU adaptive sampling |
Revision b31b44c by Brecht Van Lommel March 6, 2020, 22:46 (GMT) |
Fix error in Cycles Optix adaptive sampling after recent cleanup |
Revision afe6df1 by Dalai Felinto March 6, 2020, 19:07 (GMT) |
Cleanup: VFont: Move to IDTypeInfo and remove unused BKE API This was particularly strange because we had a _free_data() function. But still the one I replaced was of course the _free() one. And we should rename the _free_data_ function later to avoid confusions. |
Revision 558f449 by Dalai Felinto March 6, 2020, 19:07 (GMT) |
Cleanup: Text: Move to IDTypeInfo and remove unused BKE API. |
Revision 7177862 by Aaron Carlisle March 6, 2020, 17:50 (GMT) |
API Docs: Point to manual for Operator Cheat Sheet |
Revision 13595c9 by Harley Acheson March 6, 2020, 17:33 (GMT) |
UI: Remove Windows 3D Object Folder Reference Remove Windows special folder FOLDERID_Objects3D. Requires newer SDK. Differential Revision: https://developer.blender.org/D7014 Reviewed by Brecht Van Lommel |
|