How to Open .max Files in Cinema 4D
Cinema 4D won't open .max files and FBX export destroys every Corona and V-Ray material on the way out. Here's how to actually do it.
No — Cinema 4D cannot open .max files natively. The format is proprietary to Autodesk 3ds Max.
To open a .max scene in Cinema 4D with all Corona and V-Ray materials intact, use a dedicated converter like MAX2C4D — it reads the .max file through 3ds Max and rebuilds every material as a native C4D shader. Average benchmark: 847 objects, 43 seconds.
FBX Export
Strips every Corona and V-Ray material on the way out
Free converters
Limited Corona/V-Ray support, no node graphs, often abandoned
MAX2C4D
Native Corona & V-Ray shaders, node-by-node, batch-ready
Why .max Is a Closed Format
Autodesk owns the .max format. Only 3ds Max can read it natively.
A serialized snapshot, not an interchange format
3ds Max stores everything about a scene in a single proprietary binary container: geometry, materials, modifiers, plugin data, render settings, animation controllers, and the entire scene graph hierarchy. The .max format has no public specification — Autodesk has never documented its internal structure, and the format changes between 3ds Max versions.
That's fundamentally different from FBX or OBJ, which are designed to transfer specific types of data between applications. A .max file is a serialized snapshot of the entire 3ds Max runtime state, including references to third-party plugins.
What lives inside a .max file
- ·Corona materials — CoronaPhysicalMtl, CoronaBitmap, CoronaColorCorrect, CoronaMixMtl, CoronaLayeredMtl, and 20+ other material and shader types with all their interconnected parameters.
- ·V-Ray materials — VRayMtl, VRayBlendMtl, VRayFastSSS2, VRayLightMtl, and the full V-Ray shading tree with BRDF models, coat layers, and subsurface scattering.
- ·Render settings — GI solver, denoiser, tone mapping curves, LUT files, progressive limits, environment overrides.
- ·Plugin-specific data — ForestPack scatter, RailClone parametric geometry, Tyflow particles, Phoenix FD simulations — all stored as plugin-native binary blobs.
None of this data is accessible without 3ds Max itself. The only way to read a .max file is through the 3ds Max SDK, running inside an active 3ds Max session. That's why every approach to opening .max in Cinema 4D needs 3ds Max somewhere in the pipeline — the question is just whether you do that work yourself or let a tool handle it.
For an exhaustive list of converters, exporters and asset bridges in the 3ds Max → C4D ecosystem, see all 3ds Max → C4D tools (2026).
Method 1: FBX Export (and Why It Fails)
Avoid for archvizGeometry comes through. Everything else gets stripped.
The traditional approach: open the .max in 3ds Max, export to FBX, import the FBX in Cinema 4D. It sounds straightforward, but the result is almost always disappointing — FBX is a geometry interchange format and was never designed to carry renderer-specific material graphs.
What you get
- ·Geometry & meshes
- ·Object hierarchy
- ·Bones & animation keyframes
What you lose
- ×All Corona & V-Ray materials
- ×Node graph connections (flattened)
- ×Multi/Sub-Object assignments
- ×Render settings & tone mapping
- ×Texture paths (UNC, NAS, cloud)
- ×Corona/V-Ray lights, IES, cameras
The result: gray, untextured geometry with an empty material editor. Then 4 to 8 hours of manual material rebuilding per scene, copying every CoronaBitmap, every CoronaColorCorrect chain, every Multi/Sub-Object assignment by hand from screenshots of the original Max scene. For a scene with 200+ materials, this isn't viable.
Side-by-side breakdown: MAX2C4D vs FBX Export. If you've been considering rebuilding by hand, see why the manual rebuild approach doesn't scale.
Method 2: Free Converters & MaxToC4D
Limited supportFree options exist. Most stop at Standard materials.
A handful of community plugins and free converters claim to bridge .max files into Cinema 4D — the most-cited being MaxToC4D. They typically work fine for basic geometry plus simple Standard materials, but break down on real archviz scenes the moment Corona or V-Ray is involved.
The common limitations across free tools:
- ·No Corona materials guide support — CoronaPhysicalMtl, CoronaBitmap, CoronaColorCorrect chains are dropped or replaced with Standard.
- ·No V-Ray render settings pipeline — VRayMtl, VRayBlendMtl, the ~130-parameter VideoPost render config: none of it crosses over.
- ·Often unmaintained — many tools are abandoned side-projects last updated 5+ years ago, frozen on a single 3ds Max version.
- ·Inconsistent Multi/Sub-Object handling, broken texture paths on UNC/NAS, and missing ForestPack/RailClone support.
For asset shopping (a single .max from 3dsky with simple Standard materials), free converters can be enough. For client work — Corona / V-Ray scenes that need to render the same on the C4D side — the gap between free and paid is the difference between “mostly works for geometry” and “ships to client tomorrow.”
Detailed feature-by-feature comparison: MaxToC4D alternative comparison.
Method 3: MAX2C4D — Open .max Files Directly from Cinema 4D
RecommendedReads .max through 3ds Max. Rebuilds materials as native Corona/V-Ray shaders. Done in seconds.
MAX2C4D takes a completely different approach. Instead of relying on FBX as a middleman, it reads your .max file directly through 3ds Max and transfers every piece of scene data to Cinema 4D — including everything FBX drops.
How it works
- 1
Select .max from Cinema 4D
Open the MAX2C4D importer inside Cinema 4D and browse to your .max file. No need to open 3ds Max yourself.
- 2
Headless 3ds Max export
MAX2C4D launches 3ds Max in the background, reads the .max via the official SDK, exports geometry as OBJ (27× faster than FBX) and serializes scene data as JSON.
- 3
Cinema 4D rebuilds the scene
C4D reads the JSON and rebuilds every Corona and V-Ray material node-by-node — 80+ shader nodes mapped, Multi/Sub-Object becomes polygon Selection Tags, lights and cameras restored.
Drag the slider — same scene, side by side


