fake-bpy-module 20250603__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 +5 -5
  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 +1220 -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-20250603.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-20250603.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ import mathutils
8
8
 
9
9
  def add_simple_uvs(
10
10
  execution_context: int | str | None = None, undo: bool | None = None
11
- ):
11
+ ) -> None:
12
12
  """Add cube map UVs on mesh
13
13
 
14
14
  :type execution_context: int | str | None
@@ -42,7 +42,7 @@ def add_texture_paint_slot(
42
42
  domain: bpy.stub_internal.rna_enums.ColorAttributeDomainItems | None = "POINT",
43
43
  data_type: bpy.stub_internal.rna_enums.ColorAttributeTypeItems
44
44
  | None = "FLOAT_COLOR",
45
- ):
45
+ ) -> None:
46
46
  """Add a paint slot
47
47
 
48
48
  :type execution_context: int | str | None
@@ -73,7 +73,7 @@ def add_texture_paint_slot(
73
73
 
74
74
  def brush_colors_flip(
75
75
  execution_context: int | str | None = None, undo: bool | None = None
76
- ):
76
+ ) -> None:
77
77
  """Swap primary and secondary brush colors
78
78
 
79
79
  :type execution_context: int | str | None
@@ -86,7 +86,7 @@ def face_select_all(
86
86
  /,
87
87
  *,
88
88
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
89
- ):
89
+ ) -> None:
90
90
  """Change selection for all faces
91
91
 
92
92
  :type execution_context: int | str | None
@@ -113,7 +113,7 @@ def face_select_hide(
113
113
  /,
114
114
  *,
115
115
  unselected: bool | None = False,
116
- ):
116
+ ) -> None:
117
117
  """Hide selected faces
118
118
 
119
119
  :type execution_context: int | str | None
@@ -128,7 +128,7 @@ def face_select_less(
128
128
  /,
129
129
  *,
130
130
  face_step: bool | None = True,
131
- ):
131
+ ) -> None:
132
132
  """Deselect Faces connected to existing selection
133
133
 
134
134
  :type execution_context: int | str | None
@@ -139,7 +139,7 @@ def face_select_less(
139
139
 
140
140
  def face_select_linked(
141
141
  execution_context: int | str | None = None, undo: bool | None = None
142
- ):
142
+ ) -> None:
143
143
  """Select linked faces
144
144
 
145
145
  :type execution_context: int | str | None
@@ -152,7 +152,7 @@ def face_select_linked_pick(
152
152
  /,
153
153
  *,
154
154
  deselect: bool | None = False,
155
- ):
155
+ ) -> None:
156
156
  """Select linked faces under the cursor
157
157
 
158
158
  :type execution_context: int | str | None
@@ -168,7 +168,7 @@ def face_select_loop(
168
168
  *,
169
169
  select: bool | None = True,
170
170
  extend: bool | None = False,
171
- ):
171
+ ) -> None:
172
172
  """Select face loop under the cursor
173
173
 
174
174
  :type execution_context: int | str | None
@@ -185,7 +185,7 @@ def face_select_more(
185
185
  /,
186
186
  *,
187
187
  face_step: bool | None = True,
188
- ):
188
+ ) -> None:
189
189
  """Select Faces connected to existing selection
190
190
 
191
191
  :type execution_context: int | str | None
@@ -200,7 +200,7 @@ def face_vert_reveal(
200
200
  /,
201
201
  *,
202
202
  select: bool | None = True,
203
- ):
203
+ ) -> None:
204
204
  """Reveal hidden faces and vertices
205
205
 
206
206
  :type execution_context: int | str | None
@@ -215,7 +215,7 @@ def grab_clone(
215
215
  /,
216
216
  *,
217
217
  delta: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
218
- ):
218
+ ) -> None:
219
219
  """Move the clone source image
220
220
 
221
221
  :type execution_context: int | str | None
