Blender Git Commit Log

All Blender Git commits.

Page: 719 / 8462

April 18, 2021, 07:51 (GMT)
Cleanup: make format
April 18, 2021, 07:49 (GMT)
Cleanup: clang tidy readability-else-after-return
April 18, 2021, 03:25 (GMT)
SCULPT_calc_principle_curvatures now has option to use
slower but more accurate BLI_eigen_solve_selfadjoint_m3 solver.
April 17, 2021, 23:15 (GMT)
GPUTexture: Fix missing cases for integer textures
April 17, 2021, 23:14 (GMT)
DRW: Fix const correctness
April 17, 2021, 20:13 (GMT)
Merge branch 'blender-v2.93-release'
April 17, 2021, 19:55 (GMT)
Fix memory leak in the BLI_bitmap created in 'looptri_no_hidden_map_get'
April 17, 2021, 19:51 (GMT)
Snap Gizmo Refactor: Implement options for the gizmo behavior

The Snap Gizmo now has options for occlusion, selection filter and edit
geometry.

It will be useful to implement in current tools.
April 17, 2021, 19:51 (GMT)
Measure Tool: Snap to Cage Geometry

For Measure tool, it is more useful to snap to what is really visible.

So use the cage instead of the geometry that may be hidden with Bmesh.
April 17, 2021, 19:50 (GMT)
Fix recent snap refactor

It is important to check if editmesh eval cage is also bmesh.
April 17, 2021, 18:45 (GMT)
Transform Snap Refactor: Use enum for cage snap options

This allows the addition of the `SNAP_GEOM_CAGE` option.
Currently unused.
April 17, 2021, 18:22 (GMT)
Merge branch 'blender-v2.93-release'
April 17, 2021, 18:18 (GMT)
Fix T86805 Inconsistent results for exact boolean.

The fast triangulator from Blenlib could leave a non-manifold mesh
after removing degenerate triangles. Switched to an exact triangulator.
April 17, 2021, 17:23 (GMT)
Merge branch 'blender-v2.93-release'
April 17, 2021, 17:19 (GMT)
Cleanup: quiet compiler warning on macos
April 17, 2021, 17:06 (GMT)
BLI: add Vector.append_as method

This method is similar to `std::vector::emblace_back` in that it constructs
the new object inplace in the vector, removing the need for a move.

The `_as` suffix is consistent with similar behavior in Map and Set data structures.
April 17, 2021, 17:06 (GMT)
BLI: support multiple parameters in Stack.push_as
April 17, 2021, 17:06 (GMT)
BLI: add unit tests for recently added methods
April 17, 2021, 16:52 (GMT)
Fix wrong logic used in 'ED_view3d_depth_read_cached'

It is important to limit the pixels read on `BLI_array_iter_spiral_square`.

Fortunately `ED_view3d_depth_read_cached` was not being called with a
`margin` parameter.

Wrong logic introduced in rB44c76e4ce310.
April 17, 2021, 16:51 (GMT)
Fix wrong logic used in 'ED_view3d_depth_read_cached'

It is important to limit the pixels read on `BLI_array_iter_spiral_square`.

Fortunately `ED_view3d_depth_read_cached` was not being called with a
`margin` parameter.

Wrong logic introduced in rB44c76e4ce310.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021