We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2005-03-10 04:23 PM
2005-03-10 05:35 PM
comma wrote:
i'd love to find the duplicates, perhaps reorganize the directory structure, etc. is there an aplication that would alow me to preview gdl files? cos' opening in archicad one by one is a total head ache.
2005-03-10 05:48 PM
2005-03-10 06:35 PM
SELECT location, preview_jpeg FROM librarypartsThe result from this query will give you the exact path and an image of your library part, the image part of the query will not show up if the object has no preview image.
2005-03-10 06:55 PM
2005-03-11 11:54 AM
Ben wrote:
Whilst Woody's method seem much more through, you could run a quick SQL query.
What you will need to do is, load all of your librarys then go to your calculate menu---->SQL---->Query.
Once you have your query window up simply type in the following
SELECT location, preview_jpeg FROM librarypartsThe result from this query will give you the exact path and an image of your library part, the image part of the query will not show up if the object has no preview image.
HTH.
Cheers.
Ben
SELECT name, location, preview_jpeg FROM librarypartsThis way the first column would list the file names, which would allow one to see the duplicates, as these would be listed next to each other.
2005-03-11 11:56 AM
2005-03-11 12:06 PM
2005-03-11 12:38 PM
2005-03-11 01:10 PM