Importing .wrl file throws RuntimeError #94097
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#94097
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: GeForce GTX 1660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71
Blender Version
Broken: version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash:
blender/blender@f1cca30557
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Web3D X3D/VRML2 format (2, 3, 0)
Author: Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev
Short description of error
Importing .wrl file will throw runtime error
Exact steps for others to reproduce the error
Import provided .wrl file
car 4.wrl
File "D:\BF_daily_build\3.0.0\blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release\3.0\scripts\addons\io_scene_x3d_init_.py", line 78, in execute
return import_x3d.load(context, **keywords)
File "D:\BF_daily_build\3.0.0\blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release\3.0\scripts\addons\io_scene_x3d\import_x3d.py", line 3658, in load
load_web3d(context, filepath,
File "D:\BF_daily_build\3.0.0\blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release\3.0\scripts\addons\io_scene_x3d\import_x3d.py", line 3557, in load_web3d
importShape(bpycollection, node, ancestry, global_matrix)
File "D:\BF_daily_build\3.0.0\blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release\3.0\scripts\addons\io_scene_x3d\import_x3d.py", line 3171, in importShape
bpydata = geom_fn(geom, ancestry)
File "D:\BF_daily_build\3.0.0\blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release\3.0\scripts\addons\io_scene_x3d\import_x3d.py", line 1982, in importMesh_IndexedFaceSet
bpymesh.vertices.foreach_set("normal", co)
Added subscriber: @memorycard77
everytime i try to upload a .wrl file i get a python error. before the update my .wrl files would upload fine and i havent changed any settings
Added subscriber: @PratikPB2123
Changed status from 'Needs Triage' to: 'Needs User Info'
Hi, thanks for the report. Please upload .wrl file to test the problem.
car 4.wrl
wrl files wont uploadto Importing .wrl file throws RuntimeErrorChanged status from 'Needs User Info' to: 'Confirmed'
Thanks, can confirm with your file.
works in blender 4.2 with extension version 2.3.3
Closing then (3.6 is also good)