fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -2,16 +2,12 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class BatchRenameAction(bpy_types.PropertyGroup):
8
- """ """
9
-
10
9
  bl_rna: typing.Any
11
- """ """
12
-
13
10
  id_data: typing.Any
14
- """ """
15
11
 
16
12
  def as_pointer(self) -> int:
17
13
  """Returns the memory address which holds a pointer to Blender's internal data
@@ -194,16 +190,9 @@ class BatchRenameAction(bpy_types.PropertyGroup):
194
190
  ...
195
191
 
196
192
  class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
197
- """ """
198
-
199
193
  bl_label: typing.Any
200
- """ """
201
-
202
194
  bl_rna: typing.Any
203
- """ """
204
-
205
195
  id_data: typing.Any
206
- """ """
207
196
 
208
197
  def append(self, draw_func):
209
198
  """Append a draw function to this menu,
@@ -308,10 +297,7 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
308
297
  """
309
298
  ...
310
299
 
311
- def is_extended(self):
312
- """ """
313
- ...
314
-
300
+ def is_extended(self): ...
315
301
  def is_property_hidden(self) -> bool:
316
302
  """Check if a property is hidden.
317
303
 
@@ -481,16 +467,9 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
481
467
  ...
482
468
 
483
469
  class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
484
- """ """
485
-
486
470
  bl_label: typing.Any
487
- """ """
488
-
489
471
  bl_rna: typing.Any
490
- """ """
491
-
492
472
  id_data: typing.Any
493
- """ """
494
473
 
495
474
  def append(self, draw_func):
496
475
  """Append a draw function to this menu,
@@ -595,10 +574,7 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
595
574
  """
596
575
  ...
597
576
 
598
- def is_extended(self):
599
- """ """
600
- ...
601
-
577
+ def is_extended(self): ...
602
578
  def is_property_hidden(self) -> bool:
603
579
  """Check if a property is hidden.
604
580
 
@@ -761,16 +737,9 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
761
737
  ...
762
738
 
763
739
  class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
764
- """ """
765
-
766
740
  bl_label: typing.Any
767
- """ """
768
-
769
741
  bl_rna: typing.Any
770
- """ """
771
-
772
742
  id_data: typing.Any
773
- """ """
774
743
 
775
744
  def append(self, draw_func):
776
745
  """Append a draw function to this menu,
@@ -875,10 +844,7 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
875
844
  """
876
845
  ...
877
846
 
878
- def is_extended(self):
879
- """ """
880
- ...
881
-
847
+ def is_extended(self): ...
882
848
  def is_property_hidden(self) -> bool:
883
849
  """Check if a property is hidden.
884
850
 
@@ -1041,16 +1007,9 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
1041
1007
  ...
1042
1008
 
1043
1009
  class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1044
- """ """
1045
-
1046
1010
  bl_label: typing.Any
1047
- """ """
1048
-
1049
1011
  bl_rna: typing.Any
1050
- """ """
1051
-
1052
1012
  id_data: typing.Any
1053
- """ """
1054
1013
 
1055
1014
  def append(self, draw_func):
1056
1015
  """Append a draw function to this menu,
@@ -1155,10 +1114,7 @@ class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1155
1114
  """
1156
1115
  ...
1157
1116
 
1158
- def is_extended(self):
1159
- """ """
1160
- ...
1161
-
1117
+ def is_extended(self): ...
1162
1118
  def is_property_hidden(self) -> bool:
1163
1119
  """Check if a property is hidden.
1164
1120
 
@@ -1324,19 +1280,10 @@ class WM_OT_batch_rename(bpy_types.Operator):
1324
1280
  """Rename multiple items at once"""
1325
1281
 
1326
1282
  bl_idname: typing.Any
1327
- """ """
1328
-
1329
1283
  bl_label: typing.Any
1330
- """ """
1331
-
1332
1284
  bl_options: typing.Any
1333
- """ """
1334
-
1335
1285
  bl_rna: typing.Any
1336
- """ """
1337
-
1338
1286
  id_data: typing.Any
1339
- """ """
1340
1287
 
1341
1288
  def as_keywords(self, ignore=()):
1342
1289
  """Return a copy of the properties as a dictionary
