Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_toolsystem_common.py
| Context not available. | |||||
| # so internally we can swap the keymap function for the keymap it's self. | # so internally we can swap the keymap function for the keymap it's self. | ||||
| # This isn't very nice and may change, tool definitions shouldn't care about this. | # This isn't very nice and may change, tool definitions shouldn't care about this. | ||||
| "keymap", | "keymap", | ||||
| # Optional data-block assosiated with this tool. | # Optional data-block associated with this tool. | ||||
| # (Typically brush name, usage depends on mode, we could use for non-brush ID's in other modes). | # (Typically brush name, usage depends on mode, we could use for non-brush ID's in other modes). | ||||
| "data_block", | "data_block", | ||||
| # Optional primary operator (for introspection only). | # Optional primary operator (for introspection only). | ||||
| Context not available. | |||||
| # ------------------------------------------------------------------------- | # ------------------------------------------------------------------------- | ||||
| # Layout Generators | # Layout Generators | ||||
| # | # | ||||
| # Meaning of recieved values: | # Meaning of received values: | ||||
| # - Bool: True for a separator, otherwise False for regular tools. | # - Bool: True for a separator, otherwise False for regular tools. | ||||
| # - None: Signal to finish (complete any final operations, e.g. add padding). | # - None: Signal to finish (complete any final operations, e.g. add padding). | ||||
| Context not available. | |||||