X3D export broken for meshes with modifiers #68452

Closed
opened 2019-08-09 13:52:40 +02:00 by J. Scherich · 7 comments

System Information
Operating system: Arch Linux ARM
Graphics card: PowerVR GX6250

Blender Version
Broken: blender 17:2.80-1
Worked: (optional)

Short description of error
when stoiring a x3d file, i get a error message

Exact steps for others to reproduce the error

After opening

https://wdune.ourproject.org/examples/untitled.blend

i used export -> x3d and i get a erorrmessage

https://wdune.ourproject.org/examples/Untitled.png

**System Information** Operating system: Arch Linux ARM Graphics card: PowerVR GX6250 **Blender Version** Broken: blender 17:2.80-1 Worked: (optional) **Short description of error** when stoiring a x3d file, i get a error message **Exact steps for others to reproduce the error** After opening https://wdune.ourproject.org/examples/untitled.blend i used export -> x3d and i get a erorrmessage https://wdune.ourproject.org/examples/Untitled.png
Author

Added subscriber: @mufti11

Added subscriber: @mufti11
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2019-08-09 15:08:08 +02:00
Member

Can confirm for any mesh with a modifer (since e5c3ae311 the mesh name cannot be changed anymore it seems...)
Will check in a bit...

Can confirm for any mesh with a modifer (since e5c3ae311 the mesh name cannot be changed anymore it seems...) Will check in a bit...
Philipp Oeser changed title from crash ? in storing x3d file to X3D export broken for meshes with modifiers 2019-08-09 15:08:33 +02:00
Philipp Oeser removed their assignment 2019-11-06 13:09:05 +01:00
Member

Reconfirmed, still an issue

Traceback (most recent call last):
  File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/__init__.py", line 241, in execute
    return export_x3d.save(context, **keywords)
  File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1604, in save
    name_decorations=name_decorations,
  File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1525, in export
    export_main()
  File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1521, in export_main
    export_object(ident, None, obj_main, obj_main_children)
  File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1439, in export_object
    me.name = obj.name.rstrip("1234567890").rstrip(".")
AttributeError: bpy_struct: attribute "name" from "Mesh" is read-only
Reconfirmed, still an issue ``` Traceback (most recent call last): File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/__init__.py", line 241, in execute return export_x3d.save(context, **keywords) File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1604, in save name_decorations=name_decorations, File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1525, in export export_main() File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1521, in export_main export_object(ident, None, obj_main, obj_main_children) File "/build_linux/bin/2.83/scripts/addons/io_scene_x3d/export_x3d.py", line 1439, in export_object me.name = obj.name.rstrip("1234567890").rstrip(".") AttributeError: bpy_struct: attribute "name" from "Mesh" is read-only ```

Added subscriber: @brutzman

Added subscriber: @brutzman
Member

This has been reported again, see #74934 (Exporting an object with modifiers to X3D fails) (with a fix-patch attached), will merge these reports... (and in this case, will merge the older one into the newer one, because we have the fix provided here...).
So from now on, lets continue discussion in #74934, thx

This has been reported again, see #74934 (Exporting an object with modifiers to X3D fails) (with a fix-patch attached), will merge these reports... (and in this case, will merge the older one into the newer one, because we have the fix provided here...). So from now on, lets continue discussion in #74934, thx
Member

Closed as duplicate of #74934

Closed as duplicate of #74934
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#68452
No description provided.