[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_menus.c BPY_menus.h BPY_extern.h BPY_interface.c Makefile.am SConscript blender/source/blender/src header_info.c header_script.c blender/source/creator creator.c

Willian Padovani Germano wgermano at ig.com.br
Wed Jan 14 22:36:11 CET 2004


ianwill (Willian Padovani Germano) 2004/01/14 22:36:11 CET

  Modified files:
    blender/source/blender/python BPY_extern.h BPY_interface.c 
                                  Makefile.am SConscript 
    blender/source/blender/src header_info.c header_script.c 
    blender/source/creator creator.c 
  Added files:
    blender/source/blender/python BPY_menus.c BPY_menus.h 
  
  Log:
  Scripts in menus:
  -- this finishes the heavier part (not counting tweaks and possible bugs) of
  letting scripts be accessed from Blender menus.  Will explain more in emails
  to bf and bpython lists, but just check
  source/blender/python/BPY_menus.[hc] and
  source/blender/src/header_info.c and header_script.c for details.
  
  Scripts need a small update (registering info, basically a header) to be used.
  Scripts dir (user pref file paths: Python) must be set.
  
  Revision  Changes    Path
  1.9       +2 -2      blender/source/blender/python/BPY_extern.h
  1.27      +153 -22   blender/source/blender/python/BPY_interface.c
  1.8       +4 -1      blender/source/blender/python/Makefile.am
  1.2       +1 -0      blender/source/blender/python/SConscript
  1.26      +34 -19    blender/source/blender/src/header_info.c
  1.2       +100 -5    blender/source/blender/src/header_script.c
  1.33      +4 -2      blender/source/creator/creator.c



More information about the Bf-blender-cvs mailing list