Skip to content

Releases: ynput/ayon-houdini

0.9.7

05 Mar 08:39

Choose a tag to compare

Changelog

πŸ› Bug

Render: Fix product name source - #367

Pass source of product name value for _get_legacy_product_name_and_group.


0.9.6

26 Feb 19:28

Choose a tag to compare

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

26 Jan 12:01

Choose a tag to compare

Changelog

πŸŽ‰ Feature

Add support for publishing pointcloud using PRT_ROPDriver node. - #343

Add support for publishing pointcloud using PRT_ROPDriver node.
image


πŸ’š 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.
image
image

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


πŸ› Bug

Consider frame padding when loading products - #347
  • Compute frame padding when loading
  • Consider frame padding when loading

0.9.4

15 Dec 14:45

Choose a tag to compare

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

10 Dec 10:35

Choose a tag to compare

Changelog

πŸ’š Enhancement

Creators: Skip instances that are locked inside HDAs - #334

Creators: Skip instances that are locked inside HDAs


Support local export and farm rendering - #329

Support local render file export and farm rendering.


πŸ› 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

01 Dec 18:11

Choose a tag to compare

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

21 Nov 23:29

Choose a tag to compare

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

21 Nov 09:15

Choose a tag to compare

Changelog

πŸ’š Enhancement

Support Folder paths filtering in Template workfile profiles - #318

Add folder_paths setting to TemplatedWorkfileProfileModel


0.8.3

21 Nov 08:55

Choose a tag to compare

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

11 Nov 12:53

Choose a tag to compare

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.