Exporter 0.97b3 - animation trigger typo fix
by Shaderman · in Artist Corner · 04/22/2010 (1:44 pm) · 5 replies
There's a typo in DtsSceneInfo.py line 833 raising an error when exporting animation triggers.
should be
elif settigns[2].lower() == "off": trigState = False
should be
elif settings[2].lower() == "off": trigState = False
About the author
Torque 3D Owner Alaric Karczag
the "before" and "after" code looks the same...