Ok, I'm developing a tag plugin and I have specific splineData stored in a hyperfile that the tag needs to load when starting.
This works fine on my own computer:
path = os.path.join("/Applications","thedrive","Dropbox","INTERNAL","MyTag","SPLINEDATA")
but if I want to give the plugin to a co-worker or sell it how do I create the path? Am I able to put the splineData file in my plugin's /res folder and load it from there? What would that code look like?
I can't seem to find a standard python example that works for this.
Thank you for any insight.