decf6d Fixes: #833, Suggestions and improvements from @ice0

Authored and Committed by AnishGulati 5 years ago
29 files changed. 108 lines added. 20 lines removed.
synfig-studio/plugins/lottie-exporter/canvas.py
file modified
+1 -0
synfig-studio/plugins/lottie-exporter/effects/allmask.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/effects/color.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/effects/feather.py
file modified
+3 -0
synfig-studio/plugins/lottie-exporter/effects/fill.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/effects/fillmask.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/effects/invert.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/effects/opacity.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/helpers/bezier.py
file modified
+3 -0
synfig-studio/plugins/lottie-exporter/helpers/blendMode.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/helpers/transform.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/layers/image.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/layers/shape.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/layers/solid.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/lottie-exporter.py
file modified
+19 -20
synfig-studio/plugins/lottie-exporter/misc.py
file modified
+14 -0
synfig-studio/plugins/lottie-exporter/properties/hermite_to_bezier.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/properties/multiDimensionalKeyframed.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/properties/offsetKeyframe.py
file modified
+9 -0
synfig-studio/plugins/lottie-exporter/properties/timeAdjust.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/properties/value.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/properties/valueKeyframe.py
file modified
+4 -0
synfig-studio/plugins/lottie-exporter/properties/valueKeyframed.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/settings.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/shapes/circle.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/shapes/fill.py
file modified
+2 -0
synfig-studio/plugins/lottie-exporter/shapes/rectangle.py
file modified
+9 -0
synfig-studio/plugins/lottie-exporter/shapes/star.py
file modified
+5 -0
synfig-studio/plugins/lottie-exporter/sources/image.py
file modified
+3 -0
    Fixes: #833, Suggestions and improvements from @ice0