WRL import #83428
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
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#83428
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: version:
blender/blender@13c820d87b
Worked: 2.79
Addon Information
Name: Web3D X3D/VRML2 format (2, 2, 5)
Author: Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev
Short description of error
Importing wrl file does not work properly.
The same file imported fine in 2.79, but gives back this error when importing in 2.91
Added subscriber: @Hybryda
Added subscriber: @rjg
Changed status from 'Needs Triage' to: 'Confirmed'
This error was introduced in
6aa8e130ef
in 2018 when renaminglamp
tolight
, which also unintentionally modifiedclamp
toclight
.This issue was referenced by
ff83176c7f
This issue was referenced by blender/blender-addons-contrib@d71985e901
Changed status from 'Confirmed' to: 'Resolved'
Added subscriber: @DaveA
This is not fixed in 2.93
Barrel.wrl
Changed status from 'Resolved' to: 'Confirmed'
@DaveA You're right the Python API changed and
use_clamp_x
is no longer available. The commit only fixed the incorrect renaming. Thank you for noticing and providing a test file.If there are more parts of the add-on that haven't been updated to the current Python API, then this might take some time.
Edit: The model can be imported when removing the outdated code, but the add-on definitely has to be checked for other instances of incorrect API usage. Additionally,
use_clamp_x
anduse_clamp_y
don't seem to have a direct replacement. The clamping/clipping may need to be recreated with nodes.The add-on appears to depend on the old API in multiple areas. This will not be a quick fix.
This issue was referenced by
0573bc7dae
The attached file works in blender 4.2 with extension version 2.3.3. Seems to be resolved by now.