Blender Git Loki
Git Commits -> Revision f29b80f
Revision f29b80f by Campbell Barton (master) March 15, 2019, 06:05 (GMT) |
Tool System: add tool registration API This mimics RNA style class registration, keeping the same internal data types. Currently there is a template which shows an example of adding a tool group with a keymap. Icon generation still needs to be exposed for general use. |
Commit Details:
Full Hash: f29b80ff79ec7c6a2532d0b0eb5841d00cc7af1b
Parent Commit: d4156b4
Lines Changed: +271, -0
1 Added Path:
/release/scripts/templates_py/ui_tool_simple.py (+65, -0) (View)
1 Modified Path:
/release/scripts/modules/bpy/utils/__init__.py (+206, -0) (Diff)