Cascadeur 2026.2 Adds Animation Layers

Cascadeur 2026.2 previews additive animation layers, easing controls, localised UI packs, environmental posing and Python workflow updates.
An advanced animation software interface showcasing a humanoid model with a streamlined, gray exterior, positioned in a dynamic pose with one arm extended. Surrounding panels display intricate controls, timelines, and keyframes, illuminated by a soft gradient background that highlights the model's form. The scene reflects a high-tech creative workspace.

For those who don’t know the tool: Cascadeur is Nekki’s standalone character-animation application for keyframing, editing imported motion and applying AI-assisted posing, interpolation and physics tools. It exchanges animation with Blender, Autodesk Maya, Autodesk 3ds Max, Unity and other DCCs through FBX, DAE, USD and glTF-family formats, while a dedicated Live Link connects supported versions of Unreal Engine.

Additive animation layers

The headline addition is Animation Layers, currently labelled as an alpha. It separates an object’s motion into multiple layers, each storing its own animation data. Cascadeur adds the enabled layers together during playback to form the resulting motion.

A skeletal 3D character model poses in an animation software interface, set against a soft gray backdrop. The model, with a jointed frame and simplistic features, displays a dynamic stance. An accompanying panel labeled'ANIMATION LAYERS' offers tools for adding motion, while an interface below showcases various timeline options, enhancing the creative flow.

This is an artist-facing layer system rather than a new motion-generation algorithm. The attraction is non-destructive separation. Animators could keep locomotion on a base layer and isolate corrections, offsets or secondary performance on additional layers. That is a workflow interpretation, not a guarantee that every such use case is implemented in the alpha. Nekki explicitly describes this as the first iteration and says more functionality will follow.

Studios should also establish what happens when layered animation leaves Cascadeur. The application commonly transfers work through FBX, COLLADA, OpenUSD and glTF, but the preview does not specify whether additive layers remain editable entities, are flattened automatically or require an explicit bake before export.

Easing moves onto the timeline

The new Easing controls adjust motion spacing within a selected timeline interval. In animation terms, they alter how quickly the interpolated motion travels through sections of the interval without changing the documented endpoint poses.

The controls appear directly on timeline intervals after the animator enables the Easing button. An animator can adjust a keyframe’s easing weight to redistribute the interpolated trajectory and can reset selected easing weights to their defaults. This is a manual timing control, not an AI process. It complements Cascadeur’s interpolation modes by exposing timing manipulation in context instead of requiring another trip through a separate editor.

A 3D model of a stylized cat is displayed in an animation software interface. The cat features a sleek gray body with visible joint markers in various colors, positioned dynamically. The background is a gray workspace, emphasizing the model's clean lines and virtual environment, with tool panels visible on the side.

The distinction is useful. Easing changes the rate at which an interpolation is traversed. It does not, by itself, establish that the generated poses, contacts or centre-of-mass behaviour are physically correct. Cascadeur’s existing AI Inbetweening documentation makes a similar distinction: generated motion follows key poses and timing, but the result is not always physically accurate and may need physics tools or manual correction.

A digital animation timeline interface displays a series of horizontal tracks marked with timing indicators. A dark background enhances the sleek, minimalist design, while a blue keyframe stands out prominently at the 30-second mark, surrounded by various easing icons.

For shot work, Easing should make it quicker to refine accents, holds and acceleration without manufacturing additional keys solely to reshape temporal spacing. It may also make timing edits more legible to another animator opening the scene later, assuming the easing data survives the studio’s chosen handoff and bake process.

Environmental posing and contact cleanup

Cascadeur 2026.2 extends AutoPosing around environmental interaction. Nekki says hands and feet now adjust to surrounding geometry, while quadruped AutoPosing has been improved.

A three-dimensional animation software interface displays a stylized humanoid figure balancing dynamically on two smooth, spherical shapes. The grey background and highlighted control panels provide a sleek, modern aesthetic, enhancing the focus on the figure's pose.

Collision Penetration Cleaning now considers fulcrums. It is also included by default in an AutoPhysics pass when the scene uses the ground or kinematic colliders. Cascadeur defines colliders as rig or environmental objects used when calculating character interaction, including by Collision Penetration Cleaning, while AutoPhysics provides a physics-derived alternative that animators can compare with their authored motion.

This does not remove the need for correctly fitted collision shapes or sensible fulcrum placement. It does reduce the number of separate cleanup operations an animator may have to remember after running AutoPhysics, which is useful because hidden pipeline state is rarely improved by adding another button that everyone assumes somebody else pressed.

Languages and viewport controls

3D scene with a white cube and colored axis handles (Y green, X red, Z blue) beside a dark Outliner panel listing objects like pelvis and Cascy_mesh in a software UI.

