<?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: LIBRARY folder in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163448#M16221</link>
    <description>I assume you are referring to the textures assigned to the materials. All that is required is for the image files to be in one of the loaded libraries or embedded in the project file. If this is not working you are probably doing something wrong, but it's hard to sat from your description what that might be. Perhaps you can describe your process in a bit more detail.</description>
    <pubDate>Mon, 22 Aug 2011 06:31:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-22T06:31:32Z</dc:date>
    <item>
      <title>LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163447#M16220</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;How can i make a library folder with my own objects that uses my own colors/ material.  The materials should work when i LINK the library folder?? &lt;BR /&gt;
 I tried to put the colors in the folder as JPG but do not work. I even tried to put them as aat and it still not work. what should i do???? &lt;BR /&gt;
 I am trying to make a library folder with my objects for everybody to download from the internet.... Please help&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Aug 2011 06:11:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163447#M16220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T06:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163448#M16221</link>
      <description>I assume you are referring to the textures assigned to the materials. All that is required is for the image files to be in one of the loaded libraries or embedded in the project file. If this is not working you are probably doing something wrong, but it's hard to sat from your description what that might be. Perhaps you can describe your process in a bit more detail.</description>
      <pubDate>Mon, 22 Aug 2011 06:31:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163448#M16221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T06:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163449#M16222</link>
      <description>Thank you for the reply Matthew Lohden. &lt;BR /&gt;
 Sorry for the bad description of my problem. &lt;BR /&gt;
 &lt;BR /&gt;
I am trying to make a folder with GDL objects  for downloading. When you download the folder, you should be able to go to the library manager and LINK library. When you do that, the materials should follow.</description>
      <pubDate>Mon, 22 Aug 2011 06:57:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163449#M16222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163450#M16223</link>
      <description>&lt;BLOCKQUOTE&gt;omar wrote:&lt;BR /&gt;....When you do that, the materials should follow.&lt;/BLOCKQUOTE&gt;

Not unless you DEFINE the material in the object script or create a Master_GDL object with the materaila defined in that.&lt;BR /&gt;
&lt;BR /&gt;
The materials in a file are controlled by the attributes and your material list will more than like be different to my materials or other peoples materials unless we all use the same default template.&lt;BR /&gt;
&lt;BR /&gt;
A material you call "Stainless steel" may have an attribute number of 23 in your PLN file.&lt;BR /&gt;
But in mine attribute 23 might be "Plastic".&lt;BR /&gt;
&lt;BR /&gt;
So you either need to DEFINE the materials in a script (object script or Master_GDL script - effectively hard coding them into the object) or supply an attribute file (.AAT) of your materials that other users can load in.&lt;BR /&gt;
&lt;BR /&gt;
Attribute files can be dangerous though as users can inadvertantly replace some or all of their existing materials with your new ones if the attribute numbers are the same for different materials.&lt;BR /&gt;
They will need to APPEND your materials to theirs, but then I am not sure if your objects will automaticall reference your new materail by name or whether it will use the attribute number which will be the users own material and not your new one.&lt;BR /&gt;
That would have to be tested unless someone knows the answer straight away.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 22 Aug 2011 07:31:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163450#M16223</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-08-22T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163451#M16224</link>
      <description>Can anyone tell me how i define materials in the master script???</description>
      <pubDate>Mon, 22 Aug 2011 13:03:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163451#M16224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-22T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163452#M16225</link>
      <description>omar:&lt;BR /&gt;
&lt;BR /&gt;
I  the GDL Reference Guide, look for the command &lt;FONT color="blue"&gt;DEFINE MATERIAL&lt;/FONT&gt;, it will explain the parameters as well as provide a few examples.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Mon, 22 Aug 2011 13:29:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163452#M16225</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2011-08-22T13:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163453#M16226</link>
      <description>Omar,&lt;BR /&gt;
You can DEFINE the materials in the individual objects but you will need to do this in each object.&lt;BR /&gt;
The material will only be available in the object you define it in.&lt;BR /&gt;
&lt;BR /&gt;
Look at creating a MASTER_GDL file that can be added to your library.&lt;BR /&gt;
DEFINE the materials in here and they will be available for all objects.&lt;BR /&gt;
You can create one specifically for materials (you can call it "MASTER_GDL_materials" or whatever you like so long as it starts with "MASTER_GDL").&lt;BR /&gt;
You will find info on this in the GDL reference.&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;
&lt;BR /&gt;
PS you only need to post your question once.&lt;BR /&gt;
Now there are 3 separate threads going on the same subject.</description>
      <pubDate>Tue, 23 Aug 2011 02:27:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163453#M16226</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-08-23T02:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163454#M16227</link>
      <description>I cannot merge the two topics since they are not about the same thing ( I deleted the third), but here is the link to the post I wrote, which is pretty much the same thing Barry wrote, maybe a bit more elaborate:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=37034&amp;amp;start=10" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... 4&amp;amp;start=10"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=37034&amp;amp;start=10&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Omar, ask you questions only in one thread, otherwise you will be considered a spammer. People who read the forum usually read all posts so if you will be answered, asking only once is enough, it will be read.</description>
      <pubDate>Tue, 23 Aug 2011 09:14:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163454#M16227</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2011-08-23T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163455#M16228</link>
      <description>OK. Sorry. wont happen again.</description>
      <pubDate>Tue, 23 Aug 2011 13:11:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163455#M16228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-23T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163456#M16229</link>
      <description>I made an object with a number of materials that you can choose from. When i use the index nr of the materials in the parameter script( VALUES "color" 167, 168, 169, 170) then the user can only use those colors. that is what i want. &lt;BR /&gt;
 But when i use a MASTER_GDL with define colors, the user can choose from the whole AC library. that is what i do not want..  &lt;BR /&gt;
 What should i write in the parameter script instead of the index nr? &lt;BR /&gt;
The user should only be able to choose my colors. my materials are jpg. &lt;BR /&gt;
Probely very stupid but i am learnig... &lt;BR /&gt;
Please help!!</description>
      <pubDate>Fri, 26 Aug 2011 11:50:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163456#M16229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-26T11:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: LIBRARY folder</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163457#M16230</link>
      <description>Pens are different in this regard because you cannot define new pens as such. What I mean is that there are Pen Sets and each pent set has 255 colors, no more, no less.&lt;BR /&gt;
With other attribute types, like materials, you can define as many as you wish.&lt;BR /&gt;
&lt;BR /&gt;
So they work differently in GDL as well.</description>
      <pubDate>Fri, 26 Aug 2011 19:27:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/LIBRARY-folder/m-p/163457#M16230</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2011-08-26T19:27:12Z</dc:date>
    </item>
  </channel>
</rss>

