<?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: Simple plane rounded in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225872#M11882</link>
    <description>&lt;P&gt;Ps.&amp;nbsp; dont work with what i dont understand, (code). This is ridiculous!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 18:41:19 GMT</pubDate>
    <dc:creator>jeronimocollares3d</dc:creator>
    <dc:date>2021-04-09T18:41:19Z</dc:date>
    <item>
      <title>Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225087#M11877</link>
      <description>&lt;P&gt;It is 2022 and Maya still needs six (or more) NASA engineers to produce a simple plan with rounded ends or where do we control the rounding curve?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 13:59:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225087#M11877</guid>
      <dc:creator>jeronimocollares3d</dc:creator>
      <dc:date>2021-04-09T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225322#M11878</link>
      <description>&lt;P&gt;The answer is no, Maya doesn't. See shape node &amp;gt; VertexBoundary &amp;gt; SharpEdges.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hamsterHamster_0-1617980833821.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904407iC7BACEF932B03B1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hamsterHamster_0-1617980833821.png" alt="hamsterHamster_0-1617980833821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Roundness controlled by nearest verts/edges, in default pPlane case - subdivisions.&lt;/P&gt;&lt;P&gt;The question rather might be: how to make it a default setting? Could not find in Prefs, M2019. Still possible to toggle with hotkey script.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 15:18:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225322#M11878</guid>
      <dc:creator>hamsterHamster</dc:creator>
      <dc:date>2021-04-09T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225808#M11880</link>
      <description>&lt;P&gt;Why far? Wasn't that working for you? Were it the default solution, other users might have searched for the opposite.&lt;/P&gt;&lt;P&gt;Besides, you can add these last three lines to your any poly primitive creation shelf icon.. or make hotkey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;CreatePolygonPlane;
$obj = `ls -sl`;
$obj = `listRelatives -s $obj[0]`;
eval("setAttr "+ $obj[0] +".osdVertBoundary 2");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although, think forward what will happen when you will evolve your mesh beyond the plane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, by the way, if you are upset about the default CreatePolygonPlane options, use your own command:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;polyPlane -w 1 -h 1 -sx 10 -sy 10 -ax 0 1 0 -cuv 2 -ch 1; // edit this, like -sx 1 -sy 1 and so on&lt;/LI-CODE&gt;&lt;P&gt;And then there are Mesh &amp;gt; SmoothProxy&amp;gt; CreaseTool with which you can set roundness.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:22:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225808#M11880</guid>
      <dc:creator>hamsterHamster</dc:creator>
      <dc:date>2021-04-09T18:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225871#M11881</link>
      <description>&lt;P&gt;Yes, &lt;STRONG&gt;need 100 NASA enginer to do a SIMPLE plane rounded&lt;/STRONG&gt; in a BILIONAIRE software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GJ Autodesk&lt;/STRONG&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:43:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225871#M11881</guid>
      <dc:creator>jeronimocollares3d</dc:creator>
      <dc:date>2021-04-09T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225872#M11882</link>
      <description>&lt;P&gt;Ps.&amp;nbsp; dont work with what i dont understand, (code). This is ridiculous!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:41:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225872#M11882</guid>
      <dc:creator>jeronimocollares3d</dc:creator>
      <dc:date>2021-04-09T18:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple plane rounded</title>
      <link>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225917#M11883</link>
      <description>&lt;P&gt;Im trying to reproduce this shape - in MAYA its IMPOSSIBLE in a easy way, without 100 NASA enginers talking about scrips, codes, plugins, etc, REALLY? This is ridiculous.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(image art Concept by Kasper Hansen - he probably dont work with MAYA)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kasper-hansen-gallente-floor.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/904514iC807545A60AE01BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="kasper-hansen-gallente-floor.jpg" alt="kasper-hansen-gallente-floor.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:58:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/simple-plane-rounded/m-p/10225917#M11883</guid>
      <dc:creator>jeronimocollares3d</dc:creator>
      <dc:date>2021-04-09T18:58:36Z</dc:date>
    </item>
  </channel>
</rss>

