0.6.1
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 aMTimetype - 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!