N-panel only updates after the cursor hovers over a field #120012

Closed
opened 2024-03-28 13:46:38 +01:00 by Max Mustermann · 10 comments

System Information
Operating system: Fedora Linux
Graphics card: AMD

Blender Version
Broken: 4.1
Worked: Not sure, but this isn't new.

Short description of error
Unlike how other editors update when the animation stops playing, the N-panel only updates after the cursor hovers over a field in the N-panel.

However. With a simple scene and an unreasonable amount (72) of properties editors, my viewport performance is still ~33fps. Would it be fair to consider enabling properties editor playback by default?

lot-a-properties

This is a fresh report from a comment in #112443

**System Information** Operating system: Fedora Linux Graphics card: AMD **Blender Version** Broken: 4.1 Worked: Not sure, but this isn't new. **Short description of error** Unlike how other editors update when the animation stops playing, the N-panel only updates after the cursor hovers over a field in the N-panel. <video src="/attachments/ddeccb2e-3303-4c73-8c16-e8fe102d9507" controls></video> However. With a simple scene and an unreasonable amount (72) of properties editors, my viewport performance is still ~33fps. Would it be fair to consider enabling properties editor playback by default? ![lot-a-properties](/attachments/c96aeab0-0989-4c7b-b084-c04f6d89574b) This is a fresh report from a comment in #112443
Max Mustermann added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-03-28 13:46:39 +01:00
Iliya Katushenock added the
Interest
Animation & Rigging
Interest
User Interface
labels 2024-03-28 13:57:01 +01:00

However. With a simple scene and an unreasonable amount (72) of properties editors, my viewport performance is still ~33fps. Would it be fair to consider enabling properties editor playback by default?

Not sure, but historically, Blender always performed well on older hardware. So this could have impact for some users. Also it depends on what is in the editor. Addons can add bunch of expensive stuff and may rely on updating only when needed.

I misunderstood the report, so the issue is, that side panel never updates when playback stops, only when mouse is is over button.
I guess this could be confirmed, since it would be fairly easy to fix.

> However. With a simple scene and an unreasonable amount (72) of properties editors, my viewport performance is still ~33fps. Would it be fair to consider enabling properties editor playback by default? Not sure, but historically, Blender always performed well on older hardware. So this could have impact for some users. Also it depends on what is in the editor. Addons can add bunch of expensive stuff and may rely on updating only when needed. I misunderstood the report, so the issue is, that side panel never updates when playback stops, only when mouse is is over button. I guess this could be confirmed, since it would be fairly easy to fix.
Richard Antalik added
Module
Modeling
Status
Confirmed
and removed
Status
Needs Triage
labels 2024-03-28 21:07:56 +01:00
Member

Not sure if I misunderstand, there is no missing update if you turn ON Properties Editor in Playback options

image

So there is no bug here, this is just a request for changed default behavior, right?
(if so, this bugtracker is not the right place for this)

For user requests and feedback, please use other channels: https://developer.blender.org/docs/handbook/communication/user_feedback/

For more information on why this isn't considered a bug, visit: https://developer.blender.org/docs/handbook/bug_reports/not_a_bug/

Not sure if I misunderstand, there is no missing update if you turn ON `Properties Editor` in Playback options ![image](/attachments/70ccf9c5-b809-487f-af4b-484f7fb9ad37) So there is no bug here, this is just a request for changed default behavior, right? (if so, this bugtracker is not the right place for this) For user requests and feedback, please use other channels: https://developer.blender.org/docs/handbook/communication/user_feedback/ For more information on why this isn't considered a bug, visit: https://developer.blender.org/docs/handbook/bug_reports/not_a_bug/
Author

No, there is a bug. But it only happens with Properties Editor turned OFF in Playback options. Changing the default behavior seems to have been ruled out by Richard for now because of performance with Addons.

No, there is a bug. But it only happens with Properties Editor turned OFF in Playback options. Changing the default behavior seems to have been ruled out by Richard for now because of performance with Addons.
Author

The bug happens at the 0:03 and 0:06 second mark in the video.

The bug happens at the 0:03 and 0:06 second mark in the video.
Member

Every Sidebar / N-Panel is considered a Property Editor (this is intended behavior in code).
So the 3D viewport and its sidebar are two different things.

I think this should stay the way it is (because it can impact playback performance -- you may want maximum playback performance without having to hide the sidebar all the time)

What we probably should do though is make that clear (rename Properties Editor to something more descriptive)

Every Sidebar / N-Panel is considered a Property Editor (this is intended behavior in code). So the 3D viewport and its sidebar are two different things. I think this should stay the way it is (because it **can** impact playback performance -- you may want maximum playback performance without having to hide the sidebar all the time) What we probably should do though is make that clear (rename Properties Editor to something more descriptive)
Author

Thanks for clearing up why enabling Properties Editor playback changes the behavior in the 3D Viewport. I was wondering why that is.

The bug however is that N-Panel and the Properties editor do not behave in the same way, because the Properties Editor updates it's values when playback stops, but the N-Panel does not.

Thanks for clearing up why enabling Properties Editor playback changes the behavior in the 3D Viewport. I was wondering why that is. The bug however is that N-Panel and the Properties editor do not behave in the same way, because the Properties Editor updates it's values when playback stops, but the N-Panel does not.
Member

The bug however is that N-Panel and the Properties editor do not behave in the same way, because the Properties Editor updates it's values when playback stops, but the N-Panel does not.

Ah, OK, sorry for not picking that up in the first place, got a fix for that, will post shortly

> The bug however is that N-Panel and the Properties editor do not behave in the same way, because the Properties Editor updates it's values when playback stops, but the N-Panel does not. Ah, OK, sorry for not picking that up in the first place, got a fix for that, will post shortly
Philipp Oeser added
Status
Confirmed
and removed
Status
Needs Information from User
labels 2024-04-05 13:57:53 +02:00
Philipp Oeser self-assigned this 2024-04-05 13:58:00 +02:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2024-04-05 16:27:53 +02:00
Author

Can you add another notifier when entering or exiting a camera/object view? When entering a camera view, things like the Focal Length field under View is dimmed, but this again is only updated after hovering over a field in the N-Panel.

Can you add another notifier when entering or exiting a camera/object view? When entering a camera view, things like the `Focal Length` field under `View` is dimmed, but this again is only updated after hovering over a field in the N-Panel.
Blender Bot added
Status
Needs Triage
and removed
Status
Resolved
labels 2024-04-08 12:51:49 +02:00
Member

Can you add another notifier when entering or exiting a camera/object view? When entering a camera view, things like the Focal Length field under View is greyed out but this again is only updated after hovering over a field in the N-Panel.

please open a separate report for this

> Can you add another notifier when entering or exiting a camera/object view? When entering a camera view, things like the `Focal Length` field under `View` is greyed out but this again is only updated after hovering over a field in the N-Panel. please open a separate report for this
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2024-04-08 12:55:25 +02:00
Author

Of course. Here it is. #120398

Of course. Here it is. #120398
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
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
3 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#120012
No description provided.