Float curve #98629

Closed
opened 2022-06-06 19:18:11 +02:00 by Szymon · 14 comments

System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59

Blender Version
Broken: version: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: cc66d1020c
Worked: (newest version of Blender that worked as expected)

Short description of error
[Float curve does not act as expected. Despite having clamped this values, there are still some below zero (as seen in displacement). RGB curve using same setup, does not have this issue ]

Exact steps for others to reproduce the error
1.Drop Float curve 2. Extend Horizontal 3. Uncheck "use clipping" and zoom out{F13135362}

blenderbug1.png
blenderbug2.png
2022-06-06 19-54-29.mp4

**System Information** Operating system: Windows-10-10.0.19044-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59 **Blender Version** Broken: version: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: `cc66d1020c` Worked: (newest version of Blender that worked as expected) **Short description of error** [Float curve does not act as expected. Despite having clamped this values, there are still some below zero (as seen in displacement). RGB curve using same setup, does not have this issue ] **Exact steps for others to reproduce the error** 1.Drop Float curve 2. Extend Horizontal 3. Uncheck "use clipping" and zoom out{[F13135362](https://archive.blender.org/developer/F13135362/blenderbug2.png)} ![blenderbug1.png](https://archive.blender.org/developer/F13135361/blenderbug1.png) ![blenderbug2.png](https://archive.blender.org/developer/F13135367/blenderbug2.png) [2022-06-06 19-54-29.mp4](https://archive.blender.org/developer/F13135378/2022-06-06_19-54-29.mp4)
Author

Added subscriber: @sniegockiszymon

Added subscriber: @sniegockiszymon

Added subscriber: @mod_moder

Added subscriber: @mod_moder

Maybe you're still editing, but still:
Please use this button to fill in the details of your condition.
image.png
Describe your problem by removing the text in - [ ] (remove the brackets too)

Maybe you're still editing, but still: Please use this button to fill in the details of your condition. ![image.png](https://archive.blender.org/developer/F13135021/image.png) Describe your problem by removing the text in - [ ] (remove the brackets too)
Szymon changed title from Float to Float curve 2022-06-06 19:41:35 +02:00
Author

Yeah sorry, haven't noticed that accidental post. I've corrected already.

Yeah sorry, haven't noticed that accidental post. I've corrected already.

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

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

Your report says little. You can send the complete file or record the process. Since your pictures give only a part, and the description does not seem strange.

Your report says little. You can send the complete file or record the process. Since your pictures give only a part, and the description does not seem strange.
Author

In #98629#1369422, @mod_moder wrote:
Your report says little. You can send the complete file or record the process. Since your pictures give only a part, and the description does not seem strange.

There are two pictures, first one using float curve, second one RGB curve. They supposed to give same outcome on displacement, but float curve acting strange giving me values below zero, it supposed to be clmaped as graph shows.

I've added video also

> In #98629#1369422, @mod_moder wrote: > Your report says little. You can send the complete file or record the process. Since your pictures give only a part, and the description does not seem strange. There are two pictures, first one using float curve, second one RGB curve. They supposed to give same outcome on displacement, but float curve acting strange giving me values below zero, it supposed to be clmaped as graph shows. I've added video also

report nope 1-1-1.blend
Please send a file, I can't reproduce your problem in a controlled test
2022-06-06 21-11-22.mp4

[report nope 1-1-1.blend](https://archive.blender.org/developer/F13135389/report_nope_1-1-1.blend) Please send a file, I can't reproduce your problem in a controlled test [2022-06-06 21-11-22.mp4](https://archive.blender.org/developer/F13135391/2022-06-06_21-11-22.mp4)
Author

I have recreated it in fresh file. It behaves the same.

blender_float_curve.blend

I have recreated it in fresh file. It behaves the same. [blender_float_curve.blend](https://archive.blender.org/developer/F13135419/blender_float_curve.blend)

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'

blender_float_curve.blend
2022-06-06 22-12-24.mp4
As a result, the difference was found.
Interpolation of values outside the range [0.0,1.0] is different. I have a suspicion that this is due to the specifics of the color format, but need comments from the developer

  • render_cycles
[blender_float_curve.blend](https://archive.blender.org/developer/F13135439/blender_float_curve.blend) [2022-06-06 22-12-24.mp4](https://archive.blender.org/developer/F13135438/2022-06-06_22-12-24.mp4) As a result, the difference was found. Interpolation of values outside the range [0.0,1.0] is different. I have a suspicion that this is due to the specifics of the color format, but need comments from the developer - render_cycles
Author

In #98629#1369442, @mod_moder wrote:
blender_float_curve.blend
2022-06-06 22-12-24.mp4
As a result, the difference was found.
Interpolation of values outside the range [0.0,1.0] is different. I have a suspicion that this is due to the specifics of the color format, but need comments from the developer
#render_cycles

Yeah, but RGB curves acts correctly. Float curve is the broken one

> In #98629#1369442, @mod_moder wrote: > [blender_float_curve.blend](https://archive.blender.org/developer/F13135439/blender_float_curve.blend) > [2022-06-06 22-12-24.mp4](https://archive.blender.org/developer/F13135438/2022-06-06_22-12-24.mp4) > As a result, the difference was found. > Interpolation of values outside the range [0.0,1.0] is different. I have a suspicion that this is due to the specifics of the color format, but need comments from the developer > #render_cycles Yeah, but RGB curves acts correctly. Float curve is the broken one
Philipp Oeser removed the
Interest
Render & Cycles
label 2023-02-09 14:03:49 +01:00
Iliya Katushenock added
Status
Needs Information from User
and removed
Status
Needs Info from Developers
labels 2023-02-22 13:23:59 +01:00

Is it still playable?

Is it still playable?
Member

This seems to have been fixed in 3.2 (between b9123b806f & e2e4c1daaa).

Will close as resolved (but of course feel free to comment again if issues persist in 3.2 onwards or fresh builds from https://builder.blender.org/download/daily/)

This seems to have been fixed in 3.2 (between b9123b806fc4 & e2e4c1daaa47). Will close as resolved (but of course feel free to comment again if issues persist in 3.2 onwards or fresh builds from https://builder.blender.org/download/daily/)
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-03-17 15:06:33 +01:00
Philipp Oeser added
Status
Resolved
and removed
Status
Archived
labels 2023-03-17 15:06:55 +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
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#98629
No description provided.