Controls / Filename
Sets the Alembic file loaded by the node.
Keep the .abc file with the project or use a portable path so the link survives moving the comp.
Alembic geometry import
Imports static or animated Alembic geometry into Fusion for lighting, materials, transforms and rendering.
Imports static or animated Alembic geometry into Fusion for lighting, materials, transforms and rendering.
Overview
Imports static or animated Alembic geometry into Fusion for lighting, materials, transforms and rendering.
Treat it as a live 3D asset loader: the .abc file supplies geometry and animation, while Fusion supplies the scene, look and render.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Incoming 3D geometry or scene branch processed by the node.
Processed 3D geometry or scene data for Merge3D, Renderer3D or another 3D node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Sets the Alembic file loaded by the node.
Keep the .abc file with the project or use a portable path so the link survives moving the comp.
Selects the object inside the Alembic file.
Leave it blank only when the file should be treated as a single imported mesh.
Displays the imported mesh as wireframe.
Useful for checking topology, scale and orientation before final rendering.
Controls whether the imported object is visible in the rendered scene.
Keeps the object in the 3D scene while hiding it from camera renders.
The object can still be useful for lighting, shadows or other scene interactions depending on the setup.
Controls whether front-facing or back-facing polygons are discarded.
Use face culling to diagnose reversed normals, inside-out geometry or single-sided surfaces.
Suppresses auxiliary 3D channels where the object is transparent.
This keeps Object ID, Material ID, normals and similar passes clean around fully transparent pixels.
Controls whether Fusion 3D lights affect the mesh.
Controls whether the mesh casts shadows.
Controls whether the mesh receives shadows from other objects.
Treats the object as a matte in the 3D composite.
Use matte objects for holdouts and technical occlusion rather than as ordinary visible geometry.
Selects the 3D blend mode for this renderer.
Chooses how the object is combined in the selected 3D renderer.
Selects the 3D blend mode for this renderer.
Chooses how the object is combined in the selected 3D renderer.
Sets the gain of the effect.
Sets the display length of the normal and tangent guides.
This affects the diagnostic overlay, not the actual geometry.
Shows Normals in the Viewer for setup or diagnostics.
Viewer guides do not normally change the rendered image unless the control explicitly says otherwise.
Shows Tangents in the Viewer for setup or diagnostics.
Viewer guides do not normally change the rendered image unless the control explicitly says otherwise.
Assigns the Object ID written to the render passes.
Object IDs provide a clean way to isolate individual 3D objects after rendering.
Sets the base diffuse color of the material.
Sets the alpha contribution of the diffuse material.
Sets the overall opacity of the imported object.
Sets the color of specular highlights.
Sets the strength of specular highlights.
Raise it for a glossier response; lower it for a more matte surface.
Controls the size and hardness of specular highlights.
Higher values produce tighter highlights; lower values spread them over a broader area.
Controls how the material transmits light through the surface.
Controls whether the material responds to scene lighting.
Controls whether the object or material receives shadows.
Renders the material on both sides of the polygons.
Useful for thin cards, planes and imported meshes whose reverse side must remain visible.
Assigns the Material ID written to the render passes.
Material IDs can be used later to isolate surfaces in compositing.
Sets translation on the X, Y and Z axes.
Sets the 3D rotation order.
Defines the order in which the three rotation axes are evaluated. Orders include XYZ, XZY, YXZ, YZX, ZXY, and ZYX.
Sets rotation on the X, Y and Z axes.
Sets the pivot position on the X, Y and Z axes.
Links the X, Y and Z values for scale.
Sets the overall scale of the imported mesh.
Alembic files from different 3D applications may arrive at a different scene scale, so this is often one of the first controls to check.
Orients the object, light or camera toward a target point.
Use Target is convenient for aim-at rigs because the orientation follows the target as either element moves.
Imports compatible position, rotation and scale animation from another source.
Practical setup
Create or import the geometry that AlembicMesh3D will work with.
Insert AlembicMesh3D at the point where the 3D behavior should change.
Inspect the AlembicMesh3D result in a 3D Viewer with a simple camera and light before building the final rig.
Keep transforms, materials and AlembicMesh3D-specific overrides in clearly separated parts of the scene.
Merge the finished AlembicMesh3D branch into the scene and render it through Renderer3D.
Examples
AlembicMesh3D processes a geometry branch before it enters the main scene.
AlembicMesh3D is isolated in its own branch for easier debugging and reuse.
Troubleshooting
Production notes
Related nodes