Warning, /graphics/glaxnimate/data/lib/python-lottie/addons/inkscape/lottie_input.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 Import</_name> 0004 <id>best.dragon.tgs.inkscape.lottie_input</id> 0005 <dependency type="executable" location="extensions">tgs_input.py</dependency> 0006 <param name="tab" type="notebook"> 0007 <page name="options" _gui-text="Options"> 0008 <param name="frame" type="int" min="0" gui-text="Frame to load">0</param> 0009 <param name="tgspath" type="string" gui-text="Path to the tgs packge installation path"></param> 0010 </page> 0011 <page name="help" _gui-text="Help"> 0012 <param name="helptext" type="description" xml:space="preserve"> 0013 You need to have the tgs python module installed 0014 0015 See also: https://pypi.org/project/tgs/ 0016 </param> 0017 </page> 0018 </param> 0019 <input> 0020 <extension>.json</extension> 0021 <mimetype>application/json</mimetype> 0022 <filetypename>Lottie JSON (*.json)</filetypename> 0023 </input> 0024 <script> 0025 <command reldir="extensions" interpreter="python">tgs_input.py</command> 0026 </script> 0027 </inkscape-extension> 0028