Нода «Обратить матрицу» (invert matrix node)

Нода ":abbr:`Обратить матрицу (Invert Matrix)`".

Returns the inverse of the given matrix.

Входы (inputs)

Матрица (matrix)

Матрица для инвертирования.

Свойства (properties)

Эта нода не содержит свойств.

Выходы (outputs)

Матрица (matrix)

Обратная матрица.

Обратимая (invertible)

Returns whether the matrix could be inverted. This can be false when a transformation matrix has a scale of zero, for example. See Invertible matrix for more information.

Важно

When a matrix is not invertible, the identity matrix is returned.