Blender Git Loki

Kaikki Blender Git kommitit.

Page: 374 / 8462

August 3, 2021, 14:41 (GMT)
Removed redundant code in curve fillet node
August 3, 2021, 14:40 (GMT)
Fixed bug with multiple spline curve fillet
August 3, 2021, 14:38 (GMT)
Merge branch 'soc-2021-curve-fillet' of git.blender.org:blender into soc-2021-curve-fillet
August 3, 2021, 14:29 (GMT)
Fix T90313: Align to Transform Orientation Axis Property Doesn't Work

`Orientation Axis` is a property incompatible with `Align` mode and
should not be visible.
August 3, 2021, 13:51 (GMT)
Cleanup: Replace int with bool for pointcache function

Was using an int for boolean return value.
August 3, 2021, 13:33 (GMT)
WM: don't store selection properties typically set in the key-map

While this was already the case for the most part
some selection operators stored common settings for reuse such as
"toggle", "extend" & "deselect".

Disabling storing these settings for later execution
as it means failure to set these options in the key-map re-uses
the value of the shortcut that was last called.

Skip saving these settings since this is a case where reusing them
isn't helpful.

Resolves T90275.
August 3, 2021, 13:23 (GMT)
Cleanup: Added clarifying comment
August 3, 2021, 13:01 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields-prototype
August 3, 2021, 12:50 (GMT)
Merge branch 'master' into cycles-x
August 3, 2021, 12:47 (GMT)
show domain dropdown in socket
August 3, 2021, 12:45 (GMT)
UI: building without Python again

Also quiet some warnings.
August 3, 2021, 12:29 (GMT)
Basoc Curve Fillet node implementation

Basic Curve Fillet node implementation

Merge branch 'soc-2021-curve-fillet' of git.blender.org:blender into soc-2021-curve-fillet

Fixed issue with incorrect radius for fillet

Radius can now accept builtin attributes as well

Cleanup: Refactored fillet code

Added support for multiple resolution curve fillet segments

Added curve fillet support for Poly Splines

Fixed error with accessing empty optional variable

Merge branch 'master' into soc-2021-curve-fillet

Fixed two warnings on curve fillet code

Merge branch 'master' into soc-2021-curve-fillet

Cleanup: Commenting and minor refactoring

Specified function arguments as const

Curve fillet support for non-vector handles

Cleanup: Comment formatting fix

Merge branch 'master' into soc-2021-curve-fillet

Added curve fillet support for NURBS curves (temp)

Cleanup: Renoved redundant spline type check.

Merge branch 'master' into soc-2021-curve-fillet

Added option to avoid overlap of curve fillet

Merge branch 'master' into soc-2021-curve-fillet

Improved limit radius algorithm in curve fillet

Improved limit radius behavior in curve fillet

Merge branch 'master' into soc-2021-curve-fillet

Merge branch 'master' into soc-2021-curve-fillet

Differential Revision: https://developer.blender.org/D12115
August 3, 2021, 12:27 (GMT)
LineArt: UI range optimizations.
August 3, 2021, 12:24 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
August 3, 2021, 11:57 (GMT)
Knife: Added new knife modal keymaps to industry compatible
August 3, 2021, 11:56 (GMT)
Silenced clang-tidy warnings.
August 3, 2021, 11:56 (GMT)
Merge branch 'master' into soc-2021-curve-fillet
August 3, 2021, 11:54 (GMT)
Merge branch 'master' into soc-2021-curve-fillet
August 3, 2021, 11:45 (GMT)
fix passing values from modifier
August 3, 2021, 11:43 (GMT)
Fix T90387: division by zero when trying to invert scale

Fix division by zero when `BKE_bone_parent_transform_invert()` inverts a
scale vector with zero components.

Zero values in the to-be-inverted vector are now simply skipped, i.e.
remain zero after inversion. This at least ensures that
`invert_v3_safe(invert_v3_safe(vector))` results in the same vector.

This commit does NOT fix the conceptual problem that an inversion of a
potentially non-invertible vector is relied upon. It just avoids the
division by zero.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021