fake-bpy-module 20240722__py3-none-any.whl → 20240723__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 (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -2,12 +2,13 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class BONE_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
9
+ class BONE_PT_bActionConstraint(
10
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
11
+ ):
11
12
  bl_context: typing.Any
12
13
  bl_label: typing.Any
13
14
  bl_options: typing.Any
@@ -39,7 +40,9 @@ class BONE_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
39
40
  """
40
41
  ...
41
42
 
42
- class BONE_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
43
+ class BONE_PT_bActionConstraint_action(
44
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
45
+ ):
43
46
  bl_context: typing.Any
44
47
  bl_label: typing.Any
45
48
  bl_parent_id: typing.Any
@@ -71,7 +74,9 @@ class BONE_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
71
74
  """
72
75
  ...
73
76
 
74
- class BONE_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
77
+ class BONE_PT_bActionConstraint_target(
78
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
79
+ ):
75
80
  bl_context: typing.Any
76
81
  bl_label: typing.Any
77
82
  bl_parent_id: typing.Any
@@ -103,7 +108,9 @@ class BONE_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
103
108
  """
104
109
  ...
105
110
 
106
- class BONE_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
111
+ class BONE_PT_bArmatureConstraint(
112
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
113
+ ):
107
114
  bl_context: typing.Any
108
115
  bl_label: typing.Any
109
116
  bl_options: typing.Any
@@ -135,7 +142,9 @@ class BONE_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
135
142
  """
136
143
  ...
137
144
 
138
- class BONE_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI):
145
+ class BONE_PT_bArmatureConstraint_bones(
146
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
147
+ ):
139
148
  bl_context: typing.Any
140
149
  bl_label: typing.Any
141
150
  bl_parent_id: typing.Any
@@ -167,7 +176,9 @@ class BONE_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI):
167
176
  """
168
177
  ...
169
178
 
170
- class BONE_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
179
+ class BONE_PT_bCameraSolverConstraint(
180
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
181
+ ):
171
182
  bl_context: typing.Any
172
183
  bl_label: typing.Any
173
184
  bl_options: typing.Any
@@ -199,7 +210,9 @@ class BONE_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
199
210
  """
200
211
  ...
201
212
 
202
- class BONE_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
213
+ class BONE_PT_bChildOfConstraint(
214
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
215
+ ):
203
216
  bl_context: typing.Any
204
217
  bl_label: typing.Any
205
218
  bl_options: typing.Any
@@ -231,7 +244,9 @@ class BONE_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
231
244
  """
232
245
  ...
233
246
 
234
- class BONE_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
247
+ class BONE_PT_bClampToConstraint(
248
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
249
+ ):
235
250
  bl_context: typing.Any
236
251
  bl_label: typing.Any
237
252
  bl_options: typing.Any
@@ -263,7 +278,9 @@ class BONE_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
263
278
  """
264
279
  ...
265
280
 
266
- class BONE_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
281
+ class BONE_PT_bDampTrackConstraint(
282
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
283
+ ):
267
284
  bl_context: typing.Any
268
285
  bl_label: typing.Any
269
286
  bl_options: typing.Any
@@ -295,7 +312,9 @@ class BONE_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
295
312
  """
296
313
  ...
297
314
 
298
- class BONE_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
315
+ class BONE_PT_bDistLimitConstraint(
316
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
317
+ ):
299
318
  bl_context: typing.Any
300
319
  bl_label: typing.Any
301
320
  bl_options: typing.Any
@@ -327,7 +346,9 @@ class BONE_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
327
346
  """
328
347
  ...
329
348
 
330
- class BONE_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
349
+ class BONE_PT_bFollowPathConstraint(
350
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
351
+ ):
331
352
  bl_context: typing.Any
332
353
  bl_label: typing.Any
333
354
  bl_options: typing.Any
@@ -359,7 +380,9 @@ class BONE_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
359
380
  """
360
381
  ...
361
382
 
362
- class BONE_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
383
+ class BONE_PT_bFollowTrackConstraint(
384
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
385
+ ):
363
386
  bl_context: typing.Any
364
387
  bl_label: typing.Any
365
388
  bl_options: typing.Any
@@ -391,7 +414,9 @@ class BONE_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
391
414
  """
392
415
  ...
393
416
 
394
- class BONE_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
417
+ class BONE_PT_bKinematicConstraint(
418
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
419
+ ):
395
420
  bl_context: typing.Any
396
421
  bl_label: typing.Any
397
422
  bl_options: typing.Any
@@ -423,7 +448,9 @@ class BONE_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
423
448
  """
424
449
  ...
425
450
 
426
- class BONE_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
451
+ class BONE_PT_bLocLimitConstraint(
452
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
453
+ ):
427
454
  bl_context: typing.Any
428
455
  bl_label: typing.Any
429
456
  bl_options: typing.Any
@@ -455,7 +482,9 @@ class BONE_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
455
482
  """
456
483
  ...
457
484
 
458
- class BONE_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
485
+ class BONE_PT_bLocateLikeConstraint(
486
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
487
+ ):
459
488
  bl_context: typing.Any
460
489
  bl_label: typing.Any
461
490
  bl_options: typing.Any
@@ -487,7 +516,9 @@ class BONE_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
487
516
  """
488
517
  ...
489
518
 
490
- class BONE_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
519
+ class BONE_PT_bLockTrackConstraint(
520
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
521
+ ):
491
522
  bl_context: typing.Any
492
523
  bl_label: typing.Any
493
524
  bl_options: typing.Any
@@ -519,7 +550,9 @@ class BONE_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
519
550
  """
520
551
  ...
521
552
 
522
- class BONE_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
553
+ class BONE_PT_bMinMaxConstraint(
554
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
555
+ ):
523
556
  bl_context: typing.Any
524
557
  bl_label: typing.Any
525
558
  bl_options: typing.Any
@@ -551,7 +584,9 @@ class BONE_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
551
584
  """
552
585
  ...
553
586
 
554
- class BONE_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
587
+ class BONE_PT_bObjectSolverConstraint(
588
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
589
+ ):
555
590
  bl_context: typing.Any
556
591
  bl_label: typing.Any
557
592
  bl_options: typing.Any
@@ -583,7 +618,9 @@ class BONE_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
583
618
  """
584
619
  ...
585
620
 
586
- class BONE_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
621
+ class BONE_PT_bPivotConstraint(
622
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
623
+ ):
587
624
  bl_context: typing.Any
588
625
  bl_label: typing.Any
589
626
  bl_options: typing.Any
@@ -615,7 +652,9 @@ class BONE_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
615
652
  """
616
653
  ...
617
654
 
618
- class BONE_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
655
+ class BONE_PT_bPythonConstraint(
656
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
657
+ ):
619
658
  bl_context: typing.Any
620
659
  bl_label: typing.Any
621
660
  bl_options: typing.Any
@@ -647,7 +686,9 @@ class BONE_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
647
686
  """
648
687
  ...
649
688
 
650
- class BONE_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
689
+ class BONE_PT_bRotLimitConstraint(
690
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
691
+ ):
651
692
  bl_context: typing.Any
652
693
  bl_label: typing.Any
653
694
  bl_options: typing.Any
@@ -679,7 +720,9 @@ class BONE_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
679
720
  """
680
721
  ...
681
722
 
682
- class BONE_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
723
+ class BONE_PT_bRotateLikeConstraint(
724
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
725
+ ):
683
726
  bl_context: typing.Any
684
727
  bl_label: typing.Any
685
728
  bl_options: typing.Any
@@ -711,7 +754,9 @@ class BONE_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
711
754
  """
712
755
  ...
713
756
 
714
- class BONE_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
757
+ class BONE_PT_bSameVolumeConstraint(
758
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
759
+ ):
715
760
  bl_context: typing.Any
716
761
  bl_label: typing.Any
717
762
  bl_options: typing.Any
@@ -743,7 +788,9 @@ class BONE_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
743
788
  """
744
789
  ...
745
790
 
746
- class BONE_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
791
+ class BONE_PT_bShrinkwrapConstraint(
792
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
793
+ ):
747
794
  bl_context: typing.Any
748
795
  bl_label: typing.Any
749
796
  bl_options: typing.Any
@@ -775,7 +822,9 @@ class BONE_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
775
822
  """
776
823
  ...
777
824
 
778
- class BONE_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
825
+ class BONE_PT_bSizeLikeConstraint(
826
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
827
+ ):
779
828
  bl_context: typing.Any
780
829
  bl_label: typing.Any
781
830
  bl_options: typing.Any
@@ -807,7 +856,9 @@ class BONE_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
807
856
  """
808
857
  ...
809
858
 
810
- class BONE_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
859
+ class BONE_PT_bSizeLimitConstraint(
860
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
861
+ ):
811
862
  bl_context: typing.Any
812
863
  bl_label: typing.Any
813
864
  bl_options: typing.Any
@@ -839,7 +890,9 @@ class BONE_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
839
890
  """
840
891
  ...
841
892
 
842
- class BONE_PT_bSplineIKConstraint(bpy.types.Panel, bpy_types._GenericUI):
893
+ class BONE_PT_bSplineIKConstraint(
894
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
895
+ ):
843
896
  bl_context: typing.Any
844
897
  bl_label: typing.Any
845
898
  bl_options: typing.Any
@@ -871,7 +924,9 @@ class BONE_PT_bSplineIKConstraint(bpy.types.Panel, bpy_types._GenericUI):
871
924
  """
872
925
  ...
873
926
 
874
- class BONE_PT_bSplineIKConstraint_chain_scaling(bpy.types.Panel, bpy_types._GenericUI):
927
+ class BONE_PT_bSplineIKConstraint_chain_scaling(
928
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
929
+ ):
875
930
  bl_context: typing.Any
876
931
  bl_label: typing.Any
877
932
  bl_parent_id: typing.Any
@@ -903,7 +958,9 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(bpy.types.Panel, bpy_types._Gene
903
958
  """
904
959
  ...
905
960
 
906
- class BONE_PT_bSplineIKConstraint_fitting(bpy.types.Panel, bpy_types._GenericUI):
961
+ class BONE_PT_bSplineIKConstraint_fitting(
962
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
963
+ ):
907
964
  bl_context: typing.Any
908
965
  bl_label: typing.Any
909
966
  bl_parent_id: typing.Any
@@ -935,7 +992,9 @@ class BONE_PT_bSplineIKConstraint_fitting(bpy.types.Panel, bpy_types._GenericUI)
935
992
  """
936
993
  ...
937
994
 
938
- class BONE_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
995
+ class BONE_PT_bStretchToConstraint(
996
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
997
+ ):
939
998
  bl_context: typing.Any
940
999
  bl_label: typing.Any
941
1000
  bl_options: typing.Any
@@ -967,7 +1026,9 @@ class BONE_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
967
1026
  """
968
1027
  ...
969
1028
 
970
- class BONE_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
1029
+ class BONE_PT_bTrackToConstraint(
1030
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
1031
+ ):
971
1032
  bl_context: typing.Any
972
1033
  bl_label: typing.Any
973
1034
  bl_options: typing.Any
@@ -999,7 +1060,9 @@ class BONE_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
999
1060
  """
1000
1061
  ...
1001
1062
 
1002
- class BONE_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
1063
+ class BONE_PT_bTransLikeConstraint(
1064
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
1065
+ ):
1003
1066
  bl_context: typing.Any
1004
1067
  bl_label: typing.Any
1005
1068
  bl_options: typing.Any
@@ -1031,7 +1094,9 @@ class BONE_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
1031
1094
  """
1032
1095
  ...
1033
1096
 
1034
- class BONE_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI):
1097
+ class BONE_PT_bTransformCacheConstraint(
1098
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
1099
+ ):
1035
1100
  bl_context: typing.Any
1036
1101
  bl_label: typing.Any
1037
1102
  bl_options: typing.Any
@@ -1063,7 +1128,9 @@ class BONE_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI):
1063
1128
  """
1064
1129
  ...
1065
1130
 
1066
- class BONE_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._GenericUI):
1131
+ class BONE_PT_bTransformCacheConstraint_layers(
1132
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1133
+ ):
1067
1134
  bl_context: typing.Any
1068
1135
  bl_label: typing.Any
1069
1136
  bl_parent_id: typing.Any
@@ -1096,7 +1163,7 @@ class BONE_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._Gener
1096
1163
  ...
1097
1164
 
1098
1165
  class BONE_PT_bTransformCacheConstraint_procedural(
1099
- bpy.types.Panel, bpy_types._GenericUI
1166
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1100
1167
  ):
1101
1168
  bl_context: typing.Any
1102
1169
  bl_label: typing.Any
@@ -1129,7 +1196,9 @@ class BONE_PT_bTransformCacheConstraint_procedural(
1129
1196
  """
1130
1197
  ...
1131
1198
 
1132
- class BONE_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._GenericUI):
1199
+ class BONE_PT_bTransformCacheConstraint_time(
1200
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1201
+ ):
1133
1202
  bl_context: typing.Any
1134
1203
  bl_label: typing.Any
1135
1204
  bl_parent_id: typing.Any
@@ -1161,7 +1230,9 @@ class BONE_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._Generic
1161
1230
  """
1162
1231
  ...
1163
1232
 
1164
- class BONE_PT_bTransformCacheConstraint_velocity(bpy.types.Panel, bpy_types._GenericUI):
1233
+ class BONE_PT_bTransformCacheConstraint_velocity(
1234
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1235
+ ):
1165
1236
  bl_context: typing.Any
1166
1237
  bl_label: typing.Any
1167
1238
  bl_parent_id: typing.Any
@@ -1193,7 +1264,9 @@ class BONE_PT_bTransformCacheConstraint_velocity(bpy.types.Panel, bpy_types._Gen
1193
1264
  """
1194
1265
  ...
1195
1266
 
1196
- class BONE_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
1267
+ class BONE_PT_bTransformConstraint(
1268
+ ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
1269
+ ):
1197
1270
  bl_context: typing.Any
1198
1271
  bl_label: typing.Any
1199
1272
  bl_options: typing.Any
@@ -1225,7 +1298,9 @@ class BONE_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
1225
1298
  """
1226
1299
  ...
1227
1300
 
1228
- class BONE_PT_bTransformConstraint_from(bpy.types.Panel, bpy_types._GenericUI):
1301
+ class BONE_PT_bTransformConstraint_from(
1302
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1303
+ ):
1229
1304
  bl_context: typing.Any
1230
1305
  bl_label: typing.Any
1231
1306
  bl_parent_id: typing.Any
@@ -1257,7 +1332,9 @@ class BONE_PT_bTransformConstraint_from(bpy.types.Panel, bpy_types._GenericUI):
1257
1332
  """
1258
1333
  ...
1259
1334
 
1260
- class BONE_PT_bTransformConstraint_to(bpy.types.Panel, bpy_types._GenericUI):
1335
+ class BONE_PT_bTransformConstraint_to(
1336
+ ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
1337
+ ):
1261
1338
  bl_context: typing.Any
1262
1339
  bl_label: typing.Any
1263
1340
  bl_parent_id: typing.Any
@@ -1289,7 +1366,7 @@ class BONE_PT_bTransformConstraint_to(bpy.types.Panel, bpy_types._GenericUI):
1289
1366
  """
1290
1367
  ...
1291
1368
 
1292
- class BONE_PT_constraints(bpy.types.Panel, bpy_types._GenericUI):
1369
+ class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
1293
1370
  bl_context: typing.Any
1294
1371
  bl_label: typing.Any
1295
1372
  bl_options: typing.Any
@@ -1683,7 +1760,9 @@ class ConstraintButtonsSubPanel:
1683
1760
  """
1684
1761
  ...
1685
1762
 
1686
- class OBJECT_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
1763
+ class OBJECT_PT_bActionConstraint(
1764
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
1765
+ ):
1687
1766
  bl_context: typing.Any
1688
1767
  bl_label: typing.Any
1689
1768
  bl_options: typing.Any
@@ -1715,7 +1794,9 @@ class OBJECT_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
1715
1794
  """
1716
1795
  ...
1717
1796
 
1718
- class OBJECT_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
1797
+ class OBJECT_PT_bActionConstraint_action(
1798
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
1799
+ ):
1719
1800
  bl_context: typing.Any
1720
1801
  bl_label: typing.Any
1721
1802
  bl_parent_id: typing.Any
@@ -1747,7 +1828,9 @@ class OBJECT_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
1747
1828
  """
1748
1829
  ...
1749
1830
 
1750
- class OBJECT_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
1831
+ class OBJECT_PT_bActionConstraint_target(
1832
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
1833
+ ):
1751
1834
  bl_context: typing.Any
1752
1835
  bl_label: typing.Any
1753
1836
  bl_parent_id: typing.Any
@@ -1779,7 +1862,9 @@ class OBJECT_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
1779
1862
  """
1780
1863
  ...
1781
1864
 
1782
- class OBJECT_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
1865
+ class OBJECT_PT_bArmatureConstraint(
1866
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
1867
+ ):
1783
1868
  bl_context: typing.Any
1784
1869
  bl_label: typing.Any
1785
1870
  bl_options: typing.Any
@@ -1811,7 +1896,9 @@ class OBJECT_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
1811
1896
  """
1812
1897
  ...
1813
1898
 
1814
- class OBJECT_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI):
1899
+ class OBJECT_PT_bArmatureConstraint_bones(
1900
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
1901
+ ):
1815
1902
  bl_context: typing.Any
1816
1903
  bl_label: typing.Any
1817
1904
  bl_parent_id: typing.Any
@@ -1843,7 +1930,9 @@ class OBJECT_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI)
1843
1930
  """
1844
1931
  ...
1845
1932
 
1846
- class OBJECT_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
1933
+ class OBJECT_PT_bCameraSolverConstraint(
1934
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
1935
+ ):
1847
1936
  bl_context: typing.Any
1848
1937
  bl_label: typing.Any
1849
1938
  bl_options: typing.Any
@@ -1875,7 +1964,9 @@ class OBJECT_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
1875
1964
  """
1876
1965
  ...
1877
1966
 
1878
- class OBJECT_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
1967
+ class OBJECT_PT_bChildOfConstraint(
1968
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
1969
+ ):
1879
1970
  bl_context: typing.Any
1880
1971
  bl_label: typing.Any
1881
1972
  bl_options: typing.Any
@@ -1907,7 +1998,9 @@ class OBJECT_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
1907
1998
  """
1908
1999
  ...
1909
2000
 
1910
- class OBJECT_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2001
+ class OBJECT_PT_bClampToConstraint(
2002
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2003
+ ):
1911
2004
  bl_context: typing.Any
1912
2005
  bl_label: typing.Any
1913
2006
  bl_options: typing.Any
@@ -1939,7 +2032,9 @@ class OBJECT_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
1939
2032
  """
1940
2033
  ...
1941
2034
 
1942
- class OBJECT_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2035
+ class OBJECT_PT_bDampTrackConstraint(
2036
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2037
+ ):
1943
2038
  bl_context: typing.Any
1944
2039
  bl_label: typing.Any
1945
2040
  bl_options: typing.Any
@@ -1971,7 +2066,9 @@ class OBJECT_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
1971
2066
  """
1972
2067
  ...
1973
2068
 
1974
- class OBJECT_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2069
+ class OBJECT_PT_bDistLimitConstraint(
2070
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2071
+ ):
1975
2072
  bl_context: typing.Any
1976
2073
  bl_label: typing.Any
1977
2074
  bl_options: typing.Any
@@ -2003,7 +2100,9 @@ class OBJECT_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2003
2100
  """
2004
2101
  ...
2005
2102
 
2006
- class OBJECT_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
2103
+ class OBJECT_PT_bFollowPathConstraint(
2104
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2105
+ ):
2007
2106
  bl_context: typing.Any
2008
2107
  bl_label: typing.Any
2009
2108
  bl_options: typing.Any
@@ -2035,7 +2134,9 @@ class OBJECT_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
2035
2134
  """
2036
2135
  ...
2037
2136
 
2038
- class OBJECT_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2137
+ class OBJECT_PT_bFollowTrackConstraint(
2138
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2139
+ ):
2039
2140
  bl_context: typing.Any
2040
2141
  bl_label: typing.Any
2041
2142
  bl_options: typing.Any
@@ -2067,7 +2168,9 @@ class OBJECT_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2067
2168
  """
2068
2169
  ...
2069
2170
 
2070
- class OBJECT_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
2171
+ class OBJECT_PT_bKinematicConstraint(
2172
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2173
+ ):
2071
2174
  bl_context: typing.Any
2072
2175
  bl_label: typing.Any
2073
2176
  bl_options: typing.Any
@@ -2099,7 +2202,9 @@ class OBJECT_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
2099
2202
  """
2100
2203
  ...
2101
2204
 
2102
- class OBJECT_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2205
+ class OBJECT_PT_bLocLimitConstraint(
2206
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2207
+ ):
2103
2208
  bl_context: typing.Any
2104
2209
  bl_label: typing.Any
2105
2210
  bl_options: typing.Any
@@ -2131,7 +2236,9 @@ class OBJECT_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2131
2236
  """
2132
2237
  ...
2133
2238
 
2134
- class OBJECT_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2239
+ class OBJECT_PT_bLocateLikeConstraint(
2240
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2241
+ ):
2135
2242
  bl_context: typing.Any
2136
2243
  bl_label: typing.Any
2137
2244
  bl_options: typing.Any
@@ -2163,7 +2270,9 @@ class OBJECT_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2163
2270
  """
2164
2271
  ...
2165
2272
 
2166
- class OBJECT_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2273
+ class OBJECT_PT_bLockTrackConstraint(
2274
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2275
+ ):
2167
2276
  bl_context: typing.Any
2168
2277
  bl_label: typing.Any
2169
2278
  bl_options: typing.Any
@@ -2195,7 +2304,9 @@ class OBJECT_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2195
2304
  """
2196
2305
  ...
2197
2306
 
2198
- class OBJECT_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
2307
+ class OBJECT_PT_bMinMaxConstraint(
2308
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2309
+ ):
2199
2310
  bl_context: typing.Any
2200
2311
  bl_label: typing.Any
2201
2312
  bl_options: typing.Any
@@ -2227,7 +2338,9 @@ class OBJECT_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
2227
2338
  """
2228
2339
  ...
2229
2340
 
2230
- class OBJECT_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
2341
+ class OBJECT_PT_bObjectSolverConstraint(
2342
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2343
+ ):
2231
2344
  bl_context: typing.Any
2232
2345
  bl_label: typing.Any
2233
2346
  bl_options: typing.Any
@@ -2259,7 +2372,9 @@ class OBJECT_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
2259
2372
  """
2260
2373
  ...
2261
2374
 
2262
- class OBJECT_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
2375
+ class OBJECT_PT_bPivotConstraint(
2376
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2377
+ ):
2263
2378
  bl_context: typing.Any
2264
2379
  bl_label: typing.Any
2265
2380
  bl_options: typing.Any
@@ -2291,7 +2406,9 @@ class OBJECT_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
2291
2406
  """
2292
2407
  ...
2293
2408
 
2294
- class OBJECT_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
2409
+ class OBJECT_PT_bPythonConstraint(
2410
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2411
+ ):
2295
2412
  bl_context: typing.Any
2296
2413
  bl_label: typing.Any
2297
2414
  bl_options: typing.Any
@@ -2323,7 +2440,9 @@ class OBJECT_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
2323
2440
  """
2324
2441
  ...
2325
2442
 
2326
- class OBJECT_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2443
+ class OBJECT_PT_bRotLimitConstraint(
2444
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2445
+ ):
2327
2446
  bl_context: typing.Any
2328
2447
  bl_label: typing.Any
2329
2448
  bl_options: typing.Any
@@ -2355,7 +2474,9 @@ class OBJECT_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2355
2474
  """
2356
2475
  ...
2357
2476
 
2358
- class OBJECT_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2477
+ class OBJECT_PT_bRotateLikeConstraint(
2478
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2479
+ ):
2359
2480
  bl_context: typing.Any
2360
2481
  bl_label: typing.Any
2361
2482
  bl_options: typing.Any
@@ -2387,7 +2508,9 @@ class OBJECT_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2387
2508
  """
2388
2509
  ...
2389
2510
 
2390
- class OBJECT_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2511
+ class OBJECT_PT_bSameVolumeConstraint(
2512
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2513
+ ):
2391
2514
  bl_context: typing.Any
2392
2515
  bl_label: typing.Any
2393
2516
  bl_options: typing.Any
@@ -2419,7 +2542,9 @@ class OBJECT_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2419
2542
  """
2420
2543
  ...
2421
2544
 
2422
- class OBJECT_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
2545
+ class OBJECT_PT_bShrinkwrapConstraint(
2546
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2547
+ ):
2423
2548
  bl_context: typing.Any
2424
2549
  bl_label: typing.Any
2425
2550
  bl_options: typing.Any
@@ -2451,7 +2576,9 @@ class OBJECT_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
2451
2576
  """
2452
2577
  ...
2453
2578
 
2454
- class OBJECT_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2579
+ class OBJECT_PT_bSizeLikeConstraint(
2580
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2581
+ ):
2455
2582
  bl_context: typing.Any
2456
2583
  bl_label: typing.Any
2457
2584
  bl_options: typing.Any
@@ -2483,7 +2610,9 @@ class OBJECT_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2483
2610
  """
2484
2611
  ...
2485
2612
 
2486
- class OBJECT_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2613
+ class OBJECT_PT_bSizeLimitConstraint(
2614
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2615
+ ):
2487
2616
  bl_context: typing.Any
2488
2617
  bl_label: typing.Any
2489
2618
  bl_options: typing.Any
@@ -2515,7 +2644,9 @@ class OBJECT_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2515
2644
  """
2516
2645
  ...
2517
2646
 
2518
- class OBJECT_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2647
+ class OBJECT_PT_bStretchToConstraint(
2648
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2649
+ ):
2519
2650
  bl_context: typing.Any
2520
2651
  bl_label: typing.Any
2521
2652
  bl_options: typing.Any
@@ -2547,7 +2678,9 @@ class OBJECT_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2547
2678
  """
2548
2679
  ...
2549
2680
 
2550
- class OBJECT_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2681
+ class OBJECT_PT_bTrackToConstraint(
2682
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2683
+ ):
2551
2684
  bl_context: typing.Any
2552
2685
  bl_label: typing.Any
2553
2686
  bl_options: typing.Any
@@ -2579,7 +2712,9 @@ class OBJECT_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2579
2712
  """
2580
2713
  ...
2581
2714
 
2582
- class OBJECT_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2715
+ class OBJECT_PT_bTransLikeConstraint(
2716
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2717
+ ):
2583
2718
  bl_context: typing.Any
2584
2719
  bl_label: typing.Any
2585
2720
  bl_options: typing.Any
