Skip to content
Snippets Groups Projects
  • Sybren A. Stüvel's avatar
    76ec1eb1
    BVH Import: fix scene FPS adjustment · 76ec1eb1
    Sybren A. Stüvel authored
    The `scene.render.fps` setting must be an integer nowadays. Instead of
    storing a `float` there, the rounded FPS is stored as integer, and the
    `fps_base` property is used to scale this to the desired frame rate.
    76ec1eb1
    History
    BVH Import: fix scene FPS adjustment
    Sybren A. Stüvel authored
    The `scene.render.fps` setting must be an integer nowadays. Instead of
    storing a `float` there, the rounded FPS is stored as integer, and the
    `fps_base` property is used to scale this to the desired frame rate.