Bforartists / Manual

The Bforartists Manual
17 stars 6 forks source link

Geometry Nodes - Geometry - Operations - Transform Geometry now supports Matrix mode #618

Closed Draise14 closed 2 weeks ago

Draise14 commented 1 month ago

image

New mode.

Details SHA-1: 9fcf97d9784f9a08fa0a66ca41a20382e92b6270 * Geometry Nodes: support matrix in Transform Geometry node Now the Transform Geometry node either has individual components (location, rotation and scale) or a matrix as input. In many cases that is just more convenient when working with matrices. Often this is identical to splitting the matrix into it's individual components. However, if the matrix contains shearing, information is lost when splitting it into individual components. Pull Request: https://projects.blender.org/blender/blender/pulls/121438
ReinerBforartists commented 2 weeks ago

Fixed