Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.2] - 2022-05-25

Updated

  • Updated to use kit-kernel.

  • Updated icons and preview image.

[1.1.1] - 2022-04-17

Updated

  • Now uses shared omni.services.usd.base.walk_url code for batch processing.

  • New --recurse flag for submit_optimize_request.py

[1.1.0] - 2022-04-04

Fixed

  • Fix OptimizeProcessorService constructor to be Python 3.10 compliant

[1.0.8] - 2022-02-18

Updated

  • Renamed to omni.services.scene.optimizer to more closely match

[1.0.7] - 2022-02-17

Added

  • Dependency to omni.usd.fileformat.e57 so that E57 point cloud files can be processed directly.

[1.0.6] - 2022-02-17

Updated

  • If destination_url == source_url use save_layers() to overwrite root and all referenced layers in place.

[1.0.5] - 2022-02-14

Fixed

  • Fixed export flag bug in farm submission script.

[1.0.4] - 2022-02-11

Added

  • New ‘export’ setting and request parameter to export flattened stage (default) or do regular save_as_stage().

  • Minor updates.

[1.0.3] - 2022-02-03

Added

  • New script submit_optimize_request.py to submit optimize jobs to the farm.

[1.0.2] - 2022-02-03

Updated

  • New synchronous mode on optimize/request endpoint

[1.0.1] - 2022-02-03

Fixed

  • Fixed bug that duplicated ‘omniverse://’ prefix in source_url

Updated

  • Updated example farm job definition to include config_url and destination_url

[1.0.0] - 2022-12-19

Added

  • Initial version.