<?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: Array modifier along a spline: corner handling in 3ds Max Modeling Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13867156#M21138</link>
    <description>&lt;P&gt;I agree that Array could use some more control options on how the copies are oriented; this is also true for mesh-based distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A better place to make such suggestions would be&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/3ds-max-ideas/idb-p/3ds-max-ideas-en" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/3ds-max-ideas/idb-p/3ds-max-ideas-en&lt;/A&gt;&amp;nbsp;since I am not sure whether anyone from the 3ds Max developer team will read it here...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: As long as the vertex count of the original spline does not change, the steps I described should be fully procedural. Maybe there is also a procedural way of breaking spline vertices with an angle larger than X degrees...&lt;/P&gt;</description>
    <pubDate>Sun, 26 Oct 2025 09:11:46 GMT</pubDate>
    <dc:creator>MartinBeh</dc:creator>
    <dc:date>2025-10-26T09:11:46Z</dc:date>
    <item>
      <title>Array modifier along a spline: corner handling</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13865609#M21131</link>
      <description>&lt;P&gt;I am wanting to use an Array modifier along a spline with sharp 90 degree corners and to have the arrayed object be oriented along one segment or the other without a gradual rotation. (see image). I can't figure out how to do this with the Array modifier. I suspect that I cannot unless I sever the splines at the corners.&lt;/P&gt;&lt;P&gt;My purpose is to create a dentil molding pattern along with a sweep along the same spline. This is why I don't want to just sever the spline into segments at each corner point in the clone of the floor plan line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing an option somewhere?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Array modifier along spline: corner handling" style="width: 640px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1581777iCA93B4414EBDC339/image-size/large?v=v2&amp;amp;px=999" role="button" title="array-along-a-spline-sharp-corners-v0-bujhh8bvsavf1.jpg" alt="Array modifier along spline: corner handling" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Array modifier along spline: corner handling&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dentilCrownMolding.webp" style="width: 500px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1581778iC7B679C65F7A82DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="dentilCrownMolding.webp" alt="dentilCrownMolding.webp" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 15:27:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13865609#M21131</guid>
      <dc:creator>mgmcgill</dc:creator>
      <dc:date>2025-10-24T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Array modifier along a spline: corner handling</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13865909#M21135</link>
      <description>&lt;P&gt;I must admit I have not fully understood why you do not want to break the corner vertices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use the spline also for a continuous sweep without broken corners, you could try something this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create spline A and break corner vertices&lt;/P&gt;
&lt;P&gt;2. Create reference copy of A and call it B&lt;/P&gt;
&lt;P&gt;3. On B, add an Edit Spline modifier to weld the corner vertices again&lt;/P&gt;
&lt;P&gt;4. Add Sweep modifier to B&lt;/P&gt;
&lt;P&gt;5. Select the box (or other object) and add Array, set to Spline mode and select spline A&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 18:42:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13865909#M21135</guid>
      <dc:creator>MartinBeh</dc:creator>
      <dc:date>2025-10-24T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Array modifier along a spline: corner handling</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13866605#M21137</link>
      <description>&lt;P&gt;This is a good workaround. And it is what I'll do. (I had actually thought of doing it the opposite way where the reference spline did the breaking of corners rather than welding, but I'll try yours to see if it works better.)&amp;nbsp;The step you described breaks a bit of the purely procedural workflow that I would like by inserting a manual step. That is, if the original spline path gets changed, it won't automatically update the array properly I assume.&lt;/P&gt;&lt;P&gt;I wanted to report it here partly because I think that it is a minor flaw and the Array modifier could be slightly improved by having an option where sharp corners do not interpolate between orientations but, instead switch suddenly depending on which side of the vertex it falls.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would, I think, allow the array and sweep to coexist a little more seamlessly.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 14:10:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13866605#M21137</guid>
      <dc:creator>mgmcgill</dc:creator>
      <dc:date>2025-10-25T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Array modifier along a spline: corner handling</title>
      <link>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13867156#M21138</link>
      <description>&lt;P&gt;I agree that Array could use some more control options on how the copies are oriented; this is also true for mesh-based distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A better place to make such suggestions would be&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/3ds-max-ideas/idb-p/3ds-max-ideas-en" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/3ds-max-ideas/idb-p/3ds-max-ideas-en&lt;/A&gt;&amp;nbsp;since I am not sure whether anyone from the 3ds Max developer team will read it here...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: As long as the vertex count of the original spline does not change, the steps I described should be fully procedural. Maybe there is also a procedural way of breaking spline vertices with an angle larger than X degrees...&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 09:11:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-modeling-forum/array-modifier-along-a-spline-corner-handling/m-p/13867156#M21138</guid>
      <dc:creator>MartinBeh</dc:creator>
      <dc:date>2025-10-26T09:11:46Z</dc:date>
    </item>
  </channel>
</rss>

