Changelog
π Enhancement
Refactor stagingDir_custom -> stagingDir_is_custom - #212
Refactor stagingDir_custom
-> stagingDir_is_custom
to match ynput/ayon-core#1069
Implement Maya USD Export Chaser to Filter Properties - #193
Implement Maya USD Export Chaser to Filter Properties using a SideFX Houdini style pattern matching for all prim properties
π Bug
AY-7320 Skip meshes without faces in explicit face set member assignments - #217
- Skip meshes without faces in explicit face set member assignments
- Consider only doing the face assignment conversion on meshes actually in the export, instead of all that happen to be in the
instance
Load File: Do not set the token explicitly - #210
Load File: Do not set the <UDIM>
token explicitly.
Clean-up and fix Alembic creator attributes - #208
- Remove
write_color_sets
andwrite_face_sets
from creators where relevant. - Note: For model creator these are maintained, see the todo in code because there is special logic surrounding the model product type's creator toggle for "Write Face Sets" since #37 by @moonyuet however it overlaps heavily with the "write face sets" toggle on the actual Extractor which is a completely separate toggle and currently for this model instance's face sets logic to work it is required for BOTH toggles to be enabled.
- Fix Create Animation and Create Pointcache defaults from settings for Include Parent Hierarchy and Include User Defined Attributes creator attributes. Previously the settings would not define the defaults at all.
- Add tooltip (and TODO) for
attr
andattrPrefix
creator attributes for model product type - because those are essentially defined by the Alembic extractor already and hence currently only influence the USD export of the model product type (which in essence is disabled by default)
Load Layout from the json exported from maya layout should have correct transform - #199
This PR is to fix the incorrect transformation being set across the asset when loading layout from the json exported by extract layout in maya.
Resolve: #200
Correct transform matrix data when extract layout - #198
This PR is to make sure the transform matrix data are correct and not being zero when exporting layout.
AY-7271 Skip worldspace flag if not supported by Maya USD version - #187
Support Maya USD older than 0.21.0
Fix thumbnail extension to png - #180
Change representation extension to png
because the thumbnail is actually a png