fake-bpy-module 20240721__py3-none-any.whl → 20240722__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 (71) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -28
  4. bl_operators/connect_to_output/__init__.pyi +1 -4
  5. bl_operators/image_as_planes/__init__.pyi +2 -12
  6. bl_operators/node/__init__.pyi +14 -16
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +22 -25
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_ui/generic_ui_list/__init__.pyi +3 -3
  11. bl_ui/properties_collection/__init__.pyi +5 -19
  12. bl_ui/properties_constraint/__init__.pyi +79 -289
  13. bl_ui/properties_data_armature/__init__.pyi +9 -33
  14. bl_ui/properties_data_bone/__init__.pyi +10 -17
  15. bl_ui/properties_data_camera/__init__.pyi +14 -32
  16. bl_ui/properties_data_curve/__init__.pyi +69 -88
  17. bl_ui/properties_data_curves/__init__.pyi +4 -9
  18. bl_ui/properties_data_empty/__init__.pyi +2 -2
  19. bl_ui/properties_data_gpencil/__init__.pyi +15 -50
  20. bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
  21. bl_ui/properties_data_lattice/__init__.pyi +3 -6
  22. bl_ui/properties_data_light/__init__.pyi +12 -25
  23. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  24. bl_ui/properties_data_mesh/__init__.pyi +63 -72
  25. bl_ui/properties_data_metaball/__init__.pyi +5 -10
  26. bl_ui/properties_data_modifier/__init__.pyi +9 -23
  27. bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
  28. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  29. bl_ui/properties_data_speaker/__init__.pyi +5 -8
  30. bl_ui/properties_data_volume/__init__.pyi +7 -14
  31. bl_ui/properties_freestyle/__init__.pyi +9 -42
  32. bl_ui/properties_material/__init__.pyi +14 -40
  33. bl_ui/properties_material_gpencil/__init__.pyi +8 -32
  34. bl_ui/properties_object/__init__.pyi +13 -31
  35. bl_ui/properties_output/__init__.pyi +16 -43
  36. bl_ui/properties_paint_common/__init__.pyi +17 -17
  37. bl_ui/properties_particle/__init__.pyi +50 -135
  38. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  39. bl_ui/properties_physics_common/__init__.pyi +1 -1
  40. bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
  41. bl_ui/properties_physics_field/__init__.pyi +10 -26
  42. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  43. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
  44. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
  45. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  46. bl_ui/properties_render/__init__.pyi +54 -150
  47. bl_ui/properties_scene/__init__.pyi +29 -42
  48. bl_ui/properties_texture/__init__.pyi +26 -58
  49. bl_ui/properties_view_layer/__init__.pyi +16 -43
  50. bl_ui/properties_workspace/__init__.pyi +3 -9
  51. bl_ui/properties_world/__init__.pyi +10 -19
  52. bl_ui/space_clip/__init__.pyi +31 -93
  53. bl_ui/space_dopesheet/__init__.pyi +13 -66
  54. bl_ui/space_filebrowser/__init__.pyi +17 -38
  55. bl_ui/space_graph/__init__.pyi +1 -6
  56. bl_ui/space_image/__init__.pyi +190 -235
  57. bl_ui/space_nla/__init__.pyi +2 -11
  58. bl_ui/space_node/__init__.pyi +3 -16
  59. bl_ui/space_sequencer/__init__.pyi +34 -104
  60. bl_ui/space_time/__init__.pyi +3 -7
  61. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
  62. bl_ui/space_userpref/__init__.pyi +76 -215
  63. bl_ui/space_view3d/__init__.pyi +91 -147
  64. bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
  65. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  66. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
  67. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +71 -71
  68. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
  69. keyingsets_builtins/__init__.pyi +2 -2
  70. nodeitems_builtins/__init__.pyi +3 -3
  71. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
@@ -3,14 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
  import bpy_types
6
- import rna_prop_ui
7
6
 
8
7
  GenericType1 = typing.TypeVar("GenericType1")
