Changeset View
Changeset View
Standalone View
Standalone View
mesh_extra_tools/mesh_help.py
| Context not available. | |||||
| # Note: this script contains the Help Operator used by the various functions | # Note: this script contains the Help Operator used by the various functions | ||||
| # Usage: add a key string to the dictionary in this file with the list of strings to pass to labels | # Usage: add a key string to the dictionary in this file with the list of strings to pass to labels | ||||
| # and call the operator from the add-on UI draw function by passing the help_ids parameter | # and call the operator from the add-on UI draw function by passing the help_ids parameter | ||||
| # If the size of the pop-up if needed, define popup_size in the call by using varibles | # If the size of the pop-up if needed, define popup_size in the call by using variables | ||||
| # Example (with using the variable props): | # Example (with using the variable props): | ||||
| # props = layout.row("mesh.extra_tools_help") | # props = layout.row("mesh.extra_tools_help") | ||||
| # props.help_ids = "default" | # props.help_ids = "default" | ||||
| Context not available. | |||||