-
- Downloads
BPython - first step for better integration of Python in Blender:
- add a new space: Space Script - add a new dna struct: Script - add these two properly everywhere they are meant to It's not a tiny commit, but most of it is ground work for what is still to be done. Right now the benefits should be: freeing the Text Editor to be used in a window even while a script w/ gui in "on" and letting more than one currently running script w/ gui be accessible from each window Some files are added, so some build systems (not autotools) will need updates
Showing
- source/blender/blenkernel/BKE_main.h 1 addition, 0 deletionssource/blender/blenkernel/BKE_main.h
- source/blender/blenkernel/BKE_script.h 49 additions, 0 deletionssource/blender/blenkernel/BKE_script.h
- source/blender/blenkernel/intern/library.c 15 additions, 4 deletionssource/blender/blenkernel/intern/library.c
- source/blender/blenkernel/intern/script.c 70 additions, 0 deletionssource/blender/blenkernel/intern/script.c
- source/blender/blenkernel/intern/text.c 1 addition, 0 deletionssource/blender/blenkernel/intern/text.c
- source/blender/blenloader/intern/readfile.c 6 additions, 5 deletionssource/blender/blenloader/intern/readfile.c
- source/blender/blenloader/intern/writefile.c 3 additions, 0 deletionssource/blender/blenloader/intern/writefile.c
- source/blender/include/BIF_drawscript.h 45 additions, 0 deletionssource/blender/include/BIF_drawscript.h
- source/blender/include/BSE_headerbuttons.h 3 additions, 1 deletionsource/blender/include/BSE_headerbuttons.h
- source/blender/include/blendef.h 3 additions, 0 deletionssource/blender/include/blendef.h
- source/blender/include/mydevice.h 1 addition, 0 deletionssource/blender/include/mydevice.h
- source/blender/makesdna/DNA_ID.h 1 addition, 0 deletionssource/blender/makesdna/DNA_ID.h
- source/blender/makesdna/DNA_screen_types.h 2 additions, 1 deletionsource/blender/makesdna/DNA_screen_types.h
- source/blender/makesdna/DNA_script_types.h 69 additions, 0 deletionssource/blender/makesdna/DNA_script_types.h
- source/blender/makesdna/DNA_space_types.h 13 additions, 5 deletionssource/blender/makesdna/DNA_space_types.h
- source/blender/python/BPY_extern.h 8 additions, 4 deletionssource/blender/python/BPY_extern.h
- source/blender/python/BPY_interface.c 65 additions, 68 deletionssource/blender/python/BPY_interface.c
- source/blender/python/api2_2x/Draw.c 670 additions, 628 deletionssource/blender/python/api2_2x/Draw.c
- source/blender/python/api2_2x/Draw.h 10 additions, 8 deletionssource/blender/python/api2_2x/Draw.h
- source/blender/python/api2_2x/EXPP_interface.c 45 additions, 0 deletionssource/blender/python/api2_2x/EXPP_interface.c
Loading
Please register or sign in to comment