.dae file with collection-less armature crashes on import #113178

Closed
opened 2023-10-02 22:00:50 +02:00 by Matt Nomatter · 2 comments

System Information
Operating system: Windows 11 Home
Graphics card: RTX 3050 mobile gpu

Blender Version
Broken: 4,0 beta, blender-4.0.0-beta+v40.4d3534401060-windows.amd64-release
Worked: 3.6.x (and earlier - used import those .dae files since 2.9)

Short description of error
importing .dae file causes immediate crash of blender if the .dae file has armature (which probably has something to do with vertex groups)

Exact steps for others to reproduce the error

  1. Run new blender instance
  2. click -> file -> import -> collada (.dae)
  3. import test_with_armature.dae file
  4. blender crashes

if you choose the other one it won't crash. those file are exports of makehuman app.

**System Information** Operating system: Windows 11 Home Graphics card: RTX 3050 mobile gpu **Blender Version** Broken: 4,0 beta, blender-4.0.0-beta+v40.4d3534401060-windows.amd64-release Worked: 3.6.x (and earlier - used import those .dae files since 2.9) **Short description of error** importing .dae file causes immediate crash of blender if the .dae file has armature (which probably has something to do with vertex groups) **Exact steps for others to reproduce the error** 1. Run new blender instance 2. click -> file -> import -> collada (.dae) 3. import test_with_armature.dae file 4. blender crashes if you choose the other one it won't crash. those file are exports of makehuman app.
Matt Nomatter added this to the 4.0 milestone 2023-10-02 22:00:50 +02:00
Matt Nomatter added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-10-02 22:00:51 +02:00
Contributor

Can confirm, crash is because ExtraTags *et = getExtraTags(node->getUniqueId()); is null, and is used in bc_add_armature

image

Can confirm, crash is because `ExtraTags *et = getExtraTags(node->getUniqueId());` is null, and is used in bc_add_armature ![image](/attachments/d2016d84-6126-49a1-8664-eef54b35a4a0)
Contributor
Caused by https://projects.blender.org/blender/blender/commit/83306754d48f20236e0b84f75a07bb83af2c94c0 @dr.sybren
Sybren A. Stüvel self-assigned this 2023-10-03 10:01:43 +02:00
Sybren A. Stüvel changed title from .dae file import crashes in 4.0 (works with 3.6.x and earlier) to .dae file with collection-less armature crashes on import 2023-10-03 10:33:36 +02:00
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2023-10-03 10:36:00 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser Project (Legacy)
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
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#113178
No description provided.