fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -5,10 +5,7 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class BoneConstraintPanel:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_context: typing.Any
|
|
11
|
-
""" """
|
|
12
9
|
|
|
13
10
|
def poll(self, context):
|
|
14
11
|
"""
|
|
@@ -18,19 +15,10 @@ class BoneConstraintPanel:
|
|
|
18
15
|
...
|
|
19
16
|
|
|
20
17
|
class ConstraintButtonsPanel:
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
18
|
bl_label: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
19
|
bl_options: typing.Any
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
20
|
bl_region_type: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
21
|
bl_space_type: typing.Any
|
|
33
|
-
""" """
|
|
34
22
|
|
|
35
23
|
def draw_action(self, context):
|
|
36
24
|
"""
|
|
@@ -278,16 +266,9 @@ class ConstraintButtonsPanel:
|
|
|
278
266
|
...
|
|
279
267
|
|
|
280
268
|
class ConstraintButtonsSubPanel:
|
|
281
|
-
""" """
|
|
282
|
-
|
|
283
269
|
bl_label: typing.Any
|
|
284
|
-
""" """
|
|
285
|
-
|
|
286
270
|
bl_region_type: typing.Any
|
|
287
|
-
""" """
|
|
288
|
-
|
|
289
271
|
bl_space_type: typing.Any
|
|
290
|
-
""" """
|
|
291
272
|
|
|
292
273
|
def draw_action_action(self, context):
|
|
293
274
|
"""
|
|
@@ -382,10 +363,7 @@ class ConstraintButtonsSubPanel:
|
|
|
382
363
|
...
|
|
383
364
|
|
|
384
365
|
class ObjectConstraintPanel:
|
|
385
|
-
""" """
|
|
386
|
-
|
|
387
366
|
bl_context: typing.Any
|
|
388
|
-
""" """
|
|
389
367
|
|
|
390
368
|
def poll(self, context):
|
|
391
369
|
"""
|
|
@@ -395,28 +373,13 @@ class ObjectConstraintPanel:
|
|
|
395
373
|
...
|
|
396
374
|
|
|
397
375
|
class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._GenericUI):
|
|
398
|
-
""" """
|
|
399
|
-
|
|
400
376
|
bl_context: typing.Any
|
|
401
|
-
""" """
|
|
402
|
-
|
|
403
377
|
bl_label: typing.Any
|
|
404
|
-
""" """
|
|
405
|
-
|
|
406
378
|
bl_options: typing.Any
|
|
407
|
-
""" """
|
|
408
|
-
|
|
409
379
|
bl_region_type: typing.Any
|
|
410
|
-
""" """
|
|
411
|
-
|
|
412
380
|
bl_rna: typing.Any
|
|
413
|
-
""" """
|
|
414
|
-
|
|
415
381
|
bl_space_type: typing.Any
|
|
416
|
-
""" """
|
|
417
|
-
|
|
418
382
|
id_data: typing.Any
|
|
419
|
-
""" """
|
|
420
383
|
|
|
421
384
|
def append(self, draw_func):
|
|
422
385
|
"""Append a draw function to this menu,
|
|
@@ -501,10 +464,7 @@ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._Gener
|
|
|
501
464
|
"""
|
|
502
465
|
...
|
|
503
466
|
|
|
504
|
-
def is_extended(self):
|
|
505
|
-
""" """
|
|
506
|
-
...
|
|
507
|
-
|
|
467
|
+
def is_extended(self): ...
|
|
508
468
|
def is_property_hidden(self) -> bool:
|
|
509
469
|
"""Check if a property is hidden.
|
|
510
470
|
|
|
@@ -642,28 +602,13 @@ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._Gener
|
|
|
642
602
|
class BONE_PT_bActionConstraint(
|
|
643
603
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
644
604
|
):
|
|
645
|
-
""" """
|
|
646
|
-
|
|
647
605
|
bl_context: typing.Any
|
|
648
|
-
""" """
|
|
649
|
-
|
|
650
606
|
bl_label: typing.Any
|
|
651
|
-
""" """
|
|
652
|
-
|
|
653
607
|
bl_options: typing.Any
|
|
654
|
-
""" """
|
|
655
|
-
|
|
656
608
|
bl_region_type: typing.Any
|
|
657
|
-
""" """
|
|
658
|
-
|
|
659
609
|
bl_rna: typing.Any
|
|
660
|
-
""" """
|
|
661
|
-
|
|
662
610
|
bl_space_type: typing.Any
|
|
663
|
-
""" """
|
|
664
|
-
|
|
665
611
|
id_data: typing.Any
|
|
666
|
-
""" """
|
|
667
612
|
|
|
668
613
|
def append(self, draw_func):
|
|
669
614
|
"""Append a draw function to this menu,
|
|
@@ -973,10 +918,7 @@ class BONE_PT_bActionConstraint(
|
|
|
973
918
|
"""
|
|
974
919
|
...
|
|
975
920
|
|
|
976
|
-
def is_extended(self):
|
|
977
|
-
""" """
|
|
978
|
-
...
|
|
979
|
-
|
|
921
|
+
def is_extended(self): ...
|
|
980
922
|
def is_property_hidden(self) -> bool:
|
|
981
923
|
"""Check if a property is hidden.
|
|
982
924
|
|
|
@@ -1134,28 +1076,13 @@ class BONE_PT_bActionConstraint(
|
|
|
1134
1076
|
class BONE_PT_bArmatureConstraint(
|
|
1135
1077
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
1136
1078
|
):
|
|
1137
|
-
""" """
|
|
1138
|
-
|
|
1139
1079
|
bl_context: typing.Any
|
|
1140
|
-
""" """
|
|
1141
|
-
|
|
1142
1080
|
bl_label: typing.Any
|
|
1143
|
-
""" """
|
|
1144
|
-
|
|
1145
1081
|
bl_options: typing.Any
|
|
1146
|
-
""" """
|
|
1147
|
-
|
|
1148
1082
|
bl_region_type: typing.Any
|
|
1149
|
-
""" """
|
|
1150
|
-
|
|
1151
1083
|
bl_rna: typing.Any
|
|
1152
|
-
""" """
|
|
1153
|
-
|
|
1154
1084
|
bl_space_type: typing.Any
|
|
1155
|
-
""" """
|
|
1156
|
-
|
|
1157
1085
|
id_data: typing.Any
|
|
1158
|
-
""" """
|
|
1159
1086
|
|
|
1160
1087
|
def append(self, draw_func):
|
|
1161
1088
|
"""Append a draw function to this menu,
|
|
@@ -1465,10 +1392,7 @@ class BONE_PT_bArmatureConstraint(
|
|
|
1465
1392
|
"""
|
|
1466
1393
|
...
|
|
1467
1394
|
|
|
1468
|
-
def is_extended(self):
|
|
1469
|
-
""" """
|
|
1470
|
-
...
|
|
1471
|
-
|
|
1395
|
+
def is_extended(self): ...
|
|
1472
1396
|
def is_property_hidden(self) -> bool:
|
|
1473
1397
|
"""Check if a property is hidden.
|
|
1474
1398
|
|
|
@@ -1626,28 +1550,13 @@ class BONE_PT_bArmatureConstraint(
|
|
|
1626
1550
|
class BONE_PT_bCameraSolverConstraint(
|
|
1627
1551
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
1628
1552
|
):
|
|
1629
|
-
""" """
|
|
1630
|
-
|
|
1631
1553
|
bl_context: typing.Any
|
|
1632
|
-
""" """
|
|
1633
|
-
|
|
1634
1554
|
bl_label: typing.Any
|
|
1635
|
-
""" """
|
|
1636
|
-
|
|
1637
1555
|
bl_options: typing.Any
|
|
1638
|
-
""" """
|
|
1639
|
-
|
|
1640
1556
|
bl_region_type: typing.Any
|
|
1641
|
-
""" """
|
|
1642
|
-
|
|
1643
1557
|
bl_rna: typing.Any
|
|
1644
|
-
""" """
|
|
1645
|
-
|
|
1646
1558
|
bl_space_type: typing.Any
|
|
1647
|
-
""" """
|
|
1648
|
-
|
|
1649
1559
|
id_data: typing.Any
|
|
1650
|
-
""" """
|
|
1651
1560
|
|
|
1652
1561
|
def append(self, draw_func):
|
|
1653
1562
|
"""Append a draw function to this menu,
|
|
@@ -1957,10 +1866,7 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
1957
1866
|
"""
|
|
1958
1867
|
...
|
|
1959
1868
|
|
|
1960
|
-
def is_extended(self):
|
|
1961
|
-
""" """
|
|
1962
|
-
...
|
|
1963
|
-
|
|
1869
|
+
def is_extended(self): ...
|
|
1964
1870
|
def is_property_hidden(self) -> bool:
|
|
1965
1871
|
"""Check if a property is hidden.
|
|
1966
1872
|
|
|
@@ -2118,28 +2024,13 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
2118
2024
|
class BONE_PT_bChildOfConstraint(
|
|
2119
2025
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
2120
2026
|
):
|
|
2121
|
-
""" """
|
|
2122
|
-
|
|
2123
2027
|
bl_context: typing.Any
|
|
2124
|
-
""" """
|
|
2125
|
-
|
|
2126
2028
|
bl_label: typing.Any
|
|
2127
|
-
""" """
|
|
2128
|
-
|
|
2129
2029
|
bl_options: typing.Any
|
|
2130
|
-
""" """
|
|
2131
|
-
|
|
2132
2030
|
bl_region_type: typing.Any
|
|
2133
|
-
""" """
|
|
2134
|
-
|
|
2135
2031
|
bl_rna: typing.Any
|
|
2136
|
-
""" """
|
|
2137
|
-
|
|
2138
2032
|
bl_space_type: typing.Any
|
|
2139
|
-
""" """
|
|
2140
|
-
|
|
2141
2033
|
id_data: typing.Any
|
|
2142
|
-
""" """
|
|
2143
2034
|
|
|
2144
2035
|
def append(self, draw_func):
|
|
2145
2036
|
"""Append a draw function to this menu,
|
|
@@ -2449,10 +2340,7 @@ class BONE_PT_bChildOfConstraint(
|
|
|
2449
2340
|
"""
|
|
2450
2341
|
...
|
|
2451
2342
|
|
|
2452
|
-
def is_extended(self):
|
|
2453
|
-
""" """
|
|
2454
|
-
...
|
|
2455
|
-
|
|
2343
|
+
def is_extended(self): ...
|
|
2456
2344
|
def is_property_hidden(self) -> bool:
|
|
2457
2345
|
"""Check if a property is hidden.
|
|
2458
2346
|
|
|
@@ -2610,28 +2498,13 @@ class BONE_PT_bChildOfConstraint(
|
|
|
2610
2498
|
class BONE_PT_bClampToConstraint(
|
|
2611
2499
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
2612
2500
|
):
|
|
2613
|
-
""" """
|
|
2614
|
-
|
|
2615
2501
|
bl_context: typing.Any
|
|
2616
|
-
""" """
|
|
2617
|
-
|
|
2618
2502
|
bl_label: typing.Any
|
|
2619
|
-
""" """
|
|
2620
|
-
|
|
2621
2503
|
bl_options: typing.Any
|
|
2622
|
-
""" """
|
|
2623
|
-
|
|
2624
2504
|
bl_region_type: typing.Any
|
|
2625
|
-
""" """
|
|
2626
|
-
|
|
2627
2505
|
bl_rna: typing.Any
|
|
2628
|
-
""" """
|
|
2629
|
-
|
|
2630
2506
|
bl_space_type: typing.Any
|
|
2631
|
-
""" """
|
|
2632
|
-
|
|
2633
2507
|
id_data: typing.Any
|
|
2634
|
-
""" """
|
|
2635
2508
|
|
|
2636
2509
|
def append(self, draw_func):
|
|
2637
2510
|
"""Append a draw function to this menu,
|
|
@@ -2941,10 +2814,7 @@ class BONE_PT_bClampToConstraint(
|
|
|
2941
2814
|
"""
|
|
2942
2815
|
...
|
|
2943
2816
|
|
|
2944
|
-
def is_extended(self):
|
|
2945
|
-
""" """
|
|
2946
|
-
...
|
|
2947
|
-
|
|
2817
|
+
def is_extended(self): ...
|
|
2948
2818
|
def is_property_hidden(self) -> bool:
|
|
2949
2819
|
"""Check if a property is hidden.
|
|
2950
2820
|
|
|
@@ -3102,28 +2972,13 @@ class BONE_PT_bClampToConstraint(
|
|
|
3102
2972
|
class BONE_PT_bDampTrackConstraint(
|
|
3103
2973
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
3104
2974
|
):
|
|
3105
|
-
""" """
|
|
3106
|
-
|
|
3107
2975
|
bl_context: typing.Any
|
|
3108
|
-
""" """
|
|
3109
|
-
|
|
3110
2976
|
bl_label: typing.Any
|
|
3111
|
-
""" """
|
|
3112
|
-
|
|
3113
2977
|
bl_options: typing.Any
|
|
3114
|
-
""" """
|
|
3115
|
-
|
|
3116
2978
|
bl_region_type: typing.Any
|
|
3117
|
-
""" """
|
|
3118
|
-
|
|
3119
2979
|
bl_rna: typing.Any
|
|
3120
|
-
""" """
|
|
3121
|
-
|
|
3122
2980
|
bl_space_type: typing.Any
|
|
3123
|
-
""" """
|
|
3124
|
-
|
|
3125
2981
|
id_data: typing.Any
|
|
3126
|
-
""" """
|
|
3127
2982
|
|
|
3128
2983
|
def append(self, draw_func):
|
|
3129
2984
|
"""Append a draw function to this menu,
|
|
@@ -3433,10 +3288,7 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
3433
3288
|
"""
|
|
3434
3289
|
...
|
|
3435
3290
|
|
|
3436
|
-
def is_extended(self):
|
|
3437
|
-
""" """
|
|
3438
|
-
...
|
|
3439
|
-
|
|
3291
|
+
def is_extended(self): ...
|
|
3440
3292
|
def is_property_hidden(self) -> bool:
|
|
3441
3293
|
"""Check if a property is hidden.
|
|
3442
3294
|
|
|
@@ -3594,28 +3446,13 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
3594
3446
|
class BONE_PT_bDistLimitConstraint(
|
|
3595
3447
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
3596
3448
|
):
|
|
3597
|
-
""" """
|
|
3598
|
-
|
|
3599
3449
|
bl_context: typing.Any
|
|
3600
|
-
""" """
|
|
3601
|
-
|
|
3602
3450
|
bl_label: typing.Any
|
|
3603
|
-
""" """
|
|
3604
|
-
|
|
3605
3451
|
bl_options: typing.Any
|
|
3606
|
-
""" """
|
|
3607
|
-
|
|
3608
3452
|
bl_region_type: typing.Any
|
|
3609
|
-
""" """
|
|
3610
|
-
|
|
3611
3453
|
bl_rna: typing.Any
|
|
3612
|
-
""" """
|
|
3613
|
-
|
|
3614
3454
|
bl_space_type: typing.Any
|
|
3615
|
-
""" """
|
|
3616
|
-
|
|
3617
3455
|
id_data: typing.Any
|
|
3618
|
-
""" """
|
|
3619
3456
|
|
|
3620
3457
|
def append(self, draw_func):
|
|
3621
3458
|
"""Append a draw function to this menu,
|
|
@@ -3925,10 +3762,7 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
3925
3762
|
"""
|
|
3926
3763
|
...
|
|
3927
3764
|
|
|
3928
|
-
def is_extended(self):
|
|
3929
|
-
""" """
|
|
3930
|
-
...
|
|
3931
|
-
|
|
3765
|
+
def is_extended(self): ...
|
|
3932
3766
|
def is_property_hidden(self) -> bool:
|
|
3933
3767
|
"""Check if a property is hidden.
|
|
3934
3768
|
|
|
@@ -4086,28 +3920,13 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
4086
3920
|
class BONE_PT_bFollowPathConstraint(
|
|
4087
3921
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
4088
3922
|
):
|
|
4089
|
-
""" """
|
|
4090
|
-
|
|
4091
3923
|
bl_context: typing.Any
|
|
4092
|
-
""" """
|
|
4093
|
-
|
|
4094
3924
|
bl_label: typing.Any
|
|
4095
|
-
""" """
|
|
4096
|
-
|
|
4097
3925
|
bl_options: typing.Any
|
|
4098
|
-
""" """
|
|
4099
|
-
|
|
4100
3926
|
bl_region_type: typing.Any
|
|
4101
|
-
""" """
|
|
4102
|
-
|
|
4103
3927
|
bl_rna: typing.Any
|
|
4104
|
-
""" """
|
|
4105
|
-
|
|
4106
3928
|
bl_space_type: typing.Any
|
|
4107
|
-
""" """
|
|
4108
|
-
|
|
4109
3929
|
id_data: typing.Any
|
|
4110
|
-
""" """
|
|
4111
3930
|
|
|
4112
3931
|
def append(self, draw_func):
|
|
4113
3932
|
"""Append a draw function to this menu,
|
|
@@ -4417,10 +4236,7 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
4417
4236
|
"""
|
|
4418
4237
|
...
|
|
4419
4238
|
|
|
4420
|
-
def is_extended(self):
|
|
4421
|
-
""" """
|
|
4422
|
-
...
|
|
4423
|
-
|
|
4239
|
+
def is_extended(self): ...
|
|
4424
4240
|
def is_property_hidden(self) -> bool:
|
|
4425
4241
|
"""Check if a property is hidden.
|
|
4426
4242
|
|
|
@@ -4578,28 +4394,13 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
4578
4394
|
class BONE_PT_bFollowTrackConstraint(
|
|
4579
4395
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
4580
4396
|
):
|
|
4581
|
-
""" """
|
|
4582
|
-
|
|
4583
4397
|
bl_context: typing.Any
|
|
4584
|
-
""" """
|
|
4585
|
-
|
|
4586
4398
|
bl_label: typing.Any
|
|
4587
|
-
""" """
|
|
4588
|
-
|
|
4589
4399
|
bl_options: typing.Any
|
|
4590
|
-
""" """
|
|
4591
|
-
|
|
4592
4400
|
bl_region_type: typing.Any
|
|
4593
|
-
""" """
|
|
4594
|
-
|
|
4595
4401
|
bl_rna: typing.Any
|
|
4596
|
-
""" """
|
|
4597
|
-
|
|
4598
4402
|
bl_space_type: typing.Any
|
|
4599
|
-
""" """
|
|
4600
|
-
|
|
4601
4403
|
id_data: typing.Any
|
|
4602
|
-
""" """
|
|
4603
4404
|
|
|
4604
4405
|
def append(self, draw_func):
|
|
4605
4406
|
"""Append a draw function to this menu,
|
|
@@ -4909,10 +4710,7 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
4909
4710
|
"""
|
|
4910
4711
|
...
|
|
4911
4712
|
|
|
4912
|
-
def is_extended(self):
|
|
4913
|
-
""" """
|
|
4914
|
-
...
|
|
4915
|
-
|
|
4713
|
+
def is_extended(self): ...
|
|
4916
4714
|
def is_property_hidden(self) -> bool:
|
|
4917
4715
|
"""Check if a property is hidden.
|
|
4918
4716
|
|
|
@@ -5070,28 +4868,13 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
5070
4868
|
class BONE_PT_bKinematicConstraint(
|
|
5071
4869
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
5072
4870
|
):
|
|
5073
|
-
""" """
|
|
5074
|
-
|
|
5075
4871
|
bl_context: typing.Any
|
|
5076
|
-
""" """
|
|
5077
|
-
|
|
5078
4872
|
bl_label: typing.Any
|
|
5079
|
-
""" """
|
|
5080
|
-
|
|
5081
4873
|
bl_options: typing.Any
|
|
5082
|
-
""" """
|
|
5083
|
-
|
|
5084
4874
|
bl_region_type: typing.Any
|
|
5085
|
-
""" """
|
|
5086
|
-
|
|
5087
4875
|
bl_rna: typing.Any
|
|
5088
|
-
""" """
|
|
5089
|
-
|
|
5090
4876
|
bl_space_type: typing.Any
|
|
5091
|
-
""" """
|
|
5092
|
-
|
|
5093
4877
|
id_data: typing.Any
|
|
5094
|
-
""" """
|
|
5095
4878
|
|
|
5096
4879
|
def append(self, draw_func):
|
|
5097
4880
|
"""Append a draw function to this menu,
|
|
@@ -5401,10 +5184,7 @@ class BONE_PT_bKinematicConstraint(
|
|
|
5401
5184
|
"""
|
|
5402
5185
|
...
|
|
5403
5186
|
|
|
5404
|
-
def is_extended(self):
|
|
5405
|
-
""" """
|
|
5406
|
-
...
|
|
5407
|
-
|
|
5187
|
+
def is_extended(self): ...
|
|
5408
5188
|
def is_property_hidden(self) -> bool:
|
|
5409
5189
|
"""Check if a property is hidden.
|
|
5410
5190
|
|
|
@@ -5562,28 +5342,13 @@ class BONE_PT_bKinematicConstraint(
|
|
|
5562
5342
|
class BONE_PT_bLocLimitConstraint(
|
|
5563
5343
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
5564
5344
|
):
|
|
5565
|
-
""" """
|
|
5566
|
-
|
|
5567
5345
|
bl_context: typing.Any
|
|
5568
|
-
""" """
|
|
5569
|
-
|
|
5570
5346
|
bl_label: typing.Any
|
|
5571
|
-
""" """
|
|
5572
|
-
|
|
5573
5347
|
bl_options: typing.Any
|
|
5574
|
-
""" """
|
|
5575
|
-
|
|
5576
5348
|
bl_region_type: typing.Any
|
|
5577
|
-
""" """
|
|
5578
|
-
|
|
5579
5349
|
bl_rna: typing.Any
|
|
5580
|
-
""" """
|
|
5581
|
-
|
|
5582
5350
|
bl_space_type: typing.Any
|
|
5583
|
-
""" """
|
|
5584
|
-
|
|
5585
5351
|
id_data: typing.Any
|
|
5586
|
-
""" """
|
|
5587
5352
|
|
|
5588
5353
|
def append(self, draw_func):
|
|
5589
5354
|
"""Append a draw function to this menu,
|
|
@@ -5893,10 +5658,7 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
5893
5658
|
"""
|
|
5894
5659
|
...
|
|
5895
5660
|
|
|
5896
|
-
def is_extended(self):
|
|
5897
|
-
""" """
|
|
5898
|
-
...
|
|
5899
|
-
|
|
5661
|
+
def is_extended(self): ...
|
|
5900
5662
|
def is_property_hidden(self) -> bool:
|
|
5901
5663
|
"""Check if a property is hidden.
|
|
5902
5664
|
|
|
@@ -6054,28 +5816,13 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
6054
5816
|
class BONE_PT_bLocateLikeConstraint(
|
|
6055
5817
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
6056
5818
|
):
|
|
6057
|
-
""" """
|
|
6058
|
-
|
|
6059
5819
|
bl_context: typing.Any
|
|
6060
|
-
""" """
|
|
6061
|
-
|
|
6062
5820
|
bl_label: typing.Any
|
|
6063
|
-
""" """
|
|
6064
|
-
|
|
6065
5821
|
bl_options: typing.Any
|
|
6066
|
-
""" """
|
|
6067
|
-
|
|
6068
5822
|
bl_region_type: typing.Any
|
|
6069
|
-
""" """
|
|
6070
|
-
|
|
6071
5823
|
bl_rna: typing.Any
|
|
6072
|
-
""" """
|
|
6073
|
-
|
|
6074
5824
|
bl_space_type: typing.Any
|
|
6075
|
-
""" """
|
|
6076
|
-
|
|
6077
5825
|
id_data: typing.Any
|
|
6078
|
-
""" """
|
|
6079
5826
|
|
|
6080
5827
|
def append(self, draw_func):
|
|
6081
5828
|
"""Append a draw function to this menu,
|
|
@@ -6385,10 +6132,7 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
6385
6132
|
"""
|
|
6386
6133
|
...
|
|
6387
6134
|
|
|
6388
|
-
def is_extended(self):
|
|
6389
|
-
""" """
|
|
6390
|
-
...
|
|
6391
|
-
|
|
6135
|
+
def is_extended(self): ...
|
|
6392
6136
|
def is_property_hidden(self) -> bool:
|
|
6393
6137
|
"""Check if a property is hidden.
|
|
6394
6138
|
|
|
@@ -6546,28 +6290,13 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
6546
6290
|
class BONE_PT_bLockTrackConstraint(
|
|
6547
6291
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
6548
6292
|
):
|
|
6549
|
-
""" """
|
|
6550
|
-
|
|
6551
6293
|
bl_context: typing.Any
|
|
6552
|
-
""" """
|
|
6553
|
-
|
|
6554
6294
|
bl_label: typing.Any
|
|
6555
|
-
""" """
|
|
6556
|
-
|
|
6557
6295
|
bl_options: typing.Any
|
|
6558
|
-
""" """
|
|
6559
|
-
|
|
6560
6296
|
bl_region_type: typing.Any
|
|
6561
|
-
""" """
|
|
6562
|
-
|
|
6563
6297
|
bl_rna: typing.Any
|
|
6564
|
-
""" """
|
|
6565
|
-
|
|
6566
6298
|
bl_space_type: typing.Any
|
|
6567
|
-
""" """
|
|
6568
|
-
|
|
6569
6299
|
id_data: typing.Any
|
|
6570
|
-
""" """
|
|
6571
6300
|
|
|
6572
6301
|
def append(self, draw_func):
|
|
6573
6302
|
"""Append a draw function to this menu,
|
|
@@ -6877,10 +6606,7 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
6877
6606
|
"""
|
|
6878
6607
|
...
|
|
6879
6608
|
|
|
6880
|
-
def is_extended(self):
|
|
6881
|
-
""" """
|
|
6882
|
-
...
|
|
6883
|
-
|
|
6609
|
+
def is_extended(self): ...
|
|
6884
6610
|
def is_property_hidden(self) -> bool:
|
|
6885
6611
|
"""Check if a property is hidden.
|
|
6886
6612
|
|
|
@@ -7038,28 +6764,13 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
7038
6764
|
class BONE_PT_bMinMaxConstraint(
|
|
7039
6765
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
7040
6766
|
):
|
|
7041
|
-
""" """
|
|
7042
|
-
|
|
7043
6767
|
bl_context: typing.Any
|
|
7044
|
-
""" """
|
|
7045
|
-
|
|
7046
6768
|
bl_label: typing.Any
|
|
7047
|
-
""" """
|
|
7048
|
-
|
|
7049
6769
|
bl_options: typing.Any
|
|
7050
|
-
""" """
|
|
7051
|
-
|
|
7052
6770
|
bl_region_type: typing.Any
|
|
7053
|
-
""" """
|
|
7054
|
-
|
|
7055
6771
|
bl_rna: typing.Any
|
|
7056
|
-
""" """
|
|
7057
|
-
|
|
7058
6772
|
bl_space_type: typing.Any
|
|
7059
|
-
""" """
|
|
7060
|
-
|
|
7061
6773
|
id_data: typing.Any
|
|
7062
|
-
""" """
|
|
7063
6774
|
|
|
7064
6775
|
def append(self, draw_func):
|
|
7065
6776
|
"""Append a draw function to this menu,
|
|
@@ -7369,10 +7080,7 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
7369
7080
|
"""
|
|
7370
7081
|
...
|
|
7371
7082
|
|
|
7372
|
-
def is_extended(self):
|
|
7373
|
-
""" """
|
|
7374
|
-
...
|
|
7375
|
-
|
|
7083
|
+
def is_extended(self): ...
|
|
7376
7084
|
def is_property_hidden(self) -> bool:
|
|
7377
7085
|
"""Check if a property is hidden.
|
|
7378
7086
|
|
|
@@ -7530,28 +7238,13 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
7530
7238
|
class BONE_PT_bObjectSolverConstraint(
|
|
7531
7239
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
7532
7240
|
):
|
|
7533
|
-
""" """
|
|
7534
|
-
|
|
7535
7241
|
bl_context: typing.Any
|
|
7536
|
-
""" """
|
|
7537
|
-
|
|
7538
7242
|
bl_label: typing.Any
|
|
7539
|
-
""" """
|
|
7540
|
-
|
|
7541
7243
|
bl_options: typing.Any
|
|
7542
|
-
""" """
|
|
7543
|
-
|
|
7544
7244
|
bl_region_type: typing.Any
|
|
7545
|
-
""" """
|
|
7546
|
-
|
|
7547
7245
|
bl_rna: typing.Any
|
|
7548
|
-
""" """
|
|
7549
|
-
|
|
7550
7246
|
bl_space_type: typing.Any
|
|
7551
|
-
""" """
|
|
7552
|
-
|
|
7553
7247
|
id_data: typing.Any
|
|
7554
|
-
""" """
|
|
7555
7248
|
|
|
7556
7249
|
def append(self, draw_func):
|
|
7557
7250
|
"""Append a draw function to this menu,
|
|
@@ -7861,10 +7554,7 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
7861
7554
|
"""
|
|
7862
7555
|
...
|
|
7863
7556
|
|
|
7864
|
-
def is_extended(self):
|
|
7865
|
-
""" """
|
|
7866
|
-
...
|
|
7867
|
-
|
|
7557
|
+
def is_extended(self): ...
|
|
7868
7558
|
def is_property_hidden(self) -> bool:
|
|
7869
7559
|
"""Check if a property is hidden.
|
|
7870
7560
|
|
|
@@ -8022,28 +7712,13 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
8022
7712
|
class BONE_PT_bPivotConstraint(
|
|
8023
7713
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
8024
7714
|
):
|
|
8025
|
-
""" """
|
|
8026
|
-
|
|
8027
7715
|
bl_context: typing.Any
|
|
8028
|
-
""" """
|
|
8029
|
-
|
|
8030
7716
|
bl_label: typing.Any
|
|
8031
|
-
""" """
|
|
8032
|
-
|
|
8033
7717
|
bl_options: typing.Any
|
|
8034
|
-
""" """
|
|
8035
|
-
|
|
8036
7718
|
bl_region_type: typing.Any
|
|
8037
|
-
""" """
|
|
8038
|
-
|
|
8039
7719
|
bl_rna: typing.Any
|
|
8040
|
-
""" """
|
|
8041
|
-
|
|
8042
7720
|
bl_space_type: typing.Any
|
|
8043
|
-
""" """
|
|
8044
|
-
|
|
8045
7721
|
id_data: typing.Any
|
|
8046
|
-
""" """
|
|
8047
7722
|
|
|
8048
7723
|
def append(self, draw_func):
|
|
8049
7724
|
"""Append a draw function to this menu,
|
|
@@ -8353,10 +8028,7 @@ class BONE_PT_bPivotConstraint(
|
|
|
8353
8028
|
"""
|
|
8354
8029
|
...
|
|
8355
8030
|
|
|
8356
|
-
def is_extended(self):
|
|
8357
|
-
""" """
|
|
8358
|
-
...
|
|
8359
|
-
|
|
8031
|
+
def is_extended(self): ...
|
|
8360
8032
|
def is_property_hidden(self) -> bool:
|
|
8361
8033
|
"""Check if a property is hidden.
|
|
8362
8034
|
|
|
@@ -8514,28 +8186,13 @@ class BONE_PT_bPivotConstraint(
|
|
|
8514
8186
|
class BONE_PT_bPythonConstraint(
|
|
8515
8187
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
8516
8188
|
):
|
|
8517
|
-
""" """
|
|
8518
|
-
|
|
8519
8189
|
bl_context: typing.Any
|
|
8520
|
-
""" """
|
|
8521
|
-
|
|
8522
8190
|
bl_label: typing.Any
|
|
8523
|
-
""" """
|
|
8524
|
-
|
|
8525
8191
|
bl_options: typing.Any
|
|
8526
|
-
""" """
|
|
8527
|
-
|
|
8528
8192
|
bl_region_type: typing.Any
|
|
8529
|
-
""" """
|
|
8530
|
-
|
|
8531
8193
|
bl_rna: typing.Any
|
|
8532
|
-
""" """
|
|
8533
|
-
|
|
8534
8194
|
bl_space_type: typing.Any
|
|
8535
|
-
""" """
|
|
8536
|
-
|
|
8537
8195
|
id_data: typing.Any
|
|
8538
|
-
""" """
|
|
8539
8196
|
|
|
8540
8197
|
def append(self, draw_func):
|
|
8541
8198
|
"""Append a draw function to this menu,
|
|
@@ -8845,10 +8502,7 @@ class BONE_PT_bPythonConstraint(
|
|
|
8845
8502
|
"""
|
|
8846
8503
|
...
|
|
8847
8504
|
|
|
8848
|
-
def is_extended(self):
|
|
8849
|
-
""" """
|
|
8850
|
-
...
|
|
8851
|
-
|
|
8505
|
+
def is_extended(self): ...
|
|
8852
8506
|
def is_property_hidden(self) -> bool:
|
|
8853
8507
|
"""Check if a property is hidden.
|
|
8854
8508
|
|
|
@@ -9006,28 +8660,13 @@ class BONE_PT_bPythonConstraint(
|
|
|
9006
8660
|
class BONE_PT_bRotLimitConstraint(
|
|
9007
8661
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
9008
8662
|
):
|
|
9009
|
-
""" """
|
|
9010
|
-
|
|
9011
8663
|
bl_context: typing.Any
|
|
9012
|
-
""" """
|
|
9013
|
-
|
|
9014
8664
|
bl_label: typing.Any
|
|
9015
|
-
""" """
|
|
9016
|
-
|
|
9017
8665
|
bl_options: typing.Any
|
|
9018
|
-
""" """
|
|
9019
|
-
|
|
9020
8666
|
bl_region_type: typing.Any
|
|
9021
|
-
""" """
|
|
9022
|
-
|
|
9023
8667
|
bl_rna: typing.Any
|
|
9024
|
-
""" """
|
|
9025
|
-
|
|
9026
8668
|
bl_space_type: typing.Any
|
|
9027
|
-
""" """
|
|
9028
|
-
|
|
9029
8669
|
id_data: typing.Any
|
|
9030
|
-
""" """
|
|
9031
8670
|
|
|
9032
8671
|
def append(self, draw_func):
|
|
9033
8672
|
"""Append a draw function to this menu,
|
|
@@ -9337,10 +8976,7 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
9337
8976
|
"""
|
|
9338
8977
|
...
|
|
9339
8978
|
|
|
9340
|
-
def is_extended(self):
|
|
9341
|
-
""" """
|
|
9342
|
-
...
|
|
9343
|
-
|
|
8979
|
+
def is_extended(self): ...
|
|
9344
8980
|
def is_property_hidden(self) -> bool:
|
|
9345
8981
|
"""Check if a property is hidden.
|
|
9346
8982
|
|
|
@@ -9498,28 +9134,13 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
9498
9134
|
class BONE_PT_bRotateLikeConstraint(
|
|
9499
9135
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
9500
9136
|
):
|
|
9501
|
-
""" """
|
|
9502
|
-
|
|
9503
9137
|
bl_context: typing.Any
|
|
9504
|
-
""" """
|
|
9505
|
-
|
|
9506
9138
|
bl_label: typing.Any
|
|
9507
|
-
""" """
|
|
9508
|
-
|
|
9509
9139
|
bl_options: typing.Any
|
|
9510
|
-
""" """
|
|
9511
|
-
|
|
9512
9140
|
bl_region_type: typing.Any
|
|
9513
|
-
""" """
|
|
9514
|
-
|
|
9515
9141
|
bl_rna: typing.Any
|
|
9516
|
-
""" """
|
|
9517
|
-
|
|
9518
9142
|
bl_space_type: typing.Any
|
|
9519
|
-
""" """
|
|
9520
|
-
|
|
9521
9143
|
id_data: typing.Any
|
|
9522
|
-
""" """
|
|
9523
9144
|
|
|
9524
9145
|
def append(self, draw_func):
|
|
9525
9146
|
"""Append a draw function to this menu,
|
|
@@ -9829,10 +9450,7 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
9829
9450
|
"""
|
|
9830
9451
|
...
|
|
9831
9452
|
|
|
9832
|
-
def is_extended(self):
|
|
9833
|
-
""" """
|
|
9834
|
-
...
|
|
9835
|
-
|
|
9453
|
+
def is_extended(self): ...
|
|
9836
9454
|
def is_property_hidden(self) -> bool:
|
|
9837
9455
|
"""Check if a property is hidden.
|
|
9838
9456
|
|
|
@@ -9990,28 +9608,13 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
9990
9608
|
class BONE_PT_bSameVolumeConstraint(
|
|
9991
9609
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
9992
9610
|
):
|
|
9993
|
-
""" """
|
|
9994
|
-
|
|
9995
9611
|
bl_context: typing.Any
|
|
9996
|
-
""" """
|
|
9997
|
-
|
|
9998
9612
|
bl_label: typing.Any
|
|
9999
|
-
""" """
|
|
10000
|
-
|
|
10001
9613
|
bl_options: typing.Any
|
|
10002
|
-
""" """
|
|
10003
|
-
|
|
10004
9614
|
bl_region_type: typing.Any
|
|
10005
|
-
""" """
|
|
10006
|
-
|
|
10007
9615
|
bl_rna: typing.Any
|
|
10008
|
-
""" """
|
|
10009
|
-
|
|
10010
9616
|
bl_space_type: typing.Any
|
|
10011
|
-
""" """
|
|
10012
|
-
|
|
10013
9617
|
id_data: typing.Any
|
|
10014
|
-
""" """
|
|
10015
9618
|
|
|
10016
9619
|
def append(self, draw_func):
|
|
10017
9620
|
"""Append a draw function to this menu,
|
|
@@ -10321,10 +9924,7 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
10321
9924
|
"""
|
|
10322
9925
|
...
|
|
10323
9926
|
|
|
10324
|
-
def is_extended(self):
|
|
10325
|
-
""" """
|
|
10326
|
-
...
|
|
10327
|
-
|
|
9927
|
+
def is_extended(self): ...
|
|
10328
9928
|
def is_property_hidden(self) -> bool:
|
|
10329
9929
|
"""Check if a property is hidden.
|
|
10330
9930
|
|
|
@@ -10482,28 +10082,13 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
10482
10082
|
class BONE_PT_bShrinkwrapConstraint(
|
|
10483
10083
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
10484
10084
|
):
|
|
10485
|
-
""" """
|
|
10486
|
-
|
|
10487
10085
|
bl_context: typing.Any
|
|
10488
|
-
""" """
|
|
10489
|
-
|
|
10490
10086
|
bl_label: typing.Any
|
|
10491
|
-
""" """
|
|
10492
|
-
|
|
10493
10087
|
bl_options: typing.Any
|
|
10494
|
-
""" """
|
|
10495
|
-
|
|
10496
10088
|
bl_region_type: typing.Any
|
|
10497
|
-
""" """
|
|
10498
|
-
|
|
10499
10089
|
bl_rna: typing.Any
|
|
10500
|
-
""" """
|
|
10501
|
-
|
|
10502
10090
|
bl_space_type: typing.Any
|
|
10503
|
-
""" """
|
|
10504
|
-
|
|
10505
10091
|
id_data: typing.Any
|
|
10506
|
-
""" """
|
|
10507
10092
|
|
|
10508
10093
|
def append(self, draw_func):
|
|
10509
10094
|
"""Append a draw function to this menu,
|
|
@@ -10813,10 +10398,7 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
10813
10398
|
"""
|
|
10814
10399
|
...
|
|
10815
10400
|
|
|
10816
|
-
def is_extended(self):
|
|
10817
|
-
""" """
|
|
10818
|
-
...
|
|
10819
|
-
|
|
10401
|
+
def is_extended(self): ...
|
|
10820
10402
|
def is_property_hidden(self) -> bool:
|
|
10821
10403
|
"""Check if a property is hidden.
|
|
10822
10404
|
|
|
@@ -10974,28 +10556,13 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
10974
10556
|
class BONE_PT_bSizeLikeConstraint(
|
|
10975
10557
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
10976
10558
|
):
|
|
10977
|
-
""" """
|
|
10978
|
-
|
|
10979
10559
|
bl_context: typing.Any
|
|
10980
|
-
""" """
|
|
10981
|
-
|
|
10982
10560
|
bl_label: typing.Any
|
|
10983
|
-
""" """
|
|
10984
|
-
|
|
10985
10561
|
bl_options: typing.Any
|
|
10986
|
-
""" """
|
|
10987
|
-
|
|
10988
10562
|
bl_region_type: typing.Any
|
|
10989
|
-
""" """
|
|
10990
|
-
|
|
10991
10563
|
bl_rna: typing.Any
|
|
10992
|
-
""" """
|
|
10993
|
-
|
|
10994
10564
|
bl_space_type: typing.Any
|
|
10995
|
-
""" """
|
|
10996
|
-
|
|
10997
10565
|
id_data: typing.Any
|
|
10998
|
-
""" """
|
|
10999
10566
|
|
|
11000
10567
|
def append(self, draw_func):
|
|
11001
10568
|
"""Append a draw function to this menu,
|
|
@@ -11305,10 +10872,7 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
11305
10872
|
"""
|
|
11306
10873
|
...
|
|
11307
10874
|
|
|
11308
|
-
def is_extended(self):
|
|
11309
|
-
""" """
|
|
11310
|
-
...
|
|
11311
|
-
|
|
10875
|
+
def is_extended(self): ...
|
|
11312
10876
|
def is_property_hidden(self) -> bool:
|
|
11313
10877
|
"""Check if a property is hidden.
|
|
11314
10878
|
|
|
@@ -11466,28 +11030,13 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
11466
11030
|
class BONE_PT_bSizeLimitConstraint(
|
|
11467
11031
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
11468
11032
|
):
|
|
11469
|
-
""" """
|
|
11470
|
-
|
|
11471
11033
|
bl_context: typing.Any
|
|
11472
|
-
""" """
|
|
11473
|
-
|
|
11474
11034
|
bl_label: typing.Any
|
|
11475
|
-
""" """
|
|
11476
|
-
|
|
11477
11035
|
bl_options: typing.Any
|
|
11478
|
-
""" """
|
|
11479
|
-
|
|
11480
11036
|
bl_region_type: typing.Any
|
|
11481
|
-
""" """
|
|
11482
|
-
|
|
11483
11037
|
bl_rna: typing.Any
|
|
11484
|
-
""" """
|
|
11485
|
-
|
|
11486
11038
|
bl_space_type: typing.Any
|
|
11487
|
-
""" """
|
|
11488
|
-
|
|
11489
11039
|
id_data: typing.Any
|
|
11490
|
-
""" """
|
|
11491
11040
|
|
|
11492
11041
|
def append(self, draw_func):
|
|
11493
11042
|
"""Append a draw function to this menu,
|
|
@@ -11797,10 +11346,7 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
11797
11346
|
"""
|
|
11798
11347
|
...
|
|
11799
11348
|
|
|
11800
|
-
def is_extended(self):
|
|
11801
|
-
""" """
|
|
11802
|
-
...
|
|
11803
|
-
|
|
11349
|
+
def is_extended(self): ...
|
|
11804
11350
|
def is_property_hidden(self) -> bool:
|
|
11805
11351
|
"""Check if a property is hidden.
|
|
11806
11352
|
|
|
@@ -11958,28 +11504,13 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
11958
11504
|
class BONE_PT_bSplineIKConstraint(
|
|
11959
11505
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
11960
11506
|
):
|
|
11961
|
-
""" """
|
|
11962
|
-
|
|
11963
11507
|
bl_context: typing.Any
|
|
11964
|
-
""" """
|
|
11965
|
-
|
|
11966
11508
|
bl_label: typing.Any
|
|
11967
|
-
""" """
|
|
11968
|
-
|
|
11969
11509
|
bl_options: typing.Any
|
|
11970
|
-
""" """
|
|
11971
|
-
|
|
11972
11510
|
bl_region_type: typing.Any
|
|
11973
|
-
""" """
|
|
11974
|
-
|
|
11975
11511
|
bl_rna: typing.Any
|
|
11976
|
-
""" """
|
|
11977
|
-
|
|
11978
11512
|
bl_space_type: typing.Any
|
|
11979
|
-
""" """
|
|
11980
|
-
|
|
11981
11513
|
id_data: typing.Any
|
|
11982
|
-
""" """
|
|
11983
11514
|
|
|
11984
11515
|
def append(self, draw_func):
|
|
11985
11516
|
"""Append a draw function to this menu,
|
|
@@ -12289,10 +11820,7 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
12289
11820
|
"""
|
|
12290
11821
|
...
|
|
12291
11822
|
|
|
12292
|
-
def is_extended(self):
|
|
12293
|
-
""" """
|
|
12294
|
-
...
|
|
12295
|
-
|
|
11823
|
+
def is_extended(self): ...
|
|
12296
11824
|
def is_property_hidden(self) -> bool:
|
|
12297
11825
|
"""Check if a property is hidden.
|
|
12298
11826
|
|
|
@@ -12450,28 +11978,13 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
12450
11978
|
class BONE_PT_bStretchToConstraint(
|
|
12451
11979
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
12452
11980
|
):
|
|
12453
|
-
""" """
|
|
12454
|
-
|
|
12455
11981
|
bl_context: typing.Any
|
|
12456
|
-
""" """
|
|
12457
|
-
|
|
12458
11982
|
bl_label: typing.Any
|
|
12459
|
-
""" """
|
|
12460
|
-
|
|
12461
11983
|
bl_options: typing.Any
|
|
12462
|
-
""" """
|
|
12463
|
-
|
|
12464
11984
|
bl_region_type: typing.Any
|
|
12465
|
-
""" """
|
|
12466
|
-
|
|
12467
11985
|
bl_rna: typing.Any
|
|
12468
|
-
""" """
|
|
12469
|
-
|
|
12470
11986
|
bl_space_type: typing.Any
|
|
12471
|
-
""" """
|
|
12472
|
-
|
|
12473
11987
|
id_data: typing.Any
|
|
12474
|
-
""" """
|
|
12475
11988
|
|
|
12476
11989
|
def append(self, draw_func):
|
|
12477
11990
|
"""Append a draw function to this menu,
|
|
@@ -12781,10 +12294,7 @@ class BONE_PT_bStretchToConstraint(
|
|
|
12781
12294
|
"""
|
|
12782
12295
|
...
|
|
12783
12296
|
|
|
12784
|
-
def is_extended(self):
|
|
12785
|
-
""" """
|
|
12786
|
-
...
|
|
12787
|
-
|
|
12297
|
+
def is_extended(self): ...
|
|
12788
12298
|
def is_property_hidden(self) -> bool:
|
|
12789
12299
|
"""Check if a property is hidden.
|
|
12790
12300
|
|
|
@@ -12942,28 +12452,13 @@ class BONE_PT_bStretchToConstraint(
|
|
|
12942
12452
|
class BONE_PT_bTrackToConstraint(
|
|
12943
12453
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
12944
12454
|
):
|
|
12945
|
-
""" """
|
|
12946
|
-
|
|
12947
12455
|
bl_context: typing.Any
|
|
12948
|
-
""" """
|
|
12949
|
-
|
|
12950
12456
|
bl_label: typing.Any
|
|
12951
|
-
""" """
|
|
12952
|
-
|
|
12953
12457
|
bl_options: typing.Any
|
|
12954
|
-
""" """
|
|
12955
|
-
|
|
12956
12458
|
bl_region_type: typing.Any
|
|
12957
|
-
""" """
|
|
12958
|
-
|
|
12959
12459
|
bl_rna: typing.Any
|
|
12960
|
-
""" """
|
|
12961
|
-
|
|
12962
12460
|
bl_space_type: typing.Any
|
|
12963
|
-
""" """
|
|
12964
|
-
|
|
12965
12461
|
id_data: typing.Any
|
|
12966
|
-
""" """
|
|
12967
12462
|
|
|
12968
12463
|
def append(self, draw_func):
|
|
12969
12464
|
"""Append a draw function to this menu,
|
|
@@ -13273,10 +12768,7 @@ class BONE_PT_bTrackToConstraint(
|
|
|
13273
12768
|
"""
|
|
13274
12769
|
...
|
|
13275
12770
|
|
|
13276
|
-
def is_extended(self):
|
|
13277
|
-
""" """
|
|
13278
|
-
...
|
|
13279
|
-
|
|
12771
|
+
def is_extended(self): ...
|
|
13280
12772
|
def is_property_hidden(self) -> bool:
|
|
13281
12773
|
"""Check if a property is hidden.
|
|
13282
12774
|
|
|
@@ -13434,28 +12926,13 @@ class BONE_PT_bTrackToConstraint(
|
|
|
13434
12926
|
class BONE_PT_bTransLikeConstraint(
|
|
13435
12927
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
13436
12928
|
):
|
|
13437
|
-
""" """
|
|
13438
|
-
|
|
13439
12929
|
bl_context: typing.Any
|
|
13440
|
-
""" """
|
|
13441
|
-
|
|
13442
12930
|
bl_label: typing.Any
|
|
13443
|
-
""" """
|
|
13444
|
-
|
|
13445
12931
|
bl_options: typing.Any
|
|
13446
|
-
""" """
|
|
13447
|
-
|
|
13448
12932
|
bl_region_type: typing.Any
|
|
13449
|
-
""" """
|
|
13450
|
-
|
|
13451
12933
|
bl_rna: typing.Any
|
|
13452
|
-
""" """
|
|
13453
|
-
|
|
13454
12934
|
bl_space_type: typing.Any
|
|
13455
|
-
""" """
|
|
13456
|
-
|
|
13457
12935
|
id_data: typing.Any
|
|
13458
|
-
""" """
|
|
13459
12936
|
|
|
13460
12937
|
def append(self, draw_func):
|
|
13461
12938
|
"""Append a draw function to this menu,
|
|
@@ -13765,10 +13242,7 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
13765
13242
|
"""
|
|
13766
13243
|
...
|
|
13767
13244
|
|
|
13768
|
-
def is_extended(self):
|
|
13769
|
-
""" """
|
|
13770
|
-
...
|
|
13771
|
-
|
|
13245
|
+
def is_extended(self): ...
|
|
13772
13246
|
def is_property_hidden(self) -> bool:
|
|
13773
13247
|
"""Check if a property is hidden.
|
|
13774
13248
|
|
|
@@ -13926,28 +13400,13 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
13926
13400
|
class BONE_PT_bTransformCacheConstraint(
|
|
13927
13401
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
13928
13402
|
):
|
|
13929
|
-
""" """
|
|
13930
|
-
|
|
13931
13403
|
bl_context: typing.Any
|
|
13932
|
-
""" """
|
|
13933
|
-
|
|
13934
13404
|
bl_label: typing.Any
|
|
13935
|
-
""" """
|
|
13936
|
-
|
|
13937
13405
|
bl_options: typing.Any
|
|
13938
|
-
""" """
|
|
13939
|
-
|
|
13940
13406
|
bl_region_type: typing.Any
|
|
13941
|
-
""" """
|
|
13942
|
-
|
|
13943
13407
|
bl_rna: typing.Any
|
|
13944
|
-
""" """
|
|
13945
|
-
|
|
13946
13408
|
bl_space_type: typing.Any
|
|
13947
|
-
""" """
|
|
13948
|
-
|
|
13949
13409
|
id_data: typing.Any
|
|
13950
|
-
""" """
|
|
13951
13410
|
|
|
13952
13411
|
def append(self, draw_func):
|
|
13953
13412
|
"""Append a draw function to this menu,
|
|
@@ -14257,10 +13716,7 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
14257
13716
|
"""
|
|
14258
13717
|
...
|
|
14259
13718
|
|
|
14260
|
-
def is_extended(self):
|
|
14261
|
-
""" """
|
|
14262
|
-
...
|
|
14263
|
-
|
|
13719
|
+
def is_extended(self): ...
|
|
14264
13720
|
def is_property_hidden(self) -> bool:
|
|
14265
13721
|
"""Check if a property is hidden.
|
|
14266
13722
|
|
|
@@ -14418,28 +13874,13 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
14418
13874
|
class BONE_PT_bTransformConstraint(
|
|
14419
13875
|
bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
14420
13876
|
):
|
|
14421
|
-
""" """
|
|
14422
|
-
|
|
14423
13877
|
bl_context: typing.Any
|
|
14424
|
-
""" """
|
|
14425
|
-
|
|
14426
13878
|
bl_label: typing.Any
|
|
14427
|
-
""" """
|
|
14428
|
-
|
|
14429
13879
|
bl_options: typing.Any
|
|
14430
|
-
""" """
|
|
14431
|
-
|
|
14432
13880
|
bl_region_type: typing.Any
|
|
14433
|
-
""" """
|
|
14434
|
-
|
|
14435
13881
|
bl_rna: typing.Any
|
|
14436
|
-
""" """
|
|
14437
|
-
|
|
14438
13882
|
bl_space_type: typing.Any
|
|
14439
|
-
""" """
|
|
14440
|
-
|
|
14441
13883
|
id_data: typing.Any
|
|
14442
|
-
""" """
|
|
14443
13884
|
|
|
14444
13885
|
def append(self, draw_func):
|
|
14445
13886
|
"""Append a draw function to this menu,
|
|
@@ -14749,10 +14190,7 @@ class BONE_PT_bTransformConstraint(
|
|
|
14749
14190
|
"""
|
|
14750
14191
|
...
|
|
14751
14192
|
|
|
14752
|
-
def is_extended(self):
|
|
14753
|
-
""" """
|
|
14754
|
-
...
|
|
14755
|
-
|
|
14193
|
+
def is_extended(self): ...
|
|
14756
14194
|
def is_property_hidden(self) -> bool:
|
|
14757
14195
|
"""Check if a property is hidden.
|
|
14758
14196
|
|
|
@@ -14913,28 +14351,13 @@ class BONE_PT_bActionConstraint_action(
|
|
|
14913
14351
|
ConstraintButtonsSubPanel,
|
|
14914
14352
|
bpy_types._GenericUI,
|
|
14915
14353
|
):
|
|
14916
|
-
""" """
|
|
14917
|
-
|
|
14918
14354
|
bl_context: typing.Any
|
|
14919
|
-
""" """
|
|
14920
|
-
|
|
14921
14355
|
bl_label: typing.Any
|
|
14922
|
-
""" """
|
|
14923
|
-
|
|
14924
14356
|
bl_parent_id: typing.Any
|
|
14925
|
-
""" """
|
|
14926
|
-
|
|
14927
14357
|
bl_region_type: typing.Any
|
|
14928
|
-
""" """
|
|
14929
|
-
|
|
14930
14358
|
bl_rna: typing.Any
|
|
14931
|
-
""" """
|
|
14932
|
-
|
|
14933
14359
|
bl_space_type: typing.Any
|
|
14934
|
-
""" """
|
|
14935
|
-
|
|
14936
14360
|
id_data: typing.Any
|
|
14937
|
-
""" """
|
|
14938
14361
|
|
|
14939
14362
|
def append(self, draw_func):
|
|
14940
14363
|
"""Append a draw function to this menu,
|
|
@@ -15111,10 +14534,7 @@ class BONE_PT_bActionConstraint_action(
|
|
|
15111
14534
|
"""
|
|
15112
14535
|
...
|
|
15113
14536
|
|
|
15114
|
-
def is_extended(self):
|
|
15115
|
-
""" """
|
|
15116
|
-
...
|
|
15117
|
-
|
|
14537
|
+
def is_extended(self): ...
|
|
15118
14538
|
def is_property_hidden(self) -> bool:
|
|
15119
14539
|
"""Check if a property is hidden.
|
|
15120
14540
|
|
|
@@ -15255,28 +14675,13 @@ class BONE_PT_bActionConstraint_target(
|
|
|
15255
14675
|
ConstraintButtonsSubPanel,
|
|
15256
14676
|
bpy_types._GenericUI,
|
|
15257
14677
|
):
|
|
15258
|
-
""" """
|
|
15259
|
-
|
|
15260
14678
|
bl_context: typing.Any
|
|
15261
|
-
""" """
|
|
15262
|
-
|
|
15263
14679
|
bl_label: typing.Any
|
|
15264
|
-
""" """
|
|
15265
|
-
|
|
15266
14680
|
bl_parent_id: typing.Any
|
|
15267
|
-
""" """
|
|
15268
|
-
|
|
15269
14681
|
bl_region_type: typing.Any
|
|
15270
|
-
""" """
|
|
15271
|
-
|
|
15272
14682
|
bl_rna: typing.Any
|
|
15273
|
-
""" """
|
|
15274
|
-
|
|
15275
14683
|
bl_space_type: typing.Any
|
|
15276
|
-
""" """
|
|
15277
|
-
|
|
15278
14684
|
id_data: typing.Any
|
|
15279
|
-
""" """
|
|
15280
14685
|
|
|
15281
14686
|
def append(self, draw_func):
|
|
15282
14687
|
"""Append a draw function to this menu,
|
|
@@ -15453,10 +14858,7 @@ class BONE_PT_bActionConstraint_target(
|
|
|
15453
14858
|
"""
|
|
15454
14859
|
...
|
|
15455
14860
|
|
|
15456
|
-
def is_extended(self):
|
|
15457
|
-
""" """
|
|
15458
|
-
...
|
|
15459
|
-
|
|
14861
|
+
def is_extended(self): ...
|
|
15460
14862
|
def is_property_hidden(self) -> bool:
|
|
15461
14863
|
"""Check if a property is hidden.
|
|
15462
14864
|
|
|
@@ -15597,28 +14999,13 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
15597
14999
|
ConstraintButtonsSubPanel,
|
|
15598
15000
|
bpy_types._GenericUI,
|
|
15599
15001
|
):
|
|
15600
|
-
""" """
|
|
15601
|
-
|
|
15602
15002
|
bl_context: typing.Any
|
|
15603
|
-
""" """
|
|
15604
|
-
|
|
15605
15003
|
bl_label: typing.Any
|
|
15606
|
-
""" """
|
|
15607
|
-
|
|
15608
15004
|
bl_parent_id: typing.Any
|
|
15609
|
-
""" """
|
|
15610
|
-
|
|
15611
15005
|
bl_region_type: typing.Any
|
|
15612
|
-
""" """
|
|
15613
|
-
|
|
15614
15006
|
bl_rna: typing.Any
|
|
15615
|
-
""" """
|
|
15616
|
-
|
|
15617
15007
|
bl_space_type: typing.Any
|
|
15618
|
-
""" """
|
|
15619
|
-
|
|
15620
15008
|
id_data: typing.Any
|
|
15621
|
-
""" """
|
|
15622
15009
|
|
|
15623
15010
|
def append(self, draw_func):
|
|
15624
15011
|
"""Append a draw function to this menu,
|
|
@@ -15795,10 +15182,7 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
15795
15182
|
"""
|
|
15796
15183
|
...
|
|
15797
15184
|
|
|
15798
|
-
def is_extended(self):
|
|
15799
|
-
""" """
|
|
15800
|
-
...
|
|
15801
|
-
|
|
15185
|
+
def is_extended(self): ...
|
|
15802
15186
|
def is_property_hidden(self) -> bool:
|
|
15803
15187
|
"""Check if a property is hidden.
|
|
15804
15188
|
|
|
@@ -15939,28 +15323,13 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
15939
15323
|
ConstraintButtonsSubPanel,
|
|
15940
15324
|
bpy_types._GenericUI,
|
|
15941
15325
|
):
|
|
15942
|
-
""" """
|
|
15943
|
-
|
|
15944
15326
|
bl_context: typing.Any
|
|
15945
|
-
""" """
|
|
15946
|
-
|
|
15947
15327
|
bl_label: typing.Any
|
|
15948
|
-
""" """
|
|
15949
|
-
|
|
15950
15328
|
bl_parent_id: typing.Any
|
|
15951
|
-
""" """
|
|
15952
|
-
|
|
15953
15329
|
bl_region_type: typing.Any
|
|
15954
|
-
""" """
|
|
15955
|
-
|
|
15956
15330
|
bl_rna: typing.Any
|
|
15957
|
-
""" """
|
|
15958
|
-
|
|
15959
15331
|
bl_space_type: typing.Any
|
|
15960
|
-
""" """
|
|
15961
|
-
|
|
15962
15332
|
id_data: typing.Any
|
|
15963
|
-
""" """
|
|
15964
15333
|
|
|
15965
15334
|
def append(self, draw_func):
|
|
15966
15335
|
"""Append a draw function to this menu,
|
|
@@ -16137,10 +15506,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
16137
15506
|
"""
|
|
16138
15507
|
...
|
|
16139
15508
|
|
|
16140
|
-
def is_extended(self):
|
|
16141
|
-
""" """
|
|
16142
|
-
...
|
|
16143
|
-
|
|
15509
|
+
def is_extended(self): ...
|
|
16144
15510
|
def is_property_hidden(self) -> bool:
|
|
16145
15511
|
"""Check if a property is hidden.
|
|
16146
15512
|
|
|
@@ -16281,28 +15647,13 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
16281
15647
|
ConstraintButtonsSubPanel,
|
|
16282
15648
|
bpy_types._GenericUI,
|
|
16283
15649
|
):
|
|
16284
|
-
""" """
|
|
16285
|
-
|
|
16286
15650
|
bl_context: typing.Any
|
|
16287
|
-
""" """
|
|
16288
|
-
|
|
16289
15651
|
bl_label: typing.Any
|
|
16290
|
-
""" """
|
|
16291
|
-
|
|
16292
15652
|
bl_parent_id: typing.Any
|
|
16293
|
-
""" """
|
|
16294
|
-
|
|
16295
15653
|
bl_region_type: typing.Any
|
|
16296
|
-
""" """
|
|
16297
|
-
|
|
16298
15654
|
bl_rna: typing.Any
|
|
16299
|
-
""" """
|
|
16300
|
-
|
|
16301
15655
|
bl_space_type: typing.Any
|
|
16302
|
-
""" """
|
|
16303
|
-
|
|
16304
15656
|
id_data: typing.Any
|
|
16305
|
-
""" """
|
|
16306
15657
|
|
|
16307
15658
|
def append(self, draw_func):
|
|
16308
15659
|
"""Append a draw function to this menu,
|
|
@@ -16479,10 +15830,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
16479
15830
|
"""
|
|
16480
15831
|
...
|
|
16481
15832
|
|
|
16482
|
-
def is_extended(self):
|
|
16483
|
-
""" """
|
|
16484
|
-
...
|
|
16485
|
-
|
|
15833
|
+
def is_extended(self): ...
|
|
16486
15834
|
def is_property_hidden(self) -> bool:
|
|
16487
15835
|
"""Check if a property is hidden.
|
|
16488
15836
|
|
|
@@ -16623,28 +15971,13 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
16623
15971
|
ConstraintButtonsSubPanel,
|
|
16624
15972
|
bpy_types._GenericUI,
|
|
16625
15973
|
):
|
|
16626
|
-
""" """
|
|
16627
|
-
|
|
16628
15974
|
bl_context: typing.Any
|
|
16629
|
-
""" """
|
|
16630
|
-
|
|
16631
15975
|
bl_label: typing.Any
|
|
16632
|
-
""" """
|
|
16633
|
-
|
|
16634
15976
|
bl_parent_id: typing.Any
|
|
16635
|
-
""" """
|
|
16636
|
-
|
|
16637
15977
|
bl_region_type: typing.Any
|
|
16638
|
-
""" """
|
|
16639
|
-
|
|
16640
15978
|
bl_rna: typing.Any
|
|
16641
|
-
""" """
|
|
16642
|
-
|
|
16643
15979
|
bl_space_type: typing.Any
|
|
16644
|
-
""" """
|
|
16645
|
-
|
|
16646
15980
|
id_data: typing.Any
|
|
16647
|
-
""" """
|
|
16648
15981
|
|
|
16649
15982
|
def append(self, draw_func):
|
|
16650
15983
|
"""Append a draw function to this menu,
|
|
@@ -16821,10 +16154,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
16821
16154
|
"""
|
|
16822
16155
|
...
|
|
16823
16156
|
|
|
16824
|
-
def is_extended(self):
|
|
16825
|
-
""" """
|
|
16826
|
-
...
|
|
16827
|
-
|
|
16157
|
+
def is_extended(self): ...
|
|
16828
16158
|
def is_property_hidden(self) -> bool:
|
|
16829
16159
|
"""Check if a property is hidden.
|
|
16830
16160
|
|
|
@@ -16965,28 +16295,13 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
16965
16295
|
ConstraintButtonsSubPanel,
|
|
16966
16296
|
bpy_types._GenericUI,
|
|
16967
16297
|
):
|
|
16968
|
-
""" """
|
|
16969
|
-
|
|
16970
16298
|
bl_context: typing.Any
|
|
16971
|
-
""" """
|
|
16972
|
-
|
|
16973
16299
|
bl_label: typing.Any
|
|
16974
|
-
""" """
|
|
16975
|
-
|
|
16976
16300
|
bl_parent_id: typing.Any
|
|
16977
|
-
""" """
|
|
16978
|
-
|
|
16979
16301
|
bl_region_type: typing.Any
|
|
16980
|
-
""" """
|
|
16981
|
-
|
|
16982
16302
|
bl_rna: typing.Any
|
|
16983
|
-
""" """
|
|
16984
|
-
|
|
16985
16303
|
bl_space_type: typing.Any
|
|
16986
|
-
""" """
|
|
16987
|
-
|
|
16988
16304
|
id_data: typing.Any
|
|
16989
|
-
""" """
|
|
16990
16305
|
|
|
16991
16306
|
def append(self, draw_func):
|
|
16992
16307
|
"""Append a draw function to this menu,
|
|
@@ -17163,10 +16478,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
17163
16478
|
"""
|
|
17164
16479
|
...
|
|
17165
16480
|
|
|
17166
|
-
def is_extended(self):
|
|
17167
|
-
""" """
|
|
17168
|
-
...
|
|
17169
|
-
|
|
16481
|
+
def is_extended(self): ...
|
|
17170
16482
|
def is_property_hidden(self) -> bool:
|
|
17171
16483
|
"""Check if a property is hidden.
|
|
17172
16484
|
|
|
@@ -17307,28 +16619,13 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
17307
16619
|
ConstraintButtonsSubPanel,
|
|
17308
16620
|
bpy_types._GenericUI,
|
|
17309
16621
|
):
|
|
17310
|
-
""" """
|
|
17311
|
-
|
|
17312
16622
|
bl_context: typing.Any
|
|
17313
|
-
""" """
|
|
17314
|
-
|
|
17315
16623
|
bl_label: typing.Any
|
|
17316
|
-
""" """
|
|
17317
|
-
|
|
17318
16624
|
bl_parent_id: typing.Any
|
|
17319
|
-
""" """
|
|
17320
|
-
|
|
17321
16625
|
bl_region_type: typing.Any
|
|
17322
|
-
""" """
|
|
17323
|
-
|
|
17324
16626
|
bl_rna: typing.Any
|
|
17325
|
-
""" """
|
|
17326
|
-
|
|
17327
16627
|
bl_space_type: typing.Any
|
|
17328
|
-
""" """
|
|
17329
|
-
|
|
17330
16628
|
id_data: typing.Any
|
|
17331
|
-
""" """
|
|
17332
16629
|
|
|
17333
16630
|
def append(self, draw_func):
|
|
17334
16631
|
"""Append a draw function to this menu,
|
|
@@ -17505,10 +16802,7 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
17505
16802
|
"""
|
|
17506
16803
|
...
|
|
17507
16804
|
|
|
17508
|
-
def is_extended(self):
|
|
17509
|
-
""" """
|
|
17510
|
-
...
|
|
17511
|
-
|
|
16805
|
+
def is_extended(self): ...
|
|
17512
16806
|
def is_property_hidden(self) -> bool:
|
|
17513
16807
|
"""Check if a property is hidden.
|
|
17514
16808
|
|
|
@@ -17649,28 +16943,13 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
17649
16943
|
ConstraintButtonsSubPanel,
|
|
17650
16944
|
bpy_types._GenericUI,
|
|
17651
16945
|
):
|
|
17652
|
-
""" """
|
|
17653
|
-
|
|
17654
16946
|
bl_context: typing.Any
|
|
17655
|
-
""" """
|
|
17656
|
-
|
|
17657
16947
|
bl_label: typing.Any
|
|
17658
|
-
""" """
|
|
17659
|
-
|
|
17660
16948
|
bl_parent_id: typing.Any
|
|
17661
|
-
""" """
|
|
17662
|
-
|
|
17663
16949
|
bl_region_type: typing.Any
|
|
17664
|
-
""" """
|
|
17665
|
-
|
|
17666
16950
|
bl_rna: typing.Any
|
|
17667
|
-
""" """
|
|
17668
|
-
|
|
17669
16951
|
bl_space_type: typing.Any
|
|
17670
|
-
""" """
|
|
17671
|
-
|
|
17672
16952
|
id_data: typing.Any
|
|
17673
|
-
""" """
|
|
17674
16953
|
|
|
17675
16954
|
def append(self, draw_func):
|
|
17676
16955
|
"""Append a draw function to this menu,
|
|
@@ -17847,10 +17126,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
17847
17126
|
"""
|
|
17848
17127
|
...
|
|
17849
17128
|
|
|
17850
|
-
def is_extended(self):
|
|
17851
|
-
""" """
|
|
17852
|
-
...
|
|
17853
|
-
|
|
17129
|
+
def is_extended(self): ...
|
|
17854
17130
|
def is_property_hidden(self) -> bool:
|
|
17855
17131
|
"""Check if a property is hidden.
|
|
17856
17132
|
|
|
@@ -17991,28 +17267,13 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
17991
17267
|
ConstraintButtonsSubPanel,
|
|
17992
17268
|
bpy_types._GenericUI,
|
|
17993
17269
|
):
|
|
17994
|
-
""" """
|
|
17995
|
-
|
|
17996
17270
|
bl_context: typing.Any
|
|
17997
|
-
""" """
|
|
17998
|
-
|
|
17999
17271
|
bl_label: typing.Any
|
|
18000
|
-
""" """
|
|
18001
|
-
|
|
18002
17272
|
bl_parent_id: typing.Any
|
|
18003
|
-
""" """
|
|
18004
|
-
|
|
18005
17273
|
bl_region_type: typing.Any
|
|
18006
|
-
""" """
|
|
18007
|
-
|
|
18008
17274
|
bl_rna: typing.Any
|
|
18009
|
-
""" """
|
|
18010
|
-
|
|
18011
17275
|
bl_space_type: typing.Any
|
|
18012
|
-
""" """
|
|
18013
|
-
|
|
18014
17276
|
id_data: typing.Any
|
|
18015
|
-
""" """
|
|
18016
17277
|
|
|
18017
17278
|
def append(self, draw_func):
|
|
18018
17279
|
"""Append a draw function to this menu,
|
|
@@ -18189,10 +17450,7 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
18189
17450
|
"""
|
|
18190
17451
|
...
|
|
18191
17452
|
|
|
18192
|
-
def is_extended(self):
|
|
18193
|
-
""" """
|
|
18194
|
-
...
|
|
18195
|
-
|
|
17453
|
+
def is_extended(self): ...
|
|
18196
17454
|
def is_property_hidden(self) -> bool:
|
|
18197
17455
|
"""Check if a property is hidden.
|
|
18198
17456
|
|
|
@@ -18333,28 +17591,13 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
18333
17591
|
ConstraintButtonsSubPanel,
|
|
18334
17592
|
bpy_types._GenericUI,
|
|
18335
17593
|
):
|
|
18336
|
-
""" """
|
|
18337
|
-
|
|
18338
17594
|
bl_context: typing.Any
|
|
18339
|
-
""" """
|
|
18340
|
-
|
|
18341
17595
|
bl_label: typing.Any
|
|
18342
|
-
""" """
|
|
18343
|
-
|
|
18344
17596
|
bl_parent_id: typing.Any
|
|
18345
|
-
""" """
|
|
18346
|
-
|
|
18347
17597
|
bl_region_type: typing.Any
|
|
18348
|
-
""" """
|
|
18349
|
-
|
|
18350
17598
|
bl_rna: typing.Any
|
|
18351
|
-
""" """
|
|
18352
|
-
|
|
18353
17599
|
bl_space_type: typing.Any
|
|
18354
|
-
""" """
|
|
18355
|
-
|
|
18356
17600
|
id_data: typing.Any
|
|
18357
|
-
""" """
|
|
18358
17601
|
|
|
18359
17602
|
def append(self, draw_func):
|
|
18360
17603
|
"""Append a draw function to this menu,
|
|
@@ -18531,10 +17774,7 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
18531
17774
|
"""
|
|
18532
17775
|
...
|
|
18533
17776
|
|
|
18534
|
-
def is_extended(self):
|
|
18535
|
-
""" """
|
|
18536
|
-
...
|
|
18537
|
-
|
|
17777
|
+
def is_extended(self): ...
|
|
18538
17778
|
def is_property_hidden(self) -> bool:
|
|
18539
17779
|
"""Check if a property is hidden.
|
|
18540
17780
|
|
|
@@ -18672,28 +17912,13 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
18672
17912
|
class OBJECT_PT_bActionConstraint(
|
|
18673
17913
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
18674
17914
|
):
|
|
18675
|
-
""" """
|
|
18676
|
-
|
|
18677
17915
|
bl_context: typing.Any
|
|
18678
|
-
""" """
|
|
18679
|
-
|
|
18680
17916
|
bl_label: typing.Any
|
|
18681
|
-
""" """
|
|
18682
|
-
|
|
18683
17917
|
bl_options: typing.Any
|
|
18684
|
-
""" """
|
|
18685
|
-
|
|
18686
17918
|
bl_region_type: typing.Any
|
|
18687
|
-
""" """
|
|
18688
|
-
|
|
18689
17919
|
bl_rna: typing.Any
|
|
18690
|
-
""" """
|
|
18691
|
-
|
|
18692
17920
|
bl_space_type: typing.Any
|
|
18693
|
-
""" """
|
|
18694
|
-
|
|
18695
17921
|
id_data: typing.Any
|
|
18696
|
-
""" """
|
|
18697
17922
|
|
|
18698
17923
|
def append(self, draw_func):
|
|
18699
17924
|
"""Append a draw function to this menu,
|
|
@@ -19003,10 +18228,7 @@ class OBJECT_PT_bActionConstraint(
|
|
|
19003
18228
|
"""
|
|
19004
18229
|
...
|
|
19005
18230
|
|
|
19006
|
-
def is_extended(self):
|
|
19007
|
-
""" """
|
|
19008
|
-
...
|
|
19009
|
-
|
|
18231
|
+
def is_extended(self): ...
|
|
19010
18232
|
def is_property_hidden(self) -> bool:
|
|
19011
18233
|
"""Check if a property is hidden.
|
|
19012
18234
|
|
|
@@ -19167,28 +18389,13 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
19167
18389
|
ConstraintButtonsSubPanel,
|
|
19168
18390
|
bpy_types._GenericUI,
|
|
19169
18391
|
):
|
|
19170
|
-
""" """
|
|
19171
|
-
|
|
19172
18392
|
bl_context: typing.Any
|
|
19173
|
-
""" """
|
|
19174
|
-
|
|
19175
18393
|
bl_label: typing.Any
|
|
19176
|
-
""" """
|
|
19177
|
-
|
|
19178
18394
|
bl_parent_id: typing.Any
|
|
19179
|
-
""" """
|
|
19180
|
-
|
|
19181
18395
|
bl_region_type: typing.Any
|
|
19182
|
-
""" """
|
|
19183
|
-
|
|
19184
18396
|
bl_rna: typing.Any
|
|
19185
|
-
""" """
|
|
19186
|
-
|
|
19187
18397
|
bl_space_type: typing.Any
|
|
19188
|
-
""" """
|
|
19189
|
-
|
|
19190
18398
|
id_data: typing.Any
|
|
19191
|
-
""" """
|
|
19192
18399
|
|
|
19193
18400
|
def append(self, draw_func):
|
|
19194
18401
|
"""Append a draw function to this menu,
|
|
@@ -19365,10 +18572,7 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
19365
18572
|
"""
|
|
19366
18573
|
...
|
|
19367
18574
|
|
|
19368
|
-
def is_extended(self):
|
|
19369
|
-
""" """
|
|
19370
|
-
...
|
|
19371
|
-
|
|
18575
|
+
def is_extended(self): ...
|
|
19372
18576
|
def is_property_hidden(self) -> bool:
|
|
19373
18577
|
"""Check if a property is hidden.
|
|
19374
18578
|
|
|
@@ -19509,28 +18713,13 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
19509
18713
|
ConstraintButtonsSubPanel,
|
|
19510
18714
|
bpy_types._GenericUI,
|
|
19511
18715
|
):
|
|
19512
|
-
""" """
|
|
19513
|
-
|
|
19514
18716
|
bl_context: typing.Any
|
|
19515
|
-
""" """
|
|
19516
|
-
|
|
19517
18717
|
bl_label: typing.Any
|
|
19518
|
-
""" """
|
|
19519
|
-
|
|
19520
18718
|
bl_parent_id: typing.Any
|
|
19521
|
-
""" """
|
|
19522
|
-
|
|
19523
18719
|
bl_region_type: typing.Any
|
|
19524
|
-
""" """
|
|
19525
|
-
|
|
19526
18720
|
bl_rna: typing.Any
|
|
19527
|
-
""" """
|
|
19528
|
-
|
|
19529
18721
|
bl_space_type: typing.Any
|
|
19530
|
-
""" """
|
|
19531
|
-
|
|
19532
18722
|
id_data: typing.Any
|
|
19533
|
-
""" """
|
|
19534
18723
|
|
|
19535
18724
|
def append(self, draw_func):
|
|
19536
18725
|
"""Append a draw function to this menu,
|
|
@@ -19707,10 +18896,7 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
19707
18896
|
"""
|
|
19708
18897
|
...
|
|
19709
18898
|
|
|
19710
|
-
def is_extended(self):
|
|
19711
|
-
""" """
|
|
19712
|
-
...
|
|
19713
|
-
|
|
18899
|
+
def is_extended(self): ...
|
|
19714
18900
|
def is_property_hidden(self) -> bool:
|
|
19715
18901
|
"""Check if a property is hidden.
|
|
19716
18902
|
|
|
@@ -19848,28 +19034,13 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
19848
19034
|
class OBJECT_PT_bArmatureConstraint(
|
|
19849
19035
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
19850
19036
|
):
|
|
19851
|
-
""" """
|
|
19852
|
-
|
|
19853
19037
|
bl_context: typing.Any
|
|
19854
|
-
""" """
|
|
19855
|
-
|
|
19856
19038
|
bl_label: typing.Any
|
|
19857
|
-
""" """
|
|
19858
|
-
|
|
19859
19039
|
bl_options: typing.Any
|
|
19860
|
-
""" """
|
|
19861
|
-
|
|
19862
19040
|
bl_region_type: typing.Any
|
|
19863
|
-
""" """
|
|
19864
|
-
|
|
19865
19041
|
bl_rna: typing.Any
|
|
19866
|
-
""" """
|
|
19867
|
-
|
|
19868
19042
|
bl_space_type: typing.Any
|
|
19869
|
-
""" """
|
|
19870
|
-
|
|
19871
19043
|
id_data: typing.Any
|
|
19872
|
-
""" """
|
|
19873
19044
|
|
|
19874
19045
|
def append(self, draw_func):
|
|
19875
19046
|
"""Append a draw function to this menu,
|
|
@@ -20179,10 +19350,7 @@ class OBJECT_PT_bArmatureConstraint(
|
|
|
20179
19350
|
"""
|
|
20180
19351
|
...
|
|
20181
19352
|
|
|
20182
|
-
def is_extended(self):
|
|
20183
|
-
""" """
|
|
20184
|
-
...
|
|
20185
|
-
|
|
19353
|
+
def is_extended(self): ...
|
|
20186
19354
|
def is_property_hidden(self) -> bool:
|
|
20187
19355
|
"""Check if a property is hidden.
|
|
20188
19356
|
|
|
@@ -20343,28 +19511,13 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
20343
19511
|
ConstraintButtonsSubPanel,
|
|
20344
19512
|
bpy_types._GenericUI,
|
|
20345
19513
|
):
|
|
20346
|
-
""" """
|
|
20347
|
-
|
|
20348
19514
|
bl_context: typing.Any
|
|
20349
|
-
""" """
|
|
20350
|
-
|
|
20351
19515
|
bl_label: typing.Any
|
|
20352
|
-
""" """
|
|
20353
|
-
|
|
20354
19516
|
bl_parent_id: typing.Any
|
|
20355
|
-
""" """
|
|
20356
|
-
|
|
20357
19517
|
bl_region_type: typing.Any
|
|
20358
|
-
""" """
|
|
20359
|
-
|
|
20360
19518
|
bl_rna: typing.Any
|
|
20361
|
-
""" """
|
|
20362
|
-
|
|
20363
19519
|
bl_space_type: typing.Any
|
|
20364
|
-
""" """
|
|
20365
|
-
|
|
20366
19520
|
id_data: typing.Any
|
|
20367
|
-
""" """
|
|
20368
19521
|
|
|
20369
19522
|
def append(self, draw_func):
|
|
20370
19523
|
"""Append a draw function to this menu,
|
|
@@ -20541,10 +19694,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
20541
19694
|
"""
|
|
20542
19695
|
...
|
|
20543
19696
|
|
|
20544
|
-
def is_extended(self):
|
|
20545
|
-
""" """
|
|
20546
|
-
...
|
|
20547
|
-
|
|
19697
|
+
def is_extended(self): ...
|
|
20548
19698
|
def is_property_hidden(self) -> bool:
|
|
20549
19699
|
"""Check if a property is hidden.
|
|
20550
19700
|
|
|
@@ -20682,28 +19832,13 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
20682
19832
|
class OBJECT_PT_bCameraSolverConstraint(
|
|
20683
19833
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
20684
19834
|
):
|
|
20685
|
-
""" """
|
|
20686
|
-
|
|
20687
19835
|
bl_context: typing.Any
|
|
20688
|
-
""" """
|
|
20689
|
-
|
|
20690
19836
|
bl_label: typing.Any
|
|
20691
|
-
""" """
|
|
20692
|
-
|
|
20693
19837
|
bl_options: typing.Any
|
|
20694
|
-
""" """
|
|
20695
|
-
|
|
20696
19838
|
bl_region_type: typing.Any
|
|
20697
|
-
""" """
|
|
20698
|
-
|
|
20699
19839
|
bl_rna: typing.Any
|
|
20700
|
-
""" """
|
|
20701
|
-
|
|
20702
19840
|
bl_space_type: typing.Any
|
|
20703
|
-
""" """
|
|
20704
|
-
|
|
20705
19841
|
id_data: typing.Any
|
|
20706
|
-
""" """
|
|
20707
19842
|
|
|
20708
19843
|
def append(self, draw_func):
|
|
20709
19844
|
"""Append a draw function to this menu,
|
|
@@ -21013,10 +20148,7 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
21013
20148
|
"""
|
|
21014
20149
|
...
|
|
21015
20150
|
|
|
21016
|
-
def is_extended(self):
|
|
21017
|
-
""" """
|
|
21018
|
-
...
|
|
21019
|
-
|
|
20151
|
+
def is_extended(self): ...
|
|
21020
20152
|
def is_property_hidden(self) -> bool:
|
|
21021
20153
|
"""Check if a property is hidden.
|
|
21022
20154
|
|
|
@@ -21174,28 +20306,13 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
21174
20306
|
class OBJECT_PT_bChildOfConstraint(
|
|
21175
20307
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
21176
20308
|
):
|
|
21177
|
-
""" """
|
|
21178
|
-
|
|
21179
20309
|
bl_context: typing.Any
|
|
21180
|
-
""" """
|
|
21181
|
-
|
|
21182
20310
|
bl_label: typing.Any
|
|
21183
|
-
""" """
|
|
21184
|
-
|
|
21185
20311
|
bl_options: typing.Any
|
|
21186
|
-
""" """
|
|
21187
|
-
|
|
21188
20312
|
bl_region_type: typing.Any
|
|
21189
|
-
""" """
|
|
21190
|
-
|
|
21191
20313
|
bl_rna: typing.Any
|
|
21192
|
-
""" """
|
|
21193
|
-
|
|
21194
20314
|
bl_space_type: typing.Any
|
|
21195
|
-
""" """
|
|
21196
|
-
|
|
21197
20315
|
id_data: typing.Any
|
|
21198
|
-
""" """
|
|
21199
20316
|
|
|
21200
20317
|
def append(self, draw_func):
|
|
21201
20318
|
"""Append a draw function to this menu,
|
|
@@ -21505,10 +20622,7 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
21505
20622
|
"""
|
|
21506
20623
|
...
|
|
21507
20624
|
|
|
21508
|
-
def is_extended(self):
|
|
21509
|
-
""" """
|
|
21510
|
-
...
|
|
21511
|
-
|
|
20625
|
+
def is_extended(self): ...
|
|
21512
20626
|
def is_property_hidden(self) -> bool:
|
|
21513
20627
|
"""Check if a property is hidden.
|
|
21514
20628
|
|
|
@@ -21666,28 +20780,13 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
21666
20780
|
class OBJECT_PT_bClampToConstraint(
|
|
21667
20781
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
21668
20782
|
):
|
|
21669
|
-
""" """
|
|
21670
|
-
|
|
21671
20783
|
bl_context: typing.Any
|
|
21672
|
-
""" """
|
|
21673
|
-
|
|
21674
20784
|
bl_label: typing.Any
|
|
21675
|
-
""" """
|
|
21676
|
-
|
|
21677
20785
|
bl_options: typing.Any
|
|
21678
|
-
""" """
|
|
21679
|
-
|
|
21680
20786
|
bl_region_type: typing.Any
|
|
21681
|
-
""" """
|
|
21682
|
-
|
|
21683
20787
|
bl_rna: typing.Any
|
|
21684
|
-
""" """
|
|
21685
|
-
|
|
21686
20788
|
bl_space_type: typing.Any
|
|
21687
|
-
""" """
|
|
21688
|
-
|
|
21689
20789
|
id_data: typing.Any
|
|
21690
|
-
""" """
|
|
21691
20790
|
|
|
21692
20791
|
def append(self, draw_func):
|
|
21693
20792
|
"""Append a draw function to this menu,
|
|
@@ -21997,10 +21096,7 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
21997
21096
|
"""
|
|
21998
21097
|
...
|
|
21999
21098
|
|
|
22000
|
-
def is_extended(self):
|
|
22001
|
-
""" """
|
|
22002
|
-
...
|
|
22003
|
-
|
|
21099
|
+
def is_extended(self): ...
|
|
22004
21100
|
def is_property_hidden(self) -> bool:
|
|
22005
21101
|
"""Check if a property is hidden.
|
|
22006
21102
|
|
|
@@ -22158,28 +21254,13 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
22158
21254
|
class OBJECT_PT_bDampTrackConstraint(
|
|
22159
21255
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
22160
21256
|
):
|
|
22161
|
-
""" """
|
|
22162
|
-
|
|
22163
21257
|
bl_context: typing.Any
|
|
22164
|
-
""" """
|
|
22165
|
-
|
|
22166
21258
|
bl_label: typing.Any
|
|
22167
|
-
""" """
|
|
22168
|
-
|
|
22169
21259
|
bl_options: typing.Any
|
|
22170
|
-
""" """
|
|
22171
|
-
|
|
22172
21260
|
bl_region_type: typing.Any
|
|
22173
|
-
""" """
|
|
22174
|
-
|
|
22175
21261
|
bl_rna: typing.Any
|
|
22176
|
-
""" """
|
|
22177
|
-
|
|
22178
21262
|
bl_space_type: typing.Any
|
|
22179
|
-
""" """
|
|
22180
|
-
|
|
22181
21263
|
id_data: typing.Any
|
|
22182
|
-
""" """
|
|
22183
21264
|
|
|
22184
21265
|
def append(self, draw_func):
|
|
22185
21266
|
"""Append a draw function to this menu,
|
|
@@ -22489,10 +21570,7 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
22489
21570
|
"""
|
|
22490
21571
|
...
|
|
22491
21572
|
|
|
22492
|
-
def is_extended(self):
|
|
22493
|
-
""" """
|
|
22494
|
-
...
|
|
22495
|
-
|
|
21573
|
+
def is_extended(self): ...
|
|
22496
21574
|
def is_property_hidden(self) -> bool:
|
|
22497
21575
|
"""Check if a property is hidden.
|
|
22498
21576
|
|
|
@@ -22650,28 +21728,13 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
22650
21728
|
class OBJECT_PT_bDistLimitConstraint(
|
|
22651
21729
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
22652
21730
|
):
|
|
22653
|
-
""" """
|
|
22654
|
-
|
|
22655
21731
|
bl_context: typing.Any
|
|
22656
|
-
""" """
|
|
22657
|
-
|
|
22658
21732
|
bl_label: typing.Any
|
|
22659
|
-
""" """
|
|
22660
|
-
|
|
22661
21733
|
bl_options: typing.Any
|
|
22662
|
-
""" """
|
|
22663
|
-
|
|
22664
21734
|
bl_region_type: typing.Any
|
|
22665
|
-
""" """
|
|
22666
|
-
|
|
22667
21735
|
bl_rna: typing.Any
|
|
22668
|
-
""" """
|
|
22669
|
-
|
|
22670
21736
|
bl_space_type: typing.Any
|
|
22671
|
-
""" """
|
|
22672
|
-
|
|
22673
21737
|
id_data: typing.Any
|
|
22674
|
-
""" """
|
|
22675
21738
|
|
|
22676
21739
|
def append(self, draw_func):
|
|
22677
21740
|
"""Append a draw function to this menu,
|
|
@@ -22981,10 +22044,7 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
22981
22044
|
"""
|
|
22982
22045
|
...
|
|
22983
22046
|
|
|
22984
|
-
def is_extended(self):
|
|
22985
|
-
""" """
|
|
22986
|
-
...
|
|
22987
|
-
|
|
22047
|
+
def is_extended(self): ...
|
|
22988
22048
|
def is_property_hidden(self) -> bool:
|
|
22989
22049
|
"""Check if a property is hidden.
|
|
22990
22050
|
|
|
@@ -23142,28 +22202,13 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
23142
22202
|
class OBJECT_PT_bFollowPathConstraint(
|
|
23143
22203
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
23144
22204
|
):
|
|
23145
|
-
""" """
|
|
23146
|
-
|
|
23147
22205
|
bl_context: typing.Any
|
|
23148
|
-
""" """
|
|
23149
|
-
|
|
23150
22206
|
bl_label: typing.Any
|
|
23151
|
-
""" """
|
|
23152
|
-
|
|
23153
22207
|
bl_options: typing.Any
|
|
23154
|
-
""" """
|
|
23155
|
-
|
|
23156
22208
|
bl_region_type: typing.Any
|
|
23157
|
-
""" """
|
|
23158
|
-
|
|
23159
22209
|
bl_rna: typing.Any
|
|
23160
|
-
""" """
|
|
23161
|
-
|
|
23162
22210
|
bl_space_type: typing.Any
|
|
23163
|
-
""" """
|
|
23164
|
-
|
|
23165
22211
|
id_data: typing.Any
|
|
23166
|
-
""" """
|
|
23167
22212
|
|
|
23168
22213
|
def append(self, draw_func):
|
|
23169
22214
|
"""Append a draw function to this menu,
|
|
@@ -23473,10 +22518,7 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
23473
22518
|
"""
|
|
23474
22519
|
...
|
|
23475
22520
|
|
|
23476
|
-
def is_extended(self):
|
|
23477
|
-
""" """
|
|
23478
|
-
...
|
|
23479
|
-
|
|
22521
|
+
def is_extended(self): ...
|
|
23480
22522
|
def is_property_hidden(self) -> bool:
|
|
23481
22523
|
"""Check if a property is hidden.
|
|
23482
22524
|
|
|
@@ -23634,28 +22676,13 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
23634
22676
|
class OBJECT_PT_bFollowTrackConstraint(
|
|
23635
22677
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
23636
22678
|
):
|
|
23637
|
-
""" """
|
|
23638
|
-
|
|
23639
22679
|
bl_context: typing.Any
|
|
23640
|
-
""" """
|
|
23641
|
-
|
|
23642
22680
|
bl_label: typing.Any
|
|
23643
|
-
""" """
|
|
23644
|
-
|
|
23645
22681
|
bl_options: typing.Any
|
|
23646
|
-
""" """
|
|
23647
|
-
|
|
23648
22682
|
bl_region_type: typing.Any
|
|
23649
|
-
""" """
|
|
23650
|
-
|
|
23651
22683
|
bl_rna: typing.Any
|
|
23652
|
-
""" """
|
|
23653
|
-
|
|
23654
22684
|
bl_space_type: typing.Any
|
|
23655
|
-
""" """
|
|
23656
|
-
|
|
23657
22685
|
id_data: typing.Any
|
|
23658
|
-
""" """
|
|
23659
22686
|
|
|
23660
22687
|
def append(self, draw_func):
|
|
23661
22688
|
"""Append a draw function to this menu,
|
|
@@ -23965,10 +22992,7 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
23965
22992
|
"""
|
|
23966
22993
|
...
|
|
23967
22994
|
|
|
23968
|
-
def is_extended(self):
|
|
23969
|
-
""" """
|
|
23970
|
-
...
|
|
23971
|
-
|
|
22995
|
+
def is_extended(self): ...
|
|
23972
22996
|
def is_property_hidden(self) -> bool:
|
|
23973
22997
|
"""Check if a property is hidden.
|
|
23974
22998
|
|
|
@@ -24126,28 +23150,13 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
24126
23150
|
class OBJECT_PT_bKinematicConstraint(
|
|
24127
23151
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
24128
23152
|
):
|
|
24129
|
-
""" """
|
|
24130
|
-
|
|
24131
23153
|
bl_context: typing.Any
|
|
24132
|
-
""" """
|
|
24133
|
-
|
|
24134
23154
|
bl_label: typing.Any
|
|
24135
|
-
""" """
|
|
24136
|
-
|
|
24137
23155
|
bl_options: typing.Any
|
|
24138
|
-
""" """
|
|
24139
|
-
|
|
24140
23156
|
bl_region_type: typing.Any
|
|
24141
|
-
""" """
|
|
24142
|
-
|
|
24143
23157
|
bl_rna: typing.Any
|
|
24144
|
-
""" """
|
|
24145
|
-
|
|
24146
23158
|
bl_space_type: typing.Any
|
|
24147
|
-
""" """
|
|
24148
|
-
|
|
24149
23159
|
id_data: typing.Any
|
|
24150
|
-
""" """
|
|
24151
23160
|
|
|
24152
23161
|
def append(self, draw_func):
|
|
24153
23162
|
"""Append a draw function to this menu,
|
|
@@ -24457,10 +23466,7 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
24457
23466
|
"""
|
|
24458
23467
|
...
|
|
24459
23468
|
|
|
24460
|
-
def is_extended(self):
|
|
24461
|
-
""" """
|
|
24462
|
-
...
|
|
24463
|
-
|
|
23469
|
+
def is_extended(self): ...
|
|
24464
23470
|
def is_property_hidden(self) -> bool:
|
|
24465
23471
|
"""Check if a property is hidden.
|
|
24466
23472
|
|
|
@@ -24618,28 +23624,13 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
24618
23624
|
class OBJECT_PT_bLocLimitConstraint(
|
|
24619
23625
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
24620
23626
|
):
|
|
24621
|
-
""" """
|
|
24622
|
-
|
|
24623
23627
|
bl_context: typing.Any
|
|
24624
|
-
""" """
|
|
24625
|
-
|
|
24626
23628
|
bl_label: typing.Any
|
|
24627
|
-
""" """
|
|
24628
|
-
|
|
24629
23629
|
bl_options: typing.Any
|
|
24630
|
-
""" """
|
|
24631
|
-
|
|
24632
23630
|
bl_region_type: typing.Any
|
|
24633
|
-
""" """
|
|
24634
|
-
|
|
24635
23631
|
bl_rna: typing.Any
|
|
24636
|
-
""" """
|
|
24637
|
-
|
|
24638
23632
|
bl_space_type: typing.Any
|
|
24639
|
-
""" """
|
|
24640
|
-
|
|
24641
23633
|
id_data: typing.Any
|
|
24642
|
-
""" """
|
|
24643
23634
|
|
|
24644
23635
|
def append(self, draw_func):
|
|
24645
23636
|
"""Append a draw function to this menu,
|
|
@@ -24949,10 +23940,7 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
24949
23940
|
"""
|
|
24950
23941
|
...
|
|
24951
23942
|
|
|
24952
|
-
def is_extended(self):
|
|
24953
|
-
""" """
|
|
24954
|
-
...
|
|
24955
|
-
|
|
23943
|
+
def is_extended(self): ...
|
|
24956
23944
|
def is_property_hidden(self) -> bool:
|
|
24957
23945
|
"""Check if a property is hidden.
|
|
24958
23946
|
|
|
@@ -25110,28 +24098,13 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
25110
24098
|
class OBJECT_PT_bLocateLikeConstraint(
|
|
25111
24099
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
25112
24100
|
):
|
|
25113
|
-
""" """
|
|
25114
|
-
|
|
25115
24101
|
bl_context: typing.Any
|
|
25116
|
-
""" """
|
|
25117
|
-
|
|
25118
24102
|
bl_label: typing.Any
|
|
25119
|
-
""" """
|
|
25120
|
-
|
|
25121
24103
|
bl_options: typing.Any
|
|
25122
|
-
""" """
|
|
25123
|
-
|
|
25124
24104
|
bl_region_type: typing.Any
|
|
25125
|
-
""" """
|
|
25126
|
-
|
|
25127
24105
|
bl_rna: typing.Any
|
|
25128
|
-
""" """
|
|
25129
|
-
|
|
25130
24106
|
bl_space_type: typing.Any
|
|
25131
|
-
""" """
|
|
25132
|
-
|
|
25133
24107
|
id_data: typing.Any
|
|
25134
|
-
""" """
|
|
25135
24108
|
|
|
25136
24109
|
def append(self, draw_func):
|
|
25137
24110
|
"""Append a draw function to this menu,
|
|
@@ -25441,10 +24414,7 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
25441
24414
|
"""
|
|
25442
24415
|
...
|
|
25443
24416
|
|
|
25444
|
-
def is_extended(self):
|
|
25445
|
-
""" """
|
|
25446
|
-
...
|
|
25447
|
-
|
|
24417
|
+
def is_extended(self): ...
|
|
25448
24418
|
def is_property_hidden(self) -> bool:
|
|
25449
24419
|
"""Check if a property is hidden.
|
|
25450
24420
|
|
|
@@ -25602,28 +24572,13 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
25602
24572
|
class OBJECT_PT_bLockTrackConstraint(
|
|
25603
24573
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
25604
24574
|
):
|
|
25605
|
-
""" """
|
|
25606
|
-
|
|
25607
24575
|
bl_context: typing.Any
|
|
25608
|
-
""" """
|
|
25609
|
-
|
|
25610
24576
|
bl_label: typing.Any
|
|
25611
|
-
""" """
|
|
25612
|
-
|
|
25613
24577
|
bl_options: typing.Any
|
|
25614
|
-
""" """
|
|
25615
|
-
|
|
25616
24578
|
bl_region_type: typing.Any
|
|
25617
|
-
""" """
|
|
25618
|
-
|
|
25619
24579
|
bl_rna: typing.Any
|
|
25620
|
-
""" """
|
|
25621
|
-
|
|
25622
24580
|
bl_space_type: typing.Any
|
|
25623
|
-
""" """
|
|
25624
|
-
|
|
25625
24581
|
id_data: typing.Any
|
|
25626
|
-
""" """
|
|
25627
24582
|
|
|
25628
24583
|
def append(self, draw_func):
|
|
25629
24584
|
"""Append a draw function to this menu,
|
|
@@ -25933,10 +24888,7 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
25933
24888
|
"""
|
|
25934
24889
|
...
|
|
25935
24890
|
|
|
25936
|
-
def is_extended(self):
|
|
25937
|
-
""" """
|
|
25938
|
-
...
|
|
25939
|
-
|
|
24891
|
+
def is_extended(self): ...
|
|
25940
24892
|
def is_property_hidden(self) -> bool:
|
|
25941
24893
|
"""Check if a property is hidden.
|
|
25942
24894
|
|
|
@@ -26094,28 +25046,13 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
26094
25046
|
class OBJECT_PT_bMinMaxConstraint(
|
|
26095
25047
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
26096
25048
|
):
|
|
26097
|
-
""" """
|
|
26098
|
-
|
|
26099
25049
|
bl_context: typing.Any
|
|
26100
|
-
""" """
|
|
26101
|
-
|
|
26102
25050
|
bl_label: typing.Any
|
|
26103
|
-
""" """
|
|
26104
|
-
|
|
26105
25051
|
bl_options: typing.Any
|
|
26106
|
-
""" """
|
|
26107
|
-
|
|
26108
25052
|
bl_region_type: typing.Any
|
|
26109
|
-
""" """
|
|
26110
|
-
|
|
26111
25053
|
bl_rna: typing.Any
|
|
26112
|
-
""" """
|
|
26113
|
-
|
|
26114
25054
|
bl_space_type: typing.Any
|
|
26115
|
-
""" """
|
|
26116
|
-
|
|
26117
25055
|
id_data: typing.Any
|
|
26118
|
-
""" """
|
|
26119
25056
|
|
|
26120
25057
|
def append(self, draw_func):
|
|
26121
25058
|
"""Append a draw function to this menu,
|
|
@@ -26425,10 +25362,7 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
26425
25362
|
"""
|
|
26426
25363
|
...
|
|
26427
25364
|
|
|
26428
|
-
def is_extended(self):
|
|
26429
|
-
""" """
|
|
26430
|
-
...
|
|
26431
|
-
|
|
25365
|
+
def is_extended(self): ...
|
|
26432
25366
|
def is_property_hidden(self) -> bool:
|
|
26433
25367
|
"""Check if a property is hidden.
|
|
26434
25368
|
|
|
@@ -26586,28 +25520,13 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
26586
25520
|
class OBJECT_PT_bObjectSolverConstraint(
|
|
26587
25521
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
26588
25522
|
):
|
|
26589
|
-
""" """
|
|
26590
|
-
|
|
26591
25523
|
bl_context: typing.Any
|
|
26592
|
-
""" """
|
|
26593
|
-
|
|
26594
25524
|
bl_label: typing.Any
|
|
26595
|
-
""" """
|
|
26596
|
-
|
|
26597
25525
|
bl_options: typing.Any
|
|
26598
|
-
""" """
|
|
26599
|
-
|
|
26600
25526
|
bl_region_type: typing.Any
|
|
26601
|
-
""" """
|
|
26602
|
-
|
|
26603
25527
|
bl_rna: typing.Any
|
|
26604
|
-
""" """
|
|
26605
|
-
|
|
26606
25528
|
bl_space_type: typing.Any
|
|
26607
|
-
""" """
|
|
26608
|
-
|
|
26609
25529
|
id_data: typing.Any
|
|
26610
|
-
""" """
|
|
26611
25530
|
|
|
26612
25531
|
def append(self, draw_func):
|
|
26613
25532
|
"""Append a draw function to this menu,
|
|
@@ -26917,10 +25836,7 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
26917
25836
|
"""
|
|
26918
25837
|
...
|
|
26919
25838
|
|
|
26920
|
-
def is_extended(self):
|
|
26921
|
-
""" """
|
|
26922
|
-
...
|
|
26923
|
-
|
|
25839
|
+
def is_extended(self): ...
|
|
26924
25840
|
def is_property_hidden(self) -> bool:
|
|
26925
25841
|
"""Check if a property is hidden.
|
|
26926
25842
|
|
|
@@ -27078,28 +25994,13 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
27078
25994
|
class OBJECT_PT_bPivotConstraint(
|
|
27079
25995
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
27080
25996
|
):
|
|
27081
|
-
""" """
|
|
27082
|
-
|
|
27083
25997
|
bl_context: typing.Any
|
|
27084
|
-
""" """
|
|
27085
|
-
|
|
27086
25998
|
bl_label: typing.Any
|
|
27087
|
-
""" """
|
|
27088
|
-
|
|
27089
25999
|
bl_options: typing.Any
|
|
27090
|
-
""" """
|
|
27091
|
-
|
|
27092
26000
|
bl_region_type: typing.Any
|
|
27093
|
-
""" """
|
|
27094
|
-
|
|
27095
26001
|
bl_rna: typing.Any
|
|
27096
|
-
""" """
|
|
27097
|
-
|
|
27098
26002
|
bl_space_type: typing.Any
|
|
27099
|
-
""" """
|
|
27100
|
-
|
|
27101
26003
|
id_data: typing.Any
|
|
27102
|
-
""" """
|
|
27103
26004
|
|
|
27104
26005
|
def append(self, draw_func):
|
|
27105
26006
|
"""Append a draw function to this menu,
|
|
@@ -27409,10 +26310,7 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
27409
26310
|
"""
|
|
27410
26311
|
...
|
|
27411
26312
|
|
|
27412
|
-
def is_extended(self):
|
|
27413
|
-
""" """
|
|
27414
|
-
...
|
|
27415
|
-
|
|
26313
|
+
def is_extended(self): ...
|
|
27416
26314
|
def is_property_hidden(self) -> bool:
|
|
27417
26315
|
"""Check if a property is hidden.
|
|
27418
26316
|
|
|
@@ -27570,28 +26468,13 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
27570
26468
|
class OBJECT_PT_bPythonConstraint(
|
|
27571
26469
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
27572
26470
|
):
|
|
27573
|
-
""" """
|
|
27574
|
-
|
|
27575
26471
|
bl_context: typing.Any
|
|
27576
|
-
""" """
|
|
27577
|
-
|
|
27578
26472
|
bl_label: typing.Any
|
|
27579
|
-
""" """
|
|
27580
|
-
|
|
27581
26473
|
bl_options: typing.Any
|
|
27582
|
-
""" """
|
|
27583
|
-
|
|
27584
26474
|
bl_region_type: typing.Any
|
|
27585
|
-
""" """
|
|
27586
|
-
|
|
27587
26475
|
bl_rna: typing.Any
|
|
27588
|
-
""" """
|
|
27589
|
-
|
|
27590
26476
|
bl_space_type: typing.Any
|
|
27591
|
-
""" """
|
|
27592
|
-
|
|
27593
26477
|
id_data: typing.Any
|
|
27594
|
-
""" """
|
|
27595
26478
|
|
|
27596
26479
|
def append(self, draw_func):
|
|
27597
26480
|
"""Append a draw function to this menu,
|
|
@@ -27901,10 +26784,7 @@ class OBJECT_PT_bPythonConstraint(
|
|
|
27901
26784
|
"""
|
|
27902
26785
|
...
|
|
27903
26786
|
|
|
27904
|
-
def is_extended(self):
|
|
27905
|
-
""" """
|
|
27906
|
-
...
|
|
27907
|
-
|
|
26787
|
+
def is_extended(self): ...
|
|
27908
26788
|
def is_property_hidden(self) -> bool:
|
|
27909
26789
|
"""Check if a property is hidden.
|
|
27910
26790
|
|
|
@@ -28062,28 +26942,13 @@ class OBJECT_PT_bPythonConstraint(
|
|
|
28062
26942
|
class OBJECT_PT_bRotLimitConstraint(
|
|
28063
26943
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
28064
26944
|
):
|
|
28065
|
-
""" """
|
|
28066
|
-
|
|
28067
26945
|
bl_context: typing.Any
|
|
28068
|
-
""" """
|
|
28069
|
-
|
|
28070
26946
|
bl_label: typing.Any
|
|
28071
|
-
""" """
|
|
28072
|
-
|
|
28073
26947
|
bl_options: typing.Any
|
|
28074
|
-
""" """
|
|
28075
|
-
|
|
28076
26948
|
bl_region_type: typing.Any
|
|
28077
|
-
""" """
|
|
28078
|
-
|
|
28079
26949
|
bl_rna: typing.Any
|
|
28080
|
-
""" """
|
|
28081
|
-
|
|
28082
26950
|
bl_space_type: typing.Any
|
|
28083
|
-
""" """
|
|
28084
|
-
|
|
28085
26951
|
id_data: typing.Any
|
|
28086
|
-
""" """
|
|
28087
26952
|
|
|
28088
26953
|
def append(self, draw_func):
|
|
28089
26954
|
"""Append a draw function to this menu,
|
|
@@ -28393,10 +27258,7 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
28393
27258
|
"""
|
|
28394
27259
|
...
|
|
28395
27260
|
|
|
28396
|
-
def is_extended(self):
|
|
28397
|
-
""" """
|
|
28398
|
-
...
|
|
28399
|
-
|
|
27261
|
+
def is_extended(self): ...
|
|
28400
27262
|
def is_property_hidden(self) -> bool:
|
|
28401
27263
|
"""Check if a property is hidden.
|
|
28402
27264
|
|
|
@@ -28554,28 +27416,13 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
28554
27416
|
class OBJECT_PT_bRotateLikeConstraint(
|
|
28555
27417
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
28556
27418
|
):
|
|
28557
|
-
""" """
|
|
28558
|
-
|
|
28559
27419
|
bl_context: typing.Any
|
|
28560
|
-
""" """
|
|
28561
|
-
|
|
28562
27420
|
bl_label: typing.Any
|
|
28563
|
-
""" """
|
|
28564
|
-
|
|
28565
27421
|
bl_options: typing.Any
|
|
28566
|
-
""" """
|
|
28567
|
-
|
|
28568
27422
|
bl_region_type: typing.Any
|
|
28569
|
-
""" """
|
|
28570
|
-
|
|
28571
27423
|
bl_rna: typing.Any
|
|
28572
|
-
""" """
|
|
28573
|
-
|
|
28574
27424
|
bl_space_type: typing.Any
|
|
28575
|
-
""" """
|
|
28576
|
-
|
|
28577
27425
|
id_data: typing.Any
|
|
28578
|
-
""" """
|
|
28579
27426
|
|
|
28580
27427
|
def append(self, draw_func):
|
|
28581
27428
|
"""Append a draw function to this menu,
|
|
@@ -28885,10 +27732,7 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
28885
27732
|
"""
|
|
28886
27733
|
...
|
|
28887
27734
|
|
|
28888
|
-
def is_extended(self):
|
|
28889
|
-
""" """
|
|
28890
|
-
...
|
|
28891
|
-
|
|
27735
|
+
def is_extended(self): ...
|
|
28892
27736
|
def is_property_hidden(self) -> bool:
|
|
28893
27737
|
"""Check if a property is hidden.
|
|
28894
27738
|
|
|
@@ -29046,28 +27890,13 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
29046
27890
|
class OBJECT_PT_bSameVolumeConstraint(
|
|
29047
27891
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
29048
27892
|
):
|
|
29049
|
-
""" """
|
|
29050
|
-
|
|
29051
27893
|
bl_context: typing.Any
|
|
29052
|
-
""" """
|
|
29053
|
-
|
|
29054
27894
|
bl_label: typing.Any
|
|
29055
|
-
""" """
|
|
29056
|
-
|
|
29057
27895
|
bl_options: typing.Any
|
|
29058
|
-
""" """
|
|
29059
|
-
|
|
29060
27896
|
bl_region_type: typing.Any
|
|
29061
|
-
""" """
|
|
29062
|
-
|
|
29063
27897
|
bl_rna: typing.Any
|
|
29064
|
-
""" """
|
|
29065
|
-
|
|
29066
27898
|
bl_space_type: typing.Any
|
|
29067
|
-
""" """
|
|
29068
|
-
|
|
29069
27899
|
id_data: typing.Any
|
|
29070
|
-
""" """
|
|
29071
27900
|
|
|
29072
27901
|
def append(self, draw_func):
|
|
29073
27902
|
"""Append a draw function to this menu,
|
|
@@ -29377,10 +28206,7 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
29377
28206
|
"""
|
|
29378
28207
|
...
|
|
29379
28208
|
|
|
29380
|
-
def is_extended(self):
|
|
29381
|
-
""" """
|
|
29382
|
-
...
|
|
29383
|
-
|
|
28209
|
+
def is_extended(self): ...
|
|
29384
28210
|
def is_property_hidden(self) -> bool:
|
|
29385
28211
|
"""Check if a property is hidden.
|
|
29386
28212
|
|
|
@@ -29538,28 +28364,13 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
29538
28364
|
class OBJECT_PT_bShrinkwrapConstraint(
|
|
29539
28365
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
29540
28366
|
):
|
|
29541
|
-
""" """
|
|
29542
|
-
|
|
29543
28367
|
bl_context: typing.Any
|
|
29544
|
-
""" """
|
|
29545
|
-
|
|
29546
28368
|
bl_label: typing.Any
|
|
29547
|
-
""" """
|
|
29548
|
-
|
|
29549
28369
|
bl_options: typing.Any
|
|
29550
|
-
""" """
|
|
29551
|
-
|
|
29552
28370
|
bl_region_type: typing.Any
|
|
29553
|
-
""" """
|
|
29554
|
-
|
|
29555
28371
|
bl_rna: typing.Any
|
|
29556
|
-
""" """
|
|
29557
|
-
|
|
29558
28372
|
bl_space_type: typing.Any
|
|
29559
|
-
""" """
|
|
29560
|
-
|
|
29561
28373
|
id_data: typing.Any
|
|
29562
|
-
""" """
|
|
29563
28374
|
|
|
29564
28375
|
def append(self, draw_func):
|
|
29565
28376
|
"""Append a draw function to this menu,
|
|
@@ -29869,10 +28680,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
29869
28680
|
"""
|
|
29870
28681
|
...
|
|
29871
28682
|
|
|
29872
|
-
def is_extended(self):
|
|
29873
|
-
""" """
|
|
29874
|
-
...
|
|
29875
|
-
|
|
28683
|
+
def is_extended(self): ...
|
|
29876
28684
|
def is_property_hidden(self) -> bool:
|
|
29877
28685
|
"""Check if a property is hidden.
|
|
29878
28686
|
|
|
@@ -30030,28 +28838,13 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
30030
28838
|
class OBJECT_PT_bSizeLikeConstraint(
|
|
30031
28839
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
30032
28840
|
):
|
|
30033
|
-
""" """
|
|
30034
|
-
|
|
30035
28841
|
bl_context: typing.Any
|
|
30036
|
-
""" """
|
|
30037
|
-
|
|
30038
28842
|
bl_label: typing.Any
|
|
30039
|
-
""" """
|
|
30040
|
-
|
|
30041
28843
|
bl_options: typing.Any
|
|
30042
|
-
""" """
|
|
30043
|
-
|
|
30044
28844
|
bl_region_type: typing.Any
|
|
30045
|
-
""" """
|
|
30046
|
-
|
|
30047
28845
|
bl_rna: typing.Any
|
|
30048
|
-
""" """
|
|
30049
|
-
|
|
30050
28846
|
bl_space_type: typing.Any
|
|
30051
|
-
""" """
|
|
30052
|
-
|
|
30053
28847
|
id_data: typing.Any
|
|
30054
|
-
""" """
|
|
30055
28848
|
|
|
30056
28849
|
def append(self, draw_func):
|
|
30057
28850
|
"""Append a draw function to this menu,
|
|
@@ -30361,10 +29154,7 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
30361
29154
|
"""
|
|
30362
29155
|
...
|
|
30363
29156
|
|
|
30364
|
-
def is_extended(self):
|
|
30365
|
-
""" """
|
|
30366
|
-
...
|
|
30367
|
-
|
|
29157
|
+
def is_extended(self): ...
|
|
30368
29158
|
def is_property_hidden(self) -> bool:
|
|
30369
29159
|
"""Check if a property is hidden.
|
|
30370
29160
|
|
|
@@ -30522,28 +29312,13 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
30522
29312
|
class OBJECT_PT_bSizeLimitConstraint(
|
|
30523
29313
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
30524
29314
|
):
|
|
30525
|
-
""" """
|
|
30526
|
-
|
|
30527
29315
|
bl_context: typing.Any
|
|
30528
|
-
""" """
|
|
30529
|
-
|
|
30530
29316
|
bl_label: typing.Any
|
|
30531
|
-
""" """
|
|
30532
|
-
|
|
30533
29317
|
bl_options: typing.Any
|
|
30534
|
-
""" """
|
|
30535
|
-
|
|
30536
29318
|
bl_region_type: typing.Any
|
|
30537
|
-
""" """
|
|
30538
|
-
|
|
30539
29319
|
bl_rna: typing.Any
|
|
30540
|
-
""" """
|
|
30541
|
-
|
|
30542
29320
|
bl_space_type: typing.Any
|
|
30543
|
-
""" """
|
|
30544
|
-
|
|
30545
29321
|
id_data: typing.Any
|
|
30546
|
-
""" """
|
|
30547
29322
|
|
|
30548
29323
|
def append(self, draw_func):
|
|
30549
29324
|
"""Append a draw function to this menu,
|
|
@@ -30853,10 +29628,7 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
30853
29628
|
"""
|
|
30854
29629
|
...
|
|
30855
29630
|
|
|
30856
|
-
def is_extended(self):
|
|
30857
|
-
""" """
|
|
30858
|
-
...
|
|
30859
|
-
|
|
29631
|
+
def is_extended(self): ...
|
|
30860
29632
|
def is_property_hidden(self) -> bool:
|
|
30861
29633
|
"""Check if a property is hidden.
|
|
30862
29634
|
|
|
@@ -31014,28 +29786,13 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
31014
29786
|
class OBJECT_PT_bStretchToConstraint(
|
|
31015
29787
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
31016
29788
|
):
|
|
31017
|
-
""" """
|
|
31018
|
-
|
|
31019
29789
|
bl_context: typing.Any
|
|
31020
|
-
""" """
|
|
31021
|
-
|
|
31022
29790
|
bl_label: typing.Any
|
|
31023
|
-
""" """
|
|
31024
|
-
|
|
31025
29791
|
bl_options: typing.Any
|
|
31026
|
-
""" """
|
|
31027
|
-
|
|
31028
29792
|
bl_region_type: typing.Any
|
|
31029
|
-
""" """
|
|
31030
|
-
|
|
31031
29793
|
bl_rna: typing.Any
|
|
31032
|
-
""" """
|
|
31033
|
-
|
|
31034
29794
|
bl_space_type: typing.Any
|
|
31035
|
-
""" """
|
|
31036
|
-
|
|
31037
29795
|
id_data: typing.Any
|
|
31038
|
-
""" """
|
|
31039
29796
|
|
|
31040
29797
|
def append(self, draw_func):
|
|
31041
29798
|
"""Append a draw function to this menu,
|
|
@@ -31345,10 +30102,7 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
31345
30102
|
"""
|
|
31346
30103
|
...
|
|
31347
30104
|
|
|
31348
|
-
def is_extended(self):
|
|
31349
|
-
""" """
|
|
31350
|
-
...
|
|
31351
|
-
|
|
30105
|
+
def is_extended(self): ...
|
|
31352
30106
|
def is_property_hidden(self) -> bool:
|
|
31353
30107
|
"""Check if a property is hidden.
|
|
31354
30108
|
|
|
@@ -31506,28 +30260,13 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
31506
30260
|
class OBJECT_PT_bTrackToConstraint(
|
|
31507
30261
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
31508
30262
|
):
|
|
31509
|
-
""" """
|
|
31510
|
-
|
|
31511
30263
|
bl_context: typing.Any
|
|
31512
|
-
""" """
|
|
31513
|
-
|
|
31514
30264
|
bl_label: typing.Any
|
|
31515
|
-
""" """
|
|
31516
|
-
|
|
31517
30265
|
bl_options: typing.Any
|
|
31518
|
-
""" """
|
|
31519
|
-
|
|
31520
30266
|
bl_region_type: typing.Any
|
|
31521
|
-
""" """
|
|
31522
|
-
|
|
31523
30267
|
bl_rna: typing.Any
|
|
31524
|
-
""" """
|
|
31525
|
-
|
|
31526
30268
|
bl_space_type: typing.Any
|
|
31527
|
-
""" """
|
|
31528
|
-
|
|
31529
30269
|
id_data: typing.Any
|
|
31530
|
-
""" """
|
|
31531
30270
|
|
|
31532
30271
|
def append(self, draw_func):
|
|
31533
30272
|
"""Append a draw function to this menu,
|
|
@@ -31837,10 +30576,7 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
31837
30576
|
"""
|
|
31838
30577
|
...
|
|
31839
30578
|
|
|
31840
|
-
def is_extended(self):
|
|
31841
|
-
""" """
|
|
31842
|
-
...
|
|
31843
|
-
|
|
30579
|
+
def is_extended(self): ...
|
|
31844
30580
|
def is_property_hidden(self) -> bool:
|
|
31845
30581
|
"""Check if a property is hidden.
|
|
31846
30582
|
|
|
@@ -31998,28 +30734,13 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
31998
30734
|
class OBJECT_PT_bTransLikeConstraint(
|
|
31999
30735
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
32000
30736
|
):
|
|
32001
|
-
""" """
|
|
32002
|
-
|
|
32003
30737
|
bl_context: typing.Any
|
|
32004
|
-
""" """
|
|
32005
|
-
|
|
32006
30738
|
bl_label: typing.Any
|
|
32007
|
-
""" """
|
|
32008
|
-
|
|
32009
30739
|
bl_options: typing.Any
|
|
32010
|
-
""" """
|
|
32011
|
-
|
|
32012
30740
|
bl_region_type: typing.Any
|
|
32013
|
-
""" """
|
|
32014
|
-
|
|
32015
30741
|
bl_rna: typing.Any
|
|
32016
|
-
""" """
|
|
32017
|
-
|
|
32018
30742
|
bl_space_type: typing.Any
|
|
32019
|
-
""" """
|
|
32020
|
-
|
|
32021
30743
|
id_data: typing.Any
|
|
32022
|
-
""" """
|
|
32023
30744
|
|
|
32024
30745
|
def append(self, draw_func):
|
|
32025
30746
|
"""Append a draw function to this menu,
|
|
@@ -32329,10 +31050,7 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
32329
31050
|
"""
|
|
32330
31051
|
...
|
|
32331
31052
|
|
|
32332
|
-
def is_extended(self):
|
|
32333
|
-
""" """
|
|
32334
|
-
...
|
|
32335
|
-
|
|
31053
|
+
def is_extended(self): ...
|
|
32336
31054
|
def is_property_hidden(self) -> bool:
|
|
32337
31055
|
"""Check if a property is hidden.
|
|
32338
31056
|
|
|
@@ -32490,28 +31208,13 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
32490
31208
|
class OBJECT_PT_bTransformCacheConstraint(
|
|
32491
31209
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
32492
31210
|
):
|
|
32493
|
-
""" """
|
|
32494
|
-
|
|
32495
31211
|
bl_context: typing.Any
|
|
32496
|
-
""" """
|
|
32497
|
-
|
|
32498
31212
|
bl_label: typing.Any
|
|
32499
|
-
""" """
|
|
32500
|
-
|
|
32501
31213
|
bl_options: typing.Any
|
|
32502
|
-
""" """
|
|
32503
|
-
|
|
32504
31214
|
bl_region_type: typing.Any
|
|
32505
|
-
""" """
|
|
32506
|
-
|
|
32507
31215
|
bl_rna: typing.Any
|
|
32508
|
-
""" """
|
|
32509
|
-
|
|
32510
31216
|
bl_space_type: typing.Any
|
|
32511
|
-
""" """
|
|
32512
|
-
|
|
32513
31217
|
id_data: typing.Any
|
|
32514
|
-
""" """
|
|
32515
31218
|
|
|
32516
31219
|
def append(self, draw_func):
|
|
32517
31220
|
"""Append a draw function to this menu,
|
|
@@ -32821,10 +31524,7 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
32821
31524
|
"""
|
|
32822
31525
|
...
|
|
32823
31526
|
|
|
32824
|
-
def is_extended(self):
|
|
32825
|
-
""" """
|
|
32826
|
-
...
|
|
32827
|
-
|
|
31527
|
+
def is_extended(self): ...
|
|
32828
31528
|
def is_property_hidden(self) -> bool:
|
|
32829
31529
|
"""Check if a property is hidden.
|
|
32830
31530
|
|
|
@@ -32985,28 +31685,13 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
32985
31685
|
ConstraintButtonsSubPanel,
|
|
32986
31686
|
bpy_types._GenericUI,
|
|
32987
31687
|
):
|
|
32988
|
-
""" """
|
|
32989
|
-
|
|
32990
31688
|
bl_context: typing.Any
|
|
32991
|
-
""" """
|
|
32992
|
-
|
|
32993
31689
|
bl_label: typing.Any
|
|
32994
|
-
""" """
|
|
32995
|
-
|
|
32996
31690
|
bl_parent_id: typing.Any
|
|
32997
|
-
""" """
|
|
32998
|
-
|
|
32999
31691
|
bl_region_type: typing.Any
|
|
33000
|
-
""" """
|
|
33001
|
-
|
|
33002
31692
|
bl_rna: typing.Any
|
|
33003
|
-
""" """
|
|
33004
|
-
|
|
33005
31693
|
bl_space_type: typing.Any
|
|
33006
|
-
""" """
|
|
33007
|
-
|
|
33008
31694
|
id_data: typing.Any
|
|
33009
|
-
""" """
|
|
33010
31695
|
|
|
33011
31696
|
def append(self, draw_func):
|
|
33012
31697
|
"""Append a draw function to this menu,
|
|
@@ -33183,10 +31868,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
33183
31868
|
"""
|
|
33184
31869
|
...
|
|
33185
31870
|
|
|
33186
|
-
def is_extended(self):
|
|
33187
|
-
""" """
|
|
33188
|
-
...
|
|
33189
|
-
|
|
31871
|
+
def is_extended(self): ...
|
|
33190
31872
|
def is_property_hidden(self) -> bool:
|
|
33191
31873
|
"""Check if a property is hidden.
|
|
33192
31874
|
|
|
@@ -33327,28 +32009,13 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
|
33327
32009
|
ConstraintButtonsSubPanel,
|
|
33328
32010
|
bpy_types._GenericUI,
|
|
33329
32011
|
):
|
|
33330
|
-
""" """
|
|
33331
|
-
|
|
33332
32012
|
bl_context: typing.Any
|
|
33333
|
-
""" """
|
|
33334
|
-
|
|
33335
32013
|
bl_label: typing.Any
|
|
33336
|
-
""" """
|
|
33337
|
-
|
|
33338
32014
|
bl_parent_id: typing.Any
|
|
33339
|
-
""" """
|
|
33340
|
-
|
|
33341
32015
|
bl_region_type: typing.Any
|
|
33342
|
-
""" """
|
|
33343
|
-
|
|
33344
32016
|
bl_rna: typing.Any
|
|
33345
|
-
""" """
|
|
33346
|
-
|
|
33347
32017
|
bl_space_type: typing.Any
|
|
33348
|
-
""" """
|
|
33349
|
-
|
|
33350
32018
|
id_data: typing.Any
|
|
33351
|
-
""" """
|
|
33352
32019
|
|
|
33353
32020
|
def append(self, draw_func):
|
|
33354
32021
|
"""Append a draw function to this menu,
|
|
@@ -33525,10 +32192,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
|
33525
32192
|
"""
|
|
33526
32193
|
...
|
|
33527
32194
|
|
|
33528
|
-
def is_extended(self):
|
|
33529
|
-
""" """
|
|
33530
|
-
...
|
|
33531
|
-
|
|
32195
|
+
def is_extended(self): ...
|
|
33532
32196
|
def is_property_hidden(self) -> bool:
|
|
33533
32197
|
"""Check if a property is hidden.
|
|
33534
32198
|
|
|
@@ -33669,28 +32333,13 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
33669
32333
|
ConstraintButtonsSubPanel,
|
|
33670
32334
|
bpy_types._GenericUI,
|
|
33671
32335
|
):
|
|
33672
|
-
""" """
|
|
33673
|
-
|
|
33674
32336
|
bl_context: typing.Any
|
|
33675
|
-
""" """
|
|
33676
|
-
|
|
33677
32337
|
bl_label: typing.Any
|
|
33678
|
-
""" """
|
|
33679
|
-
|
|
33680
32338
|
bl_parent_id: typing.Any
|
|
33681
|
-
""" """
|
|
33682
|
-
|
|
33683
32339
|
bl_region_type: typing.Any
|
|
33684
|
-
""" """
|
|
33685
|
-
|
|
33686
32340
|
bl_rna: typing.Any
|
|
33687
|
-
""" """
|
|
33688
|
-
|
|
33689
32341
|
bl_space_type: typing.Any
|
|
33690
|
-
""" """
|
|
33691
|
-
|
|
33692
32342
|
id_data: typing.Any
|
|
33693
|
-
""" """
|
|
33694
32343
|
|
|
33695
32344
|
def append(self, draw_func):
|
|
33696
32345
|
"""Append a draw function to this menu,
|
|
@@ -33867,10 +32516,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
33867
32516
|
"""
|
|
33868
32517
|
...
|
|
33869
32518
|
|
|
33870
|
-
def is_extended(self):
|
|
33871
|
-
""" """
|
|
33872
|
-
...
|
|
33873
|
-
|
|
32519
|
+
def is_extended(self): ...
|
|
33874
32520
|
def is_property_hidden(self) -> bool:
|
|
33875
32521
|
"""Check if a property is hidden.
|
|
33876
32522
|
|
|
@@ -34011,28 +32657,13 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
34011
32657
|
ConstraintButtonsSubPanel,
|
|
34012
32658
|
bpy_types._GenericUI,
|
|
34013
32659
|
):
|
|
34014
|
-
""" """
|
|
34015
|
-
|
|
34016
32660
|
bl_context: typing.Any
|
|
34017
|
-
""" """
|
|
34018
|
-
|
|
34019
32661
|
bl_label: typing.Any
|
|
34020
|
-
""" """
|
|
34021
|
-
|
|
34022
32662
|
bl_parent_id: typing.Any
|
|
34023
|
-
""" """
|
|
34024
|
-
|
|
34025
32663
|
bl_region_type: typing.Any
|
|
34026
|
-
""" """
|
|
34027
|
-
|
|
34028
32664
|
bl_rna: typing.Any
|
|
34029
|
-
""" """
|
|
34030
|
-
|
|
34031
32665
|
bl_space_type: typing.Any
|
|
34032
|
-
""" """
|
|
34033
|
-
|
|
34034
32666
|
id_data: typing.Any
|
|
34035
|
-
""" """
|
|
34036
32667
|
|
|
34037
32668
|
def append(self, draw_func):
|
|
34038
32669
|
"""Append a draw function to this menu,
|
|
@@ -34209,10 +32840,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
34209
32840
|
"""
|
|
34210
32841
|
...
|
|
34211
32842
|
|
|
34212
|
-
def is_extended(self):
|
|
34213
|
-
""" """
|
|
34214
|
-
...
|
|
34215
|
-
|
|
32843
|
+
def is_extended(self): ...
|
|
34216
32844
|
def is_property_hidden(self) -> bool:
|
|
34217
32845
|
"""Check if a property is hidden.
|
|
34218
32846
|
|
|
@@ -34350,28 +32978,13 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
34350
32978
|
class OBJECT_PT_bTransformConstraint(
|
|
34351
32979
|
bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
34352
32980
|
):
|
|
34353
|
-
""" """
|
|
34354
|
-
|
|
34355
32981
|
bl_context: typing.Any
|
|
34356
|
-
""" """
|
|
34357
|
-
|
|
34358
32982
|
bl_label: typing.Any
|
|
34359
|
-
""" """
|
|
34360
|
-
|
|
34361
32983
|
bl_options: typing.Any
|
|
34362
|
-
""" """
|
|
34363
|
-
|
|
34364
32984
|
bl_region_type: typing.Any
|
|
34365
|
-
""" """
|
|
34366
|
-
|
|
34367
32985
|
bl_rna: typing.Any
|
|
34368
|
-
""" """
|
|
34369
|
-
|
|
34370
32986
|
bl_space_type: typing.Any
|
|
34371
|
-
""" """
|
|
34372
|
-
|
|
34373
32987
|
id_data: typing.Any
|
|
34374
|
-
""" """
|
|
34375
32988
|
|
|
34376
32989
|
def append(self, draw_func):
|
|
34377
32990
|
"""Append a draw function to this menu,
|
|
@@ -34681,10 +33294,7 @@ class OBJECT_PT_bTransformConstraint(
|
|
|
34681
33294
|
"""
|
|
34682
33295
|
...
|
|
34683
33296
|
|
|
34684
|
-
def is_extended(self):
|
|
34685
|
-
""" """
|
|
34686
|
-
...
|
|
34687
|
-
|
|
33297
|
+
def is_extended(self): ...
|
|
34688
33298
|
def is_property_hidden(self) -> bool:
|
|
34689
33299
|
"""Check if a property is hidden.
|
|
34690
33300
|
|
|
@@ -34845,28 +33455,13 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
34845
33455
|
ConstraintButtonsSubPanel,
|
|
34846
33456
|
bpy_types._GenericUI,
|
|
34847
33457
|
):
|
|
34848
|
-
""" """
|
|
34849
|
-
|
|
34850
33458
|
bl_context: typing.Any
|
|
34851
|
-
""" """
|
|
34852
|
-
|
|
34853
33459
|
bl_label: typing.Any
|
|
34854
|
-
""" """
|
|
34855
|
-
|
|
34856
33460
|
bl_parent_id: typing.Any
|
|
34857
|
-
""" """
|
|
34858
|
-
|
|
34859
33461
|
bl_region_type: typing.Any
|
|
34860
|
-
""" """
|
|
34861
|
-
|
|
34862
33462
|
bl_rna: typing.Any
|
|
34863
|
-
""" """
|
|
34864
|
-
|
|
34865
33463
|
bl_space_type: typing.Any
|
|
34866
|
-
""" """
|
|
34867
|
-
|
|
34868
33464
|
id_data: typing.Any
|
|
34869
|
-
""" """
|
|
34870
33465
|
|
|
34871
33466
|
def append(self, draw_func):
|
|
34872
33467
|
"""Append a draw function to this menu,
|
|
@@ -35043,10 +33638,7 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
35043
33638
|
"""
|
|
35044
33639
|
...
|
|
35045
33640
|
|
|
35046
|
-
def is_extended(self):
|
|
35047
|
-
""" """
|
|
35048
|
-
...
|
|
35049
|
-
|
|
33641
|
+
def is_extended(self): ...
|
|
35050
33642
|
def is_property_hidden(self) -> bool:
|
|
35051
33643
|
"""Check if a property is hidden.
|
|
35052
33644
|
|
|
@@ -35187,28 +33779,13 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
35187
33779
|
ConstraintButtonsSubPanel,
|
|
35188
33780
|
bpy_types._GenericUI,
|
|
35189
33781
|
):
|
|
35190
|
-
""" """
|
|
35191
|
-
|
|
35192
33782
|
bl_context: typing.Any
|
|
35193
|
-
""" """
|
|
35194
|
-
|
|
35195
33783
|
bl_label: typing.Any
|
|
35196
|
-
""" """
|
|
35197
|
-
|
|
35198
33784
|
bl_parent_id: typing.Any
|
|
35199
|
-
""" """
|
|
35200
|
-
|
|
35201
33785
|
bl_region_type: typing.Any
|
|
35202
|
-
""" """
|
|
35203
|
-
|
|
35204
33786
|
bl_rna: typing.Any
|
|
35205
|
-
""" """
|
|
35206
|
-
|
|
35207
33787
|
bl_space_type: typing.Any
|
|
35208
|
-
""" """
|
|
35209
|
-
|
|
35210
33788
|
id_data: typing.Any
|
|
35211
|
-
""" """
|
|
35212
33789
|
|
|
35213
33790
|
def append(self, draw_func):
|
|
35214
33791
|
"""Append a draw function to this menu,
|
|
@@ -35385,10 +33962,7 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
35385
33962
|
"""
|
|
35386
33963
|
...
|
|
35387
33964
|
|
|
35388
|
-
def is_extended(self):
|
|
35389
|
-
""" """
|
|
35390
|
-
...
|
|
35391
|
-
|
|
33965
|
+
def is_extended(self): ...
|
|
35392
33966
|
def is_property_hidden(self) -> bool:
|
|
35393
33967
|
"""Check if a property is hidden.
|
|
35394
33968
|
|
|
@@ -35526,28 +34100,13 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
35526
34100
|
class OBJECT_PT_constraints(
|
|
35527
34101
|
bpy_types.Panel, ObjectConstraintPanel, bpy_types._GenericUI
|
|
35528
34102
|
):
|
|
35529
|
-
""" """
|
|
35530
|
-
|
|
35531
34103
|
bl_context: typing.Any
|
|
35532
|
-
""" """
|
|
35533
|
-
|
|
35534
34104
|
bl_label: typing.Any
|
|
35535
|
-
""" """
|
|
35536
|
-
|
|
35537
34105
|
bl_options: typing.Any
|
|
35538
|
-
""" """
|
|
35539
|
-
|
|
35540
34106
|
bl_region_type: typing.Any
|
|
35541
|
-
""" """
|
|
35542
|
-
|
|
35543
34107
|
bl_rna: typing.Any
|
|
35544
|
-
""" """
|
|
35545
|
-
|
|
35546
34108
|
bl_space_type: typing.Any
|
|
35547
|
-
""" """
|
|
35548
|
-
|
|
35549
34109
|
id_data: typing.Any
|
|
35550
|
-
""" """
|
|
35551
34110
|
|
|
35552
34111
|
def append(self, draw_func):
|
|
35553
34112
|
"""Append a draw function to this menu,
|
|
@@ -35632,10 +34191,7 @@ class OBJECT_PT_constraints(
|
|
|
35632
34191
|
"""
|
|
35633
34192
|
...
|
|
35634
34193
|
|
|
35635
|
-
def is_extended(self):
|
|
35636
|
-
""" """
|
|
35637
|
-
...
|
|
35638
|
-
|
|
34194
|
+
def is_extended(self): ...
|
|
35639
34195
|
def is_property_hidden(self) -> bool:
|
|
35640
34196
|
"""Check if a property is hidden.
|
|
35641
34197
|
|