Fix #118962: skip setting not taken into account looping over points #119023

Merged
Falk David merged 1 commits from LukasTonne/blender:fix-gp3-envelope-modifier-skip into main 2024-03-04 10:57:27 +01:00

1 Commits

Author SHA1 Message Date
Lukas Tönne caa890d260 Fix #118962: skip setting not taken into account looping over points.
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
The GPv3 envelope modifier was computing the correct number of strokes
to generate, but then not actually skipping over points. Result is that
all envelope strokes got added at the beginning instead of the whole
point range.
2024-03-03 12:22:03 +01:00