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
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import bpy_types
3
+ import rna_prop_ui
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
5
6
 
@@ -22,7 +23,83 @@ class CurveButtonsPanel:
22
23
  """
23
24
  ...
24
25
 
25
- class DATA_PT_active_spline(bpy_types._GenericUI):
26
+ class CurveButtonsPanelActive(CurveButtonsPanel):
27
+ """ """
28
+
29
+ bl_context: typing.Any
30
+ """ """
31
+
32
+ bl_region_type: typing.Any
33
+ """ """
34
+
35
+ bl_space_type: typing.Any
36
+ """ """
37
+
38
+ def poll(self, context):
39
+ """
40
+
41
+ :param context:
42
+ """
43
+ ...
44
+
45
+ class CurveButtonsPanelCurve(CurveButtonsPanel):
46
+ """ """
47
+
48
+ bl_context: typing.Any
49
+ """ """
50
+
51
+ bl_region_type: typing.Any
52
+ """ """
53
+
54
+ bl_space_type: typing.Any
55
+ """ """
56
+
57
+ def poll(self, context):
58
+ """
59
+
60
+ :param context:
61
+ """
62
+ ...
63
+
64
+ class CurveButtonsPanelSurface(CurveButtonsPanel):
65
+ """ """
66
+
67
+ bl_context: typing.Any
68
+ """ """
69
+
70
+ bl_region_type: typing.Any
71
+ """ """
72
+
73
+ bl_space_type: typing.Any
74
+ """ """
75
+
76
+ def poll(self, context):
77
+ """
78
+
79
+ :param context:
80
+ """
81
+ ...
82
+
83
+ class CurveButtonsPanelText(CurveButtonsPanel):
84
+ """ """
85
+
86
+ bl_context: typing.Any
87
+ """ """
88
+
89
+ bl_region_type: typing.Any
90
+ """ """
91
+
92
+ bl_space_type: typing.Any
93
+ """ """
94
+
95
+ def poll(self, context):
96
+ """
97
+
98
+ :param context:
99
+ """
100
+ ...
101
+
102
+ class DATA_PT_context_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
26
103
  """ """
27
104
 
28
105
  bl_context: typing.Any
@@ -181,7 +258,12 @@ class DATA_PT_active_spline(bpy_types._GenericUI):
181
258
  """ """
182
259
  ...
183
260
 
184
- class DATA_PT_context_curve(bpy_types._GenericUI):
261
+ class DATA_PT_curve_texture_space(
262
+ bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI
263
+ ):
264
+ """ """
265
+
266
+ COMPAT_ENGINES: typing.Any
185
267
  """ """
186
268
 
187
269
  bl_context: typing.Any
@@ -340,7 +422,9 @@ class DATA_PT_context_curve(bpy_types._GenericUI):
340
422
  """ """
341
423
  ...
342
424
 
343
- class DATA_PT_curve_texture_space(bpy_types._GenericUI):
425
+ class DATA_PT_custom_props_curve(
426
+ bpy_types.Panel, CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
427
+ ):
344
428
  """ """
345
429
 
346
430
  COMPAT_ENGINES: typing.Any
@@ -355,6 +439,9 @@ class DATA_PT_curve_texture_space(bpy_types._GenericUI):
355
439
  bl_options: typing.Any
356
440
  """ """
357
441
 
442
+ bl_order: typing.Any
443
+ """ """
444
+
358
445
  bl_region_type: typing.Any
359
446
  """ """
360
447
 
@@ -502,10 +589,7 @@ class DATA_PT_curve_texture_space(bpy_types._GenericUI):
502
589
  """ """
503
590
  ...
504
591
 
505
- class DATA_PT_custom_props_curve(bpy_types._GenericUI):
506
- """ """
507
-
508
- COMPAT_ENGINES: typing.Any
592
+ class DATA_PT_shape_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
509
593
  """ """
510
594
 
511
595
  bl_context: typing.Any
@@ -514,12 +598,6 @@ class DATA_PT_custom_props_curve(bpy_types._GenericUI):
514
598
  bl_label: typing.Any
515
599
  """ """
516
600
 
517
- bl_options: typing.Any
518
- """ """
519
-
520
- bl_order: typing.Any
521
- """ """
522
-
523
601
  bl_region_type: typing.Any
524
602
  """ """
525
603
 
@@ -667,7 +745,9 @@ class DATA_PT_custom_props_curve(bpy_types._GenericUI):
667
745
  """ """
668
746
  ...
669
747
 
670
- class DATA_PT_font(bpy_types._GenericUI):
748
+ class DATA_PT_active_spline(
749
+ bpy_types.Panel, CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
750
+ ):
671
751
  """ """
672
752
 
673
753
  bl_context: typing.Any
@@ -826,7 +906,9 @@ class DATA_PT_font(bpy_types._GenericUI):
826
906
  """ """
827
907
  ...
828
908
 
829
- class DATA_PT_font_transform(bpy_types._GenericUI):
909
+ class DATA_PT_geometry_curve(
910
+ bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
911
+ ):
830
912
  """ """
831
913
 
832
914
  bl_context: typing.Any
@@ -835,7 +917,7 @@ class DATA_PT_font_transform(bpy_types._GenericUI):
835
917
  bl_label: typing.Any
836
918
  """ """
837
919
 
838
- bl_parent_id: typing.Any
920
+ bl_options: typing.Any
839
921
  """ """
840
922
 
841
923
  bl_region_type: typing.Any
@@ -985,7 +1067,9 @@ class DATA_PT_font_transform(bpy_types._GenericUI):
985
1067
  """ """
986
1068
  ...
987
1069
 
988
- class DATA_PT_geometry_curve(bpy_types._GenericUI):
1070
+ class DATA_PT_geometry_curve_bevel(
1071
+ bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1072
+ ):
989
1073
  """ """
990
1074
 
991
1075
  bl_context: typing.Any
@@ -994,7 +1078,7 @@ class DATA_PT_geometry_curve(bpy_types._GenericUI):
994
1078
  bl_label: typing.Any
995
1079
  """ """
996
1080
 
997
- bl_options: typing.Any
1081
+ bl_parent_id: typing.Any
998
1082
  """ """
999
1083
 
1000
1084
  bl_region_type: typing.Any
@@ -1144,7 +1228,9 @@ class DATA_PT_geometry_curve(bpy_types._GenericUI):
1144
1228
  """ """
1145
1229
  ...
1146
1230
 
1147
- class DATA_PT_geometry_curve_bevel(bpy_types._GenericUI):
1231
+ class DATA_PT_geometry_curve_start_end(
1232
+ bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1233
+ ):
1148
1234
  """ """
1149
1235
 
1150
1236
  bl_context: typing.Any
@@ -1153,6 +1239,9 @@ class DATA_PT_geometry_curve_bevel(bpy_types._GenericUI):
1153
1239
  bl_label: typing.Any
1154
1240
  """ """
1155
1241
 
1242
+ bl_options: typing.Any
1243
+ """ """
1244
+
1156
1245
  bl_parent_id: typing.Any
1157
1246
  """ """
1158
1247
 
@@ -1303,7 +1392,9 @@ class DATA_PT_geometry_curve_bevel(bpy_types._GenericUI):
1303
1392
  """ """
1304
1393
  ...
1305
1394
 
1306
- class DATA_PT_geometry_curve_start_end(bpy_types._GenericUI):
1395
+ class DATA_PT_pathanim(
1396
+ bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1397
+ ):
1307
1398
  """ """
1308
1399
 
1309
1400
  bl_context: typing.Any
@@ -1315,9 +1406,6 @@ class DATA_PT_geometry_curve_start_end(bpy_types._GenericUI):
1315
1406
  bl_options: typing.Any
1316
1407
  """ """
1317
1408
 
1318
- bl_parent_id: typing.Any
1319
- """ """
1320
-
1321
1409
  bl_region_type: typing.Any
1322
1410
  """ """
1323
1411
 
@@ -1356,6 +1444,13 @@ class DATA_PT_geometry_curve_start_end(bpy_types._GenericUI):
1356
1444
  """
