Regression: Set curve radius does not work #90063

Closed
opened 2021-07-23 04:41:43 +02:00 by Vyacheslav Kobozev · 24 comments

System Information
Operating system: Windows-8.1-6.3.9600-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.47

Blender Version
Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-07-22 22:44, hash: fafd21b14c
Worked: 2.93.1 (but…)
Caused by eb06ccc324

Short description of error
Expected: works after pressing {key Enter} (applying existing value), works after entering value and pressing {key Enter}
2021-07-23_05-26-16.mp4

Exact steps for others to reproduce the error

  • Open attached .blend file
  • Go to edit mode
  • Press {key F3} to enter the operator search box and search for "Set Curve Radius"
  • Without changing the default value (1.0) click on the field and confirm with {key Enter}.
    The radius of each point on the curve should be 1.0, but nothing has changed.
    untitled.blend
**System Information** Operating system: Windows-8.1-6.3.9600-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.47 **Blender Version** Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-07-22 22:44, hash: `fafd21b14c` Worked: 2.93.1 (but…) Caused by eb06ccc324 **Short description of error** Expected: works after pressing {key Enter} (applying existing value), works after entering value and pressing {key Enter} [2021-07-23_05-26-16.mp4](https://archive.blender.org/developer/F10234470/2021-07-23_05-26-16.mp4) **Exact steps for others to reproduce the error** - Open attached .blend file - Go to edit mode - Press {key F3} to enter the operator search box and search for "Set Curve Radius" - Without changing the default value (1.0) click on the field and confirm with {key Enter}. The radius of each point on the curve should be 1.0, but nothing has changed. [untitled.blend](https://archive.blender.org/developer/F10234471/untitled.blend)

Added subscriber: @Vyach

Added subscriber: @Vyach

#91657 was marked as duplicate of this issue

#91657 was marked as duplicate of this issue
Member

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

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Can not reproduce with present 2.93.2 build. Can replicate only with 3.0.0.

Will bisect to find the culprit.

Can not reproduce with present 2.93.2 build. Can replicate only with 3.0.0. Will bisect to find the culprit.
Member

Caused by eb06ccc324

Caused by eb06ccc324
Hans Goudey changed title from Regression: Set curve radius do not work to Regression: Set curve radius does not work 2021-09-23 20:47:31 +02:00
Member

Added subscribers: @MikhailRachinskiy, @HooglyBoogly

Added subscribers: @MikhailRachinskiy, @HooglyBoogly

Additional feedback: editing operator property should not be required, operator should execute on call. As it is primarily used to reset radius, values other than 1 will not be used as often.

Additional feedback: editing operator property should not be required, operator should execute on call. As it is primarily used to reset radius, values other than 1 will not be used as often.

Added subscriber: @mano-wii

Added subscriber: @mano-wii

This is a regression, so I believe it's valid to set it as high priority.

This is a regression, so I believe it's valid to set it as high priority.
Member

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member

Is this still an issue? In my test the behavior in 3.0 seems to be the same as in 2.93 now, but maybe I'm missing a case.

Is this still an issue? In my test the behavior in 3.0 seems to be the same as in 2.93 now, but maybe I'm missing a case.

Added subscriber: @dfelinto

Added subscriber: @dfelinto

Since this is not blocking I'm setting it as 3.1. Note: I did not test, so I don't know if the issue is still around.

Since this is not blocking I'm setting it as 3.1. Note: I did not test, so I don't know if the issue is still around.

In #90063#1259852, @dfelinto wrote:
Since this is not blocking I'm setting it as 3.1. Note: I did not test, so I don't know if the issue is still around.

Tested to be sure. Yes, issue still here. Plus new detail: blender do not react to same value, but reacts to changed one.
2021-11-25_15-03-36.mp4

> In #90063#1259852, @dfelinto wrote: > Since this is not blocking I'm setting it as 3.1. Note: I did not test, so I don't know if the issue is still around. Tested to be sure. Yes, issue still here. Plus new detail: blender do not react to same value, but reacts to changed one. [2021-11-25_15-03-36.mp4](https://archive.blender.org/developer/F12131941/2021-11-25_15-03-36.mp4)

This issue was referenced by 3bf10e5d0a

This issue was referenced by 3bf10e5d0ac297a70a9bc294fff0448e6b11fc20

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Brecht Van Lommel self-assigned this 2021-11-25 14:47:21 +01:00

Tested again. It works, but do not react to Enter immediately
2021-11-28_17-50-39.mp4

Tested again. It works, but do not react to Enter immediately [2021-11-28_17-50-39.mp4](https://archive.blender.org/developer/F12557338/2021-11-28_17-50-39.mp4)

And yes, it worked with enter immediately with b2.79
So there is still regression. Should I make new report?
2021-11-28_17-55-39.mp4

And yes, it worked with enter immediately with b2.79 So there is still regression. Should I make new report? [2021-11-28_17-55-39.mp4](https://archive.blender.org/developer/F12558104/2021-11-28_17-55-39.mp4)

Added subscriber: @1D_Inc

Added subscriber: @1D_Inc

There are two non-graphical widespread systems that allow to enhance workflow - a hotkey/shortcut system (Blender, Maya, 3dsmax) and aliases system (AutoCAD, Revit)

  • Hotkeys/shortcuts stands for speed because of a direct access. It is used for the most relevant operations.
  • Aliases stands for capacity because of a larger character combinations that forms alias. It is used for quick access to the lots of a secondary operations.

In Blender the keymap represents the first enhancement system type, and the operator search pop-up is able to represent the second enhancement system type.
So indeed, this is important.

There are two non-graphical widespread systems that allow to enhance workflow - a hotkey/shortcut system (Blender, Maya, 3dsmax) and aliases system (AutoCAD, Revit) - Hotkeys/shortcuts stands for speed because of a direct access. It is used for the most relevant operations. - Aliases stands for capacity because of a larger character combinations that forms alias. It is used for quick access to the lots of a secondary operations. In Blender the keymap represents the first enhancement system type, and the operator search pop-up is able to represent the second enhancement system type. So indeed, this is important.

@Vyach please remember always be explicit about which version you tested.

I tested here with d2e6087335 and it seems fine. It is the behaviour you described, but we had this already in 2.93.

There is something strange with that file by the way. I think it is corrupt to some extent. If I slide the radius button to change the radius and then cancel, the curve is "fixed" (same effect as if I set the radius to 1.0). But again, this happens in 2.93 as well.

If you think this is still a bug (and can trace back what was the last Blender that was working) better to report as its own issue indeed. Since the original bug (the one introduced after 2.93) was fixed.

@Vyach please remember always be explicit about which version you tested. I tested here with d2e6087335 and it seems fine. It is the behaviour you described, but we had this already in 2.93. There is something strange with that file by the way. I think it is corrupt to some extent. If I slide the radius button to change the radius and then cancel, the curve is "fixed" (same effect as if I set the radius to 1.0). But again, this happens in 2.93 as well. If you think this is still a bug (and can trace back what was the last Blender that was working) better to report as its own issue indeed. Since the original bug (the one introduced after 2.93) was fixed.

In #90063#1261604, @dfelinto wrote:
@Vyach please remember always be explicit about which version you tested.

Okay, will do.
2.93 and 3.1 do not react to Enter. Will make new report then.

> In #90063#1261604, @dfelinto wrote: > @Vyach please remember always be explicit about which version you tested. Okay, will do. 2.93 and 3.1 do not react to Enter. Will make new report then.

@dfelinto #93578 (Regression: Set curve radius. Operator/window do not react to Enter immediately)
done

@dfelinto #93578 (Regression: Set curve radius. Operator/window do not react to Enter immediately) done
Thomas Dinges added this to the 3.1 milestone 2023-02-08 15:53:05 +01:00
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
10 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#90063
No description provided.