I made a gizmo with a left and right camera inside. But I can't figure out how to get both camera outputs available. I tried attaching Output nodes to each, but I still get only one output from the gizmo. Any ideas?
Thanks
I made a gizmo with a left and right camera inside. But I can't figure out how to get both camera outputs available. I tried attaching Output nodes to each, but I still get only one output from the gizmo. Any ideas?
Thanks
Add comment viewed 464 times Latest activity 11 months ago
Having two outputs from any node in Nuke is impossible.
What I believe you want to do is have both your cameras plug into a JoinViews node, which will make them come up as left and right cameras.
Hi Hugh, the problem in my case was that I needed to give access to the cameras separately. One camera will be used to project images that would be seen from the other camera, and that image set up needs to be left to the user.
Not possible then, I’m afraid. You could have one gizmo that can create another (linked) one in the way that you want…
Custom Viewer Process Gizmo:
Step 1: Create the process nodes in node graph and make it them as Group Node.i.e., (Select all Process nodes and press Ctrl+g).
Step 2: Select the Group node and Click export as gizmo button in Group node Property and save it in root Directory.
Step 3: And register your Gizmo by following python script and save as init.py.if already init.py is there.Just insert the lines in the init.py file