1357
1445
  ...
1358
1446
 
1447
+ def draw_header(self, context):
1448
+ """
1449
+
1450
+ :param context:
1451
+ """
1452
+ ...
1453
+
1359
1454
  def driver_add(self):
1360
1455
  """ """
1361
1456
  ...
@@ -1465,7 +1560,9 @@ class DATA_PT_geometry_curve_start_end(bpy_types._GenericUI):
1465
1560
  """ """
1466
1561
  ...
1467
1562
 
1468
- class DATA_PT_paragraph(bpy_types._GenericUI):
1563
+ class DATA_PT_font(
1564
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
1565
+ ):
1469
1566
  """ """
1470
1567
 
1471
1568
  bl_context: typing.Any
@@ -1474,6 +1571,9 @@ class DATA_PT_paragraph(bpy_types._GenericUI):
1474
1571
  bl_label: typing.Any
1475
1572
  """ """
1476
1573
 
1574
+ bl_options: typing.Any
1575
+ """ """
1576
+
1477
1577
  bl_region_type: typing.Any
1478
1578
  """ """
1479
1579
 
@@ -1621,7 +1721,9 @@ class DATA_PT_paragraph(bpy_types._GenericUI):
1621
1721
  """ """
1622
1722
  ...
1623
1723
 
1624
- class DATA_PT_paragraph_alignment(bpy_types._GenericUI):
1724
+ class DATA_PT_font_transform(
1725
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
1726
+ ):
1625
1727
  """ """
