[Bf-python] Memory bug in Bpy api

Toni Alatalo antont at kyperjokki.fi
Wed Jan 18 16:10:17 CET 2006


On Wednesday 18 January 2006 15:55, Ken Hughes wrote:
> By "root of the problem", do you mean these are related problems, or
> that the following problem lead to the workaround which caused the
> second problem?

yep, as i already said in the reply to Martijn, the feature of bpy that module 
contents are kept in memory between runs made the code use reload() which 
crashed (on second run, when things where in the modules from previous run .. 
perhaps objects like Draw.Slider or callback funcs?). commenting out the 
reloads fixed that crash.

> Ken

~Toni



More information about the Bf-python mailing list