arcsikex / cascadeur_bridge

This Blender addon is aimed to help you integrate Cascadeur into your workflow.
GNU General Public License v3.0
277 stars 12 forks source link

ModuleNotFoundError: No module named 'commands.externals' #23

Closed emptybraces closed 11 months ago

emptybraces commented 11 months ago

Describe the bug Both Import and Export crash. My custom rigged humanoid model may be difficult to Export, but it seems weird that it crashes to import a jumping Cascadeur model into Blender, which is also on your youtube video.

Steps to reproduce the behavior:

  1. Open Blender.
  2. Press Start Cascaduer button.
  3. In Cascadeur, open scene with LEARN/Backflip animation.
  4. In Blender, press Import Scene button then crashed .

Environment:

Additional context Attached log file. Suspicious last error. cascadeur_log.log

arcsikex commented 11 months ago

Can you please check if the cascadeur scripts are installed in the commands folder? (by default it is at Cascadeur\resources\scripts\python\commands) There should be an externals folder if the installation from the add-on properties where successful.

emptybraces commented 11 months ago

Sorry, I missed the installation instructions. I started it with administrator permissions, copied the script, and it started up fine. Thank you.