CAD Converter 209.2.1#
Release Date: April 2026
Converter Versions Included:#
omni.kit.converter.cad = {version = 209.2.1}
omni.kit.converter.common = {version = 510.1.2}
omni.kit.converter.dgn = {version = 510.1.2}
omni.kit.converter.dgn_core = {version = 512.2.0}
omni.kit.converter.hoops = {version = 510.1.0}
omni.kit.converter.hoops_core = {version = 511.1.2}
omni.kit.converter.jt = {version = 509.0.1}
omni.kit.converter.jt_core = {version = 509.0.1}
omni.services.convert.asset = {version = 510.0.1}
omni.services.convert.cad = {version = 508.0.1}
Changed#
[CAD Converter] Legacy conversion parameters backward compatibility.
[DGN Converter] Updated to ODA Kernel and Drawings SDKs 27.2.
[DGN Converter] Added ConversionStyle enum. - eNone (0): Skips elements conversion. - eAttributes (1): Converts elements to USD attributes only. - eRenderable (2): Converts elements to both renderable geometry and USD attributes. - Added meshConversionStyle parameter to control the conversion style for mesh elements using the ConversionStyle enum. - Added curveConversionStyle parameter to control the conversion style for non-text curve elements using the ConversionStyle enum. - Added text3dConversionStyle parameter to control the conversion style for OdDgTextNode3d and OdDgText3d curve elements using the ConversionStyle enum.
[HOOPS Converter] Updated to HOOPS Exchange SDK 2026.2.0
[HOOPS Converter] Removed custom prim type tokens and fixed duplicate inputs: prefix in metallic constant token
[HOOPS Converter] Moved local material (“Looks”) Scope from individual meshes to the prototype root, reducing redundant material definitions in instanced assemblies
Fixed#
[CAD Converter] Resolved issue in omni.kit.converter.hoops_core where the filterStyle converter option was not properly applied from the GUI