Sometimes Blender 2.8 scale and dimension values update automatically, sometimes only mouse over #63418

Closed
opened 2019-04-09 12:47:29 +02:00 by Artturi Mäntysaari · 5 comments

System Information
Operating system: windows 10
Graphics card: geforce gtx 960

Blender Version
Broken: (example: 2.80, edbf15d3c0, master, 2018-11-28, as found on the splash screen)
Worked: (optional)

Short description of error
The value that represents the size of the current selected object doesn't always update automatically when you animate the object scale

Exact steps for others to reproduce the error
Create object, for example spehere and animate it to scale bigger during the whole timeline. It might be that first when you create the animation the object scale will animate also with the object scaling, but then later it stops updating and you have to move mouse around the fields to see the current size of the object.

I believe this has been an issue also in older blender versions (i didn't test tho), so it might be a very old bug.

**System Information** Operating system: windows 10 Graphics card: geforce gtx 960 **Blender Version** Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) Worked: (optional) **Short description of error** The value that represents the size of the current selected object doesn't always update automatically when you animate the object scale **Exact steps for others to reproduce the error** Create object, for example spehere and animate it to scale bigger during the whole timeline. It might be that first when you create the animation the object scale will animate also with the object scaling, but then later it stops updating and you have to move mouse around the fields to see the current size of the object. I believe this has been an issue also in older blender versions (i didn't test tho), so it might be a very old bug.

Added subscriber: @ArtturiMantysaari

Added subscriber: @ArtturiMantysaari

Added subscribers: @Sergey, @ZedDB

Added subscribers: @Sergey, @ZedDB
Sergey Sharybin was assigned by Sebastian Parborg 2019-04-09 20:20:16 +02:00

Right, it seems like the UI doesn't refresh:

recording.mp4

@Sergey feel free to reassign if this is not for you.

Right, it seems like the UI doesn't refresh: [recording.mp4](https://archive.blender.org/developer/F6923306/recording.mp4) @Sergey feel free to reassign if this is not for you.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

This isn't really a bug, but a side effect of an optimization. The issue here is that properties redraw is not very cheap: it takes both GPU time but also CPU time to check whether property is animated, whether current frame is one of keyframes of that property and so on (to properly color the background).

How Blender works here is that the editor or a region from where the playback was started will always be refreshed during playback. This is be cause it's considered as an area of interest so to speak: if you're tweaking something there you're likely be interested in all realtime updates. On top of that editors matching mask from Playback menu will also be updated. All the rest editors stays untouched and only way to trigger their redraw is to hover the mouse.

If you want all properties to be refreshed you need to enable "Property Editors" in the Playback back menu.

Thanks for the report, but it's not a bug.

This isn't really a bug, but a side effect of an optimization. The issue here is that properties redraw is not very cheap: it takes both GPU time but also CPU time to check whether property is animated, whether current frame is one of keyframes of that property and so on (to properly color the background). How Blender works here is that the editor or a region from where the playback was started will always be refreshed during playback. This is be cause it's considered as an area of interest so to speak: if you're tweaking something there you're likely be interested in all realtime updates. On top of that editors matching mask from Playback menu will also be updated. All the rest editors stays untouched and only way to trigger their redraw is to hover the mouse. If you want all properties to be refreshed you need to enable "Property Editors" in the Playback back menu. Thanks for the report, but it's not a bug.
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#63418
No description provided.