Measure Tool: Delete and Annotations Bugs #63250

Closed
opened 2019-04-03 16:13:22 +02:00 by Ian Finnimore · 24 comments

System Information
Operating system: Windows-10-10.0.17134 64 Bits
Graphics card: AMD Radeon HD 7400M Series ATI Technologies Inc. 4.5.13399 Core Profile Context 15.201.1151.1008

Blender Version
Broken: version: 2.80 (sub 52), branch: master, commit date: 2019-03-29 00:43, hash: 99d4321fef
Worked: (optional)

Short description of error
Annotation "RulerData3D" creation inconsistency. Deleting of measurements inconsistent (seems like index off by 1 issue).

Exact steps for others to reproduce the error
Based on Default

Prep:
Open Tool Shelf panel
Open the Properties Panel and expand only "Annotations" (to be able to see effects) - [x] [Ctrl/Click Annotations]
Verify Annotations list is empty

Actions:
Annotation RulerData3D Creation Inconsistency
Align to Front Ortho View [Numpad 1]
Switch to Measure Tool
Click Drag a measurement line x3 (create 3 separate lines)
Orbit around screen [MMB]
Switch to Select Tool (Measures disappear, as expected)
Orbit around screen [MMB]
NOTE: Annotation RulerData3D not yet created
Align to Side View [Numpad 3]
NOTE: Annotation RulerData3D now created!

Continuing from state above
Inconsistent Measure Delete
Align to Front Ortho View [Numpad 1]
Make "RulerData3D" annotation visible [eye] (it defaults invisible). Should see lines representing the 3 rulers
Switch to Measure Tool (3 measure lines and values visible)

Select 1 measure line (cursor to line end, when it changes from + to 4 arrows/dots, click. Line highlights)
Delete line [X or Delete button]
Note: Annotation Line still visible for deleted line
Select another measure line
Note: Annotation line for previous line deletes now
Delete line.
Note: Annotation Line still visible for deleted line

State: 1 measure line value on screen. 1 extra annotation line on screen

Switch to Select tool
Switch to Measure tool
Note: Last deleted measure line (matching annotation line) reappears (2 lines on screen now)
Select and delete both measure lines.
Note: Annotation Line still visible for last deleted line
Switch to Select tool
Switch to Measure tool
Note: last deleted measure line reappears

Delete measure line
Select and delete annotation "RulerData3D"
Switch to Select tool
Switch to Measure tool
Note: Measure line does not reappear. All measures now deleted

It seems clear from behaviors that there is some temporary buffer with measures hanging around. Delete Index into this buffer seems to be off by 1 in some section of code, but is corrected on the selecting of the next line. Annotation is created from this buffer at odd points in time.

**System Information** Operating system: Windows-10-10.0.17134 64 Bits Graphics card: AMD Radeon HD 7400M Series ATI Technologies Inc. 4.5.13399 Core Profile Context 15.201.1151.1008 **Blender Version** Broken: version: 2.80 (sub 52), branch: master, commit date: 2019-03-29 00:43, hash: `99d4321fef` Worked: (optional) **Short description of error** Annotation "RulerData3D" creation inconsistency. Deleting of measurements inconsistent (seems like index off by 1 issue). **Exact steps for others to reproduce the error** Based on Default Prep: Open Tool Shelf panel Open the Properties Panel and expand only "Annotations" (to be able to see effects) - [x] [Ctrl/Click Annotations] Verify Annotations list is empty Actions: **Annotation RulerData3D Creation Inconsistency** Align to Front Ortho View [Numpad 1] Switch to Measure Tool Click Drag a measurement line x3 (create 3 separate lines) Orbit around screen [MMB] Switch to Select Tool (Measures disappear, as expected) Orbit around screen [MMB] **NOTE: Annotation RulerData3D not yet created** Align to Side View [Numpad 3] **NOTE: Annotation RulerData3D now created!** Continuing from state above **Inconsistent Measure Delete** Align to Front Ortho View [Numpad 1] Make "RulerData3D" annotation visible [eye] (it defaults invisible). Should see lines representing the 3 rulers Switch to Measure Tool (3 measure lines and values visible) Select 1 measure line (cursor to line end, when it changes from + to 4 arrows/dots, click. Line highlights) Delete line [X or Delete button] **Note: Annotation Line still visible for deleted line** Select another measure line **Note: Annotation line for previous line deletes now** Delete line. **Note: Annotation Line still visible for deleted line** State: 1 measure line value on screen. 1 extra annotation line on screen Switch to Select tool Switch to Measure tool **Note: Last deleted measure line (matching annotation line) reappears (2 lines on screen now)** Select and delete both measure lines. **Note: Annotation Line still visible for last deleted line** Switch to Select tool Switch to Measure tool **Note: last deleted measure line reappears** Delete measure line Select and delete annotation "RulerData3D" Switch to Select tool Switch to Measure tool **Note: Measure line does not reappear. All measures now deleted** It seems clear from behaviors that there is some temporary buffer with measures hanging around. Delete Index into this buffer seems to be off by 1 in some section of code, but is corrected on the selecting of the next line. Annotation is created from this buffer at odd points in time.
Author

