テンプレート:Release Notes/2.49/Python/API

提供: wiki
< テンプレート:Release Notes‎ | 2.49‎ | Python
2018年6月29日 (金) 03:41時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索
  • 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.