-
- Downloads
Interface:
- added submenu "Scripts" in both View3D->Object and Mesh menus. Put them on top (it's better to follow some guideline, so users don't have to search for "Scripts" submenu in a different position in each menu), feel free to change. - added button 'previous win' to SpaceScript, makes accessing buttons win, for example, much faster. Maybe all spaces could have this button. BPython: - added Window.EditMode(), to check, enter and leave edit mode. Scripts that change mesh data need this to leave edit mode before making changes to the active (G.obedit) mesh, of course. - updated script bevel_center to use the above function and also popup an error msg if the active obj is not a mesh. - doc updates, minor fixes. Forgot to mention in my previous commit that I also updated the "-P" command-line option (for running script files) to be able to run already loaded Blender Texts, too. So, if you have a script called 'Text' in foo.blend, you can run it with blender foo.blend -P Text .
Showing
- release/scripts/bevel_center.py 7 additions, 1 deletionrelease/scripts/bevel_center.py
- release/scripts/disp_paint233f.py 1 addition, 1 deletionrelease/scripts/disp_paint233f.py
- release/scripts/unweld044.py 1 addition, 1 deletionrelease/scripts/unweld044.py
- source/blender/include/blendef.h 1 addition, 1 deletionsource/blender/include/blendef.h
- source/blender/python/BPY_extern.h 1 addition, 0 deletionssource/blender/python/BPY_extern.h
- source/blender/python/BPY_interface.c 0 additions, 9 deletionssource/blender/python/BPY_interface.c
- source/blender/python/api2_2x/Window.c 30 additions, 0 deletionssource/blender/python/api2_2x/Window.c
- source/blender/python/api2_2x/doc/Blender.py 1 addition, 1 deletionsource/blender/python/api2_2x/doc/Blender.py
- source/blender/src/header_image.c 1 addition, 1 deletionsource/blender/src/header_image.c
- source/blender/src/header_info.c 0 additions, 4 deletionssource/blender/src/header_info.c
- source/blender/src/header_script.c 16 additions, 16 deletionssource/blender/src/header_script.c
- source/blender/src/header_view3d.c 67 additions, 0 deletionssource/blender/src/header_view3d.c
Loading
Please register or sign in to comment