Trouble loading models made in Blender

I’ve made a simple proof-of-concept model in blender, and after reading up on different ways to convert from blender to egg/bam I’m just stumped. I have attempted to pip install blend2bam, but the console says that it’s not recognized as an internal command. I’ve attempted to redownload the program to see if something is screwy, but pip install declines to do it again saying that it’s already installed. Also, I have tried to export the blend file as several different file types, but they either fail to load entirely or tell me that the models aren’t characters. I have no clue where to go from here.

Hi, welcome to the community!

It may be that the Python Scripts directory is not on your system PATH, you can instead try to use python -m blend2bam instead of blend2bam.

1 Like

Thank you for your help! I never would have realized that without your help

If you didn’t know this, how do you use pip?
And also, -m tells the system that we need to run a module of python (m for module), just in case you want to no why :slight_smile: :slight_smile: .