Blender Git Commit Log
Git Commits -> Revision d84c79a
Revision d84c79a by Manuel Castilla (master) September 4, 2021, 15:06 (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: d84c79a218e63d0d752d918e2c1cbcc2f90fd35e
Parent Commit: 9d7cb5c
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)
/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)