invesar Posted September 19, 2018 Share 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 Quote Link to comment Share on other sites More sharing options...
pezetko Posted September 19, 2018 Share Posted September 19, 2018 use string version of the detail function with s at the end details() Quote Link to comment Share on other sites More sharing options...
invesar Posted September 20, 2018 Author Share Posted September 20, 2018 (edited) It worked! thx Quote $HIP/`details("../filecache1","attribute1")` Edited September 20, 2018 by invesar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.