fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +336 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +103670 -100517
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -3,28 +3,64 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
7
- """ """
8
-
9
- COMPAT_ENGINES: typing.Any
6
+ class PhysicButtonsPanel:
10
7
  """ """
11
8
 
12
9
  bl_context: typing.Any
13
10
  """ """
14
11
 
15
- bl_label: typing.Any
12
+ bl_region_type: typing.Any
16
13
  """ """
17
14
 
18
- bl_parent_id: typing.Any
15
+ bl_space_type: typing.Any
19
16
  """ """
20
17
 
21
- bl_region_type: typing.Any
22
- """ """
18
+ def poll_dyn_canvas(self, context):
19
+ """
23
20
 
24
- bl_rna: typing.Any
21
+ :param context:
22
+ """
23
+ ...
24
+
25
+ def poll_dyn_canvas_brush(self, context):
26
+ """
27
+
28
+ :param context:
29
+ """
30
+ ...
31
+
32
+ def poll_dyn_canvas_paint(self, context):
33
+ """
34
+
35
+ :param context:
36
+ """
37
+ ...
38
+
39
+ def poll_dyn_output(self, context):
40
+ """
41
+
42
+ :param context:
43
+ """
44
+ ...
45
+
46
+ def poll_dyn_output_maps(self, context):
47
+ """
48
+
49
+ :param context:
50
+ """
51
+ ...
52
+
53
+ def poll_dyn_paint(self, context):
54
+ """
55
+
56
+ :param context:
57
+ """
58
+ ...
59
+
60
+ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
25
61
  """ """
26
62
 
27
- bl_space_type: typing.Any
63
+ bl_rna: typing.Any
28
64
  """ """
29
65
 
30
66
  id_data: typing.Any
@@ -49,10 +85,27 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
49
85
  """ """
50
86
  ...
51
87
 
52
- def draw(self, context):
88
+ def draw_item(
89
+ self,
90
+ _context,
91
+ layout,
92
+ _data,
93
+ item,
94
+ icon,
95
+ _active_data,
96
+ _active_propname,
97
+ _index,
98
+ ):
53
99
  """
54
100
 
55
- :param context:
101
+ :param _context:
102
+ :param layout:
103
+ :param _data:
104
+ :param item:
105
+ :param icon:
106
+ :param _active_data:
107
+ :param _active_propname:
108
+ :param _index:
56
109
  """
57
110
  ...
58
111
 
@@ -124,55 +177,6 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
124
177
  """ """
125
178
  ...
126
179
 
127
- def poll(self, context):
128
- """
129
-
130
- :param context:
131
- """
132
- ...
133
-
134
- def poll_dyn_canvas(self, context):
135
- """
136
-
137
- :param context:
138
- """
139
- ...
140
-
141
- def poll_dyn_canvas_brush(self, context):
142
- """
143
-
144
- :param context:
145
- """
146
- ...
147
-
148
- def poll_dyn_canvas_paint(self, context):
149
- """
150
-
151
- :param context:
152
- """
153
- ...
154
-
155
- def poll_dyn_output(self, context):
156
- """
157
-
158
- :param context:
159
- """
160
- ...
161
-
162
- def poll_dyn_output_maps(self, context):
163
- """
164
-
165
- :param context:
166
- """
167
- ...
168
-
169
- def poll_dyn_paint(self, context):
170
- """
171
-
172
- :param context:
173
- """
174
- ...
175
-
176
180
  def pop(self):
177
181
  """ """
178
182
  ...
@@ -207,7 +211,9 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
207
211
  """ """
208
212
  ...
209
213
 
210
- class PHYSICS_PT_dp_brush_source_color_ramp(bpy_types._GenericUI):
214
+ class PHYSICS_PT_dp_brush_source(
215
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
216
+ ):
211
217
  """ """
212
218
 
213
219
  COMPAT_ENGINES: typing.Any
@@ -411,7 +417,9 @@ class PHYSICS_PT_dp_brush_source_color_ramp(bpy_types._GenericUI):
411
417
  """ """
412
418
  ...
413
419
 
414
- class PHYSICS_PT_dp_brush_velocity(bpy_types._GenericUI):
420
+ class PHYSICS_PT_dp_brush_source_color_ramp(
421
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
422
+ ):
415
423
  """ """
416
424
 
417
425
  COMPAT_ENGINES: typing.Any
@@ -423,9 +431,6 @@ class PHYSICS_PT_dp_brush_velocity(bpy_types._GenericUI):
423
431
  bl_label: typing.Any
424
432
  """ """
425
433
 
426
- bl_options: typing.Any
427
- """ """
428
-
429
434
  bl_parent_id: typing.Any
430
435
  """ """
431
436
 
@@ -618,7 +623,9 @@ class PHYSICS_PT_dp_brush_velocity(bpy_types._GenericUI):
618
623
  """ """
619
624
  ...
620
625
 
621
- class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy_types._GenericUI):
626
+ class PHYSICS_PT_dp_brush_velocity(
627
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
628
+ ):
622
629
  """ """
623
630
 
624
631
  COMPAT_ENGINES: typing.Any
@@ -825,7 +832,9 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy_types._GenericUI):
825
832
  """ """
826
833
  ...
827
834
 
828
- class PHYSICS_PT_dp_brush_velocity_smudge(bpy_types._GenericUI):
835
+ class PHYSICS_PT_dp_brush_velocity_color_ramp(
836
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
837
+ ):
829
838
  """ """
830
839
 
831
840
  COMPAT_ENGINES: typing.Any
@@ -881,13 +890,6 @@ class PHYSICS_PT_dp_brush_velocity_smudge(bpy_types._GenericUI):
881
890
  """
882
891
  ...
883
892
 
884
- def draw_header(self, context):
885
- """
886
-
887
- :param context:
888
- """
889
- ...
890
-
891
893
  def driver_add(self):
892
894
  """ """
893
895
  ...
@@ -1039,7 +1041,9 @@ class PHYSICS_PT_dp_brush_velocity_smudge(bpy_types._GenericUI):
1039
1041
  """ """
1040
1042
  ...
1041
1043
 
1042
- class PHYSICS_PT_dp_brush_wave(bpy_types._GenericUI):
1044
+ class PHYSICS_PT_dp_brush_velocity_smudge(
1045
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1046
+ ):
1043
1047
  """ """
1044
1048
 
1045
1049
  COMPAT_ENGINES: typing.Any
@@ -1095,6 +1099,13 @@ class PHYSICS_PT_dp_brush_wave(bpy_types._GenericUI):
1095
1099
  """
1096
1100
  ...
1097
1101
 
1102
+ def draw_header(self, context):
1103
+ """
1104
+
1105
+ :param context:
1106
+ """
1107
+ ...
1108
+
1098
1109
  def driver_add(self):
1099
1110
  """ """
1100
1111
  ...
@@ -1246,7 +1257,9 @@ class PHYSICS_PT_dp_brush_wave(bpy_types._GenericUI):
1246
1257
  """ """
1247
1258
  ...
1248
1259
 
1249
- class PHYSICS_PT_dp_cache(bpy_types._GenericUI):
1260
+ class PHYSICS_PT_dp_brush_wave(
1261
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1262
+ ):
1250
1263
  """ """
1251
1264
 
1252
1265
  COMPAT_ENGINES: typing.Any
@@ -1453,7 +1466,7 @@ class PHYSICS_PT_dp_cache(bpy_types._GenericUI):
1453
1466
  """ """
1454
1467
  ...
1455
1468
 
1456
- class PHYSICS_PT_dp_canvas_initial_color(bpy_types._GenericUI):
1469
+ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
1457
1470
  """ """
1458
1471
 
1459
1472
  COMPAT_ENGINES: typing.Any
@@ -1660,7 +1673,9 @@ class PHYSICS_PT_dp_canvas_initial_color(bpy_types._GenericUI):
1660
1673
  """ """
1661
1674
  ...
1662
1675
 
1663
- class PHYSICS_PT_dp_canvas_output(bpy_types._GenericUI):
1676
+ class PHYSICS_PT_dp_canvas_initial_color(
1677
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1678
+ ):
1664
1679
  """ """
1665
1680
 
1666
1681
  COMPAT_ENGINES: typing.Any
@@ -1867,7 +1882,9 @@ class PHYSICS_PT_dp_canvas_output(bpy_types._GenericUI):
1867
1882
  """ """
1868
1883
  ...
1869
1884
 
1870
- class PHYSICS_PT_dp_canvas_output_paintmaps(bpy_types._GenericUI):
1885
+ class PHYSICS_PT_dp_canvas_output(
1886
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
1887
+ ):
1871
1888
  """ """
1872
1889
 
1873
1890
  COMPAT_ENGINES: typing.Any
@@ -1923,13 +1940,6 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(bpy_types._GenericUI):
1923
1940
  """
1924
1941
  ...
1925
1942
 
1926
- def draw_header(self, context):
1927
- """
1928
-
1929
- :param context:
1930
- """
1931
- ...
1932
-
1933
1943
  def driver_add(self):
1934
1944
  """ """
1935
1945
  ...
@@ -2081,7 +2091,9 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(bpy_types._GenericUI):
2081
2091
  """ """
2082
2092
  ...
2083
2093
 
2084
- class PHYSICS_PT_dp_canvas_output_wetmaps(bpy_types._GenericUI):
2094
+ class PHYSICS_PT_dp_canvas_output_paintmaps(
2095
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2096
+ ):
2085
2097
  """ """
2086
2098
 
2087
2099
  COMPAT_ENGINES: typing.Any
@@ -2295,7 +2307,9 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(bpy_types._GenericUI):
2295
2307
  """ """
2296
2308
  ...
2297
2309
 
2298
- class PHYSICS_PT_dp_effects(bpy_types._GenericUI):
2310
+ class PHYSICS_PT_dp_canvas_output_wetmaps(
2311
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2312
+ ):
2299
2313
  """ """
2300
2314
 
2301
2315
  COMPAT_ENGINES: typing.Any
@@ -2344,10 +2358,17 @@ class PHYSICS_PT_dp_effects(bpy_types._GenericUI):
2344
2358
  """ """
2345
2359
  ...
2346
2360
 
2347
- def draw(self, _context):
2361
+ def draw(self, context):
2348
2362
  """
2349
2363
 
2350
- :param _context:
2364
+ :param context:
2365
+ """
2366
+ ...
2367
+
2368
+ def draw_header(self, context):
2369
+ """
2370
+
2371
+ :param context:
2351
2372
  """
2352
2373
  ...
2353
2374
 
@@ -2502,7 +2523,7 @@ class PHYSICS_PT_dp_effects(bpy_types._GenericUI):
2502
2523
  """ """
2503
2524
  ...
2504
2525
 
2505
- class PHYSICS_PT_dp_effects_drip(bpy_types._GenericUI):
2526
+ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
2506
2527
  """ """
2507
2528
 
2508
2529
  COMPAT_ENGINES: typing.Any
@@ -2551,17 +2572,10 @@ class PHYSICS_PT_dp_effects_drip(bpy_types._GenericUI):
2551
2572
  """ """
2552
2573
  ...
2553
2574
 
2554
- def draw(self, context):
2555
- """
2556
-
2557
- :param context:
2558
- """
2559
- ...
2560
-
2561
- def draw_header(self, context):
2575
+ def draw(self, _context):
2562
2576
  """
2563
2577
 
2564
- :param context:
2578
+ :param _context:
2565
2579
  """
2566
2580
  ...
2567
2581
 
@@ -2716,7 +2730,9 @@ class PHYSICS_PT_dp_effects_drip(bpy_types._GenericUI):
2716
2730
  """ """
2717
2731
  ...
2718
2732
 
2719
- class PHYSICS_PT_dp_effects_drip_weights(bpy_types._GenericUI):
2733
+ class PHYSICS_PT_dp_effects_drip(
2734
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2735
+ ):
2720
2736
  """ """
2721
2737
 
2722
2738
  COMPAT_ENGINES: typing.Any
@@ -2772,6 +2788,13 @@ class PHYSICS_PT_dp_effects_drip_weights(bpy_types._GenericUI):
2772
2788
  """
2773
2789
  ...
2774
2790
 
2791
+ def draw_header(self, context):
2792
+ """
2793
+
2794
+ :param context:
2795
+ """
2796
+ ...
2797
+
2775
2798
  def driver_add(self):
2776
2799
  """ """
2777
2800
  ...
@@ -2923,7 +2946,9 @@ class PHYSICS_PT_dp_effects_drip_weights(bpy_types._GenericUI):
2923
2946
  """ """
2924
2947
  ...
2925
2948
 
2926
- class PHYSICS_PT_dp_effects_shrink(bpy_types._GenericUI):
2949
+ class PHYSICS_PT_dp_effects_drip_weights(
2950
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
2951
+ ):
2927
2952
  """ """
2928
2953
 
2929
2954
  COMPAT_ENGINES: typing.Any
@@ -2979,13 +3004,6 @@ class PHYSICS_PT_dp_effects_shrink(bpy_types._GenericUI):
2979
3004
  """
2980
3005
  ...
2981
3006
 
2982
- def draw_header(self, context):
2983
- """
2984
-
2985
- :param context:
2986
- """
2987
- ...
2988
-
2989
3007
  def driver_add(self):
2990
3008
  """ """
2991
3009
  ...
@@ -3137,7 +3155,9 @@ class PHYSICS_PT_dp_effects_shrink(bpy_types._GenericUI):
3137
3155
  """ """
3138
3156
  ...
3139
3157
 
3140
- class PHYSICS_PT_dp_effects_spread(bpy_types._GenericUI):
3158
+ class PHYSICS_PT_dp_effects_shrink(
3159
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3160
+ ):
3141
3161
  """ """
3142
3162
 
3143
3163
  COMPAT_ENGINES: typing.Any
@@ -3351,7 +3371,9 @@ class PHYSICS_PT_dp_effects_spread(bpy_types._GenericUI):
3351
3371
  """ """
3352
3372
  ...
3353
3373
 
3354
- class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
3374
+ class PHYSICS_PT_dp_effects_spread(
3375
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3376
+ ):
3355
3377
  """ """
3356
3378
 
3357
3379
  COMPAT_ENGINES: typing.Any
@@ -3363,6 +3385,9 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
3363
3385
  bl_label: typing.Any
3364
3386
  """ """
3365
3387
 
3388
+ bl_options: typing.Any
3389
+ """ """
3390
+
3366
3391
  bl_parent_id: typing.Any
3367
3392
  """ """
3368
3393
 
@@ -3404,6 +3429,13 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
3404
3429
  """
3405
3430
  ...
3406
3431
 
3432
+ def draw_header(self, context):
3433
+ """
3434
+
3435
+ :param context:
3436
+ """
3437
+ ...
3438
+
3407
3439
  def driver_add(self):
3408
3440
  """ """
3409
3441
  ...
@@ -3555,7 +3587,9 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
3555
3587
  """ """
3556
3588
  ...
3557
3589
 
3558
- class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
3590
+ class PHYSICS_PT_dp_surface_canvas(
3591
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3592
+ ):
3559
3593
  """ """
3560
3594
 
3561
3595
  COMPAT_ENGINES: typing.Any
@@ -3567,9 +3601,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
3567
3601
  bl_label: typing.Any
3568
3602
  """ """
3569
3603
 
3570
- bl_options: typing.Any
3571
- """ """
3572
-
3573
3604
  bl_parent_id: typing.Any
3574
3605
  """ """
3575
3606
 
@@ -3582,9 +3613,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
3582
3613
  bl_space_type: typing.Any
3583
3614
  """ """
3584
3615
 
3585
- bl_translation_context: typing.Any
3586
- """ """
3587
-
3588
3616
  id_data: typing.Any
3589
3617
  """ """
3590
3618
 
@@ -3614,13 +3642,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
3614
3642
  """
3615
3643
  ...
3616
3644
 
3617
- def draw_header(self, context):
3618
- """
3619
-
3620
- :param context:
3621
- """
3622
- ...
3623
-
3624
3645
  def driver_add(self):
3625
3646
  """ """
3626
3647
  ...
@@ -3772,7 +3793,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
3772
3793
  """ """
3773
3794
  ...
3774
3795
 
3775
- class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy_types._GenericUI):
3796
+ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
3797
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
3798
+ ):
3776
3799
  """ """
3777
3800
 
3778
3801
  COMPAT_ENGINES: typing.Any
@@ -3799,6 +3822,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy_types._GenericUI):
3799
3822
  bl_space_type: typing.Any
3800
3823
  """ """
3801
3824
 
3825
+ bl_translation_context: typing.Any
3826
+ """ """
3827
+
3802
3828
  id_data: typing.Any
3803
3829
  """ """
3804
3830
 
@@ -3986,7 +4012,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy_types._GenericUI):
3986
4012
  """ """
3987
4013
  ...
3988
4014
 
3989
- class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
4015
+ class PHYSICS_PT_dp_surface_canvas_paint_dry(
4016
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4017
+ ):
3990
4018
  """ """
3991
4019
 
3992
4020
  COMPAT_ENGINES: typing.Any
@@ -3998,6 +4026,12 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
3998
4026
  bl_label: typing.Any
3999
4027
  """ """
4000
4028
 
4029
+ bl_options: typing.Any
4030
+ """ """
4031
+
4032
+ bl_parent_id: typing.Any
4033
+ """ """
4034
+
4001
4035
  bl_region_type: typing.Any
4002
4036
  """ """
4003
4037
 
@@ -4036,6 +4070,13 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
4036
4070
  """
4037
4071
  ...
4038
4072
 
4073
+ def draw_header(self, context):
4074
+ """
4075
+
4076
+ :param context:
4077
+ """
4078
+ ...
4079
+
4039
4080
  def driver_add(self):
4040
4081
  """ """
4041
4082
  ...
@@ -4187,7 +4228,9 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
4187
4228
  """ """
4188
4229
  ...
4189
4230
 
4190
- class PHYSICS_PT_dynamic_paint_settings(bpy_types._GenericUI):
4231
+ class PHYSICS_PT_dynamic_paint(
4232
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4233
+ ):
4191
4234
  """ """
