Fix Load Asset LOP and Load Shot LOP loading and updating via loader and scene inventory.
Additional review information
PR #112 changed the parameter callbacks to expressions that worked the other way around. Hence just setting representation id on the node and triggering a callback (which does not exist anymore) didn't actually work breaking the loaders for these LOPs.
Testing notes:
Load a Load Asset LOP and Load Shot LOP through loader UI
The nodes should be loaded correctly.
Update the nodes via the Scene Inventory - update should work.
Changelog Description
Fix Load Asset LOP and Load Shot LOP loading and updating via loader and scene inventory.
Additional review information
PR #112 changed the parameter callbacks to expressions that worked the other way around. Hence just setting
representation
id on the node and triggering a callback (which does not exist anymore) didn't actually work breaking the loaders for these LOPs.Testing notes: