Blender Git Loki
Git Commits -> Revision 108475d
Revision 108475d by Campbell Barton (master) October 18, 2018, 06:13 (GMT) |
PyAPI: Support for custom tool registration Added a module bpy.utils.toolsystem which only exposes ToolDef, to avoid scripts referencing bl_ui internals. |
Commit Details:
Full Hash: 108475dc019d0b7f7c1f20acdd528832edc88901
Parent Commit: 321c823
Lines Changed: +101, -2
2 Added Paths:
/release/scripts/modules/bpy/utils/toolsystem.py (+23, -0) (View)
/release/scripts/templates_py/ui_tool_simple.py (+35, -0) (View)
/release/scripts/templates_py/ui_tool_simple.py (+35, -0) (View)