Skip to content

Maya plugin with nodes designed to operate on transform components.

License

Notifications You must be signed in to change notification settings

sherlockan/xformArrayNodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xformArrayNodes

Maya plugin with nodes designed to operate on transform components.

Description

See the Wiki for full details.

Plugin Contents

Commands

  • getArrayAttr

Data

  • angleArray
  • eulerArray
  • quatArray

Nodes

Angle Array Nodes
  • angleArrayCtor
  • angleArrayIter
  • angleToDoubleArray
  • doubleToAngleArray
Euler Rotation Array Nodes
  • packEulerArray
  • unpackEulerArray
Matrix Array Nodes
  • composeMatrixArray
  • decomposeMatrixArray
  • matrixArrayOp
  • packMatrixArray
  • unpackMatrixArray
Quaternion Array Nodes
  • eulerToQuatArray
  • packQuatArray
  • quatArrayBinaryOp
  • quatArrayUnaryOp
  • quatToEulerArray
  • slerpQuatArray
  • unpackQuatArray
Vector Array Nodes
  • lerpVectorArray
  • packVectorArray
  • pointToVectorArray
  • rotateVectorArray
  • unpackVectorArray
  • vectorArrayBinaryOp
  • vectorArrayMatrixOp
  • vectorArrayScalarOp
  • vectorArrayToDoubleOp
  • vectorArrayUnaryOp
  • vectorToPointArray

About

Maya plugin with nodes designed to operate on transform components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%