Jump to: Board index » General » Fusion

Hotkey to load into Image View B

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

David Potter

  • Posts: 2
  • Joined: Wed Dec 21, 2016 6:21 pm

Hotkey to load into Image View B

PostWed Dec 21, 2016 6:37 pm

How do you load your node into Image View B? (without dragging it over)
Then I could toggle A and B, like in other software, to see the effect.

Or is there a better way to do this?
Offline

Sarah Jones

Blackmagic Design

  • Posts: 231
  • Joined: Wed Aug 22, 2012 3:45 pm

Re: Hotkey to load into Image View B

PostWed Dec 21, 2016 10:59 pm

There are a few ways to display a tool in the different Viewers. If you prefer keyboard shortcuts, the Viewers are numbered numerically rather than alphabetically. With your tool selected in the Flow, you can use the number keys 1-9 on your keyboard to put the tool into that numbered viewer. In your case where you're referring to A and B, I think those would instead be 1 and 2.

Alternatively, when you hover over a tool in the Flow, you'll see a little black or white dot at the bottom of the tool icon. This is a View Indicator, and there will be the same number of dots as there are Viewers in your UI layout. When the black dot is clicked it will turn white, which indicates that tool is showing in that particular numbered Viewer.

For more details with pictures, you might take a look in the current Fusion user manual on page 153 here: http://documents.blackmagicdesign.com/F ... Manual.pdf
Sarah Jones

Blackmagic Design
Offline
User avatar

Pieter Van Houte

  • Posts: 644
  • Joined: Wed Nov 05, 2014 1:04 am

Re: Hotkey to load into Image View B

PostThu Dec 22, 2016 3:08 am

There isn't a hotkey to output to the B views specifically, but it would be a very good thing to have.

Instead, you set the Image View to the B buffer first and then select a node and press 1, 2,... to load images to it. You do the same with A. You can the use the . and , keys to toggle between buffers and compare. / brings up the wipe control.
Support We Suck Less on Patreon -> https://www.patreon.com/wesuckless

https://www.steakunderwater.com/wesuckless
Offline

David Potter

  • Posts: 2
  • Joined: Wed Dec 21, 2016 6:21 pm

Re: Hotkey to load into Image View B

PostThu Dec 22, 2016 7:51 am

Thank you. Pieter's technique does work, and helps.

But on the Mac OSX version it doesn't seem to work when a viewer is on the second monitor.
Offline
User avatar

michael vorberg

  • Posts: 943
  • Joined: Wed Nov 12, 2014 8:47 pm
  • Location: stuttgart, germany

Re: Hotkey to load into Image View B

PostWed Feb 08, 2017 9:50 pm

you can save this as a .lua script in the comp script directory, use the hotkey manager to assign a shortcut to it and then it will send the selected node to Viewer1B
Code: Select all
t=composition.ActiveTool
p=composition:GetPreviewList()['Left.B']
o=p:GetConnectedOutput();
if o and o:GetTool() == t then
    t=nil
end
if t and p.View:GetBuffer() == 0 then      -- work around redraw issue when B buffer is hidden
    p.View:SetBuffer(1)
end
p:ViewOn(t)
p.View:Refresh()


you can change the line "Left.B" to "Right.B" and it will work for Viewer2B. any other views will be "View1", "View2", ....

Return to Fusion

Who is online

Users browsing this forum: No registered users and 37 guests