invesar 0 Posted September 19, 2018 (edited) Hi, I've tried to cache out .obj files which have the same naming as their import counterparts. I managed to write their original name into a string detail attribute (for example "one200_300-236-58_korpus.obj") - next I thought I could reference those attributes in a filecache node ($HIP/`detail("filecache1",attribute1,0)`) but nothing happens - I just get a file called 0 without any .obj Does someone know whats wrong with my setup? Thank you Edited September 19, 2018 by invesar Share this post Link to post Share on other sites
pezetko 137 Posted September 19, 2018 use string version of the detail function with s at the end details() Share this post Link to post Share on other sites
invesar 0 Posted September 20, 2018 (edited) It worked! thx Quote $HIP/`details("../filecache1","attribute1")` Edited September 20, 2018 by invesar Share this post Link to post Share on other sites