Cascadeur’s desktop interface gains Korean, Chinese and Japanese language packs, selectable from the upper-right corner of the application. More languages are planned for later releases. Localisation affects interface access and training deployment, but does not change scene compatibility or animation data.

The interface update also adds separate alpha controls for isometric grid lines and the grid background, plus independent colours for trajectory sections before and after the current frame. These are display controls rather than changes to trajectory calculation.

A detailed interface of software settings showcasing'Scene settings' with labeled sliders for 'Aperture f/', 'Shutter speed 1/sec', and 'Sensitivity ISO'. The dark background contrasts with vibrant blue slider handles, emphasizing a technical and modern aesthetic.

New camera exposure settings place ISO, shutter speed and aperture parameters in Scene Settings. Environment-light intensity also receives a slider in addition to its numerical field. Cascadeur uses the Filament renderer for viewport scene visualisation and physically based materials.

Textures are now deprecated in favour of Materials. A single mesh can use several materials, and imported objects containing multiple materials should retain all of them instead of recognising only one. This is primarily a viewport and scene-fidelity improvement. It does not imply that Cascadeur has become a look-development package, but it should reduce visual mismatches when animators receive characters whose material assignments help distinguish eyes, clothing, armour or body regions.

A digital animation software interface displays two character models: a gray humanoid figure and a vibrant green animated figure, both in dynamic running poses. Beneath are detail views of their respective feet, showcasing the animation layers in a modern, sleek design. The background is textured with grid lines, enhancing the 3D effect.

Python receives a visible front end

Cascadeur 2026.2 allows custom UI elements to be created through PySide and QML. That is distinct from merely exposing additional API methods. PySide gives pipeline developers a route to build windows and controls that artists can operate, while the API remains responsible for the operations behind those controls.

Python stub files are also included to support code completion and type discovery in compatible IDEs. Stubs improve authoring and reduce time spent guessing signatures, but they do not expand API coverage on their own. Cascadeur’s current API documentation describes its coverage as uneven and concentrated heavily around rig generation and rigging-tool implementation.

The release also adds what Nekki calls a simple MCP server, accessible through an MCP section in the Scripts menu. The preview notes do not publish its transport, authentication, exposed tools, permission model or supported Model Context Protocol capabilities. It should not yet be treated as a documented production integration merely because the menu item exists. Security reviews have enough work without granting “simple” the status of a threat model.

Exchange and Unreal Engine

Cascadeur remains a standalone application rather than an animation plug-in hosted inside another DCC. Its public documentation covers import and export through FBX, DAE, USD and glTF-family formats, with the proprietary CASC format retaining complete Cascadeur scene data. The Free edition exports only CASC, while paid plans add common interchange formats.

For realtime production, the Cascadeur Live Link plug-in streams matching joint transforms to Unreal Engine. The current version supports Unreal Engine 5.5 through 5.8 with Cascadeur 2026.1 or later. That is documented compatibility, not a claim that every custom rig, Control Rig setup or project plug-in combination is certified.

Before deployment, test Cascadeur 2026.2 on representative production assets, including layered scenes, custom rigs, material-heavy meshes, environmental contacts, interchange round trips and studio Python tools.

The public release is expected between 4 and 6 August 2026.

Link Citation Block:
www.nekki.com
www.cascadeur.com
https://cascadeur.com/help/release_notes

ProductCascadeur
DeveloperNekki
Version2026.2
Release statusNekki expects public release between 4 and 6 August 2026
Current public build2026.1.3, released 2 June 2026
EditionsFree, Indie, Pro and Teams
Host compatibilityStandalone application; documented Unreal Live Link support covers Unreal Engine 5.5 to 5.8 with Cascadeur 2026.1 or later
Operating systemsPublished requirements list Windows 10 version 1809 or later, Windows 11, Ubuntu 20.04 to 22.04.1 and macOS 13.3 or later
Minimum hardware64-bit multicore CPU or Apple M-series, SSE4.1, 2.4 GHz, 4 GB memory, NVIDIA GTX 550 Ti or better and OpenGL 4.1 support
Processing backendAI tools run locally; Filament handles viewport rendering.
FormatsCASC; paid export includes FBX, DAE, USD and GLTF. Documentation also covers GLB, GLTF and VRM import; 2026.2 adds animation-only BVH import
Licence modelsFree non-commercial; Indie commercial below US$100,000 annual revenue or funding; Pro commercial without that ceiling; Teams subscription for managed multi-user deployment
Trial14-day Pro trial, non-commercial under the EULA
Update entitlementActive subscriptions receive current releases and patches. Annual Indie and Pro plans convert to perpetual access for eligible released versions; monthly and Teams plans do not
DocumentationCascadeur documentation
Python APIAPI reference
DownloadOfficial download page
PricingFree: $0; Indie: $19/month or $8/month billed annually; Pro: $49/month or $33/month billed annually; Teams: $49/user/month or $33/user/month billed annually (Cascadeur)