We wrote a Blender python script to generate rocks, and ran it in Linux terminal as "blender --background --python main.py --addons extra_mesh_objects",
It threw an exception saying " Add-on not loaded: "add_mesh_extra_objects", cause: No module named 'extra_mesh_objects' ".
We have tried several other names, but all failed, including,
This is a fabulous extension/addon.
One question, what is its correct module name?
In more details,
We wrote a Blender python script to generate rocks, and ran it in Linux terminal as "blender --background --python main.py --addons extra_mesh_objects",
It threw an exception saying " Add-on not loaded: "add_mesh_extra_objects", cause: No module named 'extra_mesh_objects' ".
We have tried several other names, but all failed, including,
"extra_mesh_objects", "add_extra_mesh_objects", "add_mesh_rock", "VIEW3D_MT_mesh_extras_add" "extra_mesh_objects.add_mesh_rocks", "extra_mesh_objects/add_mesh_rocks"
Many thanks!