Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

scope.md

File metadata and controls

25 lines (15 loc) · 1.12 KB

Scope

< Overview

Algorithmic operations such as color actions are executed over a user-determined scope. This page lists and briefly describes the possible scopes for such operations, as well as the related options.

Scopes

  • Project: all cels in the project
  • Layer: all cels on the active editing layer
  • Frame: all cels of the current frame index
  • Cel: the current cel, i.e. the cel of the active editing layer at the current frame index

Options

  • Include disabled layers? - an option for scopes that span multiple layers (project, frame) to apply the operation to disabled () layers
  • Ignore selection? - if the project has a pixel selection, the operation can either be limited to the selection or applied to the entire canvas

SEE ALSO