Blender 'wrap' to mean 'Rounding' #102627
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#102627
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits
Blender Version
Broken: version: 3.4.0 Beta, branch: master, commit date: 2022-11-15 22:18, hash:
blender/blender@4401c93e45
Short description of error
On this page:
https://docs.blender.org/manual/en/dev/render/shader_nodes/converter/vector_math.html
The word 'Wrap' to mean 'Rounding', very confusing term. Please change it to 'Round' or 'Rounding'.
Added subscriber: @hoanguk
Added subscriber: @Blendify
Changed status from 'Needs Triage' to: 'Resolved'
Wrapping is technicality different than just rounding to the nearest integer.
Wrapping will create a saw tooth while rounding will create stair stepping.
The current naming is correct with conventional math terminology.
I addressed the definition in rBM9716