Converting blender files into bam files using blend2bam

Does anyone know how to convert blender files in to bam files using blend2bam. The instructions are not clear, and I can’t find a youtube about this. this is the link: https://github.com/Moguri/blend2bam

I used this:

D:\Panda3D-1.10.6-x64\python\Scripts\blend2bam.exe box.blend box.bam --blender-dir "D:\Program Files\Blender Foundation\Blender 2.82"

In terminal? I have a mac. Do I need to write the name of the blender file somewhere also.

ps thanks so much for the help and trying to help me

In the example above–and presuming that I’m understanding you correctly–that’s the parameter “box.blend”; simply replace this (and the output file, which is “box.bam” in the example) with your desired file-names.

in python or terminal

Terminal, I believe. (Although I imagine that you wouldn’t use the “.exe” extension under Mac–I’m not sure what Mac uses instead, so you might want to check the name of the executable.)

so it would look something like this, (this did not work)
D:\Panda3D-1.10.6-x64\python\Scripts\blend2bam.app untilted.blend untitled.bam --blender-dir “D:\Program Files\Blender Foundation\Blender 2.82”

untiled.blend is the name of the file thing also .app is the equivelent of .exe and the thing is on my desktop

Which thing is on your desktop? And from what directory are you running the command? (And was there any error output?)

Is there any console output:

D:\Panda3D-1.10.6-x64\python\Scripts\blend2bam.app --help 

i just still says command not found

You also need to specify your Panda and blender installation path.

can u direct me to a youtube video i could not find any

Which path did you use to install Panda3D?

pip.install on terminal and that worked, I just can’t get images to show up on it, and someone said that i need to convert from blender to .bam, and i don’t know how to do that. I just coppied and pasted from panda3d.org website the pip.install

okay, this gives you something:
terminal:
blend2bam --help

still saying command not found and I copied and pasted

You have installed:
pip install panda3d-blend2bam
were there any error?

What’s the output of “pip show panda3d”?

I ran out of replies so i switched accounts, the pip install panda3d-blend2bam worked, but the blend2bam --help still did not work