fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
bpy/ops/transform/__init__.pyi
CHANGED
|
@@ -23,24 +23,14 @@ def bbone_resize(
|
|
|
23
23
|
) -> None:
|
|
24
24
|
"""Scale selected bendy bones display size
|
|
25
25
|
|
|
26
|
-
:type execution_context: int | str | None
|
|
27
|
-
:type undo: bool | None
|
|
28
26
|
:param value: Display Size
|
|
29
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
30
27
|
:param orient_type: Orientation, Transformation orientation
|
|
31
|
-
:type orient_type: str | None
|
|
32
28
|
:param orient_matrix: Matrix
|
|
33
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
34
29
|
:param orient_matrix_type: Matrix Orientation
|
|
35
|
-
:type orient_matrix_type: str | None
|
|
36
30
|
:param constraint_axis: Constraint Axis
|
|
37
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
38
31
|
:param mirror: Mirror Editing
|
|
39
|
-
:type mirror: bool | None
|
|
40
32
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
41
|
-
:type release_confirm: bool | None
|
|
42
33
|
:param use_accurate: Accurate, Use accurate transformation
|
|
43
|
-
:type use_accurate: bool | None
|
|
44
34
|
"""
|
|
45
35
|
|
|
46
36
|
def bend(
|
|
@@ -68,32 +58,18 @@ def bend(
|
|
|
68
58
|
) -> None:
|
|
69
59
|
"""Bend selected items between the 3D cursor and the mouse
|
|
70
60
|
|
|
71
|
-
:type execution_context: int | str | None
|
|
72
|
-
:type undo: bool | None
|
|
73
61
|
:param value: Angle
|
|
74
|
-
:type value: collections.abc.Iterable[float] | None
|
|
75
62
|
:param mirror: Mirror Editing
|
|
76
|
-
:type mirror: bool | None
|
|
77
63
|
:param use_proportional_edit: Proportional Editing
|
|
78
|
-
:type use_proportional_edit: bool | None
|
|
79
64
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
80
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
81
65
|
:param proportional_size: Proportional Size
|
|
82
|
-
:type proportional_size: float | None
|
|
83
66
|
:param use_proportional_connected: Connected
|
|
84
|
-
:type use_proportional_connected: bool | None
|
|
85
67
|
:param use_proportional_projected: Projected (2D)
|
|
86
|
-
:type use_proportional_projected: bool | None
|
|
87
68
|
:param snap: Use Snapping Options
|
|
88
|
-
:type snap: bool | None
|
|
89
69
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
90
|
-
:type gpencil_strokes: bool | None
|
|
91
70
|
:param center_override: Center Override, Force using this center value (when set)
|
|
92
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
93
71
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
94
|
-
:type release_confirm: bool | None
|
|
95
72
|
:param use_accurate: Accurate, Use accurate transformation
|
|
96
|
-
:type use_accurate: bool | None
|
|
97
73
|
"""
|
|
98
74
|
|
|
99
75
|
def create_orientation(
|
|
@@ -108,16 +84,10 @@ def create_orientation(
|
|
|
108
84
|
) -> None:
|
|
109
85
|
"""Create transformation orientation from selection
|
|
110
86
|
|
|
111
|
-
:type execution_context: int | str | None
|
|
112
|
-
:type undo: bool | None
|
|
113
87
|
:param name: Name, Name of the new custom orientation
|
|
114
|
-
:type name: str
|
|
115
88
|
:param use_view: Use View, Use the current view instead of the active object to create the new orientation
|
|
116
|
-
:type use_view: bool | None
|
|
117
89
|
:param use: Use After Creation, Select orientation after its creation
|
|
118
|
-
:type use: bool | None
|
|
119
90
|
:param overwrite: Overwrite Previous, Overwrite previously created orientation with same name
|
|
120
|
-
:type overwrite: bool | None
|
|
121
91
|
"""
|
|
122
92
|
|
|
123
93
|
def delete_orientation(
|
|
@@ -125,11 +95,7 @@ def delete_orientation(
|
|
|
125
95
|
undo: bool | None = None,
|
|
126
96
|
/,
|
|
127
97
|
) -> None:
|
|
128
|
-
"""Delete transformation orientation
|
|
129
|
-
|
|
130
|
-
:type execution_context: int | str | None
|
|
131
|
-
:type undo: bool | None
|
|
132
|
-
"""
|
|
98
|
+
"""Delete transformation orientation"""
|
|
133
99
|
|
|
134
100
|
def edge_bevelweight(
|
|
135
101
|
execution_context: int | str | None = None,
|
|
@@ -143,16 +109,10 @@ def edge_bevelweight(
|
|
|
143
109
|
) -> None:
|
|
144
110
|
"""Change the bevel weight of edges
|
|
145
111
|
|
|
146
|
-
:type execution_context: int | str | None
|
|
147
|
-
:type undo: bool | None
|
|
148
112
|
:param value: Factor
|
|
149
|
-
:type value: float | None
|
|
150
113
|
:param snap: Use Snapping Options
|
|
151
|
-
:type snap: bool | None
|
|
152
114
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
153
|
-
:type release_confirm: bool | None
|
|
154
115
|
:param use_accurate: Accurate, Use accurate transformation
|
|
155
|
-
:type use_accurate: bool | None
|
|
156
116
|
"""
|
|
157
117
|
|
|
158
118
|
def edge_crease(
|
|
@@ -167,16 +127,10 @@ def edge_crease(
|
|
|
167
127
|
) -> None:
|
|
168
128
|
"""Change the crease of edges
|
|
169
129
|
|
|
170
|
-
:type execution_context: int | str | None
|
|
171
|
-
:type undo: bool | None
|
|
172
130
|
:param value: Factor
|
|
173
|
-
:type value: float | None
|
|
174
131
|
:param snap: Use Snapping Options
|
|
175
|
-
:type snap: bool | None
|
|
176
132
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
177
|
-
:type release_confirm: bool | None
|
|
178
133
|
:param use_accurate: Accurate, Use accurate transformation
|
|
179
|
-
:type use_accurate: bool | None
|
|
180
134
|
"""
|
|
181
135
|
|
|
182
136
|
def edge_slide(
|
|
@@ -211,44 +165,24 @@ def edge_slide(
|
|
|
211
165
|
) -> None:
|
|
212
166
|
"""Slide an edge loop along a mesh
|
|
213
167
|
|
|
214
|
-
:type execution_context: int | str | None
|
|
215
|
-
:type undo: bool | None
|
|
216
168
|
:param value: Factor
|
|
217
|
-
:type value: float | None
|
|
218
169
|
:param single_side: Single Side
|
|
219
|
-
:type single_side: bool | None
|
|
220
170
|
:param use_even: Even, Make the edge loop match the shape of the adjacent edge loop
|
|
221
|
-
:type use_even: bool | None
|
|
222
171
|
:param flipped: Flipped, When Even mode is active, flips between the two adjacent edge loops
|
|
223
|
-
:type flipped: bool | None
|
|
224
172
|
:param use_clamp: Clamp, Clamp within the edge extents
|
|
225
|
-
:type use_clamp: bool | None
|
|
226
173
|
:param mirror: Mirror Editing
|
|
227
|
-
:type mirror: bool | None
|
|
228
174
|
:param snap: Use Snapping Options
|
|
229
|
-
:type snap: bool | None
|
|
230
175
|
:param snap_elements: Snap to Elements
|
|
231
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
232
176
|
:param use_snap_project: Project Individual Elements
|
|
233
|
-
:type use_snap_project: bool | None
|
|
234
177
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
235
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
236
178
|
:param use_snap_self: Target: Include Active
|
|
237
|
-
:type use_snap_self: bool | None
|
|
238
179
|
:param use_snap_edit: Target: Include Edit
|
|
239
|
-
:type use_snap_edit: bool | None
|
|
240
180
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
241
|
-
:type use_snap_nonedit: bool | None
|
|
242
181
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
243
|
-
:type use_snap_selectable: bool | None
|
|
244
182
|
:param snap_point: Point
|
|
245
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
246
183
|
:param correct_uv: Correct UVs, Correct UV coordinates when transforming
|
|
247
|
-
:type correct_uv: bool | None
|
|
248
184
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
249
|
-
:type release_confirm: bool | None
|
|
250
185
|
:param use_accurate: Accurate, Use accurate transformation
|
|
251
|
-
:type use_accurate: bool | None
|
|
252
186
|
"""
|
|
253
187
|
|
|
254
188
|
def from_gizmo(
|
|
@@ -256,11 +190,7 @@ def from_gizmo(
|
|
|
256
190
|
undo: bool | None = None,
|
|
257
191
|
/,
|
|
258
192
|
) -> None:
|
|
259
|
-
"""Transform selected items by mode type
|
|
260
|
-
|
|
261
|
-
:type execution_context: int | str | None
|
|
262
|
-
:type undo: bool | None
|
|
263
|
-
"""
|
|
193
|
+
"""Transform selected items by mode type"""
|
|
264
194
|
|
|
265
195
|
def mirror(
|
|
266
196
|
execution_context: int | str | None = None,
|
|
@@ -284,24 +214,14 @@ def mirror(
|
|
|
284
214
|
) -> None:
|
|
285
215
|
"""Mirror selected items around one or more axes
|
|
286
216
|
|
|
287
|
-
:type execution_context: int | str | None
|
|
288
|
-
:type undo: bool | None
|
|
289
217
|
:param orient_type: Orientation, Transformation orientation
|
|
290
|
-
:type orient_type: str | None
|
|
291
218
|
:param orient_matrix: Matrix
|
|
292
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
293
219
|
:param orient_matrix_type: Matrix Orientation
|
|
294
|
-
:type orient_matrix_type: str | None
|
|
295
220
|
:param constraint_axis: Constraint Axis
|
|
296
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
297
221
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
298
|
-
:type gpencil_strokes: bool | None
|
|
299
222
|
:param center_override: Center Override, Force using this center value (when set)
|
|
300
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
301
223
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
302
|
-
:type release_confirm: bool | None
|
|
303
224
|
:param use_accurate: Accurate, Use accurate transformation
|
|
304
|
-
:type use_accurate: bool | None
|
|
305
225
|
"""
|
|
306
226
|
|
|
307
227
|
def push_pull(
|
|
@@ -328,30 +248,17 @@ def push_pull(
|
|
|
328
248
|
) -> None:
|
|
329
249
|
"""Push/Pull selected items
|
|
330
250
|
|
|
331
|
-
:type execution_context: int | str | None
|
|
332
|
-
:type undo: bool | None
|
|
333
251
|
:param value: Distance
|
|
334
|
-
:type value: float | None
|
|
335
252
|
:param mirror: Mirror Editing
|
|
336
|
-
:type mirror: bool | None
|
|
337
253
|
:param use_proportional_edit: Proportional Editing
|
|
338
|
-
:type use_proportional_edit: bool | None
|
|
339
254
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
340
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
341
255
|
:param proportional_size: Proportional Size
|
|
342
|
-
:type proportional_size: float | None
|
|
343
256
|
:param use_proportional_connected: Connected
|
|
344
|
-
:type use_proportional_connected: bool | None
|
|
345
257
|
:param use_proportional_projected: Projected (2D)
|
|
346
|
-
:type use_proportional_projected: bool | None
|
|
347
258
|
:param snap: Use Snapping Options
|
|
348
|
-
:type snap: bool | None
|
|
349
259
|
:param center_override: Center Override, Force using this center value (when set)
|
|
350
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
351
260
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
352
|
-
:type release_confirm: bool | None
|
|
353
261
|
:param use_accurate: Accurate, Use accurate transformation
|
|
354
|
-
:type use_accurate: bool | None
|
|
355
262
|
"""
|
|
356
263
|
|
|
357
264
|
def resize(
|
|
@@ -407,64 +314,34 @@ def resize(
|
|
|
407
314
|
) -> None:
|
|
408
315
|
"""Scale (resize) selected items
|
|
409
316
|
|
|
410
|
-
:type execution_context: int | str | None
|
|
411
|
-
:type undo: bool | None
|
|
412
317
|
:param value: Scale
|
|
413
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
414
318
|
:param mouse_dir_constraint: Mouse Directional Constraint
|
|
415
|
-
:type mouse_dir_constraint: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
416
319
|
:param orient_type: Orientation, Transformation orientation
|
|
417
|
-
:type orient_type: str | None
|
|
418
320
|
:param orient_matrix: Matrix
|
|
419
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
420
321
|
:param orient_matrix_type: Matrix Orientation
|
|
421
|
-
:type orient_matrix_type: str | None
|
|
422
322
|
:param constraint_axis: Constraint Axis
|
|
423
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
424
323
|
:param mirror: Mirror Editing
|
|
425
|
-
:type mirror: bool | None
|
|
426
324
|
:param use_proportional_edit: Proportional Editing
|
|
427
|
-
:type use_proportional_edit: bool | None
|
|
428
325
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
429
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
430
326
|
:param proportional_size: Proportional Size
|
|
431
|
-
:type proportional_size: float | None
|
|
432
327
|
:param use_proportional_connected: Connected
|
|
433
|
-
:type use_proportional_connected: bool | None
|
|
434
328
|
:param use_proportional_projected: Projected (2D)
|
|
435
|
-
:type use_proportional_projected: bool | None
|
|
436
329
|
:param snap: Use Snapping Options
|
|
437
|
-
:type snap: bool | None
|
|
438
330
|
:param snap_elements: Snap to Elements
|
|
439
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
440
331
|
:param use_snap_project: Project Individual Elements
|
|
441
|
-
:type use_snap_project: bool | None
|
|
442
332
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
443
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
444
333
|
:param use_snap_self: Target: Include Active
|
|
445
|
-
:type use_snap_self: bool | None
|
|
446
334
|
:param use_snap_edit: Target: Include Edit
|
|
447
|
-
:type use_snap_edit: bool | None
|
|
448
335
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
449
|
-
:type use_snap_nonedit: bool | None
|
|
450
336
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
451
|
-
:type use_snap_selectable: bool | None
|
|
452
337
|
:param snap_point: Point
|
|
453
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
454
338
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
455
|
-
:type gpencil_strokes: bool | None
|
|
456
339
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
457
|
-
:type texture_space: bool | None
|
|
458
340
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
459
|
-
:type remove_on_cancel: bool | None
|
|
460
341
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
461
|
-
:type use_duplicated_keyframes: bool | None
|
|
462
342
|
:param center_override: Center Override, Force using this center value (when set)
|
|
463
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
464
343
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
465
|
-
:type release_confirm: bool | None
|
|
466
344
|
:param use_accurate: Accurate, Use accurate transformation
|
|
467
|
-
:type use_accurate: bool | None
|
|
468
345
|
"""
|
|
469
346
|
|
|
470
347
|
def rotate(
|
|
@@ -513,58 +390,31 @@ def rotate(
|
|
|
513
390
|
) -> None:
|
|
514
391
|
"""Rotate selected items
|
|
515
392
|
|
|
516
|
-
:type execution_context: int | str | None
|
|
517
|
-
:type undo: bool | None
|
|
518
393
|
:param value: Angle
|
|
519
|
-
:type value: float | None
|
|
520
394
|
:param orient_axis: Axis
|
|
521
|
-
:type orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
522
395
|
:param orient_type: Orientation, Transformation orientation
|
|
523
|
-
:type orient_type: str | None
|
|
524
396
|
:param orient_matrix: Matrix
|
|
525
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
526
397
|
:param orient_matrix_type: Matrix Orientation
|
|
527
|
-
:type orient_matrix_type: str | None
|
|
528
398
|
:param constraint_axis: Constraint Axis
|
|
529
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
530
399
|
:param mirror: Mirror Editing
|
|
531
|
-
:type mirror: bool | None
|
|
532
400
|
:param use_proportional_edit: Proportional Editing
|
|
533
|
-
:type use_proportional_edit: bool | None
|
|
534
401
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
535
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
536
402
|
:param proportional_size: Proportional Size
|
|
537
|
-
:type proportional_size: float | None
|
|
538
403
|
:param use_proportional_connected: Connected
|
|
539
|
-
:type use_proportional_connected: bool | None
|
|
540
404
|
:param use_proportional_projected: Projected (2D)
|
|
541
|
-
:type use_proportional_projected: bool | None
|
|
542
405
|
:param snap: Use Snapping Options
|
|
543
|
-
:type snap: bool | None
|
|
544
406
|
:param snap_elements: Snap to Elements
|
|
545
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
546
407
|
:param use_snap_project: Project Individual Elements
|
|
547
|
-
:type use_snap_project: bool | None
|
|
548
408
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
549
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
550
409
|
:param use_snap_self: Target: Include Active
|
|
551
|
-
:type use_snap_self: bool | None
|
|
552
410
|
:param use_snap_edit: Target: Include Edit
|
|
553
|
-
:type use_snap_edit: bool | None
|
|
554
411
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
555
|
-
:type use_snap_nonedit: bool | None
|
|
556
412
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
557
|
-
:type use_snap_selectable: bool | None
|
|
558
413
|
:param snap_point: Point
|
|
559
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
560
414
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
561
|
-
:type gpencil_strokes: bool | None
|
|
562
415
|
:param center_override: Center Override, Force using this center value (when set)
|
|
563
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
564
416
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
565
|
-
:type release_confirm: bool | None
|
|
566
417
|
:param use_accurate: Accurate, Use accurate transformation
|
|
567
|
-
:type use_accurate: bool | None
|
|
568
418
|
"""
|
|
569
419
|
|
|
570
420
|
def rotate_normal(
|
|
@@ -586,26 +436,15 @@ def rotate_normal(
|
|
|
586
436
|
) -> None:
|
|
587
437
|
"""Rotate custom normal of selected items
|
|
588
438
|
|
|
589
|
-
:type execution_context: int | str | None
|
|
590
|
-
:type undo: bool | None
|
|
591
439
|
:param value: Angle
|
|
592
|
-
:type value: float | None
|
|
593
440
|
:param orient_axis: Axis
|
|
594
|
-
:type orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
595
441
|
:param orient_type: Orientation, Transformation orientation
|
|
596
|
-
:type orient_type: str | None
|
|
597
442
|
:param orient_matrix: Matrix
|
|
598
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
599
443
|
:param orient_matrix_type: Matrix Orientation
|
|
600
|
-
:type orient_matrix_type: str | None
|
|
601
444
|
:param constraint_axis: Constraint Axis
|
|
602
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
603
445
|
:param mirror: Mirror Editing
|
|
604
|
-
:type mirror: bool | None
|
|
605
446
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
606
|
-
:type release_confirm: bool | None
|
|
607
447
|
:param use_accurate: Accurate, Use accurate transformation
|
|
608
|
-
:type use_accurate: bool | None
|
|
609
448
|
"""
|
|
610
449
|
|
|
611
450
|
def select_orientation(
|
|
@@ -617,10 +456,7 @@ def select_orientation(
|
|
|
617
456
|
) -> None:
|
|
618
457
|
"""Select transformation orientation
|
|
619
458
|
|
|
620
|
-
:type execution_context: int | str | None
|
|
621
|
-
:type undo: bool | None
|
|
622
459
|
:param orientation: Orientation, Transformation orientation
|
|
623
|
-
:type orientation: str | None
|
|
624
460
|
"""
|
|
625
461
|
|
|
626
462
|
def seq_slide(
|
|
@@ -640,26 +476,15 @@ def seq_slide(
|
|
|
640
476
|
) -> None:
|
|
641
477
|
"""Slide a sequence strip in time
|
|
642
478
|
|
|
643
|
-
:type execution_context: int | str | None
|
|
644
|
-
:type undo: bool | None
|
|
645
479
|
:param value: Offset
|
|
646
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
647
480
|
:param use_restore_handle_selection: Restore Handle Selection, Restore handle selection after tweaking
|
|
648
|
-
:type use_restore_handle_selection: bool | None
|
|
649
481
|
:param snap: Use Snapping Options
|
|
650
|
-
:type snap: bool | None
|
|
651
482
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
652
|
-
:type texture_space: bool | None
|
|
653
483
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
654
|
-
:type remove_on_cancel: bool | None
|
|
655
484
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
656
|
-
:type use_duplicated_keyframes: bool | None
|
|
657
485
|
:param view2d_edge_pan: Edge Pan, Enable edge panning in 2D view
|
|
658
|
-
:type view2d_edge_pan: bool | None
|
|
659
486
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
660
|
-
:type release_confirm: bool | None
|
|
661
487
|
:param use_accurate: Accurate, Use accurate transformation
|
|
662
|
-
:type use_accurate: bool | None
|
|
663
488
|
"""
|
|
664
489
|
|
|
665
490
|
def shear(
|
|
@@ -667,7 +492,7 @@ def shear(
|
|
|
667
492
|
undo: bool | None = None,
|
|
668
493
|
/,
|
|
669
494
|
*,
|
|
670
|
-
|
|
495
|
+
angle: float | None = 0.0,
|
|
671
496
|
orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None = "Z",
|
|
672
497
|
orient_axis_ortho: bpy.stub_internal.rna_enums.AxisXyzItems | None = "X",
|
|
673
498
|
orient_type: str | None = "GLOBAL",
|
|
@@ -689,40 +514,22 @@ def shear(
|
|
|
689
514
|
) -> None:
|
|
690
515
|
"""Shear selected items along the given axis
|
|
691
516
|
|
|
692
|
-
:
|
|
693
|
-
:type undo: bool | None
|
|
694
|
-
:param value: Offset
|
|
695
|
-
:type value: float | None
|
|
517
|
+
:param angle: Angle
|
|
696
518
|
:param orient_axis: Axis
|
|
697
|
-
:type orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
698
519
|
:param orient_axis_ortho: Axis Ortho
|
|
699
|
-
:type orient_axis_ortho: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
700
520
|
:param orient_type: Orientation, Transformation orientation
|
|
701
|
-
:type orient_type: str | None
|
|
702
521
|
:param orient_matrix: Matrix
|
|
703
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
704
522
|
:param orient_matrix_type: Matrix Orientation
|
|
705
|
-
:type orient_matrix_type: str | None
|
|
706
523
|
:param mirror: Mirror Editing
|
|
707
|
-
:type mirror: bool | None
|
|
708
524
|
:param use_proportional_edit: Proportional Editing
|
|
709
|
-
:type use_proportional_edit: bool | None
|
|
710
525
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
711
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
712
526
|
:param proportional_size: Proportional Size
|
|
713
|
-
:type proportional_size: float | None
|
|
714
527
|
:param use_proportional_connected: Connected
|
|
715
|
-
:type use_proportional_connected: bool | None
|
|
716
528
|
:param use_proportional_projected: Projected (2D)
|
|
717
|
-
:type use_proportional_projected: bool | None
|
|
718
529
|
:param snap: Use Snapping Options
|
|
719
|
-
:type snap: bool | None
|
|
720
530
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
721
|
-
:type gpencil_strokes: bool | None
|
|
722
531
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
723
|
-
:type release_confirm: bool | None
|
|
724
532
|
:param use_accurate: Accurate, Use accurate transformation
|
|
725
|
-
:type use_accurate: bool | None
|
|
726
533
|
"""
|
|
727
534
|
|
|
728
535
|
def shrink_fatten(
|
|
@@ -745,30 +552,17 @@ def shrink_fatten(
|
|
|
745
552
|
) -> None:
|
|
746
553
|
"""Shrink/fatten selected vertices along normals
|
|
747
554
|
|
|
748
|
-
:type execution_context: int | str | None
|
|
749
|
-
:type undo: bool | None
|
|
750
555
|
:param value: Offset
|
|
751
|
-
:type value: float | None
|
|
752
556
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
753
|
-
:type use_even_offset: bool | None
|
|
754
557
|
:param mirror: Mirror Editing
|
|
755
|
-
:type mirror: bool | None
|
|
756
558
|
:param use_proportional_edit: Proportional Editing
|
|
757
|
-
:type use_proportional_edit: bool | None
|
|
758
559
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
759
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
760
560
|
:param proportional_size: Proportional Size
|
|
761
|
-
:type proportional_size: float | None
|
|
762
561
|
:param use_proportional_connected: Connected
|
|
763
|
-
:type use_proportional_connected: bool | None
|
|
764
562
|
:param use_proportional_projected: Projected (2D)
|
|
765
|
-
:type use_proportional_projected: bool | None
|
|
766
563
|
:param snap: Use Snapping Options
|
|
767
|
-
:type snap: bool | None
|
|
768
564
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
769
|
-
:type release_confirm: bool | None
|
|
770
565
|
:param use_accurate: Accurate, Use accurate transformation
|
|
771
|
-
:type use_accurate: bool | None
|
|
772
566
|
"""
|
|
773
567
|
|
|
774
568
|
def skin_resize(
|
|
@@ -810,52 +604,28 @@ def skin_resize(
|
|
|
810
604
|
) -> None:
|
|
811
605
|
"""Scale selected vertices skin radii
|
|
812
606
|
|
|
813
|
-
:type execution_context: int | str | None
|
|
814
|
-
:type undo: bool | None
|
|
815
607
|
:param value: Scale
|
|
816
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
817
608
|
:param orient_type: Orientation, Transformation orientation
|
|
818
|
-
:type orient_type: str | None
|
|
819
609
|
:param orient_matrix: Matrix
|
|
820
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
821
610
|
:param orient_matrix_type: Matrix Orientation
|
|
822
|
-
:type orient_matrix_type: str | None
|
|
823
611
|
:param constraint_axis: Constraint Axis
|
|
824
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
825
612
|
:param mirror: Mirror Editing
|
|
826
|
-
:type mirror: bool | None
|
|
827
613
|
:param use_proportional_edit: Proportional Editing
|
|
828
|
-
:type use_proportional_edit: bool | None
|
|
829
614
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
830
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
831
615
|
:param proportional_size: Proportional Size
|
|
832
|
-
:type proportional_size: float | None
|
|
833
616
|
:param use_proportional_connected: Connected
|
|
834
|
-
:type use_proportional_connected: bool | None
|
|
835
617
|
:param use_proportional_projected: Projected (2D)
|
|
836
|
-
:type use_proportional_projected: bool | None
|
|
837
618
|
:param snap: Use Snapping Options
|
|
838
|
-
:type snap: bool | None
|
|
839
619
|
:param snap_elements: Snap to Elements
|
|
840
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
841
620
|
:param use_snap_project: Project Individual Elements
|
|
842
|
-
:type use_snap_project: bool | None
|
|
843
621
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
844
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
845
622
|
:param use_snap_self: Target: Include Active
|
|
846
|
-
:type use_snap_self: bool | None
|
|
847
623
|
:param use_snap_edit: Target: Include Edit
|
|
848
|
-
:type use_snap_edit: bool | None
|
|
849
624
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
850
|
-
:type use_snap_nonedit: bool | None
|
|
851
625
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
852
|
-
:type use_snap_selectable: bool | None
|
|
853
626
|
:param snap_point: Point
|
|
854
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
855
627
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
856
|
-
:type release_confirm: bool | None
|
|
857
628
|
:param use_accurate: Accurate, Use accurate transformation
|
|
858
|
-
:type use_accurate: bool | None
|
|
859
629
|
"""
|
|
860
630
|
|
|
861
631
|
def tilt(
|
|
@@ -877,28 +647,16 @@ def tilt(
|
|
|
877
647
|
) -> None:
|
|
878
648
|
"""Tilt selected control vertices of 3D curve
|
|
879
649
|
|
|
880
|
-
:type execution_context: int | str | None
|
|
881
|
-
:type undo: bool | None
|
|
882
650
|
:param value: Angle
|
|
883
|
-
:type value: float | None
|
|
884
651
|
:param mirror: Mirror Editing
|
|
885
|
-
:type mirror: bool | None
|
|
886
652
|
:param use_proportional_edit: Proportional Editing
|
|
887
|
-
:type use_proportional_edit: bool | None
|
|
888
653
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
889
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
890
654
|
:param proportional_size: Proportional Size
|
|
891
|
-
:type proportional_size: float | None
|
|
892
655
|
:param use_proportional_connected: Connected
|
|
893
|
-
:type use_proportional_connected: bool | None
|
|
894
656
|
:param use_proportional_projected: Projected (2D)
|
|
895
|
-
:type use_proportional_projected: bool | None
|
|
896
657
|
:param snap: Use Snapping Options
|
|
897
|
-
:type snap: bool | None
|
|
898
658
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
899
|
-
:type release_confirm: bool | None
|
|
900
659
|
:param use_accurate: Accurate, Use accurate transformation
|
|
901
|
-
:type use_accurate: bool | None
|
|
902
660
|
"""
|
|
903
661
|
|
|
904
662
|
def tosphere(
|
|
@@ -926,32 +684,18 @@ def tosphere(
|
|
|
926
684
|
) -> None:
|
|
927
685
|
"""Move selected items outward in a spherical shape around geometric center
|
|
928
686
|
|
|
929
|
-
:type execution_context: int | str | None
|
|
930
|
-
:type undo: bool | None
|
|
931
687
|
:param value: Factor
|
|
932
|
-
:type value: float | None
|
|
933
688
|
:param mirror: Mirror Editing
|
|
934
|
-
:type mirror: bool | None
|
|
935
689
|
:param use_proportional_edit: Proportional Editing
|
|
936
|
-
:type use_proportional_edit: bool | None
|
|
937
690
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
938
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
939
691
|
:param proportional_size: Proportional Size
|
|
940
|
-
:type proportional_size: float | None
|
|
941
692
|
:param use_proportional_connected: Connected
|
|
942
|
-
:type use_proportional_connected: bool | None
|
|
943
693
|
:param use_proportional_projected: Projected (2D)
|
|
944
|
-
:type use_proportional_projected: bool | None
|
|
945
694
|
:param snap: Use Snapping Options
|
|
946
|
-
:type snap: bool | None
|
|
947
695
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
948
|
-
:type gpencil_strokes: bool | None
|
|
949
696
|
:param center_override: Center Override, Force using this center value (when set)
|
|
950
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
951
697
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
952
|
-
:type release_confirm: bool | None
|
|
953
698
|
:param use_accurate: Accurate, Use accurate transformation
|
|
954
|
-
:type use_accurate: bool | None
|
|
955
699
|
"""
|
|
956
700
|
|
|
957
701
|
def trackball(
|
|
@@ -979,32 +723,18 @@ def trackball(
|
|
|
979
723
|
) -> None:
|
|
980
724
|
"""Trackball style rotation of selected items
|
|
981
725
|
|
|
982
|
-
:type execution_context: int | str | None
|
|
983
|
-
:type undo: bool | None
|
|
984
726
|
:param value: Angle
|
|
985
|
-
:type value: collections.abc.Iterable[float] | None
|
|
986
727
|
:param mirror: Mirror Editing
|
|
987
|
-
:type mirror: bool | None
|
|
988
728
|
:param use_proportional_edit: Proportional Editing
|
|
989
|
-
:type use_proportional_edit: bool | None
|
|
990
729
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
991
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
992
730
|
:param proportional_size: Proportional Size
|
|
993
|
-
:type proportional_size: float | None
|
|
994
731
|
:param use_proportional_connected: Connected
|
|
995
|
-
:type use_proportional_connected: bool | None
|
|
996
732
|
:param use_proportional_projected: Projected (2D)
|
|
997
|
-
:type use_proportional_projected: bool | None
|
|
998
733
|
:param snap: Use Snapping Options
|
|
999
|
-
:type snap: bool | None
|
|
1000
734
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1001
|
-
:type gpencil_strokes: bool | None
|
|
1002
735
|
:param center_override: Center Override, Force using this center value (when set)
|
|
1003
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1004
736
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1005
|
-
:type release_confirm: bool | None
|
|
1006
737
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1007
|
-
:type use_accurate: bool | None
|
|
1008
738
|
"""
|
|
1009
739
|
|
|
1010
740
|
def transform(
|
|
@@ -1071,72 +801,38 @@ def transform(
|
|
|
1071
801
|
) -> None:
|
|
1072
802
|
"""Transform selected items by mode type
|
|
1073
803
|
|
|
1074
|
-
:type execution_context: int | str | None
|
|
1075
|
-
:type undo: bool | None
|
|
1076
804
|
:param mode: Mode
|
|
1077
|
-
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
1078
805
|
:param value: Values
|
|
1079
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1080
806
|
:param orient_axis: Axis
|
|
1081
|
-
:type orient_axis: bpy.stub_internal.rna_enums.AxisXyzItems | None
|
|
1082
807
|
:param orient_type: Orientation, Transformation orientation
|
|
1083
|
-
:type orient_type: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
1084
808
|
:param orient_matrix: Matrix
|
|
1085
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
1086
809
|
:param orient_matrix_type: Matrix Orientation
|
|
1087
|
-
:type orient_matrix_type: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
1088
810
|
:param constraint_axis: Constraint Axis
|
|
1089
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
1090
811
|
:param mirror: Mirror Editing
|
|
1091
|
-
:type mirror: bool | None
|
|
1092
812
|
:param use_proportional_edit: Proportional Editing
|
|
1093
|
-
:type use_proportional_edit: bool | None
|
|
1094
813
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1095
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1096
814
|
:param proportional_size: Proportional Size
|
|
1097
|
-
:type proportional_size: float | None
|
|
1098
815
|
:param use_proportional_connected: Connected
|
|
1099
|
-
:type use_proportional_connected: bool | None
|
|
1100
816
|
:param use_proportional_projected: Projected (2D)
|
|
1101
|
-
:type use_proportional_projected: bool | None
|
|
1102
817
|
:param snap: Use Snapping Options
|
|
1103
|
-
:type snap: bool | None
|
|
1104
818
|
:param snap_elements: Snap to Elements
|
|
1105
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
1106
819
|
:param use_snap_project: Project Individual Elements
|
|
1107
|
-
:type use_snap_project: bool | None
|
|
1108
820
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
1109
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
1110
821
|
:param use_snap_self: Target: Include Active
|
|
1111
|
-
:type use_snap_self: bool | None
|
|
1112
822
|
:param use_snap_edit: Target: Include Edit
|
|
1113
|
-
:type use_snap_edit: bool | None
|
|
1114
823
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1115
|
-
:type use_snap_nonedit: bool | None
|
|
1116
824
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1117
|
-
:type use_snap_selectable: bool | None
|
|
1118
825
|
:param snap_point: Point
|
|
1119
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1120
826
|
:param snap_align: Align with Point Normal
|
|
1121
|
-
:type snap_align: bool | None
|
|
1122
827
|
:param snap_normal: Normal
|
|
1123
|
-
:type snap_normal: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1124
828
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1125
|
-
:type gpencil_strokes: bool | None
|
|
1126
829
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
1127
|
-
:type texture_space: bool | None
|
|
1128
830
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
1129
|
-
:type remove_on_cancel: bool | None
|
|
1130
831
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
1131
|
-
:type use_duplicated_keyframes: bool | None
|
|
1132
832
|
:param center_override: Center Override, Force using this center value (when set)
|
|
1133
|
-
:type center_override: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1134
833
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1135
|
-
:type release_confirm: bool | None
|
|
1136
834
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1137
|
-
:type use_accurate: bool | None
|
|
1138
835
|
:param use_automerge_and_split: Auto Merge & Split, Forces the use of Auto Merge and Split
|
|
1139
|
-
:type use_automerge_and_split: bool | None
|
|
1140
836
|
"""
|
|
1141
837
|
|
|
1142
838
|
def translate(
|
|
@@ -1194,72 +890,38 @@ def translate(
|
|
|
1194
890
|
) -> None:
|
|
1195
891
|
"""Move selected items
|
|
1196
892
|
|
|
1197
|
-
:type execution_context: int | str | None
|
|
1198
|
-
:type undo: bool | None
|
|
1199
893
|
:param value: Move
|
|
1200
|
-
:type value: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1201
894
|
:param orient_type: Orientation, Transformation orientation
|
|
1202
|
-
:type orient_type: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
1203
895
|
:param orient_matrix: Matrix
|
|
1204
|
-
:type orient_matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
1205
896
|
:param orient_matrix_type: Matrix Orientation
|
|
1206
|
-
:type orient_matrix_type: bpy.stub_internal.rna_enums.TransformOrientationItems | None
|
|
1207
897
|
:param constraint_axis: Constraint Axis
|
|
1208
|
-
:type constraint_axis: collections.abc.Iterable[bool] | None
|
|
1209
898
|
:param mirror: Mirror Editing
|
|
1210
|
-
:type mirror: bool | None
|
|
1211
899
|
:param use_proportional_edit: Proportional Editing
|
|
1212
|
-
:type use_proportional_edit: bool | None
|
|
1213
900
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1214
|
-
:type proportional_edit_falloff: bpy.stub_internal.rna_enums.ProportionalFalloffItems | None
|
|
1215
901
|
:param proportional_size: Proportional Size
|
|
1216
|
-
:type proportional_size: float | None
|
|
1217
902
|
:param use_proportional_connected: Connected
|
|
1218
|
-
:type use_proportional_connected: bool | None
|
|
1219
903
|
:param use_proportional_projected: Projected (2D)
|
|
1220
|
-
:type use_proportional_projected: bool | None
|
|
1221
904
|
:param snap: Use Snapping Options
|
|
1222
|
-
:type snap: bool | None
|
|
1223
905
|
:param snap_elements: Snap to Elements
|
|
1224
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
1225
906
|
:param use_snap_project: Project Individual Elements
|
|
1226
|
-
:type use_snap_project: bool | None
|
|
1227
907
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
1228
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
1229
908
|
:param use_snap_self: Target: Include Active
|
|
1230
|
-
:type use_snap_self: bool | None
|
|
1231
909
|
:param use_snap_edit: Target: Include Edit
|
|
1232
|
-
:type use_snap_edit: bool | None
|
|
1233
910
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1234
|
-
:type use_snap_nonedit: bool | None
|
|
1235
911
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1236
|
-
:type use_snap_selectable: bool | None
|
|
1237
912
|
:param snap_point: Point
|
|
1238
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1239
913
|
:param snap_align: Align with Point Normal
|
|
1240
|
-
:type snap_align: bool | None
|
|
1241
914
|
:param snap_normal: Normal
|
|
1242
|
-
:type snap_normal: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1243
915
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1244
|
-
:type gpencil_strokes: bool | None
|
|
1245
916
|
:param cursor_transform: Transform Cursor
|
|
1246
|
-
:type cursor_transform: bool | None
|
|
1247
917
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
1248
|
-
:type texture_space: bool | None
|
|
1249
918
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
1250
|
-
:type remove_on_cancel: bool | None
|
|
1251
919
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
1252
|
-
:type use_duplicated_keyframes: bool | None
|
|
1253
920
|
:param view2d_edge_pan: Edge Pan, Enable edge panning in 2D view
|
|
1254
|
-
:type view2d_edge_pan: bool | None
|
|
1255
921
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1256
|
-
:type release_confirm: bool | None
|
|
1257
922
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1258
|
-
:type use_accurate: bool | None
|
|
1259
923
|
:param use_automerge_and_split: Auto Merge & Split, Forces the use of Auto Merge and Split
|
|
1260
|
-
:type use_automerge_and_split: bool | None
|
|
1261
924
|
:param translate_origin: Translate Origin, Translate origin instead of selection
|
|
1262
|
-
:type translate_origin: bool | None
|
|
1263
925
|
"""
|
|
1264
926
|
|
|
1265
927
|
def vert_crease(
|
|
@@ -1274,16 +936,10 @@ def vert_crease(
|
|
|
1274
936
|
) -> None:
|
|
1275
937
|
"""Change the crease of vertices
|
|
1276
938
|
|
|
1277
|
-
:type execution_context: int | str | None
|
|
1278
|
-
:type undo: bool | None
|
|
1279
939
|
:param value: Factor
|
|
1280
|
-
:type value: float | None
|
|
1281
940
|
:param snap: Use Snapping Options
|
|
1282
|
-
:type snap: bool | None
|
|
1283
941
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1284
|
-
:type release_confirm: bool | None
|
|
1285
942
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1286
|
-
:type use_accurate: bool | None
|
|
1287
943
|
"""
|
|
1288
944
|
|
|
1289
945
|
def vert_slide(
|
|
@@ -1295,6 +951,11 @@ def vert_slide(
|
|
|
1295
951
|
use_even: bool | None = False,
|
|
1296
952
|
flipped: bool | None = False,
|
|
1297
953
|
use_clamp: bool | None = True,
|
|
954
|
+
direction: collections.abc.Sequence[float] | mathutils.Vector | None = (
|
|
955
|
+
0.0,
|
|
956
|
+
0.0,
|
|
957
|
+
0.0,
|
|
958
|
+
),
|
|
1298
959
|
mirror: bool | None = False,
|
|
1299
960
|
snap: bool | None = False,
|
|
1300
961
|
snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None = {
|
|
@@ -1317,42 +978,24 @@ def vert_slide(
|
|
|
1317
978
|
) -> None:
|
|
1318
979
|
"""Slide a vertex along a mesh
|
|
1319
980
|
|
|
1320
|
-
:type execution_context: int | str | None
|
|
1321
|
-
:type undo: bool | None
|
|
1322
981
|
:param value: Factor
|
|
1323
|
-
:type value: float | None
|
|
1324
982
|
:param use_even: Even, Make the edge loop match the shape of the adjacent edge loop
|
|
1325
|
-
:type use_even: bool | None
|
|
1326
983
|
:param flipped: Flipped, When Even mode is active, flips between the two adjacent edge loops
|
|
1327
|
-
:type flipped: bool | None
|
|
1328
984
|
:param use_clamp: Clamp, Clamp within the edge extents
|
|
1329
|
-
:
|
|
985
|
+
:param direction: Slide Direction, World-space direction
|
|
1330
986
|
:param mirror: Mirror Editing
|
|
1331
|
-
:type mirror: bool | None
|
|
1332
987
|
:param snap: Use Snapping Options
|
|
1333
|
-
:type snap: bool | None
|
|
1334
988
|
:param snap_elements: Snap to Elements
|
|
1335
|
-
:type snap_elements: set[bpy.stub_internal.rna_enums.SnapElementItems] | None
|
|
1336
989
|
:param use_snap_project: Project Individual Elements
|
|
1337
|
-
:type use_snap_project: bool | None
|
|
1338
990
|
:param snap_target: Snap Base, Point on source that will snap to target
|
|
1339
|
-
:type snap_target: bpy.stub_internal.rna_enums.SnapSourceItems | None
|
|
1340
991
|
:param use_snap_self: Target: Include Active
|
|
1341
|
-
:type use_snap_self: bool | None
|
|
1342
992
|
:param use_snap_edit: Target: Include Edit
|
|
1343
|
-
:type use_snap_edit: bool | None
|
|
1344
993
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1345
|
-
:type use_snap_nonedit: bool | None
|
|
1346
994
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1347
|
-
:type use_snap_selectable: bool | None
|
|
1348
995
|
:param snap_point: Point
|
|
1349
|
-
:type snap_point: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1350
996
|
:param correct_uv: Correct UVs, Correct UV coordinates when transforming
|
|
1351
|
-
:type correct_uv: bool | None
|
|
1352
997
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1353
|
-
:type release_confirm: bool | None
|
|
1354
998
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1355
|
-
:type use_accurate: bool | None
|
|
1356
999
|
"""
|
|
1357
1000
|
|
|
1358
1001
|
def vertex_random(
|
|
@@ -1368,18 +1011,11 @@ def vertex_random(
|
|
|
1368
1011
|
) -> None:
|
|
1369
1012
|
"""Randomize vertices
|
|
1370
1013
|
|
|
1371
|
-
:type execution_context: int | str | None
|
|
1372
|
-
:type undo: bool | None
|
|
1373
1014
|
:param offset: Amount, Distance to offset
|
|
1374
|
-
:type offset: float | None
|
|
1375
1015
|
:param uniform: Uniform, Increase for uniform offset distance
|
|
1376
|
-
:type uniform: float | None
|
|
1377
1016
|
:param normal: Normal, Align offset direction to normals
|
|
1378
|
-
:type normal: float | None
|
|
1379
1017
|
:param seed: Random Seed, Seed for the random number generator
|
|
1380
|
-
:type seed: int | None
|
|
1381
1018
|
:param wait_for_input: Wait for Input
|
|
1382
|
-
:type wait_for_input: bool | None
|
|
1383
1019
|
"""
|
|
1384
1020
|
|
|
1385
1021
|
def vertex_warp(
|
|
@@ -1403,18 +1039,10 @@ def vertex_warp(
|
|
|
1403
1039
|
) -> None:
|
|
1404
1040
|
"""Warp vertices around the cursor
|
|
1405
1041
|
|
|
1406
|
-
:type execution_context: int | str | None
|
|
1407
|
-
:type undo: bool | None
|
|
1408
1042
|
:param warp_angle: Warp Angle, Amount to warp about the cursor
|
|
1409
|
-
:type warp_angle: float | None
|
|
1410
1043
|
:param offset_angle: Offset Angle, Angle to use as the basis for warping
|
|
1411
|
-
:type offset_angle: float | None
|
|
1412
1044
|
:param min: Min
|
|
1413
|
-
:type min: float | None
|
|
1414
1045
|
:param max: Max
|
|
1415
|
-
:type max: float | None
|
|
1416
1046
|
:param viewmat: Matrix
|
|
1417
|
-
:type viewmat: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
1418
1047
|
:param center: Center
|
|
1419
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
1420
1048
|
"""
|