I am unable to get any further with this problem the core problem ~_~, and have no idea to get a way around it. This only seems relevant with the strng UI when assigning things from there.... If a varible is None, and not the type I assign it, blender will crash....
http://www.elysiun.com/fourm/viewtopic.php?t=52357
Script that kills blenders
Moderators: jesterKing, stiv
well all I do is convert a string into an float... and it check off as a float... but it will crash when changed through the GUI. As long as the origanl varible is the same type it wont crash @ assignment but it will crash @ render. Ill try a test case without the ScriptUI and see if its a reproducable case using Draw.String .
But I really can't see why it would crash and that is what bugs me the most, seems nothing todo with the UI directly other then when changed with it, it produces crashes.
I was hoping someone had a debug version and linux and could try this script to figure the problem out more better with GDB.
EDIT:
I tried to recreate it.... its only seems to crash with using ScriptUI being used, I tried it with Draw.String directly and it had no problem.
But I really can't see why it would crash and that is what bugs me the most, seems nothing todo with the UI directly other then when changed with it, it produces crashes.
I was hoping someone had a debug version and linux and could try this script to figure the problem out more better with GDB.
EDIT:
I tried to recreate it.... its only seems to crash with using ScriptUI being used, I tried it with Draw.String directly and it had no problem.