fake-bpy-module 20250604__py3-none-any.whl → 20250606__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ def preset_add(
11
11
  name: str = "",
12
12
  remove_name: bool | None = False,
13
13
  remove_active: bool | None = False,
14
- ):
14
+ ) -> None:
15
15
  """Add or remove a Cloth Preset
16
16
 
17
17
  :type execution_context: int | str | None
@@ -9,7 +9,7 @@ def create(
9
9
  /,
10
10
  *,
11
11
  name: str = "Collection",
12
- ):
12
+ ) -> None:
13
13
  """Create an object collection from selected objects
14
14
 
15
15
  :type execution_context: int | str | None
@@ -18,7 +18,9 @@ def create(
18
18
  :type name: str
19
19
  """
20
20
 
21
- def export_all(execution_context: int | str | None = None, undo: bool | None = None):
21
+ def export_all(
22
+ execution_context: int | str | None = None, undo: bool | None = None
23
+ ) -> None:
22
24
  """Invoke all configured exporters on this collection
23
25
 
24
26
  :type execution_context: int | str | None
@@ -31,7 +33,7 @@ def exporter_add(
31
33
  /,
32
34
  *,
33
35
  name: str = "",
34
- ):
36
+ ) -> None:
35
37
  """Add Exporter
36
38
 
37
39
  :type execution_context: int | str | None
@@ -46,7 +48,7 @@ def exporter_export(
46
48
  /,
47
49
  *,
48
50
  index: int | None = 0,
49
- ):
51
+ ) -> None:
50
52
  """Invoke the export operation
51
53
 
52
54
  :type execution_context: int | str | None
@@ -61,7 +63,7 @@ def exporter_remove(
61
63
  /,
62
64
  *,
63
65
  index: int | None = 0,
64
- ):
66
+ ) -> None:
65
67
  """Remove Exporter
66
68
 
67
69
  :type execution_context: int | str | None
@@ -76,7 +78,7 @@ def objects_add_active(
76
78
  /,
77
79
  *,
78
80
  collection: str | None = "",
79
- ):
81
+ ) -> None:
80
82
  """Add selected objects to one of the collections the active-object is part of. Optionally add to "All Collections" to ensure selected objects are included in the same collections as the active object
81
83
 
82
84
  :type execution_context: int | str | None
@@ -91,7 +93,7 @@ def objects_remove(
91
93
  /,
92
94
  *,
93
95
  collection: str | None = "",
94
- ):
96
+ ) -> None:
95
97
  """Remove selected objects from a collection
96
98
 
97
99
  :type execution_context: int | str | None
@@ -106,7 +108,7 @@ def objects_remove_active(
106
108
  /,
107
109
  *,
108
110
  collection: str | None = "",
109
- ):
111
+ ) -> None:
110
112
  """Remove the object from an object collection that contains the active object
111
113
 
112
114
  :type execution_context: int | str | None
@@ -117,7 +119,7 @@ def objects_remove_active(
117
119
 
118
120
  def objects_remove_all(
119
121
  execution_context: int | str | None = None, undo: bool | None = None
120
- ):
122
+ ) -> None:
121
123
  """Remove selected objects from all collections
122
124
 
123
125
  :type execution_context: int | str | None
@@ -3,14 +3,18 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def autocomplete(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def autocomplete(
7
+ execution_context: int | str | None = None, undo: bool | None = None
8
+ ) -> None:
7
9
  """Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
8
10
 
9
11
  :type execution_context: int | str | None
10
12
  :type undo: bool | None
11
13
  """
12
14
 
13
- def banner(execution_context: int | str | None = None, undo: bool | None = None):
15
+ def banner(
16
+ execution_context: int | str | None = None, undo: bool | None = None
17
+ ) -> None:
14
18
  """Print a message when the terminal initializes
15
19
 
16
20
  :type execution_context: int | str | None
@@ -24,7 +28,7 @@ def clear(
24
28
  *,
25
29
  scrollback: bool | None = True,
26
30
  history: bool | None = False,
27
- ):
31
+ ) -> None:
28
32
  """Clear text by type
29
33
 
30
34
  :type execution_context: int | str | None
@@ -35,7 +39,9 @@ def clear(
35
39
  :type history: bool | None
36
40
  """
37
41
 
38
- def clear_line(execution_context: int | str | None = None, undo: bool | None = None):
42
+ def clear_line(
43
+ execution_context: int | str | None = None, undo: bool | None = None
44
+ ) -> None:
39
45
  """Clear the line and store in history
40
46
 
41
47
  :type execution_context: int | str | None
@@ -48,7 +54,7 @@ def copy(
48
54
  /,
49
55
  *,
50
56
  delete: bool | None = False,
51
- ):
57
+ ) -> None:
52
58
  """Copy selected text to clipboard
53
59
 
54
60
  :type execution_context: int | str | None
@@ -59,7 +65,7 @@ def copy(
59
65
 
60
66
  def copy_as_script(
61
67
  execution_context: int | str | None = None, undo: bool | None = None
62
- ):
68
+ ) -> None:
63
69
  """Copy the console contents for use in a script
64
70
 
65
71
  :type execution_context: int | str | None
@@ -75,7 +81,7 @@ def delete(
75
81
  "NEXT_CHARACTER", "PREVIOUS_CHARACTER", "NEXT_WORD", "PREVIOUS_WORD"
76
82
  ]
77
83
  | None = "NEXT_CHARACTER",
78
- ):
84
+ ) -> None:
79
85
  """Delete text by cursor position
80
86
 
81
87
  :type execution_context: int | str | None
@@ -90,7 +96,7 @@ def execute(
90
96
  /,
91
97
  *,
92
98
  interactive: bool | None = False,
93
- ):
99
+ ) -> None:
94
100
  """Execute the current console line as a Python expression
95
101
 
96
102
  :type execution_context: int | str | None
@@ -107,7 +113,7 @@ def history_append(
107
113
  text: str = "",
108
114
  current_character: int | None = 0,
109
115
  remove_duplicates: bool | None = False,
110
- ):
116
+ ) -> None:
111
117
  """Append history at cursor position
112
118
 
113
119
  :type execution_context: int | str | None
@@ -126,7 +132,7 @@ def history_cycle(
126
132
  /,
127
133
  *,
128
134
  reverse: bool | None = False,
129
- ):
135
+ ) -> None:
130
136
  """Cycle through history
131
137
 
132
138
  :type execution_context: int | str | None
@@ -135,7 +141,9 @@ def history_cycle(
135
141
  :type reverse: bool | None
136
142
  """
137
143
 
138
- def indent(execution_context: int | str | None = None, undo: bool | None = None):
144
+ def indent(
145
+ execution_context: int | str | None = None, undo: bool | None = None
146
+ ) -> None:
139
147
  """Add 4 spaces at line beginning
140
148
 
141
149
  :type execution_context: int | str | None
@@ -144,7 +152,7 @@ def indent(execution_context: int | str | None = None, undo: bool | None = None)
144
152
 
145
153
  def indent_or_autocomplete(
146
154
  execution_context: int | str | None = None, undo: bool | None = None
147
- ):
155
+ ) -> None:
148
156
  """Indent selected text or autocomplete
149
157
 
150
158
  :type execution_context: int | str | None
@@ -157,7 +165,7 @@ def insert(
157
165
  /,
158
166
  *,
159
167
  text: str = "",
160
- ):
168
+ ) -> None:
161
169
  """Insert text at cursor position
162
170
 
163
171
  :type execution_context: int | str | None
@@ -172,7 +180,7 @@ def language(
172
180
  /,
173
181
  *,
174
182
  language: str = "",
175
- ):
183
+ ) -> None:
176
184
  """Set the current language for this console
177
185
 
178
186
  :type execution_context: int | str | None
@@ -196,7 +204,7 @@ def move(
196
204
  ]
197
205
  | None = "LINE_BEGIN",
198
206
  select: bool | None = False,
199
- ):
207
+ ) -> None:
200
208
  """Move cursor position
201
209
 
202
210
  :type execution_context: int | str | None
@@ -213,7 +221,7 @@ def paste(
213
221
  /,
214
222
  *,
215
223
  selection: bool | None = False,
216
- ):
224
+ ) -> None:
217
225
  """Paste text from clipboard
218
226
 
219
227
  :type execution_context: int | str | None
@@ -229,7 +237,7 @@ def scrollback_append(
229
237
  *,
230
238
  text: str = "",
231
239
  type: typing.Literal["OUTPUT", "INPUT", "INFO", "ERROR"] | None = "OUTPUT",
232
- ):
240
+ ) -> None:
233
241
  """Append scrollback text by type
234
242
 
235
243
  :type execution_context: int | str | None
@@ -240,28 +248,36 @@ def scrollback_append(
240
248
  :type type: typing.Literal['OUTPUT','INPUT','INFO','ERROR'] | None
241
249
  """
242
250
 
243
- def select_all(execution_context: int | str | None = None, undo: bool | None = None):
251
+ def select_all(
252
+ execution_context: int | str | None = None, undo: bool | None = None
253
+ ) -> None:
244
254
  """Select all the text
245
255
 
246
256
  :type execution_context: int | str | None
247
257
  :type undo: bool | None
248
258
  """
249
259
 
250
- def select_set(execution_context: int | str | None = None, undo: bool | None = None):
260
+ def select_set(
261
+ execution_context: int | str | None = None, undo: bool | None = None
262
+ ) -> None:
251
263
  """Set the console selection
252
264
 
253
265
  :type execution_context: int | str | None
254
266
  :type undo: bool | None
255
267
  """
256
268
 
257
- def select_word(execution_context: int | str | None = None, undo: bool | None = None):
269
+ def select_word(
270
+ execution_context: int | str | None = None, undo: bool | None = None
271
+ ) -> None:
258
272
  """Select word at cursor position
259
273
 
260
274
  :type execution_context: int | str | None
261
275
  :type undo: bool | None
262
276
  """
263
277
 
264
- def unindent(execution_context: int | str | None = None, undo: bool | None = None):
278
+ def unindent(
279
+ execution_context: int | str | None = None, undo: bool | None = None
280
+ ) -> None:
265
281
  """Delete 4 spaces from line beginning
266
282
 
267
283
  :type execution_context: int | str | None
@@ -3,7 +3,9 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def add_target(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def add_target(
7
+ execution_context: int | str | None = None, undo: bool | None = None
8
+ ) -> None:
7
9
  """Add a target to the constraint
8
10
 
9
11
  :type execution_context: int | str | None
@@ -18,7 +20,7 @@ def apply(
18
20
  constraint: str = "",
19
21
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
20
22
  report: bool | None = False,
21
- ):
23
+ ) -> None:
22
24
  """Apply constraint and remove from the stack
23
25
 
24
26
  :type execution_context: int | str | None
@@ -44,7 +46,7 @@ def childof_clear_inverse(
44
46
  *,
45
47
  constraint: str = "",
46
48
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
47
- ):
49
+ ) -> None:
48
50
  """Clear inverse correction for Child Of constraint
49
51
 
50
52
  :type execution_context: int | str | None
@@ -68,7 +70,7 @@ def childof_set_inverse(
68
70
  *,
69
71
  constraint: str = "",
70
72
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
71
- ):
73
+ ) -> None:
72
74
  """Set inverse correction for Child Of constraint
73
75
 
74
76
  :type execution_context: int | str | None
@@ -93,7 +95,7 @@ def copy(
93
95
  constraint: str = "",
94
96
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
95
97
  report: bool | None = False,
96
- ):
98
+ ) -> None:
97
99
  """Duplicate constraint at the same position in the stack
98
100
 
99
101
  :type execution_context: int | str | None
@@ -119,7 +121,7 @@ def copy_to_selected(
119
121
  *,
120
122
  constraint: str = "",
121
123
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
122
- ):
124
+ ) -> None:
123
125
  """Copy constraint to other selected objects/bones
124
126
 
125
127
  :type execution_context: int | str | None
@@ -144,7 +146,7 @@ def delete(
144
146
  constraint: str = "",
145
147
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
146
148
  report: bool | None = False,
147
- ):
149
+ ) -> None:
148
150
  """Remove constraint from constraint stack
149
151
 
150
152
  :type execution_context: int | str | None
@@ -165,7 +167,7 @@ def delete(
165
167
 
166
168
  def disable_keep_transform(
167
169
  execution_context: int | str | None = None, undo: bool | None = None
168
- ):
170
+ ) -> None:
169
171
  """Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
170
172
 
171
173
  :type execution_context: int | str | None
@@ -181,7 +183,7 @@ def followpath_path_animate(
181
183
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
182
184
  frame_start: int | None = 1,
183
185
  length: int | None = 100,
184
- ):
186
+ ) -> None:
185
187
  """Add default animation for path used by constraint if it isn't animated already
186
188
 
187
189
  :type execution_context: int | str | None
@@ -209,7 +211,7 @@ def limitdistance_reset(
209
211
  *,
210
212
  constraint: str = "",
211
213
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
212
- ):
214
+ ) -> None:
213
215
  """Reset limiting distance for Limit Distance Constraint
214
216
 
215
217
  :type execution_context: int | str | None
@@ -233,7 +235,7 @@ def move_down(
233
235
  *,
234
236
  constraint: str = "",
235
237
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
236
- ):
238
+ ) -> None:
237
239
  """Move constraint down in constraint stack
238
240
 
239
241
  :type execution_context: int | str | None
@@ -258,7 +260,7 @@ def move_to_index(
258
260
  constraint: str = "",
259
261
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
260
262
  index: int | None = 0,
261
- ):
263
+ ) -> None:
262
264
  """Change the constraint's position in the list so it evaluates after the set number of others
263
265
 
264
266
  :type execution_context: int | str | None
@@ -284,7 +286,7 @@ def move_up(
284
286
  *,
285
287
  constraint: str = "",
286
288
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
287
- ):
289
+ ) -> None:
288
290
  """Move constraint up in constraint stack
289
291
 
290
292
  :type execution_context: int | str | None
@@ -303,7 +305,7 @@ def move_up(
303
305
 
304
306
  def normalize_target_weights(
305
307
  execution_context: int | str | None = None, undo: bool | None = None
306
- ):
308
+ ) -> None:
307
309
  """Normalize weights of all target bones
308
310
 
309
311
  :type execution_context: int | str | None
@@ -317,7 +319,7 @@ def objectsolver_clear_inverse(
317
319
  *,
318
320
  constraint: str = "",
319
321
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
320
- ):
322
+ ) -> None:
321
323
  """Clear inverse correction for Object Solver constraint
322
324
 
323
325
  :type execution_context: int | str | None
@@ -341,7 +343,7 @@ def objectsolver_set_inverse(
341
343
  *,
342
344
  constraint: str = "",
343
345
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
344
- ):
346
+ ) -> None:
345
347
  """Set inverse correction for Object Solver constraint
346
348
 
347
349
  :type execution_context: int | str | None
@@ -364,7 +366,7 @@ def remove_target(
364
366
  /,
365
367
  *,
366
368
  index: int | None = 0,
367
- ):
369
+ ) -> None:
368
370
  """Remove the target from the constraint
369
371
 
370
372
  :type execution_context: int | str | None
@@ -380,7 +382,7 @@ def stretchto_reset(
380
382
  *,
381
383
  constraint: str = "",
382
384
  owner: typing.Literal["OBJECT", "BONE"] | None = "OBJECT",
383
- ):
385
+ ) -> None:
384
386
  """Reset original length of bone for Stretch To Constraint
385
387
 
386
388
  :type execution_context: int | str | None