[Bf-committers] Python changes

Michael Velikanje bf-committers@blender.org
Thu, 22 Apr 2004 22:43:03 -0800


I'm not sure what changes were made in python (last several commits I 
think) , but some of the python scripts that had been working fine now 
give error messages when I try to open them in the script window:
beast0_5Beta.py:
   File "<string>", line 1179
     Blender.Redraw(
                   ^
SyntaxError: invalid syntax

geodesic-dome-1-3.py:
SyntaxError: invalid syntax
   File "<string>", line 5204
     Register(draw, event, bevent
                                ^
SyntaxError: invalid syntax

Wall03.py:
   File "<string>", line 473
     Register(draw, event, bevent
                                ^
SyntaxError: invalid syntax

bvh_import.py:
   File "<string>", line 383
     Blender.Window.FileSelector(loadBVH
                                       ^
SyntaxError: invalid syntax

Many other scripts still work though.

Michael Velikanje