fake-bpy-module 20240421__py3-none-any.whl → 20240423__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 (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +580 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2418 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +105733 -102298
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +21 -18
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
@@ -3,12 +3,22 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class BONE_PT_bActionConstraint(bpy_types._GenericUI):
6
+ class BoneConstraintPanel:
7
7
  """ """
8
8
 
9
9
  bl_context: typing.Any
10
10
  """ """
11
11
 
12
+ def poll(self, context):
13
+ """
14
+
15
+ :param context:
16
+ """
17
+ ...
18
+
19
+ class ConstraintButtonsPanel:
20
+ """ """
21
+
12
22
  bl_label: typing.Any
13
23
  """ """
14
24
 
@@ -18,41 +28,9 @@ class BONE_PT_bActionConstraint(bpy_types._GenericUI):
18
28
  bl_region_type: typing.Any
19
29
  """ """
20
30
 
21
- bl_rna: typing.Any
22
- """ """
23
-
24
31
  bl_space_type: typing.Any
25
32
  """ """
26
33
 
27
- id_data: typing.Any
28
- """ """
29
-
30
- def append(self, draw_func):
31
- """
32
-
33
- :param draw_func:
34
- """
35
- ...
36
-
37
- def as_pointer(self):
38
- """ """
39
- ...
40
-
41
- def bl_rna_get_subclass(self):
42
- """ """
43
- ...
44
-
45
- def bl_rna_get_subclass_py(self):
46
- """ """
47
- ...
48
-
49
- def draw(self, context):
50
- """
51
-
52
- :param context:
53
- """
54
- ...
55
-
56
34
  def draw_action(self, context):
57
35
  """
58
36
 
@@ -271,18 +249,6 @@ class BONE_PT_bActionConstraint(bpy_types._GenericUI):
271
249
  """
272
250
  ...
273
251
 
274
- def driver_add(self):
275
- """ """
276
- ...
277
-
278
- def driver_remove(self):
279
- """ """
280
- ...
281
-
282
- def get(self):
283
- """ """
284
- ...
285
-
286
252
  def get_constraint(self, _context):
287
253
  """
288
254
 
@@ -290,95 +256,6 @@ class BONE_PT_bActionConstraint(bpy_types._GenericUI):
290
256
  """
291
257
  ...
292
258
 
293
- def id_properties_clear(self):
294
- """ """
295
- ...
296
-
297
- def id_properties_ensure(self):
298
- """ """
299
- ...
300
-
301
- def id_properties_ui(self):
302
- """ """
303
- ...
304
-
305
- def is_extended(self):
306
- """ """
307
- ...
308
-
309
- def is_property_hidden(self):
310
- """ """
311
- ...
312
-
313
- def is_property_overridable_library(self):
314
- """ """
315
- ...
316
-
317
- def is_property_readonly(self):
318
- """ """
319
- ...
320
-
321
- def is_property_set(self):
322
- """ """
323
- ...
324
-
325
- def items(self):
326
- """ """
327
- ...
328
-
329
- def keyframe_delete(self):
330
- """ """
331
- ...
332
-
333
- def keyframe_insert(self):
334
- """ """
335
- ...
336
-
337
- def keys(self):
338
- """ """
339
- ...
340
-
341
- def path_from_id(self):
342
- """ """
343
- ...
344
-
345
- def path_resolve(self):
346
- """ """
347
- ...
348
-
349
- def poll(self, context):
350
- """
351
-
352
- :param context:
353
- """
354
- ...
355
-
356
- def pop(self):
357
- """ """
358
- ...
359
-
360
- def prepend(self, draw_func):
361
- """
362
-
363
- :param draw_func:
364
- """
365
- ...
366
-
367
- def property_overridable_library_set(self):
368
- """ """
369
- ...
370
-
371
- def property_unset(self):
372
- """ """
373
- ...
374
-
375
- def remove(self, draw_func):
376
- """
377
-
378
- :param draw_func:
379
- """
380
- ...
381
-
382
259
  def space_template(self, layout, con, target, owner, separator):
383
260
  """
384
261
 
@@ -399,64 +276,18 @@ class BONE_PT_bActionConstraint(bpy_types._GenericUI):
399
276
  """
400
277
  ...
401
278
 
402
- def type_recast(self):
403
- """ """
404
- ...
405
-
406
- def values(self):
407
- """ """
408
- ...
409
-
410
- class BONE_PT_bActionConstraint_action(bpy_types._GenericUI):
411
- """ """
412
-
413
- bl_context: typing.Any
279
+ class ConstraintButtonsSubPanel:
414
280
  """ """
415
281
 
416
282
  bl_label: typing.Any
417
283
  """ """
418
284
 
419
- bl_parent_id: typing.Any
420
- """ """
421
-
422
285
  bl_region_type: typing.Any
423
286
  """ """
424
287
 
425
- bl_rna: typing.Any
426
- """ """
427
-
428
288
  bl_space_type: typing.Any
429
289
  """ """
430
290
 
431
- id_data: typing.Any
432
- """ """
433
-
434
- def append(self, draw_func):
435
- """
436
-
437
- :param draw_func:
438
- """
439
- ...
440
-
441
- def as_pointer(self):
442
- """ """
443
- ...
444
-
445
- def bl_rna_get_subclass(self):
446
- """ """
447
- ...
448
-
449
- def bl_rna_get_subclass_py(self):
450
- """ """
451
- ...
452
-
453
- def draw(self, context):
454
- """
455
-
456
- :param context:
457
- """
458
- ...
459
-
460
291
  def draw_action_action(self, context):
461
292
  """
462
293
 
@@ -542,25 +373,88 @@ class BONE_PT_bActionConstraint_action(bpy_types._GenericUI):
542
373
  """
543
374
  ...
544
375
 
545
- def driver_add(self):
376
+ def get_constraint(self, _context):
377
+ """
378
+
379
+ :param _context:
380
+ """
381
+ ...
382
+
383
+ class ObjectConstraintPanel:
384
+ """ """
385
+
386
+ bl_context: typing.Any
387
+ """ """
388
+
389
+ def poll(self, context):
390
+ """
391
+
392
+ :param context:
393
+ """
394
+ ...
395
+
396
+ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._GenericUI):
397
+ """ """
398
+
399
+ bl_context: typing.Any
400
+ """ """
401
+
402
+ bl_label: typing.Any
403
+ """ """
404
+
405
+ bl_options: typing.Any
406
+ """ """
407
+
408
+ bl_region_type: typing.Any
409
+ """ """
410
+
411
+ bl_rna: typing.Any
412
+ """ """
413
+
414
+ bl_space_type: typing.Any
415
+ """ """
416
+
417
+ id_data: typing.Any
418
+ """ """
419
+
420
+ def append(self, draw_func):
421
+ """
422
+
423
+ :param draw_func:
424
+ """
425
+ ...
426
+
427
+ def as_pointer(self):
546
428
  """ """
547
429
  ...
548
430
 
549
- def driver_remove(self):
431
+ def bl_rna_get_subclass(self):
550
432
  """ """
551
433
  ...
552
434
 
553
- def get(self):
435
+ def bl_rna_get_subclass_py(self):
554
436
  """ """
555
437
  ...
556
438
 
557
- def get_constraint(self, _context):
439
+ def draw(self, _context):
558
440
  """
559
441
 
560
442
  :param _context:
561
443
  """
562
444
  ...
563
445
 
446
+ def driver_add(self):
447
+ """ """
448
+ ...
449
+
450
+ def driver_remove(self):
451
+ """ """
452
+ ...
453
+
454
+ def get(self):
455
+ """ """
456
+ ...
457
+
564
458
  def id_properties_clear(self):
565
459
  """ """
566
460
  ...
@@ -643,150 +537,285 @@ class BONE_PT_bActionConstraint_action(bpy_types._GenericUI):
643
537
  """ """
644
538
  ...
645
539
 
646
- def remove(self, draw_func):
540
+ def remove(self, draw_func):
541
+ """
542
+
543
+ :param draw_func:
544
+ """
545
+ ...
546
+
547
+ def type_recast(self):
548
+ """ """
549
+ ...
550
+
551
+ def values(self):
552
+ """ """
553
+ ...
554
+
555
+ class BONE_PT_bActionConstraint(
556
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
557
+ ):
558
+ """ """
559
+
560
+ bl_context: typing.Any
561
+ """ """
562
+
563
+ bl_label: typing.Any
564
+ """ """
565
+
566
+ bl_options: typing.Any
567
+ """ """
568
+
569
+ bl_region_type: typing.Any
570
+ """ """
571
+
572
+ bl_rna: typing.Any
573
+ """ """
574
+
575
+ bl_space_type: typing.Any
576
+ """ """
577
+
578
+ id_data: typing.Any
579
+ """ """
580
+
581
+ def append(self, draw_func):
582
+ """
583
+
584
+ :param draw_func:
585
+ """
586
+ ...
587
+
588
+ def as_pointer(self):
589
+ """ """
590
+ ...
591
+
592
+ def bl_rna_get_subclass(self):
593
+ """ """
594
+ ...
595
+
596
+ def bl_rna_get_subclass_py(self):
597
+ """ """
598
+ ...
599
+
600
+ def draw(self, context):
601
+ """
602
+
603
+ :param context:
604
+ """
605
+ ...
606
+
607
+ def draw_action(self, context):
608
+ """
609
+
610
+ :param context:
611
+ """
612
+ ...
613
+
614
+ def draw_armature(self, context):
615
+ """
616
+
617
+ :param context:
618
+ """
619
+ ...
620
+
621
+ def draw_camera_solver(self, context):
622
+ """
623
+
624
+ :param context:
625
+ """
626
+ ...
627
+
628
+ def draw_childof(self, context):
629
+ """
630
+
631
+ :param context:
632
+ """
633
+ ...
634
+
635
+ def draw_clamp_to(self, context):
636
+ """
637
+
638
+ :param context:
639
+ """
640
+ ...
641
+
642
+ def draw_damp_track(self, context):
643
+ """
644
+
645
+ :param context:
646
+ """
647
+ ...
648
+
649
+ def draw_dist_limit(self, context):
650
+ """
651
+
652
+ :param context:
653
+ """
654
+ ...
655
+
656
+ def draw_follow_path(self, context):
657
+ """
658
+
659
+ :param context:
660
+ """
661
+ ...
662
+
663
+ def draw_follow_track(self, context):
664
+ """
665
+
666
+ :param context:
667
+ """
668
+ ...
669
+
670
+ def draw_header(self, context):
647
671
  """
648
672
 
649
- :param draw_func:
673
+ :param context:
650
674
  """
651
675
  ...
652
676
 
653
- def type_recast(self):
654
- """ """
655
- ...
677
+ def draw_influence(self, layout, con):
678
+ """
656
679
 
657
- def values(self):
658
- """ """
680
+ :param layout:
681
+ :param con:
682
+ """
659
683
  ...
660
684
 
661
- class BONE_PT_bActionConstraint_target(bpy_types._GenericUI):
662
- """ """
685
+ def draw_kinematic(self, context):
686
+ """
663
687
 
664
- bl_context: typing.Any
665
- """ """
688
+ :param context:
689
+ """
690
+ ...
666
691
 
667
- bl_label: typing.Any
668
- """ """
692
+ def draw_loc_limit(self, context):
693
+ """
669
694
 
670
- bl_parent_id: typing.Any
671
- """ """
695
+ :param context:
696
+ """
697
+ ...
672
698
 
673
- bl_region_type: typing.Any
674
- """ """
699
+ def draw_locate_like(self, context):
700
+ """
675
701
 
676
- bl_rna: typing.Any
677
- """ """
702
+ :param context:
703
+ """
704
+ ...
678
705
 
679
- bl_space_type: typing.Any
680
- """ """
706
+ def draw_lock_track(self, context):
707
+ """
681
708
 
682
- id_data: typing.Any
683
- """ """
709
+ :param context:
710
+ """
711
+ ...
684
712
 
685
- def append(self, draw_func):
713
+ def draw_min_max(self, context):
686
714
  """
687
715
 
688
- :param draw_func:
716
+ :param context:
689
717
  """
690
718
  ...
691
719
 
692
- def as_pointer(self):
693
- """ """
694
- ...
720
+ def draw_object_solver(self, context):
721
+ """
695
722
 
696
- def bl_rna_get_subclass(self):
697
- """ """
723
+ :param context:
724
+ """
698
725
  ...
699
726
 
700
- def bl_rna_get_subclass_py(self):
701
- """ """
727
+ def draw_pivot(self, context):
728
+ """
729
+
730
+ :param context:
731
+ """
702
732
  ...
703
733
 
704
- def draw(self, context):
734
+ def draw_python_constraint(self, _context):
705
735
  """
706
736
 
707
- :param context:
737
+ :param _context:
708
738
  """
709
739
  ...
710
740
 
711
- def draw_action_action(self, context):
741
+ def draw_rot_limit(self, context):
712
742
  """
713
743
 
714
744
  :param context:
715
745
  """
716
746
  ...
717
747
 
718
- def draw_action_target(self, context):
748
+ def draw_rotate_like(self, context):
719
749
  """
720
750
 
721
751
  :param context:
722
752
  """
723
753
  ...
724
754
 
725
- def draw_armature_bones(self, context):
755
+ def draw_same_volume(self, context):
726
756
  """
727
757
 
728
758
  :param context:
729
759
  """
730
760
  ...
731
761
 
732
- def draw_spline_ik_chain_scaling(self, context):
762
+ def draw_shrinkwrap(self, context):
733
763
  """
734
764
 
735
765
  :param context:
736
766
  """
737
767
  ...
738
768
 
739
- def draw_spline_ik_fitting(self, context):
769
+ def draw_size_like(self, context):
740
770
  """
741
771
 
742
772
  :param context:
743
773
  """
744
774
  ...
745
775
 
746
- def draw_transform_cache_layers(self, context):
776
+ def draw_size_limit(self, context):
747
777
  """
748
778
 
749
779
  :param context:
750
780
  """
751
781
  ...
752
782
 
753
- def draw_transform_cache_procedural(self, context):
783
+ def draw_spline_ik(self, context):
754
784
  """
755
785
 
756
786
  :param context:
757
787
  """
758
788
  ...
759
789
 
760
- def draw_transform_cache_subpanel(self, context, template_func):
790
+ def draw_stretch_to(self, context):
761
791
  """
762
792
 
763
793
  :param context:
764
- :param template_func:
765
794
  """
766
795
  ...