@@ -237,7 +237,7 @@ def hide_show(
237
237
  action: typing.Literal["HIDE", "SHOW"] | None = "HIDE",
238
238
  area: typing.Literal["OUTSIDE", "Inside"] | None = "Inside",
239
239
  use_front_faces_only: bool | None = False,
240
- ):
240
+ ) -> None:
241
241
  """Hide/show some vertices
242
242
 
243
243
  :type execution_context: int | str | None
@@ -278,7 +278,7 @@ def hide_show_all(
278
278
  /,
279
279
  *,
280
280
  action: typing.Literal["HIDE", "SHOW"] | None = "HIDE",
281
- ):
281
+ ) -> None:
282
282
  """Hide/show all vertices
283
283
 
284
284
  :type execution_context: int | str | None
@@ -305,7 +305,7 @@ def hide_show_lasso_gesture(
305
305
  action: typing.Literal["HIDE", "SHOW"] | None = "HIDE",
306
306
  area: typing.Literal["OUTSIDE", "Inside"] | None = "Inside",
307
307
  use_front_faces_only: bool | None = False,
308
- ):
308
+ ) -> None:
309
309
  """Hide/show some vertices
310
310
 
311
311
  :type execution_context: int | str | None
@@ -353,7 +353,7 @@ def hide_show_line_gesture(
353
353
  area: typing.Literal["OUTSIDE", "Inside"] | None = "Inside",
354
354
  use_front_faces_only: bool | None = False,
355
355
  use_limit_to_segment: bool | None = False,
356
- ):
356
+ ) -> None:
357
357
  """Hide/show some vertices
358
358
 
359
359
  :type execution_context: int | str | None
@@ -398,7 +398,7 @@ def hide_show_masked(
398
398
  /,
399
399
  *,
400
400
  action: typing.Literal["HIDE", "SHOW"] | None = "HIDE",
401
- ):
401
+ ) -> None:
402
402
  """Hide/show all masked vertices above a threshold
403
403
 
404
404
  :type execution_context: int | str | None
@@ -422,7 +422,7 @@ def hide_show_polyline_gesture(
422
422
  action: typing.Literal["HIDE", "SHOW"] | None = "HIDE",
423
423
  area: typing.Literal["OUTSIDE", "Inside"] | None = "Inside",
424
424
  use_front_faces_only: bool | None = False,
425
- ):
425
+ ) -> None:
426
426
  """Hide/show some vertices
427
427
 
428
428
  :type execution_context: int | str | None
@@ -455,7 +455,7 @@ def image_from_view(
455
455
  /,
456
456
  *,
457
457
  filepath: str = "",
458
- ):
458
+ ) -> None:
459
459
  """Make an image from biggest 3D view for reprojection
460
460
 
461
461
  :type execution_context: int | str | None
@@ -473,7 +473,7 @@ def image_paint(
473
473
  | None = None,
474
474
  mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
475
475
  pen_flip: bool | None = False,
476
- ):
476
+ ) -> None:
477
477
  """Paint a stroke into the image
478
478
 
479
479
  :type execution_context: int | str | None
@@ -511,7 +511,7 @@ def mask_box_gesture(
511
511
  use_front_faces_only: bool | None = False,
512
512
  mode: typing.Literal["VALUE", "VALUE_INVERSE", "INVERT"] | None = "VALUE",
513
513
  value: float | None = 1.0,
514
- ):
514
+ ) -> None:
515
515
  """Mask within a rectangle defined by the cursor
516
516
 
517
517
  :type execution_context: int | str | None
@@ -550,7 +550,7 @@ def mask_flood_fill(
550
550
  *,
551
551
  mode: typing.Literal["VALUE", "VALUE_INVERSE", "INVERT"] | None = "VALUE",
552
552
  value: float | None = 0.0,
553
- ):
553
+ ) -> None:
554
554
  """Fill the whole mask with a given value, or invert its values
555
555
 
556
556
  :type execution_context: int | str | None
@@ -582,7 +582,7 @@ def mask_lasso_gesture(
582
582
  use_front_faces_only: bool | None = False,
583
583
  mode: typing.Literal["VALUE", "VALUE_INVERSE", "INVERT"] | None = "VALUE",
584
584
  value: float | None = 1.0,
585
- ):
585
+ ) -> None:
586
586
  """Mask within a shape defined by the cursor
587
587
 
588
588
  :type execution_context: int | str | None
@@ -627,7 +627,7 @@ def mask_line_gesture(
627
627
  use_limit_to_segment: bool | None = False,
628
628
  mode: typing.Literal["VALUE", "VALUE_INVERSE", "INVERT"] | None = "VALUE",
629
629
  value: float | None = 1.0,
630
- ):
630
+ ) -> None:
631
631
  """Mask to one side of a line defined by the cursor
632
632
 
633
633
  :type execution_context: int | str | None
@@ -672,7 +672,7 @@ def mask_polyline_gesture(
672
672
  use_front_faces_only: bool | None = False,
673
673
  mode: typing.Literal["VALUE", "VALUE_INVERSE", "INVERT"] | None = "VALUE",
674
674
  value: float | None = 1.0,
675
- ):
675
+ ) -> None:
676
676
  """Mask within a shape defined by the cursor
677
677
 
678
678
  :type execution_context: int | str | None
@@ -702,7 +702,7 @@ def project_image(
702
702
  /,
703
703
  *,
704
704
  image: str | None = "",
705
- ):
705
+ ) -> None:
706
706
  """Project an edited render from the active camera back onto the object
707
707
 
708
708
  :type execution_context: int | str | None
@@ -719,7 +719,7 @@ def sample_color(
719
719
  location: collections.abc.Iterable[int] | None = (0, 0),
720
720
  merged: bool | None = False,
721
721
  palette: bool | None = False,
722
- ):
722
+ ) -> None:
723
723
  """Use the mouse to sample a color in the image
724
724
 
725
725
  :type execution_context: int | str | None
@@ -734,7 +734,7 @@ def sample_color(
734
734
 
735
735
  def texture_paint_toggle(
736
736
  execution_context: int | str | None = None, undo: bool | None = None
737
- ):
737
+ ) -> None:
738
738
  """Toggle texture paint mode in 3D view
739
739
 
740
740
  :type execution_context: int | str | None
@@ -747,7 +747,7 @@ def vert_select_all(
747
747
  /,
748
748
  *,
749
749
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
750
- ):
750
+ ) -> None:
751
751
  """Change selection for all vertices
752
752
 
753
753
  :type execution_context: int | str | None
@@ -774,7 +774,7 @@ def vert_select_hide(
774
774
  /,
775
775
  *,
776
776
  unselected: bool | None = False,
777
- ):
777
+ ) -> None:
778
778
  """Hide selected vertices
779
779
 
780
780
  :type execution_context: int | str | None
@@ -789,7 +789,7 @@ def vert_select_less(
789
789
  /,
790
790
  *,
791
791
  face_step: bool | None = True,
792
- ):
792
+ ) -> None:
793
793
  """Deselect Vertices connected to existing selection
794
794
 
795
795
  :type execution_context: int | str | None
@@ -800,7 +800,7 @@ def vert_select_less(
800
800
 
801
801
  def vert_select_linked(
802
802
  execution_context: int | str | None = None, undo: bool | None = None
803
- ):
803
+ ) -> None:
804
804
  """Select linked vertices
805
805
 
806
806
  :type execution_context: int | str | None
@@ -813,7 +813,7 @@ def vert_select_linked_pick(
813
813
  /,
814
814
  *,
815
815
  select: bool | None = True,
816
- ):
816
+ ) -> None:
817
817
  """Select linked vertices under the cursor
818
818
 
819
819
  :type execution_context: int | str | None
@@ -828,7 +828,7 @@ def vert_select_more(
828
828
  /,
829
829
  *,
830
830
  face_step: bool | None = True,
831
- ):
831
+ ) -> None:
832
832
  """Select Vertices connected to existing selection
833
833
 
834
834
  :type execution_context: int | str | None
@@ -843,7 +843,7 @@ def vert_select_ungrouped(
843
843
  /,
844
844
  *,
845
845
  extend: bool | None = False,
846
- ):
846
+ ) -> None:
847
847
  """Select vertices without a group
848
848
 
849
849
  :type execution_context: int | str | None
@@ -859,7 +859,7 @@ def vertex_color_brightness_contrast(
859
859
  *,
860
860
  brightness: float | None = 0.0,
861
861
  contrast: float | None = 0.0,
862
- ):
862
+ ) -> None:
863
863
  """Adjust vertex color brightness/contrast
864
864
 
865
865
  :type execution_context: int | str | None
@@ -881,7 +881,7 @@ def vertex_color_dirt(
881
881
  dirt_angle: float | None = 0.0,
882
882
  dirt_only: bool | None = False,
883
883
  normalize: bool | None = True,
884
- ):
884
+ ) -> None:
885
885
  """Generate a dirt map gradient based on cavity
886
886
 
887
887
  :type execution_context: int | str | None
@@ -902,7 +902,7 @@ def vertex_color_dirt(
902
902
 
903
903
  def vertex_color_from_weight(
904
904
  execution_context: int | str | None = None, undo: bool | None = None
905
- ):
905
+ ) -> None:
906
906
  """Convert active weight into gray scale vertex colors
907
907
 
908
908
  :type execution_context: int | str | None
@@ -917,7 +917,7 @@ def vertex_color_hsv(
917
917
  h: float | None = 0.5,
918
918
  s: float | None = 1.0,
919
919
  v: float | None = 1.0,
920
- ):
920
+ ) -> None:
921
921
  """Adjust vertex color Hue/Saturation/Value
922
922
 
923
923
  :type execution_context: int | str | None
@@ -932,7 +932,7 @@ def vertex_color_hsv(
932
932
 
933
933
  def vertex_color_invert(
934
934
  execution_context: int | str | None = None, undo: bool | None = None
935
- ):
935
+ ) -> None:
936
936
  """Invert RGB values
937
937
 
938
938
  :type execution_context: int | str | None
@@ -946,7 +946,7 @@ def vertex_color_levels(
946
946
  *,
947
947
  offset: float | None = 0.0,
948
948
  gain: float | None = 1.0,
949
- ):
949
+ ) -> None:
950
950
  """Adjust levels of vertex colors
951
951
 
952
952
  :type execution_context: int | str | None
@@ -963,7 +963,7 @@ def vertex_color_set(
963
963
  /,
964
964
  *,
965
965
  use_alpha: bool | None = True,
966
- ):
966
+ ) -> None:
967
967
  """Fill the active vertex color layer with the current paint color
968
968
 
969
969
  :type execution_context: int | str | None
@@ -974,7 +974,7 @@ def vertex_color_set(
974
974
 
975
975
  def vertex_color_smooth(
976
976
  execution_context: int | str | None = None, undo: bool | None = None
977
- ):
977
+ ) -> None:
978
978
  """Smooth colors across vertices
979
979
 
980
980
  :type execution_context: int | str | None
@@ -991,7 +991,7 @@ def vertex_paint(
991
991
  mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
992
992
  pen_flip: bool | None = False,
993
993
  override_location: bool | None = False,
994
- ):
994
+ ) -> None:
995
995
  """Paint a stroke in the active color attribute layer
996
996
 
997
997
  :type execution_context: int | str | None
@@ -1020,7 +1020,7 @@ def vertex_paint(
1020
1020
 
1021
1021
  def vertex_paint_toggle(
1022
1022
  execution_context: int | str | None = None, undo: bool | None = None
1023
- ):
1023
+ ) -> None:
1024
1024
  """Toggle the vertex paint mode in 3D view
1025
1025
 
1026
1026
  :type execution_context: int | str | None
@@ -1035,7 +1035,7 @@ def visibility_filter(
1035
1035
  action: typing.Literal["GROW", "SHRINK"] | None = "GROW",
1036
1036
  iterations: int | None = 1,
1037
1037
  auto_iteration_count: bool | None = True,
1038
- ):
1038
+ ) -> None:
1039
1039
  """Edit the visibility of the current mesh
1040
1040
 
1041
1041
  :type execution_context: int | str | None
@@ -1056,7 +1056,7 @@ def visibility_filter(
1056
1056
 
1057
1057
  def visibility_invert(
1058
1058
  execution_context: int | str | None = None, undo: bool | None = None
1059
- ):
1059
+ ) -> None:
1060
1060
  """Invert the visibility of all vertices
1061
1061
 
1062
1062
  :type execution_context: int | str | None
@@ -1069,7 +1069,7 @@ def weight_from_bones(
1069
1069
  /,
1070
1070
  *,
1071
1071
  type: typing.Literal["AUTOMATIC", "ENVELOPES"] | None = "AUTOMATIC",
1072
- ):
1072
+ ) -> None:
1073
1073
  """Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
1074
1074
 
1075
1075
  :type execution_context: int | str | None
@@ -1096,7 +1096,7 @@ def weight_gradient(
1096
1096
  yend: int | None = 0,
1097
1097
  flip: bool | None = False,
1098
1098
  cursor: int | None = 5,
1099
- ):
1099
+ ) -> None:
1100
1100
  """Draw a line to apply a weight gradient to selected vertices
1101
1101
 
1102
1102
  :type execution_context: int | str | None
@@ -1127,7 +1127,7 @@ def weight_paint(
1127
1127
  mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"] | None = "NORMAL",
1128
1128
  pen_flip: bool | None = False,
1129
1129
  override_location: bool | None = False,
1130
- ):
1130
+ ) -> None:
1131
1131
  """Paint a stroke in the current vertex group's weights
1132
1132
 
1133
1133
  :type execution_context: int | str | None
@@ -1156,14 +1156,16 @@ def weight_paint(
1156
1156
 
1157
1157
  def weight_paint_toggle(
1158
1158
  execution_context: int | str | None = None, undo: bool | None = None
1159
- ):
1159
+ ) -> None:
1160
1160
  """Toggle weight paint mode in 3D view
1161
1161
 
1162
1162
  :type execution_context: int | str | None
1163
1163
  :type undo: bool | None
1164
1164
  """
1165
1165
 
1166
- def weight_sample(execution_context: int | str | None = None, undo: bool | None = None):
1166
+ def weight_sample(
1167
+ execution_context: int | str | None = None, undo: bool | None = None
1168
+ ) -> None:
1167
1169
  """Use the mouse to sample a weight in the 3D view
1168
1170
 
1169
1171
  :type execution_context: int | str | None
@@ -1172,14 +1174,16 @@ def weight_sample(execution_context: int | str | None = None, undo: bool | None
1172
1174
 
1173
1175
  def weight_sample_group(
1174
1176
  execution_context: int | str | None = None, undo: bool | None = None
1175
- ):
1177
+ ) -> None:
1176
1178
  """Select one of the vertex groups available under current mouse position
1177
1179
 
1178
1180
  :type execution_context: int | str | None
1179
1181
  :type undo: bool | None
1180
1182
  """
1181
1183
 
1182
- def weight_set(execution_context: int | str | None = None, undo: bool | None = None):
1184
+ def weight_set(
1185
+ execution_context: int | str | None = None, undo: bool | None = None
1186
+ ) -> None:
1183
1187
  """Fill the active vertex group with the current paint weight
1184
1188
 
1185
1189
  :type execution_context: int | str | None
@@ -9,7 +9,7 @@ def add_point(
9
9
  /,
10
10
  *,
11
11
  location: collections.abc.Iterable[int] | None = (0, 0),
12
- ):
12
+ ) -> None:
13
13
  """Add New Paint Curve Point
14
14
 
15
15
  :type execution_context: int | str | None
@@ -25,7 +25,7 @@ def add_point_slide(
25
25
  *,
26
26
  PAINTCURVE_OT_add_point: add_point | None = None,
27
27
  PAINTCURVE_OT_slide: slide | None = None,
28
- ):
28
+ ) -> None:
29
29
  """Add new curve point and slide it
30
30
 
31
31
  :type execution_context: int | str | None
