Skip to content

BUG:404615 Allow selecting boundary limits on python layer export

Ivan Yossi requested to merge ivany/krita:B404615_pyexport into master

References

About

Added a flag to allow selecting crop to image or crop to layer boundaries, as each is usefull in differente workflows. (I normally use crop to image bounds)

Changed

  • Add bool to Node.cpp to allow selecting what boundary is preferred (Default old behaviour)
  • Add Checkbox to uiexportlayers.pyto allow selection of desired boundaries.

Merge request reports