Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: ac611436079e2a2d8f91aba9c3b07c42048a2998
https://github.com/synfig/synfig/commit/ac611436079e2a2d8f91aba9c3b07c42048a2998
Author: Razumovsky Dmitry <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_blinecalcwidth.cpp
Log Message:
-----------
Fix crash in Spline Width converter
Commit: e8920ca8ab7cc76431d3f1b7c4c3a075b17f154f
https://github.com/synfig/synfig/commit/e8920ca8ab7cc76431d3f1b7c4c3a075b17f154f
Author: Razumovsky Dmitry <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_blinecalctangent.cpp
M synfig-core/src/synfig/valuenodes/valuenode_blinecalcwidth.cpp
Log Message:
-----------
Fix incorrect type in Spline converters for Real values
Commit: 9b580c65825c73c9fcce8bcf58b12c0403b06b19
https://github.com/synfig/synfig/commit/9b580c65825c73c9fcce8bcf58b12c0403b06b19
Author: ice0 <[email protected]>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M synfig-core/src/synfig/valuenodes/valuenode_blinecalctangent.cpp
M synfig-core/src/synfig/valuenodes/valuenode_blinecalcwidth.cpp
Log Message:
-----------
Merge PR#1890: Fix crash in Spline Width and return of improper type in
Spline converters
Fix #1731
The pull request contains two commits:
First fixes crash in 'Spline Width' converter when you try to wrap it in
'Switch'. Similar to previously addressed in 'Spline Vertex' and 'Spline
Tangent' converters.
Second addresses the regression introduced in this commit: a90d014
It was no longer possible to convert real values to 'Spline Tangent/Width' and
angle to 'Spline Tangent'. The reason is that upon creation of converter the
size of spline would be zero and code will always return ValueBase of vector
type so 'Bad Connection' error would be thrown (expected real, got vector). See
linked issue for screenshot of the error.
Compare: https://github.com/synfig/synfig/compare/4ed6b79edc20...9b580c65825c
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl