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,9 +1,11 @@
1
1
  import typing
2
+ import bl_ui.properties_animviz
2
3
  import bpy_types
4
+ import rna_prop_ui
3
5
 
4
6
  GenericType = typing.TypeVar("GenericType")
5
7
 
6
- class ARMATURE_MT_collection_context_menu(bpy_types._GenericUI):
8
+ class ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
7
9
  """ """
8
10
 
9
11
  bl_label: typing.Any
@@ -184,7 +186,7 @@ class ARMATURE_MT_collection_context_menu(bpy_types._GenericUI):
184
186
  """ """
185
187
  ...
186
188
 
187
- class ARMATURE_MT_collection_tree_context_menu(bpy_types._GenericUI):
189
+ class ARMATURE_MT_collection_tree_context_menu(bpy_types.Menu, bpy_types._GenericUI):
188
190
  """ """
189
191
 
190
192
  bl_label: typing.Any
@@ -384,7 +386,11 @@ class ArmatureButtonsPanel:
384
386
  """
385
387
  ...
386
388
 
387
- class DATA_PT_bone_collections(bpy_types._GenericUI):
389
+ class DATA_PT_motion_paths(
390
+ bpy_types.Panel,
391
+ bl_ui.properties_animviz.MotionPathButtonsPanel,
392
+ bpy_types._GenericUI,
393
+ ):
388
394
  """ """
389
395
 
390
396
  bl_context: typing.Any
@@ -393,6 +399,9 @@ class DATA_PT_bone_collections(bpy_types._GenericUI):
393
399
  bl_label: typing.Any
394
400
  """ """
395
401
 
402
+ bl_options: typing.Any
403
+ """ """
404
+
396
405
  bl_region_type: typing.Any
397
406
  """ """
398
407
 
@@ -431,6 +440,16 @@ class DATA_PT_bone_collections(bpy_types._GenericUI):
431
440
  """
432
441
  ...
433
442
 
443
+ def draw_settings(self, _context, avs, mpath, bones):
444
+ """
445
+
446
+ :param _context:
447
+ :param avs:
448
+ :param mpath:
449
+ :param bones:
450
+ """
451
+ ...
452
+
434
453
  def driver_add(self):
435
454
  """ """
436
455
  ...
@@ -540,7 +559,11 @@ class DATA_PT_bone_collections(bpy_types._GenericUI):
540
559
  """ """
541
560
  ...
542
561
 
543
- class DATA_PT_context_arm(bpy_types._GenericUI):
562
+ class DATA_PT_motion_paths_display(
563
+ bpy_types.Panel,
564
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display,
565
+ bpy_types._GenericUI,
566
+ ):
544
567
  """ """
545
568
 
546
569
  bl_context: typing.Any
@@ -552,6 +575,9 @@ class DATA_PT_context_arm(bpy_types._GenericUI):
552
575
  bl_options: typing.Any
553
576
  """ """
554
577
 
578
+ bl_parent_id: typing.Any
579
+ """ """
580
+
555
581
  bl_region_type: typing.Any
556
582
  """ """
557
583
 
@@ -590,6 +616,16 @@ class DATA_PT_context_arm(bpy_types._GenericUI):
590
616
  """
591
617
  ...
592
618
 
619
+ def draw_settings(self, _context, avs, mpath, bones):
620
+ """
621
+
622
+ :param _context:
623
+ :param avs:
624
+ :param mpath:
625
+ :param bones:
626
+ """
627
+ ...
628
+
593
629
  def driver_add(self):
594
630
  """ """
595
631
  ...
@@ -699,33 +735,12 @@ class DATA_PT_context_arm(bpy_types._GenericUI):
699
735
  """ """
700
736
  ...
701
737
 
702
- class DATA_PT_custom_props_arm(bpy_types._GenericUI):
703
- """ """
704
-
705
- COMPAT_ENGINES: typing.Any
706
- """ """
707
-
708
- bl_context: typing.Any
709
- """ """
710
-
711
- bl_label: typing.Any
712
- """ """
713
-
714
- bl_options: typing.Any
715
- """ """
716
-
717
- bl_order: typing.Any
718
- """ """
719
-
720
- bl_region_type: typing.Any
738
+ class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
721
739
  """ """
722
740
 
723
741
  bl_rna: typing.Any
724
742
  """ """
725
743
 
726
- bl_space_type: typing.Any
727
- """ """
728
-
729
744
  id_data: typing.Any
730
745
  """ """
731
746
 
@@ -748,10 +763,27 @@ class DATA_PT_custom_props_arm(bpy_types._GenericUI):
748
763
  """ """
749
764
  ...
750
765
 
751
- def draw(self, context):
766
+ def draw_item(
767
+ self,
768
+ _context,
769
+ layout,
770
+ armature,
771
+ bcoll,
772
+ _icon,
773
+ _active_data,
774
+ _active_propname,
775
+ _index,
776
+ ):
752
777
  """
753
778
 
754
- :param context:
779
+ :param _context:
780
+ :param layout:
781
+ :param armature:
782
+ :param bcoll:
783
+ :param _icon:
784
+ :param _active_data:
785
+ :param _active_propname:
786
+ :param _index:
755
787
  """
756
788
  ...
757
789
 
@@ -823,13 +855,6 @@ class DATA_PT_custom_props_arm(bpy_types._GenericUI):
823
855
  """ """
824
856
  ...
825
857
 
826
- def poll(self, context):
827
- """
828
-
829
- :param context:
830
- """
831
- ...
832
-
833
858
  def pop(self):
834
859
  """ """
835
860
  ...
@@ -864,10 +889,9 @@ class DATA_PT_custom_props_arm(bpy_types._GenericUI):
864
889
  """ """
865
890
  ...
866
891
 
867
- class DATA_PT_custom_props_bcoll(bpy_types._GenericUI):
868
- """ """
869
-
870
- COMPAT_ENGINES: typing.Any
892
+ class DATA_PT_bone_collections(
893
+ bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
894
+ ):
871
895
  """ """
872
896
 
873
897
  bl_context: typing.Any
@@ -876,15 +900,6 @@ class DATA_PT_custom_props_bcoll(bpy_types._GenericUI):
876
900
  bl_label: typing.Any
877
901
  """ """
878
902
 
879
- bl_options: typing.Any
880
- """ """
881
-
882
- bl_order: typing.Any
883
- """ """
884
-
885
- bl_parent_id: typing.Any
886
- """ """
887
-
888
903
  bl_region_type: typing.Any
889
904
  """ """
890
905
 
@@ -1032,7 +1047,7 @@ class DATA_PT_custom_props_bcoll(bpy_types._GenericUI):
1032
1047
  """ """
1033
1048
  ...
1034
1049
 
1035
- class DATA_PT_display(bpy_types._GenericUI):
1050
+ class DATA_PT_context_arm(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
1036
1051
  """ """
1037
1052
 
1038
1053
  bl_context: typing.Any
@@ -1191,7 +1206,15 @@ class DATA_PT_display(bpy_types._GenericUI):
1191
1206
  """ """
1192
1207
  ...
1193
1208
 
1194
- class DATA_PT_iksolver_itasc(bpy_types._GenericUI):
1209
+ class DATA_PT_custom_props_arm(
1210
+ bpy_types.Panel,
1211
+ ArmatureButtonsPanel,
1212
+ rna_prop_ui.PropertyPanel,
1213
+ bpy_types._GenericUI,
1214
+ ):
1215
+ """ """
1216
+
1217
+ COMPAT_ENGINES: typing.Any
1195
1218
  """ """
1196
1219
 
1197
1220
  bl_context: typing.Any
@@ -1203,6 +1226,9 @@ class DATA_PT_iksolver_itasc(bpy_types._GenericUI):
1203
1226
  bl_options: typing.Any
1204
1227
  """ """
1205
1228
 
1229
+ bl_order: typing.Any
1230
+ """ """
1231
+
1206
1232
  bl_region_type: typing.Any
1207
1233
  """ """
1208
1234
 
@@ -1350,7 +1376,15 @@ class DATA_PT_iksolver_itasc(bpy_types._GenericUI):
1350
1376
  """ """
1351
1377
  ...
1352
1378
 
1353
- class DATA_PT_motion_paths(bpy_types._GenericUI):
1379
+ class DATA_PT_custom_props_bcoll(
1380
+ bpy_types.Panel,
1381
+ ArmatureButtonsPanel,
1382
+ rna_prop_ui.PropertyPanel,
1383
+ bpy_types._GenericUI,
1384
+ ):
1385
+ """ """
1386
+
1387
+ COMPAT_ENGINES: typing.Any
1354
1388
  """ """
1355
1389
 
1356
1390
  bl_context: typing.Any
@@ -1362,6 +1396,12 @@ class DATA_PT_motion_paths(bpy_types._GenericUI):
1362
1396
  bl_options: typing.Any
1363
1397
  """ """
1364
1398
 
1399
+ bl_order: typing.Any
1400
+ """ """
1401
+
1402
+ bl_parent_id: typing.Any
1403
+ """ """
1404
+
1365
1405
  bl_region_type: typing.Any
1366
1406
  """ """
1367
1407
 
@@ -1400,16 +1440,6 @@ class DATA_PT_motion_paths(bpy_types._GenericUI):
1400
1440
  """
1401
1441
  ...
1402
1442
 
1403
- def draw_settings(self, _context, avs, mpath, bones):
1404
- """
1405
-
1406
- :param _context:
1407
- :param avs:
1408
- :param mpath:
1409
- :param bones:
1410
- """
1411
- ...
1412
-
1413
1443
  def driver_add(self):
1414
1444
  """ """
1415
1445
  ...
@@ -1519,7 +1549,7 @@ class DATA_PT_motion_paths(bpy_types._GenericUI):
1519
1549
  """ """
1520
1550
  ...
1521
1551
 
1522
- class DATA_PT_motion_paths_display(bpy_types._GenericUI):
1552
+ class DATA_PT_display(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
1523
1553
  """ """
1524
1554
 
1525
1555
  bl_context: typing.Any
@@ -1531,9 +1561,6 @@ class DATA_PT_motion_paths_display(bpy_types._GenericUI):
1531
1561
  bl_options: typing.Any
1532
1562
  """ """
1533
1563
 
1534
- bl_parent_id: typing.Any
1535
- """ """
1536
-
1537
1564
  bl_region_type: typing.Any
1538
1565
  """ """
1539
1566
 
@@ -1572,16 +1599,6 @@ class DATA_PT_motion_paths_display(bpy_types._GenericUI):
1572
1599
  """
1573
1600
  ...
1574
1601
 
1575
- def draw_settings(self, _context, avs, mpath, bones):
1576
- """
1577
-
1578
- :param _context:
1579
- :param avs:
1580
- :param mpath:
1581
- :param bones:
1582
- """
1583
- ...
1584
-
1585
1602
  def driver_add(self):
1586
1603
  """ """
1587
1604
  ...
@@ -1691,7 +1708,9 @@ class DATA_PT_motion_paths_display(bpy_types._GenericUI):
1691
1708
  """ """
1692
1709
  ...
1693
1710
 
1694
- class DATA_PT_pose(bpy_types._GenericUI):
1711
+ class DATA_PT_iksolver_itasc(
1712
+ bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
1713
+ ):
1695
1714
  """ """
1696
1715
 
1697
1716
  bl_context: typing.Any
@@ -1700,6 +1719,9 @@ class DATA_PT_pose(bpy_types._GenericUI):
1700
1719
  bl_label: typing.Any
1701
1720
  """ """
1702
1721
 
1722
+ bl_options: typing.Any
1723
+ """ """
1724
+
1703
1725
  bl_region_type: typing.Any
1704
1726
  """ """
1705
1727
 
@@ -1847,12 +1869,24 @@ class DATA_PT_pose(bpy_types._GenericUI):
1847
1869
  """ """
1848
1870
  ...
1849
1871
 
1850
- class DATA_UL_bone_collections(bpy_types._GenericUI):
1872
+ class DATA_PT_pose(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
1873
+ """ """
1874
+
1875
+ bl_context: typing.Any
1876
+ """ """
1877
+
1878
+ bl_label: typing.Any
1879
+ """ """
1880
+
1881
+ bl_region_type: typing.Any
1851
1882
  """ """
1852
1883
 
1853
1884
  bl_rna: typing.Any
1854
1885
  """ """
1855
1886
 
1887
+ bl_space_type: typing.Any
1888
+ """ """
1889
+
1856
1890
  id_data: typing.Any
1857
1891
  """ """
1858
1892
 
@@ -1875,27 +1909,10 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
1875
1909
  """ """
1876
1910
  ...
1877
1911
 
1878
- def draw_item(
1879
- self,
1880
- _context,
1881
- layout,
1882
- armature,
1883
- bcoll,
1884
- _icon,
1885
- _active_data,
1886
- _active_propname,
1887
- _index,
1888
- ):
1912
+ def draw(self, context):
1889
1913
  """
1890
1914
 
1891
- :param _context:
1892
- :param layout:
1893
- :param armature:
1894
- :param bcoll:
1895
- :param _icon:
1896
- :param _active_data:
1897
- :param _active_propname:
1898
- :param _index:
1915
+ :param context:
1899
1916
  """
1900
1917
  ...
1901
1918
 
@@ -1967,6 +1984,13 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
1967
1984
  """ """
1968
1985
  ...
1969
1986
 
1987
+ def poll(self, context):
1988
+ """
1989
+
1990
+ :param context:
1991
+ """
1992
+ ...
1993
+
1970
1994
  def pop(self):
1971
1995
  """ """
1972
1996
  ...
@@ -1,9 +1,29 @@
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 BONE_PT_collections(bpy_types._GenericUI):
7
+ class BoneButtonsPanel:
8
+ """ """
9
+
10
+ bl_context: typing.Any
11
+ """ """
12
+
13
+ bl_region_type: typing.Any
14
+ """ """
15
+
16
+ bl_space_type: typing.Any
17
+ """ """
18
+
19
+ def poll(self, context):
20
+ """
21
+
22
+ :param context:
23
+ """
24
+ ...
25
+
26
+ class BONE_PT_collections(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
7
27
  """ """
8
28
 
9
29
  bl_context: typing.Any
@@ -162,7 +182,7 @@ class BONE_PT_collections(bpy_types._GenericUI):
162
182
  """ """
163
183
  ...
164
184
 
165
- class BONE_PT_context_bone(bpy_types._GenericUI):
185
+ class BONE_PT_context_bone(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
166
186
  """ """
167
187
 
168
188
  bl_context: typing.Any
@@ -321,7 +341,7 @@ class BONE_PT_context_bone(bpy_types._GenericUI):
321
341
  """ """
322
342
  ...
323
343
 
324
- class BONE_PT_curved(bpy_types._GenericUI):
344
+ class BONE_PT_curved(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
325
345
  """ """
326
346
 
327
347
  bl_context: typing.Any
@@ -480,7 +500,9 @@ class BONE_PT_curved(bpy_types._GenericUI):
480
500
  """ """
481
501
  ...
482
502
 
483
- class BONE_PT_custom_props(bpy_types._GenericUI):
503
+ class BONE_PT_custom_props(
504
+ bpy_types.Panel, BoneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
505
+ ):
484
506
  """ """
485
507
 
486
508
  COMPAT_ENGINES: typing.Any
@@ -645,7 +667,7 @@ class BONE_PT_custom_props(bpy_types._GenericUI):
645
667
  """ """
646
668
  ...
647
669
 
648
- class BONE_PT_deform(bpy_types._GenericUI):
670
+ class BONE_PT_deform(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
649
671
  """ """
650
672
 
651
673
  bl_context: typing.Any
@@ -811,7 +833,7 @@ class BONE_PT_deform(bpy_types._GenericUI):
811
833
  """ """
812
834
  ...
813
835
 
814
- class BONE_PT_display(bpy_types._GenericUI):
836
+ class BONE_PT_display(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
815
837
  """ """
816
838
 
817
839
  bl_context: typing.Any
@@ -994,7 +1016,9 @@ class BONE_PT_display(bpy_types._GenericUI):
994
1016
  """ """
995
1017
  ...
996
1018
 
997
- class BONE_PT_display_custom_shape(bpy_types._GenericUI):
1019
+ class BONE_PT_display_custom_shape(
1020
+ bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI
1021
+ ):
998
1022
  """ """
999
1023
 
1000
1024
  bl_context: typing.Any
@@ -1153,7 +1177,9 @@ class BONE_PT_display_custom_shape(bpy_types._GenericUI):
1153
1177
  """ """
1154
1178
  ...
1155
1179
 
1156
- class BONE_PT_inverse_kinematics(bpy_types._GenericUI):
1180
+ class BONE_PT_inverse_kinematics(
1181
+ bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI
1182
+ ):
1157
1183
  """ """
1158
1184
 
1159
1185
  bl_context: typing.Any
@@ -1312,7 +1338,7 @@ class BONE_PT_inverse_kinematics(bpy_types._GenericUI):
1312
1338
  """ """
1313
1339
  ...
1314
1340
 
1315
- class BONE_PT_relations(bpy_types._GenericUI):
1341
+ class BONE_PT_relations(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
1316
1342
  """ """
1317
1343
 
1318
1344
  bl_context: typing.Any
@@ -1471,7 +1497,7 @@ class BONE_PT_relations(bpy_types._GenericUI):
1471
1497
  """ """
1472
1498
  ...
1473
1499
 
1474
- class BONE_PT_transform(bpy_types._GenericUI):
1500
+ class BONE_PT_transform(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
1475
1501
  """ """
1476
1502
 
1477
1503
  bl_context: typing.Any
@@ -1626,22 +1652,3 @@ class BONE_PT_transform(bpy_types._GenericUI):
1626
1652
  def values(self):
1627
1653
  """ """
1628
1654
  ...
1629
-
1630
- class BoneButtonsPanel:
1631
- """ """
1632
-
1633
- bl_context: typing.Any
1634
- """ """
1635
-
1636
- bl_region_type: typing.Any
1637
- """ """
1638
-
1639
- bl_space_type: typing.Any
1640
- """ """
1641
-
1642
- def poll(self, context):
1643
- """
1644
-
1645
- :param context:
1646
- """
1647
- ...
@@ -1,9 +1,11 @@
1
1
  import typing
2
+ import bl_ui.utils
2
3
  import bpy_types
4
+ import rna_prop_ui
3
5
 
4
6
  GenericType = typing.TypeVar("GenericType")
5
7
 
6
- class CAMERA_PT_presets(bpy_types._GenericUI):
8
+ class CAMERA_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
7
9
  """ """
8
10
 
9
11
  COMPAT_ENGINES: typing.Any
@@ -202,7 +204,9 @@ class CAMERA_PT_presets(bpy_types._GenericUI):
202
204
  """ """
203
205
  ...
204
206
 
205
- class CAMERA_PT_safe_areas_presets(bpy_types._GenericUI):
207
+ class CAMERA_PT_safe_areas_presets(
208
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
209
+ ):
206
210
  """ """
207
211
 
208
212
  COMPAT_ENGINES: typing.Any
@@ -420,7 +424,7 @@ class CameraButtonsPanel:
420
424
  """
421
425
  ...
422
426
 
423
- class DATA_PT_camera(bpy_types._GenericUI):
427
+ class DATA_PT_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
424
428
  """ """
425
429
 
426
430
  COMPAT_ENGINES: typing.Any
@@ -589,7 +593,9 @@ class DATA_PT_camera(bpy_types._GenericUI):
589
593
  """ """
590
594
  ...
591
595
 
592
- class DATA_PT_camera_background_image(bpy_types._GenericUI):
596
+ class DATA_PT_camera_background_image(
597
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
598
+ ):
593
599
  """ """
594
600
 
595
601
  COMPAT_ENGINES: typing.Any
@@ -758,7 +764,7 @@ class DATA_PT_camera_background_image(bpy_types._GenericUI):
758
764
  """ """
759
765
  ...
760
766
 
761
- class DATA_PT_camera_display(bpy_types._GenericUI):
767
+ class DATA_PT_camera_display(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
762
768
  """ """
763
769
 
764
770
  COMPAT_ENGINES: typing.Any
@@ -920,7 +926,9 @@ class DATA_PT_camera_display(bpy_types._GenericUI):
920
926
  """ """
921
927
  ...
922
928
 
923
- class DATA_PT_camera_display_composition_guides(bpy_types._GenericUI):
929
+ class DATA_PT_camera_display_composition_guides(
930
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
931
+ ):
924
932
  """ """
925
933
 
926
934
  COMPAT_ENGINES: typing.Any
@@ -1085,7 +1093,7 @@ class DATA_PT_camera_display_composition_guides(bpy_types._GenericUI):
1085
1093
  """ """
1086
1094
  ...
1087
1095
 
1088
- class DATA_PT_camera_dof(bpy_types._GenericUI):
1096
+ class DATA_PT_camera_dof(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
1089
1097
  """ """
1090
1098
 
1091
1099
  COMPAT_ENGINES: typing.Any
@@ -1254,7 +1262,9 @@ class DATA_PT_camera_dof(bpy_types._GenericUI):
1254
1262
  """ """
1255
1263
  ...
1256
1264
 
1257
- class DATA_PT_camera_dof_aperture(bpy_types._GenericUI):
1265
+ class DATA_PT_camera_dof_aperture(
1266
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
1267
+ ):
1258
1268
  """ """
1259
1269
 
1260
1270
  COMPAT_ENGINES: typing.Any
@@ -1416,7 +1426,9 @@ class DATA_PT_camera_dof_aperture(bpy_types._GenericUI):
1416
1426
  """ """
1417
1427
  ...
1418
1428
 
1419
- class DATA_PT_camera_safe_areas(bpy_types._GenericUI):
1429
+ class DATA_PT_camera_safe_areas(
1430
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
1431
+ ):
1420
1432
  """ """
1421
1433
 
1422
1434
  COMPAT_ENGINES: typing.Any
@@ -1592,7 +1604,9 @@ class DATA_PT_camera_safe_areas(bpy_types._GenericUI):
1592
1604
  """ """
1593
1605
  ...
1594
1606
 
1595
- class DATA_PT_camera_safe_areas_center_cut(bpy_types._GenericUI):
1607
+ class DATA_PT_camera_safe_areas_center_cut(
1608
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
1609
+ ):
1596
1610
  """ """
1597
1611
 
1598
1612
  COMPAT_ENGINES: typing.Any
@@ -1764,7 +1778,9 @@ class DATA_PT_camera_safe_areas_center_cut(bpy_types._GenericUI):
1764
1778
  """ """
1765
1779
  ...
1766
1780
 
1767
- class DATA_PT_camera_stereoscopy(bpy_types._GenericUI):
1781
+ class DATA_PT_camera_stereoscopy(
1782
+ bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
1783
+ ):
1768
1784
  """ """
1769
1785
 
1770
1786
  COMPAT_ENGINES: typing.Any
@@ -1923,7 +1939,7 @@ class DATA_PT_camera_stereoscopy(bpy_types._GenericUI):
1923
1939
  """ """
1924
1940
  ...
1925
1941
 
1926
- class DATA_PT_context_camera(bpy_types._GenericUI):
1942
+ class DATA_PT_context_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
1927
1943
  """ """
1928
1944
 
1929
1945
  COMPAT_ENGINES: typing.Any
@@ -2085,7 +2101,9 @@ class DATA_PT_context_camera(bpy_types._GenericUI):
2085
2101
  """ """
2086
2102
  ...
2087
2103
 
2088
- class DATA_PT_custom_props_camera(bpy_types._GenericUI):
2104
+ class DATA_PT_custom_props_camera(
2105
+ bpy_types.Panel, CameraButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
2106
+ ):
2089
2107
  """ """
2090
2108
 
2091
2109
  COMPAT_ENGINES: typing.Any
@@ -2250,7 +2268,7 @@ class DATA_PT_custom_props_camera(bpy_types._GenericUI):
2250
2268
  """ """
2251
2269
  ...
2252
2270
 
2253
- class DATA_PT_lens(bpy_types._GenericUI):
2271
+ class DATA_PT_lens(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
2254
2272
  """ """
2255
2273
 
2256
2274
  COMPAT_ENGINES: typing.Any