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, 17:12 (GMT) |
Remove window iteration in WM_DISPLAYCHANGE. Iteration was incorrectly calling the same object. Had it called every window it would still be unnecessary as WM_DISPLAYCHANGE is sent to all broadcast receiving windows. |
June 23, 2021, 16:54 (GMT) |
Fix after merge |
June 23, 2021, 16:42 (GMT) |
Voxel Remesher: Make smooth shading output automatic Previously the smooth shading of the voxel remesher was controlled by a mesh property. With this change, the output will try to match the current shading of the object. This only takes into consideration the shading mode of the first polygon of the model, but it is probably what most users expect as it works as intended with the shade smooth/flat object mode options. Reviewed By: JulienKaspar, JacquesLucke Differential Revision: https://developer.blender.org/D11626 |
June 23, 2021, 16:17 (GMT) |
Fix T89221: Sculpt tools symmetry failing with non symmetrical meshes SCULPT_nearest_vertex_get expects a distance, not a distance squared. This should make symmetry work as expected, but it still can fail if the mesh topology is not completely symmetrical. Reviewed By: JacquesLucke Maniphest Tasks: T89221 Differential Revision: https://developer.blender.org/D11642 |
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:46 (GMT) |
Compositor: Full frame ID Mask node Adds full frame implementation to this node operations. No functional changes. 1.2x faster than tiled fallback. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D11638 |
June 23, 2021, 15:46 (GMT) |
Cleanup: remove unused parameter |
June 23, 2021, 15:46 (GMT) |
Compositor: Full frame Image node Adds full frame implementation to Image node operations. Mostly refactored into buffer utility methods for reuse in other operations. No functional changes. 1.8x faster than tiled fallback. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D11559 |
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:28 (GMT) |
Fix T88769: GPencil smooth incorrect behavior in cyclic strokes When use smooth tool in a cyclic stroke, the smoothing algorithm was not using the adjacent points if these are the end or start of stroke. Now, the smooth uses the other extreme of the stroke to compute smoothness. |
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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021