May 2, 2021, 16:11 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
May 2, 2021, 16:08 (GMT) |
GPencil: Refactor dissolve This change introduces a new BKE function to desolve curve points and then refactors the dissolve operator to make use of this function. This simplifies the code a lot. |
May 2, 2021, 13:46 (GMT) |
Merge branch 'master' into profiler-editor |
May 2, 2021, 13:39 (GMT) |
don't draw nodes that are out of range in the y direction |
May 2, 2021, 13:14 (GMT) |
correct profiler height |
May 2, 2021, 12:58 (GMT) |
don't compute y positions on every redraw |
May 2, 2021, 12:07 (GMT) |
improve profiler draw performance |
May 1, 2021, 20:53 (GMT) |
Renames |
May 1, 2021, 20:45 (GMT) |
Fix comments |
May 1, 2021, 18:59 (GMT) |
Merge branch 'master' into cycles_procedural_api |
May 1, 2021, 15:05 (GMT) |
GPencil: Rename curve_fit to bezier_mode |
May 1, 2021, 11:13 (GMT) |
simplify naming |
May 1, 2021, 11:11 (GMT) |
support profiling ranges more efficiently |
May 1, 2021, 10:08 (GMT) |
use linear allocator for task names |
May 1, 2021, 08:54 (GMT) |
cleanup |
May 1, 2021, 08:49 (GMT) |
cleanup |
May 1, 2021, 08:29 (GMT) |
Merge branch 'master' into profiler-editor |
May 1, 2021, 08:13 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
Revision c2c70dd by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix/Workaround T87511: snap gizmo flickers on Ctrl-Drag Hack to bypass drag events, eventually the gizmo API should support this use case without hacks. |
May 1, 2021, 08:12 (GMT) |
Fix T85470: Simple deform modifier causes artifacts at low angles The formula used to compute the bend did subtraction of two big numbers to get the position. Changed to find the delta and add that, by rearranging the formula into a more numerically stable form. Reviewed By: mano-wii, campbellbarton Ref D11074 |
|