Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 778 / 5574

May 13, 2020, 14:29 (GMT)
Fix T76717: Set Rotation Mode Incorrectly Recalculates Bone Rotation In Pose Mode

The issue was that we didn't convert the current rotational values.
We simply just switched mode without doing any data conversions.
Revision 5b043b0 by Philipp Oeser
May 13, 2020, 13:49 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 13:30 (GMT)
Fix T76711: override data-blocks could be renamed in the outliner

Overriding datablock should never have an editable name.

This also moves the check for linked/overridden datablocks above the
check for master-collection (otherwise a linked/overriden collection
could still be renamed)

Maniphest Tasks: T76711

Differential Revision: https://developer.blender.org/D7718
May 13, 2020, 13:19 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 13:19 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 13:19 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 13:14 (GMT)
Fix extra undo step when switching object modes

Changing between modes would always add a user visible undo step
that set object mode.

Avoid storing this extra undo step on object mode switching.
May 13, 2020, 13:14 (GMT)
Cleanup: remove redundant active object NULL check & poll

This was from 66da2f537ae80 but never did anything,
as a NULL object always exited at the beginning of the operator.
May 13, 2020, 13:14 (GMT)
Cleanup: unused arg
May 13, 2020, 12:26 (GMT)
Fix missing ID tag when converting objects

Parenting to a curve path animation depends on both geometry and
transform components. Conversion of mesh to curve will make it so
parent have path animation, conversion of curve to mesh makes it
so there is no more path animation. Both cases affects children
of the converted objects, and it's not possible to rely on special
case for curve parent in the dependency graph as that link will be
lost after conversion of curve to mesh.

Simplest approach is to tag object for both geometry and transform
update, which will ensure all children are at valid state after
the conversion.
May 13, 2020, 11:05 (GMT)
Fluid: Fix for refactor 99ee1de094a1

Fix incorrect file IO functions.
May 13, 2020, 11:03 (GMT)
Merge branch 'blender-v2.83-release'
May 13, 2020, 11:00 (GMT)
Fix T65426: GPencil mirror modifier doesn't work as expected

The mirror was not working if the original object had transformations.

Also some code cleanup.
May 13, 2020, 10:50 (GMT)
Fix T76665: Wrong files selected when using box select

Reviewers: Severin

Differential Revision: https://developer.blender.org/D7705
May 13, 2020, 10:39 (GMT)
Simulation: Add modifier to access simulation data

For now the "Simulation" modifier only exists for point cloud objects, because
we need this for the particle system. Right now, the modifier is doing nothing.

There is a new `DEG_add_simulation_relation` function that is used
by the modifier to make sure that the simulation is evaluated before
the modifier is executed.

Reviewers: brecht, sergey

Differential Revision: https://developer.blender.org/D7549
May 13, 2020, 10:11 (GMT)
Multires: Fix wrong or missing mask propagation

Propagation when changing sculpt level was missing. In fact, the mask
was simply completely removed when changing sculpt level.

Subdivision worked for simple and linear subdivision, but Catmull-Clark
was giving empty results.

Fixes propagation part of T76386.
May 13, 2020, 10:08 (GMT)
Multires: Update and add comments
May 13, 2020, 10:08 (GMT)
Multires: Fix mask interpolation weights

Weights were in the different order from corners.

Doesn't fix propagation issues, but fixes an essential step towards
fully correct propagation.
Revision 099dd06 by Julian Eisel
May 13, 2020, 09:51 (GMT)
Fix T76481: Fast clicks over Dopesheet toggles trigger renaming

Making this work reliably on the event system side is difficult. So
instead, let the toggle icons take and swallow double-click events on
the UI handler level.

The second change in this patch seems to be only needed for touchpads.
Without it, renaming would still be triggered sometimes, because the
hovered button wasn't re-activated fast enough.
May 13, 2020, 09:42 (GMT)
Merge branch 'blender-v2.83-release'
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021