Blender Git Loki

Kaikki Blender Git kommitit.

Page: 806 / 8462

March 20, 2021, 18:56 (GMT)
BLI: add macro to indicate unreachable code
March 20, 2021, 17:30 (GMT)
Merge branch 'master' into soc-2020-io-performance
March 20, 2021, 17:03 (GMT)
Bevel code: add a null pointer check.
March 20, 2021, 15:31 (GMT)
GPencil: Use active stroke in select
March 20, 2021, 15:29 (GMT)
GPencil: Fix box select keymap
March 20, 2021, 15:19 (GMT)
Merge branch 'temp-gpencil-bezier-stroke-type' of git.blender.org:blender into temp-gpencil-bezier-stroke-type
March 20, 2021, 15:19 (GMT)
GPencil: Fix keymap
March 20, 2021, 15:17 (GMT)
GPemcil: Add new deformBezier callback for modifiers

March 20, 2021, 15:01 (GMT)
GPencil: Rename deformStroke to deformPolyline

This is the first step to create new callback for Bezier type
March 20, 2021, 14:54 (GMT)
Cleanup: quiet warning
March 20, 2021, 14:42 (GMT)
BLI: improve support for generic algorithms with c++ containers

Some generic algorithms from the standard library like `std::any_of`
did not work with all container and iterator types. To improve the
situation, this patch adds various type members to containers
and iterators.

Custom iterators for Set, Map and IndexRange now have an iterator
category, which soe algorithms require. IndexRange could become
a random access iterator, but adding all the missing methods can
be done when it is necessary.
March 20, 2021, 14:38 (GMT)
Cleanup: quiet warning
March 20, 2021, 13:41 (GMT)
GPencil: Clean up curve pen brush tool

The curve pen was added both as a brush tool and a normal tool.
For now the brush has been disabled.
March 20, 2021, 13:08 (GMT)
Merge branch 'master' into temp-lineart-contained
March 20, 2021, 13:07 (GMT)
LineArt: Fix blank baking for when source type is object.
March 20, 2021, 13:04 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
March 20, 2021, 12:55 (GMT)
LineArt: Fix blank baking for when source type is object.
March 20, 2021, 12:53 (GMT)
Merge remote-tracking branch 'origin' into compositor-anti-aliasing

Conflicts:
source/blender/blenlib/intern/math_base_inline.c
Revision b19bd36 by Falk David (master)
March 20, 2021, 12:44 (GMT)
Fix T86746: Description missing from Quick Liquid

The description was missing from the Quick Liquid operator.

The fix adds the following description:
"Make selected objects liquid"

Reviewed By: sebbas

Maniphest Tasks: T86746

Differential Revision: https://developer.blender.org/D10777
Revision 95a2549 by Falk David (master)
March 20, 2021, 12:43 (GMT)
Fix T86745: trace sequence keyframe offset

The offset when creating the keyframes was set to `frame_target + i` but
`i` starts iterating from the current frame number.

The fix uses just `i` as the frame number.

Reviewed By: antoniov

Maniphest Tasks: T86745

Differential Revision: https://developer.blender.org/D10772
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021