Wishes
Post your wishes about Graphisoft products: Archicad, BIMx, BIMcloud, and DDScad.
SOLVED!

Limit gs_picture_name VALUES list

It would be great to be able to filter the list of loaded image file names. The Carpet object doesn't really need access to all the UI images 😀

James Murray

Archicad 25 • Rill Architects • macOS • OnLand.info
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
runxel
Legend

This is somewhat possible, but it need two things as a preparation:

The object must be scripted in the right way (APPLICATION_QUERY ("LIBRARY_MANAGER", "USER_IMAGE_FILES", image_files_list)).

AND secondly all files that are for usage in the UI / somewhere else need to be put in one of the following folders: [TImg]*, [BImg]*, [UImg]*, or [HImg]*.

Lucas Becker | AC 27 on Mac | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text |
«Furthermore, I consider that Carth... yearly releases must be destroyed»

View solution in original post

2 REPLIES 2
Solution
runxel
Legend

This is somewhat possible, but it need two things as a preparation:

The object must be scripted in the right way (APPLICATION_QUERY ("LIBRARY_MANAGER", "USER_IMAGE_FILES", image_files_list)).

AND secondly all files that are for usage in the UI / somewhere else need to be put in one of the following folders: [TImg]*, [BImg]*, [UImg]*, or [HImg]*.

Lucas Becker | AC 27 on Mac | Author of Runxel's Archicad Wiki | Editor at SelfGDL | Developer of the GDL plugin for Sublime Text |
«Furthermore, I consider that Carth... yearly releases must be destroyed»

TIL. Thanks runxel.

James Murray

Archicad 25 • Rill Architects • macOS • OnLand.info