<?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: Forward Migration Help Needed! in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231524#M5530</link>
    <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;With forward migration script, put A in placeholderB and B in placeholderA, then turn B into placeholderB and A into placeholderA?&lt;/BLOCKQUOTE&gt; I don't understand what you mean, would you be able to give an example please?</description>
    <pubDate>Fri, 22 Sep 2017 11:59:07 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2017-09-22T11:59:07Z</dc:date>
    <item>
      <title>Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231517#M5523</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have an issue whilst forward migrating an object. In the old version of the object the is defined variable using the following; &lt;PRE&gt;VALUES 'trunktypeX' '0 none','1 coniferous','2 decidous','3 shrub'&lt;/PRE&gt; As you can see it says '2 decidous' rather than deciduous...This is corrected in the latest version of the object but I want to be able to add a line of code into my forward migration script to be able to basically change that variable definition to the new definition. I just don't know how to do it and I can't seem to find anything about it online. Changing the old object isn't an option due to it being used by other people and it would definitely cause problems. Thanks in advance for any help.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Sep 2017 15:39:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231517#M5523</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-09-21T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231518#M5524</link>
      <description>I would say it is a matter of putting &lt;PRE&gt;if trunktypeX = '2 decidous' then
trunktypeX = '2 deciduous'
endif&lt;/PRE&gt; in the Forward Migration script.&lt;BR /&gt;
&lt;BR /&gt;
Or is this what you have tried?</description>
      <pubDate>Fri, 22 Sep 2017 07:12:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231518#M5524</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-09-22T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231519#M5525</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;I would say it is a matter of putting &lt;PRE&gt;if trunktypeX = '2 decidous' then
trunktypeX = '2 deciduous'
endif&lt;/PRE&gt; in the Forward Migration script.&lt;BR /&gt;
&lt;BR /&gt;
Or is this what you have tried?&lt;/BLOCKQUOTE&gt; I have not tried this, I didn't know the best way to scripting it. I will let you know how it goes, thanks.</description>
      <pubDate>Fri, 22 Sep 2017 08:10:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231519#M5525</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-09-22T08:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231520#M5526</link>
      <description>&lt;BLOCKQUOTE&gt;JGoode wrote:&lt;BR /&gt;I will let you know how it goes, thanks.&lt;/BLOCKQUOTE&gt;
It didn't seem to work sadly.&lt;BR /&gt;
&lt;BR /&gt;
Edit: Got it working, just had to define it in the new object too &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:13:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231520#M5526</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-09-22T08:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231521#M5527</link>
      <description>Great &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:54:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231521#M5527</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-09-22T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231522#M5528</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;Great &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt; Hi, I have another issue with forward migrating. Basically I have 2 versions of the same object, one of which is an upgrade from the previous object. However the issue is that on one object &lt;PRE&gt;A = 0.95 &lt;/PRE&gt; and &lt;PRE&gt; B = 2.2 &lt;/PRE&gt; but on the new object those are the other way around so &lt;PRE&gt; A = 2.2 and B = 0.95&lt;/PRE&gt; I can't seem to work out how to basically make them switch over using the forward migration script. Thanks for any help.</description>
      <pubDate>Fri, 22 Sep 2017 11:30:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231522#M5528</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-09-22T11:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231523#M5529</link>
      <description>With forward migration script, put A in placeholderB and B in placeholderA, then turn B into placeholderB and A into placeholderA?</description>
      <pubDate>Fri, 22 Sep 2017 11:52:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231523#M5529</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-09-22T11:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231524#M5530</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;With forward migration script, put A in placeholderB and B in placeholderA, then turn B into placeholderB and A into placeholderA?&lt;/BLOCKQUOTE&gt; I don't understand what you mean, would you be able to give an example please?</description>
      <pubDate>Fri, 22 Sep 2017 11:59:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231524#M5530</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-09-22T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forward Migration Help Needed!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231525#M5531</link>
      <description>I would use placeholder parameters. So put parameter A in a parameter placeholderB, etc. Then change B to be placeholderB.&lt;BR /&gt;
&lt;BR /&gt;
I am not sure how the migration script works excactly, but I would say it runs once you load the newer library part and looks for the old part to change parameters as needed. Changing existing parameters around might not work though.&lt;BR /&gt;
&lt;BR /&gt;
So yeah, big disclaimer, I've never bothered making replacement parts. Most of our 'custom' library parts are just simple 2D symbols and a large collection of custom parametric door leafs that we generally copy / paste as needed in to project specific libraries so they can be freely edited.</description>
      <pubDate>Fri, 22 Sep 2017 12:14:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Forward-Migration-Help-Needed/m-p/231525#M5531</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-09-22T12:14:48Z</dc:date>
    </item>
  </channel>
</rss>

