fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bpy/ops/cloth/__init__.pyi
CHANGED
|
@@ -14,12 +14,7 @@ def preset_add(
|
|
|
14
14
|
) -> None:
|
|
15
15
|
"""Add or remove a Cloth Preset
|
|
16
16
|
|
|
17
|
-
:type execution_context: int | str | None
|
|
18
|
-
:type undo: bool | None
|
|
19
17
|
:param name: Name, Name of the preset, used to make the path name
|
|
20
|
-
:type name: str
|
|
21
18
|
:param remove_name: remove_name
|
|
22
|
-
:type remove_name: bool | None
|
|
23
19
|
:param remove_active: remove_active
|
|
24
|
-
:type remove_active: bool | None
|
|
25
20
|
"""
|
bpy/ops/collection/__init__.pyi
CHANGED
|
@@ -8,14 +8,11 @@ def create(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
*,
|
|
11
|
-
name: str = "
|
|
11
|
+
name: str = "",
|
|
12
12
|
) -> None:
|
|
13
13
|
"""Create an object collection from selected objects
|
|
14
14
|
|
|
15
|
-
:type execution_context: int | str | None
|
|
16
|
-
:type undo: bool | None
|
|
17
15
|
:param name: Name, Name of the new collection
|
|
18
|
-
:type name: str
|
|
19
16
|
"""
|
|
20
17
|
|
|
21
18
|
def export_all(
|
|
@@ -23,11 +20,7 @@ def export_all(
|
|
|
23
20
|
undo: bool | None = None,
|
|
24
21
|
/,
|
|
25
22
|
) -> None:
|
|
26
|
-
"""Invoke all configured exporters on this collection
|
|
27
|
-
|
|
28
|
-
:type execution_context: int | str | None
|
|
29
|
-
:type undo: bool | None
|
|
30
|
-
"""
|
|
23
|
+
"""Invoke all configured exporters on this collection"""
|
|
31
24
|
|
|
32
25
|
def exporter_add(
|
|
33
26
|
execution_context: int | str | None = None,
|
|
@@ -38,10 +31,7 @@ def exporter_add(
|
|
|
38
31
|
) -> None:
|
|
39
32
|
"""Add exporter to the exporter list
|
|
40
33
|
|
|
41
|
-
:type execution_context: int | str | None
|
|
42
|
-
:type undo: bool | None
|
|
43
34
|
:param name: Name, FileHandler idname
|
|
44
|
-
:type name: str
|
|
45
35
|
"""
|
|
46
36
|
|
|
47
37
|
def exporter_export(
|
|
@@ -53,10 +43,7 @@ def exporter_export(
|
|
|
53
43
|
) -> None:
|
|
54
44
|
"""Invoke the export operation
|
|
55
45
|
|
|
56
|
-
:type execution_context: int | str | None
|
|
57
|
-
:type undo: bool | None
|
|
58
46
|
:param index: Index, Exporter index
|
|
59
|
-
:type index: int | None
|
|
60
47
|
"""
|
|
61
48
|
|
|
62
49
|
def exporter_move(
|
|
@@ -68,10 +55,7 @@ def exporter_move(
|
|
|
68
55
|
) -> None:
|
|
69
56
|
"""Move exporter up or down in the exporter list
|
|
70
57
|
|
|
71
|
-
:type execution_context: int | str | None
|
|
72
|
-
:type undo: bool | None
|
|
73
58
|
:param direction: Direction, Direction to move the active exporter
|
|
74
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
75
59
|
"""
|
|
76
60
|
|
|
77
61
|
def exporter_remove(
|
|
@@ -83,10 +67,7 @@ def exporter_remove(
|
|
|
83
67
|
) -> None:
|
|
84
68
|
"""Remove exporter from the exporter list
|
|
85
69
|
|
|
86
|
-
:type execution_context: int | str | None
|
|
87
|
-
:type undo: bool | None
|
|
88
70
|
:param index: Index, Exporter index
|
|
89
|
-
:type index: int | None
|
|
90
71
|
"""
|
|
91
72
|
|
|
92
73
|
def objects_add_active(
|
|
@@ -98,10 +79,7 @@ def objects_add_active(
|
|
|
98
79
|
) -> None:
|
|
99
80
|
"""Add selected objects to one of the collections the active-object is part of. Optionally add to "All Collections" to ensure selected objects are included in the same collections as the active object
|
|
100
81
|
|
|
101
|
-
:type execution_context: int | str | None
|
|
102
|
-
:type undo: bool | None
|
|
103
82
|
:param collection: Collection, The collection to add other selected objects to
|
|
104
|
-
:type collection: str | None
|
|
105
83
|
"""
|
|
106
84
|
|
|
107
85
|
def objects_remove(
|
|
@@ -113,10 +91,7 @@ def objects_remove(
|
|
|
113
91
|
) -> None:
|
|
114
92
|
"""Remove selected objects from a collection
|
|
115
93
|
|
|
116
|
-
:type execution_context: int | str | None
|
|
117
|
-
:type undo: bool | None
|
|
118
94
|
:param collection: Collection, The collection to remove this object from
|
|
119
|
-
:type collection: str | None
|
|
120
95
|
"""
|
|
121
96
|
|
|
122
97
|
def objects_remove_active(
|
|
@@ -128,10 +103,7 @@ def objects_remove_active(
|
|
|
128
103
|
) -> None:
|
|
129
104
|
"""Remove the object from an object collection that contains the active object
|
|
130
105
|
|
|
131
|
-
:type execution_context: int | str | None
|
|
132
|
-
:type undo: bool | None
|
|
133
106
|
:param collection: Collection, The collection to remove other selected objects from
|
|
134
|
-
:type collection: str | None
|
|
135
107
|
"""
|
|
136
108
|
|
|
137
109
|
def objects_remove_all(
|
|
@@ -139,8 +111,4 @@ def objects_remove_all(
|
|
|
139
111
|
undo: bool | None = None,
|
|
140
112
|
/,
|
|
141
113
|
) -> None:
|
|
142
|
-
"""Remove selected objects from all collections
|
|
143
|
-
|
|
144
|
-
:type execution_context: int | str | None
|
|
145
|
-
:type undo: bool | None
|
|
146
|
-
"""
|
|
114
|
+
"""Remove selected objects from all collections"""
|
bpy/ops/console/__init__.pyi
CHANGED
|
@@ -8,22 +8,14 @@ def autocomplete(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one"""
|
|
16
12
|
|
|
17
13
|
def banner(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Print a message when the terminal initializes
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Print a message when the terminal initializes"""
|
|
27
19
|
|
|
28
20
|
def clear(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
@@ -35,12 +27,8 @@ def clear(
|
|
|
35
27
|
) -> None:
|
|
36
28
|
"""Clear text by type
|
|
37
29
|
|
|
38
|
-
:type execution_context: int | str | None
|
|
39
|
-
:type undo: bool | None
|
|
40
30
|
:param scrollback: Scrollback, Clear the scrollback history
|
|
41
|
-
:type scrollback: bool | None
|
|
42
31
|
:param history: History, Clear the command history
|
|
43
|
-
:type history: bool | None
|
|
44
32
|
"""
|
|
45
33
|
|
|
46
34
|
def clear_line(
|
|
@@ -48,11 +36,7 @@ def clear_line(
|
|
|
48
36
|
undo: bool | None = None,
|
|
49
37
|
/,
|
|
50
38
|
) -> None:
|
|
51
|
-
"""Clear the line and store in history
|
|
52
|
-
|
|
53
|
-
:type execution_context: int | str | None
|
|
54
|
-
:type undo: bool | None
|
|
55
|
-
"""
|
|
39
|
+
"""Clear the line and store in history"""
|
|
56
40
|
|
|
57
41
|
def copy(
|
|
58
42
|
execution_context: int | str | None = None,
|
|
@@ -63,10 +47,7 @@ def copy(
|
|
|
63
47
|
) -> None:
|
|
64
48
|
"""Copy selected text to clipboard
|
|
65
49
|
|
|
66
|
-
:type execution_context: int | str | None
|
|
67
|
-
:type undo: bool | None
|
|
68
50
|
:param delete: Delete Selection, Whether to delete the selection after copying
|
|
69
|
-
:type delete: bool | None
|
|
70
51
|
"""
|
|
71
52
|
|
|
72
53
|
def copy_as_script(
|
|
@@ -74,11 +55,7 @@ def copy_as_script(
|
|
|
74
55
|
undo: bool | None = None,
|
|
75
56
|
/,
|
|
76
57
|
) -> None:
|
|
77
|
-
"""Copy the console contents for use in a script
|
|
78
|
-
|
|
79
|
-
:type execution_context: int | str | None
|
|
80
|
-
:type undo: bool | None
|
|
81
|
-
"""
|
|
58
|
+
"""Copy the console contents for use in a script"""
|
|
82
59
|
|
|
83
60
|
def delete(
|
|
84
61
|
execution_context: int | str | None = None,
|
|
@@ -92,10 +69,7 @@ def delete(
|
|
|
92
69
|
) -> None:
|
|
93
70
|
"""Delete text by cursor position
|
|
94
71
|
|
|
95
|
-
:type execution_context: int | str | None
|
|
96
|
-
:type undo: bool | None
|
|
97
72
|
:param type: Type, Which part of the text to delete
|
|
98
|
-
:type type: typing.Literal['NEXT_CHARACTER','PREVIOUS_CHARACTER','NEXT_WORD','PREVIOUS_WORD'] | None
|
|
99
73
|
"""
|
|
100
74
|
|
|
101
75
|
def execute(
|
|
@@ -107,10 +81,7 @@ def execute(
|
|
|
107
81
|
) -> None:
|
|
108
82
|
"""Execute the current console line as a Python expression
|
|
109
83
|
|
|
110
|
-
:type execution_context: int | str | None
|
|
111
|
-
:type undo: bool | None
|
|
112
84
|
:param interactive: interactive
|
|
113
|
-
:type interactive: bool | None
|
|
114
85
|
"""
|
|
115
86
|
|
|
116
87
|
def history_append(
|
|
@@ -124,14 +95,9 @@ def history_append(
|
|
|
124
95
|
) -> None:
|
|
125
96
|
"""Append history at cursor position
|
|
126
97
|
|
|
127
|
-
:type execution_context: int | str | None
|
|
128
|
-
:type undo: bool | None
|
|
129
98
|
:param text: Text, Text to insert at the cursor position
|
|
130
|
-
:type text: str
|
|
131
99
|
:param current_character: Cursor, The index of the cursor
|
|
132
|
-
:type current_character: int | None
|
|
133
100
|
:param remove_duplicates: Remove Duplicates, Remove duplicate items in the history
|
|
134
|
-
:type remove_duplicates: bool | None
|
|
135
101
|
"""
|
|
136
102
|
|
|
137
103
|
def history_cycle(
|
|
@@ -143,10 +109,7 @@ def history_cycle(
|
|
|
143
109
|
) -> None:
|
|
144
110
|
"""Cycle through history
|
|
145
111
|
|
|
146
|
-
:type execution_context: int | str | None
|
|
147
|
-
:type undo: bool | None
|
|
148
112
|
:param reverse: Reverse, Reverse cycle history
|
|
149
|
-
:type reverse: bool | None
|
|
150
113
|
"""
|
|
151
114
|
|
|
152
115
|
def indent(
|
|
@@ -154,22 +117,14 @@ def indent(
|
|
|
154
117
|
undo: bool | None = None,
|
|
155
118
|
/,
|
|
156
119
|
) -> None:
|
|
157
|
-
"""Add 4 spaces at line beginning
|
|
158
|
-
|
|
159
|
-
:type execution_context: int | str | None
|
|
160
|
-
:type undo: bool | None
|
|
161
|
-
"""
|
|
120
|
+
"""Add 4 spaces at line beginning"""
|
|
162
121
|
|
|
163
122
|
def indent_or_autocomplete(
|
|
164
123
|
execution_context: int | str | None = None,
|
|
165
124
|
undo: bool | None = None,
|
|
166
125
|
/,
|
|
167
126
|
) -> None:
|
|
168
|
-
"""Indent selected text or autocomplete
|
|
169
|
-
|
|
170
|
-
:type execution_context: int | str | None
|
|
171
|
-
:type undo: bool | None
|
|
172
|
-
"""
|
|
127
|
+
"""Indent selected text or autocomplete"""
|
|
173
128
|
|
|
174
129
|
def insert(
|
|
175
130
|
execution_context: int | str | None = None,
|
|
@@ -180,10 +135,7 @@ def insert(
|
|
|
180
135
|
) -> None:
|
|
181
136
|
"""Insert text at cursor position
|
|
182
137
|
|
|
183
|
-
:type execution_context: int | str | None
|
|
184
|
-
:type undo: bool | None
|
|
185
138
|
:param text: Text, Text to insert at the cursor position
|
|
186
|
-
:type text: str
|
|
187
139
|
"""
|
|
188
140
|
|
|
189
141
|
def language(
|
|
@@ -195,10 +147,7 @@ def language(
|
|
|
195
147
|
) -> None:
|
|
196
148
|
"""Set the current language for this console
|
|
197
149
|
|
|
198
|
-
:type execution_context: int | str | None
|
|
199
|
-
:type undo: bool | None
|
|
200
150
|
:param language: Language
|
|
201
|
-
:type language: str
|
|
202
151
|
"""
|
|
203
152
|
|
|
204
153
|
def move(
|
|
@@ -219,12 +168,8 @@ def move(
|
|
|
219
168
|
) -> None:
|
|
220
169
|
"""Move cursor position
|
|
221
170
|
|
|
222
|
-
:type execution_context: int | str | None
|
|
223
|
-
:type undo: bool | None
|
|
224
171
|
:param type: Type, Where to move cursor to
|
|
225
|
-
:type type: typing.Literal['LINE_BEGIN','LINE_END','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD'] | None
|
|
226
172
|
:param select: Select, Whether to select while moving
|
|
227
|
-
:type select: bool | None
|
|
228
173
|
"""
|
|
229
174
|
|
|
230
175
|
def paste(
|
|
@@ -236,10 +181,7 @@ def paste(
|
|
|
236
181
|
) -> None:
|
|
237
182
|
"""Paste text from clipboard
|
|
238
183
|
|
|
239
|
-
:type execution_context: int | str | None
|
|
240
|
-
:type undo: bool | None
|
|
241
184
|
:param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
|
|
242
|
-
:type selection: bool | None
|
|
243
185
|
"""
|
|
244
186
|
|
|
245
187
|
def scrollback_append(
|
|
@@ -252,12 +194,8 @@ def scrollback_append(
|
|
|
252
194
|
) -> None:
|
|
253
195
|
"""Append scrollback text by type
|
|
254
196
|
|
|
255
|
-
:type execution_context: int | str | None
|
|
256
|
-
:type undo: bool | None
|
|
257
197
|
:param text: Text, Text to insert at the cursor position
|
|
258
|
-
:type text: str
|
|
259
198
|
:param type: Type, Console output type
|
|
260
|
-
:type type: typing.Literal['OUTPUT','INPUT','INFO','ERROR'] | None
|
|
261
199
|
"""
|
|
262
200
|
|
|
263
201
|
def select_all(
|
|
@@ -265,41 +203,25 @@ def select_all(
|
|
|
265
203
|
undo: bool | None = None,
|
|
266
204
|
/,
|
|
267
205
|
) -> None:
|
|
268
|
-
"""Select all the text
|
|
269
|
-
|
|
270
|
-
:type execution_context: int | str | None
|
|
271
|
-
:type undo: bool | None
|
|
272
|
-
"""
|
|
206
|
+
"""Select all the text"""
|
|
273
207
|
|
|
274
208
|
def select_set(
|
|
275
209
|
execution_context: int | str | None = None,
|
|
276
210
|
undo: bool | None = None,
|
|
277
211
|
/,
|
|
278
212
|
) -> None:
|
|
279
|
-
"""Set the console selection
|
|
280
|
-
|
|
281
|
-
:type execution_context: int | str | None
|
|
282
|
-
:type undo: bool | None
|
|
283
|
-
"""
|
|
213
|
+
"""Set the console selection"""
|
|
284
214
|
|
|
285
215
|
def select_word(
|
|
286
216
|
execution_context: int | str | None = None,
|
|
287
217
|
undo: bool | None = None,
|
|
288
218
|
/,
|
|
289
219
|
) -> None:
|
|
290
|
-
"""Select word at cursor position
|
|
291
|
-
|
|
292
|
-
:type execution_context: int | str | None
|
|
293
|
-
:type undo: bool | None
|
|
294
|
-
"""
|
|
220
|
+
"""Select word at cursor position"""
|
|
295
221
|
|
|
296
222
|
def unindent(
|
|
297
223
|
execution_context: int | str | None = None,
|
|
298
224
|
undo: bool | None = None,
|
|
299
225
|
/,
|
|
300
226
|
) -> None:
|
|
301
|
-
"""Delete 4 spaces from line beginning
|
|
302
|
-
|
|
303
|
-
:type execution_context: int | str | None
|
|
304
|
-
:type undo: bool | None
|
|
305
|
-
"""
|
|
227
|
+
"""Delete 4 spaces from line beginning"""
|
bpy/ops/constraint/__init__.pyi
CHANGED
|
@@ -8,11 +8,7 @@ def add_target(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Add a target to the constraint
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Add a target to the constraint"""
|
|
16
12
|
|
|
17
13
|
def apply(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
@@ -25,10 +21,7 @@ def apply(
|
|
|
25
21
|
) -> None:
|
|
26
22
|
"""Apply constraint and remove from the stack
|
|
27
23
|
|
|
28
|
-
:type execution_context: int | str | None
|
|
29
|
-
:type undo: bool | None
|
|
30
24
|
:param constraint: Constraint, Name of the constraint to edit
|
|
31
|
-
:type constraint: str
|
|
32
25
|
:param owner: Owner, The owner of this constraint
|
|
33
26
|
|
|
34
27
|
OBJECT
|
|
@@ -36,9 +29,7 @@ def apply(
|
|
|
36
29
|
|
|
37
30
|
BONE
|
|
38
31
|
Bone -- Edit a constraint on the active bone.
|
|
39
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
40
32
|
:param report: Report, Create a notification after the operation
|
|
41
|
-
:type report: bool | None
|
|
42
33
|
"""
|
|
43
34
|
|
|
44
35
|
def childof_clear_inverse(
|
|
@@ -51,10 +42,7 @@ def childof_clear_inverse(
|
|
|
51
42
|
) -> None:
|
|
52
43
|
"""Clear inverse correction for Child Of constraint
|
|
53
44
|
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
45
|
:param constraint: Constraint, Name of the constraint to edit
|
|
57
|
-
:type constraint: str
|
|
58
46
|
:param owner: Owner, The owner of this constraint
|
|
59
47
|
|
|
60
48
|
OBJECT
|
|
@@ -62,7 +50,6 @@ def childof_clear_inverse(
|
|
|
62
50
|
|
|
63
51
|
BONE
|
|
64
52
|
Bone -- Edit a constraint on the active bone.
|
|
65
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
66
53
|
"""
|
|
67
54
|
|
|
68
55
|
def childof_set_inverse(
|
|
@@ -75,10 +62,7 @@ def childof_set_inverse(
|
|
|
75
62
|
) -> None:
|
|
76
63
|
"""Set inverse correction for Child Of constraint
|
|
77
64
|
|
|
78
|
-
:type execution_context: int | str | None
|
|
79
|
-
:type undo: bool | None
|
|
80
65
|
:param constraint: Constraint, Name of the constraint to edit
|
|
81
|
-
:type constraint: str
|
|
82
66
|
:param owner: Owner, The owner of this constraint
|
|
83
67
|
|
|
84
68
|
OBJECT
|
|
@@ -86,7 +70,6 @@ def childof_set_inverse(
|
|
|
86
70
|
|
|
87
71
|
BONE
|
|
88
72
|
Bone -- Edit a constraint on the active bone.
|
|
89
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
90
73
|
"""
|
|
91
74
|
|
|
92
75
|
def copy(
|
|
@@ -100,10 +83,7 @@ def copy(
|
|
|
100
83
|
) -> None:
|
|
101
84
|
"""Duplicate constraint at the same position in the stack
|
|
102
85
|
|
|
103
|
-
:type execution_context: int | str | None
|
|
104
|
-
:type undo: bool | None
|
|
105
86
|
:param constraint: Constraint, Name of the constraint to edit
|
|
106
|
-
:type constraint: str
|
|
107
87
|
:param owner: Owner, The owner of this constraint
|
|
108
88
|
|
|
109
89
|
OBJECT
|
|
@@ -111,9 +91,7 @@ def copy(
|
|
|
111
91
|
|
|
112
92
|
BONE
|
|
113
93
|
Bone -- Edit a constraint on the active bone.
|
|
114
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
115
94
|
:param report: Report, Create a notification after the operation
|
|
116
|
-
:type report: bool | None
|
|
117
95
|
"""
|
|
118
96
|
|
|
119
97
|
def copy_to_selected(
|
|
@@ -126,10 +104,7 @@ def copy_to_selected(
|
|
|
126
104
|
) -> None:
|
|
127
105
|
"""Copy constraint to other selected objects/bones
|
|
128
106
|
|
|
129
|
-
:type execution_context: int | str | None
|
|
130
|
-
:type undo: bool | None
|
|
131
107
|
:param constraint: Constraint, Name of the constraint to edit
|
|
132
|
-
:type constraint: str
|
|
133
108
|
:param owner: Owner, The owner of this constraint
|
|
134
109
|
|
|
135
110
|
OBJECT
|
|
@@ -137,7 +112,6 @@ def copy_to_selected(
|
|
|
137
112
|
|
|
138
113
|
BONE
|
|
139
114
|
Bone -- Edit a constraint on the active bone.
|
|
140
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
141
115
|
"""
|
|
142
116
|
|
|
143
117
|
def delete(
|
|
@@ -151,10 +125,7 @@ def delete(
|
|
|
151
125
|
) -> None:
|
|
152
126
|
"""Remove constraint from constraint stack
|
|
153
127
|
|
|
154
|
-
:type execution_context: int | str | None
|
|
155
|
-
:type undo: bool | None
|
|
156
128
|
:param constraint: Constraint, Name of the constraint to edit
|
|
157
|
-
:type constraint: str
|
|
158
129
|
:param owner: Owner, The owner of this constraint
|
|
159
130
|
|
|
160
131
|
OBJECT
|
|
@@ -162,9 +133,7 @@ def delete(
|
|
|
162
133
|
|
|
163
134
|
BONE
|
|
164
135
|
Bone -- Edit a constraint on the active bone.
|
|
165
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
166
136
|
:param report: Report, Create a notification after the operation
|
|
167
|
-
:type report: bool | None
|
|
168
137
|
"""
|
|
169
138
|
|
|
170
139
|
def disable_keep_transform(
|
|
@@ -172,11 +141,7 @@ def disable_keep_transform(
|
|
|
172
141
|
undo: bool | None = None,
|
|
173
142
|
/,
|
|
174
143
|
) -> None:
|
|
175
|
-
"""Set the influence of this constraint to zero while trying to maintain the objects transformation. Other active constraints can still influence the final transformation
|
|
176
|
-
|
|
177
|
-
:type execution_context: int | str | None
|
|
178
|
-
:type undo: bool | None
|
|
179
|
-
"""
|
|
144
|
+
"""Set the influence of this constraint to zero while trying to maintain the objects transformation. Other active constraints can still influence the final transformation"""
|
|
180
145
|
|
|
181
146
|
def followpath_path_animate(
|
|
182
147
|
execution_context: int | str | None = None,
|
|
@@ -190,10 +155,7 @@ def followpath_path_animate(
|
|
|
190
155
|
) -> None:
|
|
191
156
|
"""Add default animation for path used by constraint if it isnt animated already
|
|
192
157
|
|
|
193
|
-
:type execution_context: int | str | None
|
|
194
|
-
:type undo: bool | None
|
|
195
158
|
:param constraint: Constraint, Name of the constraint to edit
|
|
196
|
-
:type constraint: str
|
|
197
159
|
:param owner: Owner, The owner of this constraint
|
|
198
160
|
|
|
199
161
|
OBJECT
|
|
@@ -201,11 +163,8 @@ def followpath_path_animate(
|
|
|
201
163
|
|
|
202
164
|
BONE
|
|
203
165
|
Bone -- Edit a constraint on the active bone.
|
|
204
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
205
166
|
:param frame_start: Start Frame, First frame of path animation
|
|
206
|
-
:type frame_start: int | None
|
|
207
167
|
:param length: Length, Number of frames that path animation should take
|
|
208
|
-
:type length: int | None
|
|
209
168
|
"""
|
|
210
169
|
|
|
211
170
|
def limitdistance_reset(
|
|
@@ -218,10 +177,7 @@ def limitdistance_reset(
|
|
|
218
177
|
) -> None:
|
|
219
178
|
"""Reset limiting distance for Limit Distance Constraint
|
|
220
179
|
|
|
221
|
-
:type execution_context: int | str | None
|
|
222
|
-
:type undo: bool | None
|
|
223
180
|
:param constraint: Constraint, Name of the constraint to edit
|
|
224
|
-
:type constraint: str
|
|
225
181
|
:param owner: Owner, The owner of this constraint
|
|
226
182
|
|
|
227
183
|
OBJECT
|
|
@@ -229,7 +185,6 @@ def limitdistance_reset(
|
|
|
229
185
|
|
|
230
186
|
BONE
|
|
231
187
|
Bone -- Edit a constraint on the active bone.
|
|
232
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
233
188
|
"""
|
|
234
189
|
|
|
235
190
|
def move_down(
|
|
@@ -242,10 +197,7 @@ def move_down(
|
|
|
242
197
|
) -> None:
|
|
243
198
|
"""Move constraint down in constraint stack
|
|
244
199
|
|
|
245
|
-
:type execution_context: int | str | None
|
|
246
|
-
:type undo: bool | None
|
|
247
200
|
:param constraint: Constraint, Name of the constraint to edit
|
|
248
|
-
:type constraint: str
|
|
249
201
|
:param owner: Owner, The owner of this constraint
|
|
250
202
|
|
|
251
203
|
OBJECT
|
|
@@ -253,7 +205,6 @@ def move_down(
|
|
|
253
205
|
|
|
254
206
|
BONE
|
|
255
207
|
Bone -- Edit a constraint on the active bone.
|
|
256
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
257
208
|
"""
|
|
258
209
|
|
|
259
210
|
def move_to_index(
|
|
@@ -267,10 +218,7 @@ def move_to_index(
|
|
|
267
218
|
) -> None:
|
|
268
219
|
"""Change the constraints position in the list so it evaluates after the set number of others
|
|
269
220
|
|
|
270
|
-
:type execution_context: int | str | None
|
|
271
|
-
:type undo: bool | None
|
|
272
221
|
:param constraint: Constraint, Name of the constraint to edit
|
|
273
|
-
:type constraint: str
|
|
274
222
|
:param owner: Owner, The owner of this constraint
|
|
275
223
|
|
|
276
224
|
OBJECT
|
|
@@ -278,9 +226,7 @@ def move_to_index(
|
|
|
278
226
|
|
|
279
227
|
BONE
|
|
280
228
|
Bone -- Edit a constraint on the active bone.
|
|
281
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
282
229
|
:param index: Index, The index to move the constraint to
|
|
283
|
-
:type index: int | None
|
|
284
230
|
"""
|
|
285
231
|
|
|
286
232
|
def move_up(
|
|
@@ -293,10 +239,7 @@ def move_up(
|
|
|
293
239
|
) -> None:
|
|
294
240
|
"""Move constraint up in constraint stack
|
|
295
241
|
|
|
296
|
-
:type execution_context: int | str | None
|
|
297
|
-
:type undo: bool | None
|
|
298
242
|
:param constraint: Constraint, Name of the constraint to edit
|
|
299
|
-
:type constraint: str
|
|
300
243
|
:param owner: Owner, The owner of this constraint
|
|
301
244
|
|
|
302
245
|
OBJECT
|
|
@@ -304,7 +247,6 @@ def move_up(
|
|
|
304
247
|
|
|
305
248
|
BONE
|
|
306
249
|
Bone -- Edit a constraint on the active bone.
|
|
307
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
308
250
|
"""
|
|
309
251
|
|
|
310
252
|
def normalize_target_weights(
|
|
@@ -312,11 +254,7 @@ def normalize_target_weights(
|
|
|
312
254
|
undo: bool | None = None,
|
|
313
255
|
/,
|
|
314
256
|
) -> None:
|
|
315
|
-
"""Normalize weights of all target bones
|
|
316
|
-
|
|
317
|
-
:type execution_context: int | str | None
|
|
318
|
-
:type undo: bool | None
|
|
319
|
-
"""
|
|
257
|
+
"""Normalize weights of all target bones"""
|
|
320
258
|
|
|
321
259
|
def objectsolver_clear_inverse(
|
|
322
260
|
execution_context: int | str | None = None,
|
|
@@ -328,10 +266,7 @@ def objectsolver_clear_inverse(
|
|
|
328
266
|
) -> None:
|
|
329
267
|
"""Clear inverse correction for Object Solver constraint
|
|
330
268
|
|
|
331
|
-
:type execution_context: int | str | None
|
|
332
|
-
:type undo: bool | None
|
|
333
269
|
:param constraint: Constraint, Name of the constraint to edit
|
|
334
|
-
:type constraint: str
|
|
335
270
|
:param owner: Owner, The owner of this constraint
|
|
336
271
|
|
|
337
272
|
OBJECT
|
|
@@ -339,7 +274,6 @@ def objectsolver_clear_inverse(
|
|
|
339
274
|
|
|
340
275
|
BONE
|
|
341
276
|
Bone -- Edit a constraint on the active bone.
|
|
342
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
343
277
|
"""
|
|
344
278
|
|
|
345
279
|
def objectsolver_set_inverse(
|
|
@@ -352,10 +286,7 @@ def objectsolver_set_inverse(
|
|
|
352
286
|
) -> None:
|
|
353
287
|
"""Set inverse correction for Object Solver constraint
|
|
354
288
|
|
|
355
|
-
:type execution_context: int | str | None
|
|
356
|
-
:type undo: bool | None
|
|
357
289
|
:param constraint: Constraint, Name of the constraint to edit
|
|
358
|
-
:type constraint: str
|
|
359
290
|
:param owner: Owner, The owner of this constraint
|
|
360
291
|
|
|
361
292
|
OBJECT
|
|
@@ -363,7 +294,6 @@ def objectsolver_set_inverse(
|
|
|
363
294
|
|
|
364
295
|
BONE
|
|
365
296
|
Bone -- Edit a constraint on the active bone.
|
|
366
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
367
297
|
"""
|
|
368
298
|
|
|
369
299
|
def remove_target(
|
|
@@ -375,10 +305,7 @@ def remove_target(
|
|
|
375
305
|
) -> None:
|
|
376
306
|
"""Remove the target from the constraint
|
|
377
307
|
|
|
378
|
-
:type execution_context: int | str | None
|
|
379
|
-
:type undo: bool | None
|
|
380
308
|
:param index: index
|
|
381
|
-
:type index: int | None
|
|
382
309
|
"""
|
|
383
310
|
|
|
384
311
|
def stretchto_reset(
|
|
@@ -391,10 +318,7 @@ def stretchto_reset(
|
|
|
391
318
|
) -> None:
|
|
392
319
|
"""Reset original length of bone for Stretch To Constraint
|
|
393
320
|
|
|
394
|
-
:type execution_context: int | str | None
|
|
395
|
-
:type undo: bool | None
|
|
396
321
|
:param constraint: Constraint, Name of the constraint to edit
|
|
397
|
-
:type constraint: str
|
|
398
322
|
:param owner: Owner, The owner of this constraint
|
|
399
323
|
|
|
400
324
|
OBJECT
|
|
@@ -402,5 +326,4 @@ def stretchto_reset(
|
|
|
402
326
|
|
|
403
327
|
BONE
|
|
404
328
|
Bone -- Edit a constraint on the active bone.
|
|
405
|
-
:type owner: typing.Literal['OBJECT','BONE'] | None
|
|
406
329
|
"""
|