fake-bpy-module 20240614__py3-none-any.whl → 20240615__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 (118) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/ops/extensions/__init__.pyi +18 -0
  111. bpy/types/__init__.pyi +859 -1031
  112. bpy_types/__init__.pyi +13 -6567
  113. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
  114. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
  115. freestyle/utils/__init__.pyi +1 -1
  116. keyingsets_builtins/__init__.pyi +22 -23
  117. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
  118. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
@@ -374,7 +374,7 @@ class ObjectConstraintPanel:
374
374
  """
375
375
  ...
376
376
 
377
- class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._GenericUI):
377
+ class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
378
378
  bl_context: typing.Any
379
379
  bl_label: typing.Any
380
380
  bl_options: typing.Any
@@ -602,7 +602,7 @@ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._Gener
602
602
  ...
603
603
 
604
604
  class BONE_PT_bActionConstraint(
605
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
605
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
606
606
  ):
607
607
  bl_context: typing.Any
608
608
  bl_label: typing.Any
@@ -1076,7 +1076,7 @@ class BONE_PT_bActionConstraint(
1076
1076
  ...
1077
1077
 
1078
1078
  class BONE_PT_bArmatureConstraint(
1079
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1079
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1080
1080
  ):
1081
1081
  bl_context: typing.Any
1082
1082
  bl_label: typing.Any
@@ -1550,7 +1550,7 @@ class BONE_PT_bArmatureConstraint(
1550
1550
  ...
1551
1551
 
1552
1552
  class BONE_PT_bCameraSolverConstraint(
1553
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1553
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1554
1554
  ):
1555
1555
  bl_context: typing.Any
1556
1556
  bl_label: typing.Any
@@ -2024,7 +2024,7 @@ class BONE_PT_bCameraSolverConstraint(
2024
2024
  ...
2025
2025
 
2026
2026
  class BONE_PT_bChildOfConstraint(
2027
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2027
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2028
2028
  ):
2029
2029
  bl_context: typing.Any
2030
2030
  bl_label: typing.Any
@@ -2498,7 +2498,7 @@ class BONE_PT_bChildOfConstraint(
2498
2498
  ...
2499
2499
 
2500
2500
  class BONE_PT_bClampToConstraint(
2501
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2501
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2502
2502
  ):
2503
2503
  bl_context: typing.Any
2504
2504
  bl_label: typing.Any
@@ -2972,7 +2972,7 @@ class BONE_PT_bClampToConstraint(
2972
2972
  ...
2973
2973
 
2974
2974
  class BONE_PT_bDampTrackConstraint(
2975
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2975
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2976
2976
  ):
2977
2977
  bl_context: typing.Any
2978
2978
  bl_label: typing.Any
@@ -3446,7 +3446,7 @@ class BONE_PT_bDampTrackConstraint(
3446
3446
  ...
3447
3447
 
3448
3448
  class BONE_PT_bDistLimitConstraint(
3449
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3449
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3450
3450
  ):
3451
3451
  bl_context: typing.Any
3452
3452
  bl_label: typing.Any
@@ -3920,7 +3920,7 @@ class BONE_PT_bDistLimitConstraint(
3920
3920
  ...
3921
3921
 
3922
3922
  class BONE_PT_bFollowPathConstraint(
3923
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3923
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3924
3924
  ):
3925
3925
  bl_context: typing.Any
3926
3926
  bl_label: typing.Any
@@ -4394,7 +4394,7 @@ class BONE_PT_bFollowPathConstraint(
4394
4394
  ...
4395
4395
 
4396
4396
  class BONE_PT_bFollowTrackConstraint(
4397
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4397
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4398
4398
  ):
4399
4399
  bl_context: typing.Any
4400
4400
  bl_label: typing.Any
@@ -4868,7 +4868,7 @@ class BONE_PT_bFollowTrackConstraint(
4868
4868
  ...
4869
4869
 
4870
4870
  class BONE_PT_bKinematicConstraint(
4871
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4871
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4872
4872
  ):
4873
4873
  bl_context: typing.Any
4874
4874
  bl_label: typing.Any
@@ -5342,7 +5342,7 @@ class BONE_PT_bKinematicConstraint(
5342
5342
  ...
5343
5343
 
5344
5344
  class BONE_PT_bLocLimitConstraint(
5345
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5345
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5346
5346
  ):
5347
5347
  bl_context: typing.Any
5348
5348
  bl_label: typing.Any
@@ -5816,7 +5816,7 @@ class BONE_PT_bLocLimitConstraint(
5816
5816
  ...
5817
5817
 
5818
5818
  class BONE_PT_bLocateLikeConstraint(
5819
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5819
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5820
5820
  ):
5821
5821
  bl_context: typing.Any
5822
5822
  bl_label: typing.Any
@@ -6290,7 +6290,7 @@ class BONE_PT_bLocateLikeConstraint(
6290
6290
  ...
6291
6291
 
6292
6292
  class BONE_PT_bLockTrackConstraint(
6293
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6293
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6294
6294
  ):
6295
6295
  bl_context: typing.Any
6296
6296
  bl_label: typing.Any
@@ -6764,7 +6764,7 @@ class BONE_PT_bLockTrackConstraint(
6764
6764
  ...
6765
6765
 
6766
6766
  class BONE_PT_bMinMaxConstraint(
6767
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6767
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6768
6768
  ):
6769
6769
  bl_context: typing.Any
6770
6770
  bl_label: typing.Any
@@ -7238,7 +7238,7 @@ class BONE_PT_bMinMaxConstraint(
7238
7238
  ...
7239
7239
 
7240
7240
  class BONE_PT_bObjectSolverConstraint(
7241
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7241
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7242
7242
  ):
7243
7243
  bl_context: typing.Any
7244
7244
  bl_label: typing.Any
@@ -7712,7 +7712,7 @@ class BONE_PT_bObjectSolverConstraint(
7712
7712
  ...
7713
7713
 
7714
7714
  class BONE_PT_bPivotConstraint(
7715
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7715
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7716
7716
  ):
7717
7717
  bl_context: typing.Any
7718
7718
  bl_label: typing.Any
@@ -8186,7 +8186,7 @@ class BONE_PT_bPivotConstraint(
8186
8186
  ...
8187
8187
 
8188
8188
  class BONE_PT_bPythonConstraint(
8189
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8189
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8190
8190
  ):
8191
8191
  bl_context: typing.Any
8192
8192
  bl_label: typing.Any
@@ -8660,7 +8660,7 @@ class BONE_PT_bPythonConstraint(
8660
8660
  ...
8661
8661
 
8662
8662
  class BONE_PT_bRotLimitConstraint(
8663
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8663
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8664
8664
  ):
8665
8665
  bl_context: typing.Any
8666
8666
  bl_label: typing.Any
@@ -9134,7 +9134,7 @@ class BONE_PT_bRotLimitConstraint(
9134
9134
  ...
9135
9135
 
9136
9136
  class BONE_PT_bRotateLikeConstraint(
9137
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9137
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9138
9138
  ):
9139
9139
  bl_context: typing.Any
9140
9140
  bl_label: typing.Any
@@ -9608,7 +9608,7 @@ class BONE_PT_bRotateLikeConstraint(
9608
9608
  ...
9609
9609
 
9610
9610
  class BONE_PT_bSameVolumeConstraint(
9611
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9611
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9612
9612
  ):
9613
9613
  bl_context: typing.Any
9614
9614
  bl_label: typing.Any
@@ -10082,7 +10082,7 @@ class BONE_PT_bSameVolumeConstraint(
10082
10082
  ...
10083
10083
 
10084
10084
  class BONE_PT_bShrinkwrapConstraint(
10085
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10085
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10086
10086
  ):
10087
10087
  bl_context: typing.Any
10088
10088
  bl_label: typing.Any
@@ -10556,7 +10556,7 @@ class BONE_PT_bShrinkwrapConstraint(
10556
10556
  ...
10557
10557
 
10558
10558
  class BONE_PT_bSizeLikeConstraint(
10559
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10559
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10560
10560
  ):
10561
10561
  bl_context: typing.Any
10562
10562
  bl_label: typing.Any
@@ -11030,7 +11030,7 @@ class BONE_PT_bSizeLikeConstraint(
11030
11030
  ...
11031
11031
 
11032
11032
  class BONE_PT_bSizeLimitConstraint(
11033
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11033
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11034
11034
  ):
11035
11035
  bl_context: typing.Any
11036
11036
  bl_label: typing.Any
@@ -11504,7 +11504,7 @@ class BONE_PT_bSizeLimitConstraint(
11504
11504
  ...
11505
11505
 
11506
11506
  class BONE_PT_bSplineIKConstraint(
11507
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11507
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11508
11508
  ):
11509
11509
  bl_context: typing.Any
11510
11510
  bl_label: typing.Any
@@ -11978,7 +11978,7 @@ class BONE_PT_bSplineIKConstraint(
11978
11978
  ...
11979
11979
 
11980
11980
  class BONE_PT_bStretchToConstraint(
11981
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11981
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11982
11982
  ):
11983
11983
  bl_context: typing.Any
11984
11984
  bl_label: typing.Any
@@ -12452,7 +12452,7 @@ class BONE_PT_bStretchToConstraint(
12452
12452
  ...
12453
12453
 
12454
12454
  class BONE_PT_bTrackToConstraint(
12455
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12455
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12456
12456
  ):
12457
12457
  bl_context: typing.Any
12458
12458
  bl_label: typing.Any
@@ -12926,7 +12926,7 @@ class BONE_PT_bTrackToConstraint(
12926
12926
  ...
12927
12927
 
12928
12928
  class BONE_PT_bTransLikeConstraint(
12929
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12929
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12930
12930
  ):
12931
12931
  bl_context: typing.Any
12932
12932
  bl_label: typing.Any
@@ -13400,7 +13400,7 @@ class BONE_PT_bTransLikeConstraint(
13400
13400
  ...
13401
13401
 
13402
13402
  class BONE_PT_bTransformCacheConstraint(
13403
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13403
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13404
13404
  ):
13405
13405
  bl_context: typing.Any
13406
13406
  bl_label: typing.Any
@@ -13874,7 +13874,7 @@ class BONE_PT_bTransformCacheConstraint(
13874
13874
  ...
13875
13875
 
13876
13876
  class BONE_PT_bTransformConstraint(
13877
- bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13877
+ BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13878
13878
  ):
13879
13879
  bl_context: typing.Any
13880
13880
  bl_label: typing.Any
@@ -14348,10 +14348,7 @@ class BONE_PT_bTransformConstraint(
14348
14348
  ...
14349
14349
 
14350
14350
  class BONE_PT_bActionConstraint_action(
14351
- bpy_types.Panel,
14352
- BoneConstraintPanel,
14353
- ConstraintButtonsSubPanel,
14354
- bpy_types._GenericUI,
14351
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
14355
14352
  ):
14356
14353
  bl_context: typing.Any
14357
14354
  bl_label: typing.Any
@@ -14672,10 +14669,7 @@ class BONE_PT_bActionConstraint_action(
14672
14669
  ...
14673
14670
 
14674
14671
  class BONE_PT_bActionConstraint_target(
14675
- bpy_types.Panel,
14676
- BoneConstraintPanel,
14677
- ConstraintButtonsSubPanel,
14678
- bpy_types._GenericUI,
14672
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
14679
14673
  ):
14680
14674
  bl_context: typing.Any
14681
14675
  bl_label: typing.Any
@@ -14996,10 +14990,7 @@ class BONE_PT_bActionConstraint_target(
14996
14990
  ...
14997
14991
 
14998
14992
  class BONE_PT_bArmatureConstraint_bones(
14999
- bpy_types.Panel,
15000
- BoneConstraintPanel,
15001
- ConstraintButtonsSubPanel,
15002
- bpy_types._GenericUI,
14993
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
15003
14994
  ):
15004
14995
  bl_context: typing.Any
15005
14996
  bl_label: typing.Any
@@ -15320,10 +15311,7 @@ class BONE_PT_bArmatureConstraint_bones(
15320
15311
  ...
15321
15312
 
15322
15313
  class BONE_PT_bSplineIKConstraint_chain_scaling(
15323
- bpy_types.Panel,
15324
- BoneConstraintPanel,
15325
- ConstraintButtonsSubPanel,
15326
- bpy_types._GenericUI,
15314
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
15327
15315
  ):
15328
15316
  bl_context: typing.Any
15329
15317
  bl_label: typing.Any
@@ -15644,10 +15632,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
15644
15632
  ...
15645
15633
 
15646
15634
  class BONE_PT_bSplineIKConstraint_fitting(
15647
- bpy_types.Panel,
15648
- BoneConstraintPanel,
15649
- ConstraintButtonsSubPanel,
15650
- bpy_types._GenericUI,
15635
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
15651
15636
  ):
15652
15637
  bl_context: typing.Any
15653
15638
  bl_label: typing.Any
@@ -15968,10 +15953,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
15968
15953
  ...
15969
15954
 
15970
15955
  class BONE_PT_bTransformCacheConstraint_layers(
15971
- bpy_types.Panel,
15972
- BoneConstraintPanel,
15973
- ConstraintButtonsSubPanel,
15974
- bpy_types._GenericUI,
15956
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
15975
15957
  ):
15976
15958
  bl_context: typing.Any
15977
15959
  bl_label: typing.Any
@@ -16292,10 +16274,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
16292
16274
  ...
16293
16275
 
16294
16276
  class BONE_PT_bTransformCacheConstraint_procedural(
16295
- bpy_types.Panel,
16296
- BoneConstraintPanel,
16297
- ConstraintButtonsSubPanel,
16298
- bpy_types._GenericUI,
16277
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
16299
16278
  ):
16300
16279
  bl_context: typing.Any
16301
16280
  bl_label: typing.Any
@@ -16616,10 +16595,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
16616
16595
  ...
16617
16596
 
16618
16597
  class BONE_PT_bTransformCacheConstraint_time(
16619
- bpy_types.Panel,
16620
- BoneConstraintPanel,
16621
- ConstraintButtonsSubPanel,
16622
- bpy_types._GenericUI,
16598
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
16623
16599
  ):
16624
16600
  bl_context: typing.Any
16625
16601
  bl_label: typing.Any
@@ -16940,10 +16916,7 @@ class BONE_PT_bTransformCacheConstraint_time(
16940
16916
  ...
16941
16917
 
16942
16918
  class BONE_PT_bTransformCacheConstraint_velocity(
16943
- bpy_types.Panel,
16944
- BoneConstraintPanel,
16945
- ConstraintButtonsSubPanel,
16946
- bpy_types._GenericUI,
16919
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
16947
16920
  ):
16948
16921
  bl_context: typing.Any
16949
16922
  bl_label: typing.Any
@@ -17264,10 +17237,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
17264
17237
  ...
17265
17238
 
17266
17239
  class BONE_PT_bTransformConstraint_from(
17267
- bpy_types.Panel,
17268
- BoneConstraintPanel,
17269
- ConstraintButtonsSubPanel,
17270
- bpy_types._GenericUI,
17240
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
17271
17241
  ):
17272
17242
  bl_context: typing.Any
17273
17243
  bl_label: typing.Any
@@ -17588,10 +17558,7 @@ class BONE_PT_bTransformConstraint_from(
17588
17558
  ...
17589
17559
 
17590
17560
  class BONE_PT_bTransformConstraint_to(
17591
- bpy_types.Panel,
17592
- BoneConstraintPanel,
17593
- ConstraintButtonsSubPanel,
17594
- bpy_types._GenericUI,
17561
+ BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
17595
17562
  ):
17596
17563
  bl_context: typing.Any
17597
17564
  bl_label: typing.Any
@@ -17912,7 +17879,7 @@ class BONE_PT_bTransformConstraint_to(
17912
17879
  ...
17913
17880
 
17914
17881
  class OBJECT_PT_bActionConstraint(
17915
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
17882
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
17916
17883
  ):
17917
17884
  bl_context: typing.Any
17918
17885
  bl_label: typing.Any
@@ -18386,10 +18353,7 @@ class OBJECT_PT_bActionConstraint(
18386
18353
  ...
18387
18354
 
18388
18355
  class OBJECT_PT_bActionConstraint_action(
18389
- bpy_types.Panel,
18390
- ObjectConstraintPanel,
18391
- ConstraintButtonsSubPanel,
18392
- bpy_types._GenericUI,
18356
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
18393
18357
  ):
18394
18358
  bl_context: typing.Any
18395
18359
  bl_label: typing.Any
@@ -18710,10 +18674,7 @@ class OBJECT_PT_bActionConstraint_action(
18710
18674
  ...
18711
18675
 
18712
18676
  class OBJECT_PT_bActionConstraint_target(
18713
- bpy_types.Panel,
18714
- ObjectConstraintPanel,
18715
- ConstraintButtonsSubPanel,
18716
- bpy_types._GenericUI,
18677
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
18717
18678
  ):
18718
18679
  bl_context: typing.Any
18719
18680
  bl_label: typing.Any
@@ -19034,7 +18995,7 @@ class OBJECT_PT_bActionConstraint_target(
19034
18995
  ...
19035
18996
 
19036
18997
  class OBJECT_PT_bArmatureConstraint(
19037
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
18998
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19038
18999
  ):
19039
19000
  bl_context: typing.Any
19040
19001
  bl_label: typing.Any
@@ -19508,10 +19469,7 @@ class OBJECT_PT_bArmatureConstraint(
19508
19469
  ...
19509
19470
 
19510
19471
  class OBJECT_PT_bArmatureConstraint_bones(
19511
- bpy_types.Panel,
19512
- ObjectConstraintPanel,
19513
- ConstraintButtonsSubPanel,
19514
- bpy_types._GenericUI,
19472
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
19515
19473
  ):
19516
19474
  bl_context: typing.Any
19517
19475
  bl_label: typing.Any
@@ -19832,7 +19790,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
19832
19790
  ...
19833
19791
 
19834
19792
  class OBJECT_PT_bCameraSolverConstraint(
19835
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19793
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19836
19794
  ):
19837
19795
  bl_context: typing.Any
19838
19796
  bl_label: typing.Any
@@ -20306,7 +20264,7 @@ class OBJECT_PT_bCameraSolverConstraint(
20306
20264
  ...
20307
20265
 
20308
20266
  class OBJECT_PT_bChildOfConstraint(
20309
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20267
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20310
20268
  ):
20311
20269
  bl_context: typing.Any
20312
20270
  bl_label: typing.Any
@@ -20780,7 +20738,7 @@ class OBJECT_PT_bChildOfConstraint(
20780
20738
  ...
20781
20739
 
20782
20740
  class OBJECT_PT_bClampToConstraint(
20783
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20741
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20784
20742
  ):
20785
20743
  bl_context: typing.Any
20786
20744
  bl_label: typing.Any
@@ -21254,7 +21212,7 @@ class OBJECT_PT_bClampToConstraint(
21254
21212
  ...
21255
21213
 
21256
21214
  class OBJECT_PT_bDampTrackConstraint(
21257
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21215
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21258
21216
  ):
21259
21217
  bl_context: typing.Any
21260
21218
  bl_label: typing.Any
@@ -21728,7 +21686,7 @@ class OBJECT_PT_bDampTrackConstraint(
21728
21686
  ...
21729
21687
 
21730
21688
  class OBJECT_PT_bDistLimitConstraint(
21731
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21689
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21732
21690
  ):
21733
21691
  bl_context: typing.Any
21734
21692
  bl_label: typing.Any
@@ -22202,7 +22160,7 @@ class OBJECT_PT_bDistLimitConstraint(
22202
22160
  ...
22203
22161
 
22204
22162
  class OBJECT_PT_bFollowPathConstraint(
22205
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22163
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22206
22164
  ):
22207
22165
  bl_context: typing.Any
22208
22166
  bl_label: typing.Any
@@ -22676,7 +22634,7 @@ class OBJECT_PT_bFollowPathConstraint(
22676
22634
  ...
22677
22635
 
22678
22636
  class OBJECT_PT_bFollowTrackConstraint(
22679
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22637
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22680
22638
  ):
22681
22639
  bl_context: typing.Any
22682
22640
  bl_label: typing.Any
@@ -23150,7 +23108,7 @@ class OBJECT_PT_bFollowTrackConstraint(
23150
23108
  ...
23151
23109
 
23152
23110
  class OBJECT_PT_bKinematicConstraint(
23153
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23111
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23154
23112
  ):
23155
23113
  bl_context: typing.Any
23156
23114
  bl_label: typing.Any
@@ -23624,7 +23582,7 @@ class OBJECT_PT_bKinematicConstraint(
23624
23582
  ...
23625
23583
 
23626
23584
  class OBJECT_PT_bLocLimitConstraint(
23627
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23585
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23628
23586
  ):
23629
23587
  bl_context: typing.Any
23630
23588
  bl_label: typing.Any
@@ -24098,7 +24056,7 @@ class OBJECT_PT_bLocLimitConstraint(
24098
24056
  ...
24099
24057
 
24100
24058
  class OBJECT_PT_bLocateLikeConstraint(
24101
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24059
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24102
24060
  ):
24103
24061
  bl_context: typing.Any
24104
24062
  bl_label: typing.Any
@@ -24572,7 +24530,7 @@ class OBJECT_PT_bLocateLikeConstraint(
24572
24530
  ...
24573
24531
 
24574
24532
  class OBJECT_PT_bLockTrackConstraint(
24575
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24533
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24576
24534
  ):
24577
24535
  bl_context: typing.Any
24578
24536
  bl_label: typing.Any
@@ -25046,7 +25004,7 @@ class OBJECT_PT_bLockTrackConstraint(
25046
25004
  ...
25047
25005
 
25048
25006
  class OBJECT_PT_bMinMaxConstraint(
25049
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25007
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25050
25008
  ):
25051
25009
  bl_context: typing.Any
25052
25010
  bl_label: typing.Any
@@ -25520,7 +25478,7 @@ class OBJECT_PT_bMinMaxConstraint(
25520
25478
  ...
25521
25479
 
25522
25480
  class OBJECT_PT_bObjectSolverConstraint(
25523
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25481
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25524
25482
  ):
25525
25483
  bl_context: typing.Any
25526
25484
  bl_label: typing.Any
@@ -25994,7 +25952,7 @@ class OBJECT_PT_bObjectSolverConstraint(
25994
25952
  ...
25995
25953
 
25996
25954
  class OBJECT_PT_bPivotConstraint(
25997
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25955
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25998
25956
  ):
25999
25957
  bl_context: typing.Any
26000
25958
  bl_label: typing.Any
@@ -26468,7 +26426,7 @@ class OBJECT_PT_bPivotConstraint(
26468
26426
  ...
26469
26427
 
26470
26428
  class OBJECT_PT_bPythonConstraint(
26471
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26429
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26472
26430
  ):
26473
26431
  bl_context: typing.Any
26474
26432
  bl_label: typing.Any
@@ -26942,7 +26900,7 @@ class OBJECT_PT_bPythonConstraint(
26942
26900
  ...
26943
26901
 
26944
26902
  class OBJECT_PT_bRotLimitConstraint(
26945
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26903
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26946
26904
  ):
26947
26905
  bl_context: typing.Any
26948
26906
  bl_label: typing.Any
@@ -27416,7 +27374,7 @@ class OBJECT_PT_bRotLimitConstraint(
27416
27374
  ...
27417
27375
 
27418
27376
  class OBJECT_PT_bRotateLikeConstraint(
27419
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27377
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27420
27378
  ):
27421
27379
  bl_context: typing.Any
27422
27380
  bl_label: typing.Any
@@ -27890,7 +27848,7 @@ class OBJECT_PT_bRotateLikeConstraint(
27890
27848
  ...
27891
27849
 
27892
27850
  class OBJECT_PT_bSameVolumeConstraint(
27893
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27851
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27894
27852
  ):
27895
27853
  bl_context: typing.Any
27896
27854
  bl_label: typing.Any
@@ -28364,7 +28322,7 @@ class OBJECT_PT_bSameVolumeConstraint(
28364
28322
  ...
28365
28323
 
28366
28324
  class OBJECT_PT_bShrinkwrapConstraint(
28367
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28325
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28368
28326
  ):
28369
28327
  bl_context: typing.Any
28370
28328
  bl_label: typing.Any
@@ -28838,7 +28796,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
28838
28796
  ...
28839
28797
 
28840
28798
  class OBJECT_PT_bSizeLikeConstraint(
28841
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28799
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28842
28800
  ):
28843
28801
  bl_context: typing.Any
28844
28802
  bl_label: typing.Any
@@ -29312,7 +29270,7 @@ class OBJECT_PT_bSizeLikeConstraint(
29312
29270
  ...
29313
29271
 
29314
29272
  class OBJECT_PT_bSizeLimitConstraint(
29315
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29273
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29316
29274
  ):
29317
29275
  bl_context: typing.Any
29318
29276
  bl_label: typing.Any
@@ -29786,7 +29744,7 @@ class OBJECT_PT_bSizeLimitConstraint(
29786
29744
  ...
29787
29745
 
29788
29746
  class OBJECT_PT_bStretchToConstraint(
29789
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29747
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29790
29748
  ):
29791
29749
  bl_context: typing.Any
29792
29750
  bl_label: typing.Any
@@ -30260,7 +30218,7 @@ class OBJECT_PT_bStretchToConstraint(
30260
30218
  ...
30261
30219
 
30262
30220
  class OBJECT_PT_bTrackToConstraint(
30263
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30221
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30264
30222
  ):
30265
30223
  bl_context: typing.Any
30266
30224
  bl_label: typing.Any
@@ -30734,7 +30692,7 @@ class OBJECT_PT_bTrackToConstraint(
30734
30692
  ...
30735
30693
 
30736
30694
  class OBJECT_PT_bTransLikeConstraint(
30737
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30695
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30738
30696
  ):
30739
30697
  bl_context: typing.Any
30740
30698
  bl_label: typing.Any
@@ -31208,7 +31166,7 @@ class OBJECT_PT_bTransLikeConstraint(
31208
31166
  ...
31209
31167
 
31210
31168
  class OBJECT_PT_bTransformCacheConstraint(
31211
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
31169
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
31212
31170
  ):
31213
31171
  bl_context: typing.Any
31214
31172
  bl_label: typing.Any
@@ -31682,10 +31640,7 @@ class OBJECT_PT_bTransformCacheConstraint(
31682
31640
  ...
31683
31641
 
31684
31642
  class OBJECT_PT_bTransformCacheConstraint_layers(
31685
- bpy_types.Panel,
31686
- ObjectConstraintPanel,
31687
- ConstraintButtonsSubPanel,
31688
- bpy_types._GenericUI,
31643
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
31689
31644
  ):
31690
31645
  bl_context: typing.Any
31691
31646
  bl_label: typing.Any
@@ -32006,10 +31961,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
32006
31961
  ...
32007
31962
 
32008
31963
  class OBJECT_PT_bTransformCacheConstraint_procedural(
32009
- bpy_types.Panel,
32010
- ObjectConstraintPanel,
32011
- ConstraintButtonsSubPanel,
32012
- bpy_types._GenericUI,
31964
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
32013
31965
  ):
32014
31966
  bl_context: typing.Any
32015
31967
  bl_label: typing.Any
@@ -32330,10 +32282,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
32330
32282
  ...
32331
32283
 
32332
32284
  class OBJECT_PT_bTransformCacheConstraint_time(
32333
- bpy_types.Panel,
32334
- ObjectConstraintPanel,
32335
- ConstraintButtonsSubPanel,
32336
- bpy_types._GenericUI,
32285
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
32337
32286
  ):
32338
32287
  bl_context: typing.Any
32339
32288
  bl_label: typing.Any
@@ -32654,10 +32603,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
32654
32603
  ...
32655
32604
 
32656
32605
  class OBJECT_PT_bTransformCacheConstraint_velocity(
32657
- bpy_types.Panel,
32658
- ObjectConstraintPanel,
32659
- ConstraintButtonsSubPanel,
32660
- bpy_types._GenericUI,
32606
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
32661
32607
  ):
32662
32608
  bl_context: typing.Any
32663
32609
  bl_label: typing.Any
@@ -32978,7 +32924,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
32978
32924
  ...
32979
32925
 
32980
32926
  class OBJECT_PT_bTransformConstraint(
32981
- bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
32927
+ ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
32982
32928
  ):
32983
32929
  bl_context: typing.Any
32984
32930
  bl_label: typing.Any
@@ -33452,10 +33398,7 @@ class OBJECT_PT_bTransformConstraint(
33452
33398
  ...
33453
33399
 
33454
33400
  class OBJECT_PT_bTransformConstraint_destination(
33455
- bpy_types.Panel,
33456
- ObjectConstraintPanel,
33457
- ConstraintButtonsSubPanel,
33458
- bpy_types._GenericUI,
33401
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
33459
33402
  ):
33460
33403
  bl_context: typing.Any
33461
33404
  bl_label: typing.Any
@@ -33776,10 +33719,7 @@ class OBJECT_PT_bTransformConstraint_destination(
33776
33719
  ...
33777
33720
 
33778
33721
  class OBJECT_PT_bTransformConstraint_source(
33779
- bpy_types.Panel,
33780
- ObjectConstraintPanel,
33781
- ConstraintButtonsSubPanel,
33782
- bpy_types._GenericUI,
33722
+ ObjectConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
33783
33723
  ):
33784
33724
  bl_context: typing.Any
33785
33725
  bl_label: typing.Any
@@ -34099,9 +34039,7 @@ class OBJECT_PT_bTransformConstraint_source(
34099
34039
  """
34100
34040
  ...
34101
34041
 
34102
- class OBJECT_PT_constraints(
34103
- bpy_types.Panel, ObjectConstraintPanel, bpy_types._GenericUI
34104
- ):
34042
+ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy_types._GenericUI):
34105
34043
  bl_context: typing.Any
34106
34044
  bl_label: typing.Any
34107
34045
  bl_options: typing.Any