Feedback

What's your question?

By: [ Admin ] Asked from India

How can I make a Nuke Gizmo with 2 outputs

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

or Cancel

2 answers

  • 1

hugh_gid [ Editor ]

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.

NN comments
julian
-

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.

hugh_gid
-

Not possible then, I’m afraid. You could have one gizmo that can create another (linked) one in the way that you want…

or Cancel
  • -1

slippers

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

NN comments
julian
-

but it doesn’t give 2 outputs

or Cancel