Commit History

fix: asegurar re-proyeccion de UVMap y preservacion de materiales PBR originales si falla el horneado en Blender
d642782

LogicalTrue commited on

fix: reemplazar materiales Phong de FBX por MeshStandardMaterial PBR para iluminacion y texturas vivas
5b5272a

LogicalTrue commited on

fix: corregir material negro en cargador FBX de Three.js ajustando color difuso a 0xffffff
9a60c72

LogicalTrue commited on

fix: normalizar escala y matriz de transformacion de FBX (centimetros a metros) en el visor Three.js
9ce7b5b

LogicalTrue commited on

feat: agregar soporte nativo de visualizacion FBX con THREE.FBXLoader para mostrar mallas cuadrilateras (Quads) en tiempo real
cb090b4

LogicalTrue commited on

fix: corregir payload de eliminacion por API de Supabase Storage y Base de Datos para evitar reaparicion al recargar F5
da85a45

LogicalTrue commited on

fix: borrar elemento de la base de datos de Supabase y remover la tarjeta de la biblioteca instantaneamente al confirmar eliminar
3e5b97d

LogicalTrue commited on

fix: sincronizar eliminacion de galeria con Supabase Storage y Base de Datos para evitar File not found 404
90ba57f

LogicalTrue commited on

feat: guardar malla optimizada como nuevo elemento independiente en Supabase DB/Storage y recargar galeria de Biblioteca
1a0b4a6

LogicalTrue commited on

fix: limpiar parametros de query (?t=timestamp) de las rutas de modelo para evitar corruptos en exportacion de Blender
3cd20bc

LogicalTrue commited on

fix: agregar cache buster con timestamp al recargar modelo optimizado en el visor 3D
286c815

LogicalTrue commited on

fix: agregar busqueda de api_name candidato (/optimize_mesh_api, /optimize_mesh, /optimize) en llamadas de optimizacion de Gradio
1f61899

LogicalTrue commited on

fix: corregir parametro del constructor de gradio_client en Python (token en lugar de hf_token)
3c1e5dc

LogicalTrue commited on

fix: reportar errores explicitos de Hugging Face en optimizacion de malla 3D sin tragar excepciones
341b36e

LogicalTrue commited on

fix: prevenir ejecucion de Blender local en Render para evitar colapso de memoria RAM de 512MB
d1040c6

LogicalTrue commited on

fix: agregar cabecera X-Session-User al endpoint de optimizacion 3D y permitir usuario guest de respaldo
71a2bbd

LogicalTrue commited on

fix: agregar ejecucion local de Blender y manejo explicito de error HTTP 405 de Gradio 5
5e234f1

LogicalTrue commited on

fix: eliminar recarga forzada de pagina (location.reload) al optimizar malla 3D y cargar modelo actualizado dinamicamente en Three.js
448babf

LogicalTrue commited on

fix: descargar modelo desde Supabase Storage si no existe en disco local antes de llamar a la API de optimizacion de Hugging Face
ffc3242

LogicalTrue commited on

fix: corregir extraccion de clean_glb y agregar logs de depuracion detallados en la optimizacion 3D
2b4bfd2

LogicalTrue commited on

fix: proteger ejecucion de QuadriFlow en modo headless de Blender para evitar cierres de sesion
34866d2

LogicalTrue commited on

fix: solucionar metodo duplicado handle_get_gallery para cargar todas las creaciones desde Supabase y Storage
0f51a8f

LogicalTrue commited on

fix: mapear columnas de Supabase (output_glb_url, output_fbx_url, input_image_url) y listar archivos de la galeria
642e9e2

LogicalTrue commited on

fix: corregir mensaje e indicador de progreso al cargar modelos 3D en el visor
76d55c8

LogicalTrue commited on

fix: definir variables glb_url y fbx_url en respuesta de optimizacion 3D
14335b1

LogicalTrue commited on

fix: actualizar bucket por defecto de Supabase Storage a creations
d78be05

LogicalTrue commited on

fix: conectar la optimizacion manual de mallas 3D al Space de Hugging Face mediante /optimize_mesh_api
2ce25e0

LogicalTrue commited on

fix: inicializar conexion SQLite (conn/cursor) al registrar trabajos de generacion 2D
1ae069b

LogicalTrue commited on

fix: conectar la verificacion y descuento de creditos a Supabase de forma dinamica en la nube
e450d37

LogicalTrue commited on

Implement handle_generate_2d method in server.py to save generated 2D concept art images
68a78b8

LogicalTrue commited on

Implement handle_get_gallery in server.py to sync models with Supabase and local storage
25df385

LogicalTrue commited on

Fix 404 Model file not found error in handle_optimize_3d by returning candidate FBX/GLB URLs
3fea37d

LogicalTrue commited on

Remove legacy inline Blender fallback code from server.py to keep Render lightweight
733f9fa

LogicalTrue commited on

Fix NameError in sanitize_and_ensure_transparent_subject to resolve infinite 3D job polling loop
b459368

LogicalTrue commited on

Enable direct browser FBX file download without invoking local Blender conversion
ab525dd

LogicalTrue commited on

Support pre-converted FBX directly from Trellis.2 Space and sync model metadata to Supabase
2c1add9

LogicalTrue commited on

Clean up CLIP classifier logging and confirm 100% stable 3D generation flow
772c571

LogicalTrue commited on

Safely release Gradio client memory and make inline Blender execution opt-in on Render Free Tier to prevent 512MB RAM OOM restart
c96453a

LogicalTrue commited on

Include tris_convert_to_quads in fast cleanup pipeline to prevent CYCLES baking memory spike
3248905

LogicalTrue commited on

Add in-memory ACTIVE_JOBS dictionary for zero-latency job status polling
8f062b8

LogicalTrue commited on

Optimize Blender execution memory footprint using single-thread flag -t 1 for Render Free Tier
0451368

LogicalTrue commited on

Implement missing handle_job_status and handle_user_active_job handlers in F23DHTTPRequestHandler
3272da9

LogicalTrue commited on

Automate Blender GLB to FBX conversion pipeline in background job immediately after Trellis output
d4f9470

LogicalTrue commited on

Enforce FBX conversion on download when model is raw GLB
457aa5f

LogicalTrue commited on

Sync credits from Supabase profiles table in backend before checking limits
f4eabb1

LogicalTrue commited on

Fetch stored nickname and profile fields directly from Supabase when opening Mi Perfil modal
c752134

LogicalTrue commited on

Add ALTER TABLE commands for nick and avatar columns in profiles
2ec116f

LogicalTrue commited on

Fix profile fallback hierarchy and select full profile fields on login
711d673

LogicalTrue commited on

Fix profile update persistence in SQLite and auto-detect Supabase session
079a58f

LogicalTrue commited on

Implement Supabase SaaS Cloud Architecture with SQL schema and direct DB sync
8ae36a5

LogicalTrue commited on