767
796
 
768
- def draw_transform_cache_time(self, context):
797
+ def draw_trackto(self, context):
769
798
  """
770
799
 
771
800
  :param context:
772
801
  """
773
802
  ...
774
803
 
775
- def draw_transform_cache_velocity(self, context):
804
+ def draw_trans_like(self, context):
776
805
  """
777
806
 
778
807
  :param context:
779
808
  """
780
809
  ...
781
810
 
782
- def draw_transform_from(self, context):
811
+ def draw_transform(self, context):
783
812
  """
784
813
 
785
814
  :param context:
786
815
  """
787
816
  ...
788
817
 
789
- def draw_transform_to(self, context):
818
+ def draw_transform_cache(self, context):
790
819
  """
791
820
 
792
821
  :param context:
@@ -901,6 +930,26 @@ class BONE_PT_bActionConstraint_target(bpy_types._GenericUI):
901
930
  """
902
931
  ...
903
932
 
933
+ def space_template(self, layout, con, target, owner, separator):
934
+ """
935
+
936
+ :param layout:
937
+ :param con:
938
+ :param target:
939
+ :param owner:
940
+ :param separator:
941
+ """
942
+ ...
943
+
944
+ def target_template(self, layout, con, subtargets):
945
+ """
946
+
947
+ :param layout:
948
+ :param con:
949
+ :param subtargets:
950
+ """
951
+ ...
952
+
904
953
  def type_recast(self):
905
954
  """ """
906
955
  ...
@@ -909,7 +958,9 @@ class BONE_PT_bActionConstraint_target(bpy_types._GenericUI):
909
958
  """ """
910
959
  ...
911
960
 
912
- class BONE_PT_bArmatureConstraint(bpy_types._GenericUI):
961
+ class BONE_PT_bArmatureConstraint(
962
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
963
+ ):
913
964
  """ """
914
965
 
915
966
  bl_context: typing.Any
@@ -1259,189 +1310,324 @@ class BONE_PT_bArmatureConstraint(bpy_types._GenericUI):
1259
1310
  """
1260
1311
  ...
1261
1312
 
1262
- def pop(self):
1263
- """ """
1313
+ def pop(self):
1314
+ """ """
1315
+ ...
1316
+
1317
+ def prepend(self, draw_func):
1318
+ """
1319
+
1320
+ :param draw_func:
1321
+ """
1322
+ ...
1323
+
1324
+ def property_overridable_library_set(self):
1325
+ """ """
1326
+ ...
1327
+
1328
+ def property_unset(self):
1329
+ """ """
1330
+ ...
1331
+
1332
+ def remove(self, draw_func):
1333
+ """
1334
+
1335
+ :param draw_func:
1336
+ """
1337
+ ...
1338
+
1339
+ def space_template(self, layout, con, target, owner, separator):
1340
+ """
1341
+
1342
+ :param layout:
1343
+ :param con:
1344
+ :param target:
1345
+ :param owner:
1346
+ :param separator:
1347
+ """
1348
+ ...
1349
+
1350
+ def target_template(self, layout, con, subtargets):
1351
+ """
1352
+
1353
+ :param layout:
1354
+ :param con:
1355
+ :param subtargets:
1356
+ """
1357
+ ...
1358
+
1359
+ def type_recast(self):
1360
+ """ """
1361
+ ...
1362
+
1363
+ def values(self):
1364
+ """ """
1365
+ ...
1366
+
1367
+ class BONE_PT_bCameraSolverConstraint(
1368
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1369
+ ):
1370
+ """ """
1371
+
1372
+ bl_context: typing.Any
1373
+ """ """
1374
+
1375
+ bl_label: typing.Any
1376
+ """ """
1377
+
1378
+ bl_options: typing.Any
1379
+ """ """
1380
+
1381
+ bl_region_type: typing.Any
1382
+ """ """
1383
+
1384
+ bl_rna: typing.Any
1385
+ """ """
1386
+
1387
+ bl_space_type: typing.Any
1388
+ """ """
1389
+
1390
+ id_data: typing.Any
1391
+ """ """
1392
+
1393
+ def append(self, draw_func):
1394
+ """
1395
+
1396
+ :param draw_func:
1397
+ """
1398
+ ...
1399
+
1400
+ def as_pointer(self):
1401
+ """ """
1402
+ ...
1403
+
1404
+ def bl_rna_get_subclass(self):
1405
+ """ """
1406
+ ...
1407
+
1408
+ def bl_rna_get_subclass_py(self):
1409
+ """ """
1410
+ ...
1411
+
1412
+ def draw(self, context):
1413
+ """
1414
+
1415
+ :param context:
1416
+ """
1417
+ ...
1418
+
1419
+ def draw_action(self, context):
1420
+ """
1421
+
1422
+ :param context:
1423
+ """
1424
+ ...
1425
+
1426
+ def draw_armature(self, context):
1427
+ """
1428
+
1429
+ :param context:
1430
+ """
1431
+ ...
1432
+
1433
+ def draw_camera_solver(self, context):
1434
+ """
1435
+
1436
+ :param context:
1437
+ """
1438
+ ...
1439
+
1440
+ def draw_childof(self, context):
1441
+ """
1442
+
1443
+ :param context:
1444
+ """
1445
+ ...
1446
+
1447
+ def draw_clamp_to(self, context):
1448
+ """
1449
+
1450
+ :param context:
1451
+ """
1452
+ ...
1453
+
1454
+ def draw_damp_track(self, context):
1455
+ """
1456
+
1457
+ :param context:
1458
+ """
1264
1459
  ...
1265
1460
 
1266
- def prepend(self, draw_func):
1461
+ def draw_dist_limit(self, context):
1267
1462
  """
1268
1463
 
1269
- :param draw_func:
1464
+ :param context:
1270
1465
  """
1271
1466
  ...
1272
1467
 
1273
- def property_overridable_library_set(self):
1274
- """ """
1275
- ...
1468
+ def draw_follow_path(self, context):
1469
+ """
1276
1470
 
1277
- def property_unset(self):
1278
- """ """
1471
+ :param context:
1472
+ """
1279
1473
  ...
1280
1474
 
1281
- def remove(self, draw_func):
1475
+ def draw_follow_track(self, context):
1282
1476
  """
1283
1477
 
1284
- :param draw_func:
1478
+ :param context:
1285
1479
  """
1286
1480
  ...
1287
1481
 
1288
- def space_template(self, layout, con, target, owner, separator):
1482
+ def draw_header(self, context):
1289
1483
  """
1290
1484
 
1291
- :param layout:
1292
- :param con:
1293
- :param target:
1294
- :param owner:
1295
- :param separator:
1485
+ :param context:
1296
1486
  """
1297
1487
  ...
1298
1488
 
1299
- def target_template(self, layout, con, subtargets):
1489
+ def draw_influence(self, layout, con):
1300
1490
  """
1301
1491
 
1302
1492
  :param layout:
1303
1493
  :param con:
1304
- :param subtargets:
1305
1494
  """
1306
1495
  ...
1307
1496
 
1308
- def type_recast(self):
1309
- """ """
1310
- ...
1497
+ def draw_kinematic(self, context):
1498
+ """
1311
1499
 
1312
- def values(self):
1313
- """ """
1500
+ :param context:
1501
+ """
1314
1502
  ...
1315
1503
 
1316
- class BONE_PT_bArmatureConstraint_bones(bpy_types._GenericUI):
1317
- """ """
1318
-
1319
- bl_context: typing.Any
1320
- """ """
1321
-
1322
- bl_label: typing.Any
1323
- """ """
1504
+ def draw_loc_limit(self, context):
1505
+ """
1324
1506
 
1325
- bl_parent_id: typing.Any
1326
- """ """
1507
+ :param context:
1508
+ """
1509
+ ...
1327
1510
 
1328
- bl_region_type: typing.Any
1329
- """ """
1511
+ def draw_locate_like(self, context):
1512
+ """
1330
1513
 
1331
- bl_rna: typing.Any
1332
- """ """
1514
+ :param context:
1515
+ """
1516
+ ...
1333
1517
 
1334
- bl_space_type: typing.Any
1335
- """ """
1518
+ def draw_lock_track(self, context):
1519
+ """
1336
1520
 
1337
- id_data: typing.Any
1338
- """ """
1521
+ :param context:
1522
+ """
1523
+ ...
1339
1524
 
1340
- def append(self, draw_func):
1525
+ def draw_min_max(self, context):
1341
1526
  """
1342
1527
 
1343
- :param draw_func:
1528
+ :param context:
1344
1529
  """
1345
1530
  ...
1346
1531
 
1347
- def as_pointer(self):
1348
- """ """
1349
- ...
1532
+ def draw_object_solver(self, context):
1533
+ """
1350
1534
 
1351
- def bl_rna_get_subclass(self):
1352
- """ """
1535
+ :param context:
1536
+ """
1353
1537
  ...
1354
1538
 
1355
- def bl_rna_get_subclass_py(self):
1356
- """ """
1539
+ def draw_pivot(self, context):
1540
+ """
1541
+
1542
+ :param context:
1543
+ """
1357
1544
  ...
1358
1545
 
1359
- def draw(self, context):
1546
+ def draw_python_constraint(self, _context):
1360
1547
  """
1361
1548
 
1362
- :param context:
1549
+ :param _context:
1363
1550
  """
1364
1551
  ...
1365
1552
 
1366
- def draw_action_action(self, context):
1553
+ def draw_rot_limit(self, context):
1367
1554
  """
1368
1555
 
1369
1556
  :param context:
1370
1557
  """
1371
1558
  ...
1372
1559
 
1373
- def draw_action_target(self, context):
1560
+ def draw_rotate_like(self, context):
1374
1561
  """
1375
1562
 
1376
1563
  :param context:
1377
1564
  """
1378
1565
  ...
1379
1566
 
1380
- def draw_armature_bones(self, context):
1567
+ def draw_same_volume(self, context):
1381
1568
  """
1382
1569
 
1383
1570
  :param context:
1384
1571
  """
1385
1572
  ...
1386
1573
 
1387
- def draw_spline_ik_chain_scaling(self, context):
1574
+ def draw_shrinkwrap(self, context):
1388
1575
  """
1389
1576
 
1390
1577
  :param context:
1391
1578
  """
1392
1579
  ...
1393
1580
 
1394
- def draw_spline_ik_fitting(self, context):
1581
+ def draw_size_like(self, context):
1395
1582
  """
1396
1583
 
1397
1584
  :param context:
1398
1585
  """
1399
1586
  ...
1400
1587
 
1401
- def draw_transform_cache_layers(self, context):
1588
+ def draw_size_limit(self, context):
1402
1589
  """
1403
1590
 
1404
1591
  :param context:
1405
1592
  """
1406
1593
  ...
1407
1594
 
1408
- def draw_transform_cache_procedural(self, context):
1595
+ def draw_spline_ik(self, context):
1409
1596
  """
1410
1597
 
1411
1598
  :param context:
1412
1599
  """
1413
1600
  ...
1414
1601
 
1415
- def draw_transform_cache_subpanel(self, context, template_func):
1602
+ def draw_stretch_to(self, context):
1416
1603
  """
1417
1604
 
1418
1605
  :param context:
1419
- :param template_func:
1420
1606
  """
1421
1607
  ...
1422
1608
 
1423
- def draw_transform_cache_time(self, context):
1609
+ def draw_trackto(self, context):
1424
1610
  """
1425
1611
 
1426
1612
  :param context:
1427
1613
  """
1428
1614
  ...
1429
1615
 
1430
- def draw_transform_cache_velocity(self, context):
1616
+ def draw_trans_like(self, context):
1431
1617
  """
1432
1618
 
1433
1619
  :param context:
1434
1620
  """
1435
1621
  ...
1436
1622
 
1437
- def draw_transform_from(self, context):
1623
+ def draw_transform(self, context):
1438
1624
  """
1439
1625
 
1440
1626
  :param context:
1441
1627
  """
1442
1628
  ...
1443
1629
 
1444
- def draw_transform_to(self, context):
1630
+ def draw_transform_cache(self, context):
1445
1631
  """
1446
1632
 
1447
1633
  :param context:
