Blender Git Loki

Kaikki Blender Git kommitit.

Page: 503 / 8462

Revision d648016 by Hans Goudey (master)
June 29, 2021, 02:17 (GMT)
Cleanup: Order return arguments last, use r_ prefix
June 29, 2021, 02:00 (GMT)
Merge branch 'master' into curve-nodes-modifier
June 29, 2021, 01:27 (GMT)
More cleanup, displist still shows up when it shouldn't (no mesh in data_eval)
June 29, 2021, 00:37 (GMT)
Cleanup: clang-tidy
June 29, 2021, 00:23 (GMT)
Cleanup: resolve discarded-qualifier warning
June 28, 2021, 22:53 (GMT)
Cleanup: Rename variables
June 28, 2021, 22:50 (GMT)
Merge branch 'master' into curve-nodes-modifier
June 28, 2021, 22:09 (GMT)
Fix T89465: Loss of mouse movement when window left with pen.

When a window is left with a WinPointer pen, the inrange check
prevents resetting pen info.
Revision 2271b9b by Hans Goudey (master)
June 28, 2021, 21:56 (GMT)
Cleanup: Avoid ASAN report when converting displist to mesh

Don't call `memcpy` with a null destination (and 0 size).
June 28, 2021, 21:49 (GMT)
Remove "Curve deform fill" setting, avoid duplicating spline list
June 28, 2021, 20:23 (GMT)
Cleanup: Remove unecessary change
Revision d0e6b59 by Hans Goudey (master)
June 28, 2021, 20:21 (GMT)
Cleanup: Replace paranoid check with assert

Every call to `BKE_displist_make_curveTypes` already checks the object
type beforehand, there is no need to check it again. Also removed an
outdated comment.
Revision d2e473a by Hans Goudey (master)
June 28, 2021, 20:14 (GMT)
Cleanup: Remove unused "for_orco" argument to curve evaluation

`BKE_displist_make_curveTypes` had a `for_orco` argument that was
always false in calls to the function. Removing it allows the curve
displist and modifier evaluation code to become simpler. There are
some related cleanups in rBdf4299465279 and rB93aecd2b8107.
June 28, 2021, 20:12 (GMT)
Merge branch 'master' into greasepencil-object
June 28, 2021, 19:34 (GMT)
Cleanup: Remove unecessary include
June 28, 2021, 19:32 (GMT)
Cleanup: Clang format
June 28, 2021, 19:31 (GMT)
Merge branch 'master' into curve-nodes-modifier
Revision a0c45a2 by Hans Goudey (master)
June 28, 2021, 19:28 (GMT)
Cleanup: Add function to create a CurveEval from a nurbs list

Sometimes the current spline list isn't part of the original curve, like
when using the deformed control points, etc. This will be helpful in
the curve modifier stack.
Revision 790cb28 by Hans Goudey (master)
June 28, 2021, 19:15 (GMT)
Curve: Add functions to retrieve const access to spline list

While the const correctness of `ListBase` is quite limited, it's helpful
to have a way to retrieve the `Nurb` list from curve object data without
casting away const from the curve.
June 28, 2021, 18:48 (GMT)
Merge branch 'master' into curve-nodes-modifier
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021