knight77 Posted November 22, 2023 Posted November 22, 2023 (edited) Hey there As the title says, Blender 4.0 seems to have broken the plugin again. Since I have Blender on auto-update with Steam I allready got the new version and I now when trying to export my edited models I get error messages. Now I am looking for someone way smarter than me, that can fix that please. That is the error message: Traceback (most recent call last): File "C:\Users\SecretName\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_3dmigoto_293_above_TEDDY_Patched_v11.py", line 1451, in execute export_3dmigoto(self, context, vb_path, ib_path, fmt_path) File "C:\Users\SecretName\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_3dmigoto_293_above_TEDDY_Patched_v11.py", line 1147, in export_3dmigoto vertex = blender_vertex_to_3dmigoto_vertex(mesh, obj, blender_lvertex, layout, texcoord_layers) File "C:\Users\SecretName\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_3dmigoto_293_above_TEDDY_Patched_v11.py", line 1017, in blender_vertex_to_3dmigoto_vertex if 'POSITION.w' in mesh.vertex_layers_float: AttributeError: 'Mesh' object has no attribute 'vertex_layers_float' Cheers (and because of the ongoing DDOS attack on blender.org I cant get an old version to work with in the meantime until its fixed...) Edited November 22, 2023 by knight77
knight77 Posted November 22, 2023 Author Posted November 22, 2023 15 minutes ago, asahibito said: I think this is it: Sadly no, that is something else. That script is for use of the models in Blender or other 3D applications. I need the plugin to get files back into a file format the game can work with.
tk2004 Posted November 25, 2023 Posted November 25, 2023 The error seems to be caused by a specification change in Blender Python API 4.0, as shown below. https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API https://projects.blender.org/blender/blender/commit/d41021a7d4112bdc54fdc93c452348e01a57b5a2 I'm not sure, but look for "nicer API" mentioned in the comment for changing the implementation, and change the implementation of the 3dmigoto plugin.
ASUSNA Posted December 7, 2023 Posted December 7, 2023 So, any news from the experts? Is there a need to update to the newest version?
FingerDMR Posted December 23, 2023 Posted December 23, 2023 Hi, My Blender also has this problem, have you already solved it?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now