blender/doc/python_api/examples
Campbell Barton 9372e0dfe0 CLI: support defining custom commands via C++ & Python API
Add support for add-ons to define commands using the new argument
`-c` or `--command`.

Commands behave as follows:

- Passing in a command enables background mode without the need to pass
  in `--background`.
- All arguments following the command are passed to the command
  (without the need to use the `--` argument).
- Add-ons can define their own commands via
  `bpy.utils.register_cli_command` (see examples in API docs).
- Passing in `--command help` lists all available commands.

Ref !119115
2024-03-08 11:10:13 +11:00
..
aud.py
blf.py
bmesh.ops.1.py
bpy.app.driver_namespace.py
bpy.app.handlers.1.py
bpy.app.handlers.2.py
bpy.app.handlers.py
bpy.app.timers.1.py
bpy.app.timers.2.py
bpy.app.timers.3.py
bpy.app.timers.4.py
bpy.app.timers.5.py
bpy.app.translations.py Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00
bpy.context.property.py PyAPI: support returning non ID types when accessing Context.property 2024-01-10 23:43:29 +11:00
bpy.data.py
bpy.msgbus.1.py
bpy.msgbus.2.py
bpy.msgbus.3.py
bpy.ops.1.py
bpy.ops.2.py
bpy.ops.3.py
bpy.ops.py
bpy.props.1.py
bpy.props.2.py
bpy.props.3.py
bpy.props.4.py
bpy.props.5.py
bpy.props.py
bpy.types.AddonPreferences.1.py
bpy.types.BlendDataLibraries.load.py
bpy.types.BlendDataLibraries.write.py
bpy.types.Bone.convert_local_to_pose.py
bpy.types.bpy_prop_collection.foreach_get.py
bpy.types.bpy_prop_collection.foreach_set.py
bpy.types.bpy_struct.is_property_set.py
bpy.types.bpy_struct.keyframe_insert.1.py
bpy.types.bpy_struct.keyframe_insert.py
bpy.types.Context.temp_override.1.py
bpy.types.Context.temp_override.2.py
bpy.types.Context.temp_override.3.py
bpy.types.Depsgraph.1.py
bpy.types.Depsgraph.2.py
bpy.types.Depsgraph.3.py
bpy.types.Depsgraph.4.py UI: fix and improve a few messages 2024-02-05 17:08:17 +01:00
bpy.types.Depsgraph.5.py UI: fix and improve a few messages 2024-02-05 17:08:17 +01:00
bpy.types.Depsgraph.6.py
bpy.types.Depsgraph.7.py UI: fix and improve a few messages 2024-02-05 17:08:17 +01:00
bpy.types.FileHandler.1.py
bpy.types.FileHandler.2.py
bpy.types.HydraRenderEngine.py
bpy.types.ID.user_clear.1.py
bpy.types.Image.py
bpy.types.Menu.1.py
bpy.types.Menu.2.py
bpy.types.Menu.3.py
bpy.types.Menu.4.py
bpy.types.Menu.py
bpy.types.Mesh.py
bpy.types.NodeTree.py
bpy.types.Object.py
bpy.types.Operator.1.py
bpy.types.Operator.2.py
bpy.types.Operator.3.py
bpy.types.Operator.4.py
bpy.types.Operator.5.py
bpy.types.Operator.6.py
bpy.types.Operator.py
bpy.types.Panel.1.py
bpy.types.Panel.2.py
bpy.types.Panel.py
bpy.types.PoseBone.bbone_segment_matrix.py
bpy.types.PropertyGroup.py
bpy.types.RenderEngine.py
bpy.types.UIList.1.py
bpy.types.UIList.2.py
bpy.types.USDHook.py Fix: USD hooks leak 2024-02-16 01:53:33 +01:00
bpy.types.WindowManager.popup_menu.py
bpy.utils.register_cli_command.1.py CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00
bpy.utils.register_cli_command.py CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00
gpu.1.py
gpu.2.py
gpu.3.py
gpu.4.py
gpu.5.py
gpu.6.py
gpu.7.py
gpu.8.py
gpu.9.py
gpu.10.py
gpu.11.py
mathutils.Color.py
mathutils.Euler.py
mathutils.kdtree.py
mathutils.Matrix.LocRotScale.py
mathutils.Matrix.py
mathutils.py
mathutils.Quaternion.py
mathutils.Vector.py