What is the C4D file format?
.c4d files store 3D models and scene data created with Cinema 4D, a professional 3D modeling and rendering application developed by Maxon Computer GmbH. Cinema 4D offers many advanced tools for creating and animating 3D models and their environments, including lighting, texturing and simulation.
.c4d is a proprietary binary format with no published specification. Files saved in a newer Cinema 4D release cannot be opened by older versions of the software.
.c4d files store information about the full scene hierarchy and setup. Each .c4d file can contain the following elements:
- object geometry (meshes, splines and generators)
- position, rotation and pivot points
- materials and shaders
- cameras, lights and render settings
- animation tracks and keyframes
Textures are typically stored as external references rather than embedded inside the file. Sharing a .c4d without its tex folder results in missing materials; use File > Save Project with Assets to bundle everything together.
Additional tools and features for Cinema 4D are available as dedicated plugins. For example, the PyroCluster plugin adds a toolset for creating various smoke and fire effects. Alternative rendering engines - such as Redshift (Maxon's own renderer), Octane Render or Corona Renderer - store additional data inside .c4d files and require the matching renderer installed to display correctly.
Cinema 4D models saved in .c4d files can be imported into other rendering programs, or first exported to interchange formats such as .FBX or .OBJ. Some programs require the user to manually import the file from the menu - for example, Adobe After Effects uses the built-in Cineware plugin - while others automatically import data from .c4d files placed in a specific folder, as is the case with the Unity environment.
Security & safety
RISK: LOWA .c4d is a passive data file and doesn't execute code on its own, so the format is low risk. Two practical cautions: Cinema 4D scenes can run Python tags/expressions, so only open project files from sources you trust; and 'free Cinema 4D' or 'C4D viewer' download sites are frequently bundled with adware or cracked installers - get Cinema 4D and Cineware only from Maxon. Remember a .c4d shared without its texture assets will open with missing materials (a workflow issue, not a security one).
Format details
in a nutshell- Cheetah3D / generic 3D exports - A few other 3D tools have read/written .c4d-named data, but the dominant meaning is the Maxon Cinema 4D scene file.
Programs that open C4D files
Technical details
deep spec| Format type | Proprietary binary 3D scene container |
| Encoding | Binary, little-endian byte order |
| Developer | Maxon Computer GmbH |
| Supported platforms | Windows, macOS |
| MIME type | application/octet-stream (unofficial: model/vnd.cinema4d) |
| Internal compression | Proprietary packing; not a standard ZIP or deflate container |
| Scene object types | Meshes, NURBS, splines, generators, deformers, MoGraph cloners and effectors |
| Animation system | Timeline keyframes, motion clips, XPresso node-based expression rigs |
| Version compatibility | Not forward-compatible - newer .c4d files cannot be opened by older Cinema 4D releases |
| Texture handling | Textures referenced externally (tex subfolder); bundled via File > Save Project with Assets |
| Third-party renderer data | Redshift, Octane, Arnold and other engine settings stored inline within the .c4d file |
| Direct import support | Adobe After Effects (Cineware plugin, bundled) and Unity (Assets folder auto-import) |
| Typical file size | Hundreds of KB to several GB depending on geometry complexity and simulation caches |
| Magic bytes / header | No published fixed signature; identified by proprietary internal versioning, not a public magic string |
| Encryption | None; external asset references are not encrypted within the file |
| Released | 1990 (Cinema 4D 1.0 by Maxon; originally on the Amiga) |
| Latest version | Cinema 4D 2025 release line (Maxon now uses year-based versioning since 'Cinema 4D 2023') |
| Specification | www.maxon.net |
C4D conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about C4D files.