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

Add support for textures #4

Open konmast3r opened 4 years ago

LaurensJN commented 3 years ago

Bump this.

Do you have any idea how to deal with this problem? Textures are stored like materials in Blender, so a distinction should be made.

Maybe a custom property could be added to the 'material' tab: isTexture (bool). If it is set to True, it should be exported as texture instead of as material?

gdmhrobal commented 2 years ago

HI, we forked this repo and added the possibilyt to export the objects with textures (at the moment with some little bugs). And we are also add a the possiblitit to add materials through contextmenues.