Skip to content

Commit

Permalink
Update Lottie Exporter plugin
Browse files Browse the repository at this point in the history
- Convert methods not working with radius of simple circle layer (synfig#1101)
- [Lottie exporter] Add support for variable gamma correction (synfig#1174)
- Changes made to offsetKeyFrame file (synfig#1233)
- Add support for converters: sine, cos, integer, linear gradient, aTan2, Vector angle, radial_composite, radial gradient, vector x, vector y, power, dot product, logarithm, reciprocal, range, vector length, not (synfig#1236 synfig#1254 synfig#1286 synfig#1363 synfig#1409 synfig#1447 synfig#1446 synfig#1516 synfig#1515 synfig#1593 synfig#1586 synfig#1619 synfig#1606 synfig#1650 synfig#1587)
- Add support for blur layers (synfig#1505)
- Add support for Outline layer without variable widths (synfig#1647)
- Improve support for exported values (synfig#2182)
- Some code cleanup (synfig#1199 synfig#1213 synfig#1226 synfig#1456 synfig#2061)
  • Loading branch information
rodolforg authored and morevnaproject committed Aug 9, 2021
1 parent b22f40f commit 73bac78
Show file tree
Hide file tree
Showing 30 changed files with 30,353 additions and 559 deletions.
8 changes: 5 additions & 3 deletions synfig-studio/plugins/lottie-exporter/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ PLUGIN_NAME = lottie-exporter

EXTRA_FILES = bodymovin.js \
canvas.py \
settings.py

plugindir = ${datadir}/synfig/plugins/$(PLUGIN_NAME)
settings.py \
bodymovin_5.6.5.js \
export_without_variable_width.py

plugindir = $(synfig_datadir)/plugins/$(PLUGIN_NAME)
plugin_DATA = \
$(PLUGIN_NAME).py \
plugin.xml \
Expand Down
14,184 changes: 14,176 additions & 8 deletions synfig-studio/plugins/lottie-exporter/bodymovin.js

Large diffs are not rendered by default.

Loading

0 comments on commit 73bac78

Please sign in to comment.