mapeditor/tiled






Do you want to work on this issue?
You can request for a bounty in order to promote it!
Scripting API - TiledObject - Allow for invisible / readonly custom properties #3245
BlaXun posted onGitHub
When placing a Object on an Object layer it gets an ID and Template assigned. Both are readonly. I think it would be great if custom properties could either be invisible (not prefered) or be marked as readonly upon creation (prefered).
The use-case for this is that I am developing tools that create objects. I would like to assign the current extension version to the created object so I can later track down deprecated/old objects that need an update when my extension changed. Having a editable custom property (which is what I have right now) is pretty error prone