Created
April 22, 2016 18:39
-
-
Save EricTRocks/736b63d01cf07ad349713f4bdd49c3d7 to your computer and use it in GitHub Desktop.
Get the string name of an RTVal type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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