Regression: UI freeze for Render Animation AND changing frame being previewed #100074
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
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
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
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
Core
Module
Development Management
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
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#100074
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?
(NOTE: I am opening this on behalf of someone else, since I have a developer.blender.org account and she doesn't.)
System Information
Operating system: Manjaro Linux
Graphics card: 2x Radeon RX 6600 (only one used for Blender renders)
Blender Version
Broken: 3.2.0, 3.2.1, 3.2.2,
c857405c0d
Worked: 3.1.2
This was tested in 3.2.1 on Windows 10, as well, and it had the same problem.
All of these were tested with the
--factory-startup
flag.Short description of error
Exact steps for others to reproduce the error
If you choose Render -> Render Image, it works.
OR:
Notes about the file
There are two view layers.
View Layer
is the actual light switch,View Layer_001
is a watermark. These are composited together.LightSwitchScene.blend
Added subscriber: @duckinator
Added subscriber: @PratikPB2123
Changed status from 'Needs Triage' to: 'Confirmed'
Thanks for the report. In 3.2 and above version UI did not freeze instead rendering stuck at first frame is what I noticed.
While final render animation works in 3.1. I'll search for the affecting commit.
Tried to bisect between
52a5f6856268
-e5a738af6d51
and pointed me to8399375098
(I don't think this commit is responsible)Added subscriber: @ErickNyanduKabongo
This sounds like the same problem as in #100061
UI freeze for Render Animation AND changing frame being previewedto Regression: UI freeze for Render Animation AND changing frame being previewedSeems a regression so raising the priority.
Added subscribers: @neXyon, @brecht
The reason this was difficult to bisect is that what makes the difference is the ffmpeg library version. The same Blender code works with the older ffmpeg does not hang.
I verified it by temporarily restoring the old libraries like this (
make update
will set them to the latest again):Backtrace where it hangs in audaspace: P3130
CC @neXyon
Proposed solution:
Based on what one ffmpeg's own tools does:
https://github.com/FFmpeg/FFmpeg/blob/master/tools/target_dem_fuzzer.c#L50
Changed status from 'Confirmed' to: 'Resolved'
This has already been fixed with
e4fd2d5754
Ok, this fix should have been committed to
blender-v3.3-release
, I will backport it.