Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1297 / 8462

September 7, 2020, 15:29 (GMT)
Replaced `coba_*` with `color_ramp_*` in the Python API for fluid.
September 7, 2020, 15:26 (GMT)
Fix T79914: Grab active vertex using wrong coordinates

This was introduced in the first commit of the cloth brush. In order to
support the cloth brush deformations with subsurf modifiers, the sculpt
API was changed to return the deformed coordinates from the PBVH instead
of the mesh coordinates. When using grab active vertex and rendering the
original mesh wireframe it should render the undeformed mesh coordinates
when available.

Reviewed By: sergey

Maniphest Tasks: T79914

Differential Revision: https://developer.blender.org/D8630
September 7, 2020, 15:22 (GMT)
Fix Boundary Brush not working with partially hidden meshes

Now when a mesh is partially hidden using Face Sets, the open boundary
the hidden geometry produces is also detected by the brush.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8819
September 7, 2020, 15:21 (GMT)
Fix T78225: Vertex Colors not showing in edit mode

This should be using the mesh_cd_ldata_get_from_mesh function in
order to get ldata from BMesh in edit mode.

Reviewed By: sergey

Maniphest Tasks: T78225

Differential Revision: https://developer.blender.org/D8818
September 7, 2020, 14:56 (GMT)
Fix T77763: Wrong highlight of active grab vertex

The "Grab Active Vertex" in sculpt mode highlights the vertex and
the neighbor vertices. This was working wrong in the case when mesh
has multires modifier at sculpt level 0 and has shape keys.

The issue was caused by the wrong crazy space calculation, which was
ignoring subdivision level. This is an oversight from the initial
implementation: the modifier has no effect if the subdivision level
is 0.
September 7, 2020, 14:44 (GMT)
Multires: Fix memory leak when multires is at level 0

There is no SubdivCCG created in this case, meaning ownership of the Subdiv
was not altered.
September 7, 2020, 14:17 (GMT)
Fix T80561: Crash when multi-mesh editing UVs with proportional editing

Because of a `goto` we would free a variable before it was declared.
Declare it before the `goto` and `NULL`-check the value before freeing.
September 7, 2020, 14:10 (GMT)
BLI: add comparison operators for StringRef

The semantic of those is the same as for std::string_view.
September 7, 2020, 13:46 (GMT)
Merge branch 'master' into greasepencil-object
September 7, 2020, 13:44 (GMT)
GPencil: Fix view_selected
September 7, 2020, 13:30 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
September 7, 2020, 13:29 (GMT)
GPencil: Support view_selected in curve edit mode
September 7, 2020, 13:28 (GMT)
GPencil: Fix compiler errors and warnings

The error was related to the draw manager refactor.
September 7, 2020, 13:23 (GMT)
Merge branch 'master' into greasepencil-edit-curve
September 7, 2020, 13:12 (GMT)
Cleanup: tabs in CMake files
September 7, 2020, 13:10 (GMT)
Cleanup: include missing header files in CMake
September 7, 2020, 12:58 (GMT)
Cleanup: change Python version checks to include newer versions
September 7, 2020, 12:55 (GMT)
datatoc_icon: remove Python 2.x support

This was originally included in case the system Python was v2.x,
remove support since Python 2.x is no longer being maintained.
September 7, 2020, 12:26 (GMT)
Cleanup: Fix clang-tidy warning in the new boolean code

No functional changes.
September 7, 2020, 12:03 (GMT)
GPU: Fix clang tidy warnings
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021