Krita/Animation/Design/KisPaintDevice content switch

From KDE Community Wiki
Revision as of 10:27, 30 March 2015 by Dmitry (talk | contribs) (Created page with "[https://creately.com/diagram/i7u6zk2l1/fsIODKUvwfqFElg2VDTpGcAHsfw%3D Original Diagram] The animation work should be based on level-of-detail branch where a portion of work ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Original Diagram

The animation work should be based on level-of-detail branch where a portion of work on switching the content of paint devices is already done.

Short comments:

  • KisImage stores desired values for level of detail and the current frame but in normal situation returns default values for them. Only when the currently running stroke reports that it supports LOD and/or animation, it returns non-default values and they propagate through the entire layer by reverse fetching
  • On any action on a KisPaintDevice it consults with KisImage about which mode it is currently running is: wraparound, LOD and frameId. Then, depending on the values returned by KisImage, it switches current data and strategy objects that change its content and behaviour significantly.