[Bf-python] Import module remains in cache ?

jmsoler at free.fr jmsoler at free.fr
Thu Jan 12 19:24:35 CET 2006


Selon bmx007 <bmx007 at gmail.com>:

> When i import personnal python module in cache, everything works correctly
> excpet than when i update the extern module, blender don't refresh it.
> I must kill the rerun blender to see my update.
> So , i' can't divide my work into small units, and  use a single huge file
> instead :-(
>
> Is it a way to force reload of the module ?
> Thanks
>


Just delete the module's name in the sys.modules.keys() before reload .

@+



More information about the Bf-python mailing list