<?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: Trying to setup some things in DefaultParameters.ini in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388653#M11120</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12003459"&gt;@Mr.Mxyzptlk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "edgeChamferSegments" 0 persistent:true&lt;/PRE&gt;&lt;P&gt;works for me and the .ini file is changed accordingly.&amp;nbsp; But you may have to quit Max and then restart it for new default setting in the .ini file to take effect.&amp;nbsp; Also, if you have more than 1 instance of Max running and have run the maxscript line from the listener in one instance the change would not be seen in&amp;nbsp; the other Max instance that is running.&amp;nbsp; Other than that, I don't know why it isn't working for you.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 19:13:37 GMT</pubDate>
    <dc:creator>10DSpace</dc:creator>
    <dc:date>2022-08-29T19:13:37Z</dc:date>
    <item>
      <title>Trying to setup some things in DefaultParameters.ini</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388364#M11119</link>
      <description>&lt;P&gt;I use the chamfer tool a lot and I'm trying to set it to 0 segments instead of 1 as the default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/MAXDEV/2021/ENU/?guid=GUID-B7059416-D90A-49D4-8DAB-7F541C850FDB" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/MAXDEV/2021/ENU/?guid=GUID-B7059416-D90A-49D4-8DAB-7F541C850FDB&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the complete example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "edgeChamferSegments" 0 persistent:true&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Is this not the right command for this? How do I get it to default to 0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to get the weld threshold to .001 using this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "weldThreshold" .001 persistent:true&lt;/PRE&gt;&lt;P&gt;So I'm in the correct ini file.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 17:16:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388364#M11119</guid>
      <dc:creator>Mr.Mxyzptlk</dc:creator>
      <dc:date>2022-08-29T17:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to setup some things in DefaultParameters.ini</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388653#M11120</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12003459"&gt;@Mr.Mxyzptlk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "edgeChamferSegments" 0 persistent:true&lt;/PRE&gt;&lt;P&gt;works for me and the .ini file is changed accordingly.&amp;nbsp; But you may have to quit Max and then restart it for new default setting in the .ini file to take effect.&amp;nbsp; Also, if you have more than 1 instance of Max running and have run the maxscript line from the listener in one instance the change would not be seen in&amp;nbsp; the other Max instance that is running.&amp;nbsp; Other than that, I don't know why it isn't working for you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 19:13:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388653#M11120</guid>
      <dc:creator>10DSpace</dc:creator>
      <dc:date>2022-08-29T19:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to setup some things in DefaultParameters.ini</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388745#M11121</link>
      <description>&lt;P&gt;Yeah for some reason it's only working for edit poly and not my editable poly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Editable poly left and edit poly right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Ini:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Editable Poly&lt;BR /&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "weldThreshold" .001 persistent:true&lt;BR /&gt;result = DefaultParamInterface.SetDefaultParamValue Editable_Poly "edgeChamferSegments" 0 persistent:true&lt;BR /&gt;--Edit Poly&lt;BR /&gt;result = DefaultParamInterface.SetDefaultParamValue Edit_Poly "edgeChamferSegments" 0 persistent:true&lt;/P&gt;&lt;P&gt;&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="cham.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1109451iAF83A81C05C6E86B/image-size/large?v=v2&amp;amp;px=999" role="button" title="cham.JPG" alt="cham.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 20:13:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/trying-to-setup-some-things-in-defaultparameters-ini/m-p/11388745#M11121</guid>
      <dc:creator>Mr.Mxyzptlk</dc:creator>
      <dc:date>2022-08-29T20:13:55Z</dc:date>
    </item>
  </channel>
</rss>

