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
@@ -41,14 +41,14 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
41
41
  :rtype: typing.Any
42
42
  """
43
43
 
44
- def draw(self, context):
44
+ def draw(self, context) -> None:
45
45
  """
46
46
 
47
47
  :param context:
48
48
  """
49
49
 
50
50
  @classmethod
51
- def poll(cls, context):
51
+ def poll(cls, context) -> None:
52
52
  """
53
53
 
54
54
  :param context:
@@ -73,7 +73,7 @@ class WM_MT_splash(bpy.types.Menu):
73
73
  :rtype: typing.Any
74
74
  """
75
75
 
76
- def draw(self, context):
76
+ def draw(self, context) -> None:
77
77
  """
78
78
 
79
79
  :param context:
@@ -98,7 +98,7 @@ class WM_MT_splash_about(bpy.types.Menu):
98
98
  :rtype: typing.Any
99
99
  """
100
100
 
101
- def draw(self, context):
101
+ def draw(self, context) -> None:
102
102
  """
103
103
 
104
104
  :param context:
@@ -123,7 +123,7 @@ class WM_MT_splash_quick_setup(bpy.types.Menu):
123
123
  :rtype: typing.Any
124
124
  """
125
125
 
126
- def draw(self, context):
126
+ def draw(self, context) -> None:
127
127
  """
128
128
 
129
129
  :param context:
@@ -152,25 +152,25 @@ class WM_OT_batch_rename(bpy.types.Operator):
152
152
  :rtype: typing.Any
153
153
  """
154
154
 
155
- def check(self, context):
155
+ def check(self, context) -> None:
156
156
  """
157
157
 
158
158
  :param context:
159
159
  """
160
160
 
161
- def draw(self, context):
161
+ def draw(self, context) -> None:
162
162
  """
163
163
 
164
164
  :param context:
165
165
  """
166
166
 
167
- def execute(self, context):
167
+ def execute(self, context) -> None:
168
168
  """
169
169
 
170
170
  :param context:
171
171
  """
172
172
 
173
- def invoke(self, context, event):
173
+ def invoke(self, context, event) -> None:
174
174
  """
175
175
 
176
176
  :param context:
@@ -200,7 +200,7 @@ class WM_OT_context_collection_boolean_set(bpy.types.Operator):
200
200
  :rtype: typing.Any
201
201
  """
202
202
 
203
- def execute(self, context):
203
+ def execute(self, context) -> None:
204
204
  """
205
205
 
206
206
  :param context:
@@ -230,14 +230,14 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
230
230
  """
231
231
 
232
232
  @classmethod
233
- def description(cls, context, props):
233
+ def description(cls, context, props) -> None:
234
234
  """
235
235
 
236
236
  :param context:
237
237
  :param props:
238
238
  """
239
239
 
240
- def execute(self, context):
240
+ def execute(self, context) -> None:
241
241
  """
242
242
 
243
243
  :param context:
@@ -267,14 +267,14 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
267
267
  """
268
268
 
269
269
  @classmethod
270
- def description(cls, context, props):
270
+ def description(cls, context, props) -> None:
271
271
  """
272
272
 
273
273
  :param context:
274
274
  :param props:
275
275
  """
276
276
 
277
- def execute(self, context):
277
+ def execute(self, context) -> None:
278
278
  """
279
279
 
280
280
  :param context:
@@ -304,14 +304,14 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
304
304
  """
305
305
 
306
306
  @classmethod
307
- def description(cls, context, props):
307
+ def description(cls, context, props) -> None:
308
308
  """
309
309
 
310
310
  :param context:
311
311
  :param props:
312
312
  """
313
313
 
314
- def execute(self, context):
314
+ def execute(self, context) -> None:
315
315
  """
316
316
 
317
317
  :param context:
@@ -339,14 +339,14 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
339
339
  """
340
340
 
341
341
  @classmethod
342
- def description(cls, context, props):
342
+ def description(cls, context, props) -> None:
343
343
  """
344
344
 
345
345
  :param context:
346
346
  :param props:
347
347
  """
348
348
 
349
- def execute(self, context):
349
+ def execute(self, context) -> None:
350
350
  """
351
351
 
352
352
  :param context:
@@ -375,14 +375,14 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
375
375
  :rtype: typing.Any
376
376
  """
377
377
 
378
- def invoke(self, context, event):
378
+ def invoke(self, context, event) -> None:
379
379
  """
380
380
 
381
381
  :param context:
382
382
  :param event:
383
383
  """
384
384
 
385
- def modal(self, context, event):
385
+ def modal(self, context, event) -> None:
386
386
  """
387
387
 
388
388
  :param context:
@@ -411,14 +411,14 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
411
411
  """
412
412
 
413
413
  @classmethod
414
- def description(cls, context, props):
414
+ def description(cls, context, props) -> None:
415
415
  """
416
416
 
417
417
  :param context:
418
418
  :param props:
419
419
  """
420
420
 
421
- def invoke(self, context, event):
421
+ def invoke(self, context, event) -> None:
422
422
  """
423
423
 
424
424
  :param context:
@@ -449,14 +449,14 @@ class WM_OT_context_scale_float(bpy.types.Operator):
449
449
  """
450
450
 
451
451
  @classmethod
452
- def description(cls, context, props):
452
+ def description(cls, context, props) -> None:
453
453
  """
454
454
 
455
455
  :param context:
456
456
  :param props:
457
457
  """
458
458
 
459
- def execute(self, context):
459
+ def execute(self, context) -> None:
460
460
  """
461
461
 
462
462
  :param context:
@@ -486,14 +486,14 @@ class WM_OT_context_scale_int(bpy.types.Operator):
486
486
  """
487
487
 
488
488
  @classmethod
489
- def description(cls, context, props):
489
+ def description(cls, context, props) -> None:
490
490
  """
491
491
 
492
492
  :param context:
493
493
  :param props:
494
494
  """
495
495
 
496
- def execute(self, context):
496
+ def execute(self, context) -> None:
497
497
  """
498
498
 
499
499
  :param context:
@@ -523,7 +523,7 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
523
523
  """
524
524
 
525
525
  @classmethod
526
- def description(cls, context, props):
526
+ def description(cls, context, props) -> None:
527
527
  """
528
528
 
529
529
  :param context:
@@ -554,7 +554,7 @@ class WM_OT_context_set_enum(bpy.types.Operator):
554
554
  """
555
555
 
556
556
  @classmethod
557
- def description(cls, context, props):
557
+ def description(cls, context, props) -> None:
558
558
  """
559
559
 
560
560
  :param context:
@@ -585,7 +585,7 @@ class WM_OT_context_set_float(bpy.types.Operator):
585
585
  """
586
586
 
587
587
  @classmethod
588
- def description(cls, context, props):
588
+ def description(cls, context, props) -> None:
589
589
  """
590
590
 
591
591
  :param context:
@@ -615,7 +615,7 @@ class WM_OT_context_set_id(bpy.types.Operator):
615
615
  :rtype: typing.Any
616
616
  """
617
617
 
618
- def execute(self, context):
618
+ def execute(self, context) -> None:
619
619
  """
620
620
 
621
621
  :param context:
@@ -645,7 +645,7 @@ class WM_OT_context_set_int(bpy.types.Operator):
645
645
  """
646
646
 
647
647
  @classmethod
648
- def description(cls, context, props):
648
+ def description(cls, context, props) -> None:
649
649
  """
650
650
 
651
651
  :param context:
@@ -676,7 +676,7 @@ class WM_OT_context_set_string(bpy.types.Operator):
676
676
  """
677
677
 
678
678
  @classmethod
679
- def description(cls, context, props):
679
+ def description(cls, context, props) -> None:
680
680
  """
681
681
 
682
682
  :param context:
@@ -707,14 +707,14 @@ class WM_OT_context_set_value(bpy.types.Operator):
707
707
  """
708
708
 
709
709
  @classmethod
710
- def description(cls, context, props):
710
+ def description(cls, context, props) -> None:
711
711
  """
712
712
 
713
713
  :param context:
714
714
  :param props:
715
715
  """
716
716
 
717
- def execute(self, context):
717
+ def execute(self, context) -> None:
718
718
  """
719
719
 
720
720
  :param context:
@@ -744,14 +744,14 @@ class WM_OT_context_toggle(bpy.types.Operator):
744
744
  """
745
745
 
746
746
  @classmethod
747
- def description(cls, context, props):
747
+ def description(cls, context, props) -> None:
748
748
  """
749
749
 
750
750
  :param context:
751
751
  :param props:
752
752
  """
753
753
 
754
- def execute(self, context):
754
+ def execute(self, context) -> None:
755
755
  """
756
756
 
757
757
  :param context:
@@ -781,14 +781,14 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
781
781
  """
782
782
 
783
783
  @classmethod
784
- def description(cls, context, props):
784
+ def description(cls, context, props) -> None:
785
785
  """
786
786
 
787
787
  :param context:
788
788
  :param props:
789
789
  """
790
790
 
791
- def execute(self, context):
791
+ def execute(self, context) -> None:
792
792
  """
793
793
 
794
794
  :param context:
@@ -816,7 +816,7 @@ class WM_OT_doc_view(bpy.types.Operator):
816
816
  :rtype: typing.Any
817
817
  """
818
818
 
819
- def execute(self, _context):
819
+ def execute(self, _context) -> None:
820
820
  """
821
821
 
822
822
  :param _context:
@@ -844,7 +844,7 @@ class WM_OT_doc_view_manual(bpy.types.Operator):
844
844
  :rtype: typing.Any
845
845
  """
846
846
 
847
- def execute(self, _context):
847
+ def execute(self, _context) -> None:
848
848
  """
849
849
 
850
850
  :param _context:
@@ -871,14 +871,14 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
871
871
  :rtype: typing.Any
872
872
  """
873
873
 
874
- def draw_menu(self, menu, _context):
874
+ def draw_menu(self, menu, _context) -> None:
875
875
  """
876
876
 
877
877
  :param menu:
878
878
  :param _context:
879
879
  """
880
880
 
881
- def invoke(self, context, _event):
881
+ def invoke(self, context, _event) -> None:
882
882
  """
883
883
 
884
884
  :param context:
@@ -907,7 +907,7 @@ class WM_OT_operator_cheat_sheet(bpy.types.Operator):
907
907
  :rtype: typing.Any
908
908
  """
909
909
 
910
- def execute(self, _context):
910
+ def execute(self, _context) -> None:
911
911
  """
912
912
 
913
913
  :param _context:
@@ -935,14 +935,14 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
935
935
  """
936
936
 
937
937
  @classmethod
938
- def description(cls, context, props):
938
+ def description(cls, context, props) -> None:
939
939
  """
940
940
 
941
941
  :param context:
942
942
  :param props:
943
943
  """
944
944
 
945
- def invoke(self, context, event):
945
+ def invoke(self, context, event) -> None:
946
946
  """
947
947
 
948
948
  :param context:
@@ -971,7 +971,7 @@ class WM_OT_owner_disable(bpy.types.Operator):
971
971
  :rtype: typing.Any
972
972
  """
973
973
 
974
- def execute(self, context):
974
+ def execute(self, context) -> None:
975
975
  """
976
976
 
977
977
  :param context:
@@ -999,7 +999,7 @@ class WM_OT_owner_enable(bpy.types.Operator):
999
999
  :rtype: typing.Any
1000
1000
  """
1001
1001
 
1002
- def execute(self, context):
1002
+ def execute(self, context) -> None:
1003
1003
  """
1004
1004
 
1005
1005
  :param context:
@@ -1028,7 +1028,7 @@ class WM_OT_path_open(bpy.types.Operator):
1028
1028
  :rtype: typing.Any
