<?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: Creating Primitives In Isolation Mode? in Maya Modeling Forum</title>
    <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11699661#M2362</link>
    <description>&lt;P&gt;Thanks Amaterasu,&lt;/P&gt;&lt;P&gt;That's a bummer.&lt;/P&gt;&lt;P&gt;3dsmax got it right long time ago.&lt;BR /&gt;&lt;BR /&gt;Kahylan,&lt;BR /&gt;Your script just makes everything disappear, including selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made another recording.&lt;/P&gt;&lt;P&gt;Spheres and planes show up at the end of creation in isolateSelect mode.&lt;/P&gt;&lt;P&gt;Boxes, cones do not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maya is so inconsistent...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 18:39:27 GMT</pubDate>
    <dc:creator>The-Digital-Shaman</dc:creator>
    <dc:date>2023-01-23T18:39:27Z</dc:date>
    <item>
      <title>Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11655717#M2357</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible?&lt;/P&gt;&lt;P&gt;I mean, so I could see it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers for any info,&lt;BR /&gt;DS&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 03:13:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11655717#M2357</guid>
      <dc:creator>The-Digital-Shaman</dc:creator>
      <dc:date>2023-01-04T03:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11656350#M2358</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that by "Isolation Mode" you mean "Isolate Select".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to your Viewports "Show" Menu and turn on the setting "Isolate Select -&amp;gt; Auto Load New Objects"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Stg.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1158558iFC825D537292C5CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Stg.png" alt="Stg.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 11:20:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11656350#M2358</guid>
      <dc:creator>Kahylan</dc:creator>
      <dc:date>2023-01-04T11:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11665816#M2359</link>
      <description>&lt;P&gt;Hi Kahalan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I have it ticked on all the time. It's not this.&lt;BR /&gt;&lt;BR /&gt;By isolation mode I mean runtime command SelectIsolate;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;{ string $currentPanel = `getPanel -withFocus`; int $match = `gmatch $currentPanel "modelPanel*"`; if($match == 1) { string $state = `isolateSelect -q -state $currentPanel`; if ($state) enableIsolateSelect $currentPanel false; else enableIsolateSelect $currentPanel true; }}&lt;BR /&gt;&lt;BR /&gt;I recorded what happens when I create a primitive while in IsolateSelect mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 09:24:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11665816#M2359</guid>
      <dc:creator>The-Digital-Shaman</dc:creator>
      <dc:date>2023-01-09T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11667214#M2360</link>
      <description>&lt;P&gt;Hmm, sadly I couldn't reproduce the issue. Since even if I toggle isolate select with this command, the new objects show up as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what you could try is to use the isolateSelect command instead of enableIsolateSelect which is a toggle command with no real documentation...&lt;/P&gt;&lt;LI-CODE lang="general"&gt;{ string $currentPanel = `getPanel -withFocus`; int $match = `gmatch $currentPanel "modelPanel*"`; if($match == 1) { string $state = `isolateSelect -q -state $currentPanel`; if ($state) isolateSelect -s false $currentPanel; else isolateSelect -s true $currentPanel ; }}&lt;/LI-CODE&gt;&lt;P&gt;but I'm not sure if that helps, since it works for me either way, so I couldn't test it out.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:13:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11667214#M2360</guid>
      <dc:creator>Kahylan</dc:creator>
      <dc:date>2023-01-09T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11696574#M2361</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4625903"&gt;@The-Digital-Shaman&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;This is a Maya specification. I don't think you can do it, and I don't think you can change it in Preferences either.&lt;BR /&gt;If you isolate, it will only show the number of selected items. If you have not selected any objects (including those you have created), they will exist but will not be visible.&lt;BR /&gt;If you have a complex scene with many objects, it is better to hide other objects when Creating Primitives.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 09:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11696574#M2361</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2023-01-22T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11699661#M2362</link>
      <description>&lt;P&gt;Thanks Amaterasu,&lt;/P&gt;&lt;P&gt;That's a bummer.&lt;/P&gt;&lt;P&gt;3dsmax got it right long time ago.&lt;BR /&gt;&lt;BR /&gt;Kahylan,&lt;BR /&gt;Your script just makes everything disappear, including selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made another recording.&lt;/P&gt;&lt;P&gt;Spheres and planes show up at the end of creation in isolateSelect mode.&lt;/P&gt;&lt;P&gt;Boxes, cones do not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maya is so inconsistent...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 18:39:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11699661#M2362</guid>
      <dc:creator>The-Digital-Shaman</dc:creator>
      <dc:date>2023-01-23T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11706693#M2363</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4625903"&gt;@The-Digital-Shaman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Kahylan,&lt;BR /&gt;Your script just makes everything disappear, including selection.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4625903"&gt;@The-Digital-Shaman&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;Maya is so inconsistent...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;ikr?&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11712848"&gt;@Kahylan&lt;/a&gt;&amp;nbsp;helps me a lot.&lt;/P&gt;&lt;P&gt;This Maya forum has an Idea forum. You or I can post about this instead.&lt;BR /&gt;I can post your request if you like.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 07:25:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11706693#M2363</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2023-01-26T07:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Primitives In Isolation Mode?</title>
      <link>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11706894#M2364</link>
      <description>&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/maya-ideas/display-created-primitives-in-isolation-mode/idi-p/11706893" target="_blank"&gt;https://forums.autodesk.com/t5/maya-ideas/display-created-primitives-in-isolation-mode/idi-p/11706893&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 09:10:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-modeling-forum/creating-primitives-in-isolation-mode/m-p/11706894#M2364</guid>
      <dc:creator>The-Digital-Shaman</dc:creator>
      <dc:date>2023-01-26T09:10:58Z</dc:date>
    </item>
  </channel>
</rss>

