Curve: Apply Scale Problems with Dimensions & Shape #90736

Closed
opened 2021-08-17 16:51:05 +02:00 by Y. Nemo · 11 comments

System Information
Operating system: Windows
system-info.txt

Blender Version
Broken: Blender 2.93.2, 1eb06de2607a

Short description of error
This mostly pertains to the scale and dimension inputs of the right-hand-side "item" overlay window.

The reference cube demonstrates the proper behavior. Attached is a sample .blend and my system information.

**Reference behavior, Cube.ApplyScale.OK**

1. Apply scale. Scale becomes [1,1,1]. Dimensions unchanged, shape unchanged.

Cube.ApplyScale.OK, before. Scale: [0.166,3.312,0.166], dimensions: [0.331,6.62,0.331].
Cube.ApplyScale.OK, after. Scale: [1,1,1], dimensions: [0.331,6.62,0.331].

**Unit scale, incorrect dimensions, BezierCurve.Size.Wrong***

1. Scale is [1,1,1]. Apply scale with or without properties. Scale remains [1,1,1] but dimensions change.

BezierCurve.Size.Wrong.002, before. Scale: [1,1,1], dimensions: [4,2.21,2].
BezierCurve.Size.Wrong.002, after. Scale: [1,1,1], dimensions: [2,0.222,0].

BezierCurve.Size.Wrong.001, before. Scale: [1,1,1], dimensions: [200,200,200].
BezierCurve.Size.Wrong.001, after. Scale: [1,1,1], dimensions: [0.156,0.0763,0].

BezierCurve.Size.Wrong, before. Scale: [1,1,1], dimensions: [0.348,0.174,0.174].
BezierCurve.Size.Wrong, after. Scale: [1,1,1], dimensions: [0.174,0.0193,0].

**Other scale, incorrect dimensions, BezierCircle.ScaleSize.Wrong**

1. Scale is not [1,1,1]. Apply scale with or without properties. Scale to [1,1,1] but dimensions change.

BezierCircle.ScaleSize.Wrong, before. Scale: [-0.102,-0.102,-0.102], dimensions: [0.41,0.307,0.205].
BezierCircle.ScaleSize.Wrong, after. Scale: [1,1,1], dimensions: [0.223,0.111,0].

**Shape changes, BezierCurve.ShapeChanges.ApplyScale**

1. Apply scale with or without properties. Shape changes.

Exact steps for others to reproduce the error

  • Open attached .blend file
  • Select the BezierCurve.ShapeChanges.ApplyScale object
  • Apply scale
    taper.blend
