I am experimenting with the new namespaces but I couldn't find a way to do this. Basically I want to refer to a VEX code file stored in the Extra Files tab to be included like this:
#include "myEmbeddedFile.vfl"
I tried namespaced syntax too. But it doesn't work. I didn't try this method before namespaces so not sure if it would work?
I assume the opdef syntax is not something the built-in include function would recognize? Python has a dedicated hou.readFile that knows about opdef paths, but for VEX is this not possible?
Thanks