@@ -1556,6 +1742,26 @@ class BONE_PT_bArmatureConstraint_bones(bpy_types._GenericUI):
1556
1742
  """
1557
1743
  ...
1558
1744
 
1745
+ def space_template(self, layout, con, target, owner, separator):
1746
+ """
1747
+
1748
+ :param layout:
1749
+ :param con:
1750
+ :param target:
1751
+ :param owner:
1752
+ :param separator:
1753
+ """
1754
+ ...
1755
+
1756
+ def target_template(self, layout, con, subtargets):
1757
+ """
1758
+
1759
+ :param layout:
1760
+ :param con:
1761
+ :param subtargets:
1762
+ """
1763
+ ...
1764
+
1559
1765
  def type_recast(self):
1560
1766
  """ """
1561
1767
  ...
@@ -1564,7 +1770,9 @@ class BONE_PT_bArmatureConstraint_bones(bpy_types._GenericUI):
1564
1770
  """ """
1565
1771
  ...
1566
1772
 
1567
- class BONE_PT_bCameraSolverConstraint(bpy_types._GenericUI):
1773
+ class BONE_PT_bChildOfConstraint(
1774
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1775
+ ):
1568
1776
  """ """
1569
1777
 
1570
1778
  bl_context: typing.Any
@@ -1968,7 +2176,9 @@ class BONE_PT_bCameraSolverConstraint(bpy_types._GenericUI):
1968
2176
  """ """
1969
2177
  ...
1970
2178
 
1971
- class BONE_PT_bChildOfConstraint(bpy_types._GenericUI):
2179
+ class BONE_PT_bClampToConstraint(
2180
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2181
+ ):
1972
2182
  """ """
1973
2183
 
1974
2184
  bl_context: typing.Any
@@ -2372,7 +2582,9 @@ class BONE_PT_bChildOfConstraint(bpy_types._GenericUI):
2372
2582
  """ """
2373
2583
  ...
2374
2584
 
2375
- class BONE_PT_bClampToConstraint(bpy_types._GenericUI):
2585
+ class BONE_PT_bDampTrackConstraint(
2586
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2587
+ ):
2376
2588
  """ """
2377
2589
 
2378
2590
  bl_context: typing.Any
@@ -2776,7 +2988,9 @@ class BONE_PT_bClampToConstraint(bpy_types._GenericUI):
2776
2988
  """ """
2777
2989
  ...
2778
2990
 
2779
- class BONE_PT_bDampTrackConstraint(bpy_types._GenericUI):
2991
+ class BONE_PT_bDistLimitConstraint(
2992
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2993
+ ):
2780
2994
  """ """
2781
2995
 
2782
2996
  bl_context: typing.Any
@@ -3180,7 +3394,9 @@ class BONE_PT_bDampTrackConstraint(bpy_types._GenericUI):
3180
3394
  """ """
3181
3395
  ...
3182
3396
 
3183
- class BONE_PT_bDistLimitConstraint(bpy_types._GenericUI):
3397
+ class BONE_PT_bFollowPathConstraint(
3398
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3399
+ ):
3184
3400
  """ """
3185
3401
 
3186
3402
  bl_context: typing.Any
@@ -3584,7 +3800,9 @@ class BONE_PT_bDistLimitConstraint(bpy_types._GenericUI):
3584
3800
  """ """
3585
3801
  ...
3586
3802
 
3587
- class BONE_PT_bFollowPathConstraint(bpy_types._GenericUI):
3803
+ class BONE_PT_bFollowTrackConstraint(
3804
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3805
+ ):
3588
3806
  """ """
3589
3807
 
3590
3808
  bl_context: typing.Any
@@ -3988,7 +4206,9 @@ class BONE_PT_bFollowPathConstraint(bpy_types._GenericUI):
3988
4206
  """ """
3989
4207
  ...
3990
4208
 
3991
- class BONE_PT_bFollowTrackConstraint(bpy_types._GenericUI):
4209
+ class BONE_PT_bKinematicConstraint(
4210
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4211
+ ):
3992
4212
  """ """
3993
4213
 
3994
4214
  bl_context: typing.Any
@@ -4392,7 +4612,9 @@ class BONE_PT_bFollowTrackConstraint(bpy_types._GenericUI):
4392
4612
  """ """
4393
4613
  ...
4394
4614
 
4395
- class BONE_PT_bKinematicConstraint(bpy_types._GenericUI):
4615
+ class BONE_PT_bLocLimitConstraint(
4616
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4617
+ ):
4396
4618
  """ """
4397
4619
 
4398
4620
  bl_context: typing.Any
@@ -4796,7 +5018,9 @@ class BONE_PT_bKinematicConstraint(bpy_types._GenericUI):
4796
5018
  """ """
4797
5019
  ...
4798
5020
 
4799
- class BONE_PT_bLocLimitConstraint(bpy_types._GenericUI):
5021
+ class BONE_PT_bLocateLikeConstraint(
5022
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5023
+ ):
4800
5024
  """ """
4801
5025
 
4802
5026
  bl_context: typing.Any
@@ -5200,7 +5424,9 @@ class BONE_PT_bLocLimitConstraint(bpy_types._GenericUI):
5200
5424
  """ """
5201
5425
  ...
5202
5426
 
5203
- class BONE_PT_bLocateLikeConstraint(bpy_types._GenericUI):
5427
+ class BONE_PT_bLockTrackConstraint(
5428
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5429
+ ):
5204
5430
  """ """
5205
5431
 
5206
5432
  bl_context: typing.Any
@@ -5604,7 +5830,9 @@ class BONE_PT_bLocateLikeConstraint(bpy_types._GenericUI):
5604
5830
  """ """
5605
5831
  ...
5606
5832
 
5607
- class BONE_PT_bLockTrackConstraint(bpy_types._GenericUI):
5833
+ class BONE_PT_bMinMaxConstraint(
5834
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5835
+ ):
5608
5836
  """ """
5609
5837
 
5610
5838
  bl_context: typing.Any
@@ -6008,7 +6236,9 @@ class BONE_PT_bLockTrackConstraint(bpy_types._GenericUI):
6008
6236
  """ """
6009
6237
  ...
6010
6238
 
6011
- class BONE_PT_bMinMaxConstraint(bpy_types._GenericUI):
6239
+ class BONE_PT_bObjectSolverConstraint(
6240
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6241
+ ):
6012
6242
  """ """
6013
6243
 
6014
6244
  bl_context: typing.Any
@@ -6412,7 +6642,9 @@ class BONE_PT_bMinMaxConstraint(bpy_types._GenericUI):
6412
6642
  """ """
6413
6643
  ...
6414
6644
 
6415
- class BONE_PT_bObjectSolverConstraint(bpy_types._GenericUI):
6645
+ class BONE_PT_bPivotConstraint(
6646
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6647
+ ):
6416
6648
  """ """
6417
6649
 
6418
6650
  bl_context: typing.Any
@@ -6816,7 +7048,9 @@ class BONE_PT_bObjectSolverConstraint(bpy_types._GenericUI):
6816
7048
  """ """
6817
7049
  ...
6818
7050
 
6819
- class BONE_PT_bPivotConstraint(bpy_types._GenericUI):
7051
+ class BONE_PT_bPythonConstraint(
7052
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7053
+ ):
6820
7054
  """ """
6821
7055
 
6822
7056
  bl_context: typing.Any
@@ -7220,7 +7454,9 @@ class BONE_PT_bPivotConstraint(bpy_types._GenericUI):
7220
7454
  """ """
7221
7455
  ...
7222
7456
 
7223
- class BONE_PT_bPythonConstraint(bpy_types._GenericUI):
7457
+ class BONE_PT_bRotLimitConstraint(
7458
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7459
+ ):
7224
7460
  """ """
7225
7461
 
7226
7462
  bl_context: typing.Any
@@ -7624,7 +7860,9 @@ class BONE_PT_bPythonConstraint(bpy_types._GenericUI):
7624
7860
  """ """
7625
7861
  ...
7626
7862
 
7627
- class BONE_PT_bRotLimitConstraint(bpy_types._GenericUI):
7863
+ class BONE_PT_bRotateLikeConstraint(
7864
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7865
+ ):
7628
7866
  """ """
7629
7867
 
7630
7868
  bl_context: typing.Any
@@ -8028,7 +8266,9 @@ class BONE_PT_bRotLimitConstraint(bpy_types._GenericUI):
8028
8266
  """ """
8029
8267
  ...
8030
8268
 
8031
- class BONE_PT_bRotateLikeConstraint(bpy_types._GenericUI):
8269
+ class BONE_PT_bSameVolumeConstraint(
8270
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8271
+ ):
8032
8272
  """ """
8033
8273
 
8034
8274
  bl_context: typing.Any
@@ -8432,7 +8672,9 @@ class BONE_PT_bRotateLikeConstraint(bpy_types._GenericUI):
8432
8672
  """ """
8433
8673
  ...
8434
8674
 
8435
- class BONE_PT_bSameVolumeConstraint(bpy_types._GenericUI):
8675
+ class BONE_PT_bShrinkwrapConstraint(
8676
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8677
+ ):
8436
8678
  """ """
8437
8679
 
8438
8680
  bl_context: typing.Any
@@ -8836,7 +9078,9 @@ class BONE_PT_bSameVolumeConstraint(bpy_types._GenericUI):
8836
9078
  """ """
8837
9079
  ...
8838
9080
 
8839
- class BONE_PT_bShrinkwrapConstraint(bpy_types._GenericUI):
9081
+ class BONE_PT_bSizeLikeConstraint(
9082
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9083
+ ):
8840
9084
  """ """
8841
9085
 
8842
9086
  bl_context: typing.Any
@@ -9240,7 +9484,9 @@ class BONE_PT_bShrinkwrapConstraint(bpy_types._GenericUI):
9240
9484
  """ """
9241
9485
  ...
9242
9486
 
9243
- class BONE_PT_bSizeLikeConstraint(bpy_types._GenericUI):
9487
+ class BONE_PT_bSizeLimitConstraint(
9488
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9489
+ ):
9244
9490
  """ """
9245
9491
 
9246
9492
  bl_context: typing.Any
@@ -9644,7 +9890,9 @@ class BONE_PT_bSizeLikeConstraint(bpy_types._GenericUI):
9644
9890
  """ """
9645
9891
  ...
9646
9892
 
9647
- class BONE_PT_bSizeLimitConstraint(bpy_types._GenericUI):
9893
+ class BONE_PT_bSplineIKConstraint(
9894
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9895
+ ):
9648
9896
  """ """
9649
9897
 
9650
9898
  bl_context: typing.Any
@@ -10048,7 +10296,9 @@ class BONE_PT_bSizeLimitConstraint(bpy_types._GenericUI):
10048
10296
  """ """
10049
10297
  ...
10050
10298
 
10051
- class BONE_PT_bSplineIKConstraint(bpy_types._GenericUI):
10299
+ class BONE_PT_bStretchToConstraint(
10300
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10301
+ ):
10052
10302
  """ """
10053
10303
 
10054
10304
  bl_context: typing.Any
@@ -10452,7 +10702,9 @@ class BONE_PT_bSplineIKConstraint(bpy_types._GenericUI):
10452
10702
  """ """
10453
10703
  ...
10454
10704
 
10455
- class BONE_PT_bSplineIKConstraint_chain_scaling(bpy_types._GenericUI):
10705
+ class BONE_PT_bTrackToConstraint(
10706
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10707
+ ):
10456
10708
  """ """
10457
10709
 
10458
10710
  bl_context: typing.Any
@@ -10461,7 +10713,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(bpy_types._GenericUI):
10461
10713
  bl_label: typing.Any
10462
10714
  """ """
10463
10715
 
10464
- bl_parent_id: typing.Any
10716
+ bl_options: typing.Any
10465
10717
  """ """
10466
10718
 
10467
10719
  bl_region_type: typing.Any
@@ -10502,336 +10754,218 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(bpy_types._GenericUI):
10502
10754
  """
10503
10755
  ...
10504
10756
 
10505
- def draw_action_action(self, context):
10506
- """
10507
-
10508
- :param context:
10509
- """
10510
- ...
10511
-
10512
- def draw_action_target(self, context):
10513
- """
10514
-
10515
- :param context:
10516
- """
10517
- ...
10518
-
10519
- def draw_armature_bones(self, context):
10757
+ def draw_action(self, context):
10520
10758
  """
10521
10759
 
10522
10760
  :param context:
10523
10761
  """
10524
10762
  ...
10525
10763
 
10526
- def draw_spline_ik_chain_scaling(self, context):
10764
+ def draw_armature(self, context):
10527
10765
  """
10528
10766
 
10529
10767
  :param context:
10530
10768
  """
10531
10769
  ...
10532
10770
 
10533
- def draw_spline_ik_fitting(self, context):
10771
+ def draw_camera_solver(self, context):
10534
10772
  """
10535
10773
 
10536
10774
  :param context:
10537
10775
  """
10538
10776
  ...
10539
10777
 
10540
- def draw_transform_cache_layers(self, context):
10778
+ def draw_childof(self, context):
10541
10779
  """
10542
10780
 
10543
10781
  :param context:
10544
10782
  """
10545
10783
  ...
10546
10784
 
10547
- def draw_transform_cache_procedural(self, context):
10785
+ def draw_clamp_to(self, context):
10548
10786
  """
10549
10787
 
10550
10788
  :param context:
10551
10789
  """
10552
10790
  ...
10553
10791
 
10554
- def draw_transform_cache_subpanel(self, context, template_func):
10792
+ def draw_damp_track(self, context):
10555
10793
  """
10556
10794
 
10557
10795
  :param context:
10558
- :param template_func:
10559
10796
  """
10560
10797
  ...
10561
10798
 
10562
- def draw_transform_cache_time(self, context):
10799
+ def draw_dist_limit(self, context):
10563
10800
  """
10564
10801
 
10565
10802
  :param context:
10566
10803
  """
10567
10804
  ...
10568
10805
 
10569
- def draw_transform_cache_velocity(self, context):
10806
+ def draw_follow_path(self, context):
10570
10807
  """
10571
10808
 
10572
10809
  :param context:
10573
10810
  """
10574
10811
  ...
10575
10812
 
10576
- def draw_transform_from(self, context):
10813
+ def draw_follow_track(self, context):
10577
10814
  """
10578
10815
 
10579
10816
  :param context:
10580
10817
  """
10581
10818
  ...
10582
10819
 
10583
- def draw_transform_to(self, context):
10820
+ def draw_header(self, context):
10584
10821
  """
10585
10822
 
10586
10823
  :param context:
10587
10824
  """
10588
10825
  ...
10589
10826
 
10590
- def driver_add(self):
10591
- """ """
10592
- ...
10593
-
10594
- def driver_remove(self):
10595
- """ """
10596
- ...
10597
-
10598
- def get(self):
10599
- """ """
10600
- ...
10601
-
10602
- def get_constraint(self, _context):
10603
- """
10604
-
10605
- :param _context:
10827
+ def draw_influence(self, layout, con):
10606
10828
  """
10607
- ...
10608
-
10609
- def id_properties_clear(self):
10610
- """ """
10611
- ...
10612
-
10613
- def id_properties_ensure(self):
10614
- """ """
10615
- ...
10616
-
10617
- def id_properties_ui(self):
10618
- """ """
10619
- ...
10620
-
10621
- def is_extended(self):
10622
- """ """
10623
- ...
10624
-
10625
- def is_property_hidden(self):
10626
- """ """
10627
- ...
10628
-
10629
- def is_property_overridable_library(self):
10630
- """ """
10631
- ...
10632
10829
 
10633
- def is_property_readonly(self):
10634
- """ """
10635
- ...
10636
-
10637
- def is_property_set(self):
10638
- """ """
10639
- ...
10640
-
10641
- def items(self):
10642
- """ """
10643
- ...
10644
-
10645
- def keyframe_delete(self):
10646
- """ """
10647
- ...
10648
-
10649
- def keyframe_insert(self):
10650
- """ """
10651
- ...
10652
-
10653
- def keys(self):
10654
- """ """
10655
- ...
10656
-
10657
- def path_from_id(self):
10658
- """ """
10659
- ...
10660
-
10661
- def path_resolve(self):
10662
- """ """
10830
+ :param layout:
10831
+ :param con:
10832
+ """
10663
10833
  ...
10664
10834
 
10665
- def poll(self, context):
10835
+ def draw_kinematic(self, context):
10666
10836
  """
10667
10837
 
10668
10838
  :param context:
10669
10839
  """
10670
10840
  ...
10671
10841
 
10672
- def pop(self):
10673
- """ """
10674
- ...
10675
-
10676
- def prepend(self, draw_func):
10842
+ def draw_loc_limit(self, context):
10677
10843
  """
10678
10844
 
