Revision dfd5c57 by Christian Rauch June 23, 2021, 21:02 (GMT) |
cmake: use extern 'wayland-protocols' if system version is insufficient |
Revision 347a290 by Christian Rauch June 23, 2021, 20:52 (GMT) |
cmake: use extern 'wayland-protocols' if system version is insufficient |
Revision b486c43 by Christian Rauch June 23, 2021, 20:43 (GMT) |
cmake: use extern 'wayland-protocols' if system version is insufficient |
Revision 11080e3 by Christian Rauch June 23, 2021, 20:35 (GMT) |
add extern 'wayland-protocols' 1.21 source: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tree/1.21 |
Revision 39f0b7a by Christian Rauch June 23, 2021, 20:31 (GMT) |
doc: add Wayland dependencies The wayland support requires the following development packages: libwayland-dev, wayland-protocols, libegl-dev, libxkbcommon-dev, libdbus-1-dev |
Revision 2040946 by Christian Rauch June 23, 2021, 20:31 (GMT) |
cmake: enable Wayland by default |
Revision a85f04e by Christian Rauch June 23, 2021, 20:31 (GMT) |
GHOST/wayland: try Wayland only when 'BLENDER_WAYLAND' is set |
June 23, 2021, 16:54 (GMT) |
Fix after merge |
June 23, 2021, 15:47 (GMT) |
Knife: Swapped right click and E functionality Now right clicking creates a new cut and E cancels the entire cut. Esc still works as normal for cancelling the cut. |
June 23, 2021, 15:40 (GMT) |
UV: Display packing area coordinates Adds properties for displaying packing area coordinates in the pack islands to area operator. Also fixes the issue of modified packing coordinates when the user zooms in/out in the editor before redoing the operator from the properties panel in UI. |
June 23, 2021, 15:39 (GMT) |
Knife: Header/footer displays constrained angle and increment This patch displays the current angle, relative to the positive X axis, in the header/footer when the knife tool is in constrained angle mode. It also updates constrained angle mode to snap relative to the positive X axis in screen space (previously positive Y). |
June 23, 2021, 15:30 (GMT) |
Merge branch 'master' into greasepencil-object |
June 23, 2021, 15:28 (GMT) |
Fix: Release memory before cancelling operator |
June 23, 2021, 15:12 (GMT) |
Cleanup : UV pack operators * Remove printf statements * Use float constants instead of double * Cleanup comments * enum to make code better readable |
June 23, 2021, 15:07 (GMT) |
Add test case to compile builtin shaders. When using the vulkan backend it crashes. Will look into this later this week. |
June 23, 2021, 14:44 (GMT) |
Merge branch 'master' into greasepencil-object |
June 23, 2021, 13:58 (GMT) |
LineArt: Correct handling when edge mark is on border. |
Revision e962002 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) June 23, 2021, 13:39 (GMT) |
DRW: Fix crash in deferred compilation |
June 23, 2021, 13:26 (GMT) |
LineAer: benchmark |
June 23, 2021, 13:04 (GMT) |
Knife: Change visible angle text precision Now displays 3 digits instead of 2. This means one decimal place is almost always displayed, except in the case where the cut was started on an edge. |
|