Skip to content

Instantly share code, notes, and snippets.

@EricTRocks
Created April 22, 2016 18:39
Show Gist options
  • Save EricTRocks/736b63d01cf07ad349713f4bdd49c3d7 to your computer and use it in GitHub Desktop.
Save EricTRocks/736b63d01cf07ad349713f4bdd49c3d7 to your computer and use it in GitHub Desktop.
Get the string name of an RTVal type
import FabricEngine.Core as fabric
client = fabric.createClient()
client.loadExtension("Math")
mat44 = client.RT.types.Mat44()
print mat44.getTypeName().getSimpleType()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment