<?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 Location of Custom Pictures, and how to browse them in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221847#M5315</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I went to the Archicad tree object to choose a custom tree image.  I am asked to choose a custom image from a list of literally more than 500 image names, in alphabetical order, with no preview images and no subfolders.  See enclosed screen shot of a small portion of the list.  Argh!!&lt;BR /&gt;
&lt;BR /&gt;
This seems to be an unorganized list of all loaded material textures, images for picture files, and yes, maybe tree images as well.  File names only, with no reference to enclosing folders.&lt;BR /&gt;
&lt;BR /&gt;
Where are these images?  How can I browse through them (the actual images, not the file names of the images) to see what I might want to use?  Is there a way to organize them into folders?  It seems like the only way to use this custom image feature of the ArchiCad library is to find the image I want to use and write down its exact file name before I to to the library part than can use it.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6696i41018EDE3748CD42/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen Shot 2017-08-17 at 1.45.50 PM.png" title="Screen Shot 2017-08-17 at 1.45.50 PM.png" /&gt;</description>
    <pubDate>Thu, 17 Aug 2017 21:08:43 GMT</pubDate>
    <dc:creator>R Muller</dc:creator>
    <dc:date>2017-08-17T21:08:43Z</dc:date>
    <item>
      <title>Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221847#M5315</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I went to the Archicad tree object to choose a custom tree image.  I am asked to choose a custom image from a list of literally more than 500 image names, in alphabetical order, with no preview images and no subfolders.  See enclosed screen shot of a small portion of the list.  Argh!!&lt;BR /&gt;
&lt;BR /&gt;
This seems to be an unorganized list of all loaded material textures, images for picture files, and yes, maybe tree images as well.  File names only, with no reference to enclosing folders.&lt;BR /&gt;
&lt;BR /&gt;
Where are these images?  How can I browse through them (the actual images, not the file names of the images) to see what I might want to use?  Is there a way to organize them into folders?  It seems like the only way to use this custom image feature of the ArchiCad library is to find the image I want to use and write down its exact file name before I to to the library part than can use it.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6696i41018EDE3748CD42/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen Shot 2017-08-17 at 1.45.50 PM.png" title="Screen Shot 2017-08-17 at 1.45.50 PM.png" /&gt;</description>
      <pubDate>Thu, 17 Aug 2017 21:08:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221847#M5315</guid>
      <dc:creator>R Muller</dc:creator>
      <dc:date>2017-08-17T21:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221848#M5316</link>
      <description>This feature of ArchiCAD since AC 20 (I think) is not very comfortable.&lt;BR /&gt;
And II think, you cannot order all the image file in folders.&lt;BR /&gt;
The only nice feature is, if yo type in the first character, only those are highlighted, that beginn with that character.&lt;BR /&gt;
&lt;BR /&gt;
If you want to choose images from a special folder, you should try the filemanager Addon for GDL. Example script:&lt;BR /&gt;

&lt;PRE&gt;!MASTER-SCRIPT

DIM bitmap[]

Ordner= OPEN ("FileMan", verz, "FILES, DIALOG")
linecont=1
n = INPUT (Ordner, 0, 0, datName)
WHILE n=1 DO
bitmap[linecont]=datName
linecont=linecont+1
n = INPUT (Ordner, 0, 0, datName)
ENDWHILE
CLOSE Ordner

!PARAMETER-SCRIPT
VALUES "dateiname" bitmap&lt;/PRE&gt;

verz and dateiname shall be string parameters.&lt;BR /&gt;
verz must be choosen from a file search dialog window, that popups.&lt;BR /&gt;
In the User interface you then can show the chosen file of "dateiname" as UI_PICT previw image.</description>
      <pubDate>Sat, 19 Aug 2017 11:54:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221848#M5316</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2017-08-19T11:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221849#M5317</link>
      <description>also...&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;R wrote:&lt;BR /&gt;
Where are these images?&lt;/BLOCKQUOTE&gt;

They are in the loaded libraries (see your own screenshot - clip attached), which of course includes the embedded library.  So, if you want one of your images included, you have to load it with Library Manager.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6846iE8D1CCF2B327CC75/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen Shot 2017-08-19 at 11.38.13 AM.jpg" title="Screen Shot 2017-08-19 at 11.38.13 AM.jpg" /&gt;</description>
      <pubDate>Sat, 19 Aug 2017 17:37:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221849#M5317</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2017-08-19T17:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221850#M5318</link>
      <description>I looked to this issue and what is interesting is that on Windows I do not get that little right-pointing arrow button to the right of the field.&lt;BR /&gt;
So I think the way it is supposed to work normally is that you just type the name of the image you want to use in the field (without extension, I believe). But on Mac you get that arrow button.&lt;BR /&gt;
I will forward this to GRAPHISOFT for investigation.</description>
      <pubDate>Sun, 20 Aug 2017 22:44:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221850#M5318</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2017-08-20T22:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221851#M5319</link>
      <description>So the crux of the issue is that you CANNOT limit the choices to ONLY TREES or ONLY ARTWORK (for the PICTURE object)...&lt;BR /&gt;
&lt;BR /&gt;
I, too, wish this were possible.&lt;BR /&gt;
&lt;BR /&gt;
If that script here was intended to provide a way to limit the choices to a single folder, I'd like to try it... &lt;BR /&gt;
&lt;BR /&gt;
Any advice is welcome...&lt;BR /&gt;
&lt;BR /&gt;
To be clear, my loaded libraries have many different types of BITMAP images... including:&lt;BR /&gt;
&lt;BR /&gt;
     a. Materials &lt;BR /&gt;
     b. Trees&lt;BR /&gt;
     c. Shrubs&lt;BR /&gt;
     d. Artwork&lt;BR /&gt;
     e. TV Screens&lt;BR /&gt;
&lt;BR /&gt;
I have been trying to save my stuff with organized naming scheme...&lt;BR /&gt;
    VF_Tree-Olive&lt;BR /&gt;
    VF_Tree-Mesquite&lt;BR /&gt;
&lt;BR /&gt;
    VF_TV-StarTrek&lt;BR /&gt;
&lt;BR /&gt;
You get the idea...&lt;BR /&gt;
&lt;BR /&gt;
But it is clearly a mishmash of all sorts of namings...&lt;BR /&gt;
&lt;BR /&gt;
Also, it's a bummer that the "Built in" tree / shrub images are not available via this menu (they are injected into the scripts)...&lt;BR /&gt;
&lt;BR /&gt;
I still claim that GS has missed the mark with the ROTATE to CAMERA issue so I've had to create my own part and cannot use those..</description>
      <pubDate>Wed, 23 Aug 2017 23:35:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221851#M5319</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-08-23T23:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221852#M5320</link>
      <description>The only possible way is a file manager. See the example of Joachim Suelo.&lt;BR /&gt;
You can only view one folder, you can not sort to view only the trees or only the bushes located in this folder. However, you can restrict the selection by extension to -tiff or only .png. Or both.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/10015i8296B5ECB384CA60/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Pict.gif" title="Pict.gif" /&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:29:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221852#M5320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-24T13:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221853#M5321</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I am Daniel Kovacs from GRAPHISOFT HQ Technical Support. Let me shed some light on what is happening here exactly!&lt;BR /&gt;
&lt;BR /&gt;
First, in reply to Laszlo's question: The little arrow next to the Custom Picture field works on both Platforms, but it only appears if there's a picture in the loaded libraries to use. If the list would be empty anyways, the arrow won't even bother to appear.&lt;BR /&gt;
&lt;BR /&gt;
Regarding the lists being full of unnecessary picture files, it is a matter of Library Management. If you only have the Default Libraries loaded you will see, that even though the Main ARCHICAD Library is full of textures and other picture files, there's nothing in the list, unless you load a picture into the Embedded Library yourself. That's because we use an Application query to get the names of the loaded pictures, and this query is designed in a way that it will only load pictures that are not in folders starting with the following tags: [TImg]*, [BImg]*, [UImg]*, or [HImg]*. ARCHICAD considers these folders to contain Texture images, Background images, UI images and HDR images (respectively), and leaves them out when browsing for "user loaded images".&lt;BR /&gt;
If you are a GDL enthusiast, you can find this kind of query at the bottom of this page:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=57314" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=57314" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://archicad-talk.graphisoft.com/vie ... hp?t=57314&amp;quot;&amp;gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=57314&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=57314"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=57314&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt; &lt;BR /&gt;
&lt;BR /&gt;
So, in R Muller's case, he probably has a lot of pictures/textures in his Loaded or Embedded Library, and these all show up in the list. If you put the pictures in folders named like defined above, they should not appear. Also, as Joachim Suehlo mentioned before me, if you start typing a texture's name, it will highlight in the list.&lt;BR /&gt;
&lt;BR /&gt;
Have a good day,</description>
      <pubDate>Fri, 22 Sep 2017 16:07:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221853#M5321</guid>
      <dc:creator>Daniel Kovacs</dc:creator>
      <dc:date>2017-09-22T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221854#M5322</link>
      <description>Thanks Daniel...&lt;BR /&gt;
&lt;BR /&gt;
Having read your post, leads me to believe the OPPOSITE is also then possible... I could script a QUERY that looks specifically into folders that start with ###...&lt;BR /&gt;
&lt;BR /&gt;
So If my folder starts with TREE (or whatever) I could create a variable that lets me type in a few letters and uses those to narrow the folders for the query...&lt;BR /&gt;
&lt;BR /&gt;
Also... does this filter require that a folder START WITH or just CONTAIN they filter word?</description>
      <pubDate>Fri, 22 Sep 2017 16:34:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221854#M5322</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-09-22T16:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Location of Custom Pictures, and how to browse them</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221855#M5323</link>
      <description>I guess I should read ALL the posts below...&lt;BR /&gt;
&lt;BR /&gt;
Kind of already answered my question here...</description>
      <pubDate>Fri, 22 Sep 2017 16:39:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-Custom-Pictures-and-how-to-browse-them/m-p/221855#M5323</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-09-22T16:39:36Z</dc:date>
    </item>
  </channel>
</rss>

