<?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: Custom Shelf divider icons? in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9334393#M19443</link>
    <description>&lt;P&gt;If you go into the Shelf's MEL file with a text editor, just add "addShelfSeparator();" in the appropriate spots where you want them to appear.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 20:42:08 GMT</pubDate>
    <dc:creator>t_chanma</dc:creator>
    <dc:date>2020-02-21T20:42:08Z</dc:date>
    <item>
      <title>Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9334185#M19442</link>
      <description>&lt;P&gt;So I've noticed the following divider in all the default shelves found in Maya.&amp;nbsp; I was wondering if and how I'd be able to put them in my own custom shelves as well, since they're a very nice and quick way to direct attention and categorize things.&amp;nbsp; Me being the the hopeless OCD guy that I am, I was hoping y'all could tell me how I'd be able to replicate the results.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screenshot example should be attached to it.&amp;nbsp; Let me know if y'all cant see it.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9334185#M19442</guid>
      <dc:creator>imrifley</dc:creator>
      <dc:date>2020-02-21T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9334393#M19443</link>
      <description>&lt;P&gt;If you go into the Shelf's MEL file with a text editor, just add "addShelfSeparator();" in the appropriate spots where you want them to appear.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 20:42:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9334393#M19443</guid>
      <dc:creator>t_chanma</dc:creator>
      <dc:date>2020-02-21T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9348791#M19444</link>
      <description>&lt;P&gt;I seem to be having issue with actually finding where I should put that.&amp;nbsp; &amp;nbsp; Also, is that doable from the in-program MEL editor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 16:09:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9348791#M19444</guid>
      <dc:creator>imrifley</dc:creator>
      <dc:date>2020-02-28T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9361362#M19445</link>
      <description>&lt;P&gt;You can find the shelves in "Documents &amp;gt; maya &amp;gt; &amp;lt;version&amp;gt; &amp;gt; prefs &amp;gt; shelves".&amp;nbsp; Open one of those in the Script Editor then add that line to add a divider.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 18:59:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/9361362#M19445</guid>
      <dc:creator>t_chanma</dc:creator>
      <dc:date>2020-03-05T18:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/11112509#M19446</link>
      <description>&lt;P&gt;I have a Mac and I don't believe the filing system is the same way, in my Documents&amp;gt;maya it just has a projects folder and nothing else. Additionally, it doesn't show version&amp;gt; prefs&amp;gt; shelves, but there is a maya folder in my applications tab, with different folders there. Would the shelf script be located in those files?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 19:12:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/11112509#M19446</guid>
      <dc:creator>hviator</dc:creator>
      <dc:date>2022-04-18T19:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Shelf divider icons?</title>
      <link>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/12921405#M19447</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I was looking for adding separator to my shelves and found out this thread.&lt;BR /&gt;It's a bit old already but I thought I could add something to it.&lt;BR /&gt;When editing a shlve file and adding the&amp;nbsp;&lt;SPAN&gt;"addShelfSeparator();", I noticed that, when closing Maya, it replaces the function by the content of it to actually show the separator.&lt;BR /&gt;&lt;BR /&gt;Here it what's been created&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    separator
        -enable 1
        -width 12
        -height 35
        -manage 1
        -visible 1
        -preventOverride 0
        -enableBackground 0
        -backgroundColor 0 0 0 
        -highlightColor 0.321569 0.521569 0.65098 
        -style "shelf" 
        -horizontal 0
    ;&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Now you can simply add this code where you need the separators !&lt;BR /&gt;&lt;BR /&gt;I hope it helps &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:58:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/custom-shelf-divider-icons/m-p/12921405#M19447</guid>
      <dc:creator>sebastien_mGDQUZ</dc:creator>
      <dc:date>2024-07-26T09:58:53Z</dc:date>
    </item>
  </channel>
</rss>

