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
@@ -5,16 +5,9 @@ import bpy_types
5
5
  GenericType = typing.TypeVar("GenericType")
6
6
 
7
7
  class PhysicButtonsPanel:
8
- """ """
9
-
10
8
  bl_context: typing.Any
11
- """ """
12
-
13
9
  bl_region_type: typing.Any
14
- """ """
15
-
16
10
  bl_space_type: typing.Any
17
- """ """
18
11
 
19
12
  def poll_dyn_canvas(self, context):
20
13
  """
@@ -59,13 +52,8 @@ class PhysicButtonsPanel:
59
52
  ...
60
53
 
61
54
  class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
62
- """ """
63
-
64
55
  bl_rna: typing.Any
65
- """ """
66
-
67
56
  id_data: typing.Any
68
- """ """
69
57
 
70
58
  def append(self, draw_func):
71
59
  """Append a draw function to this menu,
@@ -167,10 +155,7 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
167
155
  """
168
156
  ...
169
157
 
170
- def is_extended(self):
171
- """ """
172
- ...
173
-
158
+ def is_extended(self): ...
174
159
  def is_property_hidden(self) -> bool:
175
160
  """Check if a property is hidden.
176
161
 
@@ -301,31 +286,14 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
301
286
  class PHYSICS_PT_dp_brush_source(
302
287
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
303
288
  ):
304
- """ """
305
-
306
289
  COMPAT_ENGINES: typing.Any
307
- """ """
308
-
309
290
  bl_context: typing.Any
310
- """ """
311
-
312
291
  bl_label: typing.Any
313
- """ """
314
-
315
292
  bl_parent_id: typing.Any
316
- """ """
317
-
318
293
  bl_region_type: typing.Any
319
- """ """
320
-
321
294
  bl_rna: typing.Any
322
- """ """
323
-
324
295
  bl_space_type: typing.Any
325
- """ """
326
-
327
296
  id_data: typing.Any
328
- """ """
329
297
 
330
298
  def append(self, draw_func):
331
299
  """Append a draw function to this menu,
@@ -410,10 +378,7 @@ class PHYSICS_PT_dp_brush_source(
410
378
  """
411
379
  ...
412
380
 
413
- def is_extended(self):
414
- """ """
415
- ...
416
-
381
+ def is_extended(self): ...
417
382
  def is_property_hidden(self) -> bool:
418
383
  """Check if a property is hidden.
419
384
 
@@ -593,31 +558,14 @@ class PHYSICS_PT_dp_brush_source(
593
558
  class PHYSICS_PT_dp_brush_source_color_ramp(
594
559
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
595
560
  ):
596
- """ """
597
-
598
561
  COMPAT_ENGINES: typing.Any
599
- """ """
600
-
601
562
  bl_context: typing.Any
602
- """ """
603
-
604
563
  bl_label: typing.Any
605
- """ """
606
-
607
564
  bl_parent_id: typing.Any
608
- """ """
609
-
610
565
  bl_region_type: typing.Any
611
- """ """
612
-
613
566
  bl_rna: typing.Any
614
- """ """
615
-
616
567
  bl_space_type: typing.Any
617
- """ """
618
-
619
568
  id_data: typing.Any
620
- """ """
621
569
 
622
570
  def append(self, draw_func):
623
571
  """Append a draw function to this menu,
@@ -702,10 +650,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
702
650
  """
703
651
  ...
704
652
 
705
- def is_extended(self):
706
- """ """
707
- ...
708
-
653
+ def is_extended(self): ...
709
654
  def is_property_hidden(self) -> bool:
710
655
  """Check if a property is hidden.
711
656
 
@@ -885,34 +830,15 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
885
830
  class PHYSICS_PT_dp_brush_velocity(
886
831
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
887
832
  ):
888
- """ """
889
-
890
833
  COMPAT_ENGINES: typing.Any
891
- """ """
892
-
893
834
  bl_context: typing.Any
894
- """ """
895
-
896
835
  bl_label: typing.Any
897
- """ """
898
-
899
836
  bl_options: typing.Any
900
- """ """
901
-
902
837
  bl_parent_id: typing.Any
903
- """ """
904
-
905
838
  bl_region_type: typing.Any
906
- """ """
907
-
908
839
  bl_rna: typing.Any
909
- """ """
910
-
911
840
  bl_space_type: typing.Any
912
- """ """
913
-
914
841
  id_data: typing.Any
915
- """ """
916
842
 
917
843
  def append(self, draw_func):
918
844
  """Append a draw function to this menu,
@@ -997,10 +923,7 @@ class PHYSICS_PT_dp_brush_velocity(
997
923
  """
998
924
  ...
999
925
 
1000
- def is_extended(self):
1001
- """ """
1002
- ...
1003
-
926
+ def is_extended(self): ...
1004
927
  def is_property_hidden(self) -> bool:
1005
928
  """Check if a property is hidden.
1006
929
 
@@ -1180,34 +1103,15 @@ class PHYSICS_PT_dp_brush_velocity(
1180
1103
  class PHYSICS_PT_dp_brush_velocity_color_ramp(
1181
1104
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1182
1105
  ):
1183
- """ """
1184
-
1185
1106
  COMPAT_ENGINES: typing.Any
1186
- """ """
1187
-
1188
1107
  bl_context: typing.Any
1189
- """ """
1190
-
1191
1108
  bl_label: typing.Any
1192
- """ """
1193
-
1194
1109
  bl_options: typing.Any
1195
- """ """
1196
-
1197
1110
  bl_parent_id: typing.Any
1198
- """ """
1199
-
1200
1111
  bl_region_type: typing.Any
1201
- """ """
1202
-
1203
1112
  bl_rna: typing.Any
1204
- """ """
1205
-
1206
1113
  bl_space_type: typing.Any
1207
- """ """
1208
-
1209
1114
  id_data: typing.Any
1210
- """ """
1211
1115
 
1212
1116
  def append(self, draw_func):
1213
1117
  """Append a draw function to this menu,
@@ -1292,10 +1196,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
1292
1196
  """
1293
1197
  ...
1294
1198
 
1295
- def is_extended(self):
1296
- """ """
1297
- ...
1298
-
1199
+ def is_extended(self): ...
1299
1200
  def is_property_hidden(self) -> bool:
1300
1201
  """Check if a property is hidden.
1301
1202
 
@@ -1475,34 +1376,15 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
1475
1376
  class PHYSICS_PT_dp_brush_velocity_smudge(
1476
1377
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1477
1378
  ):
1478
- """ """
1479
-
1480
1379
  COMPAT_ENGINES: typing.Any
1481
- """ """
1482
-
1483
1380
  bl_context: typing.Any
1484
- """ """
1485
-
1486
1381
  bl_label: typing.Any
1487
- """ """
1488
-
1489
1382
  bl_options: typing.Any
1490
- """ """
1491
-
1492
1383
  bl_parent_id: typing.Any
1493
- """ """
1494
-
1495
1384
  bl_region_type: typing.Any
1496
- """ """
1497
-
1498
1385
  bl_rna: typing.Any
1499
- """ """
1500
-
1501
1386
  bl_space_type: typing.Any
1502
- """ """
1503
-
1504
1387
  id_data: typing.Any
1505
- """ """
1506
1388
 
1507
1389
  def append(self, draw_func):
1508
1390
  """Append a draw function to this menu,
@@ -1594,10 +1476,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
1594
1476
  """
1595
1477
  ...
1596
1478
 
1597
- def is_extended(self):
1598
- """ """
1599
- ...
1600
-
1479
+ def is_extended(self): ...
1601
1480
  def is_property_hidden(self) -> bool:
1602
1481
  """Check if a property is hidden.
1603
1482
 
@@ -1777,34 +1656,15 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
1777
1656
  class PHYSICS_PT_dp_brush_wave(
1778
1657
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1779
1658
  ):
1780
- """ """
1781
-
1782
1659
  COMPAT_ENGINES: typing.Any
1783
- """ """
1784
-
1785
1660
  bl_context: typing.Any
1786
- """ """
1787
-
1788
1661
  bl_label: typing.Any
1789
- """ """
1790
-
1791
1662
  bl_options: typing.Any
1792
- """ """
1793
-
1794
1663
  bl_parent_id: typing.Any
1795
- """ """
1796
-
1797
1664
  bl_region_type: typing.Any
1798
- """ """
1799
-
1800
1665
  bl_rna: typing.Any
1801
- """ """
1802
-
1803
1666
  bl_space_type: typing.Any
1804
- """ """
1805
-
1806
1667
  id_data: typing.Any
1807
- """ """
1808
1668
 
1809
1669
  def append(self, draw_func):
1810
1670
  """Append a draw function to this menu,
