Spin tool - when you use spin tool and type in all axis 0 then add steps, Blender is going into error loop and blocking possibility to fix this error in ui. #75426

Closed
opened 2020-04-06 02:57:44 +02:00 by Gad · 8 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Radeon RX Vega ATI Technologies Inc. 4.5.13587 Core Profile Context 20.2.2 26.20.15019.19000

Blender Version
Broken: version: 2.83 (sub 6), branch: master, commit date: 2020-03-03 18:38, hash: 31aefdeec5
Worked: (optional)

Short description of error
Appearing error loop while increase Steps parameter.

Exact steps for others to reproduce the error
Reproduction gif - X9SJ3cFUc6.gif
Use spin tool > change all Axis (simultaneously via selecting and sliding above all areas) to 0 > *popup "Invalid/unset axix" > change Steps to 0 > loop of error "Invalid/unset axis".

[Based on the default startup or an attached .blend file (as simple as possible)]
.blend - blender spin bug.blend

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: Radeon RX Vega ATI Technologies Inc. 4.5.13587 Core Profile Context 20.2.2 26.20.15019.19000 **Blender Version** Broken: version: 2.83 (sub 6), branch: master, commit date: 2020-03-03 18:38, hash: `31aefdeec5` Worked: (optional) **Short description of error** Appearing error loop while increase Steps parameter. **Exact steps for others to reproduce the error** Reproduction gif - ![X9SJ3cFUc6.gif](https://archive.blender.org/developer/F8451891/X9SJ3cFUc6.gif) Use spin tool > change all Axis (simultaneously via selecting and sliding above all areas) to 0 > *popup "Invalid/unset axix" > change Steps to 0 > loop of error "Invalid/unset axis". [Based on the default startup or an attached .blend file (as simple as possible)] .blend - [blender spin bug.blend](https://archive.blender.org/developer/F8451889/blender_spin_bug.blend)
Author

Added subscriber: @Gadas

Added subscriber: @Gadas

#77916 was marked as duplicate of this issue

#77916 was marked as duplicate of this issue

Added subscriber: @rjg

Added subscriber: @rjg

I can reproduce this, but I'm not sure if this is considered a bug or just an annoyance / paper cut. It's warning you that the axis is invalid every time you update the parameters and thereby executing the operator again (edbm_spin_exec). In this case you're editing the number of steps and for each update to steps it displays the warning. The issue is that the popup follows your mouse cursor which blocks the input into the property and at the same time moving the mouse cursor still updates the property.

One way to stop the updating of the property is to position your mouse on the property, press or hold ESC to dismiss the popup, double click on it once the warning popup disappears and confirm the value with by pressing enter. The operator won't execute with the invalid parameters.

I can reproduce this, but I'm not sure if this is considered a bug or just an annoyance / paper cut. It's warning you that the axis is invalid every time you update the parameters and thereby executing the operator again (`edbm_spin_exec`). In this case you're editing the number of steps and for each update to steps it displays the warning. The issue is that the popup follows your mouse cursor which blocks the input into the property and at the same time moving the mouse cursor still updates the property. One way to stop the updating of the property is to position your mouse on the property, press or hold ESC to dismiss the popup, double click on it once the warning popup disappears and confirm the value with by pressing enter. The operator won't execute with the invalid parameters.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Campbell Barton self-assigned this 2020-04-07 05:08:54 +02:00

Looked into changing the behavior, but don't think it's a bug, although it could work more nicely.

In practice I don't think this is as hard to avoid as the example implies. You can move the cursor away from the message or press escape, then correct the value.

Also, zeroing the axis is not something easily done accidentally, so I don't think this is worth spending time on.

I looked into disabling popups on redo, but it's too easy to miss the status bar message.

Looked into changing the behavior, but don't think it's a bug, although it could work more nicely. In practice I don't think this is as hard to avoid as the example implies. You can move the cursor away from the message or press escape, then correct the value. Also, zeroing the axis is not something easily done accidentally, so I don't think this is worth spending time on. I looked into disabling popups on redo, but it's too easy to miss the status bar message.

Added subscriber: @MGibson

Added subscriber: @MGibson
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
4 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#75426
No description provided.