cstadther / adventure-import-export

A module for Foundy VTT for packaging and installing adventures.
MIT License
15 stars 7 forks source link

Scene resizer based on exported files #108

Open mr-bo-jangles opened 3 years ago

mr-bo-jangles commented 3 years ago

I badly needed to resize a scene as it was too large for my users, couldn't find anything out there to do it so used this module to make an exported version of scenes and then wrote a python script to scale the co-ordinates of all the points.

It may be useful for others in a similar bind so I'm leaving a reference to it here: https://github.com/mr-bo-jangles/SqueezySceney

Just goes to show the useful things you can have with an import/export.