chore: snapshot workflow migration progress

This commit is contained in:
2026-04-12 11:49:04 +02:00
parent 0cd02513d5
commit 3e810c74a3
163 changed files with 31774 additions and 2753 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class RenderConfig(BaseModel):
blender_eevee_samples: int = 64
thumbnail_format: str = "jpg"
blender_smooth_angle: int = 30
cycles_device: str = "auto"
cycles_device: str = "gpu"
render_backend: str = "celery"
product_thumbnail_priority: list[str] = Field(
default_factory=lambda: ["latest_render", "cad_thumbnail"]