Kit 106.5.6 Release Notes#

Release Date: June 2025

Kit SDK#

Fixed#

  • Cad Converter - Hidden geometry is visible when converted JT files in batch mode. [OMPE-48157]

  • Fabric Scene Delegate - USD Composer and USD Explorer Crash When Running Specific Scene Optimizer Preset with FSD On. [OMPE-46651]

  • OmniGraph Action Graph - Editor can cause a GPU crash while displaying icons. [OMPE-49914]

  • USD Exchange - Improved performance of DGN Converter when converting Smart Solids and changed surface tolerance default value to 0.2. [OMPE-46211]

  • XR - Resolved a previous issues where XR controllers could not interact with XR UI while Fabric Scene Delegate was disabled. XR UI should now support controllers with Fabric Scene Delegate on or off. [OMPE-48476]

Improved#

  • Kit SDK - Updated jinja from 3.1.5 to 3.1.6 [OMPE-47640]

  • Kit SDK - Updated pycares from 4.3.0 to 4.8.0 [OMPE-24866]

Security#

  • Kit SDK - Addressed customer-reported security vulnerabilities with updates that enhance the overall security of the product. [OMPE-46809]

Rendering#

Fixed#

  • RTX - Enabling the Pixar Storm render delegate renders a blank viewport on Linux with R570 [OMPE-48281]

  • RTX - Errors in Console and massive consumption of GPU memory when altering the Clash Detection UI. [OMPE-45637]

  • RTX - Fix for opaque materials being categorized as translucent. [OMPE-43859]

    In previous versions, materials other than those shipped with Kit (such as MaterialX materials), could be categorized as non-opaque by the renderer, causing significant performance degradation.

    There is a new setting, /rtx/material/omniRtxEnableOpacityOverride, which, when true, will by default set all these materials to be opaque.

    If opacity control is required on a material, such as when using cutout opacity maps, the attribute bool omni:rtx:enableCutoutOpacity = true should be added to the Material prim.

    Similarly, if the material is transmissive (e.g. glass), to render correctly in Real-Time 1.0, it should have bool omni:rtx:enableTranmission = true set on the Material prim. Note that this attribute has no effect in Real-Time 2.0 or Interactive modes.

    Note that neither of these attributes have any effect in any mode unless the /rtx/material/omniRtxEnableOpacityOverride setting is set to true.

Improved#

  • RTX - Updated iray libs to 377400.3383.6359 [OMPE-42872]