3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

Issue 675 - do not write UV channel count if we're not writing UVs #676

Closed carmenfan closed 7 months ago

carmenfan commented 7 months ago

This fixes #675

Description

Fixes a bug when Synchro importer sometimes gives us empty UV channels, we are not storing an empty buffer to match but the UV channel is still recorded as > 0

Test cases

the 2 models in the sharepoint folder should now import successfully.