pencil2d / pencil

Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform.
http://pencil2d.org
GNU General Public License v2.0
1.45k stars 271 forks source link

Menubar View -> Preview does not work #12

Open chchwy opened 11 years ago

chchwy commented 11 years ago

as title.

chchwy commented 8 years ago

This feature is not implemented yet. This task will be a piece of cake if the canvas renderer is ready.

Kaikogf commented 7 years ago

This is related to an Issue I open recently (#735)

Jose-Moreno commented 4 years ago

This is a feature that we have discussed verily for a long time yet we've never been able to pinpoint how it's going to happen. Perhaps this needs to be discussed again, to see if it's even feasible to do it with the current code.

My first naive approach to this would be to expect that a preview feature would create a proxy render (low res version of the movie) "on the fly" and allow playback on a "player" window.

A more involved solution would allow Pencil2D to playback this proxy version by using the timeline itself, perhaps by create a temporary layer, emptying the image cache and just showing the proxy layer, however I feel this would still be dependent on how caching and hardware resources affect playback, whereas having a movie player might be more efficient for performance (and reviewing the animation timing)