Inkscape.org
Using Inkscape with Other Programs salvare disegno di inkscape come animazione syfing . tradotto:save inkscape drawing as syfing animation
  1. #1
    melimelimeli melimelimeli @melimelimeli

    S.O.S. scrivo per capire qual'è il problema  . grazie anticipatamente. quando provo a salvare un disegno di inkscape in animazione syfing mi appare questo messaggio di errore. SOS. I write to understand what the problem is. thank you in advance. when i try to save an inkscape drawing in syfing animation i get this error message.

    Traceback (most recent call last):

    File "synfig_output.py", line 1336, in <module>

    SynfigExport().run()

    File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 140, in run

    self.save_raw(self.effect())

    File "synfig_output.py", line 1070, in effect

    layers += self.convert_node(node, doc)

    File "synfig_output.py", line 1109, in convert_node

    layers = d.op_filter(layers, filter_id)

    File "synfig_output.py", line 776, in op_filter

    raise MalformedSVGError("Filter {} not found".format(filter_id))

    synfig_prepare.MalformedSVGError: SVG document is invalid or contains unsupported features

     

    Error message: 'Filter filter3901 not found'

     

    The SVG to Synfig converter is designed to handle SVG files that were created using Inkscape. Unsupported features are most likely to occur in SVG files written by other programs.

  2. #2
    Freezr Freezr @freezr

    Ciao, sembra che hai un problema di un filtro o una opzione che non e` supportata da synfig:

    synfig_prepare.MalformedSVGError: SVG document is invalid or contains unsupported features

    Dalla pagina wiki di synfig:

    Limitations

    • Doesn't seem to work with SaxonB (FOSS version)
    • Compressed SVG (svgz) must be uncompressed first.
    • Only SVG path objects are supported. Try converting all objects to paths.
    • Only a subset of path elements is supported. Try to modify all path nodes to have split tangents, and all path segments to be curves.
    • Sophisticated coloring (e. g. gradients) is not supported.
    • Only basic transformations are supported.
    • Fill and outline on the same object is not supported.

    https://wiki.synfig.org/Doc:Svg2synfig

     

    Sostanzialmente significa semplificare il tuo disegno e fare la maggior parte dei dettagli direttamente in Synfig.

Inkscape Inkscape.org Inkscape Forum Using Inkscape with Other Programs salvare disegno di inkscape come animazione syfing . tradotto:save inkscape drawing as syfing animation