[Bf-python] new cvs python : problem with Blender.Scene.getCurrent().getWinSize()

jms jmsoler at free.fr
Tue Apr 27 01:58:43 CEST 2004


jms wrote:

> These two lines freeze Blender with python 2.3
> (compiled by theeth for win32 the 04/25/2004)
>
> import Blender
> print dir(Blender.Scene.getCurrent().getWinSize())
>
> But it seems to freeze the compilation  with python 2.2
> too.
>
>
> Regards.
>
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://www.blender.org/mailman/listinfo/bf-python
>
>
Ok, I see a solution:

import Blender
print Blender.Scene.getCurrent().imageSizeY

regards.







More information about the Bf-python mailing list