4192
4235
 
4193
4236
  COMPAT_ENGINES: typing.Any
@@ -4199,9 +4242,6 @@ class PHYSICS_PT_dynamic_paint_settings(bpy_types._GenericUI):
4199
4242
  bl_label: typing.Any
4200
4243
  """ """
4201
4244
 
4202
- bl_parent_id: typing.Any
4203
- """ """
4204
-
4205
4245
  bl_region_type: typing.Any
4206
4246
  """ """
4207
4247
 
@@ -4391,12 +4431,32 @@ class PHYSICS_PT_dynamic_paint_settings(bpy_types._GenericUI):
4391
4431
  """ """
4392
4432
  ...
4393
4433
 
4394
- class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
4434
+ class PHYSICS_PT_dynamic_paint_settings(
4435
+ bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
4436
+ ):
4437
+ """ """
4438
+
4439
+ COMPAT_ENGINES: typing.Any
4440
+ """ """
4441
+
4442
+ bl_context: typing.Any
4443
+ """ """
4444
+
4445
+ bl_label: typing.Any
4446
+ """ """
4447
+
4448
+ bl_parent_id: typing.Any
4449
+ """ """
4450
+
4451
+ bl_region_type: typing.Any
4395
4452
  """ """
4396
4453
 
4397
4454
  bl_rna: typing.Any
4398
4455
  """ """
4399
4456
 
4457
+ bl_space_type: typing.Any
4458
+ """ """
4459
+
4400
4460
  id_data: typing.Any
4401
4461
  """ """
4402
4462
 
@@ -4419,27 +4479,10 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
4419
4479
  """ """
4420
4480
  ...
4421
4481
 
4422
- def draw_item(
4423
- self,
4424
- _context,
4425
- layout,
4426
- _data,
4427
- item,
4428
- icon,
4429
- _active_data,
4430
- _active_propname,
4431
- _index,
4432
- ):
4482
+ def draw(self, context):
4433
4483
  """
4434
4484
 
4435
- :param _context:
4436
- :param layout:
4437
- :param _data:
4438
- :param item:
4439
- :param icon:
4440
- :param _active_data:
4441
- :param _active_propname:
4442
- :param _index:
4485
+ :param context:
4443
4486
  """
4444
4487
  ...
4445
4488
 
@@ -4511,52 +4554,13 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
4511
4554
  """ """
4512
4555
  ...
4513
4556
 
4514
- def pop(self):
4515
- """ """
4516
- ...
4517
-
4518
- def prepend(self, draw_func):
4519
- """
4520
-
4521
- :param draw_func:
4522
- """
4523
- ...
4524
-
4525
- def property_overridable_library_set(self):
4526
- """ """
4527
- ...
4528
-
4529
- def property_unset(self):
4530
- """ """
4531
- ...
4532
-
4533
- def remove(self, draw_func):
4557
+ def poll(self, context):
4534
4558
  """
4535
4559
 
4536
- :param draw_func:
4560
+ :param context:
4537
4561
  """
4538
4562
  ...
4539
4563
 
4540
- def type_recast(self):
4541
- """ """
4542
- ...
4543
-
4544
- def values(self):
4545
- """ """
4546
- ...
4547
-
4548
- class PhysicButtonsPanel:
4549
- """ """
4550
-
4551
- bl_context: typing.Any
4552
- """ """
4553
-
4554
- bl_region_type: typing.Any
4555
- """ """
4556
-
4557
- bl_space_type: typing.Any
4558
- """ """
4559
-
4560
4564
  def poll_dyn_canvas(self, context):
4561
4565
  """
4562
4566
 
@@ -4598,3 +4602,37 @@ class PhysicButtonsPanel:
4598
4602
  :param context:
4599
4603
  """
4600
4604
  ...
4605
+
4606
+ def pop(self):
4607
+ """ """
4608
+ ...
4609
+
4610
+ def prepend(self, draw_func):
4611
+ """
4612
+
4613
+ :param draw_func:
4614
+ """
4615
+ ...
4616
+
4617
+ def property_overridable_library_set(self):
4618
+ """ """
4619
+ ...
4620
+
4621
+ def property_unset(self):
4622
+ """ """
4623
+ ...
4624
+
4625
+ def remove(self, draw_func):
4626
+ """
4627
+
4628
+ :param draw_func:
4629
+ """
4630
+ ...
4631
+
4632
+ def type_recast(self):
4633
+ """ """
4634
+ ...
4635
+
4636
+ def values(self):
4637
+ """ """
4638
+ ...