<?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: Update parameters in placed objects? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577608#M5933</link>
    <description>&lt;P&gt;So, you have scripted something like LOCK "A" in the parameter or master script of an object and saved it (not 'save as').&lt;/P&gt;
&lt;P&gt;All existing instances of that object should now have parameter A locked (greyed out in interface).&lt;/P&gt;
&lt;P&gt;Is that what you mean?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have labelled your post "Library Part Maker".&lt;/P&gt;
&lt;P&gt;Is it in particular to do with that or did you just pick a label?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 09:59:18 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2023-11-27T09:59:18Z</dc:date>
    <item>
      <title>Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577599#M5932</link>
      <description>&lt;P&gt;I have a faint memory there is a command to "force" run parameter changes in gdl objects. I'm playing with locking parameters and if I change to lock between A and B dimensions it doesn't stick on alreday placed objects. Why so?&lt;BR /&gt;/Mats&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:43:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577599#M5932</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2024-09-26T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577608#M5933</link>
      <description>&lt;P&gt;So, you have scripted something like LOCK "A" in the parameter or master script of an object and saved it (not 'save as').&lt;/P&gt;
&lt;P&gt;All existing instances of that object should now have parameter A locked (greyed out in interface).&lt;/P&gt;
&lt;P&gt;Is that what you mean?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have labelled your post "Library Part Maker".&lt;/P&gt;
&lt;P&gt;Is it in particular to do with that or did you just pick a label?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 09:59:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577608#M5933</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-11-27T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577612#M5934</link>
      <description>&lt;P&gt;If you have a variable in placed objects, which you would like to update to a new value, i do suggest renaming that variable in your parameters as well as in all other scripts.&lt;/P&gt;
&lt;P&gt;AFAIK already placed objects will remember their own placed value for &lt;EM&gt;exampleVariable = 0.5 &lt;/EM&gt;but will update to your new value if renamed &lt;EM&gt;exampleVariableNew = 0.7.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or - depending on the situation - you might force your variable to take a new value within your Masterscript: &lt;EM&gt;exampleVariable = 0.7&lt;/EM&gt;. But this might prove to be a too static solution&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 10:10:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577612#M5934</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2023-11-27T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577651#M5935</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7331"&gt;@Barry Kelly&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;So, you have scripted something like LOCK "A" in the parameter or master script of an object and saved it (not 'save as').&lt;/P&gt;&lt;P&gt;All existing instances of that object should now have parameter A locked (greyed out in interface).&lt;/P&gt;&lt;P&gt;Is that what you mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have labelled your post "Library Part Maker".&lt;/P&gt;&lt;P&gt;Is it in particular to do with that or did you just pick a label?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes about Lock "A" in the parameter scripts and then save.&lt;/P&gt;&lt;P&gt;See super short clip.&lt;A href="https://youtu.be/DBSzrU-KC9E" target="_self"&gt;https://youtu.be/DBSzrU-KC9E&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Library Part Maker tag was because GDL tag didn't show up...&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 12:48:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577651#M5935</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2023-11-27T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577672#M5936</link>
      <description>&lt;P&gt;It is a bit sticky.&lt;/P&gt;
&lt;P&gt;I just tried it myself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought it might be better if LOCK was in the master script, but it doesn't seem to matter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you change the LOCK fro A to B, the object is frozen, but only on the first try to stretch it.&lt;/P&gt;
&lt;P&gt;Try to stretch it again and it will work.&lt;/P&gt;
&lt;P&gt;Or open the object settings, and just OK and it will stretch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a command you can add into your Work Environment (menus or toolbars or keyboard shortcuts).&lt;/P&gt;
&lt;P&gt;But it seems to take quite a long time to run, and that was in an almost empty template with just a few dozen objects placed.&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="BarryKelly_0-1701094007723.png" style="width: 909px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/49677i1E67048DE2E3D0E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1701094007723.png" alt="BarryKelly_0-1701094007723.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 14:09:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/577672#M5936</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-11-27T14:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update parameters in placed objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/578922#M5975</link>
      <description>&lt;P&gt;That's the one I was looking for. Thank Barry!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 07:19:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Update-parameters-in-placed-objects/m-p/578922#M5975</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2023-12-05T07:19:57Z</dc:date>
    </item>
  </channel>
</rss>