**System Information** Operating system: Windows [system-info.txt](https://archive.blender.org/developer/F10286416/system-info.txt) **Blender Version** Broken: Blender 2.93.2, `1eb06de2607a` **Short description of error** This mostly pertains to the scale and dimension inputs of the right-hand-side "item" overlay window. The reference cube demonstrates the proper behavior. Attached is a sample .blend and my system information. ``` **Reference behavior, Cube.ApplyScale.OK** 1. Apply scale. Scale becomes [1,1,1]. Dimensions unchanged, shape unchanged. Cube.ApplyScale.OK, before. Scale: [0.166,3.312,0.166], dimensions: [0.331,6.62,0.331]. Cube.ApplyScale.OK, after. Scale: [1,1,1], dimensions: [0.331,6.62,0.331]. **Unit scale, incorrect dimensions, BezierCurve.Size.Wrong*** 1. Scale is [1,1,1]. Apply scale with or without properties. Scale remains [1,1,1] but dimensions change. BezierCurve.Size.Wrong.002, before. Scale: [1,1,1], dimensions: [4,2.21,2]. BezierCurve.Size.Wrong.002, after. Scale: [1,1,1], dimensions: [2,0.222,0]. BezierCurve.Size.Wrong.001, before. Scale: [1,1,1], dimensions: [200,200,200]. BezierCurve.Size.Wrong.001, after. Scale: [1,1,1], dimensions: [0.156,0.0763,0]. BezierCurve.Size.Wrong, before. Scale: [1,1,1], dimensions: [0.348,0.174,0.174]. BezierCurve.Size.Wrong, after. Scale: [1,1,1], dimensions: [0.174,0.0193,0]. **Other scale, incorrect dimensions, BezierCircle.ScaleSize.Wrong** 1. Scale is not [1,1,1]. Apply scale with or without properties. Scale to [1,1,1] but dimensions change. BezierCircle.ScaleSize.Wrong, before. Scale: [-0.102,-0.102,-0.102], dimensions: [0.41,0.307,0.205]. BezierCircle.ScaleSize.Wrong, after. Scale: [1,1,1], dimensions: [0.223,0.111,0]. **Shape changes, BezierCurve.ShapeChanges.ApplyScale** 1. Apply scale with or without properties. Shape changes. ``` **Exact steps for others to reproduce the error** - Open attached .blend file - Select the `BezierCurve.ShapeChanges.ApplyScale` object - Apply scale [taper.blend](https://archive.blender.org/developer/F10286415/taper.blend)
Author

Added subscriber: @orbisvicis

Added subscriber: @orbisvicis

Added subscriber: @mano-wii

Added subscriber: @mano-wii

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

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

Thanks for the report, but I'm not sure exactly what the steps are to replicate the problem.

In the attached file, should I select the mentioned objects and apply the scale? In this case the information does not match what is observed. As it is said that:

BezierCurve.Size.Wrong.002, before. Scale: [1,1,1], dimensions: [4,2.21,2]

but the dimensions are actually 2.0, 0.222, 0.0 in the .blend file.

Thanks for the report, but I'm not sure exactly what the steps are to replicate the problem. In the attached file, should I select the mentioned objects and apply the scale? In this case the information does not match what is observed. As it is said that: > BezierCurve.Size.Wrong.002, before. Scale: [1,1,1], dimensions: [4,2.21,2] but the dimensions are actually `2.0, 0.222, 0.0` in the .blend file.
Author

After selecting it, hit undo then select it again.

After selecting it, hit undo then select it again.

In #90736#1209119, @orbisvicis wrote:
After selecting it, hit undo then select it again.

I found a problem.
That's not exactly what I did to reproduce it.
Updated the description.

> In #90736#1209119, @orbisvicis wrote: > After selecting it, hit undo then select it again. I found a problem. That's not exactly what I did to reproduce it. Updated the description.

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

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

@mano-wii The problem you found was the third item in my report. Please let me know if you were able to reproduce the first two. For example, open the file, select BezierCurve.Size.Wrong.002, undo the selection, select it again. Let me know the dimensions reported in the right-hand-side "item" overlay window.

@mano-wii The problem you found was the third item in my report. Please let me know if you were able to reproduce the first two. For example, open the file, select *BezierCurve.Size.Wrong.002*, undo the selection, select it again. Let me know the dimensions reported in the right-hand-side "item" overlay window.

In #90736#1209147, @orbisvicis wrote:
@mano-wii The problem you found was the third item in my report. Please let me know if you were able to reproduce the first two. For example, open the file, select BezierCurve.Size.Wrong.002, undo the selection, select it again. Let me know the dimensions reported in the right-hand-side "item" overlay window.

Ah yes! I can see a problem with the object's bound box.
I will do a separate report as this is an unrelated issue.


  • If there are multiple bugs, make multiple bug reports.
> In #90736#1209147, @orbisvicis wrote: > @mano-wii The problem you found was the third item in my report. Please let me know if you were able to reproduce the first two. For example, open the file, select *BezierCurve.Size.Wrong.002*, undo the selection, select it again. Let me know the dimensions reported in the right-hand-side "item" overlay window. Ah yes! I can see a problem with the object's bound box. I will do a separate report as this is an unrelated issue. --- > - If there are multiple bugs, make multiple bug reports.

This issue was referenced by 4f73d43adc

This issue was referenced by 4f73d43adc38a54c8b033ca3e91e9d61e927b665

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Germano Cavalcante self-assigned this 2021-09-13 17:45:43 +02: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
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#90736
No description provided.