Revision e672cf1 by Bastien Montagne March 9, 2020, 17:09 (GMT) |
Cleanup: palette: Move to IDTypeInfo and remove unused BKE API. |
Revision 3e9dbe7 by Bastien Montagne March 9, 2020, 17:09 (GMT) |
Cleanup: GreasePencil: Move to IDTypeInfo and remove unused BKE API. |
Revision c010290 by Bastien Montagne March 9, 2020, 17:09 (GMT) |
Cleanup: Ipo: Move to IDTypeInfo and remove unused BKE API. |
Revision 214cc3c by Julian Eisel March 9, 2020, 17:02 (GMT) |
Fix failing assert because of invalid region coordinates Steps to reproduce were: * Disable tool settings region in 3D View (View > Tool Settings) * Split the 3D View and drag all the way down The removed code doesn't seem to be needed anymore. Tested this on hiDPI too, seems fine. These kind of fixes are always tricky, so I wouldn't be surprised if there are any issues caused by this. |
Revision 32fc22d by Sebastián Barschkis March 9, 2020, 16:42 (GMT) |
Fix T72253: Mantaflow adaptive domain cuts off The issue of T72253 was that the density threshold (RNA adapt_threshold) was considering cells as empty cells too early and thus also shrinking the domain too early. The fix for this is to use smaller threshold values for the adaptive domain. This fix gives more flexibility in the UI to do just that. |
March 9, 2020, 16:11 (GMT) |
UI: avoid blurring of view navigation widgets at some UI scales Differential Revision: https://developer.blender.org/D6734 |
March 9, 2020, 16:11 (GMT) |
Fix unnecessary grease pencil drawing when there are no grease pencil objects Differential Revision: https://developer.blender.org/D6551 |
March 9, 2020, 16:11 (GMT) |
UI: improve layout of keymap preferences, more consistent with other areas Differential Revision: https://developer.blender.org/D6592 |
March 9, 2020, 16:11 (GMT) |
Python API: allow overriding context.workspace for workspace operators Differential Revision: https://developer.blender.org/D6867 |
March 9, 2020, 16:11 (GMT) |
UI: input preferences layout tweaks for keymap search and zoom settings Differential Revision: https://developer.blender.org/D6979 |
March 9, 2020, 16:11 (GMT) |
Cleanup: avoid (harmless) race condition reported by Helgrind Differential Revision: https://developer.blender.org/D7058 |
Revision 58e6306 by Adrian Newton / Brecht Van Lommel March 9, 2020, 16:11 (GMT) |
UI: reorder viewport/render toggle in particles for consistency with modifiers Differential Revision: https://developer.blender.org/D7069 |
Revision 5543572 by Adrian Newton / Brecht Van Lommel March 9, 2020, 16:11 (GMT) |
Cleanup: remove unnecessary space at end of label Differential Revision: https://developer.blender.org/D7070 |
Revision 1276380 by Adrian Newton / Brecht Van Lommel March 9, 2020, 16:11 (GMT) |
UI: add space before px unit in Eevee properties for consistency Differential Revision: https://developer.blender.org/D7072 |
March 9, 2020, 16:11 (GMT) |
UI: rename View Frame to Go to Current Frame in video sequencer For consistency with other editors. Differential Revision: https://developer.blender.org/D7025 |
Revision 324e24e by Brecht Van Lommel March 9, 2020, 16:11 (GMT) |
Fix layout.prop invert_checkbox not working combined with icons Contributed by Valentin (Poulpator). Differential Revision: https://developer.blender.org/D7027 |
Revision 81c18c2 by Brecht Van Lommel March 9, 2020, 16:11 (GMT) |
Revision 29b405a by Clément Foucault March 9, 2020, 16:09 (GMT) |
Overlay: Add antialiasing to particle sprites |
Revision 3912a2a by Clément Foucault March 9, 2020, 16:09 (GMT) |
Fix T74438: Overlay: Loose verts and particle not draw in some conditions This was caused by a missing output variable for lineOutput. This triggered some undefined behavior. |
Revision 4d0d43c by Bastien Montagne March 9, 2020, 15:56 (GMT) |
Cleanup: FreestyleLineStyle: Move to IDTypeInfo and remove unused BKE API. |
|