Blender Git Commit Log

Git Commits -> Revision c78cd1c

Revision c78cd1c by Manuel Castilla
September 4, 2021, 13:36 (GMT)
Compositor: Full frame vector nodes

Adds full frame implementation to Map Range, Map Value, Normal and
Normalize nodes. The other nodes in "Vector" sub-menu are submitted
separately.

Part of T88150.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D12233

Commit Details:

Full Hash: c78cd1c77c73deb8b306c0b7e24cc22635d1591d
Parent Commit: bb4e5b8
Lines Changed: +162, -8

8 Modified Paths:

/source/blender/compositor/operations/COM_DotproductOperation.cc (+12, -0) (Diff)
/source/blender/compositor/operations/COM_DotproductOperation.h (+6, -2) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.cc (+40, -0) (Diff)
/source/blender/compositor/operations/COM_MapRangeOperation.h (+6, -2) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.cc (+24, -0) (Diff)
/source/blender/compositor/operations/COM_MapValueOperation.h (+6, -2) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.cc (+58, -0) (Diff)
/source/blender/compositor/operations/COM_NormalizeOperation.h (+10, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021