b583b0d7a2
- Per-render-position focal_length_mm/sensor_width_mm (DB → pipeline → Blender)
- FOV-based camera distance with min clamp fix for wide-angle lenses
- Unmapped materials blocking dialog on "Dispatch Renders" with batch alias creation
- Material check endpoint (GET /orders/{id}/check-materials)
- Batch alias endpoint (POST /materials/batch-aliases)
- Quick-map "No alias" badges on Materials page
- Full product hard-delete with storage cleanup (MinIO + disk files + orphaned CadFile)
- Delete button on ProductDetail page with confirmation
- Clickable product names in Media Browser (links to product page)
- Single-line render dispatch/retry (POST /orders/{id}/lines/{id}/dispatch-render)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
286 B
Python
4 lines
286 B
Python
# Compat shim — use app.domains.materials.service instead
|
|
from app.domains.materials.service import resolve_material_map, seed_material_aliases_from_mappings, find_unmapped_materials
|
|
__all__ = ["resolve_material_map", "seed_material_aliases_from_mappings", "find_unmapped_materials"]
|