<?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: Disabling smoothing by default on object creation in 3ds Max Modeling Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6766822#M15831</link>
    <description>&lt;P&gt;Actually, it's not just with primitives.&lt;/P&gt;&lt;P&gt;If I do a boolean operation to an extruded closed line, it will also get smoothing groups from somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2016 00:16:59 GMT</pubDate>
    <dc:creator>guido77</dc:creator>
    <dc:date>2016-12-23T00:16:59Z</dc:date>
    <item>
      <title>Disabling smoothing by default on object creation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6765856#M15828</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been using Max for many many years, and when creating new objects I always need &amp;nbsp;to "clear all" smoothing groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to setup Max to create objects with&amp;nbsp;no smoothing in the first place?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 15:55:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6765856#M15828</guid>
      <dc:creator>guido77</dc:creator>
      <dc:date>2016-12-22T15:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling smoothing by default on object creation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6765962#M15829</link>
      <description>&lt;P&gt;Are we talking about primitives? Could you try something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;fn setUnsmoothed ev nd =
(	
	local obj = getAnimByHandle nd[1]
	if isKindOf obj GeometryClass and not isDeformable obj and isProperty obj #smooth do obj.smooth = false
)
&lt;BR /&gt;callbackItem = NodeEventCallback mouseUp:true added:setUnsmoothed&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to see if that's what you want? It will set the .smoothed property to false when you end the object creation.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 16:36:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6765962#M15829</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2016-12-22T16:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling smoothing by default on object creation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6766791#M15830</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, this is for primitives, but where would I put the script to make the primitives to not have smoothing by default?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 23:35:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6766791#M15830</guid>
      <dc:creator>guido77</dc:creator>
      <dc:date>2016-12-22T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling smoothing by default on object creation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6766822#M15831</link>
      <description>&lt;P&gt;Actually, it's not just with primitives.&lt;/P&gt;&lt;P&gt;If I do a boolean operation to an extruded closed line, it will also get smoothing groups from somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 00:16:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6766822#M15831</guid>
      <dc:creator>guido77</dc:creator>
      <dc:date>2016-12-23T00:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling smoothing by default on object creation</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6767126#M15832</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19017"&gt;@guido77&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, this is for primitives, but where would I put the script to make the primitives to not have smoothing by default?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To the startup folder. You can run it once (CTRL+E in the maxscript editor) to see how that works for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19017"&gt;@guido77&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Actually, it's not just with primitives.&lt;/P&gt;&lt;P&gt;If I do a boolean operation to an extruded closed line, it will also get smoothing groups from somewhere.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No fix for that, while it would be possible to, say, make it so that on conversion to editable poly/editable mesh, the smoothing groups are cleared, many other object types don't have explicit smoothing group switch and adding a Smooth modifier in the middle of another scene operation would quite likely break the workflow.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 08:14:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/disabling-smoothing-by-default-on-object-creation/m-p/6767126#M15832</guid>
      <dc:creator>Swordslayer</dc:creator>
      <dc:date>2016-12-23T08:14:38Z</dc:date>
    </item>
  </channel>
</rss>

