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

提供: wiki
移動先: 案内検索
  • 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.