domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.45k stars 1.33k forks source link

Upgrade Tyf to include XMP support? #675

Open CharlieTemplar opened 2 years ago

CharlieTemplar commented 2 years ago

I've used workaround of using xml ElementTree to read (EXIF) XMP values, but it means opening a second copy of the geophoto. Latest Tyf supports XMP directly, but I read it breaks geophotos. [downgrade Tyf lib (geophotos import is broken with since v1.3.0](https://github.com/domlysz/BlenderGIS/commit/f787c7ecac127ae30c81afe5f7cd72ecacd7670b) What is broken and is it maybe fixed now? Maybe I can help fix geophotos?

CharlieTemplar commented 2 years ago

I updated to 1.4.3 Tyf and after changing the imports to "." instead of Tyf, was just a few edits to use values instead of tags and the fact that GPSLatitudeRef in now text (N or S) instead of 1 or -1 Now seems to be working fine with geophotos, and particularly my dronecam mod. So please upgrade Tyf

CharlieTemplar commented 1 month ago

recently upgraded to 1.5.1 and working well. Minimal changes to blendergis required.