Noise texture behavior and documentation are inconsistent. #104755

Closed
opened 2024-03-28 17:54:51 +01:00 by John-Doe-19 · 1 comment

Page Information
File: manual/render/shader_nodes/textures/noise.rst
Blender Version: 4.0 - 4.2
Documentation Language: en
Permanent Link

Short description of error
"When Normalize disabled, output values are in the range -1.0 to 1.0." This isn't consistent with the behavior I've observed; What seams to happen is, each level of detail is constrained between -1.0 and 1.0, then the levels are added to get the final output. There is a chance this isn't intended behavior. But given that if the output was between -1.0 and 1.0 it would still be normalized, so I think it's an issue with the documentation.

**Page Information** File: `manual/render/shader_nodes/textures/noise.rst` Blender Version: `4.0 - 4.2` Documentation Language: `en` [Permanent Link](https://docs.blender.org/manual/en/4.1/render/shader_nodes/textures/noise.html#properties) **Short description of error** "When Normalize disabled, output values are in the range -1.0 to 1.0." This isn't consistent with the behavior I've observed; What seams to happen is, each level of detail is constrained between -1.0 and 1.0, then the levels are added to get the final output. There is a chance this isn't intended behavior. But given that if the output was between -1.0 and 1.0 it would still be normalized, so I think it's an issue with the documentation.
John-Doe-19 added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2024-03-28 17:54:51 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2024-05-31 17:08:12 +02:00
Member

I checked the source code of this node and you're right: each noise layer gets added to the previous one, so the higher the Detail, the larger the value range. Fixed the documentation.

I checked the source code of this node and you're right: each noise layer gets added to the previous one, so the higher the Detail, the larger the value range. Fixed the documentation.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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-manual#104755
No description provided.