mapeditor/tiled
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Scripting: Allow MapObjects in Tool previews #3383
eishiya posted onGitHub
Currently, only Tile Layers in scripted tool previews are rendered. This means that any scripted tools that add Objects are unable to show a preview, and the user must work blindly. It would be useful if Object layers added to the tool's preview
were also rendered.
In addition, it looks like map.merge()
will ignore any Object Layers and only merge Tile Layers. I think Object Layers should be merged too.