fake-bpy-module 20240320__py3-none-any.whl → 20240322__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.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86358 -87091
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
bpy/ops/constraint/__init__.pyi
CHANGED
|
@@ -4,37 +4,32 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def add_target(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
12
10
|
):
|
|
13
11
|
"""Add a target to the constraint
|
|
14
12
|
|
|
15
|
-
:type override_context: typing.
|
|
16
|
-
:type execution_context: typing.
|
|
17
|
-
:type undo:
|
|
13
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
|
+
:type undo: bool
|
|
18
16
|
"""
|
|
19
17
|
|
|
20
18
|
...
|
|
21
19
|
|
|
22
20
|
def apply(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
27
|
-
undo: typing.Optional[bool] = None,
|
|
28
|
-
*,
|
|
21
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
|
+
undo: bool = None,
|
|
29
24
|
constraint: typing.Union[str, typing.Any] = "",
|
|
30
|
-
owner: typing.
|
|
31
|
-
report: typing.
|
|
25
|
+
owner: typing.Any = "OBJECT",
|
|
26
|
+
report: typing.Union[bool, typing.Any] = False,
|
|
32
27
|
):
|
|
33
28
|
"""Apply constraint and remove from the stack
|
|
34
29
|
|
|
35
|
-
:type override_context: typing.
|
|
36
|
-
:type execution_context: typing.
|
|
37
|
-
:type undo:
|
|
30
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
+
:type execution_context: typing.Union[str, int]
|
|
32
|
+
:type undo: bool
|
|
38
33
|
:param constraint: Constraint, Name of the constraint to edit
|
|
39
34
|
:type constraint: typing.Union[str, typing.Any]
|
|
40
35
|
:param owner: Owner, The owner of this constraint
|
|
@@ -44,28 +39,25 @@ def apply(
|
|
|
44
39
|
|
|
45
40
|
BONE
|
|
46
41
|
Bone -- Edit a constraint on the active bone.
|
|
47
|
-
:type owner: typing.
|
|
42
|
+
:type owner: typing.Any
|
|
48
43
|
:param report: Report, Create a notification after the operation
|
|
49
|
-
:type report: typing.
|
|
44
|
+
:type report: typing.Union[bool, typing.Any]
|
|
50
45
|
"""
|
|
51
46
|
|
|
52
47
|
...
|
|
53
48
|
|
|
54
49
|
def childof_clear_inverse(
|
|
55
|
-
override_context: typing.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
59
|
-
undo: typing.Optional[bool] = None,
|
|
60
|
-
*,
|
|
50
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
51
|
+
execution_context: typing.Union[str, int] = None,
|
|
52
|
+
undo: bool = None,
|
|
61
53
|
constraint: typing.Union[str, typing.Any] = "",
|
|
62
|
-
owner: typing.
|
|
54
|
+
owner: typing.Any = "OBJECT",
|
|
63
55
|
):
|
|
64
56
|
"""Clear inverse correction for Child Of constraint
|
|
65
57
|
|
|
66
|
-
:type override_context: typing.
|
|
67
|
-
:type execution_context: typing.
|
|
68
|
-
:type undo:
|
|
58
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
+
:type execution_context: typing.Union[str, int]
|
|
60
|
+
:type undo: bool
|
|
69
61
|
:param constraint: Constraint, Name of the constraint to edit
|
|
70
62
|
:type constraint: typing.Union[str, typing.Any]
|
|
71
63
|
:param owner: Owner, The owner of this constraint
|
|
@@ -75,26 +67,23 @@ def childof_clear_inverse(
|
|
|
75
67
|
|
|
76
68
|
BONE
|
|
77
69
|
Bone -- Edit a constraint on the active bone.
|
|
78
|
-
:type owner: typing.
|
|
70
|
+
:type owner: typing.Any
|
|
79
71
|
"""
|
|
80
72
|
|
|
81
73
|
...
|
|
82
74
|
|
|
83
75
|
def childof_set_inverse(
|
|
84
|
-
override_context: typing.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
88
|
-
undo: typing.Optional[bool] = None,
|
|
89
|
-
*,
|
|
76
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
+
execution_context: typing.Union[str, int] = None,
|
|
78
|
+
undo: bool = None,
|
|
90
79
|
constraint: typing.Union[str, typing.Any] = "",
|
|
91
|
-
owner: typing.
|
|
80
|
+
owner: typing.Any = "OBJECT",
|
|
92
81
|
):
|
|
93
82
|
"""Set inverse correction for Child Of constraint
|
|
94
83
|
|
|
95
|
-
:type override_context: typing.
|
|
96
|
-
:type execution_context: typing.
|
|
97
|
-
:type undo:
|
|
84
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
85
|
+
:type execution_context: typing.Union[str, int]
|
|
86
|
+
:type undo: bool
|
|
98
87
|
:param constraint: Constraint, Name of the constraint to edit
|
|
99
88
|
:type constraint: typing.Union[str, typing.Any]
|
|
100
89
|
:param owner: Owner, The owner of this constraint
|
|
@@ -104,27 +93,24 @@ def childof_set_inverse(
|
|
|
104
93
|
|
|
105
94
|
BONE
|
|
106
95
|
Bone -- Edit a constraint on the active bone.
|
|
107
|
-
:type owner: typing.
|
|
96
|
+
:type owner: typing.Any
|
|
108
97
|
"""
|
|
109
98
|
|
|
110
99
|
...
|
|
111
100
|
|
|
112
101
|
def copy(
|
|
113
|
-
override_context: typing.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
117
|
-
undo: typing.Optional[bool] = None,
|
|
118
|
-
*,
|
|
102
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
103
|
+
execution_context: typing.Union[str, int] = None,
|
|
104
|
+
undo: bool = None,
|
|
119
105
|
constraint: typing.Union[str, typing.Any] = "",
|
|
120
|
-
owner: typing.
|
|
121
|
-
report: typing.
|
|
106
|
+
owner: typing.Any = "OBJECT",
|
|
107
|
+
report: typing.Union[bool, typing.Any] = False,
|
|
122
108
|
):
|
|
123
109
|
"""Duplicate constraint at the same position in the stack
|
|
124
110
|
|
|
125
|
-
:type override_context: typing.
|
|
126
|
-
:type execution_context: typing.
|
|
127
|
-
:type undo:
|
|
111
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
112
|
+
:type execution_context: typing.Union[str, int]
|
|
113
|
+
:type undo: bool
|
|
128
114
|
:param constraint: Constraint, Name of the constraint to edit
|
|
129
115
|
:type constraint: typing.Union[str, typing.Any]
|
|
130
116
|
:param owner: Owner, The owner of this constraint
|
|
@@ -134,28 +120,25 @@ def copy(
|
|
|
134
120
|
|
|
135
121
|
BONE
|
|
136
122
|
Bone -- Edit a constraint on the active bone.
|
|
137
|
-
:type owner: typing.
|
|
123
|
+
:type owner: typing.Any
|
|
138
124
|
:param report: Report, Create a notification after the operation
|
|
139
|
-
:type report: typing.
|
|
125
|
+
:type report: typing.Union[bool, typing.Any]
|
|
140
126
|
"""
|
|
141
127
|
|
|
142
128
|
...
|
|
143
129
|
|
|
144
130
|
def copy_to_selected(
|
|
145
|
-
override_context: typing.
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
149
|
-
undo: typing.Optional[bool] = None,
|
|
150
|
-
*,
|
|
131
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
132
|
+
execution_context: typing.Union[str, int] = None,
|
|
133
|
+
undo: bool = None,
|
|
151
134
|
constraint: typing.Union[str, typing.Any] = "",
|
|
152
|
-
owner: typing.
|
|
135
|
+
owner: typing.Any = "OBJECT",
|
|
153
136
|
):
|
|
154
137
|
"""Copy constraint to other selected objects/bones
|
|
155
138
|
|
|
156
|
-
:type override_context: typing.
|
|
157
|
-
:type execution_context: typing.
|
|
158
|
-
:type undo:
|
|
139
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
140
|
+
:type execution_context: typing.Union[str, int]
|
|
141
|
+
:type undo: bool
|
|
159
142
|
:param constraint: Constraint, Name of the constraint to edit
|
|
160
143
|
:type constraint: typing.Union[str, typing.Any]
|
|
161
144
|
:param owner: Owner, The owner of this constraint
|
|
@@ -165,27 +148,24 @@ def copy_to_selected(
|
|
|
165
148
|
|
|
166
149
|
BONE
|
|
167
150
|
Bone -- Edit a constraint on the active bone.
|
|
168
|
-
:type owner: typing.
|
|
151
|
+
:type owner: typing.Any
|
|
169
152
|
"""
|
|
170
153
|
|
|
171
154
|
...
|
|
172
155
|
|
|
173
156
|
def delete(
|
|
174
|
-
override_context: typing.
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
178
|
-
undo: typing.Optional[bool] = None,
|
|
179
|
-
*,
|
|
157
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
158
|
+
execution_context: typing.Union[str, int] = None,
|
|
159
|
+
undo: bool = None,
|
|
180
160
|
constraint: typing.Union[str, typing.Any] = "",
|
|
181
|
-
owner: typing.
|
|
182
|
-
report: typing.
|
|
161
|
+
owner: typing.Any = "OBJECT",
|
|
162
|
+
report: typing.Union[bool, typing.Any] = False,
|
|
183
163
|
):
|
|
184
164
|
"""Remove constraint from constraint stack
|
|
185
165
|
|
|
186
|
-
:type override_context: typing.
|
|
187
|
-
:type execution_context: typing.
|
|
188
|
-
:type undo:
|
|
166
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
167
|
+
:type execution_context: typing.Union[str, int]
|
|
168
|
+
:type undo: bool
|
|
189
169
|
:param constraint: Constraint, Name of the constraint to edit
|
|
190
170
|
:type constraint: typing.Union[str, typing.Any]
|
|
191
171
|
:param owner: Owner, The owner of this constraint
|
|
@@ -195,46 +175,41 @@ def delete(
|
|
|
195
175
|
|
|
196
176
|
BONE
|
|
197
177
|
Bone -- Edit a constraint on the active bone.
|
|
198
|
-
:type owner: typing.
|
|
178
|
+
:type owner: typing.Any
|
|
199
179
|
:param report: Report, Create a notification after the operation
|
|
200
|
-
:type report: typing.
|
|
180
|
+
:type report: typing.Union[bool, typing.Any]
|
|
201
181
|
"""
|
|
202
182
|
|
|
203
183
|
...
|
|
204
184
|
|
|
205
185
|
def disable_keep_transform(
|
|
206
|
-
override_context: typing.
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
210
|
-
undo: typing.Optional[bool] = None,
|
|
186
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
187
|
+
execution_context: typing.Union[str, int] = None,
|
|
188
|
+
undo: bool = None,
|
|
211
189
|
):
|
|
212
190
|
"""Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
|
|
213
191
|
|
|
214
|
-
:type override_context: typing.
|
|
215
|
-
:type execution_context: typing.
|
|
216
|
-
:type undo:
|
|
192
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
193
|
+
:type execution_context: typing.Union[str, int]
|
|
194
|
+
:type undo: bool
|
|
217
195
|
"""
|
|
218
196
|
|
|
219
197
|
...
|
|
220
198
|
|
|
221
199
|
def followpath_path_animate(
|
|
222
|
-
override_context: typing.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
226
|
-
undo: typing.Optional[bool] = None,
|
|
227
|
-
*,
|
|
200
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
201
|
+
execution_context: typing.Union[str, int] = None,
|
|
202
|
+
undo: bool = None,
|
|
228
203
|
constraint: typing.Union[str, typing.Any] = "",
|
|
229
|
-
owner: typing.
|
|
230
|
-
frame_start: typing.
|
|
231
|
-
length: typing.
|
|
204
|
+
owner: typing.Any = "OBJECT",
|
|
205
|
+
frame_start: typing.Any = 1,
|
|
206
|
+
length: typing.Any = 100,
|
|
232
207
|
):
|
|
233
208
|
"""Add default animation for path used by constraint if it isn't animated already
|
|
234
209
|
|
|
235
|
-
:type override_context: typing.
|
|
236
|
-
:type execution_context: typing.
|
|
237
|
-
:type undo:
|
|
210
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
211
|
+
:type execution_context: typing.Union[str, int]
|
|
212
|
+
:type undo: bool
|
|
238
213
|
:param constraint: Constraint, Name of the constraint to edit
|
|
239
214
|
:type constraint: typing.Union[str, typing.Any]
|
|
240
215
|
:param owner: Owner, The owner of this constraint
|
|
@@ -244,30 +219,27 @@ def followpath_path_animate(
|
|
|
244
219
|
|
|
245
220
|
BONE
|
|
246
221
|
Bone -- Edit a constraint on the active bone.
|
|
247
|
-
:type owner: typing.
|
|
222
|
+
:type owner: typing.Any
|
|
248
223
|
:param frame_start: Start Frame, First frame of path animation
|
|
249
|
-
:type frame_start: typing.
|
|
224
|
+
:type frame_start: typing.Any
|
|
250
225
|
:param length: Length, Number of frames that path animation should take
|
|
251
|
-
:type length: typing.
|
|
226
|
+
:type length: typing.Any
|
|
252
227
|
"""
|
|
253
228
|
|
|
254
229
|
...
|
|
255
230
|
|
|
256
231
|
def limitdistance_reset(
|
|
257
|
-
override_context: typing.
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
261
|
-
undo: typing.Optional[bool] = None,
|
|
262
|
-
*,
|
|
232
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
233
|
+
execution_context: typing.Union[str, int] = None,
|
|
234
|
+
undo: bool = None,
|
|
263
235
|
constraint: typing.Union[str, typing.Any] = "",
|
|
264
|
-
owner: typing.
|
|
236
|
+
owner: typing.Any = "OBJECT",
|
|
265
237
|
):
|
|
266
238
|
"""Reset limiting distance for Limit Distance Constraint
|
|
267
239
|
|
|
268
|
-
:type override_context: typing.
|
|
269
|
-
:type execution_context: typing.
|
|
270
|
-
:type undo:
|
|
240
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
241
|
+
:type execution_context: typing.Union[str, int]
|
|
242
|
+
:type undo: bool
|
|
271
243
|
:param constraint: Constraint, Name of the constraint to edit
|
|
272
244
|
:type constraint: typing.Union[str, typing.Any]
|
|
273
245
|
:param owner: Owner, The owner of this constraint
|
|
@@ -277,26 +249,23 @@ def limitdistance_reset(
|
|
|
277
249
|
|
|
278
250
|
BONE
|
|
279
251
|
Bone -- Edit a constraint on the active bone.
|
|
280
|
-
:type owner: typing.
|
|
252
|
+
:type owner: typing.Any
|
|
281
253
|
"""
|
|
282
254
|
|
|
283
255
|
...
|
|
284
256
|
|
|
285
257
|
def move_down(
|
|
286
|
-
override_context: typing.
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
290
|
-
undo: typing.Optional[bool] = None,
|
|
291
|
-
*,
|
|
258
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
259
|
+
execution_context: typing.Union[str, int] = None,
|
|
260
|
+
undo: bool = None,
|
|
292
261
|
constraint: typing.Union[str, typing.Any] = "",
|
|
293
|
-
owner: typing.
|
|
262
|
+
owner: typing.Any = "OBJECT",
|
|
294
263
|
):
|
|
295
264
|
"""Move constraint down in constraint stack
|
|
296
265
|
|
|
297
|
-
:type override_context: typing.
|
|
298
|
-
:type execution_context: typing.
|
|
299
|
-
:type undo:
|
|
266
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
267
|
+
:type execution_context: typing.Union[str, int]
|
|
268
|
+
:type undo: bool
|
|
300
269
|
:param constraint: Constraint, Name of the constraint to edit
|
|
301
270
|
:type constraint: typing.Union[str, typing.Any]
|
|
302
271
|
:param owner: Owner, The owner of this constraint
|
|
@@ -306,27 +275,24 @@ def move_down(
|
|
|
306
275
|
|
|
307
276
|
BONE
|
|
308
277
|
Bone -- Edit a constraint on the active bone.
|
|
309
|
-
:type owner: typing.
|
|
278
|
+
:type owner: typing.Any
|
|
310
279
|
"""
|
|
311
280
|
|
|
312
281
|
...
|
|
313
282
|
|
|
314
283
|
def move_to_index(
|
|
315
|
-
override_context: typing.
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
319
|
-
undo: typing.Optional[bool] = None,
|
|
320
|
-
*,
|
|
284
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
285
|
+
execution_context: typing.Union[str, int] = None,
|
|
286
|
+
undo: bool = None,
|
|
321
287
|
constraint: typing.Union[str, typing.Any] = "",
|
|
322
|
-
owner: typing.
|
|
323
|
-
index: typing.
|
|
288
|
+
owner: typing.Any = "OBJECT",
|
|
289
|
+
index: typing.Any = 0,
|
|
324
290
|
):
|
|
325
291
|
"""Change the constraint's position in the list so it evaluates after the set number of others
|
|
326
292
|
|
|
327
|
-
:type override_context: typing.
|
|
328
|
-
:type execution_context: typing.
|
|
329
|
-
:type undo:
|
|
293
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
294
|
+
:type execution_context: typing.Union[str, int]
|
|
295
|
+
:type undo: bool
|
|
330
296
|
:param constraint: Constraint, Name of the constraint to edit
|
|
331
297
|
:type constraint: typing.Union[str, typing.Any]
|
|
332
298
|
:param owner: Owner, The owner of this constraint
|
|
@@ -336,28 +302,25 @@ def move_to_index(
|
|
|
336
302
|
|
|
337
303
|
BONE
|
|
338
304
|
Bone -- Edit a constraint on the active bone.
|
|
339
|
-
:type owner: typing.
|
|
305
|
+
:type owner: typing.Any
|
|
340
306
|
:param index: Index, The index to move the constraint to
|
|
341
|
-
:type index: typing.
|
|
307
|
+
:type index: typing.Any
|
|
342
308
|
"""
|
|
343
309
|
|
|
344
310
|
...
|
|
345
311
|
|
|
346
312
|
def move_up(
|
|
347
|
-
override_context: typing.
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
351
|
-
undo: typing.Optional[bool] = None,
|
|
352
|
-
*,
|
|
313
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
314
|
+
execution_context: typing.Union[str, int] = None,
|
|
315
|
+
undo: bool = None,
|
|
353
316
|
constraint: typing.Union[str, typing.Any] = "",
|
|
354
|
-
owner: typing.
|
|
317
|
+
owner: typing.Any = "OBJECT",
|
|
355
318
|
):
|
|
356
319
|
"""Move constraint up in constraint stack
|
|
357
320
|
|
|
358
|
-
:type override_context: typing.
|
|
359
|
-
:type execution_context: typing.
|
|
360
|
-
:type undo:
|
|
321
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
+
:type execution_context: typing.Union[str, int]
|
|
323
|
+
:type undo: bool
|
|
361
324
|
:param constraint: Constraint, Name of the constraint to edit
|
|
362
325
|
:type constraint: typing.Union[str, typing.Any]
|
|
363
326
|
:param owner: Owner, The owner of this constraint
|
|
@@ -367,42 +330,37 @@ def move_up(
|
|
|
367
330
|
|
|
368
331
|
BONE
|
|
369
332
|
Bone -- Edit a constraint on the active bone.
|
|
370
|
-
:type owner: typing.
|
|
333
|
+
:type owner: typing.Any
|
|
371
334
|
"""
|
|
372
335
|
|
|
373
336
|
...
|
|
374
337
|
|
|
375
338
|
def normalize_target_weights(
|
|
376
|
-
override_context: typing.
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
380
|
-
undo: typing.Optional[bool] = None,
|
|
339
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
340
|
+
execution_context: typing.Union[str, int] = None,
|
|
341
|
+
undo: bool = None,
|
|
381
342
|
):
|
|
382
343
|
"""Normalize weights of all target bones
|
|
383
344
|
|
|
384
|
-
:type override_context: typing.
|
|
385
|
-
:type execution_context: typing.
|
|
386
|
-
:type undo:
|
|
345
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
346
|
+
:type execution_context: typing.Union[str, int]
|
|
347
|
+
:type undo: bool
|
|
387
348
|
"""
|
|
388
349
|
|
|
389
350
|
...
|
|
390
351
|
|
|
391
352
|
def objectsolver_clear_inverse(
|
|
392
|
-
override_context: typing.
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
396
|
-
undo: typing.Optional[bool] = None,
|
|
397
|
-
*,
|
|
353
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
354
|
+
execution_context: typing.Union[str, int] = None,
|
|
355
|
+
undo: bool = None,
|
|
398
356
|
constraint: typing.Union[str, typing.Any] = "",
|
|
399
|
-
owner: typing.
|
|
357
|
+
owner: typing.Any = "OBJECT",
|
|
400
358
|
):
|
|
401
359
|
"""Clear inverse correction for Object Solver constraint
|
|
402
360
|
|
|
403
|
-
:type override_context: typing.
|
|
404
|
-
:type execution_context: typing.
|
|
405
|
-
:type undo:
|
|
361
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
362
|
+
:type execution_context: typing.Union[str, int]
|
|
363
|
+
:type undo: bool
|
|
406
364
|
:param constraint: Constraint, Name of the constraint to edit
|
|
407
365
|
:type constraint: typing.Union[str, typing.Any]
|
|
408
366
|
:param owner: Owner, The owner of this constraint
|
|
@@ -412,26 +370,23 @@ def objectsolver_clear_inverse(
|
|
|
412
370
|
|
|
413
371
|
BONE
|
|
414
372
|
Bone -- Edit a constraint on the active bone.
|
|
415
|
-
:type owner: typing.
|
|
373
|
+
:type owner: typing.Any
|
|
416
374
|
"""
|
|
417
375
|
|
|
418
376
|
...
|
|
419
377
|
|
|
420
378
|
def objectsolver_set_inverse(
|
|
421
|
-
override_context: typing.
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
425
|
-
undo: typing.Optional[bool] = None,
|
|
426
|
-
*,
|
|
379
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
380
|
+
execution_context: typing.Union[str, int] = None,
|
|
381
|
+
undo: bool = None,
|
|
427
382
|
constraint: typing.Union[str, typing.Any] = "",
|
|
428
|
-
owner: typing.
|
|
383
|
+
owner: typing.Any = "OBJECT",
|
|
429
384
|
):
|
|
430
385
|
"""Set inverse correction for Object Solver constraint
|
|
431
386
|
|
|
432
|
-
:type override_context: typing.
|
|
433
|
-
:type execution_context: typing.
|
|
434
|
-
:type undo:
|
|
387
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
388
|
+
:type execution_context: typing.Union[str, int]
|
|
389
|
+
:type undo: bool
|
|
435
390
|
:param constraint: Constraint, Name of the constraint to edit
|
|
436
391
|
:type constraint: typing.Union[str, typing.Any]
|
|
437
392
|
:param owner: Owner, The owner of this constraint
|
|
@@ -441,46 +396,40 @@ def objectsolver_set_inverse(
|
|
|
441
396
|
|
|
442
397
|
BONE
|
|
443
398
|
Bone -- Edit a constraint on the active bone.
|
|
444
|
-
:type owner: typing.
|
|
399
|
+
:type owner: typing.Any
|
|
445
400
|
"""
|
|
446
401
|
|
|
447
402
|
...
|
|
448
403
|
|
|
449
404
|
def remove_target(
|
|
450
|
-
override_context: typing.
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
undo: typing.Optional[bool] = None,
|
|
455
|
-
*,
|
|
456
|
-
index: typing.Optional[typing.Any] = 0,
|
|
405
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
406
|
+
execution_context: typing.Union[str, int] = None,
|
|
407
|
+
undo: bool = None,
|
|
408
|
+
index: typing.Any = 0,
|
|
457
409
|
):
|
|
458
410
|
"""Remove the target from the constraint
|
|
459
411
|
|
|
460
|
-
:type override_context: typing.
|
|
461
|
-
:type execution_context: typing.
|
|
462
|
-
:type undo:
|
|
412
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
413
|
+
:type execution_context: typing.Union[str, int]
|
|
414
|
+
:type undo: bool
|
|
463
415
|
:param index: index
|
|
464
|
-
:type index: typing.
|
|
416
|
+
:type index: typing.Any
|
|
465
417
|
"""
|
|
466
418
|
|
|
467
419
|
...
|
|
468
420
|
|
|
469
421
|
def stretchto_reset(
|
|
470
|
-
override_context: typing.
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
474
|
-
undo: typing.Optional[bool] = None,
|
|
475
|
-
*,
|
|
422
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
423
|
+
execution_context: typing.Union[str, int] = None,
|
|
424
|
+
undo: bool = None,
|
|
476
425
|
constraint: typing.Union[str, typing.Any] = "",
|
|
477
|
-
owner: typing.
|
|
426
|
+
owner: typing.Any = "OBJECT",
|
|
478
427
|
):
|
|
479
428
|
"""Reset original length of bone for Stretch To Constraint
|
|
480
429
|
|
|
481
|
-
:type override_context: typing.
|
|
482
|
-
:type execution_context: typing.
|
|
483
|
-
:type undo:
|
|
430
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
431
|
+
:type execution_context: typing.Union[str, int]
|
|
432
|
+
:type undo: bool
|
|
484
433
|
:param constraint: Constraint, Name of the constraint to edit
|
|
485
434
|
:type constraint: typing.Union[str, typing.Any]
|
|
486
435
|
:param owner: Owner, The owner of this constraint
|
|
@@ -490,7 +439,7 @@ def stretchto_reset(
|
|
|
490
439
|
|
|
491
440
|
BONE
|
|
492
441
|
Bone -- Edit a constraint on the active bone.
|
|
493
|
-
:type owner: typing.
|
|
442
|
+
:type owner: typing.Any
|
|
494
443
|
"""
|
|
495
444
|
|
|
496
445
|
...
|