[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-20 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

Emmet O'Neill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/0f6f9799c |hics/krita/commit/26a5a608d
   |6caa63cbe2bdad0e20018b2f302 |fc877151df5d0484607eda664b8
   |5f39|4217

--- Comment #8 from Emmet O'Neill  ---
Git commit 26a5a608dfc877151df5d0484607eda664b84217 by Emmet O'Neill, on behalf
of Eoin O'Neill.
Committed on 21/06/2022 at 03:01.
Pushed by emmetoneill into branch 'krita/5.1'.

Fix undo redo frame content updates. Autokey bug should be fully fixed
now.

M  +44   -6libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp

https://invent.kde.org/graphics/krita/commit/26a5a608dfc877151df5d0484607eda664b84217

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-20 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

--- Comment #6 from Emmet O'Neill  ---
Git commit 144e1c3a07b4750007118e8970b964a1432e9dd1 by Emmet O'Neill.
Committed on 21/06/2022 at 03:00.
Pushed by emmetoneill into branch 'krita/5.1'.

Identified cause of bug, unable to find a solution currently...

M  +3-1libs/image/kis_node.cpp

https://invent.kde.org/graphics/krita/commit/144e1c3a07b4750007118e8970b964a1432e9dd1

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-20 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

--- Comment #7 from Emmet O'Neill  ---
Git commit 1ac9512a92b86df078312974e4abc84b54e2e951 by Emmet O'Neill.
Committed on 21/06/2022 at 03:01.
Pushed by emmetoneill into branch 'krita/5.1'.

Animation: Re-added AutoKey support to filters.

After moving AutoKey functionality out of KisTransaction and into the
calling strokes, we've now re-added the functionality to filter changes
too.

On top of that we've added registered AutoKey changes with the undo
system. (Though it requires 2 separate undos for now.)

M  +1-1libs/image/KisAnimAutoKey.h
M  +2-1libs/image/kis_keyframe_commands.cpp
M  +4-0libs/image/kis_layer_utils.h
M  +2-1libs/ui/kis_filter_manager.cc
M  +54   -17   libs/ui/tool/strokes/kis_filter_stroke_strategy.cpp
M  +2-1libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp

https://invent.kde.org/graphics/krita/commit/1ac9512a92b86df078312974e4abc84b54e2e951

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

Eoin O'Neill  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/0f6f9799c
   ||6caa63cbe2bdad0e20018b2f302
   ||5f39
 Resolution|--- |FIXED

--- Comment #5 from Eoin O'Neill  ---
Git commit 0f6f9799c6caa63cbe2bdad0e20018b2f3025f39 by Eoin O'Neill.
Committed on 16/06/2022 at 20:28.
Pushed by eoinoneill into branch 'master'.

Fix undo redo frame content updates. Autokey bug should be fully fixed
now.

M  +44   -6libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp

https://invent.kde.org/graphics/krita/commit/0f6f9799c6caa63cbe2bdad0e20018b2f3025f39

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

--- Comment #4 from Eoin O'Neill  ---
Git commit 38fec364f48b32bddf7488202e44c8ad28f54d73 by Eoin O'Neill, on behalf
of Emmet O'Neill.
Committed on 16/06/2022 at 20:28.
Pushed by eoinoneill into branch 'master'.

Animation: Re-added AutoKey support to filters.

After moving AutoKey functionality out of KisTransaction and into the
calling strokes, we've now re-added the functionality to filter changes
too.

On top of that we've added registered AutoKey changes with the undo
system. (Though it requires 2 separate undos for now.)

M  +1-1libs/image/KisAnimAutoKey.h
M  +2-1libs/image/kis_keyframe_commands.cpp
M  +4-0libs/image/kis_layer_utils.h
M  +2-1libs/ui/kis_filter_manager.cc
M  +54   -17   libs/ui/tool/strokes/kis_filter_stroke_strategy.cpp
M  +2-1libs/ui/tool/strokes/kis_painter_based_stroke_strategy.cpp

https://invent.kde.org/graphics/krita/commit/38fec364f48b32bddf7488202e44c8ad28f54d73

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-06-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

--- Comment #3 from Eoin O'Neill  ---
Git commit ed4e85405ec9dc687cb49bc351f1696f5ab1647a by Eoin O'Neill, on behalf
of Emmet O'Neill.
Committed on 16/06/2022 at 20:28.
Pushed by eoinoneill into branch 'master'.

Identified cause of bug, unable to find a solution currently...

M  +3-1libs/image/kis_node.cpp

https://invent.kde.org/graphics/krita/commit/ed4e85405ec9dc687cb49bc351f1696f5ab1647a

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-05-16 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

--- Comment #2 from Emmet O'Neill  ---
Bisected to commit b3b33ae23426a96954e82839b8af5285924719ec.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453682

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||tomtomtomreportingin@gmail.
   ||com
 Status|REPORTED|CONFIRMED

--- Comment #1 from tomtomtomreportin...@gmail.com ---
Noticed the exact same thing, haven't been able to reproduce it 100% but it's
quite common.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 453682] Animation / Multithreading : Creating animations with AutoKey causes Krita to get stuck in an unusable state.

2022-05-11 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=453682

Emmet O'Neill  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |emmetoneill@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.