Hello,
I have now successfully managed to compile Blender 3.2 on my Windows computer as a Python module. But I would like to use the Python module on my Linux server as well.
As I understand it, I need the bpy.so instead of the bpy.pyd, is that correct? If so, can I also compile a Python module with my Windows computer that is usable for Linux?
Thanks a lot!