What Transfers When You Open a .max File
Not just geometry — the full scene structure, including renderer-specific data no interchange format can carry.
Corona Renderer
- CoronaPhysicalMtl, CoronaLegacyMtl, CoronaLightMtl
- CoronaBitmap, CoronaColorCorrect, CoronaMixMtl
- CoronaLayeredMtl, CoronaRaySwitch, CoronaSelect
- CoronaNormal, CoronaTriplanar, CoronaAO
- CoronaSun, CoronaMoon, CoronaLight (all shapes)
- 20+ material and shader node types total
Deep dive: Corona materials guide
V-Ray Renderer
- VRayMtl, VRayBlendMtl, VRayFastSSS2, VRayLightMtl
- VRayBitmap, VRayColor, VRayColorCorrect
- VRayTriplanarTex, VRayNormalMap, VRayDirt
- VRayHDRI, VRayMultiSubTex, VRayMtlWrapper
- VRaySun, VRayLight, VRayIES, VRayDomeLight
- 15+ material types, ~130 render parameters
Deep dive: V-Ray lights & render settings
Scene Data
- 80+ shader node types
- Full material graph nesting
- Multi/Sub-Object → Selection Tags
- Lights with IES & color temp
- Physical cameras with DOF
Render Settings
- GI solver configuration
- Progressive rendering limits
- Denoiser settings
- Tone mapping & LUT
- Environment overrides
Full list: Features
Extras
- ForestPack → Chaos Scatter
- Texture paths auto-resolved
- UNC & network paths supported
- Per-camera overrides
- VFB2 layers (V-Ray)
“The V-Ray graphs come through node-for-node. We stopped reshading purchased assets — the look matches the preview straight after import.”
Opening .max Files on Mac
3ds Max is Windows-only. Cinema 4D for Mac isn't.
The MAX2C4D importer plugin runs natively on macOS, including Apple Silicon (arm64). Run the exporter on a Windows machine with 3ds Max installed to convert the .max file into the intermediate format. Copy the output folder to your Mac and open the project in Cinema 4D — the C4D importer reads the scene data and rebuilds everything natively, no Windows dependency at runtime.
Especially useful for studios that use 3ds Max for asset creation but run their Cinema 4D pipeline on macOS. Convert once on a Windows workstation, then share the C4D project across the Mac team. For studio-wide rollouts and licensing patterns, see the studio migration playbook and studio use cases.
Explore the rest of MAX2C4D
Features
Every supported material, shader and renderer setting.
How it works
Step-by-step walkthrough of a real conversion.
vs FBX
Side-by-side breakdown of what FBX destroys.
vs Manual rebuild
Why one-by-one rebuilding never scales.
Showcase
Real archviz scenes converted by studios.
Use cases
Asset libraries, client deliveries, studio migrations.
Batch exporter
Convert 40 .max files overnight, unattended.
Pricing
One-time purchase. 1 year of updates. Money-back guarantee.
Related Guides
Convert 3ds Max Scenes to Cinema 4D
Full conversion guide — geometry, materials, lights, cameras and render settings.
Corona Materials in Cinema 4D
How every Corona material type and shader node transfers from 3ds Max.
V-Ray 3ds Max to Cinema 4D
Converting V-Ray materials, lights and ~130 render parameters cleanly.
Studio Migration Playbook
Rolling Max → C4D across an archviz studio without dropping deadlines.
Forest Pack to Chaos Scatter
How scatter density, slope limits and clusters map to Chaos Scatter.
3dsky / Evermotion Assets in C4D
How to use .max archviz asset libraries in Cinema 4D without losing materials.
Frequently Asked Questions
Stop rebuilding materials. Open your .max files properly.
847 objects. 43 seconds. Every Corona and V-Ray node intact.