DXF import error #105316
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#105316
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.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 552.22
Blender Version
Broken: version: 4.2.0 Alpha, branch: main, commit date: 2024-05-07 20:15, hash:
dfe060ea6fb5
Worked: (newest version of Blender that worked as expected)
Short description of error
import dxf file error
Exact steps for others to reproduce the error
If the active collection in the outline is Scene Collection(1), and the collection option in the import dialog is current(2), then the import will report this message.
.dxf File attached in blender/blender#121553
@RedHaloStudio hi, does this happen when importing .dxf in specific .blend file? I'm not sure what your import presets are, can you share screenshot of that? From traceback, commit
cc687a0c50
looks relatedI found the reason.
If the collection actived in the outline is
Scene Collection
(1), and the collection option in the import dialog iscurrent
(2), then the import will report this message.Thanks, can confirm.
cc @NRGSille @RobLop
Hi,
Quick fix :
if collection != scene.collection and collection.name not in scene.collection.children: scene.collection.children.link(collection)
Fixed #105317