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
@@ -7,9 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class BONE_PT_bActionConstraint(
11
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12
- ):
10
+ class BONE_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
13
11
  bl_context: typing.Any
14
12
  bl_label: typing.Any
15
13
  bl_options: typing.Any
@@ -41,12 +39,7 @@ class BONE_PT_bActionConstraint(
41
39
  """
42
40
  ...
43
41
 
44
- class BONE_PT_bActionConstraint_action(
45
- bpy.types.Panel,
46
- BoneConstraintPanel,
47
- ConstraintButtonsSubPanel,
48
- bpy_types._GenericUI,
49
- ):
42
+ class BONE_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
50
43
  bl_context: typing.Any
51
44
  bl_label: typing.Any
52
45
  bl_parent_id: typing.Any
@@ -78,12 +71,7 @@ class BONE_PT_bActionConstraint_action(
78
71
  """
79
72
  ...
80
73
 
81
- class BONE_PT_bActionConstraint_target(
82
- bpy.types.Panel,
83
- BoneConstraintPanel,
84
- ConstraintButtonsSubPanel,
85
- bpy_types._GenericUI,
86
- ):
74
+ class BONE_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
87
75
  bl_context: typing.Any
88
76
  bl_label: typing.Any
89
77
  bl_parent_id: typing.Any
@@ -115,9 +103,7 @@ class BONE_PT_bActionConstraint_target(
115
103
  """
116
104
  ...
117
105
 
118
- class BONE_PT_bArmatureConstraint(
119
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
120
- ):
106
+ class BONE_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
121
107
  bl_context: typing.Any
122
108
  bl_label: typing.Any
123
109
  bl_options: typing.Any
@@ -149,12 +135,7 @@ class BONE_PT_bArmatureConstraint(
149
135
  """
150
136
  ...
151
137
 
152
- class BONE_PT_bArmatureConstraint_bones(
153
- bpy.types.Panel,
154
- BoneConstraintPanel,
155
- ConstraintButtonsSubPanel,
156
- bpy_types._GenericUI,
157
- ):
138
+ class BONE_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI):
158
139
  bl_context: typing.Any
159
140
  bl_label: typing.Any
160
141
  bl_parent_id: typing.Any
@@ -186,9 +167,7 @@ class BONE_PT_bArmatureConstraint_bones(
186
167
  """
187
168
  ...
188
169
 
189
- class BONE_PT_bCameraSolverConstraint(
190
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
191
- ):
170
+ class BONE_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
192
171
  bl_context: typing.Any
193
172
  bl_label: typing.Any
194
173
  bl_options: typing.Any
@@ -220,9 +199,7 @@ class BONE_PT_bCameraSolverConstraint(
220
199
  """
221
200
  ...
222
201
 
223
- class BONE_PT_bChildOfConstraint(
224
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
225
- ):
202
+ class BONE_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
226
203
  bl_context: typing.Any
227
204
  bl_label: typing.Any
228
205
  bl_options: typing.Any
@@ -254,9 +231,7 @@ class BONE_PT_bChildOfConstraint(
254
231
  """
255
232
  ...
256
233
 
257
- class BONE_PT_bClampToConstraint(
258
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
259
- ):
234
+ class BONE_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
260
235
  bl_context: typing.Any
261
236
  bl_label: typing.Any
262
237
  bl_options: typing.Any
@@ -288,9 +263,7 @@ class BONE_PT_bClampToConstraint(
288
263
  """
289
264
  ...
290
265
 
291
- class BONE_PT_bDampTrackConstraint(
292
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
293
- ):
266
+ class BONE_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
294
267
  bl_context: typing.Any
295
268
  bl_label: typing.Any
296
269
  bl_options: typing.Any
@@ -322,9 +295,7 @@ class BONE_PT_bDampTrackConstraint(
322
295
  """
323
296
  ...
324
297
 
325
- class BONE_PT_bDistLimitConstraint(
326
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
327
- ):
298
+ class BONE_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
328
299
  bl_context: typing.Any
329
300
  bl_label: typing.Any
330
301
  bl_options: typing.Any
@@ -356,9 +327,7 @@ class BONE_PT_bDistLimitConstraint(
356
327
  """
357
328
  ...
358
329
 
359
- class BONE_PT_bFollowPathConstraint(
360
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
361
- ):
330
+ class BONE_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
362
331
  bl_context: typing.Any
363
332
  bl_label: typing.Any
364
333
  bl_options: typing.Any
@@ -390,9 +359,7 @@ class BONE_PT_bFollowPathConstraint(
390
359
  """
391
360
  ...
392
361
 
393
- class BONE_PT_bFollowTrackConstraint(
394
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
395
- ):
362
+ class BONE_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
396
363
  bl_context: typing.Any
397
364
  bl_label: typing.Any
398
365
  bl_options: typing.Any
@@ -424,9 +391,7 @@ class BONE_PT_bFollowTrackConstraint(
424
391
  """
425
392
  ...
426
393
 
427
- class BONE_PT_bKinematicConstraint(
428
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
429
- ):
394
+ class BONE_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
430
395
  bl_context: typing.Any
431
396
  bl_label: typing.Any
432
397
  bl_options: typing.Any
@@ -458,9 +423,7 @@ class BONE_PT_bKinematicConstraint(
458
423
  """
459
424
  ...
460
425
 
461
- class BONE_PT_bLocLimitConstraint(
462
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
463
- ):
426
+ class BONE_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
464
427
  bl_context: typing.Any
465
428
  bl_label: typing.Any
466
429
  bl_options: typing.Any
@@ -492,9 +455,7 @@ class BONE_PT_bLocLimitConstraint(
492
455
  """
493
456
  ...
494
457
 
495
- class BONE_PT_bLocateLikeConstraint(
496
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
497
- ):
458
+ class BONE_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
498
459
  bl_context: typing.Any
499
460
  bl_label: typing.Any
500
461
  bl_options: typing.Any
@@ -526,9 +487,7 @@ class BONE_PT_bLocateLikeConstraint(
526
487
  """
527
488
  ...
528
489
 
529
- class BONE_PT_bLockTrackConstraint(
530
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
531
- ):
490
+ class BONE_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
532
491
  bl_context: typing.Any
533
492
  bl_label: typing.Any
534
493
  bl_options: typing.Any
@@ -560,9 +519,7 @@ class BONE_PT_bLockTrackConstraint(
560
519
  """
561
520
  ...
562
521
 
563
- class BONE_PT_bMinMaxConstraint(
564
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
565
- ):
522
+ class BONE_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
566
523
  bl_context: typing.Any
567
524
  bl_label: typing.Any
568
525
  bl_options: typing.Any
@@ -594,9 +551,7 @@ class BONE_PT_bMinMaxConstraint(
594
551
  """
595
552
  ...
596
553
 
597
- class BONE_PT_bObjectSolverConstraint(
598
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
599
- ):
554
+ class BONE_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
600
555
  bl_context: typing.Any
601
556
  bl_label: typing.Any
602
557
  bl_options: typing.Any
@@ -628,9 +583,7 @@ class BONE_PT_bObjectSolverConstraint(
628
583
  """
629
584
  ...
630
585
 
631
- class BONE_PT_bPivotConstraint(
632
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
633
- ):
586
+ class BONE_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
634
587
  bl_context: typing.Any
635
588
  bl_label: typing.Any
636
589
  bl_options: typing.Any
@@ -662,9 +615,7 @@ class BONE_PT_bPivotConstraint(
662
615
  """
663
616
  ...
664
617
 
665
- class BONE_PT_bPythonConstraint(
666
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
667
- ):
618
+ class BONE_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
668
619
  bl_context: typing.Any
669
620
  bl_label: typing.Any
670
621
  bl_options: typing.Any
@@ -696,9 +647,7 @@ class BONE_PT_bPythonConstraint(
696
647
  """
697
648
  ...
698
649
 
699
- class BONE_PT_bRotLimitConstraint(
700
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
701
- ):
650
+ class BONE_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
702
651
  bl_context: typing.Any
703
652
  bl_label: typing.Any
704
653
  bl_options: typing.Any
@@ -730,9 +679,7 @@ class BONE_PT_bRotLimitConstraint(
730
679
  """
731
680
  ...
732
681
 
733
- class BONE_PT_bRotateLikeConstraint(
734
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
735
- ):
682
+ class BONE_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
736
683
  bl_context: typing.Any
737
684
  bl_label: typing.Any
738
685
  bl_options: typing.Any
@@ -764,9 +711,7 @@ class BONE_PT_bRotateLikeConstraint(
764
711
  """
765
712
  ...
766
713
 
767
- class BONE_PT_bSameVolumeConstraint(
768
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
769
- ):
714
+ class BONE_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
770
715
  bl_context: typing.Any
771
716
  bl_label: typing.Any
772
717
  bl_options: typing.Any
@@ -798,9 +743,7 @@ class BONE_PT_bSameVolumeConstraint(
798
743
  """
799
744
  ...
800
745
 
801
- class BONE_PT_bShrinkwrapConstraint(
802
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
803
- ):
746
+ class BONE_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
804
747
  bl_context: typing.Any
805
748
  bl_label: typing.Any
806
749
  bl_options: typing.Any
@@ -832,9 +775,7 @@ class BONE_PT_bShrinkwrapConstraint(
832
775
  """
833
776
  ...
834
777
 
835
- class BONE_PT_bSizeLikeConstraint(
836
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
837
- ):
778
+ class BONE_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
838
779
  bl_context: typing.Any
839
780
  bl_label: typing.Any
840
781
  bl_options: typing.Any
@@ -866,9 +807,7 @@ class BONE_PT_bSizeLikeConstraint(
866
807
  """
867
808
  ...
868
809
 
869
- class BONE_PT_bSizeLimitConstraint(
870
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
871
- ):
810
+ class BONE_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
872
811
  bl_context: typing.Any
873
812
  bl_label: typing.Any
874
813
  bl_options: typing.Any
@@ -900,9 +839,7 @@ class BONE_PT_bSizeLimitConstraint(
900
839
  """
901
840
  ...
902
841
 
903
- class BONE_PT_bSplineIKConstraint(
904
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
905
- ):
842
+ class BONE_PT_bSplineIKConstraint(bpy.types.Panel, bpy_types._GenericUI):
906
843
  bl_context: typing.Any
907
844
  bl_label: typing.Any
908
845
  bl_options: typing.Any
@@ -934,12 +871,7 @@ class BONE_PT_bSplineIKConstraint(
934
871
  """
935
872
  ...
936
873
 
937
- class BONE_PT_bSplineIKConstraint_chain_scaling(
938
- bpy.types.Panel,
939
- BoneConstraintPanel,
940
- ConstraintButtonsSubPanel,
941
- bpy_types._GenericUI,
942
- ):
874
+ class BONE_PT_bSplineIKConstraint_chain_scaling(bpy.types.Panel, bpy_types._GenericUI):
943
875
  bl_context: typing.Any
944
876
  bl_label: typing.Any
945
877
  bl_parent_id: typing.Any
@@ -971,12 +903,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
971
903
  """
972
904
  ...
973
905
 
974
- class BONE_PT_bSplineIKConstraint_fitting(
975
- bpy.types.Panel,
976
- BoneConstraintPanel,
977
- ConstraintButtonsSubPanel,
978
- bpy_types._GenericUI,
979
- ):
906
+ class BONE_PT_bSplineIKConstraint_fitting(bpy.types.Panel, bpy_types._GenericUI):
980
907
  bl_context: typing.Any
981
908
  bl_label: typing.Any
982
909
  bl_parent_id: typing.Any
@@ -1008,9 +935,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
1008
935
  """
1009
936
  ...
1010
937
 
1011
- class BONE_PT_bStretchToConstraint(
1012
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1013
- ):
938
+ class BONE_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
1014
939
  bl_context: typing.Any
1015
940
  bl_label: typing.Any
1016
941
  bl_options: typing.Any
@@ -1042,9 +967,7 @@ class BONE_PT_bStretchToConstraint(
1042
967
  """
1043
968
  ...
1044
969
 
1045
- class BONE_PT_bTrackToConstraint(
1046
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1047
- ):
970
+ class BONE_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
1048
971
  bl_context: typing.Any
1049
972
  bl_label: typing.Any
1050
973
  bl_options: typing.Any
@@ -1076,9 +999,7 @@ class BONE_PT_bTrackToConstraint(
1076
999
  """
1077
1000
  ...
1078
1001
 
1079
- class BONE_PT_bTransLikeConstraint(
1080
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1081
- ):
1002
+ class BONE_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
1082
1003
  bl_context: typing.Any
1083
1004
  bl_label: typing.Any
1084
1005
  bl_options: typing.Any
@@ -1110,9 +1031,7 @@ class BONE_PT_bTransLikeConstraint(
1110
1031
  """
1111
1032
  ...
1112
1033
 
1113
- class BONE_PT_bTransformCacheConstraint(
1114
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1115
- ):
1034
+ class BONE_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI):
1116
1035
  bl_context: typing.Any
1117
1036
  bl_label: typing.Any
1118
1037
  bl_options: typing.Any
@@ -1144,12 +1063,7 @@ class BONE_PT_bTransformCacheConstraint(
1144
1063
  """
1145
1064
  ...
1146
1065
 
1147
- class BONE_PT_bTransformCacheConstraint_layers(
1148
- bpy.types.Panel,
1149
- BoneConstraintPanel,
1150
- ConstraintButtonsSubPanel,
1151
- bpy_types._GenericUI,
1152
- ):
1066
+ class BONE_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._GenericUI):
1153
1067
  bl_context: typing.Any
1154
1068
  bl_label: typing.Any
1155
1069
  bl_parent_id: typing.Any
@@ -1182,10 +1096,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
1182
1096
  ...
1183
1097
 
1184
1098
  class BONE_PT_bTransformCacheConstraint_procedural(
1185
- bpy.types.Panel,
1186
- BoneConstraintPanel,
1187
- ConstraintButtonsSubPanel,
1188
- bpy_types._GenericUI,
1099
+ bpy.types.Panel, bpy_types._GenericUI
1189
1100
  ):
1190
1101
  bl_context: typing.Any
1191
1102
  bl_label: typing.Any
@@ -1218,12 +1129,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
1218
1129
  """
1219
1130
  ...
1220
1131
 
1221
- class BONE_PT_bTransformCacheConstraint_time(
1222
- bpy.types.Panel,
1223
- BoneConstraintPanel,
1224
- ConstraintButtonsSubPanel,
1225
- bpy_types._GenericUI,
1226
- ):
1132
+ class BONE_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._GenericUI):
1227
1133
  bl_context: typing.Any
1228
1134
  bl_label: typing.Any
1229
1135
  bl_parent_id: typing.Any
@@ -1255,12 +1161,7 @@ class BONE_PT_bTransformCacheConstraint_time(
1255
1161
  """
1256
1162
  ...
1257
1163
 
1258
- class BONE_PT_bTransformCacheConstraint_velocity(
1259
- bpy.types.Panel,
1260
- BoneConstraintPanel,
1261
- ConstraintButtonsSubPanel,
1262
- bpy_types._GenericUI,
1263
- ):
1164
+ class BONE_PT_bTransformCacheConstraint_velocity(bpy.types.Panel, bpy_types._GenericUI):
1264
1165
  bl_context: typing.Any
1265
1166
  bl_label: typing.Any
1266
1167
  bl_parent_id: typing.Any
@@ -1292,9 +1193,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
1292
1193
  """
1293
1194
  ...
1294
1195
 
1295
- class BONE_PT_bTransformConstraint(
1296
- bpy.types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1297
- ):
1196
+ class BONE_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
1298
1197
  bl_context: typing.Any
1299
1198
  bl_label: typing.Any
1300
1199
  bl_options: typing.Any
@@ -1326,12 +1225,7 @@ class BONE_PT_bTransformConstraint(
1326
1225
  """
1327
1226
  ...
1328
1227
 
1329
- class BONE_PT_bTransformConstraint_from(
1330
- bpy.types.Panel,
1331
- BoneConstraintPanel,
1332
- ConstraintButtonsSubPanel,
1333
- bpy_types._GenericUI,
1334
- ):
1228
+ class BONE_PT_bTransformConstraint_from(bpy.types.Panel, bpy_types._GenericUI):
1335
1229
  bl_context: typing.Any
1336
1230
  bl_label: typing.Any
1337
1231
  bl_parent_id: typing.Any
@@ -1363,12 +1257,7 @@ class BONE_PT_bTransformConstraint_from(
1363
1257
  """
1364
1258
  ...
1365
1259
 
1366
- class BONE_PT_bTransformConstraint_to(
1367
- bpy.types.Panel,
1368
- BoneConstraintPanel,
1369
- ConstraintButtonsSubPanel,
1370
- bpy_types._GenericUI,
1371
- ):
1260
+ class BONE_PT_bTransformConstraint_to(bpy.types.Panel, bpy_types._GenericUI):
1372
1261
  bl_context: typing.Any
1373
1262
  bl_label: typing.Any
1374
1263
  bl_parent_id: typing.Any
@@ -1400,7 +1289,7 @@ class BONE_PT_bTransformConstraint_to(
1400
1289
  """
1401
1290
  ...
1402
1291
 
1403
- class BONE_PT_constraints(bpy.types.Panel, BoneConstraintPanel, bpy_types._GenericUI):
1292
+ class BONE_PT_constraints(bpy.types.Panel, bpy_types._GenericUI):
1404
1293
  bl_context: typing.Any
1405
1294
  bl_label: typing.Any
1406
1295
  bl_options: typing.Any
@@ -1794,9 +1683,7 @@ class ConstraintButtonsSubPanel:
1794
1683
  """
1795
1684
  ...
1796
1685
 
1797
- class OBJECT_PT_bActionConstraint(
1798
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1799
- ):
1686
+ class OBJECT_PT_bActionConstraint(bpy.types.Panel, bpy_types._GenericUI):
1800
1687
  bl_context: typing.Any
1801
1688
  bl_label: typing.Any
1802
1689
  bl_options: typing.Any
@@ -1828,12 +1715,7 @@ class OBJECT_PT_bActionConstraint(
1828
1715
  """
1829
1716
  ...
1830
1717
 
1831
- class OBJECT_PT_bActionConstraint_action(
1832
- bpy.types.Panel,
1833
- ObjectConstraintPanel,
1834
- ConstraintButtonsSubPanel,
1835
- bpy_types._GenericUI,
1836
- ):
1718
+ class OBJECT_PT_bActionConstraint_action(bpy.types.Panel, bpy_types._GenericUI):
1837
1719
  bl_context: typing.Any
1838
1720
  bl_label: typing.Any
1839
1721
  bl_parent_id: typing.Any
@@ -1865,12 +1747,7 @@ class OBJECT_PT_bActionConstraint_action(
1865
1747
  """
1866
1748
  ...
1867
1749
 
1868
- class OBJECT_PT_bActionConstraint_target(
1869
- bpy.types.Panel,
1870
- ObjectConstraintPanel,
1871
- ConstraintButtonsSubPanel,
1872
- bpy_types._GenericUI,
1873
- ):
1750
+ class OBJECT_PT_bActionConstraint_target(bpy.types.Panel, bpy_types._GenericUI):
1874
1751
  bl_context: typing.Any
1875
1752
  bl_label: typing.Any
1876
1753
  bl_parent_id: typing.Any
@@ -1902,9 +1779,7 @@ class OBJECT_PT_bActionConstraint_target(
1902
1779
  """
1903
1780
  ...
1904
1781
 
1905
- class OBJECT_PT_bArmatureConstraint(
1906
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1907
- ):
1782
+ class OBJECT_PT_bArmatureConstraint(bpy.types.Panel, bpy_types._GenericUI):
1908
1783
  bl_context: typing.Any
1909
1784
  bl_label: typing.Any
1910
1785
  bl_options: typing.Any
@@ -1936,12 +1811,7 @@ class OBJECT_PT_bArmatureConstraint(
1936
1811
  """
1937
1812
  ...
1938
1813
 
1939
- class OBJECT_PT_bArmatureConstraint_bones(
1940
- bpy.types.Panel,
1941
- ObjectConstraintPanel,
1942
- ConstraintButtonsSubPanel,
1943
- bpy_types._GenericUI,
1944
- ):
1814
+ class OBJECT_PT_bArmatureConstraint_bones(bpy.types.Panel, bpy_types._GenericUI):
1945
1815
  bl_context: typing.Any
1946
1816
  bl_label: typing.Any
1947
1817
  bl_parent_id: typing.Any
@@ -1973,9 +1843,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
1973
1843
  """
1974
1844
  ...
1975
1845
 
1976
- class OBJECT_PT_bCameraSolverConstraint(
1977
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1978
- ):
1846
+ class OBJECT_PT_bCameraSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
1979
1847
  bl_context: typing.Any
1980
1848
  bl_label: typing.Any
1981
1849
  bl_options: typing.Any
@@ -2007,9 +1875,7 @@ class OBJECT_PT_bCameraSolverConstraint(
2007
1875
  """
2008
1876
  ...
2009
1877
 
2010
- class OBJECT_PT_bChildOfConstraint(
2011
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2012
- ):
1878
+ class OBJECT_PT_bChildOfConstraint(bpy.types.Panel, bpy_types._GenericUI):
2013
1879
  bl_context: typing.Any
2014
1880
  bl_label: typing.Any
2015
1881
  bl_options: typing.Any
@@ -2041,9 +1907,7 @@ class OBJECT_PT_bChildOfConstraint(
2041
1907
  """
2042
1908
  ...
2043
1909
 
2044
- class OBJECT_PT_bClampToConstraint(
2045
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2046
- ):
1910
+ class OBJECT_PT_bClampToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2047
1911
  bl_context: typing.Any
2048
1912
  bl_label: typing.Any
2049
1913
  bl_options: typing.Any
@@ -2075,9 +1939,7 @@ class OBJECT_PT_bClampToConstraint(
2075
1939
  """
2076
1940
  ...
2077
1941
 
2078
- class OBJECT_PT_bDampTrackConstraint(
2079
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2080
- ):
1942
+ class OBJECT_PT_bDampTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2081
1943
  bl_context: typing.Any
2082
1944
  bl_label: typing.Any
2083
1945
  bl_options: typing.Any
@@ -2109,9 +1971,7 @@ class OBJECT_PT_bDampTrackConstraint(
2109
1971
  """
2110
1972
  ...
2111
1973
 
2112
- class OBJECT_PT_bDistLimitConstraint(
2113
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2114
- ):
1974
+ class OBJECT_PT_bDistLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2115
1975
  bl_context: typing.Any
2116
1976
  bl_label: typing.Any
2117
1977
  bl_options: typing.Any
@@ -2143,9 +2003,7 @@ class OBJECT_PT_bDistLimitConstraint(
2143
2003
  """
2144
2004
  ...
2145
2005
 
2146
- class OBJECT_PT_bFollowPathConstraint(
2147
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2148
- ):
2006
+ class OBJECT_PT_bFollowPathConstraint(bpy.types.Panel, bpy_types._GenericUI):
2149
2007
  bl_context: typing.Any
2150
2008
  bl_label: typing.Any
2151
2009
  bl_options: typing.Any
@@ -2177,9 +2035,7 @@ class OBJECT_PT_bFollowPathConstraint(
2177
2035
  """
2178
2036
  ...
2179
2037
 
2180
- class OBJECT_PT_bFollowTrackConstraint(
2181
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2182
- ):
2038
+ class OBJECT_PT_bFollowTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2183
2039
  bl_context: typing.Any
2184
2040
  bl_label: typing.Any
2185
2041
  bl_options: typing.Any
@@ -2211,9 +2067,7 @@ class OBJECT_PT_bFollowTrackConstraint(
2211
2067
  """
2212
2068
  ...
2213
2069
 
2214
- class OBJECT_PT_bKinematicConstraint(
2215
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2216
- ):
2070
+ class OBJECT_PT_bKinematicConstraint(bpy.types.Panel, bpy_types._GenericUI):
2217
2071
  bl_context: typing.Any
2218
2072
  bl_label: typing.Any
2219
2073
  bl_options: typing.Any
@@ -2245,9 +2099,7 @@ class OBJECT_PT_bKinematicConstraint(
2245
2099
  """
2246
2100
  ...
2247
2101
 
2248
- class OBJECT_PT_bLocLimitConstraint(
2249
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2250
- ):
2102
+ class OBJECT_PT_bLocLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2251
2103
  bl_context: typing.Any
2252
2104
  bl_label: typing.Any
2253
2105
  bl_options: typing.Any
@@ -2279,9 +2131,7 @@ class OBJECT_PT_bLocLimitConstraint(
2279
2131
  """
2280
2132
  ...
2281
2133
 
2282
- class OBJECT_PT_bLocateLikeConstraint(
2283
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2284
- ):
2134
+ class OBJECT_PT_bLocateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2285
2135
  bl_context: typing.Any
2286
2136
  bl_label: typing.Any
2287
2137
  bl_options: typing.Any
@@ -2313,9 +2163,7 @@ class OBJECT_PT_bLocateLikeConstraint(
2313
2163
  """
2314
2164
  ...
2315
2165
 
2316
- class OBJECT_PT_bLockTrackConstraint(
2317
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2318
- ):
2166
+ class OBJECT_PT_bLockTrackConstraint(bpy.types.Panel, bpy_types._GenericUI):
2319
2167
  bl_context: typing.Any
2320
2168
  bl_label: typing.Any
2321
2169
  bl_options: typing.Any
@@ -2347,9 +2195,7 @@ class OBJECT_PT_bLockTrackConstraint(
2347
2195
  """
2348
2196
  ...
2349
2197
 
2350
- class OBJECT_PT_bMinMaxConstraint(
2351
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2352
- ):
2198
+ class OBJECT_PT_bMinMaxConstraint(bpy.types.Panel, bpy_types._GenericUI):
2353
2199
  bl_context: typing.Any
2354
2200
  bl_label: typing.Any
2355
2201
  bl_options: typing.Any
@@ -2381,9 +2227,7 @@ class OBJECT_PT_bMinMaxConstraint(
2381
2227
  """
2382
2228
  ...
2383
2229
 
2384
- class OBJECT_PT_bObjectSolverConstraint(
2385
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2386
- ):
2230
+ class OBJECT_PT_bObjectSolverConstraint(bpy.types.Panel, bpy_types._GenericUI):
2387
2231
  bl_context: typing.Any
2388
2232
  bl_label: typing.Any
2389
2233
  bl_options: typing.Any
@@ -2415,9 +2259,7 @@ class OBJECT_PT_bObjectSolverConstraint(
2415
2259
  """
2416
2260
  ...
2417
2261
 
2418
- class OBJECT_PT_bPivotConstraint(
2419
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2420
- ):
2262
+ class OBJECT_PT_bPivotConstraint(bpy.types.Panel, bpy_types._GenericUI):
2421
2263
  bl_context: typing.Any
2422
2264
  bl_label: typing.Any
2423
2265
  bl_options: typing.Any
@@ -2449,9 +2291,7 @@ class OBJECT_PT_bPivotConstraint(
2449
2291
  """
2450
2292
  ...
2451
2293
 
2452
- class OBJECT_PT_bPythonConstraint(
2453
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2454
- ):
2294
+ class OBJECT_PT_bPythonConstraint(bpy.types.Panel, bpy_types._GenericUI):
2455
2295
  bl_context: typing.Any
2456
2296
  bl_label: typing.Any
2457
2297
  bl_options: typing.Any
@@ -2483,9 +2323,7 @@ class OBJECT_PT_bPythonConstraint(
2483
2323
  """
2484
2324
  ...
2485
2325
 
2486
- class OBJECT_PT_bRotLimitConstraint(
2487
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2488
- ):
2326
+ class OBJECT_PT_bRotLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2489
2327
  bl_context: typing.Any
2490
2328
  bl_label: typing.Any
2491
2329
  bl_options: typing.Any
@@ -2517,9 +2355,7 @@ class OBJECT_PT_bRotLimitConstraint(
2517
2355
  """
2518
2356
  ...
2519
2357
 
2520
- class OBJECT_PT_bRotateLikeConstraint(
2521
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2522
- ):
2358
+ class OBJECT_PT_bRotateLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2523
2359
  bl_context: typing.Any
2524
2360
  bl_label: typing.Any
2525
2361
  bl_options: typing.Any
@@ -2551,9 +2387,7 @@ class OBJECT_PT_bRotateLikeConstraint(
2551
2387
  """
2552
2388
  ...
2553
2389
 
2554
- class OBJECT_PT_bSameVolumeConstraint(
2555
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2556
- ):
2390
+ class OBJECT_PT_bSameVolumeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2557
2391
  bl_context: typing.Any
2558
2392
  bl_label: typing.Any
2559
2393
  bl_options: typing.Any
@@ -2585,9 +2419,7 @@ class OBJECT_PT_bSameVolumeConstraint(
2585
2419
  """
2586
2420
  ...
2587
2421
 
2588
- class OBJECT_PT_bShrinkwrapConstraint(
2589
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2590
- ):
2422
+ class OBJECT_PT_bShrinkwrapConstraint(bpy.types.Panel, bpy_types._GenericUI):
2591
2423
  bl_context: typing.Any
2592
2424
  bl_label: typing.Any
2593
2425
  bl_options: typing.Any
@@ -2619,9 +2451,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
2619
2451
  """
2620
2452
  ...
2621
2453
 
2622
- class OBJECT_PT_bSizeLikeConstraint(
2623
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2624
- ):
2454
+ class OBJECT_PT_bSizeLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2625
2455
  bl_context: typing.Any
2626
2456
  bl_label: typing.Any
2627
2457
  bl_options: typing.Any
@@ -2653,9 +2483,7 @@ class OBJECT_PT_bSizeLikeConstraint(
2653
2483
  """
2654
2484
  ...
2655
2485
 
2656
- class OBJECT_PT_bSizeLimitConstraint(
2657
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2658
- ):
2486
+ class OBJECT_PT_bSizeLimitConstraint(bpy.types.Panel, bpy_types._GenericUI):
2659
2487
  bl_context: typing.Any
2660
2488
  bl_label: typing.Any
2661
2489
  bl_options: typing.Any
@@ -2687,9 +2515,7 @@ class OBJECT_PT_bSizeLimitConstraint(
2687
2515
  """
2688
2516
  ...
2689
2517
 
2690
- class OBJECT_PT_bStretchToConstraint(
2691
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2692
- ):
2518
+ class OBJECT_PT_bStretchToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2693
2519
  bl_context: typing.Any
2694
2520
  bl_label: typing.Any
2695
2521
  bl_options: typing.Any
@@ -2721,9 +2547,7 @@ class OBJECT_PT_bStretchToConstraint(
2721
2547
  """
2722
2548
  ...
2723
2549
 
2724
- class OBJECT_PT_bTrackToConstraint(
2725
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2726
- ):
2550
+ class OBJECT_PT_bTrackToConstraint(bpy.types.Panel, bpy_types._GenericUI):
2727
2551
  bl_context: typing.Any
2728
2552
  bl_label: typing.Any
2729
2553
  bl_options: typing.Any
@@ -2755,9 +2579,7 @@ class OBJECT_PT_bTrackToConstraint(
2755
2579
  """
2756
2580
  ...
2757
2581
 
2758
- class OBJECT_PT_bTransLikeConstraint(
2759
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2760
- ):
2582
+ class OBJECT_PT_bTransLikeConstraint(bpy.types.Panel, bpy_types._GenericUI):
2761
2583
  bl_context: typing.Any
2762
2584
  bl_label: typing.Any
2763
2585
  bl_options: typing.Any
@@ -2789,9 +2611,7 @@ class OBJECT_PT_bTransLikeConstraint(
2789
2611
  """
2790
2612
  ...
2791
2613
 
2792
- class OBJECT_PT_bTransformCacheConstraint(
2793
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2794
- ):
2614
+ class OBJECT_PT_bTransformCacheConstraint(bpy.types.Panel, bpy_types._GenericUI):
2795
2615
  bl_context: typing.Any
2796
2616
  bl_label: typing.Any
2797
2617
  bl_options: typing.Any
@@ -2823,12 +2643,7 @@ class OBJECT_PT_bTransformCacheConstraint(
2823
2643
  """
2824
2644
  ...
2825
2645
 
2826
- class OBJECT_PT_bTransformCacheConstraint_layers(
2827
- bpy.types.Panel,
2828
- ObjectConstraintPanel,
2829
- ConstraintButtonsSubPanel,
2830
- bpy_types._GenericUI,
2831
- ):
2646
+ class OBJECT_PT_bTransformCacheConstraint_layers(bpy.types.Panel, bpy_types._GenericUI):
2832
2647
  bl_context: typing.Any
2833
2648
  bl_label: typing.Any
2834
2649
  bl_parent_id: typing.Any
@@ -2861,10 +2676,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
2861
2676
  ...
2862
2677
 
2863
2678
  class OBJECT_PT_bTransformCacheConstraint_procedural(
2864
- bpy.types.Panel,
2865
- ObjectConstraintPanel,
2866
- ConstraintButtonsSubPanel,
2867
- bpy_types._GenericUI,
2679
+ bpy.types.Panel, bpy_types._GenericUI
2868
2680
  ):
2869
2681
  bl_context: typing.Any
2870
2682
  bl_label: typing.Any
@@ -2897,12 +2709,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
2897
2709
  """
2898
2710
  ...
2899
2711
 
2900
- class OBJECT_PT_bTransformCacheConstraint_time(
2901
- bpy.types.Panel,
2902
- ObjectConstraintPanel,
2903
- ConstraintButtonsSubPanel,
2904
- bpy_types._GenericUI,
2905
- ):
2712
+ class OBJECT_PT_bTransformCacheConstraint_time(bpy.types.Panel, bpy_types._GenericUI):
2906
2713
  bl_context: typing.Any
2907
2714
  bl_label: typing.Any
2908
2715
  bl_parent_id: typing.Any
@@ -2935,10 +2742,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
2935
2742
  ...
2936
2743
 
2937
2744
  class OBJECT_PT_bTransformCacheConstraint_velocity(
2938
- bpy.types.Panel,
2939
- ObjectConstraintPanel,
2940
- ConstraintButtonsSubPanel,
2941
- bpy_types._GenericUI,
2745
+ bpy.types.Panel, bpy_types._GenericUI
2942
2746
  ):
2943
2747
  bl_context: typing.Any
2944
2748
  bl_label: typing.Any
@@ -2971,9 +2775,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
2971
2775
  """
2972
2776
  ...
2973
2777
 
2974
- class OBJECT_PT_bTransformConstraint(
2975
- bpy.types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2976
- ):
2778
+ class OBJECT_PT_bTransformConstraint(bpy.types.Panel, bpy_types._GenericUI):
2977
2779
  bl_context: typing.Any
2978
2780
  bl_label: typing.Any
2979
2781
  bl_options: typing.Any
@@ -3005,12 +2807,7 @@ class OBJECT_PT_bTransformConstraint(
3005
2807
  """
3006
2808
  ...
3007
2809
 
3008
- class OBJECT_PT_bTransformConstraint_destination(
3009
- bpy.types.Panel,
3010
- ObjectConstraintPanel,
3011
- ConstraintButtonsSubPanel,
3012
- bpy_types._GenericUI,
3013
- ):
2810
+ class OBJECT_PT_bTransformConstraint_destination(bpy.types.Panel, bpy_types._GenericUI):
3014
2811
  bl_context: typing.Any
3015
2812
  bl_label: typing.Any
3016
2813
  bl_parent_id: typing.Any
@@ -3042,12 +2839,7 @@ class OBJECT_PT_bTransformConstraint_destination(
3042
2839
  """
3043
2840
  ...
3044
2841
 
3045
- class OBJECT_PT_bTransformConstraint_source(
3046
- bpy.types.Panel,
3047
- ObjectConstraintPanel,
3048
- ConstraintButtonsSubPanel,
3049
- bpy_types._GenericUI,
3050
- ):
2842
+ class OBJECT_PT_bTransformConstraint_source(bpy.types.Panel, bpy_types._GenericUI):
3051
2843
  bl_context: typing.Any
3052
2844
  bl_label: typing.Any
3053
2845
  bl_parent_id: typing.Any
@@ -3079,9 +2871,7 @@ class OBJECT_PT_bTransformConstraint_source(
3079
2871
  """
3080
2872
  ...
3081
2873
 
3082
- class OBJECT_PT_constraints(
3083
- bpy.types.Panel, ObjectConstraintPanel, bpy_types._GenericUI
3084
- ):
2874
+ class OBJECT_PT_constraints(bpy.types.Panel, bpy_types._GenericUI):
3085
2875
  bl_context: typing.Any
3086
2876
  bl_label: typing.Any
3087
2877
  bl_options: typing.Any