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:55 (GMT) |
GPencil: Fix wrong functions name after merge |
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:38 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor Conflicts: source/blender/editors/gpencil/gpencil_data.c source/blender/editors/gpencil/gpencil_edit.c source/blender/editors/gpencil/gpencil_utils.c |
January 7, 2020, 10:35 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/space_toolsystem_toolbar.py |
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:16 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 7, 2020, 08:15 (GMT) |
Merge branch 'master' into greasepencil-object |
January 7, 2020, 08:15 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021