Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

83 lines (68 loc) · 7.24 KB

Changelog

[0.1.0] - 2020-03-15

This release adds all changes made to refactoring_sandbox branch, including BaseProxyShape, Maya’s Attribute Editor and Outliner support via Ufe-USD runtime plugin, VP2RenderDelegate and Maya To Hydra. Added Autodesk plugin with Import/Export workflows and initial support for stage creation.

Made several build improvements, including fixing regression tests execution on all supported platforms.

Build

  • Fixed regression tests to run on all supported platforms PR #198
  • Improved CMake code and changed minimum version PR #323
  • Number several build documentation PR #208 PR #150 PR #346
  • Improved configuration of “mayaUSD.mod" with build variables Issue #21 PR #29
  • Enabled strict compilation mode for all platforms PR #222 PR #275 PR #293
  • Enabled C++11 for GoogleTest external project #290
  • Added UFE_PREVIEW_VERSION_NUM pre-processor support. #289
  • Qt support for older versions of Maya PR #318
  • Added a timer to measure the elapsed time to finish the build. PR #307
  • Added HEAD sha/date in the build.log PR #229
  • Fixed & closed several build issues

Translation framework

  • Refactored Pixar plugin to create one translation framework in mayaUsd core library. Moved Pixar translator plugin to build as a shared module across all studio plugins PR #154
  • Refactored AL_USDUtils to create a new shared library under lib. Added support for C++ tests in lib PR #288

Workflows

  • Added bounding box interface to UFE and fixed frame selection PR #210
  • Added Attribute Editor support PR #142
  • Added base proxy shape and UFE-USD runtime plugin PR #91
  • Added attribute observation to UFE and fixed viewport and AE refresh issues PR #204
  • Added contextual operations to UFE with basic UFE-USD implementation PR #303
  • Added MayaReference schema and reader implementation #255
  • Fixed duplicating proxy shape crash Issue #69
  • Fixed renaming of prims Issue #75 PR #237
  • Fixed duplicate prim Issue #72

Autodesk plugin

Animal Logic plugin

  • Disabled push to prim to avoid generation of overs while updating the data PR #295
  • Added approximate equality checks to determine if new value needs to be saved PR #294
  • Fixed colour set export type to be Color3f/Color4f PR #274
  • Improved interfaces for BasicTransformationMatrix and TransformationMatrix PR #251
  • Improved ColorSet import/export to support USD displayOpacity primvar PR #250
  • Fixed crash using TranslatePrim non-recursively on a previously translated transform/scope PR #249
  • Added generate unique key method to reduce translator updates to only dirty prims PR #248
  • Improved time to select objects in the viewport for ProxyDrawOverride PR #247
  • Improved push to prim to avoid generating overs Issue PR #246
  • Improved performance when processing prim meta data PR #245
  • Improved USDGeomScope import PR #232
  • Added USDGeomScope support in Proxy Shape PR #185
  • Changed pushToPrim default to On PR #149

Pixar plugin

  • Fixed uniform buffer bindings during batch renderer selection PR #291
  • Added profiler & performance tracing when using batch renderer PR #260

Render

  • Added VP2RenderDelegate PR #91

  • Added support for wireframe and bounding box display PR #112

  • Fixed selection highlight when selecting multiple proxy shapes Issue #105

  • Fixed moving proxy shape in VP2RenderDelegate Issue #71

  • Fixed hiding proxy shape in VP2RenderDelegate Issue #70

  • Added a way for pxrUsdProxyShape to disable subpath selection with the VP2RenderDelegate PR #315

  • Added support for USD curves in VP2RenderDelegate PR #228

  • Added Maya-to-Hydra (mtoh) plugin and scene delegate PR #231

  • Fixed material support in hdMaya with USD 20.2 Issue #135

  • Removed MtohGetDefaultRenderer PR #311

  • Fixed mtoh initialization to reject invalid delegates. #292

[v0.0.2] - 2019-10-30

This release has the last merge from original repositories. Brings AnimalLogic plugin to version 0.34.6 and Pixar plugin to version 19.11. Both plugins now continue to be developed only in maya-usd repository.

[v0.0.1] - 2019-10-01

This is the first released version containing AnimalLogic (0.31.1) and Pixar (19.05) plugins.