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/mask/__init__.pyi
CHANGED
|
@@ -15,10 +15,7 @@ def add_feather_vertex(
|
|
|
15
15
|
) -> None:
|
|
16
16
|
"""Add vertex to feather
|
|
17
17
|
|
|
18
|
-
:type execution_context: int | str | None
|
|
19
|
-
:type undo: bool | None
|
|
20
18
|
:param location: Location, Location of vertex in normalized space
|
|
21
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
22
19
|
"""
|
|
23
20
|
|
|
24
21
|
def add_feather_vertex_slide(
|
|
@@ -31,12 +28,8 @@ def add_feather_vertex_slide(
|
|
|
31
28
|
) -> None:
|
|
32
29
|
"""Add new vertex to feather and slide it
|
|
33
30
|
|
|
34
|
-
:type execution_context: int | str | None
|
|
35
|
-
:type undo: bool | None
|
|
36
31
|
:param MASK_OT_add_feather_vertex: Add Feather Vertex, Add vertex to feather
|
|
37
|
-
:type MASK_OT_add_feather_vertex: add_feather_vertex | None
|
|
38
32
|
:param MASK_OT_slide_point: Slide Point, Slide control points
|
|
39
|
-
:type MASK_OT_slide_point: slide_point | None
|
|
40
33
|
"""
|
|
41
34
|
|
|
42
35
|
def add_vertex(
|
|
@@ -48,10 +41,7 @@ def add_vertex(
|
|
|
48
41
|
) -> None:
|
|
49
42
|
"""Add vertex to active spline
|
|
50
43
|
|
|
51
|
-
:type execution_context: int | str | None
|
|
52
|
-
:type undo: bool | None
|
|
53
44
|
:param location: Location, Location of vertex in normalized space
|
|
54
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
55
45
|
"""
|
|
56
46
|
|
|
57
47
|
def add_vertex_slide(
|
|
@@ -64,12 +54,8 @@ def add_vertex_slide(
|
|
|
64
54
|
) -> None:
|
|
65
55
|
"""Add new vertex and slide it
|
|
66
56
|
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
57
|
:param MASK_OT_add_vertex: Add Vertex, Add vertex to active spline
|
|
70
|
-
:type MASK_OT_add_vertex: add_vertex | None
|
|
71
58
|
:param MASK_OT_slide_point: Slide Point, Slide control points
|
|
72
|
-
:type MASK_OT_slide_point: slide_point | None
|
|
73
59
|
"""
|
|
74
60
|
|
|
75
61
|
def copy_splines(
|
|
@@ -77,22 +63,14 @@ def copy_splines(
|
|
|
77
63
|
undo: bool | None = None,
|
|
78
64
|
/,
|
|
79
65
|
) -> None:
|
|
80
|
-
"""Copy the selected splines to the internal clipboard
|
|
81
|
-
|
|
82
|
-
:type execution_context: int | str | None
|
|
83
|
-
:type undo: bool | None
|
|
84
|
-
"""
|
|
66
|
+
"""Copy the selected splines to the internal clipboard"""
|
|
85
67
|
|
|
86
68
|
def cyclic_toggle(
|
|
87
69
|
execution_context: int | str | None = None,
|
|
88
70
|
undo: bool | None = None,
|
|
89
71
|
/,
|
|
90
72
|
) -> None:
|
|
91
|
-
"""Toggle cyclic for selected splines
|
|
92
|
-
|
|
93
|
-
:type execution_context: int | str | None
|
|
94
|
-
:type undo: bool | None
|
|
95
|
-
"""
|
|
73
|
+
"""Toggle cyclic for selected splines"""
|
|
96
74
|
|
|
97
75
|
def delete(
|
|
98
76
|
execution_context: int | str | None = None,
|
|
@@ -103,10 +81,7 @@ def delete(
|
|
|
103
81
|
) -> None:
|
|
104
82
|
"""Delete selected control points or splines
|
|
105
83
|
|
|
106
|
-
:type execution_context: int | str | None
|
|
107
|
-
:type undo: bool | None
|
|
108
84
|
:param confirm: Confirm, Prompt for confirmation
|
|
109
|
-
:type confirm: bool | None
|
|
110
85
|
"""
|
|
111
86
|
|
|
112
87
|
def duplicate(
|
|
@@ -114,11 +89,7 @@ def duplicate(
|
|
|
114
89
|
undo: bool | None = None,
|
|
115
90
|
/,
|
|
116
91
|
) -> None:
|
|
117
|
-
"""Duplicate selected control points and segments between them
|
|
118
|
-
|
|
119
|
-
:type execution_context: int | str | None
|
|
120
|
-
:type undo: bool | None
|
|
121
|
-
"""
|
|
92
|
+
"""Duplicate selected control points and segments between them"""
|
|
122
93
|
|
|
123
94
|
def duplicate_move(
|
|
124
95
|
execution_context: int | str | None = None,
|
|
@@ -130,12 +101,8 @@ def duplicate_move(
|
|
|
130
101
|
) -> None:
|
|
131
102
|
"""Duplicate mask and move
|
|
132
103
|
|
|
133
|
-
:type execution_context: int | str | None
|
|
134
|
-
:type undo: bool | None
|
|
135
104
|
:param MASK_OT_duplicate: Duplicate Mask, Duplicate selected control points and segments between them
|
|
136
|
-
:type MASK_OT_duplicate: duplicate | None
|
|
137
105
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
138
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
139
106
|
"""
|
|
140
107
|
|
|
141
108
|
def feather_weight_clear(
|
|
@@ -143,11 +110,7 @@ def feather_weight_clear(
|
|
|
143
110
|
undo: bool | None = None,
|
|
144
111
|
/,
|
|
145
112
|
) -> None:
|
|
146
|
-
"""Reset the feather weight to zero
|
|
147
|
-
|
|
148
|
-
:type execution_context: int | str | None
|
|
149
|
-
:type undo: bool | None
|
|
150
|
-
"""
|
|
113
|
+
"""Reset the feather weight to zero"""
|
|
151
114
|
|
|
152
115
|
def handle_type_set(
|
|
153
116
|
execution_context: int | str | None = None,
|
|
@@ -159,10 +122,7 @@ def handle_type_set(
|
|
|
159
122
|
) -> None:
|
|
160
123
|
"""Set type of handles for selected control points
|
|
161
124
|
|
|
162
|
-
:type execution_context: int | str | None
|
|
163
|
-
:type undo: bool | None
|
|
164
125
|
:param type: Type, Spline type
|
|
165
|
-
:type type: typing.Literal['AUTO','VECTOR','ALIGNED','ALIGNED_DOUBLESIDE','FREE'] | None
|
|
166
126
|
"""
|
|
167
127
|
|
|
168
128
|
def hide_view_clear(
|
|
@@ -174,10 +134,7 @@ def hide_view_clear(
|
|
|
174
134
|
) -> None:
|
|
175
135
|
"""Reveal temporarily hidden mask layers
|
|
176
136
|
|
|
177
|
-
:type execution_context: int | str | None
|
|
178
|
-
:type undo: bool | None
|
|
179
137
|
:param select: Select
|
|
180
|
-
:type select: bool | None
|
|
181
138
|
"""
|
|
182
139
|
|
|
183
140
|
def hide_view_set(
|
|
@@ -189,10 +146,7 @@ def hide_view_set(
|
|
|
189
146
|
) -> None:
|
|
190
147
|
"""Temporarily hide mask layers
|
|
191
148
|
|
|
192
|
-
:type execution_context: int | str | None
|
|
193
|
-
:type undo: bool | None
|
|
194
149
|
:param unselected: Unselected, Hide unselected rather than selected layers
|
|
195
|
-
:type unselected: bool | None
|
|
196
150
|
"""
|
|
197
151
|
|
|
198
152
|
def layer_move(
|
|
@@ -204,10 +158,7 @@ def layer_move(
|
|
|
204
158
|
) -> None:
|
|
205
159
|
"""Move the active layer up/down in the list
|
|
206
160
|
|
|
207
|
-
:type execution_context: int | str | None
|
|
208
|
-
:type undo: bool | None
|
|
209
161
|
:param direction: Direction, Direction to move the active layer
|
|
210
|
-
:type direction: typing.Literal['UP','DOWN'] | None
|
|
211
162
|
"""
|
|
212
163
|
|
|
213
164
|
def layer_new(
|
|
@@ -219,10 +170,7 @@ def layer_new(
|
|
|
219
170
|
) -> None:
|
|
220
171
|
"""Add new mask layer for masking
|
|
221
172
|
|
|
222
|
-
:type execution_context: int | str | None
|
|
223
|
-
:type undo: bool | None
|
|
224
173
|
:param name: Name, Name of new mask layer
|
|
225
|
-
:type name: str
|
|
226
174
|
"""
|
|
227
175
|
|
|
228
176
|
def layer_remove(
|
|
@@ -230,11 +178,7 @@ def layer_remove(
|
|
|
230
178
|
undo: bool | None = None,
|
|
231
179
|
/,
|
|
232
180
|
) -> None:
|
|
233
|
-
"""Remove mask layer
|
|
234
|
-
|
|
235
|
-
:type execution_context: int | str | None
|
|
236
|
-
:type undo: bool | None
|
|
237
|
-
"""
|
|
181
|
+
"""Remove mask layer"""
|
|
238
182
|
|
|
239
183
|
def new(
|
|
240
184
|
execution_context: int | str | None = None,
|
|
@@ -245,10 +189,7 @@ def new(
|
|
|
245
189
|
) -> None:
|
|
246
190
|
"""Create new mask
|
|
247
191
|
|
|
248
|
-
:type execution_context: int | str | None
|
|
249
|
-
:type undo: bool | None
|
|
250
192
|
:param name: Name, Name of new mask
|
|
251
|
-
:type name: str
|
|
252
193
|
"""
|
|
253
194
|
|
|
254
195
|
def normals_make_consistent(
|
|
@@ -256,44 +197,28 @@ def normals_make_consistent(
|
|
|
256
197
|
undo: bool | None = None,
|
|
257
198
|
/,
|
|
258
199
|
) -> None:
|
|
259
|
-
"""Recalculate the direction of selected handles
|
|
260
|
-
|
|
261
|
-
:type execution_context: int | str | None
|
|
262
|
-
:type undo: bool | None
|
|
263
|
-
"""
|
|
200
|
+
"""Recalculate the direction of selected handles"""
|
|
264
201
|
|
|
265
202
|
def parent_clear(
|
|
266
203
|
execution_context: int | str | None = None,
|
|
267
204
|
undo: bool | None = None,
|
|
268
205
|
/,
|
|
269
206
|
) -> None:
|
|
270
|
-
"""Clear the masks parenting
|
|
271
|
-
|
|
272
|
-
:type execution_context: int | str | None
|
|
273
|
-
:type undo: bool | None
|
|
274
|
-
"""
|
|
207
|
+
"""Clear the masks parenting"""
|
|
275
208
|
|
|
276
209
|
def parent_set(
|
|
277
210
|
execution_context: int | str | None = None,
|
|
278
211
|
undo: bool | None = None,
|
|
279
212
|
/,
|
|
280
213
|
) -> None:
|
|
281
|
-
"""Set the masks parenting
|
|
282
|
-
|
|
283
|
-
:type execution_context: int | str | None
|
|
284
|
-
:type undo: bool | None
|
|
285
|
-
"""
|
|
214
|
+
"""Set the masks parenting"""
|
|
286
215
|
|
|
287
216
|
def paste_splines(
|
|
288
217
|
execution_context: int | str | None = None,
|
|
289
218
|
undo: bool | None = None,
|
|
290
219
|
/,
|
|
291
220
|
) -> None:
|
|
292
|
-
"""Paste splines from the internal clipboard
|
|
293
|
-
|
|
294
|
-
:type execution_context: int | str | None
|
|
295
|
-
:type undo: bool | None
|
|
296
|
-
"""
|
|
221
|
+
"""Paste splines from the internal clipboard"""
|
|
297
222
|
|
|
298
223
|
def primitive_circle_add(
|
|
299
224
|
execution_context: int | str | None = None,
|
|
@@ -305,12 +230,8 @@ def primitive_circle_add(
|
|
|
305
230
|
) -> None:
|
|
306
231
|
"""Add new circle-shaped spline
|
|
307
232
|
|
|
308
|
-
:type execution_context: int | str | None
|
|
309
|
-
:type undo: bool | None
|
|
310
233
|
:param size: Size, Size of new circle
|
|
311
|
-
:type size: float | None
|
|
312
234
|
:param location: Location, Location of new circle
|
|
313
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
314
235
|
"""
|
|
315
236
|
|
|
316
237
|
def primitive_square_add(
|
|
@@ -323,12 +244,8 @@ def primitive_square_add(
|
|
|
323
244
|
) -> None:
|
|
324
245
|
"""Add new square-shaped spline
|
|
325
246
|
|
|
326
|
-
:type execution_context: int | str | None
|
|
327
|
-
:type undo: bool | None
|
|
328
247
|
:param size: Size, Size of new circle
|
|
329
|
-
:type size: float | None
|
|
330
248
|
:param location: Location, Location of new circle
|
|
331
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
332
249
|
"""
|
|
333
250
|
|
|
334
251
|
def select(
|
|
@@ -345,20 +262,12 @@ def select(
|
|
|
345
262
|
) -> None:
|
|
346
263
|
"""Select spline points
|
|
347
264
|
|
|
348
|
-
:type execution_context: int | str | None
|
|
349
|
-
:type undo: bool | None
|
|
350
265
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
351
|
-
:type extend: bool | None
|
|
352
266
|
:param deselect: Deselect, Remove from selection
|
|
353
|
-
:type deselect: bool | None
|
|
354
267
|
:param toggle: Toggle Selection, Toggle the selection
|
|
355
|
-
:type toggle: bool | None
|
|
356
268
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
357
|
-
:type deselect_all: bool | None
|
|
358
269
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
359
|
-
:type select_passthrough: bool | None
|
|
360
270
|
:param location: Location, Location of vertex in normalized space
|
|
361
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
362
271
|
"""
|
|
363
272
|
|
|
364
273
|
def select_all(
|
|
@@ -370,8 +279,6 @@ def select_all(
|
|
|
370
279
|
) -> None:
|
|
371
280
|
"""Change selection of all curve points
|
|
372
281
|
|
|
373
|
-
:type execution_context: int | str | None
|
|
374
|
-
:type undo: bool | None
|
|
375
282
|
:param action: Action, Selection action to execute
|
|
376
283
|
|
|
377
284
|
TOGGLE
|
|
@@ -385,7 +292,6 @@ def select_all(
|
|
|
385
292
|
|
|
386
293
|
INVERT
|
|
387
294
|
Invert -- Invert selection of all elements.
|
|
388
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
389
295
|
"""
|
|
390
296
|
|
|
391
297
|
def select_box(
|
|
@@ -402,18 +308,11 @@ def select_box(
|
|
|
402
308
|
) -> None:
|
|
403
309
|
"""Select curve points using box selection
|
|
404
310
|
|
|
405
|
-
:type execution_context: int | str | None
|
|
406
|
-
:type undo: bool | None
|
|
407
311
|
:param xmin: X Min
|
|
408
|
-
:type xmin: int | None
|
|
409
312
|
:param xmax: X Max
|
|
410
|
-
:type xmax: int | None
|
|
411
313
|
:param ymin: Y Min
|
|
412
|
-
:type ymin: int | None
|
|
413
314
|
:param ymax: Y Max
|
|
414
|
-
:type ymax: int | None
|
|
415
315
|
:param wait_for_input: Wait for Input
|
|
416
|
-
:type wait_for_input: bool | None
|
|
417
316
|
:param mode: Mode
|
|
418
317
|
|
|
419
318
|
SET
|
|
@@ -424,7 +323,6 @@ def select_box(
|
|
|
424
323
|
|
|
425
324
|
SUB
|
|
426
325
|
Subtract -- Subtract existing selection.
|
|
427
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
428
326
|
"""
|
|
429
327
|
|
|
430
328
|
def select_circle(
|
|
@@ -440,16 +338,10 @@ def select_circle(
|
|
|
440
338
|
) -> None:
|
|
441
339
|
"""Select curve points using circle selection
|
|
442
340
|
|
|
443
|
-
:type execution_context: int | str | None
|
|
444
|
-
:type undo: bool | None
|
|
445
341
|
:param x: X
|
|
446
|
-
:type x: int | None
|
|
447
342
|
:param y: Y
|
|
448
|
-
:type y: int | None
|
|
449
343
|
:param radius: Radius
|
|
450
|
-
:type radius: int | None
|
|
451
344
|
:param wait_for_input: Wait for Input
|
|
452
|
-
:type wait_for_input: bool | None
|
|
453
345
|
:param mode: Mode
|
|
454
346
|
|
|
455
347
|
SET
|
|
@@ -460,7 +352,6 @@ def select_circle(
|
|
|
460
352
|
|
|
461
353
|
SUB
|
|
462
354
|
Subtract -- Subtract existing selection.
|
|
463
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
464
355
|
"""
|
|
465
356
|
|
|
466
357
|
def select_lasso(
|
|
@@ -476,16 +367,10 @@ def select_lasso(
|
|
|
476
367
|
) -> None:
|
|
477
368
|
"""Select curve points using lasso selection
|
|
478
369
|
|
|
479
|
-
:type execution_context: int | str | None
|
|
480
|
-
:type undo: bool | None
|
|
481
370
|
:param path: Path
|
|
482
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
483
371
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
484
|
-
:type use_smooth_stroke: bool | None
|
|
485
372
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
486
|
-
:type smooth_stroke_factor: float | None
|
|
487
373
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
488
|
-
:type smooth_stroke_radius: int | None
|
|
489
374
|
:param mode: Mode
|
|
490
375
|
|
|
491
376
|
SET
|
|
@@ -496,7 +381,6 @@ def select_lasso(
|
|
|
496
381
|
|
|
497
382
|
SUB
|
|
498
383
|
Subtract -- Subtract existing selection.
|
|
499
|
-
:type mode: typing.Literal['SET','ADD','SUB'] | None
|
|
500
384
|
"""
|
|
501
385
|
|
|
502
386
|
def select_less(
|
|
@@ -504,22 +388,14 @@ def select_less(
|
|
|
504
388
|
undo: bool | None = None,
|
|
505
389
|
/,
|
|
506
390
|
) -> None:
|
|
507
|
-
"""Deselect spline points at the boundary of each selection region
|
|
508
|
-
|
|
509
|
-
:type execution_context: int | str | None
|
|
510
|
-
:type undo: bool | None
|
|
511
|
-
"""
|
|
391
|
+
"""Deselect spline points at the boundary of each selection region"""
|
|
512
392
|
|
|
513
393
|
def select_linked(
|
|
514
394
|
execution_context: int | str | None = None,
|
|
515
395
|
undo: bool | None = None,
|
|
516
396
|
/,
|
|
517
397
|
) -> None:
|
|
518
|
-
"""Select all curve points linked to already selected ones
|
|
519
|
-
|
|
520
|
-
:type execution_context: int | str | None
|
|
521
|
-
:type undo: bool | None
|
|
522
|
-
"""
|
|
398
|
+
"""Select all curve points linked to already selected ones"""
|
|
523
399
|
|
|
524
400
|
def select_linked_pick(
|
|
525
401
|
execution_context: int | str | None = None,
|
|
@@ -530,10 +406,7 @@ def select_linked_pick(
|
|
|
530
406
|
) -> None:
|
|
531
407
|
"""(De)select all points linked to the curve under the mouse cursor
|
|
532
408
|
|
|
533
|
-
:type execution_context: int | str | None
|
|
534
|
-
:type undo: bool | None
|
|
535
409
|
:param deselect: Deselect
|
|
536
|
-
:type deselect: bool | None
|
|
537
410
|
"""
|
|
538
411
|
|
|
539
412
|
def select_more(
|
|
@@ -541,44 +414,28 @@ def select_more(
|
|
|
541
414
|
undo: bool | None = None,
|
|
542
415
|
/,
|
|
543
416
|
) -> None:
|
|
544
|
-
"""Select more spline points connected to initial selection
|
|
545
|
-
|
|
546
|
-
:type execution_context: int | str | None
|
|
547
|
-
:type undo: bool | None
|
|
548
|
-
"""
|
|
417
|
+
"""Select more spline points connected to initial selection"""
|
|
549
418
|
|
|
550
419
|
def shape_key_clear(
|
|
551
420
|
execution_context: int | str | None = None,
|
|
552
421
|
undo: bool | None = None,
|
|
553
422
|
/,
|
|
554
423
|
) -> None:
|
|
555
|
-
"""Remove mask shape keyframe for active mask layer at the current frame
|
|
556
|
-
|
|
557
|
-
:type execution_context: int | str | None
|
|
558
|
-
:type undo: bool | None
|
|
559
|
-
"""
|
|
424
|
+
"""Remove mask shape keyframe for active mask layer at the current frame"""
|
|
560
425
|
|
|
561
426
|
def shape_key_feather_reset(
|
|
562
427
|
execution_context: int | str | None = None,
|
|
563
428
|
undo: bool | None = None,
|
|
564
429
|
/,
|
|
565
430
|
) -> None:
|
|
566
|
-
"""Reset feather weights on all selected points animation values
|
|
567
|
-
|
|
568
|
-
:type execution_context: int | str | None
|
|
569
|
-
:type undo: bool | None
|
|
570
|
-
"""
|
|
431
|
+
"""Reset feather weights on all selected points animation values"""
|
|
571
432
|
|
|
572
433
|
def shape_key_insert(
|
|
573
434
|
execution_context: int | str | None = None,
|
|
574
435
|
undo: bool | None = None,
|
|
575
436
|
/,
|
|
576
437
|
) -> None:
|
|
577
|
-
"""Insert mask shape keyframe for active mask layer at the current frame
|
|
578
|
-
|
|
579
|
-
:type execution_context: int | str | None
|
|
580
|
-
:type undo: bool | None
|
|
581
|
-
"""
|
|
438
|
+
"""Insert mask shape keyframe for active mask layer at the current frame"""
|
|
582
439
|
|
|
583
440
|
def shape_key_rekey(
|
|
584
441
|
execution_context: int | str | None = None,
|
|
@@ -590,12 +447,8 @@ def shape_key_rekey(
|
|
|
590
447
|
) -> None:
|
|
591
448
|
"""Recalculate animation data on selected points for frames selected in the dopesheet
|
|
592
449
|
|
|
593
|
-
:type execution_context: int | str | None
|
|
594
|
-
:type undo: bool | None
|
|
595
450
|
:param location: Location
|
|
596
|
-
:type location: bool | None
|
|
597
451
|
:param feather: Feather
|
|
598
|
-
:type feather: bool | None
|
|
599
452
|
"""
|
|
600
453
|
|
|
601
454
|
def slide_point(
|
|
@@ -608,12 +461,8 @@ def slide_point(
|
|
|
608
461
|
) -> None:
|
|
609
462
|
"""Slide control points
|
|
610
463
|
|
|
611
|
-
:type execution_context: int | str | None
|
|
612
|
-
:type undo: bool | None
|
|
613
464
|
:param slide_feather: Slide Feather, First try to slide feather instead of vertex
|
|
614
|
-
:type slide_feather: bool | None
|
|
615
465
|
:param is_new_point: Slide New Point, Newly created vertex is being slid
|
|
616
|
-
:type is_new_point: bool | None
|
|
617
466
|
"""
|
|
618
467
|
|
|
619
468
|
def slide_spline_curvature(
|
|
@@ -621,19 +470,11 @@ def slide_spline_curvature(
|
|
|
621
470
|
undo: bool | None = None,
|
|
622
471
|
/,
|
|
623
472
|
) -> None:
|
|
624
|
-
"""Slide a point on the spline to define its curvature
|
|
625
|
-
|
|
626
|
-
:type execution_context: int | str | None
|
|
627
|
-
:type undo: bool | None
|
|
628
|
-
"""
|
|
473
|
+
"""Slide a point on the spline to define its curvature"""
|
|
629
474
|
|
|
630
475
|
def switch_direction(
|
|
631
476
|
execution_context: int | str | None = None,
|
|
632
477
|
undo: bool | None = None,
|
|
633
478
|
/,
|
|
634
479
|
) -> None:
|
|
635
|
-
"""Switch direction of selected splines
|
|
636
|
-
|
|
637
|
-
:type execution_context: int | str | None
|
|
638
|
-
:type undo: bool | None
|
|
639
|
-
"""
|
|
480
|
+
"""Switch direction of selected splines"""
|
bpy/ops/material/__init__.pyi
CHANGED
|
@@ -8,30 +8,18 @@ def copy(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Copy the material settings and nodes
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Copy the material settings and nodes"""
|
|
16
12
|
|
|
17
13
|
def new(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Add a new material
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Add a new material"""
|
|
27
19
|
|
|
28
20
|
def paste(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
30
22
|
undo: bool | None = None,
|
|
31
23
|
/,
|
|
32
24
|
) -> None:
|
|
33
|
-
"""Paste the material settings and nodes
|
|
34
|
-
|
|
35
|
-
:type execution_context: int | str | None
|
|
36
|
-
:type undo: bool | None
|
|
37
|
-
"""
|
|
25
|
+
"""Paste the material settings and nodes"""
|
bpy/ops/mball/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def delete_metaelems(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Delete selected metaball element(s)
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param confirm: Confirm, Prompt for confirmation
|
|
19
|
-
:type confirm: bool | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def duplicate_metaelems(
|
|
@@ -24,11 +21,7 @@ def duplicate_metaelems(
|
|
|
24
21
|
undo: bool | None = None,
|
|
25
22
|
/,
|
|
26
23
|
) -> None:
|
|
27
|
-
"""Duplicate selected metaball element(s)
|
|
28
|
-
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
|
-
"""
|
|
24
|
+
"""Duplicate selected metaball element(s)"""
|
|
32
25
|
|
|
33
26
|
def duplicate_move(
|
|
34
27
|
execution_context: int | str | None = None,
|
|
@@ -40,12 +33,8 @@ def duplicate_move(
|
|
|
40
33
|
) -> None:
|
|
41
34
|
"""Make copies of the selected metaball elements and move them
|
|
42
35
|
|
|
43
|
-
:type execution_context: int | str | None
|
|
44
|
-
:type undo: bool | None
|
|
45
36
|
:param MBALL_OT_duplicate_metaelems: Duplicate Metaball Elements, Duplicate selected metaball element(s)
|
|
46
|
-
:type MBALL_OT_duplicate_metaelems: duplicate_metaelems | None
|
|
47
37
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
48
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
49
38
|
"""
|
|
50
39
|
|
|
51
40
|
def hide_metaelems(
|
|
@@ -57,10 +46,7 @@ def hide_metaelems(
|
|
|
57
46
|
) -> None:
|
|
58
47
|
"""Hide (un)selected metaball element(s)
|
|
59
48
|
|
|
60
|
-
:type execution_context: int | str | None
|
|
61
|
-
:type undo: bool | None
|
|
62
49
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
63
|
-
:type unselected: bool | None
|
|
64
50
|
"""
|
|
65
51
|
|
|
66
52
|
def reveal_metaelems(
|
|
@@ -72,10 +58,7 @@ def reveal_metaelems(
|
|
|
72
58
|
) -> None:
|
|
73
59
|
"""Reveal all hidden metaball elements
|
|
74
60
|
|
|
75
|
-
:type execution_context: int | str | None
|
|
76
|
-
:type undo: bool | None
|
|
77
61
|
:param select: Select
|
|
78
|
-
:type select: bool | None
|
|
79
62
|
"""
|
|
80
63
|
|
|
81
64
|
def select_all(
|
|
@@ -87,8 +70,6 @@ def select_all(
|
|
|
87
70
|
) -> None:
|
|
88
71
|
"""Change selection of all metaball elements
|
|
89
72
|
|
|
90
|
-
:type execution_context: int | str | None
|
|
91
|
-
:type undo: bool | None
|
|
92
73
|
:param action: Action, Selection action to execute
|
|
93
74
|
|
|
94
75
|
TOGGLE
|
|
@@ -102,7 +83,6 @@ def select_all(
|
|
|
102
83
|
|
|
103
84
|
INVERT
|
|
104
85
|
Invert -- Invert selection of all elements.
|
|
105
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
106
86
|
"""
|
|
107
87
|
|
|
108
88
|
def select_random_metaelems(
|
|
@@ -116,12 +96,8 @@ def select_random_metaelems(
|
|
|
116
96
|
) -> None:
|
|
117
97
|
"""Randomly select metaball elements
|
|
118
98
|
|
|
119
|
-
:type execution_context: int | str | None
|
|
120
|
-
:type undo: bool | None
|
|
121
99
|
:param ratio: Ratio, Portion of items to select randomly
|
|
122
|
-
:type ratio: float | None
|
|
123
100
|
:param seed: Random Seed, Seed for the random number generator
|
|
124
|
-
:type seed: int | None
|
|
125
101
|
:param action: Action, Selection action to execute
|
|
126
102
|
|
|
127
103
|
SELECT
|
|
@@ -129,7 +105,6 @@ def select_random_metaelems(
|
|
|
129
105
|
|
|
130
106
|
DESELECT
|
|
131
107
|
Deselect -- Deselect all elements.
|
|
132
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
133
108
|
"""
|
|
134
109
|
|
|
135
110
|
def select_similar(
|
|
@@ -142,10 +117,6 @@ def select_similar(
|
|
|
142
117
|
) -> None:
|
|
143
118
|
"""Select similar metaballs by property types
|
|
144
119
|
|
|
145
|
-
:type execution_context: int | str | None
|
|
146
|
-
:type undo: bool | None
|
|
147
120
|
:param type: Type
|
|
148
|
-
:type type: typing.Literal['TYPE','RADIUS','STIFFNESS','ROTATION'] | None
|
|
149
121
|
:param threshold: Threshold
|
|
150
|
-
:type threshold: float | None
|
|
151
122
|
"""
|