fake-bpy-module 20240517__py3-none-any.whl → 20240518__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 (173) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +5 -30
  3. animsys_refactor/__init__.pyi +5 -25
  4. aud/__init__.pyi +1 -4
  5. bgl/__init__.pyi +0 -1629
  6. bl_app_override/__init__.pyi +3 -14
  7. bl_app_override/helpers/__init__.pyi +2 -22
  8. bl_app_template_utils/__init__.pyi +3 -15
  9. bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
  10. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  11. bl_i18n_utils/settings/__init__.pyi +2 -22
  12. bl_i18n_utils/utils/__init__.pyi +8 -65
  13. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  14. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  15. bl_keymap_utils/io/__init__.pyi +8 -39
  16. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  17. bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
  18. bl_keymap_utils/versioning/__init__.pyi +1 -4
  19. bl_operators/__init__.pyi +2 -9
  20. bl_operators/add_mesh_torus/__init__.pyi +2 -18
  21. bl_operators/anim/__init__.pyi +0 -70
  22. bl_operators/assets/__init__.pyi +0 -29
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
  24. bl_operators/clip/__init__.pyi +5 -114
  25. bl_operators/console/__init__.pyi +0 -37
  26. bl_operators/constraint/__init__.pyi +0 -36
  27. bl_operators/file/__init__.pyi +0 -27
  28. bl_operators/freestyle/__init__.pyi +0 -36
  29. bl_operators/geometry_nodes/__init__.pyi +13 -102
  30. bl_operators/image/__init__.pyi +0 -51
  31. bl_operators/mesh/__init__.pyi +0 -27
  32. bl_operators/node/__init__.pyi +0 -104
  33. bl_operators/object/__init__.pyi +0 -137
  34. bl_operators/object_align/__init__.pyi +3 -23
  35. bl_operators/object_quick_effects/__init__.pyi +2 -48
  36. bl_operators/object_randomize_transform/__init__.pyi +3 -13
  37. bl_operators/presets/__init__.pyi +2 -375
  38. bl_operators/rigidbody/__init__.pyi +0 -27
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
  40. bl_operators/sequencer/__init__.pyi +1 -103
  41. bl_operators/spreadsheet/__init__.pyi +0 -9
  42. bl_operators/userpref/__init__.pyi +1 -200
  43. bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
  44. bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
  45. bl_operators/uvcalc_transform/__init__.pyi +11 -72
  46. bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
  47. bl_operators/view3d/__init__.pyi +0 -63
  48. bl_operators/wm/__init__.pyi +14 -450
  49. bl_operators/world/__init__.pyi +0 -9
  50. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  51. bl_rna_utils/data_path/__init__.pyi +0 -1
  52. bl_text_utils/external_editor/__init__.pyi +1 -4
  53. bl_ui/__init__.pyi +30 -140
  54. bl_ui/anim/__init__.pyi +1 -11
  55. bl_ui/asset_shelf/__init__.pyi +1 -15
  56. bl_ui/generic_ui_list/__init__.pyi +2 -30
  57. bl_ui/node_add_menu/__init__.pyi +4 -27
  58. bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
  59. bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
  60. bl_ui/node_add_menu_shader/__init__.pyi +18 -169
  61. bl_ui/node_add_menu_texture/__init__.pyi +9 -117
  62. bl_ui/properties_animviz/__init__.pyi +0 -14
  63. bl_ui/properties_collection/__init__.pyi +7 -111
  64. bl_ui/properties_constraint/__init__.pyi +79 -1523
  65. bl_ui/properties_data_armature/__init__.pyi +12 -213
  66. bl_ui/properties_data_bone/__init__.pyi +10 -197
  67. bl_ui/properties_data_camera/__init__.pyi +15 -311
  68. bl_ui/properties_data_curve/__init__.pyi +15 -318
  69. bl_ui/properties_data_curves/__init__.pyi +6 -107
  70. bl_ui/properties_data_empty/__init__.pyi +2 -43
  71. bl_ui/properties_data_gpencil/__init__.pyi +18 -349
  72. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
  73. bl_ui/properties_data_lattice/__init__.pyi +3 -64
  74. bl_ui/properties_data_light/__init__.pyi +12 -263
  75. bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
  76. bl_ui/properties_data_mesh/__init__.pyi +21 -324
  77. bl_ui/properties_data_metaball/__init__.pyi +5 -102
  78. bl_ui/properties_data_modifier/__init__.pyi +8 -177
  79. bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
  80. bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
  81. bl_ui/properties_data_speaker/__init__.pyi +5 -110
  82. bl_ui/properties_data_volume/__init__.pyi +8 -155
  83. bl_ui/properties_freestyle/__init__.pyi +29 -614
  84. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
  85. bl_ui/properties_mask_common/__init__.pyi +8 -110
  86. bl_ui/properties_material/__init__.pyi +18 -330
  87. bl_ui/properties_material_gpencil/__init__.pyi +10 -181
  88. bl_ui/properties_object/__init__.pyi +14 -275
  89. bl_ui/properties_output/__init__.pyi +18 -369
  90. bl_ui/properties_paint_common/__init__.pyi +12 -105
  91. bl_ui/properties_particle/__init__.pyi +56 -1158
  92. bl_ui/properties_physics_cloth/__init__.pyi +15 -313
  93. bl_ui/properties_physics_common/__init__.pyi +7 -57
  94. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
  95. bl_ui/properties_physics_field/__init__.pyi +11 -217
  96. bl_ui/properties_physics_fluid/__init__.pyi +28 -625
  97. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
  98. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
  99. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
  100. bl_ui/properties_physics_softbody/__init__.pyi +16 -352
  101. bl_ui/properties_render/__init__.pyi +54 -1145
  102. bl_ui/properties_scene/__init__.pyi +15 -297
  103. bl_ui/properties_texture/__init__.pyi +28 -576
  104. bl_ui/properties_view_layer/__init__.pyi +18 -345
  105. bl_ui/properties_workspace/__init__.pyi +4 -79
  106. bl_ui/properties_world/__init__.pyi +10 -219
  107. bl_ui/space_clip/__init__.pyi +71 -1089
  108. bl_ui/space_console/__init__.pyi +7 -72
  109. bl_ui/space_dopesheet/__init__.pyi +31 -484
  110. bl_ui/space_filebrowser/__init__.pyi +34 -430
  111. bl_ui/space_graph/__init__.pyi +20 -236
  112. bl_ui/space_image/__init__.pyi +68 -1088
  113. bl_ui/space_info/__init__.pyi +6 -70
  114. bl_ui/space_nla/__init__.pyi +17 -209
  115. bl_ui/space_node/__init__.pyi +30 -435
  116. bl_ui/space_outliner/__init__.pyi +15 -164
  117. bl_ui/space_properties/__init__.pyi +3 -41
  118. bl_ui/space_sequencer/__init__.pyi +77 -1141
  119. bl_ui/space_spreadsheet/__init__.pyi +1 -11
  120. bl_ui/space_statusbar/__init__.pyi +1 -11
  121. bl_ui/space_text/__init__.pyi +16 -192
  122. bl_ui/space_time/__init__.pyi +8 -110
  123. bl_ui/space_toolsystem_common/__init__.pyi +40 -199
  124. bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
  125. bl_ui/space_topbar/__init__.pyi +27 -334
  126. bl_ui/space_userpref/__init__.pyi +92 -1575
  127. bl_ui/space_view3d/__init__.pyi +269 -3437
  128. bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
  129. bl_ui/temp_anim_layers/__init__.pyi +2 -21
  130. bl_ui/utils/__init__.pyi +0 -7
  131. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  132. blend_render_info/__init__.pyi +2 -9
  133. bmesh/types/__init__.pyi +1 -18
  134. bpy/ops/wm/__init__.pyi +3 -0
  135. bpy/types/__init__.pyi +295 -4653
  136. bpy/utils/__init__.pyi +14 -70
  137. bpy_extras/anim_utils/__init__.pyi +0 -1
  138. bpy_extras/asset_utils/__init__.pyi +0 -10
  139. bpy_extras/bmesh_utils/__init__.pyi +1 -4
  140. bpy_extras/extensions/junction_module/__init__.pyi +1 -6
  141. bpy_extras/io_utils/__init__.pyi +4 -24
  142. bpy_extras/keyconfig_utils/__init__.pyi +2 -9
  143. bpy_extras/node_shader_utils/__init__.pyi +44 -285
  144. bpy_extras/node_utils/__init__.pyi +2 -9
  145. bpy_extras/object_utils/__init__.pyi +0 -2
  146. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
  147. bpy_restrict_state/__init__.pyi +1 -14
  148. bpy_types/__init__.pyi +8 -274
  149. console_python/__init__.pyi +6 -36
  150. console_shell/__init__.pyi +5 -24
  151. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  152. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  153. freestyle/chainingiterators/__init__.pyi +10 -40
  154. freestyle/functions/__init__.pyi +7 -33
  155. freestyle/predicates/__init__.pyi +44 -217
  156. freestyle/shaders/__init__.pyi +0 -10
  157. freestyle/utils/__init__.pyi +3 -15
  158. graphviz_export/__init__.pyi +2 -9
  159. idprop/types/__init__.pyi +6 -33
  160. imbuf/types/__init__.pyi +0 -2
  161. keyingsets_builtins/__init__.pyi +2 -156
  162. keyingsets_utils/__init__.pyi +14 -69
  163. mathutils/bvhtree/__init__.pyi +0 -2
  164. nodeitems_builtins/__init__.pyi +5 -30
  165. nodeitems_utils/__init__.pyi +8 -45
  166. rna_info/__init__.pyi +22 -200
  167. rna_keymap_ui/__init__.pyi +6 -29
  168. rna_prop_ui/__init__.pyi +9 -49
  169. rna_xml/__init__.pyi +6 -29
  170. sys_info/__init__.pyi +1 -4
  171. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  172. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  173. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -6,16 +6,9 @@ import rna_prop_ui
6
6
  GenericType = typing.TypeVar("GenericType")
7
7
 
8
8
  class DataButtonsPanel:
9
- """ """
10
-
11
9
  bl_context: typing.Any
12
- """ """
13
-
14
10
  bl_region_type: typing.Any
15
- """ """
16
-
17
11
  bl_space_type: typing.Any
18
- """ """
19
12
 
20
13
  def poll(self, context):
21
14
  """
@@ -25,28 +18,13 @@ class DataButtonsPanel:
25
18
  ...
26
19
 
27
20
  class DATA_PT_context_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
28
- """ """
29
-
30
21
  bl_context: typing.Any
31
- """ """
32
-
33
22
  bl_label: typing.Any
34
- """ """
35
-
36
23
  bl_options: typing.Any
37
- """ """
38
-
39
24
  bl_region_type: typing.Any
40
- """ """
41
-
42
25
  bl_rna: typing.Any
43
- """ """
44
-
45
26
  bl_space_type: typing.Any
46
- """ """
47
-
48
27
  id_data: typing.Any
49
- """ """
50
28
 
51
29
  def append(self, draw_func):
52
30
  """Append a draw function to this menu,
@@ -131,10 +109,7 @@ class DATA_PT_context_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._Gen
131
109
  """
132
110
  ...
133
111
 
134
- def is_extended(self):
135
- """ """
136
- ...
137
-
112
+ def is_extended(self): ...
138
113
  def is_property_hidden(self) -> bool:
139
114
  """Check if a property is hidden.
140
115
 
@@ -277,31 +252,14 @@ class DATA_PT_custom_props_metaball(
277
252
  """
278
253
 
279
254
  COMPAT_ENGINES: typing.Any
280
- """ """
281
-
282
255
  bl_context: typing.Any
283
- """ """
284
-
285
256
  bl_label: typing.Any
286
- """ """
287
-
288
257
  bl_options: typing.Any
289
- """ """
290
-
291
258
  bl_order: typing.Any
292
- """ """
293
-
294
259
  bl_region_type: typing.Any
295
- """ """
296
-
297
260
  bl_rna: typing.Any
298
- """ """
299
-
300
261
  bl_space_type: typing.Any
301
- """ """
302
-
303
262
  id_data: typing.Any
304
- """ """
305
263
 
306
264
  def append(self, draw_func):
307
265
  """Append a draw function to this menu,
@@ -386,10 +344,7 @@ class DATA_PT_custom_props_metaball(
386
344
  """
387
345
  ...
388
346
 
389
- def is_extended(self):
390
- """ """
391
- ...
392
-
347
+ def is_extended(self): ...
393
348
  def is_property_hidden(self) -> bool:
394
349
  """Check if a property is hidden.
395
350
 
@@ -527,31 +482,14 @@ class DATA_PT_custom_props_metaball(
527
482
  class DATA_PT_mball_texture_space(
528
483
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
529
484
  ):
530
- """ """
531
-
532
485
  COMPAT_ENGINES: typing.Any
533
- """ """
534
-
535
486
  bl_context: typing.Any
536
- """ """
537
-
538
487
  bl_label: typing.Any
539
- """ """
540
-
541
488
  bl_options: typing.Any
542
- """ """
543
-
544
489
  bl_region_type: typing.Any
545
- """ """
546
-
547
490
  bl_rna: typing.Any
548
- """ """
549
-
550
491
  bl_space_type: typing.Any
551
- """ """
552
-
553
492
  id_data: typing.Any
554
- """ """
555
493
 
556
494
  def append(self, draw_func):
557
495
  """Append a draw function to this menu,
@@ -636,10 +574,7 @@ class DATA_PT_mball_texture_space(
636
574
  """
637
575
  ...
638
576
 
639
- def is_extended(self):
640
- """ """
641
- ...
642
-
577
+ def is_extended(self): ...
643
578
  def is_property_hidden(self) -> bool:
644
579
  """Check if a property is hidden.
645
580
 
@@ -775,25 +710,12 @@ class DATA_PT_mball_texture_space(
775
710
  ...
776
711
 
777
712
  class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
778
- """ """
779
-
780
713
  bl_context: typing.Any
781
- """ """
782
-
783
714
  bl_label: typing.Any
784
- """ """
785
-
786
715
  bl_region_type: typing.Any
787
- """ """
788
-
789
716
  bl_rna: typing.Any
790
- """ """
791
-
792
717
  bl_space_type: typing.Any
793
- """ """
794
-
795
718
  id_data: typing.Any
796
- """ """
797
719
 
798
720
  def append(self, draw_func):
799
721
  """Append a draw function to this menu,
@@ -878,10 +800,7 @@ class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
878
800
  """
879
801
  ...
880
802
 
881
- def is_extended(self):
882
- """ """
883
- ...
884
-
803
+ def is_extended(self): ...
885
804
  def is_property_hidden(self) -> bool:
886
805
  """Check if a property is hidden.
887
806
 
@@ -1017,25 +936,12 @@ class DATA_PT_metaball(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1017
936
  ...
1018
937
 
1019
938
  class DATA_PT_metaball_element(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1020
- """ """
1021
-
1022
939
  bl_context: typing.Any
1023
- """ """
1024
-
1025
940
  bl_label: typing.Any
1026
- """ """
1027
-
1028
941
  bl_region_type: typing.Any
1029
- """ """
1030
-
1031
942
  bl_rna: typing.Any
1032
- """ """
1033
-
1034
943
  bl_space_type: typing.Any
1035
- """ """
1036
-
1037
944
  id_data: typing.Any
1038
- """ """
1039
945
 
1040
946
  def append(self, draw_func):
1041
947
  """Append a draw function to this menu,
@@ -1120,10 +1026,7 @@ class DATA_PT_metaball_element(bpy_types.Panel, DataButtonsPanel, bpy_types._Gen
1120
1026
  """
1121
1027
  ...
1122
1028
 
1123
- def is_extended(self):
1124
- """ """
1125
- ...
1126
-
1029
+ def is_extended(self): ...
1127
1030
  def is_property_hidden(self) -> bool:
1128
1031
  """Check if a property is hidden.
1129
1032
 
@@ -5,19 +5,10 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class AddModifierMenu(bpy_types.Operator):
8
- """ """
9
-
10
8
  bl_idname: typing.Any
11
- """ """
12
-
13
9
  bl_label: typing.Any
14
- """ """
15
-
16
10
  bl_rna: typing.Any
17
- """ """
18
-
19
11
  id_data: typing.Any
20
- """ """
21
12
 
22
13
  def as_keywords(self, ignore=()):
23
14
  """Return a copy of the properties as a dictionary
@@ -226,31 +217,15 @@ class AddModifierMenu(bpy_types.Operator):
226
217
  ...
227
218
 
228
219
  class ModifierButtonsPanel:
229
- """ """
230
-
231
220
  bl_context: typing.Any
232
- """ """
233
-
234
221
  bl_options: typing.Any
235
- """ """
236
-
237
222
  bl_region_type: typing.Any
238
- """ """
239
-
240
223
  bl_space_type: typing.Any
241
- """ """
242
224
 
243
225
  class ModifierAddMenu:
244
- """ """
245
-
246
226
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
247
- """ """
248
-
249
227
  MODIFIER_TYPES_TO_ICONS: typing.Any
250
- """ """
251
-
252
228
  MODIFIER_TYPES_TO_LABELS: typing.Any
253
- """ """
254
229
 
255
230
  def operator_modifier_add(self, layout, mod_type):
256
231
  """
@@ -263,28 +238,13 @@ class ModifierAddMenu:
263
238
  class DATA_PT_gpencil_modifiers(
264
239
  bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI
265
240
  ):
266
- """ """
267
-
268
241
  bl_context: typing.Any
269
- """ """
270
-
271
242
  bl_label: typing.Any
272
- """ """
273
-
274
243
  bl_options: typing.Any
275
- """ """
276
-
277
244
  bl_region_type: typing.Any
278
- """ """
279
-
280
245
  bl_rna: typing.Any
281
- """ """
282
-
283
246
  bl_space_type: typing.Any
284
- """ """
285
-
286
247
  id_data: typing.Any
287
- """ """
288
248
 
289
249
  def append(self, draw_func):
290
250
  """Append a draw function to this menu,
@@ -369,10 +329,7 @@ class DATA_PT_gpencil_modifiers(
369
329
  """
370
330
  ...
371
331
 
372
- def is_extended(self):
373
- """ """
374
- ...
375
-
332
+ def is_extended(self): ...
376
333
  def is_property_hidden(self) -> bool:
377
334
  """Check if a property is hidden.
378
335
 
@@ -508,28 +465,13 @@ class DATA_PT_gpencil_modifiers(
508
465
  ...
509
466
 
510
467
  class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._GenericUI):
511
- """ """
512
-
513
468
  bl_context: typing.Any
514
- """ """
515
-
516
469
  bl_label: typing.Any
517
- """ """
518
-
519
470
  bl_options: typing.Any
520
- """ """
521
-
522
471
  bl_region_type: typing.Any
523
- """ """
524
-
525
472
  bl_rna: typing.Any
526
- """ """
527
-
528
473
  bl_space_type: typing.Any
529
- """ """
530
-
531
474
  id_data: typing.Any
532
- """ """
533
475
 
534
476
  def append(self, draw_func):
535
477
  """Append a draw function to this menu,
@@ -614,10 +556,7 @@ class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._Generi
614
556
  """
615
557
  ...
616
558
 
617
- def is_extended(self):
618
- """ """
619
- ...
620
-
559
+ def is_extended(self): ...
621
560
  def is_property_hidden(self) -> bool:
622
561
  """Check if a property is hidden.
623
562
 
@@ -753,28 +692,13 @@ class DATA_PT_modifiers(bpy_types.Panel, ModifierButtonsPanel, bpy_types._Generi
753
692
  ...
754
693
 
755
694
  class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI):
756
- """ """
757
-
758
695
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
759
- """ """
760
-
761
696
  MODIFIER_TYPES_TO_ICONS: typing.Any
762
- """ """
763
-
764
697
  MODIFIER_TYPES_TO_LABELS: typing.Any
765
- """ """
766
-
767
698
  bl_label: typing.Any
768
- """ """
769
-
770
699
  bl_options: typing.Any
771
- """ """
772
-
773
700
  bl_rna: typing.Any
774
- """ """
775
-
776
701
  id_data: typing.Any
777
- """ """
778
702
 
779
703
  def append(self, draw_func):
780
704
  """Append a draw function to this menu,
@@ -879,10 +803,7 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
879
803
  """
880
804
  ...
881
805
 
882
- def is_extended(self):
883
- """ """
884
- ...
885
-
806
+ def is_extended(self): ...
886
807
  def is_property_hidden(self) -> bool:
887
808
  """Check if a property is hidden.
888
809
 
@@ -1055,28 +976,13 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
1055
976
  class OBJECT_MT_modifier_add_color(
1056
977
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1057
978
  ):
1058
- """ """
1059
-
1060
979
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1061
- """ """
1062
-
1063
980
  MODIFIER_TYPES_TO_ICONS: typing.Any
1064
- """ """
1065
-
1066
981
  MODIFIER_TYPES_TO_LABELS: typing.Any
1067
- """ """
1068
-
1069
982
  bl_label: typing.Any
1070
- """ """
1071
-
1072
983
  bl_options: typing.Any
1073
- """ """
1074
-
1075
984
  bl_rna: typing.Any
1076
- """ """
1077
-
1078
985
  id_data: typing.Any
1079
- """ """
1080
986
 
1081
987
  def append(self, draw_func):
1082
988
  """Append a draw function to this menu,
@@ -1181,10 +1087,7 @@ class OBJECT_MT_modifier_add_color(
1181
1087
  """
1182
1088
  ...
1183
1089
 
1184
- def is_extended(self):
1185
- """ """
1186
- ...
1187
-
1090
+ def is_extended(self): ...
1188
1091
  def is_property_hidden(self) -> bool:
1189
1092
  """Check if a property is hidden.
1190
1093
 
@@ -1357,28 +1260,13 @@ class OBJECT_MT_modifier_add_color(
1357
1260
  class OBJECT_MT_modifier_add_deform(
1358
1261
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1359
1262
  ):
1360
- """ """
1361
-
1362
1263
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1363
- """ """
1364
-
1365
1264
  MODIFIER_TYPES_TO_ICONS: typing.Any
1366
- """ """
1367
-
1368
1265
  MODIFIER_TYPES_TO_LABELS: typing.Any
1369
- """ """
1370
-
1371
1266
  bl_label: typing.Any
1372
- """ """
1373
-
1374
1267
  bl_options: typing.Any
1375
- """ """
1376
-
1377
1268
  bl_rna: typing.Any
1378
- """ """
1379
-
1380
1269
  id_data: typing.Any
1381
- """ """
1382
1270
 
1383
1271
  def append(self, draw_func):
1384
1272
  """Append a draw function to this menu,
@@ -1483,10 +1371,7 @@ class OBJECT_MT_modifier_add_deform(
1483
1371
  """
1484
1372
  ...
1485
1373
 
1486
- def is_extended(self):
1487
- """ """
1488
- ...
1489
-
1374
+ def is_extended(self): ...
1490
1375
  def is_property_hidden(self) -> bool:
1491
1376
  """Check if a property is hidden.
1492
1377
 
@@ -1659,28 +1544,13 @@ class OBJECT_MT_modifier_add_deform(
1659
1544
  class OBJECT_MT_modifier_add_edit(
1660
1545
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1661
1546
  ):
1662
- """ """
1663
-
1664
1547
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1665
- """ """
1666
-
1667
1548
  MODIFIER_TYPES_TO_ICONS: typing.Any
1668
- """ """
1669
-
1670
1549
  MODIFIER_TYPES_TO_LABELS: typing.Any
1671
- """ """
1672
-
1673
1550
  bl_label: typing.Any
1674
- """ """
1675
-
1676
1551
  bl_options: typing.Any
1677
- """ """
1678
-
1679
1552
  bl_rna: typing.Any
1680
- """ """
1681
-
1682
1553
  id_data: typing.Any
1683
- """ """
1684
1554
 
1685
1555
  def append(self, draw_func):
1686
1556
  """Append a draw function to this menu,
@@ -1785,10 +1655,7 @@ class OBJECT_MT_modifier_add_edit(
1785
1655
  """
1786
1656
  ...
1787
1657
 
1788
- def is_extended(self):
1789
- """ """
1790
- ...
1791
-
1658
+ def is_extended(self): ...
1792
1659
  def is_property_hidden(self) -> bool:
1793
1660
  """Check if a property is hidden.
1794
1661
 
@@ -1961,28 +1828,13 @@ class OBJECT_MT_modifier_add_edit(
1961
1828
  class OBJECT_MT_modifier_add_generate(
1962
1829
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
1963
1830
  ):
1964
- """ """
1965
-
1966
1831
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
1967
- """ """
1968
-
1969
1832
  MODIFIER_TYPES_TO_ICONS: typing.Any
1970
- """ """
1971
-
1972
1833
  MODIFIER_TYPES_TO_LABELS: typing.Any
1973
- """ """
1974
-
1975
1834
  bl_label: typing.Any
1976
- """ """
1977
-
1978
1835
  bl_options: typing.Any
1979
- """ """
1980
-
1981
1836
  bl_rna: typing.Any
1982
- """ """
1983
-
1984
1837
  id_data: typing.Any
1985
- """ """
1986
1838
 
1987
1839
  def append(self, draw_func):
1988
1840
  """Append a draw function to this menu,
@@ -2087,10 +1939,7 @@ class OBJECT_MT_modifier_add_generate(
2087
1939
  """
2088
1940
  ...
2089
1941
 
2090
- def is_extended(self):
2091
- """ """
2092
- ...
2093
-
1942
+ def is_extended(self): ...
2094
1943
  def is_property_hidden(self) -> bool:
2095
1944
  """Check if a property is hidden.
2096
1945
 
@@ -2263,28 +2112,13 @@ class OBJECT_MT_modifier_add_generate(
2263
2112
  class OBJECT_MT_modifier_add_physics(
2264
2113
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
2265
2114
  ):
2266
- """ """
2267
-
2268
2115
  MODIFIER_TYPES_I18N_CONTEXT: typing.Any
2269
- """ """
2270
-
2271
2116
  MODIFIER_TYPES_TO_ICONS: typing.Any
2272
- """ """
2273
-
2274
2117
  MODIFIER_TYPES_TO_LABELS: typing.Any
2275
- """ """
2276
-
2277
2118
  bl_label: typing.Any
2278
- """ """
2279
-
2280
2119
  bl_options: typing.Any
2281
- """ """
2282
-
2283
2120
  bl_rna: typing.Any
2284
- """ """
2285
-
2286
2121
  id_data: typing.Any
2287
- """ """
2288
2122
 
2289
2123
  def append(self, draw_func):
2290
2124
  """Append a draw function to this menu,
@@ -2389,10 +2223,7 @@ class OBJECT_MT_modifier_add_physics(
2389
2223
  """
2390
2224
  ...
2391
2225
 
2392
- def is_extended(self):
2393
- """ """
2394
- ...
2395
-
2226
+ def is_extended(self): ...
2396
2227
  def is_property_hidden(self) -> bool:
2397
2228
  """Check if a property is hidden.
2398
2229