[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-15 Thread vanyossi
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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-14 Thread keyth_qcfx2
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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=419281 Dmitry Kazakov changed: What|Removed |Added CC||dimul...@gmail.com

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-13 Thread keyth_qcfx2
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.

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-13 Thread wolthera
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] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-13 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=419281 wolthera changed: What|Removed |Added CC||griffinval...@gmail.com Ever confirmed|0

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-13 Thread keyth_qcfx2
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)

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-12 Thread keyth_qcfx2
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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-10 Thread vanyossi
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.

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-10 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=419281 vanyossi changed: What|Removed |Added CC||ghe...@gmail.com Status|REPORTED

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419281 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |REPORTED

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-08 Thread keyth_qcfx2
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

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-08 Thread keyth_qcfx2
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()

[krita] [Bug 419281] Krita Actions - Copy Paste Layer Script

2020-05-06 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=419281 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Keywords|