[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447807

amyspark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/8eff6eed1 |hics/krita/commit/ccf08a00e
   |cba30339f23c53001f750aeea49 |75b5f9213f7919eb04660dc6f4d
   |d5e4|0cb9

--- Comment #6 from amyspark  ---
Git commit ccf08a00e75b5f9213f7919eb04660dc6f4d0cb9 by L. E. Segovia, on behalf
of Halla Rempt.
Committed on 04/01/2022 at 16:58.
Pushed by lsegovia into branch 'krita/5.0.0'.

Update the FilLayer when the config is set from Python

When setting the filter from FillLayer,

filter()->compareTo(filterConfig.constData())

returns true, so the layer never gets updated.

(cherry picked from commit 60141f1b8e77ba24e927075a174aba9959a10175)

M  +5-4libs/image/generator/kis_generator_layer.cpp
M  +2-2libs/image/generator/kis_generator_layer.h
M  +2-2libs/image/kis_adjustment_layer.cc
M  +1-1libs/image/kis_adjustment_layer.h
M  +2-2libs/image/kis_filter_mask.cpp
M  +1-1libs/image/kis_filter_mask.h
M  +1-1libs/image/kis_node_filter_interface.cpp
M  +6-1libs/image/kis_node_filter_interface.h
M  +2-3libs/libkis/FillLayer.cpp

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

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

[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447807

amyspark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/60141f1b8 |hics/krita/commit/8eff6eed1
   |e77ba24e927075a174aba9959a1 |cba30339f23c53001f750aeea49
   |0175|d5e4

--- Comment #5 from amyspark  ---
Git commit 8eff6eed1cba30339f23c53001f750aeea49d5e4 by L. E. Segovia, on behalf
of Halla Rempt.
Committed on 04/01/2022 at 16:58.
Pushed by lsegovia into branch 'krita/5.0'.

Update the FilLayer when the config is set from Python

When setting the filter from FillLayer,

filter()->compareTo(filterConfig.constData())

returns true, so the layer never gets updated.

(cherry picked from commit 60141f1b8e77ba24e927075a174aba9959a10175)

M  +5-4libs/image/generator/kis_generator_layer.cpp
M  +2-2libs/image/generator/kis_generator_layer.h
M  +2-2libs/image/kis_adjustment_layer.cc
M  +1-1libs/image/kis_adjustment_layer.h
M  +2-2libs/image/kis_filter_mask.cpp
M  +1-1libs/image/kis_filter_mask.h
M  +1-1libs/image/kis_node_filter_interface.cpp
M  +6-1libs/image/kis_node_filter_interface.h
M  +2-3libs/libkis/FillLayer.cpp

https://invent.kde.org/graphics/krita/commit/8eff6eed1cba30339f23c53001f750aeea49d5e4

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

[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447807

amyspark  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/60141f1b8
   ||e77ba24e927075a174aba9959a1
   ||0175
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from amyspark  ---
Git commit 60141f1b8e77ba24e927075a174aba9959a10175 by L. E. Segovia, on behalf
of Halla Rempt.
Committed on 04/01/2022 at 16:44.
Pushed by lsegovia into branch 'master'.

Update the FilLayer when the config is set from Python

When setting the filter from FillLayer,

filter()->compareTo(filterConfig.constData())

returns true, so the layer never gets updated.

M  +5-4libs/image/generator/kis_generator_layer.cpp
M  +2-2libs/image/generator/kis_generator_layer.h
M  +2-2libs/image/kis_adjustment_layer.cc
M  +1-1libs/image/kis_adjustment_layer.h
M  +2-2libs/image/kis_filter_mask.cpp
M  +1-1libs/image/kis_filter_mask.h
M  +1-1libs/image/kis_node_filter_interface.cpp
M  +6-1libs/image/kis_node_filter_interface.h
M  +2-3libs/libkis/FillLayer.cpp

https://invent.kde.org/graphics/krita/commit/60141f1b8e77ba24e927075a174aba9959a10175

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

[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447807

amyspark  changed:

   What|Removed |Added

 CC||contact@davidgarcia.online

--- Comment #3 from amyspark  ---
*** Bug 447892 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=447807

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/1277

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

[krita] [Bug 447807] Document.refreshProjection() does not refresh for Fill Layers

2022-01-04 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=447807

Halla Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||ha...@valdyas.org

--- Comment #1 from Halla Rempt  ---
I can confirm the issue. I also see that the call to setGenerator returns True,
so that is not the problem.

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