@@ -1562,19 +1509,10 @@ class WM_OT_context_collection_boolean_set(bpy_types.Operator):
1562
1509
  """Set boolean values for a collection of items"""
1563
1510
 
1564
1511
  bl_idname: typing.Any
1565
- """ """
1566
-
1567
1512
  bl_label: typing.Any
1568
- """ """
1569
-
1570
1513
  bl_options: typing.Any
1571
- """ """
1572
-
1573
1514
  bl_rna: typing.Any
1574
- """ """
1575
-
1576
1515
  id_data: typing.Any
1577
- """ """
1578
1516
 
1579
1517
  def as_keywords(self, ignore=()):
1580
1518
  """Return a copy of the properties as a dictionary
@@ -1778,19 +1716,10 @@ class WM_OT_context_cycle_array(bpy_types.Operator):
1778
1716
  """Set a context array value (useful for cycling the active mesh edit mode)"""
1779
1717
 
1780
1718
  bl_idname: typing.Any
1781
- """ """
1782
-
1783
1719
  bl_label: typing.Any
1784
- """ """
1785
-
1786
1720
  bl_options: typing.Any
1787
- """ """
1788
-
1789
1721
  bl_rna: typing.Any
1790
- """ """
1791
-
1792
1722
  id_data: typing.Any
1793
- """ """
1794
1723
 
1795
1724
  def as_keywords(self, ignore=()):
1796
1725
  """Return a copy of the properties as a dictionary
@@ -2002,19 +1931,10 @@ class WM_OT_context_cycle_enum(bpy_types.Operator):
2002
1931
  """Toggle a context value"""
2003
1932
 
2004
1933
  bl_idname: typing.Any
2005
- """ """
2006
-
2007
1934
  bl_label: typing.Any
2008
- """ """
2009
-
2010
1935
  bl_options: typing.Any
2011
- """ """
2012
-
2013
1936
  bl_rna: typing.Any
2014
- """ """
2015
-
2016
1937
  id_data: typing.Any
2017
- """ """
2018
1938
 
2019
1939
  def as_keywords(self, ignore=()):
2020
1940
  """Return a copy of the properties as a dictionary
@@ -2226,19 +2146,10 @@ class WM_OT_context_cycle_int(bpy_types.Operator):
2226
2146
  """Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
2227
2147
 
2228
2148
  bl_idname: typing.Any
2229
- """ """
2230
-
2231
2149
  bl_label: typing.Any
2232
- """ """
2233
-
2234
2150
  bl_options: typing.Any
2235
- """ """
2236
-
2237
2151
  bl_rna: typing.Any
2238
- """ """
2239
-
2240
2152
  id_data: typing.Any
2241
- """ """
2242
2153
 
2243
2154
  def as_keywords(self, ignore=()):
2244
2155
  """Return a copy of the properties as a dictionary
@@ -2447,22 +2358,11 @@ class WM_OT_context_cycle_int(bpy_types.Operator):
2447
2358
  ...
2448
2359
 
2449
2360
  class WM_OT_context_menu_enum(bpy_types.Operator):
2450
- """ """
2451
-
2452
2361
  bl_idname: typing.Any
2453
- """ """
2454
-
2455
2362
  bl_label: typing.Any
2456
- """ """
2457
-
2458
2363
  bl_options: typing.Any
2459
- """ """
2460
-
2461
2364
  bl_rna: typing.Any
2462
- """ """
2463
-
2464
2365
  id_data: typing.Any
2465
- """ """
2466
2366
 
2467
2367
  def as_keywords(self, ignore=()):
2468
2368
  """Return a copy of the properties as a dictionary
@@ -2674,19 +2574,10 @@ class WM_OT_context_modal_mouse(bpy_types.Operator):
2674
2574
  """Adjust arbitrary values with mouse input"""
2675
2575
 
2676
2576
  bl_idname: typing.Any
2677
- """ """
2678
-
2679
2577
  bl_label: typing.Any
2680
- """ """
2681
-
2682
2578
  bl_options: typing.Any
2683
- """ """
2684
-
2685
2579
  bl_rna: typing.Any
2686
- """ """
2687
-
2688
2580
  id_data: typing.Any
2689
- """ """
2690
2581
 
2691
2582
  def as_keywords(self, ignore=()):
2692
2583
  """Return a copy of the properties as a dictionary
@@ -2896,22 +2787,11 @@ class WM_OT_context_modal_mouse(bpy_types.Operator):
2896
2787
  ...
2897
2788
 
2898
2789
  class WM_OT_context_pie_enum(bpy_types.Operator):
2899
- """ """
2900
-
2901
2790
  bl_idname: typing.Any
2902
- """ """
2903
-
2904
2791
  bl_label: typing.Any
2905
- """ """
2906
-
2907
2792
  bl_options: typing.Any
2908
- """ """
2909
-
2910
2793
  bl_rna: typing.Any
2911
- """ """
2912
-
2913
2794
  id_data: typing.Any
2914
- """ """
2915
2795
 
2916
2796
  def as_keywords(self, ignore=()):
2917
2797
  """Return a copy of the properties as a dictionary
@@ -3124,19 +3004,10 @@ class WM_OT_context_scale_float(bpy_types.Operator):
3124
3004
  """Scale a float context value"""
3125
3005
 
3126
3006
  bl_idname: typing.Any
3127
- """ """
3128
-
3129
3007
  bl_label: typing.Any
3130
- """ """
3131
-
3132
3008
  bl_options: typing.Any
3133
- """ """
3134
-
3135
3009
  bl_rna: typing.Any
3136
- """ """
3137
-
3138
3010
  id_data: typing.Any
3139
- """ """
3140
3011
 
3141
3012
  def as_keywords(self, ignore=()):
3142
3013
  """Return a copy of the properties as a dictionary
@@ -3348,19 +3219,10 @@ class WM_OT_context_scale_int(bpy_types.Operator):
3348
3219
  """Scale an int context value"""
3349
3220
 
3350
3221
  bl_idname: typing.Any
3351
- """ """
3352
-
3353
3222
  bl_label: typing.Any
3354
- """ """
3355
-
3356
3223
  bl_options: typing.Any
3357
- """ """
3358
-
3359
3224
  bl_rna: typing.Any
3360
- """ """
3361
-
3362
3225
  id_data: typing.Any
3363
- """ """
3364
3226
 
3365
3227
  def as_keywords(self, ignore=()):
3366
3228
  """Return a copy of the properties as a dictionary
@@ -3572,19 +3434,10 @@ class WM_OT_context_set_boolean(bpy_types.Operator):
3572
3434
  """Set a context value"""
3573
3435
 
3574
3436
  bl_idname: typing.Any
3575
- """ """
3576
-
3577
3437
  bl_label: typing.Any
3578
- """ """
3579
-
3580
3438
  bl_options: typing.Any
3581
- """ """
3582
-
3583
3439
  bl_rna: typing.Any
3584
- """ """
3585
-
3586
3440
  id_data: typing.Any
3587
- """ """
3588
3441
 
3589
3442
  def as_keywords(self, ignore=()):
3590
3443
  """Return a copy of the properties as a dictionary
@@ -3796,19 +3649,10 @@ class WM_OT_context_set_enum(bpy_types.Operator):
3796
3649
  """Set a context value"""
3797
3650
 
3798
3651
  bl_idname: typing.Any
3799
- """ """
3800
-
3801
3652
  bl_label: typing.Any
3802
- """ """
3803
-
3804
3653
  bl_options: typing.Any
3805
- """ """
3806
-
3807
3654
  bl_rna: typing.Any
3808
- """ """
3809
-
3810
3655
  id_data: typing.Any
3811
- """ """
3812
3656
 
3813
3657
  def as_keywords(self, ignore=()):
3814
3658
  """Return a copy of the properties as a dictionary
@@ -4020,19 +3864,10 @@ class WM_OT_context_set_float(bpy_types.Operator):
4020
3864
  """Set a context value"""
4021
3865
 
4022
3866
  bl_idname: typing.Any
4023
- """ """
4024
-
4025
3867
  bl_label: typing.Any
4026
- """ """
4027
-
4028
3868
  bl_options: typing.Any
4029
- """ """
4030
-
4031
3869
  bl_rna: typing.Any
4032
- """ """
4033
-
4034
3870
  id_data: typing.Any
4035
- """ """
4036
3871
 
4037
3872
  def as_keywords(self, ignore=()):
4038
3873
  """Return a copy of the properties as a dictionary
@@ -4244,19 +4079,10 @@ class WM_OT_context_set_id(bpy_types.Operator):
4244
4079
  """Set a context value to an ID data-block"""
4245
4080
 
4246
4081
  bl_idname: typing.Any
4247
- """ """
4248
-
4249
4082
  bl_label: typing.Any
4250
- """ """
4251
-
4252
4083
  bl_options: typing.Any
4253
- """ """
4254
-
4255
4084
  bl_rna: typing.Any
4256
- """ """
4257
-
4258
4085
  id_data: typing.Any
4259
- """ """
4260
4086
 
4261
4087
  def as_keywords(self, ignore=()):
4262
4088
  """Return a copy of the properties as a dictionary
@@ -4460,19 +4286,10 @@ class WM_OT_context_set_int(bpy_types.Operator):
4460
4286
  """Set a context value"""
4461
4287
 
4462
4288
  bl_idname: typing.Any
4463
- """ """
4464
-
4465
4289
  bl_label: typing.Any
4466
- """ """
4467
-
4468
4290
  bl_options: typing.Any
4469
- """ """
4470
-
4471
4291
  bl_rna: typing.Any
4472
- """ """
4473
-
4474
4292
  id_data: typing.Any
4475
- """ """
4476
4293
 
4477
4294
  def as_keywords(self, ignore=()):
4478
4295
  """Return a copy of the properties as a dictionary
@@ -4684,19 +4501,10 @@ class WM_OT_context_set_string(bpy_types.Operator):
4684
4501
  """Set a context value"""
4685
4502
 
4686
4503
  bl_idname: typing.Any
4687
- """ """
4688
-
4689
4504
  bl_label: typing.Any
4690
- """ """
4691
-
4692
4505
  bl_options: typing.Any
4693
- """ """
4694
-
4695
4506
  bl_rna: typing.Any
4696
- """ """
4697
-
4698
4507
  id_data: typing.Any
4699
- """ """
4700
4508
 
4701
4509
  def as_keywords(self, ignore=()):
4702
4510
  """Return a copy of the properties as a dictionary
@@ -4908,19 +4716,10 @@ class WM_OT_context_set_value(bpy_types.Operator):
4908
4716
  """Set a context value"""
4909
4717
 
4910
4718
  bl_idname: typing.Any
4911
- """ """
4912
-
4913
4719
  bl_label: typing.Any
4914
- """ """
4915
-
4916
4720
  bl_options: typing.Any
4917
- """ """
4918
-
4919
4721
  bl_rna: typing.Any
4920
- """ """
4921
-
4922
4722
  id_data: typing.Any
4923
- """ """
4924
4723
 
4925
4724
  def as_keywords(self, ignore=()):
4926
4725
  """Return a copy of the properties as a dictionary
@@ -5132,19 +4931,10 @@ class WM_OT_context_toggle(bpy_types.Operator):
5132
4931
  """Toggle a context value"""
5133
4932
 
5134
4933
  bl_idname: typing.Any
5135
- """ """
5136
-
5137
4934
  bl_label: typing.Any
5138
- """ """
5139
-
5140
4935
  bl_options: typing.Any
5141
- """ """
5142
-
5143
4936
  bl_rna: typing.Any
5144
- """ """
5145
-
5146
4937
  id_data: typing.Any
5147
- """ """
5148
4938
 
5149
4939
  def as_keywords(self, ignore=()):
5150
4940
  """Return a copy of the properties as a dictionary
@@ -5356,19 +5146,10 @@ class WM_OT_context_toggle_enum(bpy_types.Operator):
5356
5146
  """Toggle a context value"""
5357
5147
 
5358
5148
  bl_idname: typing.Any
5359
- """ """
5360
-
5361
5149
  bl_label: typing.Any
5362
- """ """
5363
-
5364
5150
  bl_options: typing.Any
5365
- """ """
5366
-
5367
5151
  bl_rna: typing.Any
5368
- """ """
5369
-
5370
5152
  id_data: typing.Any
5371
- """ """
5372
5153
 
5373
5154
  def as_keywords(self, ignore=()):
5374
5155
  """Return a copy of the properties as a dictionary
@@ -5580,16 +5361,9 @@ class WM_OT_doc_view(bpy_types.Operator):
5580
5361
  """Open online reference docs in a web browser"""
5581
5362
 
5582
5363
  bl_idname: typing.Any
5583
- """ """
5584
-
5585
5364
  bl_label: typing.Any
5586
- """ """
5587
-
5588
5365
  bl_rna: typing.Any
5589
- """ """
5590
-
5591
5366
  id_data: typing.Any
5592
- """ """
5593
5367
 
5594
5368
  def as_keywords(self, ignore=()):
5595
5369
  """Return a copy of the properties as a dictionary
@@ -5793,16 +5567,9 @@ class WM_OT_doc_view_manual(bpy_types.Operator):
5793
5567
  """Load online manual"""
5794
5568
 
5795
5569
  bl_idname: typing.Any
5796
- """ """
5797
-
5798
5570
  bl_label: typing.Any
5799
- """ """
5800
-
5801
5571
  bl_rna: typing.Any
5802
- """ """
5803
-
5804
5572
  id_data: typing.Any
5805
- """ """
5806
5573
 
5807
5574
  def as_keywords(self, ignore=()):
5808
5575
  """Return a copy of the properties as a dictionary
@@ -6003,22 +5770,11 @@ class WM_OT_doc_view_manual(bpy_types.Operator):
6003
5770
  ...
6004
5771
 
6005
5772
  class WM_OT_drop_blend_file(bpy_types.Operator):
6006
- """ """
6007
-
6008
5773
  bl_idname: typing.Any
6009
- """ """
6010
-
6011
5774
  bl_label: typing.Any
6012
- """ """
6013
-
6014
5775
  bl_options: typing.Any
6015
- """ """
6016
-
6017
5776
  bl_rna: typing.Any
6018
- """ """
6019
-
6020
5777
  id_data: typing.Any
6021
- """ """
6022
5778
 
6023
5779
  def as_keywords(self, ignore=()):
6024
5780
  """Return a copy of the properties as a dictionary
@@ -6231,16 +5987,9 @@ class WM_OT_operator_cheat_sheet(bpy_types.Operator):
6231
5987
  """List all the operators in a text-block, useful for scripting"""
6232
5988
 
6233
5989
  bl_idname: typing.Any
6234
- """ """
6235
-
6236
5990
  bl_label: typing.Any
6237
- """ """
6238
-
6239
5991
  bl_rna: typing.Any
6240
- """ """
6241
-
6242
5992
  id_data: typing.Any
6243
- """ """
6244
5993
 
6245
5994
  def as_keywords(self, ignore=()):
6246
5995
  """Return a copy of the properties as a dictionary
@@ -6441,22 +6190,11 @@ class WM_OT_operator_cheat_sheet(bpy_types.Operator):
6441
6190
  ...
6442
6191
 
6443
6192
  class WM_OT_operator_pie_enum(bpy_types.Operator):
6444
- """ """
6445
-
6446
6193
  bl_idname: typing.Any
6447
- """ """
6448
-
6449
6194
  bl_label: typing.Any
6450
- """ """
6451
-
6452
6195
  bl_options: typing.Any
6453
- """ """
6454
-
6455
6196
  bl_rna: typing.Any
6456
- """ """
6457
-
6458
6197
  id_data: typing.Any
6459
- """ """
6460
6198
 
6461
6199
  def as_keywords(self, ignore=()):
6462
6200
  """Return a copy of the properties as a dictionary
@@ -6669,16 +6407,9 @@ class WM_OT_owner_disable(bpy_types.Operator):
6669
6407
  """Disable add-on for workspace"""
6670
6408
 
6671
6409
  bl_idname: typing.Any
6672
- """ """
6673
-
6674
6410
  bl_label: typing.Any
6675
- """ """
6676
-
6677
6411
  bl_rna: typing.Any
6678
- """ """
6679
-
6680
6412
  id_data: typing.Any
6681
- """ """
6682
6413
 
6683
6414
  def as_keywords(self, ignore=()):
6684
6415
  """Return a copy of the properties as a dictionary
@@ -6882,16 +6613,9 @@ class WM_OT_owner_enable(bpy_types.Operator):
6882
6613
  """Enable add-on for workspace"""
6883
6614
 
6884
6615
  bl_idname: typing.Any
6885
- """ """
6886
-
6887
6616
  bl_label: typing.Any
6888
- """ """
6889
-
6890
6617
  bl_rna: typing.Any
6891
- """ """
6892
-
6893
6618
  id_data: typing.Any
6894
- """ """
6895
6619
 
6896
6620
  def as_keywords(self, ignore=()):
6897
6621
  """Return a copy of the properties as a dictionary
@@ -7095,19 +6819,10 @@ class WM_OT_path_open(bpy_types.Operator):
7095
6819
  """Open a path in a file browser"""
7096
6820
 
7097
6821
  bl_idname: typing.Any
7098
- """ """
7099
-
7100
6822
  bl_label: typing.Any
7101
- """ """
7102
-
7103
6823
  bl_options: typing.Any
7104
- """ """
7105
-
7106
6824
  bl_rna: typing.Any
7107
- """ """
7108
-
7109
6825
  id_data: typing.Any
7110
- """ """
7111
6826
 
7112
6827
  def as_keywords(self, ignore=()):
7113
6828
  """Return a copy of the properties as a dictionary
@@ -7311,19 +7026,10 @@ class WM_OT_properties_add(bpy_types.Operator):
7311
7026
  """Add your own property to the data-block"""
7312
7027
 
7313
7028
  bl_idname: typing.Any
7314
- """ """
7315
-
7316
7029
  bl_label: typing.Any
7317
- """ """
7318
-
7319
7030
  bl_options: typing.Any
7320
- """ """
7321
-
7322
7031
  bl_rna: typing.Any
7323
- """ """
7324
-
7325
7032
  id_data: typing.Any
7326
- """ """
7327
7033
 
7328
7034
  def as_keywords(self, ignore=()):
7329
7035
  """Return a copy of the properties as a dictionary
@@ -7527,19 +7233,10 @@ class WM_OT_properties_context_change(bpy_types.Operator):
7527
7233
  """Jump to a different tab inside the properties editor"""
7528
7234
 
7529
7235
  bl_idname: typing.Any
7530
- """ """
7531
-
7532
7236
  bl_label: typing.Any
7533
- """ """
7534
-
7535
7237
  bl_options: typing.Any
7536
- """ """
7537
-
7538
7238
  bl_rna: typing.Any
7539
- """ """
7540
-
7541
7239
  id_data: typing.Any
7542
- """ """
7543
7240
 
7544
7241
  def as_keywords(self, ignore=()):
7545
7242
  """Return a copy of the properties as a dictionary
@@ -7743,19 +7440,10 @@ class WM_OT_properties_edit(bpy_types.Operator):
7743
7440
  """Change a custom property's type, or adjust how it is displayed in the interface"""
7744
7441
 
7745
7442
  bl_idname: typing.Any
7746
- """ """
7747
-
7748
7443
  bl_label: typing.Any
7749
- """ """
7750
-
7751
7444
  bl_options: typing.Any
7752
- """ """
7753
-
7754
7445
  bl_rna: typing.Any
7755
- """ """
7756
-
7757
7446
  id_data: typing.Any
7758
- """ """
7759
7447
 
7760
7448
  def as_keywords(self, ignore=()):
7761
7449
  """Return a copy of the properties as a dictionary
@@ -8019,19 +7707,10 @@ class WM_OT_properties_edit_value(bpy_types.Operator):
8019
7707
  """Edit the value of a custom property"""
8020
7708
 
8021
7709
  bl_idname: typing.Any
8022
- """ """
8023
-
8024
7710
  bl_label: typing.Any
8025
- """ """
8026
-
8027
7711
  bl_options: typing.Any
8028
- """ """
8029
-
8030
7712
  bl_rna: typing.Any
8031
- """ """
8032
-
8033
7713
  id_data: typing.Any
8034
- """ """
8035
7714
 
8036
7715
  def as_keywords(self, ignore=()):
8037
7716
  """Return a copy of the properties as a dictionary
@@ -8250,19 +7929,10 @@ class WM_OT_properties_remove(bpy_types.Operator):
8250
7929
  """Internal use (edit a property data_path)"""
8251
7930
 
8252
7931
  bl_idname: typing.Any
8253
- """ """
8254
-
8255
7932
  bl_label: typing.Any
8256
- """ """
8257
-
8258
7933
  bl_options: typing.Any
8259
- """ """
8260
-
8261
7934
  bl_rna: typing.Any
8262
- """ """
8263
-
8264
7935
  id_data: typing.Any
8265
- """ """
8266
7936
 
8267
7937
  def as_keywords(self, ignore=()):
8268
7938
  """Return a copy of the properties as a dictionary
@@ -8466,16 +8136,9 @@ class WM_OT_sysinfo(bpy_types.Operator):
8466
8136
  """Generate system information, saved into a text file"""
8467
8137
 
8468
8138
  bl_idname: typing.Any
8469
- """ """
8470
-
8471
8139
  bl_label: typing.Any
8472
- """ """
8473
-
8474
8140
  bl_rna: typing.Any
8475
- """ """
8476
-
8477
8141
  id_data: typing.Any
8478
- """ """
8479
8142
 
8480
8143
  def as_keywords(self, ignore=()):
8481
8144
  """Return a copy of the properties as a dictionary
@@ -8687,16 +8350,9 @@ class WM_OT_tool_set_by_id(bpy_types.Operator):
8687
8350
  """Set the tool by name (for key-maps)"""
8688
8351
 
8689
8352
  bl_idname: typing.Any
8690
- """ """
8691
-
8692
8353
  bl_label: typing.Any
8693
- """ """
8694
-
8695
8354
  bl_rna: typing.Any
8696
- """ """
8697
-
8698
8355
  id_data: typing.Any
8699
- """ """
8700
8356
 
8701
8357
  def as_keywords(self, ignore=()):
8702
8358
  """Return a copy of the properties as a dictionary
@@ -8900,16 +8556,9 @@ class WM_OT_tool_set_by_index(bpy_types.Operator):
8900
8556
  """Set the tool by index (for key-maps)"""
8901
8557
 
8902
8558
  bl_idname: typing.Any
8903
- """ """
8904
-
8905
8559
  bl_label: typing.Any
8906
- """ """
8907
-
8908
8560
  bl_rna: typing.Any
8909
- """ """
8910
-
8911
8561
  id_data: typing.Any
8912
- """ """
8913
8562
 
8914
8563
  def as_keywords(self, ignore=()):
8915
8564
  """Return a copy of the properties as a dictionary
@@ -9110,19 +8759,10 @@ class WM_OT_tool_set_by_index(bpy_types.Operator):
9110
8759
  ...
9111
8760
 
9112
8761
  class WM_OT_toolbar(bpy_types.Operator):
9113
- """ """
9114
-
9115
8762
  bl_idname: typing.Any
9116
- """ """
9117
-
9118
8763
  bl_label: typing.Any
9119
- """ """
9120
-
9121
8764
  bl_rna: typing.Any
9122
- """ """
9123
-
9124
8765
  id_data: typing.Any
9125
- """ """
9126
8766
 
9127
8767
  def as_keywords(self, ignore=()):
9128
8768
  """Return a copy of the properties as a dictionary
@@ -9342,19 +8982,10 @@ class WM_OT_toolbar(bpy_types.Operator):
9342
8982
  ...
9343
8983
 
9344
8984
  class WM_OT_toolbar_fallback_pie(bpy_types.Operator):
9345
- """ """
9346
-
9347
8985
  bl_idname: typing.Any
9348
- """ """
9349
-
9350
8986
  bl_label: typing.Any
9351
- """ """
9352
-
9353
8987
  bl_rna: typing.Any
9354
- """ """
9355
-
9356
8988
  id_data: typing.Any
9357
- """ """
9358
8989
 
9359
8990
  def as_keywords(self, ignore=()):
9360
8991
  """Return a copy of the properties as a dictionary
