Changeset View
Changeset View
Standalone View
Standalone View
manual/advanced/scripting/addon_tutorial.rst
| Context not available. | |||||
| There are many arguments you can pass to properties to set limits, | There are many arguments you can pass to properties to set limits, | ||||
| change the default and display a tooltip. | change the default and display a tooltip. | ||||
| .. seealso:: :mod:`blender_api:bpy.props.IntProperty` | .. seealso:: :mod:`blender_api:bpy.props` | ||||
| This document doesn't go into details about using other property types. | This document doesn't go into details about using other property types. | ||||
| However, the link above includes examples of more advanced property usage. | However, the link above includes examples of more advanced property usage. | ||||
| Context not available. | |||||
| For API documentation on the functions listed above, see: | For API documentation on the functions listed above, see: | ||||
| - :class:`blender_api:bpy.types.KeyMaps.new`, | - :class:`blender_api:bpy.types.KeyMaps`, | ||||
| - :class:`blender_api:bpy.types.KeyMap`, | - :class:`blender_api:bpy.types.KeyMap`, | ||||
| - :class:`blender_api:bpy.types.KeyMapItems.new`, | - :class:`blender_api:bpy.types.KeyMapItems`, | ||||
| - :class:`blender_api:bpy.types.KeyMapItem`. | - :class:`blender_api:bpy.types.KeyMapItem`. | ||||
| Context not available. | |||||