This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/doc/python_api/examples
Alexander Gavrilov a86e815dd8 Mathutils: add a Matrix.LocRotScale constructor for combining channels.
Combining location, rotation and scale channels into a matrix is
a standard task, so while it is easily accomplished by constructing
and multiplying 3 matrices, having a standard utility allows for
more clear code.

The new constructor builds a 4x4 matrix from separate location,
rotation and scale values. Rotation can be represented as a 3x3
Matrix, Quaternion or Euler value, while the other two inputs
are vectors. Unneeded inputs can be replaced with None.

Differential Revision: https://developer.blender.org/D11264
2021-05-17 19:12:40 +03:00
..
2020-03-19 16:21:17 -04:00
2019-03-17 21:00:56 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-06-06 17:13:02 +02:00
2012-06-19 22:17:19 +00:00
2015-09-08 19:42:58 +10:00
2019-03-22 00:07:06 +11:00
2019-03-22 00:07:06 +11:00
2019-03-22 00:07:06 +11:00
2016-02-15 19:43:08 +11:00
2015-09-08 19:42:58 +10:00
2019-03-17 21:00:56 +11:00
2015-09-08 19:42:58 +10:00