Synfig Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
OPEN  Bug report #518  -  Exported Canvases ignore parent canvas's fps and dimensions
Posted Dec 09, 2013 - updated Jan 05, 2019
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Bug report
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     DaveJ
  • Owned by
    Not owned by anyone
  • Category
    General
  • Resolution
    Not determined
  • Priority
    Not determined
  • Targetted for
    icon_milestones.png 1.0
  • Tags
    icon_customdatatype.png Not determined
  • Difficulty
    icon_customdatatype.png Not determined
Issue description
Exported Canvases' FPS and Dimensions are hard coded. They are always 24fps and 480 x 270 regardless of either your default settings or the settings of the parent canvas.

Fedora 20 Beta 64 bit KDE, using 64-bit RPM downloaded from Synfig.org

Development version: Revision: 20131028 Branch: morevna Revision ID: 0bb203

Built on Oct 28 2013

Built with: ETL 0.04.18 Synfig API (006000) Synfig library 47 GTK+ 2.20.1 GNU G++ 4.1.2

Using: Synfig 0.65.0 GTK+ 2.24.22
Steps to reproduce this issue
i) Change the Dimensions to 1920 x 1080 ii) Change the FPS to 25 iii) Export a Canvas from the Paramaters Panel iv) Open the Exported Canvas using the Canvas Browser panel v) Press F8 to see properties of the exported canvas - FPS is 24, Dimensions are 1920 x 1080

#2
Comment posted by
 Carlos López
Dec 09, 10:57
For your information, exported canvases doesn't define the size and the fps. On previous versions, when a canvas doesn't define that, they are get from its patent canvas and fallback to defaults if not a parent is found. Looks like in the development version, exported canvases doesn't look up whether there is a parent canvas and so, it always fallbacks to the default.
#3
Comment posted by
 DaveJ
icon_reply.pngDec 09, 11:56, in reply to comment #2
An additional problem with the development version is that it's not even falling back to the user's defaults that they specified in the Synfig Studio Setup dialog box (File > Setup...), but it's falling back to hard-coded values.