10679
- :param draw_func:
10845
+ :param context:
10680
10846
  """
10681
10847
  ...
10682
10848
 
10683
- def property_overridable_library_set(self):
10684
- """ """
10685
- ...
10849
+ def draw_locate_like(self, context):
10850
+ """
10686
10851
 
10687
- def property_unset(self):
10688
- """ """
10852
+ :param context:
10853
+ """
10689
10854
  ...
10690
10855
 
10691
- def remove(self, draw_func):
10856
+ def draw_lock_track(self, context):
10692
10857
  """
10693
10858
 
10694
- :param draw_func:
10859
+ :param context:
10695
10860
  """
10696
10861
  ...
10697
10862
 
10698
- def type_recast(self):
10699
- """ """
10700
- ...
10863
+ def draw_min_max(self, context):
10864
+ """
10701
10865
 
10702
- def values(self):
10703
- """ """
10866
+ :param context:
10867
+ """
10704
10868
  ...
10705
10869
 
10706
- class BONE_PT_bSplineIKConstraint_fitting(bpy_types._GenericUI):
10707
- """ """
10708
-
10709
- bl_context: typing.Any
10710
- """ """
10711
-
10712
- bl_label: typing.Any
10713
- """ """
10714
-
10715
- bl_parent_id: typing.Any
10716
- """ """
10717
-
10718
- bl_region_type: typing.Any
10719
- """ """
10720
-
10721
- bl_rna: typing.Any
10722
- """ """
10723
-
10724
- bl_space_type: typing.Any
10725
- """ """
10726
-
10727
- id_data: typing.Any
10728
- """ """
10729
-
10730
- def append(self, draw_func):
10870
+ def draw_object_solver(self, context):
10731
10871
  """
10732
10872
 
10733
- :param draw_func:
10873
+ :param context:
10734
10874
  """
10735
10875
  ...
10736
10876
 
10737
- def as_pointer(self):
10738
- """ """
10739
- ...
10740
-
10741
- def bl_rna_get_subclass(self):
10742
- """ """
10743
- ...
10877
+ def draw_pivot(self, context):
10878
+ """
10744
10879
 
10745
- def bl_rna_get_subclass_py(self):
10746
- """ """
10880
+ :param context:
10881
+ """
10747
10882
  ...
10748
10883
 
10749
- def draw(self, context):
10884
+ def draw_python_constraint(self, _context):
10750
10885
  """
10751
10886
 
10752
- :param context:
10887
+ :param _context:
10753
10888
  """
10754
10889
  ...
10755
10890
 
10756
- def draw_action_action(self, context):
10891
+ def draw_rot_limit(self, context):
10757
10892
  """
10758
10893
 
10759
10894
  :param context:
10760
10895
  """
10761
10896
  ...
10762
10897
 
10763
- def draw_action_target(self, context):
10898
+ def draw_rotate_like(self, context):
10764
10899
  """
10765
10900
 
10766
10901
  :param context:
10767
10902
  """
10768
10903
  ...
10769
10904
 
10770
- def draw_armature_bones(self, context):
10905
+ def draw_same_volume(self, context):
10771
10906
  """
10772
10907
 
10773
10908
  :param context:
10774
10909
  """
10775
10910
  ...
10776
10911
 
10777
- def draw_spline_ik_chain_scaling(self, context):
10912
+ def draw_shrinkwrap(self, context):
10778
10913
  """
10779
10914
 
10780
10915
  :param context:
10781
10916
  """
10782
10917
  ...
10783
10918
 
10784
- def draw_spline_ik_fitting(self, context):
10919
+ def draw_size_like(self, context):
10785
10920
  """
10786
10921
 
10787
10922
  :param context:
10788
10923
  """
10789
10924
  ...
10790
10925
 
10791
- def draw_transform_cache_layers(self, context):
10926
+ def draw_size_limit(self, context):
10792
10927
  """
10793
10928
 
10794
10929
  :param context:
10795
10930
  """
10796
10931
  ...
10797
10932
 
10798
- def draw_transform_cache_procedural(self, context):
10933
+ def draw_spline_ik(self, context):
10799
10934
  """
10800
10935
 
10801
10936
  :param context:
10802
10937
  """
10803
10938
  ...
10804
10939
 
10805
- def draw_transform_cache_subpanel(self, context, template_func):
10940
+ def draw_stretch_to(self, context):
10806
10941
  """
10807
10942
 
10808
10943
  :param context:
10809
- :param template_func:
10810
10944
  """
10811
10945
  ...
10812
10946
 
10813
- def draw_transform_cache_time(self, context):
10947
+ def draw_trackto(self, context):
10814
10948
  """
10815
10949
 
10816
10950
  :param context:
10817
10951
  """
10818
10952
  ...
10819
10953
 
10820
- def draw_transform_cache_velocity(self, context):
10954
+ def draw_trans_like(self, context):
10821
10955
  """
10822
10956
 
10823
10957
  :param context:
10824
10958
  """
10825
10959
  ...
10826
10960
 
10827
- def draw_transform_from(self, context):
10961
+ def draw_transform(self, context):
10828
10962
  """
10829
10963
 
10830
10964
  :param context:
10831
10965
  """
10832
10966
  ...
10833
10967
 
10834
- def draw_transform_to(self, context):
10968
+ def draw_transform_cache(self, context):
10835
10969
  """
10836
10970
 
10837
10971
  :param context:
@@ -10946,6 +11080,26 @@ class BONE_PT_bSplineIKConstraint_fitting(bpy_types._GenericUI):
10946
11080
  """
10947
11081
  ...
10948
11082
 
11083
+ def space_template(self, layout, con, target, owner, separator):
11084
+ """
11085
+
11086
+ :param layout:
11087
+ :param con:
11088
+ :param target:
11089
+ :param owner:
11090
+ :param separator:
11091
+ """
11092
+ ...
11093
+
11094
+ def target_template(self, layout, con, subtargets):
11095
+ """
11096
+
11097
+ :param layout:
11098
+ :param con:
11099
+ :param subtargets:
11100
+ """
11101
+ ...
11102
+
10949
11103
  def type_recast(self):
10950
11104
  """ """
10951
11105
  ...
@@ -10954,7 +11108,9 @@ class BONE_PT_bSplineIKConstraint_fitting(bpy_types._GenericUI):
10954
11108
  """ """
10955
11109
  ...
10956
11110
 
10957
- class BONE_PT_bStretchToConstraint(bpy_types._GenericUI):
11111
+ class BONE_PT_bTransLikeConstraint(
11112
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11113
+ ):
10958
11114
  """ """
10959
11115
 
10960
11116
  bl_context: typing.Any
@@ -11358,7 +11514,9 @@ class BONE_PT_bStretchToConstraint(bpy_types._GenericUI):
11358
11514
  """ """
11359
11515
  ...
11360
11516
 
11361
- class BONE_PT_bTrackToConstraint(bpy_types._GenericUI):
11517
+ class BONE_PT_bTransformCacheConstraint(
11518
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11519
+ ):
11362
11520
  """ """
11363
11521
 
11364
11522
  bl_context: typing.Any
@@ -11762,7 +11920,9 @@ class BONE_PT_bTrackToConstraint(bpy_types._GenericUI):
11762
11920
  """ """
11763
11921
  ...
11764
11922
 
11765
- class BONE_PT_bTransLikeConstraint(bpy_types._GenericUI):
11923
+ class BONE_PT_bTransformConstraint(
11924
+ bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11925
+ ):
11766
11926
  """ """
11767
11927
 
11768
11928
  bl_context: typing.Any
@@ -12166,7 +12326,12 @@ class BONE_PT_bTransLikeConstraint(bpy_types._GenericUI):
12166
12326
  """ """
12167
12327
  ...
12168
12328
 
12169
- class BONE_PT_bTransformCacheConstraint(bpy_types._GenericUI):
12329
+ class BONE_PT_bActionConstraint_action(
12330
+ bpy_types.Panel,
12331
+ BoneConstraintPanel,
12332
+ ConstraintButtonsSubPanel,
12333
+ bpy_types._GenericUI,
12334
+ ):
12170
12335
  """ """
12171
12336
 
12172
12337
  bl_context: typing.Any
@@ -12175,259 +12340,126 @@ class BONE_PT_bTransformCacheConstraint(bpy_types._GenericUI):
12175
12340
  bl_label: typing.Any
12176
12341
  """ """
12177
12342
 
12178
- bl_options: typing.Any
12343
+ bl_parent_id: typing.Any
12179
12344
  """ """
12180
12345
 
12181
12346
  bl_region_type: typing.Any
12182
12347
  """ """
12183
12348
 
12184
12349
  bl_rna: typing.Any
12185
- """ """
12186
-
12187
- bl_space_type: typing.Any
12188
- """ """
12189
-
12190
- id_data: typing.Any
12191
- """ """
12192
-
12193
- def append(self, draw_func):
12194
- """
12195
-
12196
- :param draw_func:
12197
- """
12198
- ...
12199
-
12200
- def as_pointer(self):
12201
- """ """
12202
- ...
12203
-
12204
- def bl_rna_get_subclass(self):
12205
- """ """
12206
- ...
12207
-
12208
- def bl_rna_get_subclass_py(self):
12209
- """ """
12210
- ...
12211
-
12212
- def draw(self, context):
12213
- """
12214
-
12215
- :param context:
12216
- """
12217
- ...
12218
-
12219
- def draw_action(self, context):
12220
- """
12221
-
12222
- :param context:
12223
- """
12224
- ...
12225
-
12226
- def draw_armature(self, context):
12227
- """
12228
-
12229
- :param context:
12230
- """
12231
- ...
12232
-
12233
- def draw_camera_solver(self, context):
12234
- """
12235
-
12236
- :param context:
12237
- """
12238
- ...
12239
-
12240
- def draw_childof(self, context):
12241
- """
12242
-
12243
- :param context:
12244
- """
12245
- ...
12246
-
12247
- def draw_clamp_to(self, context):
12248
- """
12249
-
12250
- :param context:
12251
- """
12252
- ...
12253
-
12254
- def draw_damp_track(self, context):
12255
- """
12256
-
12257
- :param context:
12258
- """
12259
- ...
12260
-
12261
- def draw_dist_limit(self, context):
12262
- """
12263
-
12264
- :param context:
12265
- """
12266
- ...
12267
-
12268
- def draw_follow_path(self, context):
12269
- """
12270
-
12271
- :param context:
12272
- """
12273
- ...
12274
-
12275
- def draw_follow_track(self, context):
12276
- """
12277
-
12278
- :param context:
12279
- """
12280
- ...
12281
-
12282
- def draw_header(self, context):
12283
- """
12284
-
12285
- :param context:
12286
- """
12287
- ...
12288
-
12289
- def draw_influence(self, layout, con):
12290
- """
12291
-
12292
- :param layout:
12293
- :param con:
12294
- """
12295
- ...
12296
-
12297
- def draw_kinematic(self, context):
12298
- """
12299
-
12300
- :param context:
12301
- """
12302
- ...
12303
-
12304
- def draw_loc_limit(self, context):
12305
- """
12306
-
12307
- :param context:
12308
- """
12309
- ...
12310
-
12311
- def draw_locate_like(self, context):
12312
- """
12313
-
12314
- :param context:
12315
- """
12316
- ...
12350
+ """ """
12317
12351
 
12318
- def draw_lock_track(self, context):
12319
- """
12352
+ bl_space_type: typing.Any
12353
+ """ """
12320
12354
 
12321
- :param context:
12322
- """
12323
- ...
12355
+ id_data: typing.Any
12356
+ """ """
12324
12357
 
12325
- def draw_min_max(self, context):
12358
+ def append(self, draw_func):
12326
12359
  """
12327
12360
 
12328
- :param context:
12361
+ :param draw_func:
12329
12362
  """
12330
12363
  ...
12331
12364
 
12332
- def draw_object_solver(self, context):
12333
- """
12334
-
12335
- :param context:
12336
- """
12365
+ def as_pointer(self):
12366
+ """ """
12337
12367
  ...
12338
12368
 
12339
- def draw_pivot(self, context):
12340
- """
12369
+ def bl_rna_get_subclass(self):
12370
+ """ """
12371
+ ...
12341
12372
 
12342
- :param context:
12343
- """
12373
+ def bl_rna_get_subclass_py(self):
12374
+ """ """
12344
12375
  ...
12345
12376
 
12346
- def draw_python_constraint(self, _context):
12377
+ def draw(self, context):
12347
12378
  """
12348
12379
 
12349
- :param _context:
12380
+ :param context:
12350
12381
  """
12351
12382
  ...
12352
12383
 
12353
- def draw_rot_limit(self, context):
12384
+ def draw_action_action(self, context):
12354
12385
  """
12355
12386
 
12356
12387
  :param context:
12357
12388
  """
12358
12389
  ...
12359
12390
 
12360
- def draw_rotate_like(self, context):
12391
+ def draw_action_target(self, context):
12361
12392
  """
12362
12393
 
12363
12394
  :param context:
12364
12395
  """
12365
12396
  ...
12366
12397
 
12367
- def draw_same_volume(self, context):
12398
+ def draw_armature_bones(self, context):
12368
12399
  """
12369
12400
 
12370
12401
  :param context:
12371
12402
  """
12372
12403
  ...
12373
12404
 
12374
- def draw_shrinkwrap(self, context):
12405
+ def draw_spline_ik_chain_scaling(self, context):
12375
12406
  """
12376
12407
 
12377
12408
  :param context:
12378
12409
  """
12379
12410
  ...
12380
12411
 
12381
- def draw_size_like(self, context):
12412
+ def draw_spline_ik_fitting(self, context):
12382
12413
  """
12383
12414
 
12384
12415
  :param context:
12385
12416
  """
12386
12417
  ...
12387
12418
 
12388
- def draw_size_limit(self, context):
12419
+ def draw_transform_cache_layers(self, context):
12389
12420
  """
12390
12421
 
12391
12422
  :param context:
12392
12423
  """
12393
12424
  ...
12394
12425
 
12395
- def draw_spline_ik(self, context):
12426
+ def draw_transform_cache_procedural(self, context):
12396
12427
  """
12397
12428
 
12398
12429
  :param context:
12399
12430
  """
12400
12431
  ...
12401
12432
 
12402
- def draw_stretch_to(self, context):
12433
+ def draw_transform_cache_subpanel(self, context, template_func):
12403
12434
  """
12404
12435
 
12405
12436
  :param context:
12437
+ :param template_func:
12406
12438
  """
12407
12439
  ...
12408
12440
 
12409
- def draw_trackto(self, context):
12441
+ def draw_transform_cache_time(self, context):
12410
12442
  """
12411
12443
 
12412
12444
  :param context:
12413
12445
  """
12414
12446
  ...
12415
12447
 
12416
- def draw_trans_like(self, context):
12448
+ def draw_transform_cache_velocity(self, context):
12417
12449
  """
12418
12450
 
12419
12451
  :param context:
12420
12452
  """
12421
12453
  ...
12422
12454
 
12423
- def draw_transform(self, context):
12455
+ def draw_transform_from(self, context):
12424
12456
  """
12425
12457
 
12426
12458
  :param context:
12427
12459
  """
12428
12460
  ...
12429
12461
 
12430
- def draw_transform_cache(self, context):
12462
+ def draw_transform_to(self, context):
12431
12463
  """
12432
12464
 
12433
12465
  :param context:
@@ -12542,26 +12574,6 @@ class BONE_PT_bTransformCacheConstraint(bpy_types._GenericUI):
12542
12574
  """
12543
12575
  ...
12544
12576
 
12545
- def space_template(self, layout, con, target, owner, separator):
12546
- """
12547
-
12548
- :param layout:
12549
- :param con:
12550
- :param target:
12551
- :param owner:
12552
- :param separator:
12553
- """
12554
- ...
12555
-
12556
- def target_template(self, layout, con, subtargets):
12557
- """
12558
-
12559
- :param layout:
12560
- :param con:
12561
- :param subtargets:
12562
- """
12563
- ...
12564
-
12565
12577
  def type_recast(self):
12566
12578
  """ """
12567
12579
  ...
@@ -12570,7 +12582,12 @@ class BONE_PT_bTransformCacheConstraint(bpy_types._GenericUI):
12570
12582
  """ """
12571
12583
  ...
12572
12584
 
12573
- class BONE_PT_bTransformCacheConstraint_layers(bpy_types._GenericUI):
12585
+ class BONE_PT_bActionConstraint_target(
12586
+ bpy_types.Panel,
12587
+ BoneConstraintPanel,
12588
+ ConstraintButtonsSubPanel,
12589
+ bpy_types._GenericUI,
12590
+ ):
12574
12591
  """ """
12575
12592
 
12576
12593
  bl_context: typing.Any
@@ -12821,7 +12838,12 @@ class BONE_PT_bTransformCacheConstraint_layers(bpy_types._GenericUI):
12821
12838
  """ """
12822
12839
  ...
12823
12840
 
12824
- class BONE_PT_bTransformCacheConstraint_procedural(bpy_types._GenericUI):
12841
+ class BONE_PT_bArmatureConstraint_bones(
12842
+ bpy_types.Panel,
12843
+ BoneConstraintPanel,
12844
+ ConstraintButtonsSubPanel,
12845
+ bpy_types._GenericUI,
12846
+ ):
12825
12847
  """ """
12826
12848
 
12827
12849
  bl_context: typing.Any
@@ -13072,7 +13094,12 @@ class BONE_PT_bTransformCacheConstraint_procedural(bpy_types._GenericUI):
13072
13094
  """ """
13073
13095
  ...
13074
13096
 
13075
- class BONE_PT_bTransformCacheConstraint_time(bpy_types._GenericUI):
13097
+ class BONE_PT_bSplineIKConstraint_chain_scaling(
13098
+ bpy_types.Panel,
13099
+ BoneConstraintPanel,
13100
+ ConstraintButtonsSubPanel,
13101
+ bpy_types._GenericUI,
13102
+ ):
13076
13103
  """ """
13077
13104
 
13078
13105
  bl_context: typing.Any
@@ -13323,7 +13350,12 @@ class BONE_PT_bTransformCacheConstraint_time(bpy_types._GenericUI):
13323
13350
  """ """
13324
13351
  ...
13325
13352
 
13326
- class BONE_PT_bTransformCacheConstraint_velocity(bpy_types._GenericUI):
13353
+ class BONE_PT_bSplineIKConstraint_fitting(
13354
+ bpy_types.Panel,
13355
+ BoneConstraintPanel,
13356
+ ConstraintButtonsSubPanel,
13357
+ bpy_types._GenericUI,
13358
+ ):
13327
13359
  """ """
13328
13360
 
13329
13361
  bl_context: typing.Any
@@ -13574,7 +13606,12 @@ class BONE_PT_bTransformCacheConstraint_velocity(bpy_types._GenericUI):
13574
13606
  """ """
13575
13607
  ...
13576
13608
 
13577
- class BONE_PT_bTransformConstraint(bpy_types._GenericUI):
13609
+ class BONE_PT_bTransformCacheConstraint_layers(
13610
+ bpy_types.Panel,
13611
+ BoneConstraintPanel,
13612
+ ConstraintButtonsSubPanel,
13613
+ bpy_types._GenericUI,
13614
+ ):
13578
13615
  """ """
13579
13616
 
13580
13617
  bl_context: typing.Any
@@ -13583,7 +13620,7 @@ class BONE_PT_bTransformConstraint(bpy_types._GenericUI):
13583
13620
  bl_label: typing.Any
13584
13621
  """ """
13585
13622
 
13586
- bl_options: typing.Any
13623
+ bl_parent_id: typing.Any
13587
13624
  """ """
13588
13625
 
13589
13626
  bl_region_type: typing.Any
@@ -13624,218 +13661,341 @@ class BONE_PT_bTransformConstraint(bpy_types._GenericUI):
13624
13661
  """
13625
13662
  ...
13626
13663
 
13627
- def draw_action(self, context):
13664
+ def draw_action_action(self, context):
13628
13665
  """
13629
13666
 
13630
13667
  :param context:
13631
13668
  """
13632
13669
  ...
13633
13670
 
13634
- def draw_armature(self, context):
13671
+ def draw_action_target(self, context):
13635
13672
  """
13636
13673
 
13637
13674
  :param context:
13638
13675
  """
13639
13676
  ...
13640
13677
 
13641
- def draw_camera_solver(self, context):
13678
+ def draw_armature_bones(self, context):
13642
13679
  """
13643
13680
 
13644
13681
  :param context:
13645
13682
  """
13646
13683
  ...
13647
13684
 
13648
- def draw_childof(self, context):
13685
+ def draw_spline_ik_chain_scaling(self, context):
13649
13686
  """
13650
13687
 
13651
13688
  :param context:
13652
13689
  """
13653
13690
  ...
13654
13691
 
13655
- def draw_clamp_to(self, context):
13692
+ def draw_spline_ik_fitting(self, context):
13656
13693
  """
13657
13694
 
13658
13695
  :param context:
13659
13696
  """
13660
13697
  ...
13661
13698
 
13662
- def draw_damp_track(self, context):
13699
+ def draw_transform_cache_layers(self, context):
13663
13700
  """
13664
13701
 
13665
13702
  :param context:
13666
13703
  """
13667
13704
  ...
13668
13705
 
13669
- def draw_dist_limit(self, context):
13706
+ def draw_transform_cache_procedural(self, context):
13670
13707
  """
13671
13708
 
13672
13709
  :param context:
13673
13710
  """
13674
13711
  ...
13675
13712
 
13676
- def draw_follow_path(self, context):
13713
+ def draw_transform_cache_subpanel(self, context, template_func):
13677
13714
  """
13678
13715
 
13679
13716
  :param context:
13717
+ :param template_func:
13680
13718
  """
13681
13719
  ...
13682
13720
 
13683
- def draw_follow_track(self, context):
13721
+ def draw_transform_cache_time(self, context):
13684
13722
  """
13685
13723
 
13686
13724
  :param context:
13687
13725
  """
13688
13726
  ...
13689
13727
 
13690
- def draw_header(self, context):
13728
+ def draw_transform_cache_velocity(self, context):
13691
13729
  """
13692
13730
 
13693
13731
  :param context:
13694
13732
  """
13695
13733
  ...
13696
13734
 
13697
- def draw_influence(self, layout, con):
13735
+ def draw_transform_from(self, context):
13698
13736
  """
13699
13737
 
13700
- :param layout:
13701
- :param con:
13738
+ :param context:
13702
13739
  """
13703
13740
  ...
13704
13741
 
13705
- def draw_kinematic(self, context):
13742
+ def draw_transform_to(self, context):
13706
13743
  """
13707
13744
 
13708
13745
  :param context:
13709
13746
  """
13710
13747
  ...
13711
13748
 
13712
- def draw_loc_limit(self, context):
13713
- """
13749
+ def driver_add(self):
13750
+ """ """
13751
+ ...
13714
13752
 
13715
- :param context:
13716
- """
13753
+ def driver_remove(self):
13754
+ """ """
13717
13755
  ...
13718
13756
 
13719
- def draw_locate_like(self, context):
13757
+ def get(self):
13758
+ """ """
13759
+ ...
13760
+
13761
+ def get_constraint(self, _context):
13720
13762
  """
13721
13763
 
13722
- :param context:
13764
+ :param _context:
13723
13765
  """
13724
13766
  ...
13725
13767
 
13726
- def draw_lock_track(self, context):
13768
+ def id_properties_clear(self):
13769
+ """ """
13770
+ ...
13771
+
13772
+ def id_properties_ensure(self):
13773
+ """ """
13774
+ ...
13775
+
13776
+ def id_properties_ui(self):
13777
+ """ """
13778
+ ...
13779
+
13780
+ def is_extended(self):
13781
+ """ """
13782
+ ...
13783
+
13784
+ def is_property_hidden(self):
13785
+ """ """
13786
+ ...
13787
+
13788
+ def is_property_overridable_library(self):
13789
+ """ """
13790
+ ...
13791
+
13792
+ def is_property_readonly(self):
13793
+ """ """
13794
+ ...
13795
+
13796
+ def is_property_set(self):
13797
+ """ """
13798
+ ...
13799
+
13800
+ def items(self):
13801
+ """ """
13802
+ ...
13803
+
13804
+ def keyframe_delete(self):
13805
+ """ """
13806
+ ...
13807
+
13808
+ def keyframe_insert(self):
13809
+ """ """
13810
+ ...
13811
+
13812
+ def keys(self):
13813
+ """ """
13814
+ ...
13815
+
13816
+ def path_from_id(self):
13817
+ """ """
13818
+ ...
13819
+
13820
+ def path_resolve(self):
13821
+ """ """
13822
+ ...
13823
+
13824
+ def poll(self, context):
13727
13825
  """
13728
13826
 
13729
13827
  :param context:
13730
13828
  """
13731
13829
  ...
13732
13830
 
13733
- def draw_min_max(self, context):
13831
+ def pop(self):
13832
+ """ """
13833
+ ...
13834
+
13835
+ def prepend(self, draw_func):
13734
13836
  """
13735
13837
 
13736
- :param context:
13838
+ :param draw_func:
13737
13839
  """
13738
13840
  ...
13739
13841
 
13740
- def draw_object_solver(self, context):
13842
+ def property_overridable_library_set(self):
13843
+ """ """
13844
+ ...
13845
+
13846
+ def property_unset(self):
13847
+ """ """
13848
+ ...
13849
+
13850
+ def remove(self, draw_func):
13741
13851
  """
13742
13852
 
13743
- :param context:
13853
+ :param draw_func:
13744
13854
  """
13745
13855
  ...
13746
13856
 
13747
- def draw_pivot(self, context):
13857
+ def type_recast(self):
13858
+ """ """
13859
+ ...
13860
+
13861
+ def values(self):
13862
+ """ """
13863
+ ...
13864
+
13865
+ class BONE_PT_bTransformCacheConstraint_procedural(
13866
+ bpy_types.Panel,
13867
+ BoneConstraintPanel,
13868
+ ConstraintButtonsSubPanel,
13869
+ bpy_types._GenericUI,
13870
+ ):
13871
+ """ """
13872
+
13873
+ bl_context: typing.Any
13874
+ """ """
13875
+
13876
+ bl_label: typing.Any
13877
+ """ """
13878
+
13879
+ bl_parent_id: typing.Any
13880
+ """ """
13881
+
13882
+ bl_region_type: typing.Any
13883
+ """ """
13884
+
13885
+ bl_rna: typing.Any
13886
+ """ """
13887
+
13888
+ bl_space_type: typing.Any
13889
+ """ """
13890
+
13891
+ id_data: typing.Any
13892
+ """ """
13893
+
13894
+ def append(self, draw_func):
13748
13895
  """
13749
13896
 
13750
- :param context:
13897
+ :param draw_func:
13751
13898
  """
13752
13899
  ...
13753
13900
 
13754
- def draw_python_constraint(self, _context):
13901
+ def as_pointer(self):
13902
+ """ """
13903
+ ...
13904
+
13905
+ def bl_rna_get_subclass(self):
13906
+ """ """
13907
+ ...
13908
+
13909
+ def bl_rna_get_subclass_py(self):
13910
+ """ """
13911
+ ...
13912
+
13913
+ def draw(self, context):
13755
13914
  """
13756
13915
 
13757
- :param _context:
13916
+ :param context:
13758
13917
  """
13759
13918
  ...
13760
13919
 
13761
- def draw_rot_limit(self, context):
13920
+ def draw_action_action(self, context):
13762
13921
  """
13763
13922
 
13764
13923
  :param context:
13765
13924
  """
13766
13925
  ...
13767
13926
 
13768
- def draw_rotate_like(self, context):
13927
+ def draw_action_target(self, context):
13769
13928
  """
13770
13929
 
13771
13930
  :param context:
13772
13931
  """
13773
13932
  ...
13774
13933
 
13775
- def draw_same_volume(self, context):
13934
+ def draw_armature_bones(self, context):
13776
13935
  """
13777
13936
 
13778
13937
  :param context:
13779
13938
  """
13780
13939
  ...
13781
13940
 
13782
- def draw_shrinkwrap(self, context):
13941
+ def draw_spline_ik_chain_scaling(self, context):
13783
13942
  """
13784
13943
 
13785
13944
  :param context:
13786
13945
  """
13787
13946
  ...
13788
13947
 
13789
- def draw_size_like(self, context):
13948
+ def draw_spline_ik_fitting(self, context):
13790
13949
  """
13791
13950
 
13792
13951
  :param context:
13793
13952
  """
13794
13953
  ...
13795
13954
 
13796
- def draw_size_limit(self, context):
13955
+ def draw_transform_cache_layers(self, context):
13797
13956
  """
13798
13957
 
13799
13958
  :param context:
13800
13959
  """
