<?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: Select By Name in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9994714#M13386</link>
    <description>&lt;P&gt;Thank you for the tip&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 03:34:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-12T03:34:57Z</dc:date>
    <item>
      <title>Select By Name</title>
      <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9992355#M13384</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say, I have a hundred of these eyeball geometry, What should i type in the search bar (red box) so i can select all the geometry shape (green box) named eyeball but not selecting the constraint and parent (purple box)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;T&amp;nbsp;&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="select.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/864856iB0F66413181055BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="select.jpg" alt="select.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:58:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9992355#M13384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-11T07:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Name</title>
      <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9994548#M13385</link>
      <description>&lt;P&gt;I believe selecting by name is going to be rather difficult, as the constraints include the same name...&lt;/P&gt;&lt;P&gt;I would code it in MEL, and maybe create a shortcut in the shelf, if it is an often used action.&lt;/P&gt;&lt;P&gt;Something like: check all objects, if the name doesn't have "eyeball", don't select. If it has, check if it is a constraint. If it is, don't select. If the parent is selected, deselect it. If it is not, remove from the list of objects to check. Select everything else that is a mesh. (Well you might instead check all objects' direct children to see if they are constraints and avoid selecting them)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just an idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 01:36:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9994548#M13385</guid>
      <dc:creator>trs_andre</dc:creator>
      <dc:date>2021-01-12T01:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Name</title>
      <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9994714#M13386</link>
      <description>&lt;P&gt;Thank you for the tip&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 03:34:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/9994714#M13386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-12T03:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Name</title>
      <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/10544550#M13387</link>
      <description>&lt;P&gt;Just use symbol "*" that matches any string and "?" that matches any single character. You can use it multiple times in select by name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 00:32:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/10544550#M13387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-14T00:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Select By Name</title>
      <link>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/10573903#M13388</link>
      <description>&lt;P&gt;Expanding on what&amp;nbsp;@Anonymous&amp;nbsp;said. Because you have been so beautifully diligent in your naming you can indeed use the select by name using a combination of '?' and '*'. You can use:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;eyeBall&lt;STRONG&gt;??&lt;/STRONG&gt;Inner_&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; at the start means put any thing of any length here, this is just incase you have any names that may start different.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;??&lt;/STRONG&gt; in the middle will replace you 01 / 02 etc with any 2 characters.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;?&lt;/STRONG&gt; at the end replaces the L/R.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And because you ended on a question mark (not a star) you are effectively saying that you can replace this&amp;nbsp; single character, and there can be nothing after it. Because all your constraints have characters after the L / R they will be ignored by selection.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 21:54:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/select-by-name/m-p/10573903#M13388</guid>
      <dc:creator>vfxchris</dc:creator>
      <dc:date>2021-08-25T21:54:10Z</dc:date>
    </item>
  </channel>
</rss>

