-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3dmigoto-blender Export Error #29
Comments
Thank you very much for your response. I have indeed tried the new version, but encountered some other issues. I would greatly appreciate it if you could help me with those as well. I have downloaded the latest version you released. When attempting to export the model, Blender defaults to using the .vb0 extension, resulting in four files with extensions .vb, .vb0, .fmt, and .vgmap. When I try to re-import a previously exported model (using the original .ib file with the .vb file having the .vb0 extension), Blender prompts me to provide the .fmt file. Regardless of whether I provide the original .fmt file from the unpacked data or the .fmt file generated during the export of the new model, I encounter the following error Python: Traceback (most recent call last): When using the newly generated .vb file along with the original .ib file, it directly triggers an error. This issue might arise due to compatibility problems between the newly exported .vb file and the original .ib file. Could you please confirm? in zip there are the original .ib file and export file by the lastest plugin (the .vb0 file has been renamed) |
Hi, I'm sorry to bother you again.
When I use an older version plugin (created by you rather than modified by others), I encounter the following error when attempting to output the model
I aimed to delete the skirt from "polySurface6085_10" and remove the top while keeping the tie. So, I imported the 3DMigoto raw buffers (only importing "polySurface6085_10.ib" and "polySurface6085_10.vb").
Essentially, my objective is to unpack the original models within the game, make modifications, and repack them for the game to read.
However, afterwards, Blender prompts the following error:
Python: Traceback (most recent call last):
File "C:\Users\ROG\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\blender_3dmigoto (2).py", line 1399, in execute
export_3dmigoto(self, context, vb_path, ib_path, fmt_path)
File "C:\Users\ROG\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\blender_3dmigoto (2).py", line 1044, in export_3dmigoto
stride = obj['3DMigoto:VBStride']
KeyError: 'bpy_struct[key]: key "3DMigoto:VBStride" not found'
I have uploaded the older version of the plugin I used, and I would greatly appreciate it if you could take the time to help me identify where the issue might be occurring. Thank you very much for your assistance.
Also, my English is not very good, which might make it difficult for you to read. I'm really sorry.
original model&old version plugin&modified model(blender file).zip
The text was updated successfully, but these errors were encountered: