fix: support gltf uploads with local preview

This commit is contained in:
Tom Boullay
2026-04-27 11:07:16 +02:00
parent 078e687e86
commit 4c3a687ff8
19 changed files with 136 additions and 98 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ export interface DiffResult {
* the remote file map.
*
* Rules:
* - Models: always re-pushed (compression makes size comparison unreliable),
* - Models: always re-pushed,
* but marked as 'unchanged' in the commit message when the folder already
* exists (we can't know if the model really changed after Blender).
* exists (we keep the current behavior of always delivering the model file).
* - Textures: compared by size (not compressed, reliable).
* - Orphan remote files: classified as deletions.
*/