@@ -2611,7 +2746,9 @@ class OBJECT_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2611
2746
  """
2612
2747
  ...
2613
2748
 
2614
- class OBJECT_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI):
2749
+ class OBJECT_PT_bTransformCacheConstraint(
2750
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2751
+ ):
2615
2752
  bl_context: typing.Any
2616
2753
  bl_label: typing.Any
2617
2754
  bl_options: typing.Any
@@ -2643,7 +2780,9 @@ class OBJECT_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI)
2643
2780
  """
2644
2781
  ...
2645
2782
 
2646
- class OBJECT_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._GenericUI):
2783
+ class OBJECT_PT_bTransformCacheConstraint_layers(
2784
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2785
+ ):
2647
2786
  bl_context: typing.Any
2648
2787
  bl_label: typing.Any
2649
2788
  bl_parent_id: typing.Any
@@ -2676,7 +2815,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._Gen
2676
2815
  ...
2677
2816
 
2678
2817
  class OBJECT_PT_bTransformCacheConstraint_procedural(
2679
- bpy.types.Panel, bpy_types._GenericUI
2818
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2680
2819
  ):
2681
2820
  bl_context: typing.Any
2682
2821
  bl_label: typing.Any
@@ -2709,7 +2848,9 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
2709
2848
  """
2710
2849
  ...
2711
2850
 
2712
- class OBJECT_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._GenericUI):
2851
+ class OBJECT_PT_bTransformCacheConstraint_time(
2852
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2853
+ ):
2713
2854
  bl_context: typing.Any
2714
2855
  bl_label: typing.Any
2715
2856
  bl_parent_id: typing.Any
@@ -2742,7 +2883,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._Gener
2742
2883
  ...
2743
2884
 
2744
2885
  class OBJECT_PT_bTransformCacheConstraint_velocity(
2745
- bpy.types.Panel, bpy_types._GenericUI
2886
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2746
2887
  ):
2747
2888
  bl_context: typing.Any
2748
2889
  bl_label: typing.Any
@@ -2775,7 +2916,9 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
2775
2916
  """
2776
2917
  ...
2777
2918
 
2778
- class OBJECT_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
2919
+ class OBJECT_PT_bTransformConstraint(
2920
+ ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
2921
+ ):
2779
2922
  bl_context: typing.Any
2780
2923
  bl_label: typing.Any
2781
2924
  bl_options: typing.Any
@@ -2807,7 +2950,9 @@ class OBJECT_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
2807
2950
  """
2808
2951
  ...
2809
2952
 
2810
- class OBJECT_PT_bTransformConstraint_destination(bpy.types.Panel, bpy_types._GenericUI):
2953
+ class OBJECT_PT_bTransformConstraint_destination(
2954
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2955
+ ):
2811
2956
  bl_context: typing.Any
2812
2957
  bl_label: typing.Any
2813
2958
  bl_parent_id: typing.Any
@@ -2839,7 +2984,9 @@ class OBJECT_PT_bTransformConstraint_destination(bpy.types.Panel, bpy_types._Gen
2839
2984
  """
2840
2985
  ...
2841
2986
 
2842
- class OBJECT_PT_bTransformConstraint_source(bpy.types.Panel, bpy_types._GenericUI):
2987
+ class OBJECT_PT_bTransformConstraint_source(
2988
+ ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
2989
+ ):
2843
2990
  bl_context: typing.Any
2844
2991
  bl_label: typing.Any
2845
2992
  bl_parent_id: typing.Any
@@ -2871,7 +3018,7 @@ class OBJECT_PT_bTransformConstraint_source(bpy.types.Panel, bpy_types._GenericU
2871
3018
  """
2872
3019
  ...
2873
3020
 
2874
- class OBJECT_PT_constraints(bpy.types.Panel, bpy_types._GenericUI):
3021
+ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
2875
3022
  bl_context: typing.Any
2876
3023
  bl_label: typing.Any
2877
3024
  bl_options: typing.Any