Game Development Community

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.

elif settigns[2].lower() == "off": trigState = False

should be

elif settings[2].lower() == "off": trigState = False

#1
04/22/2010 (4:55 pm)
might want to check that,
the "before" and "after" code looks the same...
#2
04/22/2010 (10:47 pm)
...but it isn't the same :) The typo is in settigns.
#3
04/23/2010 (11:36 am)
Thanks... lol
#4
05/02/2010 (4:31 am)
lol, my bda ;)
#5
05/02/2010 (9:40 pm)
graet cacth!