Difference between revisions of "Doc talk:Gimp2synfig"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (New page: vonhalenbach on IRC was using GIMP 2.2 and Python 2.5.1 and found that his generated sif output was ending after 20 lines: 19 <param name="canvas"> 20 <canvas xres="10.000000" y...)
 
m
Line 4: Line 4:
 
  20      <canvas xres="10.000000" yres="10.000000">
 
  20      <canvas xres="10.000000" yres="10.000000">
  
whereas for me it continues:
+
whereas for me (with Python 2.5.2 and Gimp 2.4.5) it continues:
  
 
  19    <param name="canvas">
 
  19    <param name="canvas">

Revision as of 17:09, 26 April 2008

vonhalenbach on IRC was using GIMP 2.2 and Python 2.5.1 and found that his generated sif output was ending after 20 lines:

19    <param name="canvas">
20      <canvas xres="10.000000" yres="10.000000">

whereas for me (with Python 2.5.2 and Gimp 2.4.5) it continues:

19    <param name="canvas">
20      <canvas xres="10.000000" yres="10.000000">
21        <layer type="import" active="true" version="0.1" desc="Background.png">
22          <param name="z_depth">
23            [...]