Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1099 / 5574

August 2, 2019, 14:03 (GMT)
Fix T68122: Settings for Select root and Select tip in particle edit mode are missing

Do not hide the redo window for root/tip select anymore.
August 2, 2019, 14:00 (GMT)
Cleanup: clang format

Strange, this was not applied automatically.
August 2, 2019, 13:48 (GMT)
DRW: Select Engine: Set uniform only once per ShadowGroup
August 2, 2019, 13:48 (GMT)
View3D Mesh Selection: Specify select_mode directly for Circle, Lasso and Box selection

No functional changes.
August 2, 2019, 13:45 (GMT)
Fix broken add_python_test after recent changes
August 2, 2019, 13:15 (GMT)
Fix T68112: Align View on object add is broken

No need to use BKE_object_where_is_calc() in this case: there is no
parenting or constraint system involved on object add.

So simply use direct object matrix calculation from it's local
transform. No need in dependency graph either in this case.
August 2, 2019, 13:01 (GMT)
Fix edge selection ignoring clipping in wire-frame display
August 2, 2019, 12:54 (GMT)
Fix ignored window clipping test in foreach edge function
August 2, 2019, 12:42 (GMT)
Tests: don't fail on leaks detected by leak sanitizer

These often happen in external libraries that we can't fix. The leaks are
still printed in the logs.
August 2, 2019, 12:42 (GMT)
Cleanup: refactor tests executing Blender to use add_blender_test function
August 2, 2019, 12:42 (GMT)
Fix scene units test failure after recent changes
August 2, 2019, 11:04 (GMT)
Fix T68126: Cycles not enabled with factory settings
August 2, 2019, 10:04 (GMT)
Cleanup: clang-format, also typo fix.
August 2, 2019, 09:48 (GMT)
Fix text editor undo sync when mixed with other undo systems

Undo rewrite broke test_undo.text_editor_edit_mode_mix.

Relatively harmless since it's only out of sync by one action.
August 2, 2019, 09:30 (GMT)
Cleanup: correct name for scene frame conversion

Thanks to @sybren for pointing out issue from 299ff91ea1fe5
August 2, 2019, 09:29 (GMT)
Cleanup: GPencil dissolve operator now uses GP_EDITABLE_STROKES_BEGIN macro

This reduces the number of loops
August 2, 2019, 09:29 (GMT)
GPencil: Make GP_EDITABLE_STROKES_BEGIN macro safe when stroke is removed

If the macro was used in a loop where the stroke was removed, the macro failed.
August 2, 2019, 09:29 (GMT)
GPencil: New function to dissolve points in stroke

This function will be used for new operators.
August 2, 2019, 08:09 (GMT)
BrightContrast not working correctly with negative contrast

followup to rB8dd95abb2ff9 (which fixed this for the Compositor node),
turns out this was also wrong for the VSE modifier and in vertex color
operator.

- also adjust min/max for VSE modifier
- also guard against division by zero

Reviewers: brecht

Maniphest Tasks: T67808

Differential Revision: https://developer.blender.org/D5398
August 2, 2019, 07:50 (GMT)
GPencil: Add Frame parameter to modifier deformStroke Callback

This commit adds the frame to deformStroke Callback as a preparation for new modifiers that will need this variable.

Actually, the existing modifiers are not using the frame.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021