🎨
Design Tools
Blender
LiveEasy · 5 minutes setup
Your Blender 3D models go straight to Fenicher — upload GLB or STEP files, and Fenicher converts, optimises, and hosts them with AR and analytics included.
Export GLB from Blender — drag and drop into Fenicher
Automatic LOD optimisation for web and AR
Supports PBR materials (base color, roughness, metallic, normal)
Preserve UV maps and mesh precision
STEP file upload for factory handover
How to set it up
1
Finalise your model in Blender
Apply all transforms (Ctrl+A → All Transforms). Ensure materials use Principled BSDF for accurate PBR export.
2
Export as GLB
File → Export → glTF 2.0 (.glb/.gltf). Settings: Format = GLB, Include = Selected Objects, Geometry = Apply Modifiers.
# Blender Python export (optional automation)
import bpy
bpy.ops.export_scene.gltf(
filepath="/path/to/model.glb",
export_format='GLB',
export_apply=True,
export_materials='EXPORT'
)3
Upload to Fenicher
In your Fenicher workspace → Assets → Upload → drag the .glb file. Fenicher optimises it automatically for web and AR.
4
Share
Once processed, click Share → Copy Viewer Link. Your client can view it in full 3D and AR from any device.
Best for
- →3D artists delivering to furniture brands
- →Retainer artists uploading monthly deliverables
- →In-house design teams
Ready to set up Blender?
Start your 30-day free trial — no credit card required.