@@ -9566,16 +9197,9 @@ class WM_OT_toolbar_prompt(bpy_types.Operator):
9566
9197
  """Leader key like functionality for accessing tools"""
9567
9198
 
9568
9199
  bl_idname: typing.Any
9569
- """ """
9570
-
9571
9200
  bl_label: typing.Any
9572
- """ """
9573
-
9574
9201
  bl_rna: typing.Any
9575
- """ """
9576
-
9577
9202
  id_data: typing.Any
9578
- """ """
9579
9203
 
9580
9204
  def as_keywords(self, ignore=()):
9581
9205
  """Return a copy of the properties as a dictionary
@@ -9788,19 +9412,10 @@ class WM_OT_url_open(bpy_types.Operator):
9788
9412
  """Open a website in the web browser"""
9789
9413
 
9790
9414
  bl_idname: typing.Any
9791
- """ """
9792
-
9793
9415
  bl_label: typing.Any
9794
- """ """
9795
-
9796
9416
  bl_options: typing.Any
9797
- """ """
9798
-
9799
9417
  bl_rna: typing.Any
9800
- """ """
9801
-
9802
9418
  id_data: typing.Any
9803
- """ """
9804
9419
 
9805
9420
  def as_keywords(self, ignore=()):
9806
9421
  """Return a copy of the properties as a dictionary
@@ -10004,22 +9619,11 @@ class WM_OT_url_open_preset(bpy_types.Operator):
10004
9619
  """Open a preset website in the web browser"""
10005
9620
 
10006
9621
  bl_idname: typing.Any
10007
- """ """
10008
-
10009
9622
  bl_label: typing.Any
10010
- """ """
10011
-
10012
9623
  bl_options: typing.Any
10013
- """ """
10014
-
10015
9624
  bl_rna: typing.Any
10016
- """ """
10017
-
10018
9625
  id_data: typing.Any
10019
- """ """
10020
-
10021
9626
  preset_items: typing.Any
10022
- """ """
10023
9627
 
10024
9628
  def as_keywords(self, ignore=()):
10025
9629
  """Return a copy of the properties as a dictionary
@@ -10219,52 +9823,13 @@ class WM_OT_url_open_preset(bpy_types.Operator):
10219
9823
  """
10220
9824
  ...
10221
9825
 
10222
- def context_path_decompose(data_path):
10223
- """ """
10224
-
10225
- ...
10226
-
10227
- def context_path_to_rna_property(context, data_path):
10228
- """ """
10229
-
10230
- ...
10231
-
10232
- def context_path_validate(context, data_path):
10233
- """ """
10234
-
10235
- ...
10236
-
10237
- def description_from_data_path(base, data_path, prefix, value=None):
10238
- """ """
10239
-
10240
- ...
10241
-
10242
- def execute_context_assign(context):
10243
- """ """
10244
-
10245
- ...
10246
-
10247
- def operator_path_is_undo(context, data_path):
10248
- """ """
10249
-
10250
- ...
10251
-
10252
- def operator_path_undo_return(context, data_path):
10253
- """ """
10254
-
10255
- ...
10256
-
10257
- def operator_value_is_undo(value):
10258
- """ """
10259
-
10260
- ...
10261
-
10262
- def operator_value_undo_return(value):
10263
- """ """
10264
-
10265
- ...
10266
-
10267
- def rna_path_prop_search_for_context(context, edit_text):
10268
- """ """
10269
-
10270
- ...
9826
+ def context_path_decompose(data_path): ...
9827
+ def context_path_to_rna_property(context, data_path): ...
9828
+ def context_path_validate(context, data_path): ...
9829
+ def description_from_data_path(base, data_path, prefix, value=None): ...
9830
+ def execute_context_assign(context): ...
9831
+ def operator_path_is_undo(context, data_path): ...
9832
+ def operator_path_undo_return(context, data_path): ...
9833
+ def operator_value_is_undo(value): ...
9834
+ def operator_value_undo_return(value): ...
9835
+ def rna_path_prop_search_for_context(context, edit_text): ...