bo3b / 3Dmigoto

Chiri's DX11 wrapper to enable fixing broken stereoscopic effects.
Other
688 stars 109 forks source link

Blender error #151

Closed xDarkBurst closed 8 months ago

xDarkBurst commented 2 years ago

When I try to load .txt files to Blender it shows me this: Unable to find corresponding buffers from filename. Can anyone tell me what Im doing wrong?

DarkStarSword commented 8 months ago

Are you still encountering this issue? The error suggests that the files you are trying to load don't have the filenames that we expect to see in a frame analysis dump - what are the filenames you are trying to import?

DarkStarSword commented 8 months ago

This error message could happen if you had no files selected for import, which will now give a clearer message.

DarkStarSword commented 8 months ago

This error message could also happen if "Load related" was disabled during import, and files other than vertex/index buffers were selected, such as log.txt, ShaderUsage.txt, a constant buffer or any other buffer or txt file, as might happen when selecting all files in a frame analysis directory for import.

I've put a change in to improve these scenarios a little.