<?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: Block automatically explodes when inserted from Ribbon in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080379#M85335</link>
    <description>&lt;P&gt;Thank you very much. I thought it would be something obvious to someone more familiar with macros...&lt;/P&gt;</description>
    <pubDate>Sat, 13 Feb 2021 08:08:24 GMT</pubDate>
    <dc:creator>Lukey7</dc:creator>
    <dc:date>2021-02-13T08:08:24Z</dc:date>
    <item>
      <title>Block automatically explodes when inserted from Ribbon</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080167#M85333</link>
      <description>&lt;P&gt;I am currently pulling together some custom ribbons, some of which will house tools to insert dynamic blocks. I can get the button to insert the block ok, but it is automatically exploding once the insert is accepted. Is there a way to prevent this from happening?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have changed the default variables INSNAME to default "." to turn of exploding the named block and have opened the classicinsert dialogue and turned the explode tick box off. I've also set the block being inserted to NOT allow exploding.... But to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Macro in the Panel Row I'm using is&amp;nbsp;^C^C(COMMAND "INSERT" "*D:/ACAD DEV/EDCM DRIVEWAY.dwg");\&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="lukeZR6RP_0-1613188656883.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/880556i0ACD3B06AB7D9996/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukeZR6RP_0-1613188656883.png" alt="lukeZR6RP_0-1613188656883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm somewhat new to customizing Ribbons so I may be missing something. I have already set up the Tool Palettes but we would like to use a 2 pronged attack with tool palettes and ribbons for specific workflows to maximise efficiency. Any help on this would be greatly appreciated. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 04:04:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080167#M85333</guid>
      <dc:creator>Lukey7</dc:creator>
      <dc:date>2021-02-13T04:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Block automatically explodes when inserted from Ribbon</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080373#M85334</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10237555"&gt;@Lukey7&lt;/a&gt;&amp;nbsp; hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. in ribbon you can use macro code to insert blocks instead of using lisp&lt;/P&gt;&lt;P&gt;example:&amp;nbsp; ^C^CINSERT "&lt;SPAN&gt;D:/ACAD DEV/EDCM DRIVEWAY"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you can drop the ".dwg" file type (cause insert knows to bring in only internal blocks or dwg files&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. drop the '*' prefix ... this denote insert to bring in the block exploded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Moshe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 07:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080373#M85334</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2021-02-13T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Block automatically explodes when inserted from Ribbon</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080379#M85335</link>
      <description>&lt;P&gt;Thank you very much. I thought it would be something obvious to someone more familiar with macros...&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 08:08:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/10080379#M85335</guid>
      <dc:creator>Lukey7</dc:creator>
      <dc:date>2021-02-13T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Block automatically explodes when inserted from Ribbon</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/13086097#M85336</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Degonbellz_0-1729014096084.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1421783iD21997AC97DD3732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Degonbellz_0-1729014096084.png" alt="Degonbellz_0-1729014096084.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 17:41:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/block-automatically-explodes-when-inserted-from-ribbon/m-p/13086097#M85336</guid>
      <dc:creator>Degonbellz</dc:creator>
      <dc:date>2024-10-15T17:41:42Z</dc:date>
    </item>
  </channel>
</rss>