1029
1029
  """
1030
1030
 
1031
- def execute(self, _context):
1031
+ def execute(self, _context) -> None:
1032
1032
  """
1033
1033
 
1034
1034
  :param _context:
@@ -1057,7 +1057,7 @@ class WM_OT_properties_add(bpy.types.Operator):
1057
1057
  :rtype: typing.Any
1058
1058
  """
1059
1059
 
1060
- def execute(self, context):
1060
+ def execute(self, context) -> None:
1061
1061
  """
1062
1062
 
1063
1063
  :param context:
@@ -1086,7 +1086,7 @@ class WM_OT_properties_context_change(bpy.types.Operator):
1086
1086
  :rtype: typing.Any
1087
1087
  """
1088
1088
 
1089
- def execute(self, context):
1089
+ def execute(self, context) -> None:
1090
1090
  """
1091
1091
 
1092
1092
  :param context:
@@ -1115,34 +1115,34 @@ class WM_OT_properties_edit(bpy.types.Operator):
1115
1115
  :rtype: typing.Any
1116
1116
  """
1117
1117
 
1118
- def check(self, context):
1118
+ def check(self, context) -> None:
1119
1119
  """
1120
1120
 
1121
1121
  :param context:
1122
1122
  """
1123
1123
 
1124
1124
  @staticmethod
1125
- def convert_custom_property_to_string(item, name):
1125
+ def convert_custom_property_to_string(item, name) -> None:
1126
1126
  """
1127
1127
 
1128
1128
  :param item:
1129
1129
  :param name:
1130
1130
  """
1131
1131
 
1132
- def draw(self, _context):
1132
+ def draw(self, _context) -> None:
1133
1133
  """
1134
1134
 
1135
1135
  :param _context:
1136
1136
  """
1137
1137
 
1138
- def execute(self, context):
1138
+ def execute(self, context) -> None:
1139
1139
  """
1140
1140
 
1141
1141
  :param context:
1142
1142
  """
1143
1143
 
1144
1144
  @staticmethod
1145
- def get_property_id_type(item, property_name):
1145
+ def get_property_id_type(item, property_name) -> None:
1146
1146
  """
1147
1147
 
1148
1148
  :param item:
@@ -1150,27 +1150,27 @@ class WM_OT_properties_edit(bpy.types.Operator):
1150
1150
  """
1151
1151
 
1152
1152
  @staticmethod
1153
- def get_property_type(item, property_name):
1153
+ def get_property_type(item, property_name) -> None:
1154
1154
  """
1155
1155
 
1156
1156
  :param item:
1157
1157
  :param property_name:
1158
1158
  """
1159
1159
 
1160
- def invoke(self, context, _event):
1160
+ def invoke(self, context, _event) -> None:
1161
1161
  """
1162
1162
 
1163
1163
  :param context:
1164
1164
  :param _event:
1165
1165
  """
1166
1166
 
1167
- def property_type_update_cb(self, context):
1167
+ def property_type_update_cb(self, context) -> None:
1168
1168
  """
1169
1169
 
1170
1170
  :param context:
1171
1171
  """
1172
1172
 
1173
- def subtype_items_cb(self, context):
1173
+ def subtype_items_cb(self, context) -> None:
1174
1174
  """
1175
1175
 
1176
1176
  :param context:
@@ -1199,19 +1199,19 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
1199
1199
  :rtype: typing.Any
1200
1200
  """
1201
1201
 
1202
- def draw(self, context):
1202
+ def draw(self, context) -> None:
1203
1203
  """
1204
1204
 
1205
1205
  :param context:
1206
1206
  """
1207
1207
 
1208
- def execute(self, context):
1208
+ def execute(self, context) -> None:
1209
1209
  """
1210
1210
 
1211
1211
  :param context:
1212
1212
  """
1213
1213
 
1214
- def invoke(self, context, _event):
1214
+ def invoke(self, context, _event) -> None:
1215
1215
  """
1216
1216
 
1217
1217
  :param context:
@@ -1241,7 +1241,7 @@ class WM_OT_properties_remove(bpy.types.Operator):
1241
1241
  :rtype: typing.Any
1242
1242
  """
1243
1243
 
1244
- def execute(self, context):
1244
+ def execute(self, context) -> None:
1245
1245
  """
1246
1246
 
1247
1247
  :param context:
@@ -1269,13 +1269,13 @@ class WM_OT_sysinfo(bpy.types.Operator):
1269
1269
  :rtype: typing.Any
1270
1270
  """
1271
1271
 
1272
- def execute(self, _context):
1272
+ def execute(self, _context) -> None:
1273
1273
  """
1274
1274
 
1275
1275
  :param _context:
1276
1276
  """
1277
1277
 
1278
- def invoke(self, context, _event):
1278
+ def invoke(self, context, _event) -> None:
1279
1279
  """
1280
1280
 
1281
1281
  :param context:
@@ -1304,7 +1304,7 @@ class WM_OT_tool_set_by_brush_type(bpy.types.Operator):
1304
1304
  :rtype: typing.Any
1305
1305
  """
1306
1306
 
1307
- def execute(self, context):
1307
+ def execute(self, context) -> None:
1308
1308
  """
1309
1309
 
1310
1310
  :param context:
@@ -1332,14 +1332,14 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
1332
1332
  :rtype: typing.Any
1333
1333
  """
1334
1334
 
1335
- def execute(self, context):
1335
+ def execute(self, context) -> None:
1336
1336
  """
1337
1337
 
1338
1338
  :param context:
1339
1339
  """
1340
1340
 
1341
1341
  @staticmethod
1342
- def space_type_from_operator(op, context):
1342
+ def space_type_from_operator(op, context) -> None:
1343
1343
  """
1344
1344
 
1345
1345
  :param op:
@@ -1368,7 +1368,7 @@ class WM_OT_tool_set_by_index(bpy.types.Operator):
1368
1368
  :rtype: typing.Any
1369
1369
  """
1370
1370
 
1371
- def execute(self, context):
1371
+ def execute(self, context) -> None:
1372
1372
  """
1373
1373
 
1374
1374
  :param context:
@@ -1394,7 +1394,7 @@ class WM_OT_toolbar(bpy.types.Operator):
1394
1394
  :rtype: typing.Any
1395
1395
  """
1396
1396
 
1397
- def execute(self, context):
1397
+ def execute(self, context) -> None:
1398
1398
  """
1399
1399
 
1400
1400
  :param context:
@@ -1403,7 +1403,7 @@ class WM_OT_toolbar(bpy.types.Operator):
1403
1403
  @staticmethod
1404
1404
  def keymap_from_toolbar(
1405
1405
  context, space_type, *, use_fallback_keys=True, use_reset=True
1406
- ):
1406
+ ) -> None:
1407
1407
  """
1408
1408
 
1409
1409
  :param context:
@@ -1413,7 +1413,7 @@ class WM_OT_toolbar(bpy.types.Operator):
1413
1413
  """
1414
1414
 
1415
1415
  @classmethod
1416
- def poll(cls, context):
1416
+ def poll(cls, context) -> None:
1417
1417
  """
1418
1418
 
1419
1419
  :param context:
@@ -1439,7 +1439,7 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1439
1439
  :rtype: typing.Any
1440
1440
  """
1441
1441
 
1442
- def invoke(self, context, event):
1442
+ def invoke(self, context, event) -> None:
1443
1443
  """
1444
1444
 
1445
1445
  :param context:
@@ -1447,7 +1447,7 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
1447
1447
  """
1448
1448
 
1449
1449
  @classmethod
1450
- def poll(cls, context):
1450
+ def poll(cls, context) -> None:
1451
1451
  """
1452
1452
 
1453
1453
  :param context:
@@ -1475,14 +1475,14 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
1475
1475
  :rtype: typing.Any
1476
1476
  """
1477
1477
 
1478
- def invoke(self, context, event):
1478
+ def invoke(self, context, event) -> None:
1479
1479
  """
1480
1480
 
1481
1481
  :param context:
1482
1482
  :param event:
1483
1483
  """
1484
1484
 
1485
- def modal(self, context, event):
1485
+ def modal(self, context, event) -> None:
1486
1486
  """
1487
1487
 
1488
1488
  :param context:
@@ -1512,7 +1512,7 @@ class WM_OT_url_open(bpy.types.Operator):
1512
1512
  :rtype: typing.Any
1513
1513
  """
1514
1514
 
1515
- def execute(self, _context):
1515
+ def execute(self, _context) -> None:
1516
1516
  """
1517
1517
 
1518
1518
  :param _context:
@@ -1543,19 +1543,19 @@ class WM_OT_url_open_preset(bpy.types.Operator):
1543
1543
  :rtype: typing.Any
1544
1544
  """
1545
1545
 
1546
- def execute(self, context):
1546
+ def execute(self, context) -> None:
1547
1547
  """
1548
1548
 
1549
1549
  :param context:
1550
1550
  """
1551
1551
 
1552
- def context_path_decompose(data_path): ...
1553
- def context_path_to_rna_property(context, data_path): ...
1554
- def context_path_validate(context, data_path): ...
1555
- def description_from_data_path(base, data_path, *, prefix, value=Ellipsis): ...
1556
- def execute_context_assign(self_, context): ...
1557
- def operator_path_is_undo(context, data_path): ...
1558
- def operator_path_undo_return(context, data_path): ...
1559
- def operator_value_is_undo(value): ...
1560
- def operator_value_undo_return(value): ...
1561
- def rna_path_prop_search_for_context(self_, context, edit_text): ...
1552
+ def context_path_decompose(data_path) -> None: ...
1553
+ def context_path_to_rna_property(context, data_path) -> None: ...
1554
+ def context_path_validate(context, data_path) -> None: ...
1555
+ def description_from_data_path(base, data_path, *, prefix, value=Ellipsis) -> None: ...
1556
+ def execute_context_assign(self_, context) -> None: ...
1557
+ def operator_path_is_undo(context, data_path) -> None: ...
1558
+ def operator_path_undo_return(context, data_path) -> None: ...
1559
+ def operator_value_is_undo(value) -> None: ...
1560
+ def operator_value_undo_return(value) -> None: ...
1561
+ def rna_path_prop_search_for_context(self_, context, edit_text) -> None: ...
@@ -27,14 +27,14 @@ class WORLD_OT_convert_volume_to_mesh(bpy.types.Operator):
27
27
  :rtype: typing.Any
28
28
  """
29
29
 
30
- def execute(self, context):
30
+ def execute(self, context) -> None:
31
31
  """
32
32
 
33
33
  :param context:
34
34
  """
35
35
 
36
36
  @classmethod
37
- def poll(cls, context):
37
+ def poll(cls, context) -> None:
38
38
  """
39
39
 
40
40
  :param context:
@@ -3,10 +3,12 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
- def do_clear_previews(do_objects, do_collections, do_scenes, do_data_intern): ...
7
- def do_previews(do_objects, do_collections, do_scenes, do_data_intern): ...
8
- def ids_nolib(bids): ...
9
- def ids_nolib_with_preview(bids): ...
10
- def main(): ...
11
- def rna_backup_gen(data, include_props=None, exclude_props=None, root=()): ...
12
- def rna_backup_restore(data, backup): ...
6
+ def do_clear_previews(
7
+ do_objects, do_collections, do_scenes, do_data_intern
8
+ ) -> None: ...
9
+ def do_previews(do_objects, do_collections, do_scenes, do_data_intern) -> None: ...
10
+ def ids_nolib(bids) -> None: ...
11
+ def ids_nolib_with_preview(bids) -> None: ...
12
+ def main() -> None: ...
13
+ def rna_backup_gen(data, include_props=None, exclude_props=None, root=()) -> None: ...
14
+ def rna_backup_restore(data, backup) -> None: ...