<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 回复： How to dock the Vray VFB window ? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707401#M5340</link>
    <description>&lt;P&gt;Execute this MEL code after opening Render View Window and V-Ray Frame Buffer Window:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;proc vfbwc () {
	global string $gVfbCustomForm;
	$gVfbCustomForm = "vfbCustomForm";
	if (!`workspaceControl -ex vfbWorkspaceControl`) {
		workspaceControl -l "V-Ray Frame Buffer"
						 -retain false
						 -floating true
						 -uiScript "global string $gVfbCustomForm; formLayout $gVfbCustomForm;"
						 vfbWorkspaceControl;
	}
}

if (`workspaceControl -ex renderViewWindow` &amp;amp;&amp;amp; 
	`scriptedPanel -ex vfbPanel`) {
	vfbwc;
	global string $gVfbCustomForm;
	scriptedPanel -e -up vfbPanel;
	scriptedPanel -e -p $gVfbCustomForm vfbPanel;
	formLayout -e
			   -af vfbPanel "top"		0
			   -af vfbPanel "left"		0
			   -af vfbPanel "right"		0
			   -af vfbPanel "bottom"	0
			   $gVfbCustomForm;
	workspaceControl -e -rs -ttc renderViewWindow 2 vfbWorkspaceControl;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I hope that helps.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 13:29:23 GMT</pubDate>
    <dc:creator>loncy888</dc:creator>
    <dc:date>2023-01-26T13:29:23Z</dc:date>
    <item>
      <title>How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11705465#M5338</link>
      <description>&lt;P&gt;Other render views, editors, and others were all docked to the panel, but only Vray VFB was not docked.&lt;BR /&gt;I want to see ViewPort and VFB windows together, but I can't. Does anyone know how to do T.T? Or you can minimize the window with a script command and let me know the toggle command like loading the window again! (If you tell me both ways, you're an angel)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;I know the IPR features in Viewport.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I want to know the command to dock or switch the VFB window.&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167175i48A2E7AFF4B1CE8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 18:44:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11705465#M5338</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-25T18:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707244#M5339</link>
      <description>&lt;P&gt;Ask in the official Vray forum.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 12:30:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707244#M5339</guid>
      <dc:creator>Christoph_Schaedl</dc:creator>
      <dc:date>2023-01-26T12:30:14Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707401#M5340</link>
      <description>&lt;P&gt;Execute this MEL code after opening Render View Window and V-Ray Frame Buffer Window:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;proc vfbwc () {
	global string $gVfbCustomForm;
	$gVfbCustomForm = "vfbCustomForm";
	if (!`workspaceControl -ex vfbWorkspaceControl`) {
		workspaceControl -l "V-Ray Frame Buffer"
						 -retain false
						 -floating true
						 -uiScript "global string $gVfbCustomForm; formLayout $gVfbCustomForm;"
						 vfbWorkspaceControl;
	}
}

