<?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 Re: Maya 2023 - F To Frame Components In Isolated View Bug ? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11103384#M7571</link>
    <description>&lt;P&gt;Yes, I have the same problem. You are right: in Maya 2022 it works as intended (I've checked since I did not delete my previous version). Settings in 2022 are all the same as in 2023.&lt;BR /&gt;&lt;BR /&gt;For now I am using "Frame selection in All Views" (Shift+F), which works properly, but it's no good.&lt;BR /&gt;&lt;BR /&gt;Pretty sure it is a bug of the new version, hope it will be fixed ASAP, since I'm using F hotkey a lot and I need my other views to remain untouched. Please, notify me if you'll find any workarounds or when it will be fixed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 12:10:40 GMT</pubDate>
    <dc:creator>DaikonGG</dc:creator>
    <dc:date>2022-04-13T12:10:40Z</dc:date>
    <item>
      <title>Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11102909#M7570</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Pressing F in the viewport &lt;STRONG&gt;will&lt;/STRONG&gt; frame an object or selected component.&amp;nbsp;&lt;BR /&gt;But, i just noticed, when an item is isolated (CTRL+1) the "F" command will only frame the entire object, but not the component that is selected on that object.&lt;BR /&gt;I already went through the hotkeys and found nothing unusual.&amp;nbsp;&lt;BR /&gt;Frame Selected is bound to the F key, as it should be and as i said, &lt;STRONG&gt;it will&lt;/STRONG&gt; focus on components, but only if the object &lt;STRONG&gt;is not&lt;/STRONG&gt; in isolated view.&lt;BR /&gt;&lt;BR /&gt;I'd swear this was different in previous maya versions, but i cant check due to this issue --&amp;gt;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/maya-forum/maya-2022-installation-error/m-p/11089741" target="_blank" rel="noopener"&gt;Maya 2022 - Installation error - Autodesk Community - Maya&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway.&lt;BR /&gt;I'd like to know if this is expected behaviour for maya 23 and if so, how can i change it, so it will focus on components also in isolated view ?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:07:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11102909#M7570</guid>
      <dc:creator>davidSFL</dc:creator>
      <dc:date>2022-04-13T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11103384#M7571</link>
      <description>&lt;P&gt;Yes, I have the same problem. You are right: in Maya 2022 it works as intended (I've checked since I did not delete my previous version). Settings in 2022 are all the same as in 2023.&lt;BR /&gt;&lt;BR /&gt;For now I am using "Frame selection in All Views" (Shift+F), which works properly, but it's no good.&lt;BR /&gt;&lt;BR /&gt;Pretty sure it is a bug of the new version, hope it will be fixed ASAP, since I'm using F hotkey a lot and I need my other views to remain untouched. Please, notify me if you'll find any workarounds or when it will be fixed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:10:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11103384#M7571</guid>
      <dc:creator>DaikonGG</dc:creator>
      <dc:date>2022-04-13T12:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11114229#M7572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a known issue in Maya 2023.&lt;BR /&gt;&lt;BR /&gt;It can be worked around by patching &lt;STRONG&gt;fitPanel.mel&lt;/STRONG&gt; that is installed with Maya but this is not recommended unless you are comfortable modifying your Maya installation. (be sure to backup the original file etc before modifying it etc)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In &lt;STRONG&gt;fitPanel.mel&lt;/STRONG&gt; replace this line:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;if( `modelEditor -q -isFiltered $panel` &amp;amp;&amp;amp; ($fitType == "-all" || numSelectedObjects() == 0))&lt;/LI-CODE&gt;
&lt;P&gt;with this one:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;if( `modelEditor -q -isFiltered $panel` &amp;amp;&amp;amp; ($fitType == "-all" || size(`ls -sl -ufe`) == 0))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:32:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11114229#M7572</guid>
      <dc:creator>brentmc</dc:creator>
      <dc:date>2022-04-19T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11804248#M7573</link>
      <description>Hi,&lt;BR /&gt;Where can i find fitPanel.mel? I'm not seeing it anywhere in maya's files under Documents, am I looking at the wrong place?</description>
      <pubDate>Tue, 07 Mar 2023 14:05:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11804248#M7573</guid>
      <dc:creator>kiril.nikolov</dc:creator>
      <dc:date>2023-03-07T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11804360#M7574</link>
      <description>fitPanel.mel is located inside the following path:&lt;BR /&gt;C:\Program Files\Autodesk\Maya2023\scripts\others</description>
      <pubDate>Tue, 07 Mar 2023 14:45:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11804360#M7574</guid>
      <dc:creator>davidSFL</dc:creator>
      <dc:date>2023-03-07T14:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11806557#M7575</link>
      <description>Thank you! I can finally work in peace now, this bug has been driving me insane&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2023 09:16:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/11806557#M7575</guid>
      <dc:creator>kiril.nikolov</dc:creator>
      <dc:date>2023-03-08T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2023 - F To Frame Components In Isolated View Bug ?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/12138812#M7576</link>
      <description>I know I am a bit late but I noticed this too. I was hoping there was a quick fix, such as a setting selection that would fix this but for those who can't alter much because it is not their machines, you can also click Shift + F and it will zoom into exact component. Also in the Viewport under View you can click Look at Selection (Viewport &amp;gt; View &amp;gt; Look at Selection) or (Shift + F)</description>
      <pubDate>Mon, 31 Jul 2023 15:15:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2023-f-to-frame-components-in-isolated-view-bug/m-p/12138812#M7576</guid>
      <dc:creator>wilven.taveras</dc:creator>
      <dc:date>2023-07-31T15:15:26Z</dc:date>
    </item>
  </channel>
</rss>

