-
- Downloads
BPython:
- Blender.Window: added function GetPerspMatrix() (Tom Musgrave's patch, thanks); - added Chris Want's patch to tell argc, argv to the Python interpreter (thanks, Hos); - Blender.Image: added image.glFree() to free textures bound by the recently added image.glLoad() (both suggested by Campbell Barton -- thanks, with these Blender can be used to load textures for scripts); - Blender.Sound: removed for now at least a few get/set methods of vars that can't be accessed via interface; - renamed Get/makeActive to Get/setCurrent in Blender.World (actually added alias for now), same in Blender.Sound: renamed makeActive to setCurrent. Stephen Swaney pointed this some weeks ago, we should stick to one naming convention. - added documentation for Sound and Window.Theme modules and the other added functions, made other small updates. - Blender.Object: made 'worldspace' become the default output of .getMatrix and .mat/.matrix: after reading a discussion on blender.org's Python forum where eeshlo mentioned the pre 2.34 default was worldspace, I took a better look at Blender's relevant code, confirmed, talked to Theeth about this and as he suggested am changing the default back to 'worldspace'.
Showing
- source/blender/python/BPY_extern.h 2 additions, 2 deletionssource/blender/python/BPY_extern.h
- source/blender/python/BPY_interface.c 29 additions, 16 deletionssource/blender/python/BPY_interface.c
- source/blender/python/api2_2x/Image.c 13 additions, 0 deletionssource/blender/python/api2_2x/Image.c
- source/blender/python/api2_2x/Object.c 14 additions, 8 deletionssource/blender/python/api2_2x/Object.c
- source/blender/python/api2_2x/Sound.c 48 additions, 38 deletionssource/blender/python/api2_2x/Sound.c
- source/blender/python/api2_2x/Window.c 45 additions, 3 deletionssource/blender/python/api2_2x/Window.c
- source/blender/python/api2_2x/World.c 13 additions, 9 deletionssource/blender/python/api2_2x/World.c
- source/blender/python/api2_2x/doc/API_intro.py 4 additions, 2 deletionssource/blender/python/api2_2x/doc/API_intro.py
- source/blender/python/api2_2x/doc/BGL.py 3 additions, 0 deletionssource/blender/python/api2_2x/doc/BGL.py
- source/blender/python/api2_2x/doc/Image.py 26 additions, 3 deletionssource/blender/python/api2_2x/doc/Image.py
- source/blender/python/api2_2x/doc/Object.py 10 additions, 9 deletionssource/blender/python/api2_2x/doc/Object.py
- source/blender/python/api2_2x/doc/Sound.py 112 additions, 0 deletionssource/blender/python/api2_2x/doc/Sound.py
- source/blender/python/api2_2x/doc/Theme.py 188 additions, 0 deletionssource/blender/python/api2_2x/doc/Theme.py
- source/blender/python/api2_2x/doc/Window.py 15 additions, 2 deletionssource/blender/python/api2_2x/doc/Window.py
- source/blender/python/api2_2x/doc/World.py 4 additions, 4 deletionssource/blender/python/api2_2x/doc/World.py
- source/blender/python/api2_2x/windowTheme.c 6 additions, 2 deletionssource/blender/python/api2_2x/windowTheme.c
- source/blender/src/space.c 1 addition, 1 deletionsource/blender/src/space.c
- source/creator/creator.c 2 additions, 2 deletionssource/creator/creator.c
Loading
Please register or sign in to comment