Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
| Context not available. | |||||
| idname=idname_prefix + name, | idname=idname_prefix + name, | ||||
| label=name, | label=name, | ||||
| icon=icon_prefix + idname.lower(), | icon=icon_prefix + idname.lower(), | ||||
| cursor='PAINT_CROSSHAIR', | |||||
| data_block=idname, | data_block=idname, | ||||
| **tooldef_keywords, | **tooldef_keywords, | ||||
| ) | ) | ||||
| Context not available. | |||||