New GQL Methods Automatically Filter Out Deleted Episodes and Assets
The API now includes new GQL classes like episodes and assets that encapsulate advanced filtering logic. Unlike direct access to database relations, these methods automatically exclude deleted elements, ensuring that only active, valid data is returned.
For instance, using project.episodes_list() will return a clean list of non-deleted episodes, whereas directly accessing project.episodes would include all records—even discarded ones. This distinction helps prevent confusion and improves data integrity in production workflows.
The filtering logic also cascades across related entities. If an episode has been deleted, associated sequences and shots will also be filtered out when using these methods. This layer of abstraction simplifies API usage and brings greater consistency and reliability to tool development.
Breakdown System Now Supports Creating New Assets from Partial Name Matches
The breakdown system has been enhanced to further streamline asset management. Previously, when a name match was detected, the only option was to link to the existing asset. With this update, users can now also create a new asset directly from that match—even when the name partially overlaps with an existing one.
For example, if the detected name is “pintura” and there are already assets like “pintura_base” or “pintura_color,” the system will show those matches but now also allows the user to create a new standalone asset named exactly “pintura.” Similarly, entering a fragment such as “joven” and assigning it a different type (e.g., a background instead of a character) will result in the creation of a new asset, even though the term partially exists elsewhere.
The interface includes a new visual aid with double-tagging that highlights overlapping elements in yellow, making it easy to distinguish shared words from unique ones. This provides more clarity and flexibility when generating assets during the breakdown process.
Shot Template Deletion Now Available in the System
A key update has been implemented in the template management system: users can now delete shot-type templates, a feature that was previously only available for asset templates. This new option allows the removal of any sequence template, regardless of its location within the project. Once deleted and refreshed, the template no longer appears in the interface, enabling precise cleanup of unnecessary entities. The feature was introduced during the setup of a new demonstration project and addresses a real need in daily production workflows.
New Multi-Sort Functionality Enhances Asset Gallery Control
Asset Gallery has introduced a powerful upgrade to its content display system: advanced sorting buttons that allow users to organize assets by multiple criteria such as type, category, name, or ID. This multi-sort capability respects the order of selected criteria, enabling precise and fully customized arrangements. It also remains compatible with existing filtering tools, ensuring a smooth and consistent experience.
To use this feature, users can select one or more sorting criteria using the new buttons. For example, choosing "ID" first and "Name" second will sort the results accordingly. If one criterion is removed, the order dynamically adjusts based on the remaining selections. Filters by type or category remain fully operational throughout the process.
This update brings increased flexibility and control to asset management workflows, streamlining navigation and boosting productivity across projects.
Fixed navigation to sequence and episode tasks directly, and identification of extensions based on their capitalization.
Automatically and configurable, we can convert the generated material into a preview for viewing.
"Convert an asset to the task template without destroying previous work."
"New version of Kraken due to the asset export functionalities for mockups. Breaks down a scene into its components, the reverse process of set dressing."
New query for our API to reduce access time.
If you have a file, this call provides you with the list of folders for any task you request from the same shot or asset.
query { getTaskFolders(fileName: "SF_103_002_0050_animation_r001.ma") { name }}
We have updated the recruit module to have a greater capacity for talent management, integration with a search system, and the ability to handle more job offers simultaneously.
It is already available that protocols with multiple nested sprints can be executed. This allows you to have complex roadmap structures in one click.
The system already detects that the company is in the Canary Islands to determine if it should incorporate the Canary Islands tax, the IGIC.
Make a corrections in design of user detail template to look better an fast
Put more information about offer and apply process
New candidate scoring processes and internal comments between the team of recruiters, supervisors and producer who must carry out the selections.