@@ -1889,10 +1749,7 @@ class PHYSICS_PT_dp_brush_wave(
1889
1749
  """
1890
1750
  ...
1891
1751
 
1892
- def is_extended(self):
1893
- """ """
1894
- ...
1895
-
1752
+ def is_extended(self): ...
1896
1753
  def is_property_hidden(self) -> bool:
1897
1754
  """Check if a property is hidden.
1898
1755
 
@@ -2070,34 +1927,15 @@ class PHYSICS_PT_dp_brush_wave(
2070
1927
  ...
2071
1928
 
2072
1929
  class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2073
- """ """
2074
-
2075
1930
  COMPAT_ENGINES: typing.Any
2076
- """ """
2077
-
2078
1931
  bl_context: typing.Any
2079
- """ """
2080
-
2081
1932
  bl_label: typing.Any
2082
- """ """
2083
-
2084
1933
  bl_options: typing.Any
2085
- """ """
2086
-
2087
1934
  bl_parent_id: typing.Any
2088
- """ """
2089
-
2090
1935
  bl_region_type: typing.Any
2091
- """ """
2092
-
2093
1936
  bl_rna: typing.Any
2094
- """ """
2095
-
2096
1937
  bl_space_type: typing.Any
2097
- """ """
2098
-
2099
1938
  id_data: typing.Any
2100
- """ """
2101
1939
 
2102
1940
  def append(self, draw_func):
2103
1941
  """Append a draw function to this menu,
@@ -2182,10 +2020,7 @@ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
2182
2020
  """
2183
2021
  ...
2184
2022
 
2185
- def is_extended(self):
2186
- """ """
2187
- ...
2188
-
2023
+ def is_extended(self): ...
2189
2024
  def is_property_hidden(self) -> bool:
2190
2025
  """Check if a property is hidden.
2191
2026
 
@@ -2365,34 +2200,15 @@ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
2365
2200
  class PHYSICS_PT_dp_canvas_initial_color(
2366
2201
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2367
2202
  ):
2368
- """ """
2369
-
2370
2203
  COMPAT_ENGINES: typing.Any
2371
- """ """
2372
-
2373
2204
  bl_context: typing.Any
2374
- """ """
2375
-
2376
2205
  bl_label: typing.Any
2377
- """ """
2378
-
2379
2206
  bl_options: typing.Any
2380
- """ """
2381
-
2382
2207
  bl_parent_id: typing.Any
2383
- """ """
2384
-
2385
2208
  bl_region_type: typing.Any
2386
- """ """
2387
-
2388
2209
  bl_rna: typing.Any
2389
- """ """
2390
-
2391
2210
  bl_space_type: typing.Any
2392
- """ """
2393
-
2394
2211
  id_data: typing.Any
2395
- """ """
2396
2212
 
2397
2213
  def append(self, draw_func):
2398
2214
  """Append a draw function to this menu,
@@ -2477,10 +2293,7 @@ class PHYSICS_PT_dp_canvas_initial_color(
2477
2293
  """
2478
2294
  ...
2479
2295
 
2480
- def is_extended(self):
2481
- """ """
2482
- ...
2483
-
2296
+ def is_extended(self): ...
2484
2297
  def is_property_hidden(self) -> bool:
2485
2298
  """Check if a property is hidden.
2486
2299
 
@@ -2660,34 +2473,15 @@ class PHYSICS_PT_dp_canvas_initial_color(
2660
2473
  class PHYSICS_PT_dp_canvas_output(
2661
2474
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2662
2475
  ):
2663
- """ """
2664
-
2665
2476
  COMPAT_ENGINES: typing.Any
2666
- """ """
2667
-
2668
2477
  bl_context: typing.Any
2669
- """ """
2670
-
2671
2478
  bl_label: typing.Any
2672
- """ """
2673
-
2674
2479
  bl_options: typing.Any
2675
- """ """
2676
-
2677
2480
  bl_parent_id: typing.Any
2678
- """ """
2679
-
2680
2481
  bl_region_type: typing.Any
2681
- """ """
2682
-
2683
2482
  bl_rna: typing.Any
2684
- """ """
2685
-
2686
2483
  bl_space_type: typing.Any
2687
- """ """
2688
-
2689
2484
  id_data: typing.Any
2690
- """ """
2691
2485
 
2692
2486
  def append(self, draw_func):
2693
2487
  """Append a draw function to this menu,
@@ -2772,10 +2566,7 @@ class PHYSICS_PT_dp_canvas_output(
2772
2566
  """
2773
2567
  ...
2774
2568
 
2775
- def is_extended(self):
2776
- """ """
2777
- ...
2778
-
2569
+ def is_extended(self): ...
2779
2570
  def is_property_hidden(self) -> bool:
2780
2571
  """Check if a property is hidden.
2781
2572
 
@@ -2955,34 +2746,15 @@ class PHYSICS_PT_dp_canvas_output(
2955
2746
  class PHYSICS_PT_dp_canvas_output_paintmaps(
2956
2747
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2957
2748
  ):
2958
- """ """
2959
-
2960
2749
  COMPAT_ENGINES: typing.Any
2961
- """ """
2962
-
2963
2750
  bl_context: typing.Any
2964
- """ """
2965
-
2966
2751
  bl_label: typing.Any
2967
- """ """
2968
-
2969
2752
  bl_options: typing.Any
2970
- """ """
2971
-
2972
2753
  bl_parent_id: typing.Any
2973
- """ """
2974
-
2975
2754
  bl_region_type: typing.Any
2976
- """ """
2977
-
2978
2755
  bl_rna: typing.Any
2979
- """ """
2980
-
2981
2756
  bl_space_type: typing.Any
2982
- """ """
2983
-
2984
2757
  id_data: typing.Any
2985
- """ """
2986
2758
 
2987
2759
  def append(self, draw_func):
2988
2760
  """Append a draw function to this menu,
@@ -3074,10 +2846,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
3074
2846
  """
3075
2847
  ...
3076
2848
 
3077
- def is_extended(self):
3078
- """ """
3079
- ...
3080
-
2849
+ def is_extended(self): ...
3081
2850
  def is_property_hidden(self) -> bool:
3082
2851
  """Check if a property is hidden.
3083
2852
 
@@ -3257,34 +3026,15 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
3257
3026
  class PHYSICS_PT_dp_canvas_output_wetmaps(
3258
3027
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3259
3028
  ):
3260
- """ """
3261
-
3262
3029
  COMPAT_ENGINES: typing.Any
3263
- """ """
3264
-
3265
3030
  bl_context: typing.Any
3266
- """ """
3267
-
3268
3031
  bl_label: typing.Any
3269
- """ """
3270
-
3271
3032
  bl_options: typing.Any
3272
- """ """
3273
-
3274
3033
  bl_parent_id: typing.Any
3275
- """ """
3276
-
3277
3034
  bl_region_type: typing.Any
3278
- """ """
3279
-
3280
3035
  bl_rna: typing.Any
3281
- """ """
3282
-
3283
3036
  bl_space_type: typing.Any
3284
- """ """
3285
-
3286
3037
  id_data: typing.Any
3287
- """ """
3288
3038
 
3289
3039
  def append(self, draw_func):
3290
3040
  """Append a draw function to this menu,
@@ -3376,10 +3126,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
3376
3126
  """
3377
3127
  ...
3378
3128
 
3379
- def is_extended(self):
3380
- """ """
3381
- ...
3382
-
3129
+ def is_extended(self): ...
3383
3130
  def is_property_hidden(self) -> bool:
3384
3131
  """Check if a property is hidden.
3385
3132
 
@@ -3557,34 +3304,15 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
3557
3304
  ...
3558
3305
 
3559
3306
  class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
3560
- """ """
3561
-
3562
3307
  COMPAT_ENGINES: typing.Any
3563
- """ """
3564
-
3565
3308
  bl_context: typing.Any
3566
- """ """
3567
-
3568
3309
  bl_label: typing.Any
3569
- """ """
3570
-
3571
3310
  bl_options: typing.Any
3572
- """ """
3573
-
3574
3311
  bl_parent_id: typing.Any
3575
- """ """
3576
-
3577
3312
  bl_region_type: typing.Any
3578
- """ """
3579
-
3580
3313
  bl_rna: typing.Any
3581
- """ """
3582
-
3583
3314
  bl_space_type: typing.Any
3584
- """ """
3585
-
3586
3315
  id_data: typing.Any
3587
- """ """
3588
3316
 
3589
3317
  def append(self, draw_func):
3590
3318
  """Append a draw function to this menu,
@@ -3669,10 +3397,7 @@ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gene
3669
3397
  """
3670
3398
  ...
3671
3399
 
3672
- def is_extended(self):
3673
- """ """
3674
- ...
3675
-
3400
+ def is_extended(self): ...
3676
3401
  def is_property_hidden(self) -> bool:
3677
3402
  """Check if a property is hidden.
3678
3403
 
@@ -3852,34 +3577,15 @@ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gene
3852
3577
  class PHYSICS_PT_dp_effects_drip(
3853
3578
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3854
3579
  ):
3855
- """ """
3856
-
3857
3580
  COMPAT_ENGINES: typing.Any
3858
- """ """
3859
-
3860
3581
  bl_context: typing.Any
3861
- """ """
3862
-
3863
3582
  bl_label: typing.Any
3864
- """ """
3865
-
3866
3583
  bl_options: typing.Any
3867
- """ """
3868
-
3869
3584
  bl_parent_id: typing.Any
3870
- """ """
3871
-
3872
3585
  bl_region_type: typing.Any
3873
- """ """
3874
-
3875
3586
  bl_rna: typing.Any
3876
- """ """
3877
-
3878
3587
  bl_space_type: typing.Any
3879
- """ """
3880
-
3881
3588
  id_data: typing.Any
3882
- """ """
3883
3589
 
3884
3590
  def append(self, draw_func):
3885
3591
  """Append a draw function to this menu,
@@ -3971,10 +3677,7 @@ class PHYSICS_PT_dp_effects_drip(
3971
3677
  """
3972
3678
  ...
3973
3679
 
3974
- def is_extended(self):
3975
- """ """
3976
- ...
3977
-
3680
+ def is_extended(self): ...
3978
3681
  def is_property_hidden(self) -> bool:
3979
3682
  """Check if a property is hidden.
3980
3683
 
@@ -4154,34 +3857,15 @@ class PHYSICS_PT_dp_effects_drip(
4154
3857
  class PHYSICS_PT_dp_effects_drip_weights(
4155
3858
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4156
3859
  ):
4157
- """ """
4158
-
4159
3860
  COMPAT_ENGINES: typing.Any
4160
- """ """
4161
-
4162
3861
  bl_context: typing.Any
4163
- """ """
4164
-
4165
3862
  bl_label: typing.Any
4166
- """ """
4167
-
4168
3863
  bl_options: typing.Any
4169
- """ """
4170
-
4171
3864
  bl_parent_id: typing.Any
4172
- """ """
4173
-
4174
3865
  bl_region_type: typing.Any
4175
- """ """
4176
-
4177
3866
  bl_rna: typing.Any
4178
- """ """
4179
-
4180
3867
  bl_space_type: typing.Any
4181
- """ """
4182
-
4183
3868
  id_data: typing.Any
4184
- """ """
4185
3869
 
4186
3870
  def append(self, draw_func):
4187
3871
  """Append a draw function to this menu,
@@ -4266,10 +3950,7 @@ class PHYSICS_PT_dp_effects_drip_weights(
4266
3950
  """
4267
3951
  ...
4268
3952
 
4269
- def is_extended(self):
4270
- """ """
4271
- ...
4272
-
3953
+ def is_extended(self): ...
4273
3954
  def is_property_hidden(self) -> bool:
4274
3955
  """Check if a property is hidden.
4275
3956
 
@@ -4449,34 +4130,15 @@ class PHYSICS_PT_dp_effects_drip_weights(
4449
4130
  class PHYSICS_PT_dp_effects_shrink(
4450
4131
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4451
4132
  ):
4452
- """ """
4453
-
4454
4133
  COMPAT_ENGINES: typing.Any
4455
- """ """
4456
-
4457
4134
  bl_context: typing.Any
4458
- """ """
4459
-
4460
4135
  bl_label: typing.Any
4461
- """ """
4462
-
4463
4136
  bl_options: typing.Any
4464
- """ """
4465
-
4466
4137
  bl_parent_id: typing.Any
4467
- """ """
4468
-
4469
4138
  bl_region_type: typing.Any
4470
- """ """
4471
-
4472
4139
  bl_rna: typing.Any
4473
- """ """
4474
-
4475
4140
  bl_space_type: typing.Any
4476
- """ """
4477
-
4478
4141
  id_data: typing.Any
4479
- """ """
4480
4142
 
4481
4143
  def append(self, draw_func):
4482
4144
  """Append a draw function to this menu,
@@ -4568,10 +4230,7 @@ class PHYSICS_PT_dp_effects_shrink(
4568
4230
  """
4569
4231
  ...
4570
4232
 
4571
- def is_extended(self):
4572
- """ """
4573
- ...
4574
-
4233
+ def is_extended(self): ...
4575
4234
  def is_property_hidden(self) -> bool:
4576
4235
  """Check if a property is hidden.
4577
4236
 
@@ -4751,34 +4410,15 @@ class PHYSICS_PT_dp_effects_shrink(
4751
4410
  class PHYSICS_PT_dp_effects_spread(
4752
4411
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4753
4412
  ):
4754
- """ """
4755
-
4756
4413
  COMPAT_ENGINES: typing.Any
4757
- """ """
4758
-
4759
4414
  bl_context: typing.Any
4760
- """ """
4761
-
4762
4415
  bl_label: typing.Any
4763
- """ """
4764
-
4765
4416
  bl_options: typing.Any
4766
- """ """
4767
-
4768
4417
  bl_parent_id: typing.Any
4769
- """ """
4770
-
4771
4418
  bl_region_type: typing.Any
4772
- """ """
4773
-
4774
4419
  bl_rna: typing.Any
4775
- """ """
4776
-
4777
4420
  bl_space_type: typing.Any
4778
- """ """
4779
-
4780
4421
  id_data: typing.Any
4781
- """ """
4782
4422
 
4783
4423
  def append(self, draw_func):
4784
4424
  """Append a draw function to this menu,
@@ -4870,10 +4510,7 @@ class PHYSICS_PT_dp_effects_spread(
4870
4510
  """
4871
4511
  ...
4872
4512
 
4873
- def is_extended(self):
4874
- """ """
4875
- ...
4876
-
4513
+ def is_extended(self): ...
4877
4514
  def is_property_hidden(self) -> bool:
4878
4515
  """Check if a property is hidden.
4879
4516
 
@@ -5053,31 +4690,14 @@ class PHYSICS_PT_dp_effects_spread(
5053
4690
  class PHYSICS_PT_dp_surface_canvas(
5054
4691
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5055
4692
  ):
5056
- """ """
5057
-
5058
4693
  COMPAT_ENGINES: typing.Any
5059
- """ """
5060
-
5061
4694
  bl_context: typing.Any
5062
- """ """
5063
-
5064
4695
  bl_label: typing.Any
5065
- """ """
5066
-
5067
4696
  bl_parent_id: typing.Any
5068
- """ """
5069
-
5070
4697
  bl_region_type: typing.Any
5071
- """ """
5072
-
5073
4698
  bl_rna: typing.Any
5074
- """ """
5075
-
5076
4699
  bl_space_type: typing.Any
5077
- """ """
5078
-
5079
4700
  id_data: typing.Any
5080
- """ """
5081
4701
 
5082
4702
  def append(self, draw_func):
5083
4703
  """Append a draw function to this menu,
@@ -5162,10 +4782,7 @@ class PHYSICS_PT_dp_surface_canvas(
5162
4782
  """
5163
4783
  ...
5164
4784
 
5165
- def is_extended(self):
5166
- """ """
5167
- ...
5168
-
4785
+ def is_extended(self): ...
5169
4786
  def is_property_hidden(self) -> bool:
5170
4787
  """Check if a property is hidden.
5171
4788
 
@@ -5345,37 +4962,16 @@ class PHYSICS_PT_dp_surface_canvas(
5345
4962
  class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
5346
4963
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5347
4964
  ):
5348
- """ """
5349
-
5350
4965
  COMPAT_ENGINES: typing.Any
5351
- """ """
5352
-
5353
4966
  bl_context: typing.Any
5354
- """ """
5355
-
5356
4967
  bl_label: typing.Any
5357
- """ """
5358
-
5359
4968
  bl_options: typing.Any
5360
- """ """
5361
-
5362
4969
  bl_parent_id: typing.Any
5363
- """ """
5364
-
5365
4970
  bl_region_type: typing.Any
5366
- """ """
5367
-
5368
4971
  bl_rna: typing.Any
5369
- """ """
5370
-
5371
4972
  bl_space_type: typing.Any
5372
- """ """
5373
-
5374
4973
  bl_translation_context: typing.Any
5375
- """ """
5376
-
5377
4974
  id_data: typing.Any
5378
- """ """
5379
4975
 
5380
4976
  def append(self, draw_func):
5381
4977
  """Append a draw function to this menu,
@@ -5467,10 +5063,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
5467
5063
  """
5468
5064
  ...
5469
5065
 
5470
- def is_extended(self):
5471
- """ """
5472
- ...
5473
-
5066
+ def is_extended(self): ...
5474
5067
  def is_property_hidden(self) -> bool:
5475
5068
  """Check if a property is hidden.
5476
5069
 
@@ -5650,34 +5243,15 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
5650
5243
  class PHYSICS_PT_dp_surface_canvas_paint_dry(
5651
5244
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5652
5245
  ):
5653
- """ """
5654
-
5655
5246
  COMPAT_ENGINES: typing.Any
5656
- """ """
5657
-
5658
5247
  bl_context: typing.Any
5659
- """ """
5660
-
5661
5248
  bl_label: typing.Any
5662
- """ """
5663
-
5664
5249
  bl_options: typing.Any
5665
- """ """
5666
-
5667
5250
  bl_parent_id: typing.Any
5668
- """ """
5669
-
5670
5251
  bl_region_type: typing.Any
5671
- """ """
5672
-
5673
5252
  bl_rna: typing.Any
5674
- """ """
5675
-
5676
5253
  bl_space_type: typing.Any
5677
- """ """
5678
-
5679
5254
  id_data: typing.Any
5680
- """ """
5681
5255
 
5682
5256
  def append(self, draw_func):
5683
5257
  """Append a draw function to this menu,
@@ -5769,10 +5343,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
5769
5343
  """
5770
5344
  ...
5771
5345
 
5772
- def is_extended(self):
5773
- """ """
5774
- ...
5775
-
5346
+ def is_extended(self): ...
5776
5347
  def is_property_hidden(self) -> bool:
5777
5348
  """Check if a property is hidden.
5778
5349
 
@@ -5952,28 +5523,13 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
5952
5523
  class PHYSICS_PT_dynamic_paint(
5953
5524
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
5954
5525
  ):
5955
- """ """
5956
-
5957
5526
  COMPAT_ENGINES: typing.Any
5958
- """ """
5959
-
5960
5527
  bl_context: typing.Any
5961
- """ """
5962
-
5963
5528
  bl_label: typing.Any
5964
- """ """
5965
-
5966
5529
  bl_region_type: typing.Any
5967
- """ """
5968
-
5969
5530
  bl_rna: typing.Any
5970
- """ """
5971
-
5972
5531
  bl_space_type: typing.Any
5973
- """ """
5974
-
5975
5532
  id_data: typing.Any
5976
- """ """
5977
5533
 
5978
5534
  def append(self, draw_func):
5979
5535
  """Append a draw function to this menu,
@@ -6058,10 +5614,7 @@ class PHYSICS_PT_dynamic_paint(
6058
5614
  """
6059
5615
  ...
6060
5616
 
6061
- def is_extended(self):
6062
- """ """
6063
- ...
6064
-
5617
+ def is_extended(self): ...
6065
5618
  def is_property_hidden(self) -> bool:
6066
5619
  """Check if a property is hidden.
6067
5620
 
@@ -6241,31 +5794,14 @@ class PHYSICS_PT_dynamic_paint(
6241
5794
  class PHYSICS_PT_dynamic_paint_settings(
6242
5795
  bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
6243
5796
  ):
6244
- """ """
6245
-
6246
5797
  COMPAT_ENGINES: typing.Any
6247
- """ """
6248
-
6249
5798
  bl_context: typing.Any
6250
- """ """
6251
-
6252
5799
  bl_label: typing.Any
6253
- """ """
6254
-
6255
5800
  bl_parent_id: typing.Any
6256
- """ """
6257
-
6258
5801
  bl_region_type: typing.Any
6259
- """ """
6260
-
6261
5802
  bl_rna: typing.Any
6262
- """ """
6263
-
6264
5803
  bl_space_type: typing.Any
6265
- """ """
6266
-
6267
5804
  id_data: typing.Any
6268
- """ """
6269
5805
 
6270
5806
  def append(self, draw_func):
6271
5807
  """Append a draw function to this menu,
@@ -6350,10 +5886,7 @@ class PHYSICS_PT_dynamic_paint_settings(
6350
5886
  """
6351
5887
  ...
6352
5888
 
6353
- def is_extended(self):
6354
- """ """
6355
- ...
6356
-
5889
+ def is_extended(self): ...
6357
5890
  def is_property_hidden(self) -> bool:
6358
5891
  """Check if a property is hidden.
6359
5892