13801
13960
  ...
13802
13961
 
13803
- def draw_spline_ik(self, context):
13962
+ def draw_transform_cache_procedural(self, context):
13804
13963
  """
13805
13964
 
13806
13965
  :param context:
13807
13966
  """
13808
13967
  ...
13809
13968
 
13810
- def draw_stretch_to(self, context):
13969
+ def draw_transform_cache_subpanel(self, context, template_func):
13811
13970
  """
13812
13971
 
13813
13972
  :param context:
13973
+ :param template_func:
13814
13974
  """
13815
13975
  ...
13816
13976
 
13817
- def draw_trackto(self, context):
13977
+ def draw_transform_cache_time(self, context):
13818
13978
  """
13819
13979
 
13820
13980
  :param context:
13821
13981
  """
13822
13982
  ...
13823
13983
 
13824
- def draw_trans_like(self, context):
13984
+ def draw_transform_cache_velocity(self, context):
13825
13985
  """
13826
13986
 
13827
13987
  :param context:
13828
13988
  """
13829
13989
  ...
13830
13990
 
13831
- def draw_transform(self, context):
13991
+ def draw_transform_from(self, context):
13832
13992
  """
13833
13993
 
13834
13994
  :param context:
13835
13995
  """
13836
13996
  ...
13837
13997
 
13838
- def draw_transform_cache(self, context):
13998
+ def draw_transform_to(self, context):
13839
13999
  """
13840
14000
 
13841
14001
  :param context:
@@ -13950,26 +14110,6 @@ class BONE_PT_bTransformConstraint(bpy_types._GenericUI):
13950
14110
  """
13951
14111
  ...
13952
14112
 
13953
- def space_template(self, layout, con, target, owner, separator):
13954
- """
13955
-
13956
- :param layout:
13957
- :param con:
13958
- :param target:
13959
- :param owner:
13960
- :param separator:
13961
- """
13962
- ...
13963
-
13964
- def target_template(self, layout, con, subtargets):
13965
- """
13966
-
13967
- :param layout:
13968
- :param con:
13969
- :param subtargets:
13970
- """
13971
- ...
13972
-
13973
14113
  def type_recast(self):
13974
14114
  """ """
13975
14115
  ...
@@ -13978,7 +14118,12 @@ class BONE_PT_bTransformConstraint(bpy_types._GenericUI):
13978
14118
  """ """
13979
14119
  ...
13980
14120
 
13981
- class BONE_PT_bTransformConstraint_from(bpy_types._GenericUI):
14121
+ class BONE_PT_bTransformCacheConstraint_time(
14122
+ bpy_types.Panel,
14123
+ BoneConstraintPanel,
14124
+ ConstraintButtonsSubPanel,
14125
+ bpy_types._GenericUI,
14126
+ ):
13982
14127
  """ """
13983
14128
 
13984
14129
  bl_context: typing.Any
@@ -14229,7 +14374,12 @@ class BONE_PT_bTransformConstraint_from(bpy_types._GenericUI):
14229
14374
  """ """
14230
14375
  ...
14231
14376
 
14232
- class BONE_PT_bTransformConstraint_to(bpy_types._GenericUI):
14377
+ class BONE_PT_bTransformCacheConstraint_velocity(
14378
+ bpy_types.Panel,
14379
+ BoneConstraintPanel,
14380
+ ConstraintButtonsSubPanel,
14381
+ bpy_types._GenericUI,
14382
+ ):
14233
14383
  """ """
14234
14384
 
14235
14385
  bl_context: typing.Any
@@ -14480,7 +14630,12 @@ class BONE_PT_bTransformConstraint_to(bpy_types._GenericUI):
14480
14630
  """ """
14481
14631
  ...
14482
14632
 
14483
- class BONE_PT_constraints(bpy_types._GenericUI):
14633
+ class BONE_PT_bTransformConstraint_from(
14634
+ bpy_types.Panel,
14635
+ BoneConstraintPanel,
14636
+ ConstraintButtonsSubPanel,
14637
+ bpy_types._GenericUI,
14638
+ ):
14484
14639
  """ """
14485
14640
 
14486
14641
  bl_context: typing.Any
@@ -14489,7 +14644,7 @@ class BONE_PT_constraints(bpy_types._GenericUI):
14489
14644
  bl_label: typing.Any
14490
14645
  """ """
14491
14646
 
14492
- bl_options: typing.Any
14647
+ bl_parent_id: typing.Any
14493
14648
  """ """
14494
14649
 
14495
14650
  bl_region_type: typing.Any
@@ -14523,500 +14678,473 @@ class BONE_PT_constraints(bpy_types._GenericUI):
14523
14678
  """ """
14524
14679
  ...
14525
14680
 
14526
- def draw(self, _context):
14681
+ def draw(self, context):
14527
14682
  """
14528
14683
 
14529
- :param _context:
14684
+ :param context:
14530
14685
  """
14531
14686
  ...
14532
14687
 
14533
- def driver_add(self):
14534
- """ """
14535
- ...
14536
-
14537
- def driver_remove(self):
14538
- """ """
14539
- ...
14688
+ def draw_action_action(self, context):
14689
+ """
14540
14690
 
14541
- def get(self):
14542
- """ """
14691
+ :param context:
14692
+ """
14543
14693
  ...
14544
14694
 
14545
- def id_properties_clear(self):
14546
- """ """
14547
- ...
14695
+ def draw_action_target(self, context):
14696
+ """
14548
14697
 
14549
- def id_properties_ensure(self):
14550
- """ """
14698
+ :param context:
14699
+ """
14551
14700
  ...
14552
14701
 
14553
- def id_properties_ui(self):
14554
- """ """
14555
- ...
14702
+ def draw_armature_bones(self, context):
14703
+ """
14556
14704
 
14557
- def is_extended(self):
14558
- """ """
14705
+ :param context:
14706
+ """
14559
14707
  ...
14560
14708
 
14561
- def is_property_hidden(self):
14562
- """ """
14563
- ...
14709
+ def draw_spline_ik_chain_scaling(self, context):
14710
+ """
14564
14711
 
14565
- def is_property_overridable_library(self):
14566
- """ """
14712
+ :param context:
14713
+ """
14567
14714
  ...
14568
14715
 
14569
- def is_property_readonly(self):
14570
- """ """
14571
- ...
14716
+ def draw_spline_ik_fitting(self, context):
14717
+ """
14572
14718
 
14573
- def is_property_set(self):
14574
- """ """
14719
+ :param context:
14720
+ """
14575
14721
  ...
14576
14722
 
14577
- def items(self):
14578
- """ """
14579
- ...
14723
+ def draw_transform_cache_layers(self, context):
14724
+ """
14580
14725
 
14581
- def keyframe_delete(self):
14582
- """ """
14726
+ :param context:
14727
+ """
14583
14728
  ...
14584
14729
 
14585
- def keyframe_insert(self):
14586
- """ """
14587
- ...
14730
+ def draw_transform_cache_procedural(self, context):
14731
+ """
14588
14732
 
14589
- def keys(self):
14590
- """ """
14733
+ :param context:
14734
+ """
14591
14735
  ...
14592
14736
 
14593
- def path_from_id(self):
14594
- """ """
14595
- ...
14737
+ def draw_transform_cache_subpanel(self, context, template_func):
14738
+ """
14596
14739
 
14597
- def path_resolve(self):
14598
- """ """
14740
+ :param context:
14741
+ :param template_func:
14742
+ """
14599
14743
  ...
14600
14744
 
14601
- def poll(self, context):
14745
+ def draw_transform_cache_time(self, context):
14602
14746
  """
14603
14747
 
14604
14748
  :param context:
14605
14749
  """
14606
14750
  ...
14607
14751
 
14608
- def pop(self):
14609
- """ """
14610
- ...
14611
-
14612
- def prepend(self, draw_func):
14752
+ def draw_transform_cache_velocity(self, context):
14613
14753
  """
14614
14754
 
14615
- :param draw_func:
14755
+ :param context:
14616
14756
  """
14617
14757
  ...
14618
14758
 
14619
- def property_overridable_library_set(self):
14620
- """ """
14621
- ...
14759
+ def draw_transform_from(self, context):
14760
+ """
14622
14761
 
14623
- def property_unset(self):
14624
- """ """
14762
+ :param context:
14763
+ """
14625
14764
  ...
14626
14765
 
14627
- def remove(self, draw_func):
14766
+ def draw_transform_to(self, context):
14628
14767
  """
14629
14768
 
14630
- :param draw_func:
14769
+ :param context:
14631
14770
  """
14632
14771
  ...
14633
14772
 
14634
- def type_recast(self):
14773
+ def driver_add(self):
14635
14774
  """ """
14636
14775
  ...
14637
14776
 
14638
- def values(self):
14777
+ def driver_remove(self):
14639
14778
  """ """
14640
14779
  ...
14641
14780
 
14642
- class BoneConstraintPanel:
14643
- """ """
14644
-
14645
- bl_context: typing.Any
14646
- """ """
14647
-
14648
- def poll(self, context):
14649
- """
14650
-
14651
- :param context:
14652
- """
14781
+ def get(self):
14782
+ """ """
14653
14783
  ...
14654
14784
 
14655
- class ConstraintButtonsPanel:
14656
- """ """
14657
-
14658
- bl_label: typing.Any
14659
- """ """
14660
-
14661
- bl_options: typing.Any
14662
- """ """
14663
-
14664
- bl_region_type: typing.Any
14665
- """ """
14666
-
14667
- bl_space_type: typing.Any
14668
- """ """
14669
-
14670
- def draw_action(self, context):
14785
+ def get_constraint(self, _context):
14671
14786
  """
14672
14787
 
14673
- :param context:
14788
+ :param _context:
14674
14789
  """
14675
14790
  ...
14676
14791
 
14677
- def draw_armature(self, context):
14678
- """
14679
-
14680
- :param context:
14681
- """
14792
+ def id_properties_clear(self):
14793
+ """ """
14682
14794
  ...
14683
14795
 
14684
- def draw_camera_solver(self, context):
14685
- """
14686
-
14687
- :param context:
14688
- """
14796
+ def id_properties_ensure(self):
14797
+ """ """
14689
14798
  ...
14690
14799
 
14691
- def draw_childof(self, context):
14692
- """
14800
+ def id_properties_ui(self):
14801
+ """ """
14802
+ ...
14693
14803
 
14694
- :param context:
14695
- """
14804
+ def is_extended(self):
14805
+ """ """
14696
14806
  ...
14697
14807
 
14698
- def draw_clamp_to(self, context):
14699
- """
14808
+ def is_property_hidden(self):
14809
+ """ """
14810
+ ...
14700
14811
 
14701
- :param context:
14702
- """
14812
+ def is_property_overridable_library(self):
14813
+ """ """
14703
14814
  ...
14704
14815
 
14705
- def draw_damp_track(self, context):
14706
- """
14816
+ def is_property_readonly(self):
14817
+ """ """
14818
+ ...
14707
14819
 
14708
- :param context:
14709
- """
14820
+ def is_property_set(self):
14821
+ """ """
14710
14822
  ...
14711
14823
 
14712
- def draw_dist_limit(self, context):
14713
- """
14824
+ def items(self):
14825
+ """ """
14826
+ ...
14714
14827
 
14715
- :param context:
14716
- """
14828
+ def keyframe_delete(self):
14829
+ """ """
14717
14830
  ...
14718
14831
 
14719
- def draw_follow_path(self, context):
14720
- """
14832
+ def keyframe_insert(self):
14833
+ """ """
14834
+ ...
14721
14835
 
14722
- :param context:
14723
- """
14836
+ def keys(self):
14837
+ """ """
14724
14838
  ...
14725
14839
 
14726
- def draw_follow_track(self, context):
14727
- """
14840
+ def path_from_id(self):
14841
+ """ """
14842
+ ...
14728
14843
 
14729
- :param context:
14730
- """
14844
+ def path_resolve(self):
14845
+ """ """
14731
14846
  ...
14732
14847
 
14733
- def draw_header(self, context):
14848
+ def poll(self, context):
14734
14849
  """
14735
14850
 
14736
14851
  :param context:
14737
14852
  """
14738
14853
  ...
14739
14854
 
14740
- def draw_influence(self, layout, con):
14741
- """
14742
-
14743
- :param layout:
14744
- :param con:
14745
- """
14855
+ def pop(self):
14856
+ """ """
14746
14857
  ...
14747
14858
 
14748
- def draw_kinematic(self, context):
14859
+ def prepend(self, draw_func):
14749
14860
  """
14750
14861
 
14751
- :param context:
14862
+ :param draw_func:
14752
14863
  """
14753
14864
  ...
14754
14865
 
14755
- def draw_loc_limit(self, context):
14756
- """
14866
+ def property_overridable_library_set(self):
14867
+ """ """
14868
+ ...
14757
14869
 
14758
- :param context:
14759
- """
14870
+ def property_unset(self):
14871
+ """ """
14760
14872
  ...
14761
14873
 
14762
- def draw_locate_like(self, context):
14874
+ def remove(self, draw_func):
14763
14875
  """
14764
14876
 
14765
- :param context:
14877
+ :param draw_func:
14766
14878
  """
14767
14879
  ...
14768
14880
 
14769
- def draw_lock_track(self, context):
14770
- """
14881
+ def type_recast(self):
14882
+ """ """
14883
+ ...
14771
14884
 
14772
- :param context:
14773
- """
14885
+ def values(self):
14886
+ """ """
14774
14887
  ...
14775
14888
 
14776
- def draw_min_max(self, context):
14777
- """
14889
+ class BONE_PT_bTransformConstraint_to(
14890
+ bpy_types.Panel,
14891
+ BoneConstraintPanel,
14892
+ ConstraintButtonsSubPanel,
14893
+ bpy_types._GenericUI,
14894
+ ):
14895
+ """ """
14778
14896
 
14779
- :param context:
14780
- """
14781
- ...
14897
+ bl_context: typing.Any
14898
+ """ """
14782
14899
 
14783
- def draw_object_solver(self, context):
14784
- """
14900
+ bl_label: typing.Any
14901
+ """ """
14785
14902
 
14786
- :param context:
14787
- """
14788
- ...
14903
+ bl_parent_id: typing.Any
14904
+ """ """
14789
14905
 
