Branch: refs/tags/gsoc2019-AnishGG
Home: https://github.com/synfig/synfig
Commit: 1292be2c86578e3126c18d7656162c35adab7e1f
https://github.com/synfig/synfig/commit/1292be2c86578e3126c18d7656162c35adab7e1f
Author: AnishGulati <[email protected]>
Date: 2019-07-19 (Fri, 19 Jul 2019)
Changed paths:
A synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/preComp.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/solid.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add class Layer to some modules; Will be extending it furthur
Commit: bd4367ada07a32b7b62b0006120d2775438012cb
https://github.com/synfig/synfig/commit/bd4367ada07a32b7b62b0006120d2775438012cb
Author: AnishGulati <[email protected]>
Date: 2019-07-19 (Fri, 19 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
M synfig-studio/plugins/lottie-exporter/shapes/star.py
Log Message:
-----------
Some more modules ported to Layer class
Commit: ac39833e6dc4dff07d3de3fa874651bd84b60482
https://github.com/synfig/synfig/commit/ac39833e6dc4dff07d3de3fa874651bd84b60482
Author: AnishGulati <[email protected]>
Date: 2019-07-20 (Sat, 20 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/preComp.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/solid.py
M synfig-studio/plugins/lottie-exporter/settings.py
M synfig-studio/plugins/lottie-exporter/shapes/fill.py
M synfig-studio/plugins/lottie-exporter/synfig/group.py
Log Message:
-----------
More progress on class Layer
Commit: a3579efeb0a2751bf55bab7b6df88d532387a48a
https://github.com/synfig/synfig/commit/a3579efeb0a2751bf55bab7b6df88d532387a48a
Author: AnishGulati <[email protected]>
Date: 2019-07-20 (Sat, 20 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Matrix2.py
M synfig-studio/plugins/lottie-exporter/common/Vector.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M synfig-studio/plugins/lottie-exporter/effects/allmask.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
M synfig-studio/plugins/lottie-exporter/effects/feather.py
M synfig-studio/plugins/lottie-exporter/effects/fill.py
M synfig-studio/plugins/lottie-exporter/effects/fillmask.py
M synfig-studio/plugins/lottie-exporter/effects/invert.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
M synfig-studio/plugins/lottie-exporter/helpers/bezier.py
M synfig-studio/plugins/lottie-exporter/helpers/blendMode.py
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/preComp.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/solid.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M synfig-studio/plugins/lottie-exporter/properties/valueKeyframe.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
M synfig-studio/plugins/lottie-exporter/shapes/fill.py
M synfig-studio/plugins/lottie-exporter/shapes/star.py
M synfig-studio/plugins/lottie-exporter/synfig/animation.py
M synfig-studio/plugins/lottie-exporter/synfig/group.py
Log Message:
-----------
Development of class Layer in common modules
Commit: 8a6b29dfeac27f95e23f4e5bdc8dc81c06506dbf
https://github.com/synfig/synfig/commit/8a6b29dfeac27f95e23f4e5bdc8dc81c06506dbf
Author: AnishGulati <[email protected]>
Date: 2019-07-21 (Sun, 21 Jul 2019)
Changed paths:
A synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Makefile.am
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/preComp.py
M synfig-studio/plugins/lottie-exporter/lottie-exporter.py
M synfig-studio/plugins/lottie-exporter/settings.py
M synfig-studio/plugins/lottie-exporter/sources/image.py
M synfig-studio/plugins/lottie-exporter/sources/precomp.py
Log Message:
-----------
Add canvas class for supporting defs and :use
Commit: c5b30e2b64ca3deaefeb5fd68cffb4204276ec42
https://github.com/synfig/synfig/commit/c5b30e2b64ca3deaefeb5fd68cffb4204276ec42
Author: AnishGulati <[email protected]>
Date: 2019-07-22 (Mon, 22 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for skew parameter in group and switch group layer
Commit: 7c216940714076889ba696731992e6e6a98f56ad
https://github.com/synfig/synfig/commit/7c216940714076889ba696731992e6e6a98f56ad
Author: AnishGulati <[email protected]>
Date: 2019-07-23 (Tue, 23 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/helpers/mask.py
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/properties/shapeKeyframed.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/sources/precomp.py
Log Message:
-----------
Shifting more modules to class Layer
Commit: 1d9f573492ed26205c86d41e5a0b7b8e47881aab
https://github.com/synfig/synfig/commit/1d9f573492ed26205c86d41e5a0b7b8e47881aab
Author: AnishGulati <[email protected]>
Date: 2019-07-23 (Tue, 23 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Makefile.am
A synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
M synfig-studio/plugins/lottie-exporter/helpers/blendMode.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/solid.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
M synfig-studio/plugins/lottie-exporter/shapes/fill.py
M synfig-studio/plugins/lottie-exporter/shapes/star.py
M synfig-studio/plugins/lottie-exporter/sources/image.py
M synfig-studio/plugins/lottie-exporter/synfig/group.py
Log Message:
-----------
Add class 'Param'
Commit: 79e77d0f76ff91da13eed4ef3ab619672d187988
https://github.com/synfig/synfig/commit/79e77d0f76ff91da13eed4ef3ab619672d187988
Author: AnishGulati <[email protected]>
Date: 2019-07-23 (Tue, 23 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/sources/image.py
Log Message:
-----------
Some more additions in class Layer and Param
Commit: 28ce214f4608b94f32a82bc7ffb408d73f83250a
https://github.com/synfig/synfig/commit/28ce214f4608b94f32a82bc7ffb408d73f83250a
Author: AnishGulati <[email protected]>
Date: 2019-07-23 (Tue, 23 Jul 2019)
Changed paths:
A synfig-studio/plugins/lottie-exporter/common/Bline.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/helpers/mask.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/properties/shapeKeyframed.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
Log Message:
-----------
Region Layer ported to new classes; Outline and Polygon won't work for now
Commit: a0d6e244ade6df262a3a854995d35cceb8916ccd
https://github.com/synfig/synfig/commit/a0d6e244ade6df262a3a854995d35cceb8916ccd
Author: AnishGulati <[email protected]>
Date: 2019-07-24 (Wed, 24 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Bline.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
Log Message:
-----------
Outline and Polygon layers shifted to the new classes
Commit: f611025739eadbfb61d939b24521da6cee36aac8
https://github.com/synfig/synfig/commit/f611025739eadbfb61d939b24521da6cee36aac8
Author: AnishGulati <[email protected]>
Date: 2019-07-24 (Wed, 24 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
Log Message:
-----------
Animation and path generation of parameters shifted to class Param
Commit: 44202ff34c5c31ba38dfaf50256162e8a6c76df8
https://github.com/synfig/synfig/commit/44202ff34c5c31ba38dfaf50256162e8a6c76df8
Author: AnishGulati <[email protected]>
Date: 2019-07-24 (Wed, 24 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
Log Message:
-----------
Path generation for a parameter shifted inside the parameter class
Commit: 66f010773dd15386424113daae3e07816ba172d0
https://github.com/synfig/synfig/commit/66f010773dd15386424113daae3e07816ba172d0
Author: AnishGulati <[email protected]>
Date: 2019-07-24 (Wed, 24 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
Log Message:
-----------
value_at_frame calculation shifted inside param class
Commit: 034bbe3184cf9660cdb02f70a3035f1a4bfa61b5
https://github.com/synfig/synfig/commit/034bbe3184cf9660cdb02f70a3035f1a4bfa61b5
Author: AnishGulati <[email protected]>
Date: 2019-07-25 (Thu, 25 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/synfig/group.py
Log Message:
-----------
MOre progress on class Param and Layer
Commit: 0f157ecb069aaec64f9e40ae6a341a3c37017b1b
https://github.com/synfig/synfig/commit/0f157ecb069aaec64f9e40ae6a341a3c37017b1b
Author: AnishGulati <[email protected]>
Date: 2019-07-25 (Thu, 25 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
Log Message:
-----------
More progress on classes and internal calculation of vector's
Commit: ee3906d285f5672141097853c40e32bfd577ea42
https://github.com/synfig/synfig/commit/ee3906d285f5672141097853c40e32bfd577ea42
Author: AnishGulati <[email protected]>
Date: 2019-07-25 (Thu, 25 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Support ADD convert method for non group layers
Commit: d7344360304c343da70154eea2b151b6f589f30e
https://github.com/synfig/synfig/commit/d7344360304c343da70154eea2b151b6f589f30e
Author: AnishGulati <[email protected]>
Date: 2019-07-25 (Thu, 25 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Changes in group layer links
Commit: 8be2061c741d944ef3b71537e636d7f70dd49a94
https://github.com/synfig/synfig/commit/8be2061c741d944ef3b71537e636d7f70dd49a94
Author: AnishGulati <[email protected]>
Date: 2019-07-26 (Fri, 26 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
Log Message:
-----------
Addoffset() method changed entirely for group layers; group, switch,
simple_circle layers won't be working until next commit
Commit: 7df218dd4844ded088d4bb342908c36d3ccc2ce1
https://github.com/synfig/synfig/commit/7df218dd4844ded088d4bb342908c36d3ccc2ce1
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Bline.py
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
A synfig-studio/plugins/lottie-exporter/effects/controller.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
A synfig-studio/plugins/lottie-exporter/effects/point.py
A synfig-studio/plugins/lottie-exporter/effects/slider.py
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/settings.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
Log Message:
-----------
Try to support convert method ADD with group layers
Commit: a18b24d24de20926cc72a8cf7c1d1b1816d1ab44
https://github.com/synfig/synfig/commit/a18b24d24de20926cc72a8cf7c1d1b1816d1ab44
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/effects/Makefile.am
Log Message:
-----------
Add missed Makefile changes
Commit: 8c04b661386c2453266fe08b90ba07daaeffbe08
https://github.com/synfig/synfig/commit/8c04b661386c2453266fe08b90ba07daaeffbe08
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/canvas.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M synfig-studio/plugins/lottie-exporter/effects/controller.py
M synfig-studio/plugins/lottie-exporter/effects/point.py
M synfig-studio/plugins/lottie-exporter/effects/slider.py
Log Message:
-----------
One more shot at group layers
Commit: 4cb700aea139d27fc4c2bd5b26a2d97029f1052a
https://github.com/synfig/synfig/commit/4cb700aea139d27fc4c2bd5b26a2d97029f1052a
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/canvas.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Group layers working with ADD convert method
Commit: 5528776819578ddf9a41e89875ac22755ec0865b
https://github.com/synfig/synfig/commit/5528776819578ddf9a41e89875ac22755ec0865b
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
Log Message:
-----------
Rotate and scale layers now working
Commit: d4c500eddbb55d22a7647298a08e796ba54fa38a
https://github.com/synfig/synfig/commit/d4c500eddbb55d22a7647298a08e796ba54fa38a
Author: AnishGulati <[email protected]>
Date: 2019-07-27 (Sat, 27 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
Log Message:
-----------
Major changes in axis conversion between lottie/Synfig; Rectangle and import
image not working
Commit: 0ad5b9e0983a072dedc245d810b5a6585abb6a24
https://github.com/synfig/synfig/commit/0ad5b9e0983a072dedc245d810b5a6585abb6a24
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
Log Message:
-----------
Rectangle layer now working
Commit: 87d9cef6decdd4a91facf6b9faa8ea8e2a5ba784
https://github.com/synfig/synfig/commit/87d9cef6decdd4a91facf6b9faa8ea8e2a5ba784
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
Log Message:
-----------
Import image layer now working
Commit: 43db572bdc131b1925f88fb5dc2bc08b6fc1ed0f
https://github.com/synfig/synfig/commit/43db572bdc131b1925f88fb5dc2bc08b6fc1ed0f
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for average convert method
Commit: a57a9b6102ad3bf7c8bc6656778b9e6baadd6e68
https://github.com/synfig/synfig/commit/a57a9b6102ad3bf7c8bc6656778b9e6baadd6e68
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Clear subparameters before recalculating
Commit: 4ccde7e3dffdb16f55c3716824fa5bd8f21213bd
https://github.com/synfig/synfig/commit/4ccde7e3dffdb16f55c3716824fa5bd8f21213bd
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for 'composite' convert method
Commit: d419481f0a53d3399c0cc97ea493473981181889
https://github.com/synfig/synfig/commit/d419481f0a53d3399c0cc97ea493473981181889
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
Log Message:
-----------
Minor correction in composite convert method
Commit: d6b91001387fa2c688a8847a51602b23d1e2a8e6
https://github.com/synfig/synfig/commit/d6b91001387fa2c688a8847a51602b23d1e2a8e6
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Missed correction in previous commit
Commit: 4a51e1d509b3932bc586494fa28a639fdbf19fe7
https://github.com/synfig/synfig/commit/4a51e1d509b3932bc586494fa28a639fdbf19fe7
Author: AnishGulati <[email protected]>
Date: 2019-07-28 (Sun, 28 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Add minus sign to composite expression
Commit: 8dad6d324ec61dc3a7ba4219f6f1f4406a0bd2a5
https://github.com/synfig/synfig/commit/8dad6d324ec61dc3a7ba4219f6f1f4406a0bd2a5
Author: AnishGulati <[email protected]>
Date: 2019-07-29 (Mon, 29 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for linear convert method
Commit: ebda32658746fd9515b62cb0c620ab01088268fb
https://github.com/synfig/synfig/commit/ebda32658746fd9515b62cb0c620ab01088268fb
Author: AnishGulati <[email protected]>
Date: 2019-07-29 (Mon, 29 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
M synfig-studio/plugins/lottie-exporter/synfig/animation.py
Log Message:
-----------
Add support for 'radial_composite' convert method
Commit: b7a7859123c77994f3a5c9f8ccfcf9a36ae5f1ca
https://github.com/synfig/synfig/commit/b7a7859123c77994f3a5c9f8ccfcf9a36ae5f1ca
Author: AnishGulati <[email protected]>
Date: 2019-07-29 (Mon, 29 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for 'scale' convert method
Commit: 529b22cd12abe45c09464c28d5156f262a4abeb2
https://github.com/synfig/synfig/commit/529b22cd12abe45c09464c28d5156f262a4abeb2
Author: AnishGulati <[email protected]>
Date: 2019-07-29 (Mon, 29 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for 'subtract' convert method
Commit: 0b69a938662314e8bcd5a5ebac237f4519db7b2e
https://github.com/synfig/synfig/commit/0b69a938662314e8bcd5a5ebac237f4519db7b2e
Author: AnishGulati <[email protected]>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for 'switch' convert method; animated bool won't work with switch
convert yet
Commit: 381a4a41c336dbc9de94daaecba5be5d5526ff58
https://github.com/synfig/synfig/commit/381a4a41c336dbc9de94daaecba5be5d5526ff58
Author: AnishGulati <[email protected]>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/synfig/animation.py
Log Message:
-----------
Switch convert type now working with animated bool
Commit: 0e631f7ea527833d288e3273d1284f41a4a45cf7
https://github.com/synfig/synfig/commit/0e631f7ea527833d288e3273d1284f41a4a45cf7
Author: AnishGulati <[email protected]>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add support for weighted_average convert method
Commit: 4d10ef200979f5a874cc9fd993577426563e4be1
https://github.com/synfig/synfig/commit/4d10ef200979f5a874cc9fd993577426563e4be1
Author: AnishGulati <[email protected]>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Exported value nodes working with export in the current canvas
Commit: d0cfda3bca9f7fb87a2141bdf58554db39559d8c
https://github.com/synfig/synfig/commit/d0cfda3bca9f7fb87a2141bdf58554db39559d8c
Author: AnishGulati <[email protected]>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
Log Message:
-----------
Remove a minor bug
Commit: 23c0431e836402638fc13d625619969a89450990
https://github.com/synfig/synfig/commit/23c0431e836402638fc13d625619969a89450990
Author: AnishGulati <[email protected]>
Date: 2019-08-03 (Sat, 03 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Makefile.am
Log Message:
-----------
Add missed file in Makefile
Commit: 00bf1f4847341fbe81943f32c098ed31775269fb
https://github.com/synfig/synfig/commit/00bf1f4847341fbe81943f32c098ed31775269fb
Author: AnishGulati <[email protected]>
Date: 2019-08-03 (Sat, 03 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
Log Message:
-----------
Extracting bones in the canvas
Commit: cae7d39b003078dc7d7ef0524cee67aa7a6352d2
https://github.com/synfig/synfig/commit/cae7d39b003078dc7d7ef0524cee67aa7a6352d2
Author: AnishGulati <[email protected]>
Date: 2019-08-05 (Mon, 05 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/sources/image.py
Log Message:
-----------
Png images now working
Commit: 570b8032cee7f2381940491e40d0fb8ca817d69f
https://github.com/synfig/synfig/commit/570b8032cee7f2381940491e40d0fb8ca817d69f
Author: AnishGulati <[email protected]>
Date: 2019-08-07 (Wed, 07 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Some progress on skeleton layer
Commit: bf330cb1efc6593465ebe46a4330046cf548a0d1
https://github.com/synfig/synfig/commit/bf330cb1efc6593465ebe46a4330046cf548a0d1
Author: AnishGulati <[email protected]>
Date: 2019-08-07 (Wed, 07 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Errors from bone convert methods removed; time window updation to be done now
Commit: 2bc12cea2b8b9fe34b5c7247aceffa165adbf815
https://github.com/synfig/synfig/commit/2bc12cea2b8b9fe34b5c7247aceffa165adbf815
Author: AnishGulati <[email protected]>
Date: 2019-08-08 (Thu, 08 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
Log Message:
-----------
update_frame_window() shifted to class 'Param'
Commit: 0c6863dd4b172113cd752879a7793e73abe57c94
https://github.com/synfig/synfig/commit/0c6863dd4b172113cd752879a7793e73abe57c94
Author: AnishGulati <[email protected]>
Date: 2019-08-08 (Thu, 08 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/layers/image.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
Log Message:
-----------
Shift to internal function of class: Param -> update_frame_window()
Commit: 61dc2625074ee0e21320ab6d43b0ab63015bccd6
https://github.com/synfig/synfig/commit/61dc2625074ee0e21320ab6d43b0ab63015bccd6
Author: AnishGulati <[email protected]>
Date: 2019-08-08 (Thu, 08 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Basic bone convert methods working
Commit: a73b38c6da83c27a76d2007beb4609a0ac23ab63
https://github.com/synfig/synfig/commit/a73b38c6da83c27a76d2007beb4609a0ac23ab63
Author: AnishGulati <[email protected]>
Date: 2019-08-10 (Sat, 10 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Bones working with angles! Hurray!
Commit: dbcfc7067f385bf69a3fc8890c92ec28d11fc85b
https://github.com/synfig/synfig/commit/dbcfc7067f385bf69a3fc8890c92ec28d11fc85b
Author: AnishGulati <[email protected]>
Date: 2019-08-10 (Sat, 10 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Canvas.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Recursively find the bones using guid till the top most canvas
Commit: 717e6da831b3718bde0855b29f5e5734f1ead73f
https://github.com/synfig/synfig/commit/717e6da831b3718bde0855b29f5e5734f1ead73f
Author: AnishGulati <[email protected]>
Date: 2019-08-11 (Sun, 11 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Bones now working with group layers
Commit: eeac6fdafa02686e5b8c6d3d4a29822520351595
https://github.com/synfig/synfig/commit/eeac6fdafa02686e5b8c6d3d4a29822520351595
Author: AnishGulati <[email protected]>
Date: 2019-08-11 (Sun, 11 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/properties/valueKeyframe.py
Log Message:
-----------
Add a path when two vectors are equal on adjacent time frames
Commit: e7fed1dffa53ec9a03c6e7145b5f4e23fed384f7
https://github.com/synfig/synfig/commit/e7fed1dffa53ec9a03c6e7145b5f4e23fed384f7
Author: AnishGulati <[email protected]>
Date: 2019-08-11 (Sun, 11 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Update time_update when bone-angle is animated
Commit: 394aeeafd73c646c90dfbbb4ea7213e67f2a80a6
https://github.com/synfig/synfig/commit/394aeeafd73c646c90dfbbb4ea7213e67f2a80a6
Author: AnishGulati <[email protected]>
Date: 2019-08-12 (Mon, 12 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Add support for base value in bones
Commit: e0e80a14f79a6f1f6ab40ae208864c13076b1150
https://github.com/synfig/synfig/commit/e0e80a14f79a6f1f6ab40ae208864c13076b1150
Author: AnishGulati <[email protected]>
Date: 2019-08-15 (Thu, 15 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Add support for local length scale in bones
Commit: 7cadfbf1f00daec8890251db2427101358377e40
https://github.com/synfig/synfig/commit/7cadfbf1f00daec8890251db2427101358377e40
Author: AnishGulati <[email protected]>
Date: 2019-08-16 (Fri, 16 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/settings.py
Log Message:
-----------
Add skeleton layer template
Commit: 90a4e1b9ca17edda5c49ed948cdc6e541f9a3fd9
https://github.com/synfig/synfig/commit/90a4e1b9ca17edda5c49ed948cdc6e541f9a3fd9
Author: AnishGulati <[email protected]>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Try to support recursive scale length in bones
Commit: 2fe865b7afb0bdbc8bc86ec37cb29b076fcf92ea
https://github.com/synfig/synfig/commit/2fe865b7afb0bdbc8bc86ec37cb29b076fcf92ea
Author: AnishGulati <[email protected]>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Removed rls from the exporter until debugged
Commit: fcce7124a34dd09e2d32c28df358583025f3bd49
https://github.com/synfig/synfig/commit/fcce7124a34dd09e2d32c28df358583025f3bd49
Author: AnishGulati <[email protected]>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M synfig-studio/plugins/lottie-exporter/common/Param.py
Log Message:
-----------
Fix: #926
Commit: d298820567dfc8e9abfcbc284284586c65941ce0
https://github.com/synfig/synfig/commit/d298820567dfc8e9abfcbc284284586c65941ce0
Author: AnishGulati <[email protected]>
Date: 2019-08-21 (Wed, 21 Aug 2019)
Changed paths:
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
Log Message:
-----------
Fix: #918
Commit: 9b207dc267e2a5947540e0f9f0027a2b0cf60192
https://github.com/synfig/synfig/commit/9b207dc267e2a5947540e0f9f0027a2b0cf60192
Author: bth <[email protected]>
Date: 2019-08-22 (Thu, 22 Aug 2019)
Changed paths:
M synfig-core/src/tool/main.cpp
M synfig-core/src/tool/optionsprocessor.cpp
M synfig-core/src/tool/optionsprocessor.h
Log Message:
-----------
Don't load modules for trivial operations in cli
Create a new method SynfigCommandLineParser::process_trivial_info_options
specifically for process trivial operations from command line that don't need
synfig::Main
This new method is called before synfig::Main instantiation
Fix #281
Commit: b2ca23c7eecba35485b98f76ce01ac0489545210
https://github.com/synfig/synfig/commit/b2ca23c7eecba35485b98f76ce01ac0489545210
Author: Konstantin Dmitriev <[email protected]>
Date: 2019-08-23 (Fri, 23 Aug 2019)
Changed paths:
A synfig-studio/plugins/lottie-exporter/common/Bline.py
A synfig-studio/plugins/lottie-exporter/common/Canvas.py
A synfig-studio/plugins/lottie-exporter/common/Layer.py
M synfig-studio/plugins/lottie-exporter/common/Makefile.am
M synfig-studio/plugins/lottie-exporter/common/Matrix2.py
A synfig-studio/plugins/lottie-exporter/common/Param.py
M synfig-studio/plugins/lottie-exporter/common/Vector.py
M synfig-studio/plugins/lottie-exporter/common/misc.py
M synfig-studio/plugins/lottie-exporter/effects/Makefile.am
M synfig-studio/plugins/lottie-exporter/effects/allmask.py
M synfig-studio/plugins/lottie-exporter/effects/color.py
A synfig-studio/plugins/lottie-exporter/effects/controller.py
M synfig-studio/plugins/lottie-exporter/effects/feather.py
M synfig-studio/plugins/lottie-exporter/effects/fill.py
M synfig-studio/plugins/lottie-exporter/effects/fillmask.py
M synfig-studio/plugins/lottie-exporter/effects/invert.py
M synfig-studio/plugins/lottie-exporter/effects/opacity.py
A synfig-studio/plugins/lottie-exporter/effects/point.py
A synfig-studio/plugins/lottie-exporter/effects/slider.py
M synfig-studio/plugins/lottie-exporter/helpers/bezier.py
M synfig-studio/plugins/lottie-exporter/helpers/blendMode.py
M synfig-studio/plugins/lottie-exporter/helpers/mask.py
M synfig-studio/plugins/lottie-exporter/helpers/transform.py
M synfig-studio/plugins/lottie-exporter/layers/driver.py
M synfig-studio/plugins/lottie-exporter/layers/group.py
M synfig-studio/plugins/lottie-exporter/layers/image.py
M synfig-studio/plugins/lottie-exporter/layers/preComp.py
M synfig-studio/plugins/lottie-exporter/layers/rotate_layer.py
M synfig-studio/plugins/lottie-exporter/layers/scale_layer.py
M synfig-studio/plugins/lottie-exporter/layers/shape.py
M synfig-studio/plugins/lottie-exporter/layers/shape_solid.py
M synfig-studio/plugins/lottie-exporter/layers/solid.py
M synfig-studio/plugins/lottie-exporter/layers/translate_layer.py
M synfig-studio/plugins/lottie-exporter/lottie-exporter.py
M synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py
M synfig-studio/plugins/lottie-exporter/properties/shapeKeyframed.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/circle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/helper.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/outline.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/polygon.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/rectangle.py
M
synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/region.py
M synfig-studio/plugins/lottie-exporter/properties/shapePropKeyframe/star.py
M synfig-studio/plugins/lottie-exporter/properties/valueKeyframe.py
M synfig-studio/plugins/lottie-exporter/settings.py
M synfig-studio/plugins/lottie-exporter/shapes/circle.py
M synfig-studio/plugins/lottie-exporter/shapes/fill.py
M synfig-studio/plugins/lottie-exporter/shapes/star.py
M synfig-studio/plugins/lottie-exporter/sources/image.py
M synfig-studio/plugins/lottie-exporter/sources/precomp.py
M synfig-studio/plugins/lottie-exporter/synfig/animation.py
M synfig-studio/plugins/lottie-exporter/synfig/group.py
Log Message:
-----------
Merge Lottie exporter from PR #756
Added support for converts:
- Add
- Linear
- Radial Composite
- Scale
- Subtract
- Switch
- Weighted Average
- Bone Link (WIP)
Added support for exported values.
Added support for bones (WIP).
Compare: https://github.com/synfig/synfig/compare/6c97aa58ab0e...b2ca23c7eecb
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl