11-19-2024, 09:07 AM
Just tested.
For me it worked.
I got the following messages in the terminal. Looked like an error but in the Gimp-window was a new image and selected.
(Ubuntu 22.04)
Traceback (most recent call last):
File "/home/wiel/Gimp3/plugins/SelectPolygonTest/SelectPolygonTest.py", line 91, in run
config.set_property(
TypeError: could not convert (0.0, 0.0, 250.0, 0.0, 250.0, 250.0, 250.0, 0.0) to type 'GimpDoubleArray' when setting property 'GimpProcedureConfig-gimp-image-select-polygon.segs'
(SelectPolygonTest.py:96): LibGimp-WARNING **: 10:04:44.918: _gimp_procedure_run_array: no return values, shouldn't happen
/home/wiel/Gimp3/plugins/SelectPolygonTest/SelectPolygonTest.py:102: Warning: g_error_new: assertion 'domain != 0' failed
Gimp.main(TestImageScale.__gtype__, sys.argv)
For me it worked.
I got the following messages in the terminal. Looked like an error but in the Gimp-window was a new image and selected.
(Ubuntu 22.04)
Traceback (most recent call last):
File "/home/wiel/Gimp3/plugins/SelectPolygonTest/SelectPolygonTest.py", line 91, in run
config.set_property(
TypeError: could not convert (0.0, 0.0, 250.0, 0.0, 250.0, 250.0, 250.0, 0.0) to type 'GimpDoubleArray' when setting property 'GimpProcedureConfig-gimp-image-select-polygon.segs'
(SelectPolygonTest.py:96): LibGimp-WARNING **: 10:04:44.918: _gimp_procedure_run_array: no return values, shouldn't happen
/home/wiel/Gimp3/plugins/SelectPolygonTest/SelectPolygonTest.py:102: Warning: g_error_new: assertion 'domain != 0' failed
Gimp.main(TestImageScale.__gtype__, sys.argv)