Skip to content
Snippets Groups Projects
  • Willian Padovani Germano's avatar
    0d9d16e6
    Scripts in menus: · 0d9d16e6
    Willian Padovani Germano authored
    -- 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.
    0d9d16e6
    History
    Scripts in menus:
    Willian Padovani Germano authored
    -- 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.