fix: support gltf uploads with local preview
This commit is contained in:
+2
-2
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user