[Bf-python] global name is not defined?

naruto canada narutocanada at gmail.com
Fri Oct 19 13:40:02 CEST 2007


On 10/19/07, Toni Alatalo <antont at kyperjokki.fi> wrote:
> On 19.10.2007, at 13:42, Toni Alatalo wrote:
>
> > On 19.10.2007, at 12:17, naruto canada wrote:
> >> "/home/blender/.blender/scripts/console_autoexec.py"
> > ok, so perhaps it is a bug / diff behaviour in that environment?
>
> yah that's it.
>
> it seems to do some sort of namespace trickstery in include_console
> which apparently does not work correctly for this. i did not look too
> closely if it could be easily fixed, perhaps so.
>
> one technique i use is to exec scripts with alt-p, and use code from

neither ctrl-d nor alt-p works. I don't know why.
I'm on linux.
which version of blender are you using?
I'm using 2.45.

> external files via import - doing reload() to make it get changes in
> the extenal file:
>
> import mymodule
> mymodule = reload(mymodule)
>
> don't get me wrong, i'm a huge fan of interactive python use
> (especially in ipython) and we'd certainly need a good console in
> Blender too (and the current one is of great help!, despite the probs
> with it (this namespace thing, and slowness..), but am just reporting
> what works..
>
> > ~Toni
>
> same.
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python
>



More information about the Bf-python mailing list