9
8
  GenericType2 = typing.TypeVar("GenericType2")
10
9
 
11
- class EEVEE_WORLD_PT_lightprobe(
12
- bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI
13
- ):
10
+ class EEVEE_WORLD_PT_lightprobe(bpy.types.Panel, bpy_types._GenericUI):
14
11
  COMPAT_ENGINES: typing.Any
15
12
  bl_context: typing.Any
16
13
  bl_label: typing.Any
@@ -43,7 +40,7 @@ class EEVEE_WORLD_PT_lightprobe(
43
40
  """
44
41
  ...
45
42
 
46
- class EEVEE_WORLD_PT_mist(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
43
+ class EEVEE_WORLD_PT_mist(bpy.types.Panel, bpy_types._GenericUI):
47
44
  COMPAT_ENGINES: typing.Any
48
45
  bl_context: typing.Any
49
46
  bl_label: typing.Any
@@ -84,7 +81,7 @@ class EEVEE_WORLD_PT_mist(bpy.types.Panel, WorldButtonsPanel, bpy_types._Generic
84
81
  """
85
82
  ...
86
83
 
87
- class EEVEE_WORLD_PT_settings(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
84
+ class EEVEE_WORLD_PT_settings(bpy.types.Panel, bpy_types._GenericUI):
88
85
  COMPAT_ENGINES: typing.Any
89
86
  bl_context: typing.Any
90
87
  bl_label: typing.Any
@@ -125,7 +122,7 @@ class EEVEE_WORLD_PT_settings(bpy.types.Panel, WorldButtonsPanel, bpy_types._Gen
125
122
  """
126
123
  ...
127
124
 
128
- class EEVEE_WORLD_PT_sun(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
125
+ class EEVEE_WORLD_PT_sun(bpy.types.Panel, bpy_types._GenericUI):
129
126
  COMPAT_ENGINES: typing.Any
130
127
  bl_context: typing.Any
131
128
  bl_label: typing.Any
@@ -158,9 +155,7 @@ class EEVEE_WORLD_PT_sun(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericU
158
155
  """
159
156
  ...
160
157
 
161
- class EEVEE_WORLD_PT_sun_shadow(
162
- bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI
163
- ):
158
+ class EEVEE_WORLD_PT_sun_shadow(bpy.types.Panel, bpy_types._GenericUI):
164
159
  COMPAT_ENGINES: typing.Any
165
160
  bl_context: typing.Any
166
161
  bl_label: typing.Any
@@ -201,7 +196,7 @@ class EEVEE_WORLD_PT_sun_shadow(
201
196
  """
202
197
  ...
203
198
 
204
- class EEVEE_WORLD_PT_surface(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
199
+ class EEVEE_WORLD_PT_surface(bpy.types.Panel, bpy_types._GenericUI):
205
200
  COMPAT_ENGINES: typing.Any
206
201
  bl_context: typing.Any
207
202
  bl_label: typing.Any
@@ -241,7 +236,7 @@ class EEVEE_WORLD_PT_surface(bpy.types.Panel, WorldButtonsPanel, bpy_types._Gene
241
236
  """
242
237
  ...
243
238
 
244
- class EEVEE_WORLD_PT_volume(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
239
+ class EEVEE_WORLD_PT_volume(bpy.types.Panel, bpy_types._GenericUI):
245
240
  COMPAT_ENGINES: typing.Any
246
241
  bl_context: typing.Any
247
242
  bl_label: typing.Any
@@ -283,7 +278,7 @@ class EEVEE_WORLD_PT_volume(bpy.types.Panel, WorldButtonsPanel, bpy_types._Gener
283
278
  """
284
279
  ...
285
280
 
286
- class WORLD_PT_context_world(bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI):
281
+ class WORLD_PT_context_world(bpy.types.Panel, bpy_types._GenericUI):
287
282
  COMPAT_ENGINES: typing.Any
288
283
  bl_context: typing.Any
289
284
  bl_label: typing.Any
@@ -324,9 +319,7 @@ class WORLD_PT_context_world(bpy.types.Panel, WorldButtonsPanel, bpy_types._Gene
324
319
  """
325
320
  ...
326
321
 
327
- class WORLD_PT_custom_props(
328
- bpy.types.Panel, WorldButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
329
- ):
322
+ class WORLD_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
330
323
  """The subclass should have its own poll function
331
324
  and the variable '_context_path' MUST be set.
332
325
  """
@@ -357,9 +350,7 @@ class WORLD_PT_custom_props(
357
350
  """
358
351
  ...
359
352
 
360
- class WORLD_PT_viewport_display(
361
- bpy.types.Panel, WorldButtonsPanel, bpy_types._GenericUI
362
- ):
353
+ class WORLD_PT_viewport_display(bpy.types.Panel, bpy_types._GenericUI):
363
354
  bl_context: typing.Any
364
355
  bl_label: typing.Any
365
356
  bl_options: typing.Any
@@ -1,9 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bl_ui.properties_grease_pencil_common
5
- import bl_ui.properties_mask_common
6
- import bl_ui.utils
7
4
  import bpy.types
8
5
  import bpy_types
9
6
 
@@ -913,9 +910,7 @@ class CLIP_PT_2d_cursor(bpy.types.Panel, bpy_types._GenericUI):
913
910
  """
914
911
  ...
915
912
 
916
- class CLIP_PT_active_mask_point(
917
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
918
- ):
913
+ class CLIP_PT_active_mask_point(bpy.types.Panel, bpy_types._GenericUI):
919
914
  bl_category: typing.Any
920
915
  bl_label: typing.Any
921
916
  bl_region_type: typing.Any
@@ -939,9 +934,7 @@ class CLIP_PT_active_mask_point(
939
934
  """
940
935
  ...
941
936
 
942
- class CLIP_PT_active_mask_spline(
943
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
944
- ):
937
+ class CLIP_PT_active_mask_spline(bpy.types.Panel, bpy_types._GenericUI):
945
938
  bl_category: typing.Any
946
939
  bl_label: typing.Any
947
940
  bl_region_type: typing.Any
@@ -965,12 +958,7 @@ class CLIP_PT_active_mask_spline(
965
958
  """
966
959
  ...
967
960
 
968
- class CLIP_PT_annotation(
969
- bpy.types.Panel,
970
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
971
- CLIP_PT_clip_view_panel,
972
- bpy_types._GenericUI,
973
- ):
961
+ class CLIP_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
974
962
  bl_category: typing.Any
975
963
  bl_label: typing.Any
976
964
  bl_options: typing.Any
@@ -995,9 +983,7 @@ class CLIP_PT_annotation(
995
983
  """
996
984
  ...
997
985
 
998
- class CLIP_PT_camera_presets(
999
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
1000
- ):
986
+ class CLIP_PT_camera_presets(bpy.types.Panel, bpy_types._GenericUI):
1001
987
  """Predefined tracking camera intrinsics"""
1002
988
 
1003
989
  bl_label: typing.Any
@@ -1097,7 +1083,7 @@ class CLIP_PT_display(bpy.types.Panel, bpy_types._GenericUI):
1097
1083
  """
1098
1084
  ...
1099
1085
 
1100
- class CLIP_PT_footage(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
1086
+ class CLIP_PT_footage(bpy.types.Panel, bpy_types._GenericUI):
1101
1087
  bl_category: typing.Any
1102
1088
  bl_label: typing.Any
1103
1089
  bl_region_type: typing.Any
@@ -1159,7 +1145,7 @@ class CLIP_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
1159
1145
  """
1160
1146
  ...
1161
1147
 
1162
- class CLIP_PT_marker(bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
1148
+ class CLIP_PT_marker(bpy.types.Panel, bpy_types._GenericUI):
1163
1149
  bl_category: typing.Any
1164
1150
  bl_label: typing.Any
1165
1151
  bl_options: typing.Any
@@ -1223,9 +1209,7 @@ class CLIP_PT_marker_display(bpy.types.Panel, bpy_types._GenericUI):
1223
1209
  """
1224
1210
  ...
1225
1211
 
1226
- class CLIP_PT_mask(
1227
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
1228
- ):
1212
+ class CLIP_PT_mask(bpy.types.Panel, bpy_types._GenericUI):
1229
1213
  bl_category: typing.Any
1230
1214
  bl_label: typing.Any
1231
1215
  bl_options: typing.Any
@@ -1250,9 +1234,7 @@ class CLIP_PT_mask(
1250
1234
  """
1251
1235
  ...
1252
1236
 
1253
- class CLIP_PT_mask_display(
1254
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
1255
- ):
1237
+ class CLIP_PT_mask_display(bpy.types.Panel, bpy_types._GenericUI):
1256
1238
  bl_label: typing.Any
1257
1239
  bl_region_type: typing.Any
1258
1240
  bl_rna: typing.Any
@@ -1275,9 +1257,7 @@ class CLIP_PT_mask_display(
1275
1257
  """
1276
1258
  ...
1277
1259
 
1278
- class CLIP_PT_mask_layers(
1279
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
1280
- ):
1260
+ class CLIP_PT_mask_layers(bpy.types.Panel, bpy_types._GenericUI):
1281
1261
  bl_category: typing.Any
1282
1262
  bl_label: typing.Any
1283
1263
  bl_region_type: typing.Any
@@ -1301,7 +1281,7 @@ class CLIP_PT_mask_layers(
1301
1281
  """
1302
1282
  ...
1303
1283
 
1304
- class CLIP_PT_objects(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
1284
+ class CLIP_PT_objects(bpy.types.Panel, bpy_types._GenericUI):
1305
1285
  bl_category: typing.Any
1306
1286
  bl_label: typing.Any
1307
1287
  bl_options: typing.Any
@@ -1333,9 +1313,7 @@ class CLIP_PT_objects(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
1333
1313
  """
1334
1314
  ...
1335
1315
 
1336
- class CLIP_PT_plane_track(
1337
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1338
- ):
1316
+ class CLIP_PT_plane_track(bpy.types.Panel, bpy_types._GenericUI):
1339
1317
  bl_category: typing.Any
1340
1318
  bl_label: typing.Any
1341
1319
  bl_options: typing.Any
@@ -1398,7 +1376,7 @@ class CLIP_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
1398
1376
  """
1399
1377
  ...
1400
1378
 
1401
- class CLIP_PT_proxy(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
1379
+ class CLIP_PT_proxy(bpy.types.Panel, bpy_types._GenericUI):
1402
1380
  bl_category: typing.Any
1403
1381
  bl_label: typing.Any
1404
1382
  bl_options: typing.Any
@@ -1446,9 +1424,7 @@ class CLIP_PT_reconstruction_panel:
1446
1424
  """
1447
1425
  ...
1448
1426
 
1449
- class CLIP_PT_stabilization(
1450
- bpy.types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
1451
- ):
1427
+ class CLIP_PT_stabilization(bpy.types.Panel, bpy_types._GenericUI):
1452
1428
  bl_category: typing.Any
1453
1429
  bl_label: typing.Any
1454
1430
  bl_region_type: typing.Any
@@ -1494,9 +1470,7 @@ class CLIP_PT_stabilization(
1494
1470
  """
1495
1471
  ...
1496
1472
 
1497
- class CLIP_PT_tools_cleanup(
1498
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1499
- ):
1473
+ class CLIP_PT_tools_cleanup(bpy.types.Panel, bpy_types._GenericUI):
1500
1474
  bl_category: typing.Any
1501
1475
  bl_label: typing.Any
1502
1476
  bl_options: typing.Any
@@ -1568,9 +1542,7 @@ class CLIP_PT_tools_clip(bpy.types.Panel, bpy_types._GenericUI):
1568
1542
  """
1569
1543
  ...
1570
1544
 
1571
- class CLIP_PT_tools_geometry(
1572
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1573
- ):
1545
+ class CLIP_PT_tools_geometry(bpy.types.Panel, bpy_types._GenericUI):
1574
1546
  bl_category: typing.Any
1575
1547
  bl_label: typing.Any
1576
1548
  bl_options: typing.Any
@@ -1602,11 +1574,7 @@ class CLIP_PT_tools_geometry(
1602
1574
  """
1603
1575
  ...
1604
1576
 
1605
- class CLIP_PT_tools_grease_pencil_draw(
1606
- bpy.types.Panel,
1607
- bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
1608
- bpy_types._GenericUI,
1609
- ):
1577
+ class CLIP_PT_tools_grease_pencil_draw(bpy.types.Panel, bpy_types._GenericUI):
1610
1578
  bl_category: typing.Any
1611
1579
  bl_label: typing.Any
1612
1580
  bl_region_type: typing.Any
@@ -1630,9 +1598,7 @@ class CLIP_PT_tools_grease_pencil_draw(
1630
1598
  """
1631
1599
  ...
1632
1600
 
1633
- class CLIP_PT_tools_marker(
1634
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1635
- ):
1601
+ class CLIP_PT_tools_marker(bpy.types.Panel, bpy_types._GenericUI):
1636
1602
  bl_category: typing.Any
1637
1603
  bl_label: typing.Any
1638
1604
  bl_region_type: typing.Any
@@ -1663,9 +1629,7 @@ class CLIP_PT_tools_marker(
1663
1629
  """
1664
1630
  ...
1665
1631
 
1666
- class CLIP_PT_tools_mask_tools(
1667
- bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
1668
- ):
1632
+ class CLIP_PT_tools_mask_tools(bpy.types.Panel, bpy_types._GenericUI):
1669
1633
  bl_category: typing.Any
1670
1634
  bl_label: typing.Any
1671
1635
  bl_region_type: typing.Any
@@ -1689,11 +1653,7 @@ class CLIP_PT_tools_mask_tools(
1689
1653
  """
1690
1654
  ...
1691
1655
 
1692
- class CLIP_PT_tools_mask_transforms(
1693
- bpy.types.Panel,
1694
- bl_ui.properties_mask_common.MASK_PT_transforms,
1695
- bpy_types._GenericUI,
1696
- ):
1656
+ class CLIP_PT_tools_mask_transforms(bpy.types.Panel, bpy_types._GenericUI):
1697
1657
  bl_category: typing.Any
1698
1658
  bl_label: typing.Any
1699
1659
  bl_region_type: typing.Any
@@ -1717,9 +1677,7 @@ class CLIP_PT_tools_mask_transforms(
1717
1677
  """
1718
1678
  ...
1719
1679
 
1720
- class CLIP_PT_tools_object(
1721
- bpy.types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
1722
- ):
1680
+ class CLIP_PT_tools_object(bpy.types.Panel, bpy_types._GenericUI):
1723
1681
  bl_category: typing.Any
1724
1682
  bl_label: typing.Any
1725
1683
  bl_region_type: typing.Any
@@ -1758,9 +1716,7 @@ class CLIP_PT_tools_object(
1758
1716
  """
1759
1717
  ...
1760
1718
 
1761
- class CLIP_PT_tools_orientation(
1762
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1763
- ):
1719
+ class CLIP_PT_tools_orientation(bpy.types.Panel, bpy_types._GenericUI):
1764
1720
  bl_category: typing.Any
1765
1721
  bl_label: typing.Any
1766
1722
  bl_region_type: typing.Any
@@ -1791,9 +1747,7 @@ class CLIP_PT_tools_orientation(
1791
1747
  """
1792
1748
  ...
1793
1749
 
1794
- class CLIP_PT_tools_plane_tracking(
1795
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1796
- ):
1750
+ class CLIP_PT_tools_plane_tracking(bpy.types.Panel, bpy_types._GenericUI):
1797
1751
  bl_category: typing.Any
1798
1752
  bl_label: typing.Any
1799
1753
  bl_options: typing.Any
@@ -1864,9 +1818,7 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel, bpy_types._GenericUI):
1864
1818
  """
1865
1819
  ...
1866
1820
 
1867
- class CLIP_PT_tools_solve(
1868
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1869
- ):
1821
+ class CLIP_PT_tools_solve(bpy.types.Panel, bpy_types._GenericUI):
1870
1822
  bl_category: typing.Any
1871
1823
  bl_label: typing.Any
1872
1824
  bl_region_type: typing.Any
@@ -1897,9 +1849,7 @@ class CLIP_PT_tools_solve(
1897
1849
  """
1898
1850
  ...
1899
1851
 
1900
- class CLIP_PT_tools_tracking(
1901
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1902
- ):
1852
+ class CLIP_PT_tools_tracking(bpy.types.Panel, bpy_types._GenericUI):
1903
1853
  bl_category: typing.Any
1904
1854
  bl_label: typing.Any
1905
1855
  bl_options: typing.Any
@@ -1932,7 +1882,7 @@ class CLIP_PT_tools_tracking(
1932
1882
  """
1933
1883
  ...
1934
1884
 
1935
- class CLIP_PT_track(bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
1885
+ class CLIP_PT_track(bpy.types.Panel, bpy_types._GenericUI):
1936
1886
  bl_category: typing.Any
1937
1887
  bl_label: typing.Any
1938
1888
  bl_region_type: typing.Any
@@ -1964,9 +1914,7 @@ class CLIP_PT_track(bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericU
1964
1914
  """
1965
1915
  ...
1966
1916
 
1967
- class CLIP_PT_track_color_presets(
1968
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
1969
- ):
1917
+ class CLIP_PT_track_color_presets(bpy.types.Panel, bpy_types._GenericUI):
1970
1918
  """Predefined track color"""
1971
1919
 
1972
1920
  bl_label: typing.Any
@@ -1994,9 +1942,7 @@ class CLIP_PT_track_color_presets(
1994
1942
  """
1995
1943
  ...
1996
1944
 
1997
- class CLIP_PT_track_settings(
1998
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
1999
- ):
1945
+ class CLIP_PT_track_settings(bpy.types.Panel, bpy_types._GenericUI):
2000
1946
  bl_category: typing.Any
2001
1947
  bl_label: typing.Any
2002
1948
  bl_options: typing.Any
@@ -2028,9 +1974,7 @@ class CLIP_PT_track_settings(
2028
1974
  """
2029
1975
  ...
2030
1976
 
2031
- class CLIP_PT_track_settings_extras(
2032
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
2033
- ):
1977
+ class CLIP_PT_track_settings_extras(bpy.types.Panel, bpy_types._GenericUI):
2034
1978
  bl_category: typing.Any
2035
1979
  bl_label: typing.Any
2036
1980
  bl_options: typing.Any
@@ -2169,9 +2113,7 @@ class CLIP_PT_tracking_panel:
2169
2113
  """
2170
2114
  ...
2171
2115
 
2172
- class CLIP_PT_tracking_settings(
2173
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
2174
- ):
2116
+ class CLIP_PT_tracking_settings(bpy.types.Panel, bpy_types._GenericUI):
2175
2117
  bl_category: typing.Any
2176
2118
  bl_label: typing.Any
2177
2119
  bl_region_type: typing.Any
@@ -2209,9 +2151,7 @@ class CLIP_PT_tracking_settings(
2209
2151
  """
2210
2152
  ...
2211
2153
 
2212
- class CLIP_PT_tracking_settings_extras(
2213
- bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
2214
- ):
2154
+ class CLIP_PT_tracking_settings_extras(bpy.types.Panel, bpy_types._GenericUI):
2215
2155
  bl_label: typing.Any
2216
2156
  bl_options: typing.Any
2217
2157
  bl_parent_id: typing.Any
@@ -2243,9 +2183,7 @@ class CLIP_PT_tracking_settings_extras(
2243
2183
  """
2244
2184
  ...
2245
2185
 
2246
- class CLIP_PT_tracking_settings_presets(
2247
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
2248
- ):
2186
+ class CLIP_PT_tracking_settings_presets(bpy.types.Panel, bpy_types._GenericUI):
2249
2187
  """Predefined tracking settings"""
2250
2188
 
2251
2189
  bl_label: typing.Any
@@ -1,11 +1,8 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bl_ui.properties_data_grease_pencil
5
- import bl_ui.properties_grease_pencil_common
6
4
  import bpy.types
7
5
  import bpy_types
8
- import rna_prop_ui
9
6
 
10
7
  GenericType1 = typing.TypeVar("GenericType1")
11
8
  GenericType2 = typing.TypeVar("GenericType2")
@@ -441,9 +438,7 @@ class DOPESHEET_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
441
438
  """
442
439
  ...
443
440
 
444
- class DOPESHEET_PT_action(
445
- bpy.types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
446
- ):
441
+ class DOPESHEET_PT_action(bpy.types.Panel, bpy_types._GenericUI):
447
442
  bl_category: typing.Any
448
443
  bl_label: typing.Any
449
444
  bl_region_type: typing.Any
@@ -521,9 +516,7 @@ class DOPESHEET_PT_action_slot(bpy.types.Panel, bpy_types._GenericUI):
521
516
  """
522
517
  ...
523
518
 
524
- class DOPESHEET_PT_custom_props_action(
525
- bpy.types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
526
- ):
519
+ class DOPESHEET_PT_custom_props_action(bpy.types.Panel, bpy_types._GenericUI):
527
520
  """The subclass should have its own poll function
528
521
  and the variable '_context_path' MUST be set.
529
522
  """
@@ -562,9 +555,7 @@ class DOPESHEET_PT_custom_props_action(
562
555
  """
563
556
  ...
564
557
 
565
- class DOPESHEET_PT_filters(
566
- bpy.types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
567
- ):
558
+ class DOPESHEET_PT_filters(bpy.types.Panel, bpy_types._GenericUI):
568
559
  bl_label: typing.Any
569
560
  bl_region_type: typing.Any
570
561
  bl_rna: typing.Any
@@ -594,12 +585,7 @@ class DOPESHEET_PT_filters(
594
585
  """
595
586
  ...
596
587
 
597
- class DOPESHEET_PT_gpencil_layer_adjustments(
598
- bpy.types.Panel,
599
- LayersDopeSheetPanel,
600
- bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
601
- bpy_types._GenericUI,
602
- ):
588
+ class DOPESHEET_PT_gpencil_layer_adjustments(bpy.types.Panel, bpy_types._GenericUI):
603
589
  bl_category: typing.Any
604
590
  bl_label: typing.Any
605
591
  bl_options: typing.Any
@@ -625,12 +611,7 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
625
611
  """
626
612
  ...
627
613
 
628
- class DOPESHEET_PT_gpencil_layer_display(
629
- bpy.types.Panel,
630
- LayersDopeSheetPanel,
631
- bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
632
- bpy_types._GenericUI,
633
- ):
614
+ class DOPESHEET_PT_gpencil_layer_display(bpy.types.Panel, bpy_types._GenericUI):
634
615
  bl_category: typing.Any
635
616
  bl_label: typing.Any
636
617
  bl_options: typing.Any
@@ -656,12 +637,7 @@ class DOPESHEET_PT_gpencil_layer_display(
656
637
  """
657
638
  ...
658
639
 
659
- class DOPESHEET_PT_gpencil_layer_masks(
660
- bpy.types.Panel,
661
- LayersDopeSheetPanel,
662
- bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
663
- bpy_types._GenericUI,
664
- ):
640
+ class DOPESHEET_PT_gpencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
665
641
  bl_category: typing.Any
666
642
  bl_label: typing.Any
667
643
  bl_options: typing.Any
@@ -687,12 +663,7 @@ class DOPESHEET_PT_gpencil_layer_masks(
687
663
  """
688
664
  ...
689
665
 
690
- class DOPESHEET_PT_gpencil_layer_relations(
691
- bpy.types.Panel,
692
- LayersDopeSheetPanel,
693
- bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
694
- bpy_types._GenericUI,
695
- ):
666
+ class DOPESHEET_PT_gpencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
696
667
  bl_category: typing.Any
697
668
  bl_label: typing.Any
698
669
  bl_options: typing.Any
@@ -718,12 +689,7 @@ class DOPESHEET_PT_gpencil_layer_relations(
718
689
  """
719
690
  ...
720
691
 
721
- class DOPESHEET_PT_gpencil_layer_transform(
722
- bpy.types.Panel,
723
- LayersDopeSheetPanel,
724
- bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
725
- bpy_types._GenericUI,
726
- ):
692
+ class DOPESHEET_PT_gpencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
727
693
  bl_category: typing.Any
728
694
  bl_label: typing.Any
729
695
  bl_options: typing.Any
@@ -749,9 +715,7 @@ class DOPESHEET_PT_gpencil_layer_transform(
749
715
  """
750
716
  ...
751
717
 
752
- class DOPESHEET_PT_gpencil_mode(
753
- bpy.types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
754
- ):
718
+ class DOPESHEET_PT_gpencil_mode(bpy.types.Panel, bpy_types._GenericUI):
755
719
  bl_category: typing.Any
756
720
  bl_label: typing.Any
757
721
  bl_region_type: typing.Any
@@ -782,12 +746,7 @@ class DOPESHEET_PT_gpencil_mode(
782
746
  """
783
747
  ...
784
748
 
785
- class DOPESHEET_PT_grease_pencil_layer_masks(
786
- bpy.types.Panel,
787
- GreasePencilLayersDopeSheetPanel,
788
- bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
789
- bpy_types._GenericUI,
790
- ):
749
+ class DOPESHEET_PT_grease_pencil_layer_masks(bpy.types.Panel, bpy_types._GenericUI):
791
750
  bl_category: typing.Any
792
751
  bl_label: typing.Any
793
752
  bl_options: typing.Any
@@ -813,12 +772,7 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
813
772
  """
814
773
  ...
815
774
 
816
- class DOPESHEET_PT_grease_pencil_layer_relations(
817
- bpy.types.Panel,
818
- GreasePencilLayersDopeSheetPanel,
819
- bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
820
- bpy_types._GenericUI,
821
- ):
775
+ class DOPESHEET_PT_grease_pencil_layer_relations(bpy.types.Panel, bpy_types._GenericUI):
822
776
  bl_category: typing.Any
823
777
  bl_label: typing.Any
824
778
  bl_options: typing.Any
@@ -844,12 +798,7 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
844
798
  """
845
799
  ...
846
800
 
847
- class DOPESHEET_PT_grease_pencil_layer_transform(
848
- bpy.types.Panel,
849
- GreasePencilLayersDopeSheetPanel,
850
- bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
851
- bpy_types._GenericUI,
852
- ):
801
+ class DOPESHEET_PT_grease_pencil_layer_transform(bpy.types.Panel, bpy_types._GenericUI):
853
802
  bl_category: typing.Any
854
803
  bl_label: typing.Any
855
804
  bl_options: typing.Any
@@ -875,9 +824,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
875
824
  """
876
825
  ...
877
826
 
878
- class DOPESHEET_PT_grease_pencil_mode(
879
- bpy.types.Panel, GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
880
- ):
827
+ class DOPESHEET_PT_grease_pencil_mode(bpy.types.Panel, bpy_types._GenericUI):
881
828
  bl_category: typing.Any
882
829
  bl_label: typing.Any
883
830
  bl_region_type: typing.Any