Added subscriber: @IanFinn

Added subscriber: @IanFinn

blender/blender-addons#71006 was marked as duplicate of this issue

blender/blender-addons#71006 was marked as duplicate of this issue

#70429 was marked as duplicate of this issue

#70429 was marked as duplicate of this issue

#68288 was marked as duplicate of this issue

#68288 was marked as duplicate of this issue

#67737 was marked as duplicate of this issue

#67737 was marked as duplicate of this issue

#66084 was marked as duplicate of this issue

#66084 was marked as duplicate of this issue

#65595 was marked as duplicate of this issue

#65595 was marked as duplicate of this issue
Campbell Barton was assigned by William Reynish 2019-04-03 23:48:41 +02:00
Author

Just touching this as it it still exists. Seems possibly status is wrong and should have be changed to "Confirmed" when it was assigned by Bill

Just touching this as it it still exists. Seems possibly status is wrong and should have be changed to "Confirmed" when it was assigned by Bill

Added subscriber: @VupliDerts-2

Added subscriber: @VupliDerts-2

Was just about to submit a bug report before I found this, I can confirm the same bug in the latest 2.8:

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: Quadro M4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.25

Blender Version
Broken: version: 2.80 (sub 74), branch: blender2.7, commit date: 2019-06-06 00:27, hash: 8b2b79c210
Worked: (optional)

Was just about to submit a bug report before I found this, I can confirm the same bug in the latest 2.8: **System Information** Operating system: Windows-10-10.0.18362 64 Bits Graphics card: Quadro M4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.25 **Blender Version** Broken: version: 2.80 (sub 74), branch: blender2.7, commit date: 2019-06-06 00:27, hash: `8b2b79c210` Worked: (optional)
Member

Added subscriber: @manda.3d.projects

Added subscriber: @manda.3d.projects
Member

Added subscriber: @eartydude

Added subscriber: @eartydude
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

see #62116 also

see #62116 also
Member

Added subscribers: @Alex3, @ideasman42, @mano-wii

Added subscribers: @Alex3, @ideasman42, @mano-wii
Member

Added subscribers: @MikeNiederjohn, @tomjk

Added subscribers: @MikeNiederjohn, @tomjk
Member

Added subscriber: @taholmes160

Added subscriber: @taholmes160
Member

Added subscriber: @PCB_guy

Added subscriber: @PCB_guy
Campbell Barton was unassigned by Dalai Felinto 2019-12-23 16:34:45 +01:00

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Confirmed' to: 'Needs User Info'

Changed status from 'Confirmed' to: 'Needs User Info'

Annotation RulerData3D Creation Inconsistency

RulerData3D is created when expected. Annotation panel is just not updated

Can not reproduce other errors.

Can you please check if this is still an issue in latest build?
https://builder.blender.org/download/

> Annotation RulerData3D Creation Inconsistency RulerData3D is created when expected. Annotation panel is just not updated Can not reproduce other errors. Can you please check if this is still an issue in latest build? https://builder.blender.org/download/
Author

I have rechecked vs latest beta build of 2.82 and find the issue as reported is resolved.

I have rechecked vs latest beta build of 2.82 and find the issue as reported is resolved.

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'
Richard Antalik self-assigned this 2020-01-30 03:01:55 +01:00

Thanks for info.

Thanks for info.
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
5 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#63250
No description provided.