「テンプレート:Release Notes/2.49/Python/API」の版間の差分
< テンプレート:Release Notes | 2.49 | Python
(pasting this from Dev:Ref/Release Notes/2.49/Extensions/Scripts in order to trnsclude this back there) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 03:41時点における最新版
- Mathutils optional euler_compat argument to matrix.toEuler(eul) and quat.toEuler(eul) so when getting the euler rotations from a list of matrices the animation curve will be continues. Also added euler.makeCompatible(euler).
- Vector swizzle support
vec.xxy, vec.zyx and any other combination of axies are now supported, returning a new vector.
- Geometry.BezierInterp(vec_knot_1, vec_handle_1, vec_handle_2, vec_knot_2, resolution) can use 2D-4D vectors
- Read/write access to scene world gravity.