0.4.3
Add convenience aliases, to visually separate between what is an attribute, and what is a data type.
- Mat4 = MatrixType
- Matrix4 = MatrixType
matrix = cmdx.Matrix4()
node["myMatrixAttribute"] = cmdx.MatrixAttribute()
node["myMatrixAttribute"] = matrix
More
- EnumAttribute = Enum
- DividerAttribute = Divider
- StringAttribute = String
- MessageAttribute = Message
- MatrixAttribute = Matrix
- LongAttribute = Long
- DoubleAttribute = Double
- Double3Attribute = Double3
- BooleanAttribute = Boolean
- AbstractUnitAttribute = AbstractUnit
- AngleAttribute = Angle
- TimeAttribute = Time
- DistanceAttribute = Distance
- CompoundAttribute = Compound
- Double2Attribute = Double2
- Double4Attribute = Double4
- Angle2Attribute = Angle2
- Angle3Attribute = Angle3
- Distance2Attribute = Distance2
- Distance3Attribute = Distance3
- Distance4Attribute = Distance4