14790
- def draw_pivot(self, context):
14791
- """
14906
+ bl_region_type: typing.Any
14907
+ """ """
14792
14908
 
14793
- :param context:
14794
- """
14795
- ...
14909
+ bl_rna: typing.Any
14910
+ """ """
14796
14911
 
14797
- def draw_python_constraint(self, _context):
14798
- """
14912
+ bl_space_type: typing.Any
14913
+ """ """
14799
14914
 
14800
- :param _context:
14801
- """
14802
- ...
14915
+ id_data: typing.Any
14916
+ """ """
14803
14917
 
14804
- def draw_rot_limit(self, context):
14918
+ def append(self, draw_func):
14805
14919
  """
14806
14920
 
14807
- :param context:
14921
+ :param draw_func:
14808
14922
  """
14809
14923
  ...
14810
14924
 
14811
- def draw_rotate_like(self, context):
14812
- """
14925
+ def as_pointer(self):
14926
+ """ """
14927
+ ...
14813
14928
 
14814
- :param context:
14815
- """
14929
+ def bl_rna_get_subclass(self):
14930
+ """ """
14816
14931
  ...
14817
14932
 
14818
- def draw_same_volume(self, context):
14933
+ def bl_rna_get_subclass_py(self):
14934
+ """ """
14935
+ ...
14936
+
14937
+ def draw(self, context):
14819
14938
  """
14820
14939
 
14821
14940
  :param context:
14822
14941
  """
14823
14942
  ...
14824
14943
 
14825
- def draw_shrinkwrap(self, context):
14944
+ def draw_action_action(self, context):
14826
14945
  """
14827
14946
 
14828
14947
  :param context:
14829
14948
  """
14830
14949
  ...
14831
14950
 
14832
- def draw_size_like(self, context):
14951
+ def draw_action_target(self, context):
14833
14952
  """
14834
14953
 
14835
14954
  :param context:
14836
14955
  """
14837
14956
  ...
14838
14957
 
14839
- def draw_size_limit(self, context):
14958
+ def draw_armature_bones(self, context):
14840
14959
  """
14841
14960
 
14842
14961
  :param context:
14843
14962
  """
14844
14963
  ...
14845
14964
 
14846
- def draw_spline_ik(self, context):
14965
+ def draw_spline_ik_chain_scaling(self, context):
14847
14966
  """
14848
14967
 
14849
14968
  :param context:
14850
14969
  """
14851
14970
  ...
14852
14971
 
14853
- def draw_stretch_to(self, context):
14972
+ def draw_spline_ik_fitting(self, context):
14854
14973
  """
14855
14974
 
14856
14975
  :param context:
14857
14976
  """
14858
14977
  ...
14859
14978
 
14860
- def draw_trackto(self, context):
14979
+ def draw_transform_cache_layers(self, context):
14861
14980
  """
14862
14981
 
14863
14982
  :param context:
14864
14983
  """
14865
14984
  ...
14866
14985
 
14867
- def draw_trans_like(self, context):
14986
+ def draw_transform_cache_procedural(self, context):
14868
14987
  """
14869
14988
 
14870
14989
  :param context:
14871
14990
  """
14872
14991
  ...
14873
14992
 
14874
- def draw_transform(self, context):
14993
+ def draw_transform_cache_subpanel(self, context, template_func):
14875
14994
  """
14876
14995
 
14877
14996
  :param context:
14997
+ :param template_func:
14878
14998
  """
14879
14999
  ...
14880
15000
 
14881
- def draw_transform_cache(self, context):
15001
+ def draw_transform_cache_time(self, context):
14882
15002
  """
14883
15003
 
14884
15004
  :param context:
14885
15005
  """
14886
15006
  ...
14887
15007
 
14888
- def get_constraint(self, _context):
15008
+ def draw_transform_cache_velocity(self, context):
14889
15009
  """
14890
15010
 
14891
- :param _context:
15011
+ :param context:
14892
15012
  """
14893
15013
  ...
14894
15014
 
14895
- def space_template(self, layout, con, target, owner, separator):
15015
+ def draw_transform_from(self, context):
14896
15016
  """
14897
15017
 
14898
- :param layout:
14899
- :param con:
14900
- :param target:
14901
- :param owner:
14902
- :param separator:
15018
+ :param context:
14903
15019
  """
14904
15020
  ...
14905
15021
 
14906
- def target_template(self, layout, con, subtargets):
15022
+ def draw_transform_to(self, context):
14907
15023
  """
14908
15024
 
14909
- :param layout:
14910
- :param con:
14911
- :param subtargets:
15025
+ :param context:
14912
15026
  """
14913
15027
  ...
14914
15028
 
14915
- class ConstraintButtonsSubPanel:
14916
- """ """
14917
-
14918
- bl_label: typing.Any
14919
- """ """
15029
+ def driver_add(self):
15030
+ """ """
15031
+ ...
14920
15032
 
14921
- bl_region_type: typing.Any
14922
- """ """
15033
+ def driver_remove(self):
15034
+ """ """
15035
+ ...
14923
15036
 
14924
- bl_space_type: typing.Any
14925
- """ """
15037
+ def get(self):
15038
+ """ """
15039
+ ...
14926
15040
 
14927
- def draw_action_action(self, context):
15041
+ def get_constraint(self, _context):
14928
15042
  """
14929
15043
 
14930
- :param context:
15044
+ :param _context:
14931
15045
  """
14932
15046
  ...
14933
15047
 
14934
- def draw_action_target(self, context):
14935
- """
15048
+ def id_properties_clear(self):
15049
+ """ """
15050
+ ...
14936
15051
 
14937
- :param context:
14938
- """
15052
+ def id_properties_ensure(self):
15053
+ """ """
14939
15054
  ...
14940
15055
 
14941
- def draw_armature_bones(self, context):
14942
- """
15056
+ def id_properties_ui(self):
15057
+ """ """
15058
+ ...
14943
15059
 
14944
- :param context:
14945
- """
15060
+ def is_extended(self):
15061
+ """ """
14946
15062
  ...
14947
15063
 
14948
- def draw_spline_ik_chain_scaling(self, context):
14949
- """
15064
+ def is_property_hidden(self):
15065
+ """ """
15066
+ ...
14950
15067
 
14951
- :param context:
14952
- """
15068
+ def is_property_overridable_library(self):
15069
+ """ """
14953
15070
  ...
14954
15071
 
14955
- def draw_spline_ik_fitting(self, context):
14956
- """
15072
+ def is_property_readonly(self):
15073
+ """ """
15074
+ ...
14957
15075
 
14958
- :param context:
14959
- """
15076
+ def is_property_set(self):
15077
+ """ """
14960
15078
  ...
14961
15079
 
14962
- def draw_transform_cache_layers(self, context):
14963
- """
15080
+ def items(self):
15081
+ """ """
15082
+ ...
14964
15083
 
14965
- :param context:
14966
- """
15084
+ def keyframe_delete(self):
15085
+ """ """
14967
15086
  ...
14968
15087
 
14969
- def draw_transform_cache_procedural(self, context):
14970
- """
15088
+ def keyframe_insert(self):
15089
+ """ """
15090
+ ...
14971
15091
 
14972
- :param context:
14973
- """
15092
+ def keys(self):
15093
+ """ """
14974
15094
  ...
14975
15095
 
14976
- def draw_transform_cache_subpanel(self, context, template_func):
14977
- """
15096
+ def path_from_id(self):
15097
+ """ """
15098
+ ...
14978
15099
 
14979
- :param context:
14980
- :param template_func:
14981
- """
15100
+ def path_resolve(self):
15101
+ """ """
14982
15102
  ...
14983
15103
 
14984
- def draw_transform_cache_time(self, context):
15104
+ def poll(self, context):
14985
15105
  """
14986
15106
 
14987
15107
  :param context:
14988
15108
  """
14989
15109
  ...
14990
15110
 
14991
- def draw_transform_cache_velocity(self, context):
15111
+ def pop(self):
15112
+ """ """
15113
+ ...
15114
+
15115
+ def prepend(self, draw_func):
14992
15116
  """
14993
15117
 
14994
- :param context:
15118
+ :param draw_func:
14995
15119
  """
14996
15120
  ...
14997
15121
 
14998
- def draw_transform_from(self, context):
14999
- """
15122
+ def property_overridable_library_set(self):
15123
+ """ """
15124
+ ...
15000
15125
 
15001
- :param context:
15002
- """
15126
+ def property_unset(self):
15127
+ """ """
15003
15128
  ...
15004
15129
 
15005
- def draw_transform_to(self, context):
15130
+ def remove(self, draw_func):
15006
15131
  """
15007
15132
 
15008
- :param context:
15133
+ :param draw_func:
15009
15134
  """
15010
15135
  ...
15011
15136
 
15012
- def get_constraint(self, _context):
15013
- """
15137
+ def type_recast(self):
15138
+ """ """
15139
+ ...
15014
15140
 
15015
- :param _context:
15016
- """
15141
+ def values(self):
15142
+ """ """
15017
15143
  ...
15018
15144
 
15019
- class OBJECT_PT_bActionConstraint(bpy_types._GenericUI):
15145
+ class OBJECT_PT_bActionConstraint(
15146
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
15147
+ ):
15020
15148
  """ """
15021
15149
 
15022
15150
  bl_context: typing.Any
@@ -15420,7 +15548,12 @@ class OBJECT_PT_bActionConstraint(bpy_types._GenericUI):
15420
15548
  """ """
15421
15549
  ...
15422
15550
 
15423
- class OBJECT_PT_bActionConstraint_action(bpy_types._GenericUI):
15551
+ class OBJECT_PT_bActionConstraint_action(
15552
+ bpy_types.Panel,
15553
+ ObjectConstraintPanel,
15554
+ ConstraintButtonsSubPanel,
15555
+ bpy_types._GenericUI,
15556
+ ):
15424
15557
  """ """
15425
15558
 
15426
15559
  bl_context: typing.Any
@@ -15671,7 +15804,12 @@ class OBJECT_PT_bActionConstraint_action(bpy_types._GenericUI):
15671
15804
  """ """
15672
15805
  ...
15673
15806
 
15674
- class OBJECT_PT_bActionConstraint_target(bpy_types._GenericUI):
15807
+ class OBJECT_PT_bActionConstraint_target(
15808
+ bpy_types.Panel,
15809
+ ObjectConstraintPanel,
15810
+ ConstraintButtonsSubPanel,
15811
+ bpy_types._GenericUI,
15812
+ ):
15675
15813
  """ """
15676
15814
 
15677
15815
  bl_context: typing.Any
@@ -15922,7 +16060,9 @@ class OBJECT_PT_bActionConstraint_target(bpy_types._GenericUI):
15922
16060
  """ """
15923
16061
  ...
15924
16062
 
15925
- class OBJECT_PT_bArmatureConstraint(bpy_types._GenericUI):
16063
+ class OBJECT_PT_bArmatureConstraint(
16064
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
16065
+ ):
15926
16066
  """ """
15927
16067
 
15928
16068
  bl_context: typing.Any
@@ -16326,7 +16466,12 @@ class OBJECT_PT_bArmatureConstraint(bpy_types._GenericUI):
16326
16466
  """ """
16327
16467
  ...
16328
16468
 
16329
- class OBJECT_PT_bArmatureConstraint_bones(bpy_types._GenericUI):
16469
+ class OBJECT_PT_bArmatureConstraint_bones(
16470
+ bpy_types.Panel,
16471
+ ObjectConstraintPanel,
16472
+ ConstraintButtonsSubPanel,
16473
+ bpy_types._GenericUI,
16474
+ ):
16330
16475
  """ """
16331
16476
 
16332
16477
  bl_context: typing.Any
@@ -16577,7 +16722,9 @@ class OBJECT_PT_bArmatureConstraint_bones(bpy_types._GenericUI):
16577
16722
  """ """
16578
16723
  ...
16579
16724
 
16580
- class OBJECT_PT_bCameraSolverConstraint(bpy_types._GenericUI):
16725
+ class OBJECT_PT_bCameraSolverConstraint(
16726
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
16727
+ ):
16581
16728
  """ """
16582
16729
 
16583
16730
  bl_context: typing.Any
@@ -16981,7 +17128,9 @@ class OBJECT_PT_bCameraSolverConstraint(bpy_types._GenericUI):
16981
17128
  """ """
16982
17129
  ...
16983
17130
 
16984
- class OBJECT_PT_bChildOfConstraint(bpy_types._GenericUI):
17131
+ class OBJECT_PT_bChildOfConstraint(
17132
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
17133
+ ):
16985
17134
  """ """
16986
17135
 
16987
17136
  bl_context: typing.Any
@@ -17385,7 +17534,9 @@ class OBJECT_PT_bChildOfConstraint(bpy_types._GenericUI):
17385
17534
  """ """
17386
17535
  ...
17387
17536
 
17388
- class OBJECT_PT_bClampToConstraint(bpy_types._GenericUI):
17537
+ class OBJECT_PT_bClampToConstraint(
17538
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
17539
+ ):
17389
17540
  """ """
17390
17541
 
17391
17542
  bl_context: typing.Any
@@ -17789,7 +17940,9 @@ class OBJECT_PT_bClampToConstraint(bpy_types._GenericUI):
17789
17940
  """ """
17790
17941
  ...
17791
17942
 
17792
- class OBJECT_PT_bDampTrackConstraint(bpy_types._GenericUI):
17943
+ class OBJECT_PT_bDampTrackConstraint(
17944
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
17945
+ ):
17793
17946
  """ """
17794
17947
 
17795
17948
  bl_context: typing.Any
@@ -18193,7 +18346,9 @@ class OBJECT_PT_bDampTrackConstraint(bpy_types._GenericUI):
18193
18346
  """ """
18194
18347
  ...
18195
18348
 
18196
- class OBJECT_PT_bDistLimitConstraint(bpy_types._GenericUI):
18349
+ class OBJECT_PT_bDistLimitConstraint(
18350
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
18351
+ ):
18197
18352
  """ """
18198
18353
 
18199
18354
  bl_context: typing.Any
@@ -18597,7 +18752,9 @@ class OBJECT_PT_bDistLimitConstraint(bpy_types._GenericUI):
18597
18752
  """ """
18598
18753
  ...
18599
18754
 
18600
- class OBJECT_PT_bFollowPathConstraint(bpy_types._GenericUI):
18755
+ class OBJECT_PT_bFollowPathConstraint(
18756
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
18757
+ ):
18601
18758
  """ """
18602
18759
 
18603
18760
  bl_context: typing.Any
