Blender Git Loki
Git Commits -> Revision 7f6b88e
Revision 7f6b88e by Willian Padovani Germano (master) May 22, 2004, 20:25 (GMT) |
BPython: - updated docs with recently added functions - dynamic menu entries now are sorted (alphabetically, of course) - added new menu categories for scripts: Wizards, Modifiers, Generators, Materials, Animation: only added to list of options, didn't mess with any Blender header. They are already available from the "Scripts" menu in the scripts win, but not elsewhere. - added option 'datadir' to Blender.Get(option): so scripts can use .blender/bpydata for reading / writing their data files. |
Commit Details:
Full Hash: 7f6b88e3896c1b031ce955a7b52be8d0b8401519
SVN Revision: 2580
Parent Commit: 4551490
Lines Changed: +330, -202
10 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+10, -0) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+25, -5) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+64, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Text.c (+146, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+0, -148) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+33, -1) (Diff)
/source/blender/python/BPY_menus.c (+42, -41) (Diff)
/source/blender/python/BPY_menus.h (+8, -4) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+25, -5) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+64, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -2) (Diff)
/source/blender/python/api2_2x/Text.c (+146, -1) (Diff)
/source/blender/python/api2_2x/Text.h (+0, -148) (Diff)
/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+33, -1) (Diff)
/source/blender/python/BPY_menus.c (+42, -41) (Diff)
/source/blender/python/BPY_menus.h (+8, -4) (Diff)