attributecreate

   3430   2   0
User Avatar
Member
523 posts
Joined: July 2005
Offline
Hello,



the ` in `opfullpath(“../texture/polka”) doesn't work. ( gives not the real path that should be /obj/geo1/texture/polka)

What must I type to turn opfullpath(“../texture/polka”) into a real path.

Doing 3dBuzz Houdini video tutorial “basic sprite rendering”



thanks,



bern
User Avatar
Member
311 posts
Joined: July 2005
Offline
don't you need another backtick at the end of the expression?

use the textport to check the string is correct

echo `opfullpath(“../texture/polka”)`

Jerry
User Avatar
Member
7717 posts
Joined: July 2005
Offline
For completeness, this was resolved in the other thread posted to 3D Buzz:
http://sv1.3dbuzz.com/vbforum/showthread.php?p=1108976 [sv1.3dbuzz.com]

The referenced node didn't exist . Yeah, it's proper syntax to finish it with the ending backtick too however sometimes you can get away with it depending on the situation (although NOT recommended of course).
  • Quick Links