<?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: Is there a way to only view outline of the selected object instead of the whole wireframe? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12560257#M4444</link>
    <description>&lt;P&gt;hello, it works but how did you change the color and thickness of the outline? thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 16:20:01 GMT</pubDate>
    <dc:creator>MRENOUX</dc:creator>
    <dc:date>2024-02-14T16:20:01Z</dc:date>
    <item>
      <title>Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11899697#M4436</link>
      <description>&lt;P class=""&gt;Basically the title. In Blender, the selected object only has an outline around it's silhouette which IMO makes it easier to see, so is there a way I can do it in Maya as right now it feels very cluttered? I can do a little bit of scripting too if required.&lt;/P&gt;&lt;P class=""&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 14:35:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11899697#M4436</guid>
      <dc:creator>ashutoshkbudhdeo</dc:creator>
      <dc:date>2023-04-16T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11900378#M4437</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is currently not possible.&lt;/P&gt;
&lt;P&gt;You could change the transparency on the wireframe&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/MAYAUL/2023/ENU/?guid=GUID-F7824D16-1342-4879-A669-3121D9D3582C" target="_blank"&gt;https://help.autodesk.com/view/MAYAUL/2023/ENU/?guid=GUID-F7824D16-1342-4879-A669-3121D9D3582C&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;or disable the selection highlighting at all (per panel), but an outline for the selection is currently not an option in Maya.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 00:25:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11900378#M4437</guid>
      <dc:creator>mspeer</dc:creator>
      <dc:date>2023-04-17T00:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11900892#M4438</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Would it be possible to make a material that does this in the viewport, so that I can maybe write a script that switches to that material when an object is selected?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:49:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/11900892#M4438</guid>
      <dc:creator>ashutoshkbudhdeo</dc:creator>
      <dc:date>2023-04-17T07:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12549131#M4439</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Not sure if this is possible before maya 2023, but&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1289553"&gt;@sepu6&lt;/a&gt;&amp;nbsp;showed me an envvar that will make this work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;MAYA_VP2_SELECTION_INDICATOR=4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 17:51:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12549131#M4439</guid>
      <dc:creator>shanemL33YK</dc:creator>
      <dc:date>2024-02-08T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12553539#M4440</link>
      <description>Hey thanks for the reply!&lt;BR /&gt;I don't know anything about environment variables but after reading the documentation I tried&lt;BR /&gt;putenv "MAYA_VP2_SELECTION_INDICATOR" "4"&lt;BR /&gt;in mel but it didn't seem to change anything.&lt;BR /&gt;Can you please explain how do I set this up?&lt;BR /&gt;Thanks!</description>
      <pubDate>Sun, 11 Feb 2024 13:18:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12553539#M4440</guid>
      <dc:creator>ashutoshkbudhdeo</dc:creator>
      <dc:date>2024-02-11T13:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12553691#M4441</link>
      <description>&lt;P&gt;Thanks guys, actually it worked quite well, it would be nice if this was implemented in Maya and maybe some additional options such as color and outline thickness options.&amp;nbsp; kudos &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1289553"&gt;@sepu6&lt;/a&gt;&amp;nbsp;.&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ObjectOutline.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1324797i255A8B0FED7D9F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ObjectOutline.jpg" alt="ObjectOutline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 16:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12553691#M4441</guid>
      <dc:creator>damaggio</dc:creator>
      <dc:date>2024-02-11T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12555480#M4442</link>
      <description>&lt;P&gt;You can not do it at runtime. You need to either set it globally before launching maya, or put it in your maya.env file located in&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;C:\Users\&amp;lt;USER&amp;gt;\Documents\maya\&amp;lt;VERSION&amp;gt;\Maya.env&lt;/LI-CODE&gt;&lt;P&gt;You would want to add a new line to that file (if pre-existing content) and add:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;MAYA_VP2_SELECTION_INDICATOR=4&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 16:13:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12555480#M4442</guid>
      <dc:creator>shanemL33YK</dc:creator>
      <dc:date>2024-02-12T16:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12555553#M4443</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="mayaSelection.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1325167iDBA57284E856C138/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mayaSelection.gif" alt="mayaSelection.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be working, but now I am unable to see the edges/faces in the component mode and I have to toggle wireframe on shaded to view them, but I guess that's the limitation of this.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 16:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12555553#M4443</guid>
      <dc:creator>ashutoshkbudhdeo</dc:creator>
      <dc:date>2024-02-12T16:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12560257#M4444</link>
      <description>&lt;P&gt;hello, it works but how did you change the color and thickness of the outline? thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:20:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12560257#M4444</guid>
      <dc:creator>MRENOUX</dc:creator>
      <dc:date>2024-02-14T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12560465#M4445</link>
      <description>I had changed my selection colors from Windows -&amp;gt; Settings/Preferences -&amp;gt; Color Settings, and for the thickness of the outline, I think that's because I have anti-aliasing turned on in the viewport</description>
      <pubDate>Wed, 14 Feb 2024 17:58:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/12560465#M4445</guid>
      <dc:creator>ashutoshkbudhdeo</dc:creator>
      <dc:date>2024-02-14T17:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/13161713#M4446</link>
      <description>&lt;P&gt;This feature is really useful, but it currently does not support USD. I hope the developers will improve this feature and add a switch inside Maya.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 02:11:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/13161713#M4446</guid>
      <dc:creator>xc278260759</dc:creator>
      <dc:date>2024-11-20T02:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to only view outline of the selected object instead of the whole wireframe?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/13167014#M4447</link>
      <description>&lt;P&gt;Do you happen to remember which color setting controls the outline in the color preferences? I can't find it for the life of me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 02:02:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/is-there-a-way-to-only-view-outline-of-the-selected-object/m-p/13167014#M4447</guid>
      <dc:creator>mamorossi</dc:creator>
      <dc:date>2024-11-22T02:02:01Z</dc:date>
    </item>
  </channel>
</rss>

