-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polygon/polyline SRT bake #816
Comments
What are "SRT values"? |
Oh I'm sorry: scale, rotate, translate :) |
Ah, alright. Why not "bake" your polygons during or after loading the map? Resizing for polygons is btw implemented as part of #593, which will hopefully be ready for merging at some point. |
#593 was merged and the improved resizing features were released as part of Tiled 0.12. I still don't see a real value in manually baking such objects as opposed to doing this on loading the map, so I'll close this issue. If baking in Tiled is important, I would suggest to solve this with a user script once #949 is implemented. |
Rectangles and ellipses have a very handy resize handle that polygons and polylines currently seem to lack – it would be great to have that there as well.
While rotation and translation work great, they currently fill object properties with SRT values. I think it would make sense to add a "bake" option for polygons and polylines to convert vertices to absolute values.
The text was updated successfully, but these errors were encountered: