blender/scripts/templates_py
Campbell Barton be0c9174aa Cleanup: argument wrapping for Python scripts
- Wrap the closing parenthesis onto it's own line
  which makes assignments to the return value
  read better.
- Reduce right-shift with multi-line function calls.
2025-01-14 12:53:32 +11:00
..
addon_add_object.py Cleanup: argument wrapping for Python scripts 2025-01-14 12:53:32 +11:00
background_job.py Cleanup: single/double quote use in scripts 2024-10-16 14:45:08 +11:00
batch_export.py
bmesh_simple.py
bmesh_simple_editmode.py
builtin_keyingset.py
custom_nodes.py Nodes: update menu integration in the custom nodes Python template 2024-12-17 15:59:06 +01:00
driver_functions.py
external_script_stub.py Cleanup: double quotes for strings, replace f-string with str.format 2024-10-02 15:46:11 +10:00
gizmo_custom_geometry.py Cleanup: single/double quote use in scripts 2024-10-16 14:45:08 +11:00
gizmo_operator.py
gizmo_operator_target.py
gizmo_simple.py Cleanup: single/double quote use in scripts 2024-10-16 14:45:08 +11:00
image_processing.py
operator_file_export.py Cleanup: double quotes for strings, replace f-string with str.format 2024-10-02 15:46:11 +10:00
operator_file_import.py Cleanup: double quotes for strings, replace f-string with str.format 2024-10-02 15:46:11 +10:00
operator_mesh_add.py
operator_mesh_uv.py
operator_modal.py
operator_modal_draw.py
operator_modal_timer.py
operator_modal_view3d.py
operator_modal_view3d_raycast.py
operator_node.py
operator_simple.py
ui_asset_shelf.py
ui_list.py
ui_list_generic.py
ui_list_simple.py Cleanup: argument wrapping for Python scripts 2025-01-14 12:53:32 +11:00
ui_menu.py
ui_menu_simple.py
ui_panel.py
ui_panel_simple.py
ui_pie_menu.py
ui_previews_custom_icon.py Cleanup: double quotes for strings, replace f-string with str.format 2024-10-02 15:46:11 +10:00
ui_previews_dynamic_enum.py
ui_tool_simple.py