1626
1728
 
1627
1729
  bl_context: typing.Any
@@ -1780,7 +1882,9 @@ class DATA_PT_paragraph_alignment(bpy_types._GenericUI):
1780
1882
  """ """
1781
1883
  ...
1782
1884
 
1783
- class DATA_PT_paragraph_spacing(bpy_types._GenericUI):
1885
+ class DATA_PT_paragraph(
1886
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
1887
+ ):
1784
1888
  """ """
1785
1889
 
1786
1890
  bl_context: typing.Any
@@ -1789,9 +1893,6 @@ class DATA_PT_paragraph_spacing(bpy_types._GenericUI):
1789
1893
  bl_label: typing.Any
1790
1894
  """ """
1791
1895
 
1792
- bl_parent_id: typing.Any
1793
- """ """
1794
-
1795
1896
  bl_region_type: typing.Any
1796
1897
  """ """
1797
1898
 
@@ -1939,7 +2040,9 @@ class DATA_PT_paragraph_spacing(bpy_types._GenericUI):
1939
2040
  """ """
1940
2041
  ...
1941
2042
 
1942
- class DATA_PT_pathanim(bpy_types._GenericUI):
2043
+ class DATA_PT_paragraph_alignment(
2044
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2045
+ ):
1943
2046
  """ """
1944
2047
 
1945
2048
  bl_context: typing.Any
@@ -1948,7 +2051,7 @@ class DATA_PT_pathanim(bpy_types._GenericUI):
1948
2051
  bl_label: typing.Any
1949
2052
  """ """
1950
2053
 
1951
- bl_options: typing.Any
2054
+ bl_parent_id: typing.Any
1952
2055
  """ """
1953
2056
 
1954
2057
  bl_region_type: typing.Any
