Yesterday, 09:39 AM
Hi, tried using the ofn3-layer-tiles plugin yesterday and ran into issues with the tool.
After selecting the tool and entering the relevant config data (2 columns, 2 rows, keep in place, ...) I am getting an error message:
[attachment=13244]
Traceback:
gimp: 3.0.2
operating system: Linux Mint 21.3
In case I can add other information, don't hesitate to ask
After selecting the tool and entering the relevant config data (2 columns, 2 rows, keep in place, ...) I am getting an error message:
[attachment=13244]
Traceback:
Quote:Traceback (most recent call last):
File "/home/#######/system/gimp_plugins/ofn3-layer-tiles/gimphelpers.py", line 111, in wrapped
result=implementation(procedure, run_mode, image, drawables, config, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/#######/system/gimp_plugins/ofn3-layer-tiles/ofn3-layer-tiles.py", line 209, in layerToTilesRC
layerToTiles(image,layer,pattern,tilesDataRC(layer,rows,columns),rowsFirst,disposition)
File "/home/#######/system/gimp_plugins/ofn3-layer-tiles/ofn3-layer-tiles.py", line 187, in layerToTiles
image.insert_layer(tile, layer.get_parent(),layer.get_position())
^^^^^^^^^^^^^^^^^^
AttributeError: 'Layer' object has no attribute 'get_position'. Did you mean: 'get_lock_position'?
gimp: 3.0.2
operating system: Linux Mint 21.3
In case I can add other information, don't hesitate to ask