hello,
@zipit thanks for your answer.
for your next threads, please help us keeping things organised and clean. I know it's not your priority but it really simplify our work here.
Q&A New Functionality.
How to Post Questions especially the tagging part.
I've added the tags and marked this thread as a question so when you considered it as solved, please change the state π
In the python help, you have a link to github where you can find examples.
https://github.com/PluginCafe/cinema4d_py_sdk
you will see sometimes in those example this code :
path, fn = os.path.split(__file__)
bmp = bitmaps.BaseBitmap()
bmp.InitWith(os.path.join(path, "res", "gravitation.tif"))
Just to add a few words about c4d.storage.GeGetC4DPath() That's the classic API.
In c++ with the maxon API you have GetUrl
In Python, in r20 symbol are not set and if you want to retrieve the resource directory it will return the Cinema4D's one and not your plugin's one.
Cheers
Manuel