Compositing node Vector -> Normalize inputs and outputs scalars not vectors #61875
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#61875
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: Ubuntu 18:04
Blender Version
Broken: 2.8 from February 4, 2019
Short description of error
The Vector -> Normalize node, visible in the compositor, takes/returns scalars (numbers denoted by a grey dot) instead of vectors (two values denoted by a blue dot). It is impossible to normalize scalars (unless you just set them to equal 1), so this shouldn't even be an option. I'm guessing this is a cosmetic issue.
Exact steps for others to reproduce the error
Open the compositor, enable "use nodes," add a Vector -> Normalize node
Added subscriber: @finnb
Added subscriber: @JacquesLucke
The actual problem here seems to be the documentation, not the implementation.
In the code it says:
Normalize single channel, useful for z buffer
(https://developer.blender.org/diffusion/B/browse/master/source/blender/nodes/composite/nodes/node_composite_normalize.c$28).While the manual explains something very different (https://docs.blender.org/manual/en/latest/compositing/types/vector/normalize.html).
This issue was referenced by 4574
Changed status from 'Open' to: 'Resolved'
@JacquesLucke Now I'm wondering why this node is in the "Vector" category, and that actually applies to most of the nodes there. These nodes, except vector curves, really stretch the meaning of "vector."
Added subscriber: @WilliamReynish
@finnb, you are right. That does not really make sense.
@WilliamReynish, where should this be?
As @finnb points out, that could be argued for almost all the nodes in the Vector category.
We could put them inside the Converter category? Or we could add a new category called 'Values' or something like that?
Although if we use the logic of the main input or output socket, the Vector category would be almost empty.
Hmmm, I'm not sure... Maybe this should be discussed in a design task.
The vector category wouldn't be almost empty if a true "normalize" node was added. The current "normalize" node could be renamed "normalize channel."
Also, where can I find "design tasks?"