cityjson / Up3date

A Blender add-on to import, edit and export 3D city models encoded in CityJSON v.1.0 format preserving geometries, attributes and semantics
MIT License
66 stars 12 forks source link

When moving an object's geometry the exporter does not export it into the new position #10

Open konmast3r opened 4 years ago

liberostelios commented 3 years ago

This is probably because when you move an object its vertices remain the same and only it's origin point is moved. We should transform the vertices according to the origin point.

For now, a workaround is to move all the vertices in Edit mode instead of just moving the object in Object mode.