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 HoudiniCompositeSequence
(Cop Node), composite instances triggersSubmit Image Publishing job to Deadline
alongSubmit cache jobs to Deadline
because the instance has bothimagesequence
andpublish.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.
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