Math node truncate operator tooltip provides no explanation #75522
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#75522
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: Darwin-19.4.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.8.24
Blender Version
Broken: version: 2.83 (sub 11), branch: master, commit date: 2020-04-04 16:55, hash:
blender/blender@505a19ed75
Worked: unknown
Short description of error
The tooltip for the truncate operator in the shader math node is just "trunc(A)" which does not explain anything.
Suggested new text: "Removes the digits following the decimal point of A."
Exact steps for others to reproduce the error
Open shader editor
Add math node, change to truncate
Hoover mouse over truncate.
Added subscriber: @blenderrocket
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Official from here :
It is not the same as removing the digits, it is like
floor()
for positive andceil()
for negative numbers.Will change later...
Well, that was dumb, it IS actually the same as removing the digits... sorry about that
Yeah I was breaking my head over it yesterday, trying with floor and ceil and wondering what I was missing :-)
This issue was referenced by blender/blender@2845b232a7
Changed status from 'Confirmed' to: 'Resolved'