Warning, /graphics/glaxnimate/data/lib/python-lottie/addons/inkscape/lottie_output.inx is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> 0003 <_name>Lottie Export</_name> 0004 <id>best.dragon.tgs.inkscape.lottie_output</id> 0005 <dependency type="executable" location="extensions">tgs_output.py</dependency> 0006 <param name="tab" type="notebook"> 0007 <page name="options" _gui-text="Options"> 0008 <param name="frames" type="int" min="1" max="180" gui-text="Number of frames">60</param> 0009 <param name="fps" type="int" min="1" max="180" gui-text="Frames per secons">60</param> 0010 <param name="pretty" type="boolean" gui-text="Pretty print JSON">0</param> 0011 <param name="format" type="string" gui-hidden="true">lottie</param> 0012 <param name="tgspath" type="string" gui-text="Path to the tgs packge installation path"></param> 0013 </page> 0014 <page name="help" _gui-text="Help"> 0015 <param name="helptext" type="description" xml:space="preserve"> 0016 You need to have the tgs python module installed 0017 0018 See also: https://pypi.org/project/tgs/ 0019 </param> 0020 </page> 0021 </param> 0022 <output> 0023 <extension>.json</extension> 0024 <mimetype>application/json</mimetype> 0025 <filetypename>Lottie JSON (*.json)</filetypename> 0026 </output> 0027 <script> 0028 <command reldir="extensions" interpreter="python">tgs_output.py</command> 0029 </script> 0030 </inkscape-extension> 0031