Skip to content

0.4.1

Latest
Compare
Choose a tag to compare
@ynbot ynbot released this 10 Dec 11:33

Changelog

πŸ’š Enhancement

Containerise and parse container with `project_name` parm - #185

Support loading containers with project name from another project - to allow managing loaded products from e.g. library project


Support render targets for cache instances - #180

resolve #19
Support render targets for the following products: (I'll add them by creators)

  • Alembic camera
  • Arnold ass
  • Pointcache Bgeo
  • Model
  • Pointcache Abc
  • Redshift proxy
  • Review
  • Static Mesh
  • USD (it works with contribution workflow. users should wait the publish before loading the usd asset)
  • USD Look (it works with contribution workflow, users should wait the publish before loading the usd asset))
  • VDB Cache

[!Note]
When supporting render targets for Houdini CompositeSequence (Cop Node), composite instances triggers Submit Image Publishing job to Deadline along Submit cache jobs to Deadline because the instance has both imagesequence and publish.hou families.
Here's an issue for it #183

This means that supporting Cop Nodes will need to go through the render submitting logic instead of cache submitting logic.
image


propagate the number of inputs of the subnetwork to the HDA and support publishing HDAs with spare parameters - #172

This PR: resolve #99

  • Propagate the number of inputs of the subnetwork to the HDA creation
  • Keep user spare parameters when publishing
  • Keep the HDA and its parameters/spare parameters in sync when changing the HDA version.

[!Note]
This PR is inspired by the code changes in #160