@@ -19001,7 +19158,9 @@ class OBJECT_PT_bFollowPathConstraint(bpy_types._GenericUI):
19001
19158
  """ """
19002
19159
  ...
19003
19160
 
19004
- class OBJECT_PT_bFollowTrackConstraint(bpy_types._GenericUI):
19161
+ class OBJECT_PT_bFollowTrackConstraint(
19162
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19163
+ ):
19005
19164
  """ """
19006
19165
 
19007
19166
  bl_context: typing.Any
@@ -19405,7 +19564,9 @@ class OBJECT_PT_bFollowTrackConstraint(bpy_types._GenericUI):
19405
19564
  """ """
19406
19565
  ...
19407
19566
 
19408
- class OBJECT_PT_bKinematicConstraint(bpy_types._GenericUI):
19567
+ class OBJECT_PT_bKinematicConstraint(
19568
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19569
+ ):
19409
19570
  """ """
19410
19571
 
19411
19572
  bl_context: typing.Any
@@ -19809,7 +19970,9 @@ class OBJECT_PT_bKinematicConstraint(bpy_types._GenericUI):
19809
19970
  """ """
19810
19971
  ...
19811
19972
 
19812
- class OBJECT_PT_bLocLimitConstraint(bpy_types._GenericUI):
19973
+ class OBJECT_PT_bLocLimitConstraint(
19974
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19975
+ ):
19813
19976
  """ """
19814
19977
 
19815
19978
  bl_context: typing.Any
@@ -20213,7 +20376,9 @@ class OBJECT_PT_bLocLimitConstraint(bpy_types._GenericUI):
20213
20376
  """ """
20214
20377
  ...
20215
20378
 
20216
- class OBJECT_PT_bLocateLikeConstraint(bpy_types._GenericUI):
20379
+ class OBJECT_PT_bLocateLikeConstraint(
20380
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20381
+ ):
20217
20382
  """ """
20218
20383
 
20219
20384
  bl_context: typing.Any
@@ -20617,7 +20782,9 @@ class OBJECT_PT_bLocateLikeConstraint(bpy_types._GenericUI):
20617
20782
  """ """
20618
20783
  ...
20619
20784
 
20620
- class OBJECT_PT_bLockTrackConstraint(bpy_types._GenericUI):
20785
+ class OBJECT_PT_bLockTrackConstraint(
20786
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20787
+ ):
20621
20788
  """ """
20622
20789
 
20623
20790
  bl_context: typing.Any
@@ -21021,7 +21188,9 @@ class OBJECT_PT_bLockTrackConstraint(bpy_types._GenericUI):
21021
21188
  """ """
21022
21189
  ...
21023
21190
 
21024
- class OBJECT_PT_bMinMaxConstraint(bpy_types._GenericUI):
21191
+ class OBJECT_PT_bMinMaxConstraint(
21192
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21193
+ ):
21025
21194
  """ """
21026
21195
 
21027
21196
  bl_context: typing.Any
@@ -21425,7 +21594,9 @@ class OBJECT_PT_bMinMaxConstraint(bpy_types._GenericUI):
21425
21594
  """ """
21426
21595
  ...
21427
21596
 
21428
- class OBJECT_PT_bObjectSolverConstraint(bpy_types._GenericUI):
21597
+ class OBJECT_PT_bObjectSolverConstraint(
21598
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21599
+ ):
21429
21600
  """ """
21430
21601
 
21431
21602
  bl_context: typing.Any
@@ -21829,7 +22000,9 @@ class OBJECT_PT_bObjectSolverConstraint(bpy_types._GenericUI):
21829
22000
  """ """
21830
22001
  ...
21831
22002
 
21832
- class OBJECT_PT_bPivotConstraint(bpy_types._GenericUI):
22003
+ class OBJECT_PT_bPivotConstraint(
22004
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22005
+ ):
21833
22006
  """ """
21834
22007
 
21835
22008
  bl_context: typing.Any
@@ -22233,7 +22406,9 @@ class OBJECT_PT_bPivotConstraint(bpy_types._GenericUI):
22233
22406
  """ """
22234
22407
  ...
22235
22408
 
22236
- class OBJECT_PT_bPythonConstraint(bpy_types._GenericUI):
22409
+ class OBJECT_PT_bPythonConstraint(
22410
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22411
+ ):
22237
22412
  """ """
22238
22413
 
22239
22414
  bl_context: typing.Any
@@ -22637,7 +22812,9 @@ class OBJECT_PT_bPythonConstraint(bpy_types._GenericUI):
22637
22812
  """ """
22638
22813
  ...
22639
22814
 
22640
- class OBJECT_PT_bRotLimitConstraint(bpy_types._GenericUI):
22815
+ class OBJECT_PT_bRotLimitConstraint(
22816
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22817
+ ):
22641
22818
  """ """
22642
22819
 
22643
22820
  bl_context: typing.Any
@@ -23041,7 +23218,9 @@ class OBJECT_PT_bRotLimitConstraint(bpy_types._GenericUI):
23041
23218
  """ """
23042
23219
  ...
23043
23220
 
23044
- class OBJECT_PT_bRotateLikeConstraint(bpy_types._GenericUI):
23221
+ class OBJECT_PT_bRotateLikeConstraint(
23222
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23223
+ ):
23045
23224
  """ """
23046
23225
 
23047
23226
  bl_context: typing.Any
@@ -23445,7 +23624,9 @@ class OBJECT_PT_bRotateLikeConstraint(bpy_types._GenericUI):
23445
23624
  """ """
23446
23625
  ...
23447
23626
 
23448
- class OBJECT_PT_bSameVolumeConstraint(bpy_types._GenericUI):
23627
+ class OBJECT_PT_bSameVolumeConstraint(
23628
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23629
+ ):
23449
23630
  """ """
23450
23631
 
23451
23632
  bl_context: typing.Any
@@ -23849,7 +24030,9 @@ class OBJECT_PT_bSameVolumeConstraint(bpy_types._GenericUI):
23849
24030
  """ """
23850
24031
  ...
23851
24032
 
23852
- class OBJECT_PT_bShrinkwrapConstraint(bpy_types._GenericUI):
24033
+ class OBJECT_PT_bShrinkwrapConstraint(
24034
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24035
+ ):
23853
24036
  """ """
23854
24037
 
23855
24038
  bl_context: typing.Any
@@ -24253,7 +24436,9 @@ class OBJECT_PT_bShrinkwrapConstraint(bpy_types._GenericUI):
24253
24436
  """ """
24254
24437
  ...
24255
24438
 
24256
- class OBJECT_PT_bSizeLikeConstraint(bpy_types._GenericUI):
24439
+ class OBJECT_PT_bSizeLikeConstraint(
24440
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24441
+ ):
24257
24442
  """ """
24258
24443
 
24259
24444
  bl_context: typing.Any
@@ -24657,7 +24842,9 @@ class OBJECT_PT_bSizeLikeConstraint(bpy_types._GenericUI):
24657
24842
  """ """
24658
24843
  ...
24659
24844
 
24660
- class OBJECT_PT_bSizeLimitConstraint(bpy_types._GenericUI):
24845
+ class OBJECT_PT_bSizeLimitConstraint(
24846
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24847
+ ):
24661
24848
  """ """
24662
24849
 
24663
24850
  bl_context: typing.Any
@@ -25061,7 +25248,9 @@ class OBJECT_PT_bSizeLimitConstraint(bpy_types._GenericUI):
25061
25248
  """ """
25062
25249
  ...
25063
25250
 
25064
- class OBJECT_PT_bStretchToConstraint(bpy_types._GenericUI):
25251
+ class OBJECT_PT_bStretchToConstraint(
25252
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25253
+ ):
25065
25254
  """ """
25066
25255
 
25067
25256
  bl_context: typing.Any
@@ -25465,7 +25654,9 @@ class OBJECT_PT_bStretchToConstraint(bpy_types._GenericUI):
25465
25654
  """ """
25466
25655
  ...
25467
25656
 
25468
- class OBJECT_PT_bTrackToConstraint(bpy_types._GenericUI):
25657
+ class OBJECT_PT_bTrackToConstraint(
25658
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25659
+ ):
25469
25660
  """ """
25470
25661
 
25471
25662
  bl_context: typing.Any
@@ -25869,7 +26060,9 @@ class OBJECT_PT_bTrackToConstraint(bpy_types._GenericUI):
25869
26060
  """ """
25870
26061
  ...
25871
26062
 
25872
- class OBJECT_PT_bTransLikeConstraint(bpy_types._GenericUI):
26063
+ class OBJECT_PT_bTransLikeConstraint(
26064
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26065
+ ):
25873
26066
  """ """
25874
26067
 
25875
26068
  bl_context: typing.Any
@@ -26273,7 +26466,9 @@ class OBJECT_PT_bTransLikeConstraint(bpy_types._GenericUI):
26273
26466
  """ """
26274
26467
  ...
26275
26468
 
26276
- class OBJECT_PT_bTransformCacheConstraint(bpy_types._GenericUI):
26469
+ class OBJECT_PT_bTransformCacheConstraint(
26470
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26471
+ ):
26277
26472
  """ """
26278
26473
 
26279
26474
  bl_context: typing.Any
@@ -26677,7 +26872,12 @@ class OBJECT_PT_bTransformCacheConstraint(bpy_types._GenericUI):
26677
26872
  """ """
26678
26873
  ...
26679
26874
 
26680
- class OBJECT_PT_bTransformCacheConstraint_layers(bpy_types._GenericUI):
26875
+ class OBJECT_PT_bTransformCacheConstraint_layers(
26876
+ bpy_types.Panel,
26877
+ ObjectConstraintPanel,
26878
+ ConstraintButtonsSubPanel,
26879
+ bpy_types._GenericUI,
26880
+ ):
26681
26881
  """ """
26682
26882
 
26683
26883
  bl_context: typing.Any
@@ -26928,7 +27128,12 @@ class OBJECT_PT_bTransformCacheConstraint_layers(bpy_types._GenericUI):
26928
27128
  """ """
26929
27129
  ...
26930
27130
 
26931
- class OBJECT_PT_bTransformCacheConstraint_procedural(bpy_types._GenericUI):
27131
+ class OBJECT_PT_bTransformCacheConstraint_procedural(
27132
+ bpy_types.Panel,
27133
+ ObjectConstraintPanel,
27134
+ ConstraintButtonsSubPanel,
27135
+ bpy_types._GenericUI,
27136
+ ):
26932
27137
  """ """
26933
27138
 
26934
27139
  bl_context: typing.Any
@@ -27179,7 +27384,12 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(bpy_types._GenericUI):
27179
27384
  """ """
27180
27385
  ...
27181
27386
 
27182
- class OBJECT_PT_bTransformCacheConstraint_time(bpy_types._GenericUI):
27387
+ class OBJECT_PT_bTransformCacheConstraint_time(
27388
+ bpy_types.Panel,
27389
+ ObjectConstraintPanel,
27390
+ ConstraintButtonsSubPanel,
27391
+ bpy_types._GenericUI,
27392
+ ):
27183
27393
  """ """
27184
27394
 
27185
27395
  bl_context: typing.Any
@@ -27430,7 +27640,12 @@ class OBJECT_PT_bTransformCacheConstraint_time(bpy_types._GenericUI):
27430
27640
  """ """
27431
27641
  ...
27432
27642
 
27433
- class OBJECT_PT_bTransformCacheConstraint_velocity(bpy_types._GenericUI):
27643
+ class OBJECT_PT_bTransformCacheConstraint_velocity(
27644
+ bpy_types.Panel,
27645
+ ObjectConstraintPanel,
27646
+ ConstraintButtonsSubPanel,
27647
+ bpy_types._GenericUI,
27648
+ ):
27434
27649
  """ """
27435
27650
 
27436
27651
  bl_context: typing.Any
@@ -27681,7 +27896,9 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(bpy_types._GenericUI):
27681
27896
  """ """
27682
27897
  ...
27683
27898
 
27684
- class OBJECT_PT_bTransformConstraint(bpy_types._GenericUI):
27899
+ class OBJECT_PT_bTransformConstraint(
27900
+ bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27901
+ ):
27685
27902
  """ """
27686
27903
 
27687
27904
  bl_context: typing.Any
@@ -28085,7 +28302,12 @@ class OBJECT_PT_bTransformConstraint(bpy_types._GenericUI):
28085
28302
  """ """
28086
28303
  ...
28087
28304
 
28088
- class OBJECT_PT_bTransformConstraint_destination(bpy_types._GenericUI):
28305
+ class OBJECT_PT_bTransformConstraint_destination(
28306
+ bpy_types.Panel,
28307
+ ObjectConstraintPanel,
28308
+ ConstraintButtonsSubPanel,
28309
+ bpy_types._GenericUI,
28310
+ ):
28089
28311
  """ """
28090
28312
 
28091
28313
  bl_context: typing.Any
@@ -28336,7 +28558,12 @@ class OBJECT_PT_bTransformConstraint_destination(bpy_types._GenericUI):
28336
28558
  """ """
28337
28559
  ...
28338
28560
 
28339
- class OBJECT_PT_bTransformConstraint_source(bpy_types._GenericUI):
28561
+ class OBJECT_PT_bTransformConstraint_source(
28562
+ bpy_types.Panel,
28563
+ ObjectConstraintPanel,
28564
+ ConstraintButtonsSubPanel,
28565
+ bpy_types._GenericUI,
28566
+ ):
28340
28567
  """ """
28341
28568
 
28342
28569
  bl_context: typing.Any
@@ -28587,7 +28814,9 @@ class OBJECT_PT_bTransformConstraint_source(bpy_types._GenericUI):
28587
28814
  """ """
28588
28815
  ...
28589
28816
 
28590
- class OBJECT_PT_constraints(bpy_types._GenericUI):
28817
+ class OBJECT_PT_constraints(
28818
+ bpy_types.Panel, ObjectConstraintPanel, bpy_types._GenericUI
28819
+ ):
28591
28820
  """ """
28592
28821
 
28593
28822
  bl_context: typing.Any
@@ -28745,16 +28974,3 @@ class OBJECT_PT_constraints(bpy_types._GenericUI):
28745
28974
  def values(self):
28746
28975
  """ """
28747
28976
  ...
28748
-
28749
- class ObjectConstraintPanel:
28750
- """ """
28751
-
28752
- bl_context: typing.Any
28753
- """ """
28754
-
28755
- def poll(self, context):
28756
- """
28757
-
28758
- :param context:
28759
- """
28760
- ...