@@ -36,28 +36,32 @@ def add_point_slide(
36
36
  :type PAINTCURVE_OT_slide: slide | None
37
37
  """
38
38
 
39
- def cursor(execution_context: int | str | None = None, undo: bool | None = None):
39
+ def cursor(
40
+ execution_context: int | str | None = None, undo: bool | None = None
41
+ ) -> None:
40
42
  """Place cursor
41
43
 
42
44
  :type execution_context: int | str | None
43
45
  :type undo: bool | None
44
46
  """
45
47
 
46
- def delete_point(execution_context: int | str | None = None, undo: bool | None = None):
48
+ def delete_point(
49
+ execution_context: int | str | None = None, undo: bool | None = None
50
+ ) -> None:
47
51
  """Remove Paint Curve Point
48
52
 
49
53
  :type execution_context: int | str | None
50
54
  :type undo: bool | None
51
55
  """
52
56
 
53
- def draw(execution_context: int | str | None = None, undo: bool | None = None):
57
+ def draw(execution_context: int | str | None = None, undo: bool | None = None) -> None:
54
58
  """Draw curve
55
59
 
56
60
  :type execution_context: int | str | None
57
61
  :type undo: bool | None
58
62
  """
59
63
 
60
- def new(execution_context: int | str | None = None, undo: bool | None = None):
64
+ def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
61
65
  """Add new paint curve
62
66
 
63
67
  :type execution_context: int | str | None
@@ -72,7 +76,7 @@ def select(
72
76
  location: collections.abc.Iterable[int] | None = (0, 0),
73
77
  toggle: bool | None = False,
74
78
  extend: bool | None = False,
75
- ):
79
+ ) -> None:
76
80
  """Select a paint curve point
77
81
 
78
82
  :type execution_context: int | str | None
@@ -92,7 +96,7 @@ def slide(
92
96
  *,
93
97
  align: bool | None = False,
94
98
  select: bool | None = True,
95
- ):
99
+ ) -> None:
96
100
  """Select and slide paint curve point
97
101
 
98
102
  :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 color_add(execution_context: int | str | None = None, undo: bool | None = None):
6
+ def color_add(
7
+ execution_context: int | str | None = None, undo: bool | None = None
8
+ ) -> None:
7
9
  """Add new color to active palette
8
10
 
9
11
  :type execution_context: int | str | None
10
12
  :type undo: bool | None
11
13
  """
12
14
 
13
- def color_delete(execution_context: int | str | None = None, undo: bool | None = None):
15
+ def color_delete(
16
+ execution_context: int | str | None = None, undo: bool | None = None
17
+ ) -> None:
14
18
  """Remove active color from palette
15
19
 
16
20
  :type execution_context: int | str | None
@@ -23,7 +27,7 @@ def color_move(
23
27
  /,
24
28
  *,
25
29
  type: typing.Literal["UP", "DOWN"] | None = "UP",
26
- ):
30
+ ) -> None:
27
31
  """Move the active Color up/down in the list
28
32
 
29
33
  :type execution_context: int | str | None
@@ -38,7 +42,7 @@ def extract_from_image(
38
42
  /,
39
43
  *,
40
44
  threshold: int | None = 1,
41
- ):
45
+ ) -> None:
42
46
  """Extract all colors used in Image and create a Palette
43
47
 
44
48
  :type execution_context: int | str | None
@@ -53,7 +57,7 @@ def join(
53
57
  /,
54
58
  *,
55
59
  palette: str = "",
56
- ):
60
+ ) -> None:
57
61
  """Join Palette Swatches
58
62
 
59
63
  :type execution_context: int | str | None
@@ -62,7 +66,7 @@ def join(
62
66
  :type palette: str
63
67
  """
64
68
 
65
- def new(execution_context: int | str | None = None, undo: bool | None = None):
69
+ def new(execution_context: int | str | None = None, undo: bool | None = None) -> None:
66
70
  """Add new palette
67
71
 
68
72
  :type execution_context: int | str | None
@@ -75,7 +79,7 @@ def sort(
75
79
  /,
76
80
  *,
77
81
  type: typing.Literal["HSV", "SVH", "VHS", "LUMINANCE"] | None = "HSV",
78
- ):
82
+ ) -> None:
79
83
  """Sort Palette Colors
80
84
 
81
85
  :type execution_context: int | str | None