Changelog#

[1.7.4] - 2026-05-05#

  • Update kit-kernel to 110.1.2

[1.7.2] - 2026-03-30#

  • Update kit-kernel to 110.0

[1.7.1] - 2026-01-30#

  • Fix transformation of individual scans contained in single e57 file. Merged scans apply transformations directly to point data, but individual scans were missing the transformations completely.

[1.7.0] - 2025-12-05#

  • Add large scan splitting in order to fit larger e57 files into RTX renderer

  • Add importer UI for controlling setting of default FlatPoints material (Kit 109.0.2 and newer) and setting a custom point size

[1.6.0] - 2025-11-12#

  • Update kit-kernel to 109

[1.5.1] - 2025-08-05#

  • Add checksum policy option to a setting

[1.5.0] - 2025-06-25#

  • Update kit-kernel to 108.0, Python 3.12, and USD 25.02P

[1.4.3] - 2025-05-27#

  • Add checksum policy option to e57 file open

[1.4.2] - 2025-04-09#

  • Linux Arm Support

[1.4.1] - 2025-01-15#

  • Add python public APIs

[1.4.0] - 2024-11-25#

  • Update kit-sdk

[1.3.3] - 2024-10-31#

  • Update kit-sdk

[1.2.4] - 2024-08-06#

  • Eliminate unnecessary array allocations, to be able to load larger point clouds

[1.3.2] - 2024-05-24#

  • Update kit-sdk to 107.0.1

[1.3.1] - 2024-03-25#

  • Add test dependency for ‘omni.kit.window.popup_dialog’

[1.2.1] - 2024-03-18#

  • Disable USD save during potree conversion

[1.2.0] - 2024-03-06#

  • Update kit-sdk

[1.1.16] - 2024-01-23#

  • Added total point count check

[1.1.15] - 2024-01-12#

  • Rename plugin name

[1.1.14] - 2023-12-19#

  • Added debug print for computing bounds

[1.1.13] - 2023-12-07#

  • Update kit-sdk

[1.1.12] - 2023-11-23#

  • Better e57 bounding box validity check

[1.1.11] - 2023-11-20#

  • Drop omni.potree_converter dependency

[1.1.10] - 2023-11-09#

  • Get total count for each file

[1.1.9] - 2023-10-16#

  • Support for spherical coordinates

[1.1.8] - 2023-09-26#

  • Update Kit SDK

[1.1.7] - 2023-09-13#

  • Downgrade kit-sdk

[1.1.6] - 2023-08-30#

  • Imported points are local the point cloud bbox

[1.1.5] - 2023-08-09#

  • Sync conversion option for Potree converter

[1.1.4] - 2023-07-11#

  • RTX not skipped on large clouds

[1.1.3] - 2023-06-22#

  • Added Potree conversion

[1.1.2] - 2023-05-23#

  • Disable url test on ETM

[1.1.1] - 2023-05-17#

  • Fix multiple Imports

[1.1.0] - 2023-05-12#

  • Update to Kit 105.1

  • Fix reading files from Nucleus (OM-93104)

[1.0.5] - 2023-05-02#

  • RTX on/off option

[1.0.4] - 2023-03-31#

  • Report E57 import error to a modal prompt

[1.0.3] - 2023-03-21#

  • Fix scan combine and centering during USD save

[1.0.2] - 2023-03-21#

  • Fix carb::tasking not loaded

[1.0.0] - 2023-03-18#

Changes#

  • Async and multithreaded import

  • Point transforms are kept in scan’s xforms (OM-52424)

[0.2.0] - 2023-03-14#

Changes#

Python 3.10 and USD 22.22 update

[0.1.12] - 2023-02-13#

Changes#

Optimization of import time

[0.1.11] - 2023-01-23#

Changes#

Correct transformation from rotation (OM-79045)

[0.1.10] - 2023-01-20#

Changes#

Display color interpolation set to vertex (OM-72158)

[0.1.9] - 2023-01-16#

Added#

Kit 104 support

[0.1.7] - 2021-12-07#

Changes#

Import normals in e57 files when available

[0.1.6] - 2021-08-23#

Changes#

Use intensity as color when no color information is available.

  • Fixes OM-35881

[0.1.5] - 2021-07-16#

Changes#

Fix linux runtime linker errors.

[0.1.4] - 2021-06-23#

Changes#

Fix affine matrix for pose transformations.

[0.1.3] - 2021-06-18#

Changes#

Apply pose transformations (if it exists).

[0.1.2] - 2021-06-18#

Changes#

  • Changes to ordering config (was not loading early enough in Kit 101)

  • Build for kit-sdk 102, drop kit-sdk 101 because of ordering problem

  • better memory allocation strategies

  • Create default xform as parent for scans

[0.1.1] - 2021-05-18#

Changes#

  • Bundle dependent licenses in packaged extensions

[0.1.0] - 2021-02-05#

Added#

  • Initial Release