nrusch / nuke-to-hydra

A Hydra scene delegate and set of rendering ops for Nuke
Apache License 2.0
34 stars 2 forks source link

Add op to "side-load" USD stage for rendering #5

Open nrusch opened 4 years ago

nrusch commented 4 years ago

Being able to render a USD stage in Hydra without passing it through Nuke's 3D system would be quite advantageous in a fully-realized workflow. This functionality is currently implemented in a barebones fashion on the HydraRender op for testing purposes, but I think it's worth a dedicated op.

I think this op should derive from the same intermediate AxisOp subclass mentioned in #3.

nrusch commented 4 years ago

I've implemented an initial version of this op, but I'm going to leave this open, since I still want to add support for time remapping and population masking.