Branch: refs/heads/splinepoint-tangents-trial
Home: https://github.com/synfig/synfig
Commit: 905fd0a3cb9dc231cc54f702baabea549e21ac56
https://github.com/synfig/synfig/commit/905fd0a3cb9dc231cc54f702baabea549e21ac56
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/vector.h
Log Message:
-----------
Add new constructor to Vector class based on radius and angle.
Commit: b32090379a7a310809ad4a006666839b68d6bfb4
https://github.com/synfig/synfig/commit/b32090379a7a310809ad4a006666839b68d6bfb4
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.h
Log Message:
-----------
Add new members to BLinePoint to store angle and radius split flags.
Commit: 0a86e80211d6cd5abb033ef94923b37aa84eda7f
https://github.com/synfig/synfig/commit/0a86e80211d6cd5abb033ef94923b37aa84eda7f
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/valuenode_composite.cpp
M synfig-core/src/synfig/valuenode_composite.h
Log Message:
-----------
Add new components to the Composite ValueNode.
Commit: c7078221a689df1a04215234741c8d6829e4cb4c
https://github.com/synfig/synfig/commit/c7078221a689df1a04215234741c8d6829e4cb4c
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/canvas.h
M synfig-core/src/synfig/loadcanvas.cpp
Log Message:
-----------
Increase canvas version and modify load canvas routines to load old files
with previous BLinePoint definition.
Commit: 9ef6ab91c694e1c857ca278618c0859f017c5156
https://github.com/synfig/synfig/commit/9ef6ab91c694e1c857ca278618c0859f017c5156
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/valuenode_composite.cpp
M synfig-studio/src/gui/duckmatic.cpp
Log Message:
-----------
When adding ducks in duckamtic, do not use the component index directly. Get
the index by name.
Commit: 5d4766232f811bc41c0051363ddc64841db162e2
https://github.com/synfig/synfig/commit/5d4766232f811bc41c0051363ddc64841db162e2
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
Log Message:
-----------
Extend the use of the index by name in the rest of composite value nodes when
adding ducks
Commit: 4e82a2bb13d29d6e4459105ea48f49c6014d91e2
https://github.com/synfig/synfig/commit/4e82a2bb13d29d6e4459105ea48f49c6014d91e2
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-studio/src/gui/widgets/widget_curves.cpp
Log Message:
-----------
Allow widget curves to draw all the components of the BlinePoint
Commit: 10fe9f487f499dced758c5a4e2df1f6729d87263
https://github.com/synfig/synfig/commit/10fe9f487f499dced758c5a4e2df1f6729d87263
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/valuenode_blinereversetangent.cpp
Log Message:
-----------
When calculating the reverse of a BlinePoint, use its internal reverse member
instead of figure out externally.
Commit: b3d4700017dcef15ea62fdc7f32d553f35a21276
https://github.com/synfig/synfig/commit/b3d4700017dcef15ea62fdc7f32d553f35a21276
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.h
M synfig-core/src/synfig/valuenode_composite.cpp
Log Message:
-----------
Change the logic when get or set the tangent2. Now the tangent split is
considered internally when set the tangent and when the split flag is set,
avoiding the need of check the state of the flag to set one tangent or other.
Commit: 3bd4cc8e2fdcf6d9acd8b2048f0175232e7073b3
https://github.com/synfig/synfig/commit/3bd4cc8e2fdcf6d9acd8b2048f0175232e7073b3
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.h
Log Message:
-----------
Add documentation
Commit: b37d4692d535005311f6aefd07aaedbb213dc9ba
https://github.com/synfig/synfig/commit/b37d4692d535005311f6aefd07aaedbb213dc9ba
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/loadcanvas.cpp
Log Message:
-----------
When loading a canvas from previous versions, set the split_angle and the
split_radius to have the same value than split, in order to keep the
functionality.
Commit: 6fef308a570413a36aabb9fcff5e188d3dfa052f
https://github.com/synfig/synfig/commit/6fef308a570413a36aabb9fcff5e188d3dfa052f
Author: Carlos Lopez <[email protected]>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.cpp
M synfig-core/src/synfig/blinepoint.h
M synfig-core/src/synfig/valuenode_composite.cpp
Log Message:
-----------
When tangent1, tangent2 or split_tangent_angle or split_tangent_radius are
modified, then update the tangent2 accordingly. Deprecate split_tangent in
favor of the combination of both split flags.
When filling a BLinePoint the order is important, since the tangent2 is now
updated when the flags are set. Fill first the flags and second the tangents
Commit: 76d66e0019144fdbbee183dce0ae93ec6e09f372
https://github.com/synfig/synfig/commit/76d66e0019144fdbbee183dce0ae93ec6e09f372
Author: Carlos López <[email protected]>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.cpp
M synfig-core/src/synfig/blinepoint.h
Log Message:
-----------
Tangent update is symmetrical.
Commit: f138c888e73b42af8ee1bf63025026a18ba924b6
https://github.com/synfig/synfig/commit/f138c888e73b42af8ee1bf63025026a18ba924b6
Author: Carlos López <[email protected]>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
Log Message:
-----------
When adding tangent 2 handle, use its own value description, regardless the
splits flags
Commit: ce2d7603ca4a24aee2491b3b1ab74c5bafdb1bed
https://github.com/synfig/synfig/commit/ce2d7603ca4a24aee2491b3b1ab74c5bafdb1bed
Author: Carlos López <[email protected]>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.cpp
Log Message:
-----------
Typo
Commit: 40bce1c3cbf328c13d747ef17dad38ecdce2d42f
https://github.com/synfig/synfig/commit/40bce1c3cbf328c13d747ef17dad38ecdce2d42f
Author: Carlos López <[email protected]>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M synfig-core/src/synfig/blinepoint.h
Log Message:
-----------
Deprecate set_split_flag. Use the other flags.
When set a flag only merge tangenets if the flag has changed from true to false.
Commit: 859539a8fc71cb864984b8296680810e20efd215
https://github.com/synfig/synfig/commit/859539a8fc71cb864984b8296680810e20efd215
Author: Carlos López <[email protected]>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M synfig-studio/src/gui/duckmatic.cpp
Log Message:
-----------
When modify one tangent update the other. Not working well yet.
Compare: https://github.com/synfig/synfig/compare/905fd0a3cb9d^...859539a8fc71
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl