Revision 40d9045 by Campbell Barton April 17, 2020, 09:30 (GMT) |
Fix logical error in BLI_hash_pointer_to_color 'hash_b' was always zero as it's range was bit-shifted away. |
Revision f8ca1da by Campbell Barton April 17, 2020, 09:19 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 1b7ceb0 by Campbell Barton April 17, 2020, 09:18 (GMT) |
Fix normal smoothing for light positioning gizmo |
Revision 53ff717 by Campbell Barton April 17, 2020, 08:52 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision b6279b7 by Campbell Barton April 17, 2020, 08:51 (GMT) |
Fix T75794: Light point gizmo translate jumps Holding Ctrl while dragging the light point gizmo would use uninitialized stack memory if the normal had not been initialized by a surface. Now holding Ctrl can be used to drag, even when there is no surface to orient to. |
Revision e77821e by Campbell Barton April 17, 2020, 08:17 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 774b611 by Campbell Barton April 17, 2020, 08:09 (GMT) |
Fix T75796: Misaligned quit dialog keymap |
Revision 841b0c2 by Antonio Vazquez April 17, 2020, 06:25 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 42224bf by Antonio Vazquez April 17, 2020, 06:24 (GMT) |
GPencil: Add always empty frame when add new layer The dopesheet needs to have a frame to display the channel, so an empty frame is created in the current frame. See T66505 for details of why an empty channel cannot be displayed. |
Revision 03faffa by Campbell Barton April 17, 2020, 05:50 (GMT) |
UI: support A-Z accelerator keys for pie menus Converting menus to PIE's was removing convenient key accelerators. |
Revision f1f68b3 by Campbell Barton April 17, 2020, 05:30 (GMT) |
Fix toggling quad-view loosing 3D view clipping |
Revision 19c7ef3 by Campbell Barton April 17, 2020, 03:53 (GMT) |
UV: minor adjustments to opacity adjustment - Allow 0.0..1.0 range, as even at 0.0 the selection is still visible. - Correct versioning code, not to overwrite the value for new files. |
Revision cbd6c57 by Campbell Barton April 17, 2020, 02:33 (GMT) |
GNUmakefile: remove style checking targets This has been removed since clang-format now enforces code-style. |
Revision 0f0436c by Campbell Barton April 17, 2020, 01:16 (GMT) |
Cleanup: comments for ui_draw_menu_item & correct argument name |
Revision ab93e56 by Campbell Barton April 17, 2020, 01:15 (GMT) |
Cleanup: use colon after doxygen parameters, spelling |
Revision 0733bd0 by Aaron Carlisle April 17, 2020, 00:00 (GMT) |
UI: Fix bad flow layout The layout of the new sequencer disk cache were not handled well with large preference windows. |
Revision 27e39cc by Antonio Vazquez April 16, 2020, 20:43 (GMT) |
GPencil: Add always empty frame when add new layer The dopesheet needs to have a frame to display the channel, so an empty frame is created in the current frame. See T66505 for details of why an empty channel cannot be displayed. |
Revision 9029690 by Julian Eisel April 16, 2020, 18:50 (GMT) |
UI: Remove old hacks for dynamic scrollbar hiding Although we still dynamically hide scrollbars, they don't change the region size anymore. They are simply drawn on top of the region content. Because of this, some hacks introduced by fa28e50ac2a7 are no longer necessary. Without these hacks, the scrollbar visibility is evaluated much more often (cheap operation) which should be more reliable and possibly solve some glitches. Also replaces integers passed as booleans. Fixes T75782. |
Revision b374fcc by Philipp Oeser April 16, 2020, 15:45 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 8cb10c1 by Philipp Oeser April 16, 2020, 15:38 (GMT) |
Fix T75675: Unlinking [with setting users to zero] not clearing LIB_TAG_EXTRAUSER_SET flag For example in the Image Editor, an assert would be triggered after unlinking an image [with setting users to zero] and then setting the image for the Image Editor again. Whenever we set an Image for Image Editor, the Image ID is flagged LIB_TAG_EXTRAUSER_SET, when we unlink [with setting users to zero] this flag was not cleared. quote @mont29: "a proper fix would be to move this to modern code, and actually delete the ID..." but that is for later. Maniphest Tasks: T75675 Differential Revision: https://developer.blender.org/D7452 |
|