Commit Graph

14 Commits

Author SHA1 Message Date
Tom Boullay 3a7a5e2eea upadte: clean code + add next cloud 2026-04-14 16:21:37 +02:00
Tom Boullay 3adcf9d30e fix: skip model size comparison in diff check (Blender compression changes size)
Models are always re-pushed server-side since Draco compression changes
the file size, making client/remote size comparison unreliable.
Textures are still compared by size (not compressed, reliable).
Client-side diff now only flags models as 'new' if absent from remote,
and never as 'changed' (server handles the actual push decision).
2026-04-14 14:48:59 +02:00
Tom Boullay 91eaa5d186 fix: replace SHA comparison with file size for LFS compatibility + add NoChangesModal
Git LFS stores pointer files whose SHA differs from the actual blob SHA,
causing false-positive diffs on every upload. Switching to file size
comparison resolves this for LFS-enabled repos.

Also replaces the inline error message with a dedicated NoChangesModal
when no differences are detected, offering cancel (reset) or modify
(close modal) actions.
2026-04-14 14:39:19 +02:00
Tom Boullay f9e15d5e1f fin du refactp 2026-04-14 14:27:50 +02:00
Tom Boullay e9ae6ffc41 debut refacto 2026-04-14 14:18:40 +02:00
Tom Boullay ab9685b6ee upatde: dockerfile init blender 2026-04-14 14:06:04 +02:00
Tom Boullay 2b3d02e489 update: add gestion erreur si dossier est existant 2026-04-14 13:26:49 +02:00
Tom Boullay c795082ca4 fix: one commit 2026-04-14 12:17:06 +02:00
Tom Boullay 0a3d159bad update: remove docker 2026-04-14 10:54:43 +02:00
Tom Boullay 348e281ee6 fix: issue on viewer 2026-04-05 12:32:38 +02:00
Tom Boullay adeca383bc update: fix packages 2026-04-03 13:45:23 +02:00
Tom Boullay 7ce3d61110 update: add a gltf viewer 2026-04-03 11:32:56 +02:00
Tom Boullay 5007a255da update: add gitgnore 2026-04-03 10:41:56 +02:00
Tom Boullay a730946ad2 init du repo 2026-04-03 10:22:24 +02:00