CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.231

Release date: February 25, 2025

New featureThere is a new supported object type for external applications. [ #6785 ]

This object type is called “History comment”. It marks an application as the source for generating history comments. This can be used, for example, for formatting, improving or even creating (AI supported) history comments.

image
Supported object types

New featureUsers can now see the progress of post-edit app scripts in the job manager. [ #3069 ]

  • Each post-edit app is displayed as a separate job. This allows users to see each failure/success status separately.
  • If an error occurs, the error message is displayed in the job manager along with the FAILED status.
  • The job status is not limited to the script execution itself but also reflects the environment preparation (download, export) and (re)import of generated attachments.
  • The job status is also updated for operations requested by the app via AuxiliaryContentLoader, e.g. downloading further files.
  • After starting successfully, the job status only changes to “FAILED” when the app itself requests it. Actions the script is responsible for (e.g. missing or unexpected result files) do not make it fail automatically.

ImprovementThe "Properties" view within the history graph now displays information about remote pool versions. [ #6529 ]

This improvement relates to the history graph. In the past, the Properties view did not display information for remote pool versions ( ). Remote pool versions are pool versions that were not yet downloaded locally.

Bug fixThe export of the pool version preview image during assembly by a user script is now also supported by python templates. [ #186 ]