https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #14 from vanyossi ---
For the sake of clarity, could you attach a screenshot of the script with the
correct output in oneside and the incorrect output on the other side? I am at
least a bit confused now.
--
You are receiving this mail beca
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #13 from keyth_qcfx2 ---
then how do you explain the same behaviour with no mirroring?
https://pasteall.org/media/9/c/9c6451a6126988fb67ecd773912c053e.png
As you can see it has the same exact behaviour and:
-there is no mirror command (even
https://bugs.kde.org/show_bug.cgi?id=419281
Dmitry Kazakov changed:
What|Removed |Added
CC||dimul...@gmail.com
Status|REOPENED
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #11 from keyth_qcfx2 ---
this is one of my tests after asking for advice, the code is on the side and i
just placed the suggestion everywhere to make sure because I did not even know
where it should be yet.
https://gyazo.com/a455e2bcbc147fa0
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #10 from wolthera ---
BTW, that last comment was for the first script, the second script indeed needs
a 'waitForDone':
# Import Krita
from krita import *
# Krita Instance Objects
ki = Krita.inst
https://bugs.kde.org/show_bug.cgi?id=419281
wolthera changed:
What|Removed |Added
CC||griffinval...@gmail.com
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #8 from keyth_qcfx2 ---
Does this code explain the issue better?
# Import Krita
from krita import *
# Krita
ki = Krita.instance()
ad = ki.activeDocument()
# Make a Selection
ss = Selection()
ss.select(50, 50, 1000, 1000, 255)
ad.setSelect
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #7 from keyth_qcfx2 ---
That does not WORK at all!..How do you set this is as "RESOLVED NOT A BUG"?
the ad.waitForDone() does nothing that I can see to solve this issue. I think
it might give the time to rest and do something but there
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #6 from vanyossi ---
after a quick test. ad.waitForDone() should be put after "deselect" action.
Sorry for the confusion.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=419281
vanyossi changed:
What|Removed |Added
CC||ghe...@gmail.com
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=419281
Bug Janitor Service changed:
What|Removed |Added
Status|NEEDSINFO |REPORTED
Resolution|WAITINGFORINF
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #3 from keyth_qcfx2 ---
I just copy pasted the code from the mirror tools add-on I made and sized it a
bit down so it has less lines because there is no need for so many variables.
you can open any image and just run it. it will automaticall
https://bugs.kde.org/show_bug.cgi?id=419281
--- Comment #2 from keyth_qcfx2 ---
# Import Krita
from krita import *
# Krita Instance Objects
ki = Krita.instance()
ad = ki.activeDocument()
an = ad.activeNode()
root = ad.rootNode()
# Read document size
width = ad.width() / 2
height = ad.height()
#
https://bugs.kde.org/show_bug.cgi?id=419281
Boudewijn Rempt changed:
What|Removed |Added
Resolution|--- |WAITINGFORINFO
Keywords|
14 matches
Mail list logo