Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 955 / 5574

January 7, 2020, 14:53 (GMT)
Fix T69314: Broken Rotation to Deltas for Quaternions
January 7, 2020, 14:53 (GMT)
bmesh_intersect_edges: Remove unnecessary index setting
January 7, 2020, 13:14 (GMT)
GPencil: Fix unreported memory leak

Thanks to @dfelinto for his help
January 7, 2020, 13:14 (GMT)
GPencil: Remove memory allocation for triangles

This will be replaced later, so it's not logic allocate now.
January 7, 2020, 12:49 (GMT)
Blenlib: Add C++ guard for Queue
January 7, 2020, 11:32 (GMT)
Edit Mesh: add comments to EDBM_op_finish

Was marked 'FIXME' however this only ever happens in exceptional cases.

Also comment why tagging is needed in this case.
January 7, 2020, 11:26 (GMT)
Depsgraph: Revert unwillingly staged change from previous commit

One of those days, sorry for the spam.
January 7, 2020, 11:25 (GMT)
Depsgraph: Cleanup spelling

For some reason got sneaked into previous commit.
January 7, 2020, 11:19 (GMT)
Depsgraph: Refactor, make evaluation stages easier to extend

Currently should be no functional changes, but allows to extend it
for experiments or for real fixes.
January 7, 2020, 11:19 (GMT)
Depsgraph: Cleanup, move private functions to anonymous namespace

Allows to have shorter definition lines.
January 7, 2020, 11:19 (GMT)
Cleanup: Remove unused task scheduler constants
January 7, 2020, 11:14 (GMT)
Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_generic

This avoids a list lookup in Main (recently added), passing in a mesh
instead of an edit-mesh, since the mesh links to the edit-mesh.
January 7, 2020, 10:53 (GMT)
Fix T69246: Outliner - Objects Filter Selected, Hidden and Active not
working properly

'outliner_extract_children_from_subtree()' (introduced in
rB40a1c671655c) was extracting the children of non-matching parents
regardless of their own matching state.

Now properly filter the subtree prior to extracting.

Maniphest Tasks: T69246

Differential Revision: https://developer.blender.org/D6517
January 7, 2020, 10:44 (GMT)
GPencil: Remove is_annotation parameter

Now, the name of the operator is used.
January 7, 2020, 10:34 (GMT)
Annotations: Split annotation operators and pointer functions

This allows to have annotation panels and grease pencil object panel at the same time.

Differential Revision: https://developer.blender.org/D6467
January 7, 2020, 09:39 (GMT)
Fix T72499: UV Editor : Selection tools don't deselect when dragging on an empty space [face selection]

If pre-deselecting takes place, then flushing was not happening
('changed' never became true because no new faces were being selected).

This rectifies the logic. (also removed redundant double initialization
to false)

Maniphest Tasks: T72499

Differential Revision: https://developer.blender.org/D6459
January 7, 2020, 08:15 (GMT)
GPencil: Fix wrong keymap for Radius thickness (related to T72945)

January 7, 2020, 06:47 (GMT)
BMesh: remove BMEditMesh.ob pointer

Remove this pointer since it's linking Mesh data back to the object,
where a single edit-mesh may have multiple object users,
causing incorrect assumptions in the code.

Resolves dangling pointer part of the T72667 crash,
although there are other issues which still need to be fixed.

In EDBM_op_finish and EDBM_update_generic,
full Main lookups have been added which should be replaced with mesh
argument or the update tagging moved elsewhere.
January 7, 2020, 06:02 (GMT)
BMesh: remove BMEditMesh.ob use for ED_transform_snap_object_* API
January 7, 2020, 04:39 (GMT)
BMesh: remove BMEditMesh.ob use for ED_mesh_mirror_* API
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021