-
- Downloads
BPython -- a few fixes:
-- fixed bug #1689: http://projects.blender.org/tracker/?func=detail&atid=125&aid=1689&group_id=9 Reported by Tom Musgrove (thanks), the problem was that Window.QHandle was not passing events to windows that had id's below the current active window. It was a stupid mistake (mine), the code was iterating from curarea instead of from the first area in the areabase list. -- fixed bug #1568: http://projects.blender.org/tracker/index.php?func=detail&aid=1568&group_id=9&atid=125 Stephen investigated the problem, reported by Gabriel Beloin, and left hints in the bug report, thanks :). I also implemented what he suggested, now Effect.Get('objname') returns a list with all objname's effects and as before, Get('objname, position') returns the effect at position 'position'. Ref doc already updated. -- Allowed menu registration lines to appear commented out -- Python comments: '#', of course -- (suggested by Michael Reimpell) in scripts: Some Python doc tools need the doc strings between triple double-quotes, so to avoid conflicts scripts writers can now comment out the registration code, it should work anyway. Michael also provided a patch for this a few days ago, too (thanks), but to keep changes at a minimum because of proximity to a release I didn't use it.
Showing
- source/blender/python/BPY_menus.c 33 additions, 27 deletionssource/blender/python/BPY_menus.c
- source/blender/python/api2_2x/Effect.c 52 additions, 18 deletionssource/blender/python/api2_2x/Effect.c
- source/blender/python/api2_2x/Object.c 2 additions, 2 deletionssource/blender/python/api2_2x/Object.c
- source/blender/python/api2_2x/Window.c 1 addition, 1 deletionsource/blender/python/api2_2x/Window.c
- source/blender/python/api2_2x/doc/API_intro.py 20 additions, 10 deletionssource/blender/python/api2_2x/doc/API_intro.py
- source/blender/python/api2_2x/doc/Effect.py 8 additions, 5 deletionssource/blender/python/api2_2x/doc/Effect.py
Loading
Please register or sign in to comment