Crash after any alembic import undo in an empty scene #77754
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
FBX
Interest
Freestyle
Interest
Geometry Nodes
Interest
glTF
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#77754
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: Linux-3.10.0-1062.9.1.el7.x86_64-x86_64-with-centos-7.7.1908-Core 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.44
Blender Version
Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash:
211b6c29f7
Short description of error
The bug appears only on an empty scene after importing an alembic and undo.Crash after any alembic import, then immediately undo without any other steps
Exact steps for others to reproduce the error
#77754.abc
Added subscriber: @YegorSmirnov
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Can confirm.
Crash after any alembic import undo in an empty sceneto Crash after any alembic import undoAdded subscriber: @dr.sybren
Changed status from 'Confirmed' to: 'Resolved'
@lichtwerk reproduced this bug, but I can't reproduce it with the latest official release (2.83) or with the latest daily build (2.90
2797a63a66
). so it appears the bug has been fixed already.Please try the latest daily build: https://builder.blender.org/download/
If the problem persists, please let us know so we can re-open the report. Don't forget to mention the specific version you tested again.
Changed status from 'Resolved' to: 'Confirmed'
I can still repro with todays buildbot and 2.83 release.
God only knows why I was able to reproduce this in a non-empty scene (and why I have updated the report description and title), sorry for the confusion!
This only happens in an empty scene (will update the report again)
Crash after any alembic import undoto Crash after any alembic import undo in an empty sceneI still can't reproduce it, even on an empty scene.
@lichtwerk what platform are you testing on? I have Kubuntu Linux 19.10 (kernel 5.3.0), NVidia GTX 1080 (driver version 450.36.06).
Also, which version of Blender did still work properly?
Just tested 2.90 from the buildbot and it still crashes on Mint and CenOS
Added subscriber: @mont29
This is related to Undo I think. Alembic and Collada import operators are not flagged for undo (!!!), will fix this now, but this is not enough to fix the crash.
Well in fact issue is with alembic importer, which starts a background job for actual import, so undo step stored by the operator management system is done before data is actually changed, and importer had to do its own undo push when it is done.
This quick patch solves it, but not sure it's the best way to handle it (it add extra useless undo step e.g.), will let @dr.sybren handle it from there.
P1481: (An Untitled Masterwork)
This issue was referenced by
a2c1f41d95
This issue was referenced by
25d2222c30
Changed status from 'Confirmed' to: 'Resolved'