TypeError while trying to import wrl file #85269
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#85269
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
Not Relevant
Blender Version
Broken: 2.90, 2.91.2, 2.83(LTS); haven't tried other versions
Short description of error
Receiving TypeError while importing a wrl file that was exported from an engineering software. The file loads fine when I try to open it on freeWRL Launcher 4.0. Other wrl files randomly found online load fine on Blender.
Exact steps for others to reproduce the error
File>Import>X3D Extensible>attached_file
smallertest.wrl
Thanks!
Added subscriber: @mimbojumbo
Added subscriber: @rjg
Changed status from 'Needs Triage' to: 'Confirmed'
The add-on doesn't use the current Python API. It should use
alpha=has_alpha
andfloat_buffer=True
, since these are optional arguments that require a keyword.Thanks Robert! How do I do that?
@mimbojumbo It's a bug that one of our developers has to fix. You will have to wait until the patch is written, approved, committed and then the change will be included in the daily builds of the Blender version that is currently under development.
@rjg Thanks for the clarification Robert. It works on 2.79b so I'm using that for now.