if (`workspaceControl -ex renderViewWindow` &amp;amp;&amp;amp; 
	`scriptedPanel -ex vfbPanel`) {
	vfbwc;
	global string $gVfbCustomForm;
	scriptedPanel -e -up vfbPanel;
	scriptedPanel -e -p $gVfbCustomForm vfbPanel;
	formLayout -e
			   -af vfbPanel "top"		0
			   -af vfbPanel "left"		0
			   -af vfbPanel "right"		0
			   -af vfbPanel "bottom"	0
			   $gVfbCustomForm;
	workspaceControl -e -rs -ttc renderViewWindow 2 vfbWorkspaceControl;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 13:29:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707401#M5340</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707996#M5341</link>
      <description>&lt;P&gt;I ran the mel command with both render view and VFB turned on, but nothing happened.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:14:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11707996#M5341</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T17:14:28Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708000#M5342</link>
      <description>I ran the mel command with both render view and VFB turned on, but nothing happened.</description>
      <pubDate>Thu, 26 Jan 2023 17:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708000#M5342</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T17:15:02Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708034#M5343</link>
      <description>&lt;P&gt;Run this code after opening VFB. If the return value is 0, vfbPanel does not exist.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;scriptedPanel -ex vfbPanel；&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;If so, you need to run this code to find the VFB panel name, which is a must.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;lsUI -p;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;If the panel name is found, replace it with the name in this code.↓(Capital letters)&lt;/P&gt;&lt;LI-CODE lang="general"&gt;proc vfbwc () {
	global string $gVfbCustomForm;
	$gVfbCustomForm = "vfbCustomForm";
	if (!`workspaceControl -ex vfbWorkspaceControl`) {
		workspaceControl -l "V-Ray Frame Buffer"
						 -retain false
						 -floating true
						 -uiScript "global string $gVfbCustomForm; formLayout $gVfbCustomForm;"
						 vfbWorkspaceControl;
	}
}

if (`workspaceControl -ex renderViewWindow` &amp;amp;&amp;amp; 
	`scriptedPanel -ex VFBPANEL`) {
	vfbwc;
	global string $gVfbCustomForm;
	scriptedPanel -e -up VFBPANEL;
	scriptedPanel -e -p $gVfbCustomForm VFBPANEL;
	formLayout -e
			   -af VFBPANEL "top"		0
			   -af VFBPANEL "left"		0
			   -af VFBPANEL "right"		0
			   -af VFBPANEL "bottom"	0
			   $gVfbCustomForm;
	workspaceControl -e -rs -ttc renderViewWindow 2 vfbWorkspaceControl;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:27:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708034#M5343</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T17:27:27Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708066#M5344</link>
      <description>I entered the first command, but there was no response in the Script Editor window.&lt;BR /&gt;I don't know how to find the name of the panel with the second command. When you turn on the VFB window and run the command in the script editor, nothing comes out. Does it work normally on your computer?</description>
      <pubDate>Thu, 26 Jan 2023 17:41:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708066#M5344</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T17:41:11Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708076#M5345</link>
      <description>&lt;P&gt;Yes, you need to execute these commands in the script editor. After lsUI executes, there are many panel names in the returned result, and you need to find the panel name of VFB.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:46:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708076#M5345</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T17:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708099#M5347</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167676iB5D109D410C0E7BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 17:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708099#M5347</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T17:54:14Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708101#M5348</link>
      <description>Both commands have no response.&lt;BR /&gt;There's no "Ui" coming out. How do I get the UI to call up the name of the panel? lSUI -p; No response when entering this command.&lt;BR /&gt;&lt;BR /&gt;I marked the command I entered in the picture, but is there anything I wrote wrong?</description>
      <pubDate>Thu, 26 Jan 2023 17:55:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708101#M5348</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T17:55:42Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708157#M5349</link>
      <description>Perhaps you have the Suppress command option enabled in the History menu.</description>
      <pubDate>Thu, 26 Jan 2023 18:23:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708157#M5349</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T18:23:15Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708225#M5350</link>
      <description>// Result: clipEditorPanel1 contentBrowserPanel1 createNodePanel1 dopeSheetPanel1 dynPaintScriptedPanel dynRelEdPanel1 graphEditor1 hyperGraphPanel1 hyperShadePanel1 modelPanel1 modelPanel2 modelPanel3 modelPanel4 nodeEditorPanel1 outlinerPanel1 outlinerPanel2 polyTexturePlacementPanel1 posePanel1 profilerPanel1 referenceEditorPanel1 relationshipPanel1 renderView scriptEditorPanel1 sequenceEditorPanel1 shapePanel1 timeEditorPanel1 visorPanel1&lt;BR /&gt;&lt;BR /&gt;You were right I was hiding the consequences. I made it visible again and ran the script, but the value of 0 came out in the VFB window, so I entered the ui command, but the VFB panel was not visible.&lt;BR /&gt;Vray's not Maya's renderer program, it's not commanding. Is there any way to do this?&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2023 18:45:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708225#M5350</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T18:45:47Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708323#M5351</link>
      <description>&lt;P&gt;I looked at the Vray script, vfbPanel was only created before Maya2017, I tried to change the condition, the panel was created, but the content was still in the API created window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 19:25:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708323#M5351</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T19:25:42Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708359#M5352</link>
      <description>From 2017 to 2023, it seems you can't connect VFB windows to panels. Is the command to minimize and switch back impossible?</description>
      <pubDate>Thu, 26 Jan 2023 19:42:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708359#M5352</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T19:42:01Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708378#M5353</link>
      <description>&lt;P&gt;Yes, this requires the support of the Vray developers. Perhaps the solution can be found in Vray's forums.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 19:48:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708378#M5353</guid>
      <dc:creator>loncy888</dc:creator>
      <dc:date>2023-01-26T19:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708430#M5354</link>
      <description>&lt;P&gt;As pointed out a while ago already by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1273810"&gt;@Christoph_Schaedl&lt;/a&gt; .&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 20:14:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708430#M5354</guid>
      <dc:creator>damaggio</dc:creator>
      <dc:date>2023-01-26T20:14:36Z</dc:date>
    </item>
    <item>
      <title>回复： How to dock the Vray VFB window ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708558#M5355</link>
      <description>But thank you for your help!</description>
      <pubDate>Thu, 26 Jan 2023 21:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/how-to-dock-the-vray-vfb-window/m-p/11708558#M5355</guid>
      <dc:creator>tjdrbrla</dc:creator>
      <dc:date>2023-01-26T21:08:26Z</dc:date>
    </item>
  </channel>
</rss>

