The addon will start blender but when i select run script, the vscode terminal tells me the script is being run but it does not run/update in blender.
bl_info = {
“name”: “XPBD Julia Client”,
“blender”: (3, 0, 0),
“category”: “Object”,
}
I also tried renaming it init.py and it being alone in the folder but that doesn’t run either.