-
- Downloads
BPython:
- fixed two warnings, unused var in Object.c and undeclared function in script.c - updated Blender.Draw doc, it was missing info about Button object - refactored pytype initialization to try to fix for once platform (and distro!) specific crashes on startup. This asked for tiny updates in Effect.[ch] (removed static from declaration, moved definitions to the .c file) and modules.h - fixed error I made trying to fix scripts w/ no [eol] char in menus. Thanks Michael Velikanje for reporting the problem!
Showing
- source/blender/blenkernel/intern/script.c 1 addition, 1 deletionsource/blender/blenkernel/intern/script.c
- source/blender/python/BPY_interface.c 2 additions, 2 deletionssource/blender/python/BPY_interface.c
- source/blender/python/api2_2x/Blender.c 4 additions, 2 deletionssource/blender/python/api2_2x/Blender.c
- source/blender/python/api2_2x/Effect.c 34 additions, 0 deletionssource/blender/python/api2_2x/Effect.c
- source/blender/python/api2_2x/Effect.h 0 additions, 35 deletionssource/blender/python/api2_2x/Effect.h
- source/blender/python/api2_2x/Object.c 1 addition, 1 deletionsource/blender/python/api2_2x/Object.c
- source/blender/python/api2_2x/Types.c 83 additions, 59 deletionssource/blender/python/api2_2x/Types.c
- source/blender/python/api2_2x/Types.h 13 additions, 14 deletionssource/blender/python/api2_2x/Types.h
- source/blender/python/api2_2x/doc/Draw.py 9 additions, 0 deletionssource/blender/python/api2_2x/doc/Draw.py
- source/blender/python/api2_2x/matrix.c 1 addition, 1 deletionsource/blender/python/api2_2x/matrix.c
- source/blender/python/api2_2x/modules.h 2 additions, 0 deletionssource/blender/python/api2_2x/modules.h
Loading
Please register or sign in to comment