Releases: ynput/ayon-houdini
0.9.7
0.9.6
Changelog
π Enhancement
fix opmenu.xml: remove leftover "insertBefore" and add context-expression - #352
cleanup a leftover insertBefore and add a <context><expression> to match houdini's stock behaviour
Product names: Update product name functionality - #350
Use new signature of get_product_name function and update signature to use new product_type argument where needed.
π Bug
Do not trigger on save callbacks (dialogs) when in headless mode - #363
Do not trigger on save callbacks (dialogs) when in headless mode
USD: Collect Explicit Save Layers across sublayer, reference and variant arcs - #362
USD: Collect Explicit Save Layers across sublayer, reference and variant arcs
Product base type: Update local render plugin - #357
Safe import private _get_legacy_product_name_and_group function from ayon-core and pass product base type to get_product_name_and_group_from_template.
`ValidateExportParameterValue`: Exclude `karma_rop` - #354
Exclude karma_rop from ValidateExportParameterValue
0.9.5
Changelog
π Feature
Add support for publishing pointcloud using PRT_ROPDriver node. - #343
Add support for publishing pointcloud using PRT_ROPDriver node.

π Enhancement
Support frame patterns separated by underscore (_) instead of only by dot (.) - #344
Support frame patterns separated by underscore (_) instead of only by dot (.)
ui: Add current value indicator to generic loader menus - #339
add a small β next to the currently selected value in the "version" and "representation" dropdown menu's on the generic loader nodes.


This mimics the behaviour we can see in some of Houdini's Stock Nodes

π Bug
Consider frame padding when loading products - #347
- Compute frame padding when loading
- Consider frame padding when loading
0.9.4
Changelog
π Enhancement
CreateArnoldAssModel: add option to disable "Show in Viewport Menu" - #338
adds a toggle to disable the "Show in Viewport" option for ArnoldAss Rops
ποΈProduct base types: add support to creators - #337
This is adding product base types support to existing creators. In this stage, it only mimics the product types. This has to be done in all DCC before further changes can be done in ynput/ayon-core to finalize the support.
0.9.3
Changelog
π Enhancement
Creators: Skip instances that are locked inside HDAs - #334
Creators: Skip instances that are locked inside HDAs
π Bug
Render: generate correct target folder for frames to fix in Extract Last Publish - #330
Render: generate correct target folder for frames to fix in Extract Last Publish
0.9.2
Changelog
π Enhancement
Workfile Template Builder: Load Placeholder nodes that can be prepared in graph - #319
Load Placeholder nodes in Workfile Template Builder that get generated inside the Houdini graphs and can be prepped with graph connections to the placeholder that will be applied to the loaded containers
π Bug
Render: Fix OCIO display/view data not being collected for local render instances - #324
Render: Fix OCIO display/view data not being collected for local render instances
0.9.1
Changelog
π Enhancement
HDA version picker: Ensure versions are sorted like in Loader UI with hero just below the non-hero version - #322
HDA version picker: Ensure versions are sorted like in Loader UI with hero just below the non-hero version
π Bug
Support 'hero' and 'latest' in AYON HDAs version parameters - #321
Support 'hero' and 'latest' in AYON HDAs version parameters.
Also, if use_entity_uri is enabled on the node do not provide the "resolved" filepath but set the filepath using the actual constructed AYON Entity URI of the inputs parameters, so that e.g. 'latest' does not turn into a path with version=1 but remains version=latest in the path parameter.
USD contribution workflow: prefix folder names with `_` if starting with a digit to avoid invalid prim names in USD data - #312
Follow up PR to ynput/ayon-core#1535
0.9.0
0.8.3
Changelog
π Enhancement
Update context vars: report path when failing to create it - #316
In case of failure to create folder for context specific houdini-variables report the filepath which failed to get created.
π Bug
Show dl job options by default for all creators - #317
- Show dl job options by default for all creators
- Add support for render target in composite creators
- Refactor setting the value of export parameter logic in the extractor.
0.8.2
Changelog
π Bug
USD ROP: Compute correctly which USD Value Clips will actually be written to disk - #313
USD ROP: Compute correctly which USD Value Clips will actually be written to disk
Collect USD Look: Avoid erroring hard on attribute specs without `.default` value. - #311
Avoid erroring hard on attribute specs without .default value.