Revision e665c2c by Germano Cavalcante January 7, 2020, 14:53 (GMT) |
Fix T69314: Broken Rotation to Deltas for Quaternions |
Revision 0bd598d by Germano Cavalcante January 7, 2020, 14:53 (GMT) |
bmesh_intersect_edges: Remove unnecessary index setting |
Revision 94d19d5 by Antonio Vazquez January 7, 2020, 13:14 (GMT) |
GPencil: Fix unreported memory leak Thanks to @dfelinto for his help |
Revision a99f6e5 by Antonio Vazquez January 7, 2020, 13:14 (GMT) |
GPencil: Remove memory allocation for triangles This will be replaced later, so it's not logic allocate now. |
Revision 122a0af by Sergey Sharybin January 7, 2020, 12:49 (GMT) |
Blenlib: Add C++ guard for Queue |
Revision 581a5ee by Campbell Barton 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. |
Revision bcfa1c3 by Sergey Sharybin January 7, 2020, 11:26 (GMT) |
Depsgraph: Revert unwillingly staged change from previous commit One of those days, sorry for the spam. |
Revision b6b5924 by Sergey Sharybin January 7, 2020, 11:25 (GMT) |
Depsgraph: Cleanup spelling For some reason got sneaked into previous commit. |
Revision 5be0b2b by Sergey Sharybin 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. |
Revision 8534fb1 by Sergey Sharybin January 7, 2020, 11:19 (GMT) |
Depsgraph: Cleanup, move private functions to anonymous namespace Allows to have shorter definition lines. |
Revision 2c9ca87 by Sergey Sharybin January 7, 2020, 11:19 (GMT) |
Cleanup: Remove unused task scheduler constants |
Revision c128b30 by Campbell Barton 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. |
Revision cb1f48a by Philipp Oeser 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 |
Revision b6bcfd2 by Antonio Vazquez January 7, 2020, 10:44 (GMT) |
GPencil: Remove is_annotation parameter Now, the name of the operator is used. |
Revision fa3a069 by Antonio Vazquez 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 |
Revision e237b78 by Philipp Oeser 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 |
Revision b5cef9f by Antonio Vazquez January 7, 2020, 08:15 (GMT) |
Revision 11292ed by Campbell Barton 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. |
Revision 1ef59d0 by Campbell Barton January 7, 2020, 06:02 (GMT) |
BMesh: remove BMEditMesh.ob use for ED_transform_snap_object_* API |
Revision 32b7056 by Campbell Barton January 7, 2020, 04:39 (GMT) |
BMesh: remove BMEditMesh.ob use for ED_mesh_mirror_* API |
|