@@ -1989,13 +2092,6 @@ class DATA_PT_pathanim(bpy_types._GenericUI):
1989
2092
  """
1990
2093
  ...
1991
2094
 
1992
- def draw_header(self, context):
1993
- """
1994
-
1995
- :param context:
1996
- """
1997
- ...
1998
-
1999
2095
  def driver_add(self):
2000
2096
  """ """
2001
2097
  ...
@@ -2105,7 +2201,9 @@ class DATA_PT_pathanim(bpy_types._GenericUI):
2105
2201
  """ """
2106
2202
  ...
2107
2203
 
2108
- class DATA_PT_shape_curve(bpy_types._GenericUI):
2204
+ class DATA_PT_paragraph_spacing(
2205
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2206
+ ):
2109
2207
  """ """
2110
2208
 
2111
2209
  bl_context: typing.Any
@@ -2114,6 +2212,9 @@ class DATA_PT_shape_curve(bpy_types._GenericUI):
2114
2212
  bl_label: typing.Any
2115
2213
  """ """
2116
2214
 
2215
+ bl_parent_id: typing.Any
2216
+ """ """
2217
+
2117
2218
  bl_region_type: typing.Any
2118
2219
  """ """
2119
2220
 
@@ -2261,7 +2362,9 @@ class DATA_PT_shape_curve(bpy_types._GenericUI):
2261
2362
  """ """
2262
2363
  ...
2263
2364
 
2264
- class DATA_PT_text_boxes(bpy_types._GenericUI):
2365
+ class DATA_PT_text_boxes(
2366
+ bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2367
+ ):
2265
2368
  """ """
2266
2369
 
2267
2370
  bl_context: typing.Any
@@ -2419,79 +2522,3 @@ class DATA_PT_text_boxes(bpy_types._GenericUI):
2419
2522
  def values(self):
2420
2523
  """ """
2421
2524
  ...
2422
-
2423
- class CurveButtonsPanelActive(CurveButtonsPanel):
2424
- """ """
2425
-
2426
- bl_context: typing.Any
2427
- """ """
2428
-
2429
- bl_region_type: typing.Any
2430
- """ """
2431
-
2432
- bl_space_type: typing.Any
2433
- """ """
2434
-
2435
- def poll(self, context):
2436
- """
2437
-
2438
- :param context:
2439
- """
2440
- ...
2441
-
2442
- class CurveButtonsPanelCurve(CurveButtonsPanel):
2443
- """ """
2444
-
2445
- bl_context: typing.Any
2446
- """ """
2447
-
2448
- bl_region_type: typing.Any
2449
- """ """
2450
-
2451
- bl_space_type: typing.Any
2452
- """ """
2453
-
2454
- def poll(self, context):
2455
- """
2456
-
2457
- :param context:
2458
- """
2459
- ...
2460
-
2461
- class CurveButtonsPanelSurface(CurveButtonsPanel):
2462
- """ """
2463
-
2464
- bl_context: typing.Any
2465
- """ """
2466
-
2467
- bl_region_type: typing.Any
2468
- """ """
2469
-
2470
- bl_space_type: typing.Any
2471
- """ """
2472
-
2473
- def poll(self, context):
2474
- """
2475
-
2476
- :param context:
2477
- """
2478
- ...
2479
-
2480
- class CurveButtonsPanelText(CurveButtonsPanel):
2481
- """ """
2482
-
2483
- bl_context: typing.Any
2484
- """ """
2485
-
2486
- bl_region_type: typing.Any
2487
- """ """
2488
-
2489
- bl_space_type: typing.Any
2490
- """ """
2491
-
2492
- def poll(self, context):
2493
- """
2494
-
2495
- :param context:
2496
- """
2497
- ...
@@ -1,9 +1,10 @@
1
1
  import typing
2
2
  import bpy_types
3
+ import rna_prop_ui
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
5
6
 
6
- class CURVES_MT_add_attribute(bpy_types._GenericUI):
7
+ class CURVES_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
7
8
  """ """
8
9
 
9
10
  bl_label: typing.Any
@@ -195,7 +196,7 @@ class CURVES_MT_add_attribute(bpy_types._GenericUI):
195
196
  """ """
196
197
  ...
197
198
 
198
- class CURVES_UL_attributes(bpy_types._GenericUI):
199
+ class CURVES_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
199
200
  """ """
200
201
 
201
202
  bl_rna: typing.Any
@@ -358,7 +359,28 @@ class CURVES_UL_attributes(bpy_types._GenericUI):
358
359
  """ """
359
360
  ...
360
361
 
361
- class DATA_PT_CURVES_attributes(bpy_types._GenericUI):
362
+ class DataButtonsPanel:
363
+ """ """
364
+
365
+ bl_context: typing.Any
366
+ """ """
367
+
368
+ bl_region_type: typing.Any
369
+ """ """
370
+
371
+ bl_space_type: typing.Any
372
+ """ """
373
+
374
+ def poll(self, context):
375
+ """
376
+
377
+ :param context:
378
+ """
379
+ ...
380
+
381
+ class DATA_PT_CURVES_attributes(
382
+ bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
383
+ ):
362
384
  """ """
363
385
 
364
386
  COMPAT_ENGINES: typing.Any
@@ -517,7 +539,7 @@ class DATA_PT_CURVES_attributes(bpy_types._GenericUI):
517
539
  """ """
518
540
  ...
519
541
 
520
- class DATA_PT_context_curves(bpy_types._GenericUI):
542
+ class DATA_PT_context_curves(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
521
543
  """ """
522
544
 
523
545
  COMPAT_ENGINES: typing.Any
@@ -679,7 +701,7 @@ class DATA_PT_context_curves(bpy_types._GenericUI):
679
701
  """ """
680
702
  ...
681
703
 
682
- class DATA_PT_curves_surface(bpy_types._GenericUI):
704
+ class DATA_PT_curves_surface(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
683
705
  """ """
684
706
 
685
707
  COMPAT_ENGINES: typing.Any
@@ -838,7 +860,9 @@ class DATA_PT_curves_surface(bpy_types._GenericUI):
838
860
  """ """
839
861
  ...
840
862
 
841
- class DATA_PT_custom_props_curves(bpy_types._GenericUI):
863
+ class DATA_PT_custom_props_curves(
864
+ bpy_types.Panel, DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
865
+ ):
842
866
  """ """
843
867
 
844
868
  COMPAT_ENGINES: typing.Any
@@ -1002,22 +1026,3 @@ class DATA_PT_custom_props_curves(bpy_types._GenericUI):
1002
1026
  def values(self):
1003
1027
  """ """
1004
1028
  ...
1005
-
1006
- class DataButtonsPanel:
1007
- """ """
1008
-
1009
- bl_context: typing.Any
1010
- """ """
1011
-
1012
- bl_region_type: typing.Any
1013
- """ """
1014
-
1015
- bl_space_type: typing.Any
1016
- """ """
1017
-
1018
- def poll(self, context):
1019
- """
1020
-
1021
- :param context:
1022
- """
1023
- ...
@@ -3,7 +3,26 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class DATA_PT_empty(bpy_types._GenericUI):
6
+ class DataButtonsPanel:
7
+ """ """
8
+
9
+ bl_context: typing.Any
10
+ """ """
11
+
12
+ bl_region_type: typing.Any
13
+ """ """
14
+
15
+ bl_space_type: typing.Any
16
+ """ """
17
+
18
+ def poll(self, context):
19
+ """
20
+
21
+ :param context:
22
+ """
23
+ ...
24
+
25
+ class DATA_PT_empty(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
7
26
  """ """
8
27
 
9
28
  bl_context: typing.Any
@@ -162,7 +181,7 @@ class DATA_PT_empty(bpy_types._GenericUI):
162
181
  """ """
163
182
  ...
164
183
 
165
- class DATA_PT_empty_image(bpy_types._GenericUI):
184
+ class DATA_PT_empty_image(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
166
185
  """ """
167
186
 
168
187
  bl_context: typing.Any
@@ -317,22 +336,3 @@ class DATA_PT_empty_image(bpy_types._GenericUI):
317
336
  def values(self):
318
337
  """ """
319
338
  ...
320
-
321
- class DataButtonsPanel:
322
- """ """
323
-
324
- bl_context: typing.Any
325
- """ """
326
-
327
- bl_region_type: typing.Any
328
- """ """
329
-
330
- bl_space_type: typing.Any
331
- """ """
332
-
333
- def poll(self, context):
334
- """
335
-
336
- :param context:
337
- """
338
- ...