Page 1 of 1

Nodes on second display

PostPosted: Mon Oct 07, 2019 5:57 pm
by Jean-Michel Tari
Hi,

I am working more and more with fusion. But something could really speed up the process :
Is it possible to put the Nodes page on a second display ? I think we really need it.

Thanks

Jean-Michel

Re: Nodes on second display

PostPosted: Mon Oct 07, 2019 11:27 pm
by Kel Philm
+1

Re: Nodes on second display

PostPosted: Thu Oct 10, 2019 2:44 am
by jayfro
Jean-Michel Tari wrote:Hi,

I am working more and more with fusion. But something could really speed up the process :
Is it possible to put the Nodes page on a second display ? I think we really need it.

Thanks

Jean-Michel


I would love to see this as an option. Making bigger Fusion comps in Resolve starts to take up large chunks of real estate quickly.

Re: Nodes on second display

PostPosted: Fri Oct 11, 2019 2:30 pm
by Saad Shah
Fusion has a ton of amazing features.

Fusion also lacks a bunch of really common features from other programs.

I get it. I can live with it.

But then there are some head scratchers like this one. WHY hasnt BMD thought of this yet? Seems like such an obvious thing to expect, but no. BMD, c'mon man. You gave us a $10,000 software for free and we love you for it. Why cant you let us undock our toolbars?

Maybe I just need to constantly zoom in and out of my node trees and pay my dues.

Sadi

Re: Nodes on second display

PostPosted: Mon Oct 14, 2019 2:00 pm
by Chad Capeland
Saad Shah wrote: WHY hasnt BMD thought of this yet? Seems like such an obvious thing to expect, but no. BMD, c'mon man. You gave us a $10,000 software for free and we love you for it. Why cant you let us undock our toolbars?


Try Fusion 9?

Re: Nodes on second display

PostPosted: Mon Oct 14, 2019 2:04 pm
by aomay77
Not sure if it meets~
you try~
windows >
newfloating >
frame >
add view >

Re: Nodes on second display

PostPosted: Mon Oct 14, 2019 11:12 pm
by movalex
You can actually undock your flow in Fusion 16.
Try this in your console:
Lua:
Code: Select all
flow = comp.CurrentFrame.FlowView
flow:Undock()

or Python:
Code: Select all
flow = comp.CurrentFrame.FlowView
flow.Undock()

Unfortunately, you won't be able to re-Dock your flow back until Fusion is restarted. Looks like this feature is not tested at all. For instance, you should not click Spline or Keyframes button, because UI may become very unpredictable.
Probably, new floating window, as suggested by aomay77, would be better, because you can have multiple tabs there, or even multiple layouts on single frame.

Image

Re: Nodes on second display

PostPosted: Tue Oct 15, 2019 7:12 am
by devhill
Or without Console scripts..

You can go to the Menu "Window" select "New floating frame" then Right click over the new window -> Add View -> Flow and then you can move the window on the monitor you want.

You can continue to add other views on the same floating view by pressing right click -> View layout -> Add view -> whatever you want and wherever you want

Hope the attached image helps