Blender Git Commit Log
Git Commits -> Revision b3ca926
Revision b3ca926 by Jacques Lucke (master) October 25, 2021, 09:37 (GMT) |
Geometry Nodes: use vector socket for offset in Set Position node This replaces the boolean Offset input in the Set Position node with a vector input. This makes the node easier to use. Using a "Position" input as an "Offset" sounds wrong anyway. The Position and Offset inputs are evaluated at the same time. The versioning only works correctly when the Offset input was not connected to something else before. Differential Revision: https://developer.blender.org/D12983 |
Commit Details:
Full Hash: b3ca926aa8e1a2ea26dc5145cd361c211d786c63
Parent Commit: 1ecb4e6
Lines Changed: +52, -6