Skip to content

0.6.1

Compare
Choose a tag to compare
@mottosso mottosso released this 16 Nov 19:50
· 52 commits to master since this release
8c2f849

Been a while since a release was made, even though commits have been rolling in. Here's just a taste.

  • Added cmdx.clone()
  • Added indices to printed plugs, e.g. worldMatrix[0]
  • Added pretty-printed cmdx.Matrix4
  • Added pretty-printed cmdx.TransformationMatrix
  • Added plug.asTime() to return a MTime type
  • Fool-proof load of cmdx as a plug-in (for undo/redo)
  • Added cmdx.exists(strict=True)
  • Return native Quaternion types for asQuaternion() and inverse()
  • Make Divider attributes non-keyable per default
  • Append to existing animation cuves if they exist
  • Add minTime(), maxTime(), animationStartTime(), animationEndTime()
  • Add Vector.isEquivalent
  • Add Quaternion.asEulerRotation
  • Add Quaternion.inverse
  • Add TransformationMatrix.setRotatePivot
  • Print rotation of TransformationMatrix in degrees rather than radians

See 0.6.0...0.6.1 for a full list!