fake-bpy-module 20240320__py3-none-any.whl → 20240322__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +642 -822
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86358 -87091
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/METADATA +1 -1
- fake_bpy_module-20240322.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240320.dist-info/RECORD +0 -343
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240320.dist-info → fake_bpy_module-20240322.dist-info}/top_level.txt +0 -0
bpy/ops/transform/__init__.pyi
CHANGED
|
@@ -4,1476 +4,1361 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def bbone_resize(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
16
|
-
(0.0, 0.0, 0.0),
|
|
17
|
-
(0.0, 0.0, 0.0),
|
|
18
|
-
(0.0, 0.0, 0.0),
|
|
19
|
-
),
|
|
20
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
21
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
10
|
+
value: typing.Any = (1.0, 1.0, 1.0),
|
|
11
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
12
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
13
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
14
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
22
15
|
False,
|
|
23
16
|
False,
|
|
24
17
|
False,
|
|
25
18
|
),
|
|
26
|
-
mirror: typing.
|
|
27
|
-
release_confirm: typing.
|
|
28
|
-
use_accurate: typing.
|
|
19
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
20
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
21
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
29
22
|
):
|
|
30
23
|
"""Scale selected bendy bones display size
|
|
31
24
|
|
|
32
|
-
:type override_context: typing.
|
|
33
|
-
:type execution_context: typing.
|
|
34
|
-
:type undo:
|
|
25
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
26
|
+
:type execution_context: typing.Union[str, int]
|
|
27
|
+
:type undo: bool
|
|
35
28
|
:param value: Display Size
|
|
36
|
-
:type value: typing.
|
|
29
|
+
:type value: typing.Any
|
|
37
30
|
:param orient_type: Orientation, Transformation orientation
|
|
38
|
-
:type orient_type: typing.
|
|
31
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
39
32
|
:param orient_matrix: Matrix
|
|
40
|
-
:type orient_matrix: typing.
|
|
33
|
+
:type orient_matrix: typing.Any
|
|
41
34
|
:param orient_matrix_type: Matrix Orientation
|
|
42
|
-
:type orient_matrix_type: typing.
|
|
35
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
43
36
|
:param constraint_axis: Constraint Axis
|
|
44
|
-
:type constraint_axis: typing.
|
|
37
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
45
38
|
:param mirror: Mirror Editing
|
|
46
|
-
:type mirror: typing.
|
|
39
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
47
40
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
48
|
-
:type release_confirm: typing.
|
|
41
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
49
42
|
:param use_accurate: Accurate, Use accurate transformation
|
|
50
|
-
:type use_accurate: typing.
|
|
43
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
51
44
|
"""
|
|
52
45
|
|
|
53
46
|
...
|
|
54
47
|
|
|
55
48
|
def bend(
|
|
56
|
-
override_context: typing.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
center_override: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
72
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
73
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
49
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
50
|
+
execution_context: typing.Union[str, int] = None,
|
|
51
|
+
undo: bool = None,
|
|
52
|
+
value: typing.Any = 0.0,
|
|
53
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
54
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
55
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
56
|
+
proportional_size: typing.Any = 1.0,
|
|
57
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
58
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
59
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
60
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
61
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
62
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
63
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
74
64
|
):
|
|
75
65
|
"""Bend selected items between the 3D cursor and the mouse
|
|
76
66
|
|
|
77
|
-
:type override_context: typing.
|
|
78
|
-
:type execution_context: typing.
|
|
79
|
-
:type undo:
|
|
67
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
68
|
+
:type execution_context: typing.Union[str, int]
|
|
69
|
+
:type undo: bool
|
|
80
70
|
:param value: Angle
|
|
81
|
-
:type value: typing.
|
|
71
|
+
:type value: typing.Any
|
|
82
72
|
:param mirror: Mirror Editing
|
|
83
|
-
:type mirror: typing.
|
|
73
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
84
74
|
:param use_proportional_edit: Proportional Editing
|
|
85
|
-
:type use_proportional_edit: typing.
|
|
75
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
86
76
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
87
|
-
:type proportional_edit_falloff: typing.
|
|
77
|
+
:type proportional_edit_falloff: typing.Any
|
|
88
78
|
:param proportional_size: Proportional Size
|
|
89
|
-
:type proportional_size: typing.
|
|
79
|
+
:type proportional_size: typing.Any
|
|
90
80
|
:param use_proportional_connected: Connected
|
|
91
|
-
:type use_proportional_connected: typing.
|
|
81
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
92
82
|
:param use_proportional_projected: Projected (2D)
|
|
93
|
-
:type use_proportional_projected: typing.
|
|
83
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
94
84
|
:param snap: Use Snapping Options
|
|
95
|
-
:type snap: typing.
|
|
85
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
96
86
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
97
|
-
:type gpencil_strokes: typing.
|
|
87
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
98
88
|
:param center_override: Center Override, Force using this center value (when set)
|
|
99
|
-
:type center_override: typing.
|
|
89
|
+
:type center_override: typing.Any
|
|
100
90
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
101
|
-
:type release_confirm: typing.
|
|
91
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
102
92
|
:param use_accurate: Accurate, Use accurate transformation
|
|
103
|
-
:type use_accurate: typing.
|
|
93
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
104
94
|
"""
|
|
105
95
|
|
|
106
96
|
...
|
|
107
97
|
|
|
108
98
|
def create_orientation(
|
|
109
|
-
override_context: typing.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
113
|
-
undo: typing.Optional[bool] = None,
|
|
114
|
-
*,
|
|
99
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
100
|
+
execution_context: typing.Union[str, int] = None,
|
|
101
|
+
undo: bool = None,
|
|
115
102
|
name: typing.Union[str, typing.Any] = "",
|
|
116
|
-
use_view: typing.
|
|
117
|
-
use: typing.
|
|
118
|
-
overwrite: typing.
|
|
103
|
+
use_view: typing.Union[bool, typing.Any] = False,
|
|
104
|
+
use: typing.Union[bool, typing.Any] = False,
|
|
105
|
+
overwrite: typing.Union[bool, typing.Any] = False,
|
|
119
106
|
):
|
|
120
107
|
"""Create transformation orientation from selection
|
|
121
108
|
|
|
122
|
-
:type override_context: typing.
|
|
123
|
-
:type execution_context: typing.
|
|
124
|
-
:type undo:
|
|
109
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
110
|
+
:type execution_context: typing.Union[str, int]
|
|
111
|
+
:type undo: bool
|
|
125
112
|
:param name: Name, Name of the new custom orientation
|
|
126
113
|
:type name: typing.Union[str, typing.Any]
|
|
127
114
|
:param use_view: Use View, Use the current view instead of the active object to create the new orientation
|
|
128
|
-
:type use_view: typing.
|
|
115
|
+
:type use_view: typing.Union[bool, typing.Any]
|
|
129
116
|
:param use: Use After Creation, Select orientation after its creation
|
|
130
|
-
:type use: typing.
|
|
117
|
+
:type use: typing.Union[bool, typing.Any]
|
|
131
118
|
:param overwrite: Overwrite Previous, Overwrite previously created orientation with same name
|
|
132
|
-
:type overwrite: typing.
|
|
119
|
+
:type overwrite: typing.Union[bool, typing.Any]
|
|
133
120
|
"""
|
|
134
121
|
|
|
135
122
|
...
|
|
136
123
|
|
|
137
124
|
def delete_orientation(
|
|
138
|
-
override_context: typing.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
142
|
-
undo: typing.Optional[bool] = None,
|
|
125
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
126
|
+
execution_context: typing.Union[str, int] = None,
|
|
127
|
+
undo: bool = None,
|
|
143
128
|
):
|
|
144
129
|
"""Delete transformation orientation
|
|
145
130
|
|
|
146
|
-
:type override_context: typing.
|
|
147
|
-
:type execution_context: typing.
|
|
148
|
-
:type undo:
|
|
131
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
132
|
+
:type execution_context: typing.Union[str, int]
|
|
133
|
+
:type undo: bool
|
|
149
134
|
"""
|
|
150
135
|
|
|
151
136
|
...
|
|
152
137
|
|
|
153
138
|
def edge_bevelweight(
|
|
154
|
-
override_context: typing.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
162
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
163
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
139
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
140
|
+
execution_context: typing.Union[str, int] = None,
|
|
141
|
+
undo: bool = None,
|
|
142
|
+
value: typing.Any = 0.0,
|
|
143
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
144
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
145
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
164
146
|
):
|
|
165
147
|
"""Change the bevel weight of edges
|
|
166
148
|
|
|
167
|
-
:type override_context: typing.
|
|
168
|
-
:type execution_context: typing.
|
|
169
|
-
:type undo:
|
|
149
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
150
|
+
:type execution_context: typing.Union[str, int]
|
|
151
|
+
:type undo: bool
|
|
170
152
|
:param value: Factor
|
|
171
|
-
:type value: typing.
|
|
153
|
+
:type value: typing.Any
|
|
172
154
|
:param snap: Use Snapping Options
|
|
173
|
-
:type snap: typing.
|
|
155
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
174
156
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
175
|
-
:type release_confirm: typing.
|
|
157
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
176
158
|
:param use_accurate: Accurate, Use accurate transformation
|
|
177
|
-
:type use_accurate: typing.
|
|
159
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
178
160
|
"""
|
|
179
161
|
|
|
180
162
|
...
|
|
181
163
|
|
|
182
164
|
def edge_crease(
|
|
183
|
-
override_context: typing.
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
191
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
192
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
165
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
166
|
+
execution_context: typing.Union[str, int] = None,
|
|
167
|
+
undo: bool = None,
|
|
168
|
+
value: typing.Any = 0.0,
|
|
169
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
170
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
171
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
193
172
|
):
|
|
194
173
|
"""Change the crease of edges
|
|
195
174
|
|
|
196
|
-
:type override_context: typing.
|
|
197
|
-
:type execution_context: typing.
|
|
198
|
-
:type undo:
|
|
175
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
176
|
+
:type execution_context: typing.Union[str, int]
|
|
177
|
+
:type undo: bool
|
|
199
178
|
:param value: Factor
|
|
200
|
-
:type value: typing.
|
|
179
|
+
:type value: typing.Any
|
|
201
180
|
:param snap: Use Snapping Options
|
|
202
|
-
:type snap: typing.
|
|
181
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
203
182
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
204
|
-
:type release_confirm: typing.
|
|
183
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
205
184
|
:param use_accurate: Accurate, Use accurate transformation
|
|
206
|
-
:type use_accurate: typing.
|
|
185
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
207
186
|
"""
|
|
208
187
|
|
|
209
188
|
...
|
|
210
189
|
|
|
211
190
|
def edge_slide(
|
|
212
|
-
override_context: typing.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
correct_uv: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
234
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
235
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
191
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
192
|
+
execution_context: typing.Union[str, int] = None,
|
|
193
|
+
undo: bool = None,
|
|
194
|
+
value: typing.Any = 0.0,
|
|
195
|
+
single_side: typing.Union[bool, typing.Any] = False,
|
|
196
|
+
use_even: typing.Union[bool, typing.Any] = False,
|
|
197
|
+
flipped: typing.Union[bool, typing.Any] = False,
|
|
198
|
+
use_clamp: typing.Union[bool, typing.Any] = True,
|
|
199
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
200
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
201
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
202
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
203
|
+
snap_target: typing.Any = "CLOSEST",
|
|
204
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
205
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
206
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
207
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
208
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
209
|
+
correct_uv: typing.Union[bool, typing.Any] = True,
|
|
210
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
211
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
236
212
|
):
|
|
237
213
|
"""Slide an edge loop along a mesh
|
|
238
214
|
|
|
239
|
-
:type override_context: typing.
|
|
240
|
-
:type execution_context: typing.
|
|
241
|
-
:type undo:
|
|
215
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
216
|
+
:type execution_context: typing.Union[str, int]
|
|
217
|
+
:type undo: bool
|
|
242
218
|
:param value: Factor
|
|
243
|
-
:type value: typing.
|
|
219
|
+
:type value: typing.Any
|
|
244
220
|
:param single_side: Single Side
|
|
245
|
-
:type single_side: typing.
|
|
221
|
+
:type single_side: typing.Union[bool, typing.Any]
|
|
246
222
|
:param use_even: Even, Make the edge loop match the shape of the adjacent edge loop
|
|
247
|
-
:type use_even: typing.
|
|
223
|
+
:type use_even: typing.Union[bool, typing.Any]
|
|
248
224
|
:param flipped: Flipped, When Even mode is active, flips between the two adjacent edge loops
|
|
249
|
-
:type flipped: typing.
|
|
225
|
+
:type flipped: typing.Union[bool, typing.Any]
|
|
250
226
|
:param use_clamp: Clamp, Clamp within the edge extents
|
|
251
|
-
:type use_clamp: typing.
|
|
227
|
+
:type use_clamp: typing.Union[bool, typing.Any]
|
|
252
228
|
:param mirror: Mirror Editing
|
|
253
|
-
:type mirror: typing.
|
|
229
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
254
230
|
:param snap: Use Snapping Options
|
|
255
|
-
:type snap: typing.
|
|
231
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
256
232
|
:param snap_elements: Snap to Elements
|
|
257
|
-
:type snap_elements: typing.
|
|
233
|
+
:type snap_elements: typing.Any
|
|
258
234
|
:param use_snap_project: Project Individual Elements
|
|
259
|
-
:type use_snap_project: typing.
|
|
235
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
260
236
|
:param snap_target: Snap With
|
|
261
|
-
:type snap_target: typing.
|
|
237
|
+
:type snap_target: typing.Any
|
|
262
238
|
:param use_snap_self: Target: Include Active
|
|
263
|
-
:type use_snap_self: typing.
|
|
239
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
264
240
|
:param use_snap_edit: Target: Include Edit
|
|
265
|
-
:type use_snap_edit: typing.
|
|
241
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
266
242
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
267
|
-
:type use_snap_nonedit: typing.
|
|
243
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
268
244
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
269
|
-
:type use_snap_selectable: typing.
|
|
245
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
270
246
|
:param snap_point: Point
|
|
271
|
-
:type snap_point: typing.
|
|
247
|
+
:type snap_point: typing.Any
|
|
272
248
|
:param correct_uv: Correct UVs, Correct UV coordinates when transforming
|
|
273
|
-
:type correct_uv: typing.
|
|
249
|
+
:type correct_uv: typing.Union[bool, typing.Any]
|
|
274
250
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
275
|
-
:type release_confirm: typing.
|
|
251
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
276
252
|
:param use_accurate: Accurate, Use accurate transformation
|
|
277
|
-
:type use_accurate: typing.
|
|
253
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
278
254
|
"""
|
|
279
255
|
|
|
280
256
|
...
|
|
281
257
|
|
|
282
258
|
def from_gizmo(
|
|
283
|
-
override_context: typing.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
execution_context: typing.Optional[typing.Union[int, str]] = None,
|
|
287
|
-
undo: typing.Optional[bool] = None,
|
|
259
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
260
|
+
execution_context: typing.Union[str, int] = None,
|
|
261
|
+
undo: bool = None,
|
|
288
262
|
):
|
|
289
263
|
"""Transform selected items by mode type
|
|
290
264
|
|
|
291
|
-
:type override_context: typing.
|
|
292
|
-
:type execution_context: typing.
|
|
293
|
-
:type undo:
|
|
265
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
266
|
+
:type execution_context: typing.Union[str, int]
|
|
267
|
+
:type undo: bool
|
|
294
268
|
"""
|
|
295
269
|
|
|
296
270
|
...
|
|
297
271
|
|
|
298
272
|
def mirror(
|
|
299
|
-
override_context: typing.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
307
|
-
(0.0, 0.0, 0.0),
|
|
308
|
-
(0.0, 0.0, 0.0),
|
|
309
|
-
(0.0, 0.0, 0.0),
|
|
310
|
-
),
|
|
311
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
312
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
273
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
274
|
+
execution_context: typing.Union[str, int] = None,
|
|
275
|
+
undo: bool = None,
|
|
276
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
277
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
278
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
279
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
313
280
|
False,
|
|
314
281
|
False,
|
|
315
282
|
False,
|
|
316
283
|
),
|
|
317
|
-
gpencil_strokes: typing.
|
|
318
|
-
center_override: typing.
|
|
319
|
-
release_confirm: typing.
|
|
320
|
-
use_accurate: typing.
|
|
284
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
285
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
286
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
287
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
321
288
|
):
|
|
322
289
|
"""Mirror selected items around one or more axes
|
|
323
290
|
|
|
324
|
-
:type override_context: typing.
|
|
325
|
-
:type execution_context: typing.
|
|
326
|
-
:type undo:
|
|
291
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
292
|
+
:type execution_context: typing.Union[str, int]
|
|
293
|
+
:type undo: bool
|
|
327
294
|
:param orient_type: Orientation, Transformation orientation
|
|
328
|
-
:type orient_type: typing.
|
|
295
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
329
296
|
:param orient_matrix: Matrix
|
|
330
|
-
:type orient_matrix: typing.
|
|
297
|
+
:type orient_matrix: typing.Any
|
|
331
298
|
:param orient_matrix_type: Matrix Orientation
|
|
332
|
-
:type orient_matrix_type: typing.
|
|
299
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
333
300
|
:param constraint_axis: Constraint Axis
|
|
334
|
-
:type constraint_axis: typing.
|
|
301
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
335
302
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
336
|
-
:type gpencil_strokes: typing.
|
|
303
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
337
304
|
:param center_override: Center Override, Force using this center value (when set)
|
|
338
|
-
:type center_override: typing.
|
|
305
|
+
:type center_override: typing.Any
|
|
339
306
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
340
|
-
:type release_confirm: typing.
|
|
307
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
341
308
|
:param use_accurate: Accurate, Use accurate transformation
|
|
342
|
-
:type use_accurate: typing.
|
|
309
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
343
310
|
"""
|
|
344
311
|
|
|
345
312
|
...
|
|
346
313
|
|
|
347
314
|
def push_pull(
|
|
348
|
-
override_context: typing.
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
center_override: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
363
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
364
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
315
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
316
|
+
execution_context: typing.Union[str, int] = None,
|
|
317
|
+
undo: bool = None,
|
|
318
|
+
value: typing.Any = 0.0,
|
|
319
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
320
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
321
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
322
|
+
proportional_size: typing.Any = 1.0,
|
|
323
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
324
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
325
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
326
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
327
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
328
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
365
329
|
):
|
|
366
330
|
"""Push/Pull selected items
|
|
367
331
|
|
|
368
|
-
:type override_context: typing.
|
|
369
|
-
:type execution_context: typing.
|
|
370
|
-
:type undo:
|
|
332
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
333
|
+
:type execution_context: typing.Union[str, int]
|
|
334
|
+
:type undo: bool
|
|
371
335
|
:param value: Distance
|
|
372
|
-
:type value: typing.
|
|
336
|
+
:type value: typing.Any
|
|
373
337
|
:param mirror: Mirror Editing
|
|
374
|
-
:type mirror: typing.
|
|
338
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
375
339
|
:param use_proportional_edit: Proportional Editing
|
|
376
|
-
:type use_proportional_edit: typing.
|
|
340
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
377
341
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
378
|
-
:type proportional_edit_falloff: typing.
|
|
342
|
+
:type proportional_edit_falloff: typing.Any
|
|
379
343
|
:param proportional_size: Proportional Size
|
|
380
|
-
:type proportional_size: typing.
|
|
344
|
+
:type proportional_size: typing.Any
|
|
381
345
|
:param use_proportional_connected: Connected
|
|
382
|
-
:type use_proportional_connected: typing.
|
|
346
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
383
347
|
:param use_proportional_projected: Projected (2D)
|
|
384
|
-
:type use_proportional_projected: typing.
|
|
348
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
385
349
|
:param snap: Use Snapping Options
|
|
386
|
-
:type snap: typing.
|
|
350
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
387
351
|
:param center_override: Center Override, Force using this center value (when set)
|
|
388
|
-
:type center_override: typing.
|
|
352
|
+
:type center_override: typing.Any
|
|
389
353
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
390
|
-
:type release_confirm: typing.
|
|
354
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
391
355
|
:param use_accurate: Accurate, Use accurate transformation
|
|
392
|
-
:type use_accurate: typing.
|
|
356
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
393
357
|
"""
|
|
394
358
|
|
|
395
359
|
...
|
|
396
360
|
|
|
397
361
|
def resize(
|
|
398
|
-
override_context: typing.
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
408
|
-
(0.0, 0.0, 0.0),
|
|
409
|
-
(0.0, 0.0, 0.0),
|
|
410
|
-
(0.0, 0.0, 0.0),
|
|
411
|
-
),
|
|
412
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
413
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
362
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
363
|
+
execution_context: typing.Union[str, int] = None,
|
|
364
|
+
undo: bool = None,
|
|
365
|
+
value: typing.Any = (1.0, 1.0, 1.0),
|
|
366
|
+
mouse_dir_constraint: typing.Any = (0.0, 0.0, 0.0),
|
|
367
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
368
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
369
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
370
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
414
371
|
False,
|
|
415
372
|
False,
|
|
416
373
|
False,
|
|
417
374
|
),
|
|
418
|
-
mirror: typing.
|
|
419
|
-
use_proportional_edit: typing.
|
|
420
|
-
proportional_edit_falloff: typing.
|
|
421
|
-
proportional_size: typing.
|
|
422
|
-
use_proportional_connected: typing.
|
|
423
|
-
use_proportional_projected: typing.
|
|
424
|
-
snap: typing.
|
|
425
|
-
snap_elements: typing.
|
|
426
|
-
use_snap_project: typing.
|
|
427
|
-
snap_target: typing.
|
|
428
|
-
use_snap_self: typing.
|
|
429
|
-
use_snap_edit: typing.
|
|
430
|
-
use_snap_nonedit: typing.
|
|
431
|
-
use_snap_selectable: typing.
|
|
432
|
-
snap_point: typing.
|
|
433
|
-
gpencil_strokes: typing.
|
|
434
|
-
texture_space: typing.
|
|
435
|
-
remove_on_cancel: typing.
|
|
436
|
-
use_duplicated_keyframes: typing.
|
|
437
|
-
center_override: typing.
|
|
438
|
-
release_confirm: typing.
|
|
439
|
-
use_accurate: typing.
|
|
375
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
376
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
377
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
378
|
+
proportional_size: typing.Any = 1.0,
|
|
379
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
380
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
381
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
382
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
383
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
384
|
+
snap_target: typing.Any = "CLOSEST",
|
|
385
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
386
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
387
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
388
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
389
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
390
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
391
|
+
texture_space: typing.Union[bool, typing.Any] = False,
|
|
392
|
+
remove_on_cancel: typing.Union[bool, typing.Any] = False,
|
|
393
|
+
use_duplicated_keyframes: typing.Union[bool, typing.Any] = False,
|
|
394
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
395
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
396
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
440
397
|
):
|
|
441
398
|
"""Scale (resize) selected items
|
|
442
399
|
|
|
443
|
-
:type override_context: typing.
|
|
444
|
-
:type execution_context: typing.
|
|
445
|
-
:type undo:
|
|
400
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
401
|
+
:type execution_context: typing.Union[str, int]
|
|
402
|
+
:type undo: bool
|
|
446
403
|
:param value: Scale
|
|
447
|
-
:type value: typing.
|
|
404
|
+
:type value: typing.Any
|
|
448
405
|
:param mouse_dir_constraint: Mouse Directional Constraint
|
|
449
|
-
:type mouse_dir_constraint: typing.
|
|
406
|
+
:type mouse_dir_constraint: typing.Any
|
|
450
407
|
:param orient_type: Orientation, Transformation orientation
|
|
451
|
-
:type orient_type: typing.
|
|
408
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
452
409
|
:param orient_matrix: Matrix
|
|
453
|
-
:type orient_matrix: typing.
|
|
410
|
+
:type orient_matrix: typing.Any
|
|
454
411
|
:param orient_matrix_type: Matrix Orientation
|
|
455
|
-
:type orient_matrix_type: typing.
|
|
412
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
456
413
|
:param constraint_axis: Constraint Axis
|
|
457
|
-
:type constraint_axis: typing.
|
|
414
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
458
415
|
:param mirror: Mirror Editing
|
|
459
|
-
:type mirror: typing.
|
|
416
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
460
417
|
:param use_proportional_edit: Proportional Editing
|
|
461
|
-
:type use_proportional_edit: typing.
|
|
418
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
462
419
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
463
|
-
:type proportional_edit_falloff: typing.
|
|
420
|
+
:type proportional_edit_falloff: typing.Any
|
|
464
421
|
:param proportional_size: Proportional Size
|
|
465
|
-
:type proportional_size: typing.
|
|
422
|
+
:type proportional_size: typing.Any
|
|
466
423
|
:param use_proportional_connected: Connected
|
|
467
|
-
:type use_proportional_connected: typing.
|
|
424
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
468
425
|
:param use_proportional_projected: Projected (2D)
|
|
469
|
-
:type use_proportional_projected: typing.
|
|
426
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
470
427
|
:param snap: Use Snapping Options
|
|
471
|
-
:type snap: typing.
|
|
428
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
472
429
|
:param snap_elements: Snap to Elements
|
|
473
|
-
:type snap_elements: typing.
|
|
430
|
+
:type snap_elements: typing.Any
|
|
474
431
|
:param use_snap_project: Project Individual Elements
|
|
475
|
-
:type use_snap_project: typing.
|
|
432
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
476
433
|
:param snap_target: Snap With
|
|
477
|
-
:type snap_target: typing.
|
|
434
|
+
:type snap_target: typing.Any
|
|
478
435
|
:param use_snap_self: Target: Include Active
|
|
479
|
-
:type use_snap_self: typing.
|
|
436
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
480
437
|
:param use_snap_edit: Target: Include Edit
|
|
481
|
-
:type use_snap_edit: typing.
|
|
438
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
482
439
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
483
|
-
:type use_snap_nonedit: typing.
|
|
440
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
484
441
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
485
|
-
:type use_snap_selectable: typing.
|
|
442
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
486
443
|
:param snap_point: Point
|
|
487
|
-
:type snap_point: typing.
|
|
444
|
+
:type snap_point: typing.Any
|
|
488
445
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
489
|
-
:type gpencil_strokes: typing.
|
|
446
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
490
447
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
491
|
-
:type texture_space: typing.
|
|
448
|
+
:type texture_space: typing.Union[bool, typing.Any]
|
|
492
449
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
493
|
-
:type remove_on_cancel: typing.
|
|
450
|
+
:type remove_on_cancel: typing.Union[bool, typing.Any]
|
|
494
451
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
495
|
-
:type use_duplicated_keyframes: typing.
|
|
452
|
+
:type use_duplicated_keyframes: typing.Union[bool, typing.Any]
|
|
496
453
|
:param center_override: Center Override, Force using this center value (when set)
|
|
497
|
-
:type center_override: typing.
|
|
454
|
+
:type center_override: typing.Any
|
|
498
455
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
499
|
-
:type release_confirm: typing.
|
|
456
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
500
457
|
:param use_accurate: Accurate, Use accurate transformation
|
|
501
|
-
:type use_accurate: typing.
|
|
458
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
502
459
|
"""
|
|
503
460
|
|
|
504
461
|
...
|
|
505
462
|
|
|
506
463
|
def rotate(
|
|
507
|
-
override_context: typing.
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
517
|
-
(0.0, 0.0, 0.0),
|
|
518
|
-
(0.0, 0.0, 0.0),
|
|
519
|
-
(0.0, 0.0, 0.0),
|
|
520
|
-
),
|
|
521
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
522
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
464
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
465
|
+
execution_context: typing.Union[str, int] = None,
|
|
466
|
+
undo: bool = None,
|
|
467
|
+
value: typing.Any = 0.0,
|
|
468
|
+
orient_axis: typing.Any = "Z",
|
|
469
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
470
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
471
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
472
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
523
473
|
False,
|
|
524
474
|
False,
|
|
525
475
|
False,
|
|
526
476
|
),
|
|
527
|
-
mirror: typing.
|
|
528
|
-
use_proportional_edit: typing.
|
|
529
|
-
proportional_edit_falloff: typing.
|
|
530
|
-
proportional_size: typing.
|
|
531
|
-
use_proportional_connected: typing.
|
|
532
|
-
use_proportional_projected: typing.
|
|
533
|
-
snap: typing.
|
|
534
|
-
snap_elements: typing.
|
|
535
|
-
use_snap_project: typing.
|
|
536
|
-
snap_target: typing.
|
|
537
|
-
use_snap_self: typing.
|
|
538
|
-
use_snap_edit: typing.
|
|
539
|
-
use_snap_nonedit: typing.
|
|
540
|
-
use_snap_selectable: typing.
|
|
541
|
-
snap_point: typing.
|
|
542
|
-
gpencil_strokes: typing.
|
|
543
|
-
center_override: typing.
|
|
544
|
-
release_confirm: typing.
|
|
545
|
-
use_accurate: typing.
|
|
477
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
478
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
479
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
480
|
+
proportional_size: typing.Any = 1.0,
|
|
481
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
482
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
483
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
484
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
485
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
486
|
+
snap_target: typing.Any = "CLOSEST",
|
|
487
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
488
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
489
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
490
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
491
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
492
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
493
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
494
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
495
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
546
496
|
):
|
|
547
497
|
"""Rotate selected items
|
|
548
498
|
|
|
549
|
-
:type override_context: typing.
|
|
550
|
-
:type execution_context: typing.
|
|
551
|
-
:type undo:
|
|
499
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
500
|
+
:type execution_context: typing.Union[str, int]
|
|
501
|
+
:type undo: bool
|
|
552
502
|
:param value: Angle
|
|
553
|
-
:type value: typing.
|
|
503
|
+
:type value: typing.Any
|
|
554
504
|
:param orient_axis: Axis
|
|
555
|
-
:type orient_axis: typing.
|
|
505
|
+
:type orient_axis: typing.Any
|
|
556
506
|
:param orient_type: Orientation, Transformation orientation
|
|
557
|
-
:type orient_type: typing.
|
|
507
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
558
508
|
:param orient_matrix: Matrix
|
|
559
|
-
:type orient_matrix: typing.
|
|
509
|
+
:type orient_matrix: typing.Any
|
|
560
510
|
:param orient_matrix_type: Matrix Orientation
|
|
561
|
-
:type orient_matrix_type: typing.
|
|
511
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
562
512
|
:param constraint_axis: Constraint Axis
|
|
563
|
-
:type constraint_axis: typing.
|
|
513
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
564
514
|
:param mirror: Mirror Editing
|
|
565
|
-
:type mirror: typing.
|
|
515
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
566
516
|
:param use_proportional_edit: Proportional Editing
|
|
567
|
-
:type use_proportional_edit: typing.
|
|
517
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
568
518
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
569
|
-
:type proportional_edit_falloff: typing.
|
|
519
|
+
:type proportional_edit_falloff: typing.Any
|
|
570
520
|
:param proportional_size: Proportional Size
|
|
571
|
-
:type proportional_size: typing.
|
|
521
|
+
:type proportional_size: typing.Any
|
|
572
522
|
:param use_proportional_connected: Connected
|
|
573
|
-
:type use_proportional_connected: typing.
|
|
523
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
574
524
|
:param use_proportional_projected: Projected (2D)
|
|
575
|
-
:type use_proportional_projected: typing.
|
|
525
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
576
526
|
:param snap: Use Snapping Options
|
|
577
|
-
:type snap: typing.
|
|
527
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
578
528
|
:param snap_elements: Snap to Elements
|
|
579
|
-
:type snap_elements: typing.
|
|
529
|
+
:type snap_elements: typing.Any
|
|
580
530
|
:param use_snap_project: Project Individual Elements
|
|
581
|
-
:type use_snap_project: typing.
|
|
531
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
582
532
|
:param snap_target: Snap With
|
|
583
|
-
:type snap_target: typing.
|
|
533
|
+
:type snap_target: typing.Any
|
|
584
534
|
:param use_snap_self: Target: Include Active
|
|
585
|
-
:type use_snap_self: typing.
|
|
535
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
586
536
|
:param use_snap_edit: Target: Include Edit
|
|
587
|
-
:type use_snap_edit: typing.
|
|
537
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
588
538
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
589
|
-
:type use_snap_nonedit: typing.
|
|
539
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
590
540
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
591
|
-
:type use_snap_selectable: typing.
|
|
541
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
592
542
|
:param snap_point: Point
|
|
593
|
-
:type snap_point: typing.
|
|
543
|
+
:type snap_point: typing.Any
|
|
594
544
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
595
|
-
:type gpencil_strokes: typing.
|
|
545
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
596
546
|
:param center_override: Center Override, Force using this center value (when set)
|
|
597
|
-
:type center_override: typing.
|
|
547
|
+
:type center_override: typing.Any
|
|
598
548
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
599
|
-
:type release_confirm: typing.
|
|
549
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
600
550
|
:param use_accurate: Accurate, Use accurate transformation
|
|
601
|
-
:type use_accurate: typing.
|
|
551
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
602
552
|
"""
|
|
603
553
|
|
|
604
554
|
...
|
|
605
555
|
|
|
606
556
|
def rotate_normal(
|
|
607
|
-
override_context: typing.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
617
|
-
(0.0, 0.0, 0.0),
|
|
618
|
-
(0.0, 0.0, 0.0),
|
|
619
|
-
(0.0, 0.0, 0.0),
|
|
620
|
-
),
|
|
621
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
622
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
557
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
558
|
+
execution_context: typing.Union[str, int] = None,
|
|
559
|
+
undo: bool = None,
|
|
560
|
+
value: typing.Any = 0.0,
|
|
561
|
+
orient_axis: typing.Any = "Z",
|
|
562
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
563
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
564
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
565
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
623
566
|
False,
|
|
624
567
|
False,
|
|
625
568
|
False,
|
|
626
569
|
),
|
|
627
|
-
mirror: typing.
|
|
628
|
-
release_confirm: typing.
|
|
629
|
-
use_accurate: typing.
|
|
570
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
571
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
572
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
630
573
|
):
|
|
631
574
|
"""Rotate split normal of selected items
|
|
632
575
|
|
|
633
|
-
:type override_context: typing.
|
|
634
|
-
:type execution_context: typing.
|
|
635
|
-
:type undo:
|
|
576
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
577
|
+
:type execution_context: typing.Union[str, int]
|
|
578
|
+
:type undo: bool
|
|
636
579
|
:param value: Angle
|
|
637
|
-
:type value: typing.
|
|
580
|
+
:type value: typing.Any
|
|
638
581
|
:param orient_axis: Axis
|
|
639
|
-
:type orient_axis: typing.
|
|
582
|
+
:type orient_axis: typing.Any
|
|
640
583
|
:param orient_type: Orientation, Transformation orientation
|
|
641
|
-
:type orient_type: typing.
|
|
584
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
642
585
|
:param orient_matrix: Matrix
|
|
643
|
-
:type orient_matrix: typing.
|
|
586
|
+
:type orient_matrix: typing.Any
|
|
644
587
|
:param orient_matrix_type: Matrix Orientation
|
|
645
|
-
:type orient_matrix_type: typing.
|
|
588
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
646
589
|
:param constraint_axis: Constraint Axis
|
|
647
|
-
:type constraint_axis: typing.
|
|
590
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
648
591
|
:param mirror: Mirror Editing
|
|
649
|
-
:type mirror: typing.
|
|
592
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
650
593
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
651
|
-
:type release_confirm: typing.
|
|
594
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
652
595
|
:param use_accurate: Accurate, Use accurate transformation
|
|
653
|
-
:type use_accurate: typing.
|
|
596
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
654
597
|
"""
|
|
655
598
|
|
|
656
599
|
...
|
|
657
600
|
|
|
658
601
|
def select_orientation(
|
|
659
|
-
override_context: typing.
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
undo: typing.Optional[bool] = None,
|
|
664
|
-
*,
|
|
665
|
-
orientation: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
602
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
603
|
+
execution_context: typing.Union[str, int] = None,
|
|
604
|
+
undo: bool = None,
|
|
605
|
+
orientation: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
666
606
|
):
|
|
667
607
|
"""Select transformation orientation
|
|
668
608
|
|
|
669
|
-
:type override_context: typing.
|
|
670
|
-
:type execution_context: typing.
|
|
671
|
-
:type undo:
|
|
609
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
610
|
+
:type execution_context: typing.Union[str, int]
|
|
611
|
+
:type undo: bool
|
|
672
612
|
:param orientation: Orientation, Transformation orientation
|
|
673
|
-
:type orientation: typing.
|
|
613
|
+
:type orientation: typing.Union[str, int, typing.Any]
|
|
674
614
|
"""
|
|
675
615
|
|
|
676
616
|
...
|
|
677
617
|
|
|
678
618
|
def seq_slide(
|
|
679
|
-
override_context: typing.
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
view2d_edge_pan: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
688
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
689
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
619
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
620
|
+
execution_context: typing.Union[str, int] = None,
|
|
621
|
+
undo: bool = None,
|
|
622
|
+
value: typing.Any = (0.0, 0.0),
|
|
623
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
624
|
+
view2d_edge_pan: typing.Union[bool, typing.Any] = False,
|
|
625
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
626
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
690
627
|
):
|
|
691
628
|
"""Slide a sequence strip in time
|
|
692
629
|
|
|
693
|
-
:type override_context: typing.
|
|
694
|
-
:type execution_context: typing.
|
|
695
|
-
:type undo:
|
|
630
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
631
|
+
:type execution_context: typing.Union[str, int]
|
|
632
|
+
:type undo: bool
|
|
696
633
|
:param value: Offset
|
|
697
|
-
:type value: typing.
|
|
634
|
+
:type value: typing.Any
|
|
698
635
|
:param snap: Use Snapping Options
|
|
699
|
-
:type snap: typing.
|
|
636
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
700
637
|
:param view2d_edge_pan: Edge Pan, Enable edge panning in 2D view
|
|
701
|
-
:type view2d_edge_pan: typing.
|
|
638
|
+
:type view2d_edge_pan: typing.Union[bool, typing.Any]
|
|
702
639
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
703
|
-
:type release_confirm: typing.
|
|
640
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
704
641
|
:param use_accurate: Accurate, Use accurate transformation
|
|
705
|
-
:type use_accurate: typing.
|
|
642
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
706
643
|
"""
|
|
707
644
|
|
|
708
645
|
...
|
|
709
646
|
|
|
710
647
|
def shear(
|
|
711
|
-
override_context: typing.
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
proportional_size: typing.Optional[typing.Any] = 1.0,
|
|
731
|
-
use_proportional_connected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
732
|
-
use_proportional_projected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
733
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
734
|
-
gpencil_strokes: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
735
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
736
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
648
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
649
|
+
execution_context: typing.Union[str, int] = None,
|
|
650
|
+
undo: bool = None,
|
|
651
|
+
value: typing.Any = 0.0,
|
|
652
|
+
orient_axis: typing.Any = "Z",
|
|
653
|
+
orient_axis_ortho: typing.Any = "X",
|
|
654
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
655
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
656
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
657
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
658
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
659
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
660
|
+
proportional_size: typing.Any = 1.0,
|
|
661
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
662
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
663
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
664
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
665
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
666
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
737
667
|
):
|
|
738
668
|
"""Shear selected items along the given axis
|
|
739
669
|
|
|
740
|
-
:type override_context: typing.
|
|
741
|
-
:type execution_context: typing.
|
|
742
|
-
:type undo:
|
|
670
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
671
|
+
:type execution_context: typing.Union[str, int]
|
|
672
|
+
:type undo: bool
|
|
743
673
|
:param value: Offset
|
|
744
|
-
:type value: typing.
|
|
674
|
+
:type value: typing.Any
|
|
745
675
|
:param orient_axis: Axis
|
|
746
|
-
:type orient_axis: typing.
|
|
676
|
+
:type orient_axis: typing.Any
|
|
747
677
|
:param orient_axis_ortho: Axis Ortho
|
|
748
|
-
:type orient_axis_ortho: typing.
|
|
678
|
+
:type orient_axis_ortho: typing.Any
|
|
749
679
|
:param orient_type: Orientation, Transformation orientation
|
|
750
|
-
:type orient_type: typing.
|
|
680
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
751
681
|
:param orient_matrix: Matrix
|
|
752
|
-
:type orient_matrix: typing.
|
|
682
|
+
:type orient_matrix: typing.Any
|
|
753
683
|
:param orient_matrix_type: Matrix Orientation
|
|
754
|
-
:type orient_matrix_type: typing.
|
|
684
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
755
685
|
:param mirror: Mirror Editing
|
|
756
|
-
:type mirror: typing.
|
|
686
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
757
687
|
:param use_proportional_edit: Proportional Editing
|
|
758
|
-
:type use_proportional_edit: typing.
|
|
688
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
759
689
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
760
|
-
:type proportional_edit_falloff: typing.
|
|
690
|
+
:type proportional_edit_falloff: typing.Any
|
|
761
691
|
:param proportional_size: Proportional Size
|
|
762
|
-
:type proportional_size: typing.
|
|
692
|
+
:type proportional_size: typing.Any
|
|
763
693
|
:param use_proportional_connected: Connected
|
|
764
|
-
:type use_proportional_connected: typing.
|
|
694
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
765
695
|
:param use_proportional_projected: Projected (2D)
|
|
766
|
-
:type use_proportional_projected: typing.
|
|
696
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
767
697
|
:param snap: Use Snapping Options
|
|
768
|
-
:type snap: typing.
|
|
698
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
769
699
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
770
|
-
:type gpencil_strokes: typing.
|
|
700
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
771
701
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
772
|
-
:type release_confirm: typing.
|
|
702
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
773
703
|
:param use_accurate: Accurate, Use accurate transformation
|
|
774
|
-
:type use_accurate: typing.
|
|
704
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
775
705
|
"""
|
|
776
706
|
|
|
777
707
|
...
|
|
778
708
|
|
|
779
709
|
def shrink_fatten(
|
|
780
|
-
override_context: typing.
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
795
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
796
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
710
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
711
|
+
execution_context: typing.Union[str, int] = None,
|
|
712
|
+
undo: bool = None,
|
|
713
|
+
value: typing.Any = 0.0,
|
|
714
|
+
use_even_offset: typing.Union[bool, typing.Any] = False,
|
|
715
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
716
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
717
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
718
|
+
proportional_size: typing.Any = 1.0,
|
|
719
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
720
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
721
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
722
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
723
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
797
724
|
):
|
|
798
725
|
"""Shrink/fatten selected vertices along normals
|
|
799
726
|
|
|
800
|
-
:type override_context: typing.
|
|
801
|
-
:type execution_context: typing.
|
|
802
|
-
:type undo:
|
|
727
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
728
|
+
:type execution_context: typing.Union[str, int]
|
|
729
|
+
:type undo: bool
|
|
803
730
|
:param value: Offset
|
|
804
|
-
:type value: typing.
|
|
731
|
+
:type value: typing.Any
|
|
805
732
|
:param use_even_offset: Offset Even, Scale the offset to give more even thickness
|
|
806
|
-
:type use_even_offset: typing.
|
|
733
|
+
:type use_even_offset: typing.Union[bool, typing.Any]
|
|
807
734
|
:param mirror: Mirror Editing
|
|
808
|
-
:type mirror: typing.
|
|
735
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
809
736
|
:param use_proportional_edit: Proportional Editing
|
|
810
|
-
:type use_proportional_edit: typing.
|
|
737
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
811
738
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
812
|
-
:type proportional_edit_falloff: typing.
|
|
739
|
+
:type proportional_edit_falloff: typing.Any
|
|
813
740
|
:param proportional_size: Proportional Size
|
|
814
|
-
:type proportional_size: typing.
|
|
741
|
+
:type proportional_size: typing.Any
|
|
815
742
|
:param use_proportional_connected: Connected
|
|
816
|
-
:type use_proportional_connected: typing.
|
|
743
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
817
744
|
:param use_proportional_projected: Projected (2D)
|
|
818
|
-
:type use_proportional_projected: typing.
|
|
745
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
819
746
|
:param snap: Use Snapping Options
|
|
820
|
-
:type snap: typing.
|
|
747
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
821
748
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
822
|
-
:type release_confirm: typing.
|
|
749
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
823
750
|
:param use_accurate: Accurate, Use accurate transformation
|
|
824
|
-
:type use_accurate: typing.
|
|
751
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
825
752
|
"""
|
|
826
753
|
|
|
827
754
|
...
|
|
828
755
|
|
|
829
756
|
def skin_resize(
|
|
830
|
-
override_context: typing.
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
839
|
-
(0.0, 0.0, 0.0),
|
|
840
|
-
(0.0, 0.0, 0.0),
|
|
841
|
-
(0.0, 0.0, 0.0),
|
|
842
|
-
),
|
|
843
|
-
orient_matrix_type: typing.Optional[typing.Union[int, str, typing.Any]] = "GLOBAL",
|
|
844
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
757
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
758
|
+
execution_context: typing.Union[str, int] = None,
|
|
759
|
+
undo: bool = None,
|
|
760
|
+
value: typing.Any = (1.0, 1.0, 1.0),
|
|
761
|
+
orient_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
762
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
763
|
+
orient_matrix_type: typing.Union[str, int, typing.Any] = "GLOBAL",
|
|
764
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
845
765
|
False,
|
|
846
766
|
False,
|
|
847
767
|
False,
|
|
848
768
|
),
|
|
849
|
-
mirror: typing.
|
|
850
|
-
use_proportional_edit: typing.
|
|
851
|
-
proportional_edit_falloff: typing.
|
|
852
|
-
proportional_size: typing.
|
|
853
|
-
use_proportional_connected: typing.
|
|
854
|
-
use_proportional_projected: typing.
|
|
855
|
-
snap: typing.
|
|
856
|
-
snap_elements: typing.
|
|
857
|
-
use_snap_project: typing.
|
|
858
|
-
snap_target: typing.
|
|
859
|
-
use_snap_self: typing.
|
|
860
|
-
use_snap_edit: typing.
|
|
861
|
-
use_snap_nonedit: typing.
|
|
862
|
-
use_snap_selectable: typing.
|
|
863
|
-
snap_point: typing.
|
|
864
|
-
release_confirm: typing.
|
|
865
|
-
use_accurate: typing.
|
|
769
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
770
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
771
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
772
|
+
proportional_size: typing.Any = 1.0,
|
|
773
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
774
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
775
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
776
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
777
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
778
|
+
snap_target: typing.Any = "CLOSEST",
|
|
779
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
780
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
781
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
782
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
783
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
784
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
785
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
866
786
|
):
|
|
867
787
|
"""Scale selected vertices' skin radii
|
|
868
788
|
|
|
869
|
-
:type override_context: typing.
|
|
870
|
-
:type execution_context: typing.
|
|
871
|
-
:type undo:
|
|
789
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
790
|
+
:type execution_context: typing.Union[str, int]
|
|
791
|
+
:type undo: bool
|
|
872
792
|
:param value: Scale
|
|
873
|
-
:type value: typing.
|
|
793
|
+
:type value: typing.Any
|
|
874
794
|
:param orient_type: Orientation, Transformation orientation
|
|
875
|
-
:type orient_type: typing.
|
|
795
|
+
:type orient_type: typing.Union[str, int, typing.Any]
|
|
876
796
|
:param orient_matrix: Matrix
|
|
877
|
-
:type orient_matrix: typing.
|
|
797
|
+
:type orient_matrix: typing.Any
|
|
878
798
|
:param orient_matrix_type: Matrix Orientation
|
|
879
|
-
:type orient_matrix_type: typing.
|
|
799
|
+
:type orient_matrix_type: typing.Union[str, int, typing.Any]
|
|
880
800
|
:param constraint_axis: Constraint Axis
|
|
881
|
-
:type constraint_axis: typing.
|
|
801
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
882
802
|
:param mirror: Mirror Editing
|
|
883
|
-
:type mirror: typing.
|
|
803
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
884
804
|
:param use_proportional_edit: Proportional Editing
|
|
885
|
-
:type use_proportional_edit: typing.
|
|
805
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
886
806
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
887
|
-
:type proportional_edit_falloff: typing.
|
|
807
|
+
:type proportional_edit_falloff: typing.Any
|
|
888
808
|
:param proportional_size: Proportional Size
|
|
889
|
-
:type proportional_size: typing.
|
|
809
|
+
:type proportional_size: typing.Any
|
|
890
810
|
:param use_proportional_connected: Connected
|
|
891
|
-
:type use_proportional_connected: typing.
|
|
811
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
892
812
|
:param use_proportional_projected: Projected (2D)
|
|
893
|
-
:type use_proportional_projected: typing.
|
|
813
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
894
814
|
:param snap: Use Snapping Options
|
|
895
|
-
:type snap: typing.
|
|
815
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
896
816
|
:param snap_elements: Snap to Elements
|
|
897
|
-
:type snap_elements: typing.
|
|
817
|
+
:type snap_elements: typing.Any
|
|
898
818
|
:param use_snap_project: Project Individual Elements
|
|
899
|
-
:type use_snap_project: typing.
|
|
819
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
900
820
|
:param snap_target: Snap With
|
|
901
|
-
:type snap_target: typing.
|
|
821
|
+
:type snap_target: typing.Any
|
|
902
822
|
:param use_snap_self: Target: Include Active
|
|
903
|
-
:type use_snap_self: typing.
|
|
823
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
904
824
|
:param use_snap_edit: Target: Include Edit
|
|
905
|
-
:type use_snap_edit: typing.
|
|
825
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
906
826
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
907
|
-
:type use_snap_nonedit: typing.
|
|
827
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
908
828
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
909
|
-
:type use_snap_selectable: typing.
|
|
829
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
910
830
|
:param snap_point: Point
|
|
911
|
-
:type snap_point: typing.
|
|
831
|
+
:type snap_point: typing.Any
|
|
912
832
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
913
|
-
:type release_confirm: typing.
|
|
833
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
914
834
|
:param use_accurate: Accurate, Use accurate transformation
|
|
915
|
-
:type use_accurate: typing.
|
|
835
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
916
836
|
"""
|
|
917
837
|
|
|
918
838
|
...
|
|
919
839
|
|
|
920
840
|
def tilt(
|
|
921
|
-
override_context: typing.
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
935
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
936
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
841
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
842
|
+
execution_context: typing.Union[str, int] = None,
|
|
843
|
+
undo: bool = None,
|
|
844
|
+
value: typing.Any = 0.0,
|
|
845
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
846
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
847
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
848
|
+
proportional_size: typing.Any = 1.0,
|
|
849
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
850
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
851
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
852
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
853
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
937
854
|
):
|
|
938
855
|
"""Tilt selected control vertices of 3D curve
|
|
939
856
|
|
|
940
|
-
:type override_context: typing.
|
|
941
|
-
:type execution_context: typing.
|
|
942
|
-
:type undo:
|
|
857
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
858
|
+
:type execution_context: typing.Union[str, int]
|
|
859
|
+
:type undo: bool
|
|
943
860
|
:param value: Angle
|
|
944
|
-
:type value: typing.
|
|
861
|
+
:type value: typing.Any
|
|
945
862
|
:param mirror: Mirror Editing
|
|
946
|
-
:type mirror: typing.
|
|
863
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
947
864
|
:param use_proportional_edit: Proportional Editing
|
|
948
|
-
:type use_proportional_edit: typing.
|
|
865
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
949
866
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
950
|
-
:type proportional_edit_falloff: typing.
|
|
867
|
+
:type proportional_edit_falloff: typing.Any
|
|
951
868
|
:param proportional_size: Proportional Size
|
|
952
|
-
:type proportional_size: typing.
|
|
869
|
+
:type proportional_size: typing.Any
|
|
953
870
|
:param use_proportional_connected: Connected
|
|
954
|
-
:type use_proportional_connected: typing.
|
|
871
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
955
872
|
:param use_proportional_projected: Projected (2D)
|
|
956
|
-
:type use_proportional_projected: typing.
|
|
873
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
957
874
|
:param snap: Use Snapping Options
|
|
958
|
-
:type snap: typing.
|
|
875
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
959
876
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
960
|
-
:type release_confirm: typing.
|
|
877
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
961
878
|
:param use_accurate: Accurate, Use accurate transformation
|
|
962
|
-
:type use_accurate: typing.
|
|
879
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
963
880
|
"""
|
|
964
881
|
|
|
965
882
|
...
|
|
966
883
|
|
|
967
884
|
def tosphere(
|
|
968
|
-
override_context: typing.
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
center_override: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
984
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
985
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
885
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
886
|
+
execution_context: typing.Union[str, int] = None,
|
|
887
|
+
undo: bool = None,
|
|
888
|
+
value: typing.Any = 0.0,
|
|
889
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
890
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
891
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
892
|
+
proportional_size: typing.Any = 1.0,
|
|
893
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
894
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
895
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
896
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
897
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
898
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
899
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
986
900
|
):
|
|
987
901
|
"""Move selected items outward in a spherical shape around geometric center
|
|
988
902
|
|
|
989
|
-
:type override_context: typing.
|
|
990
|
-
:type execution_context: typing.
|
|
991
|
-
:type undo:
|
|
903
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
904
|
+
:type execution_context: typing.Union[str, int]
|
|
905
|
+
:type undo: bool
|
|
992
906
|
:param value: Factor
|
|
993
|
-
:type value: typing.
|
|
907
|
+
:type value: typing.Any
|
|
994
908
|
:param mirror: Mirror Editing
|
|
995
|
-
:type mirror: typing.
|
|
909
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
996
910
|
:param use_proportional_edit: Proportional Editing
|
|
997
|
-
:type use_proportional_edit: typing.
|
|
911
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
998
912
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
999
|
-
:type proportional_edit_falloff: typing.
|
|
913
|
+
:type proportional_edit_falloff: typing.Any
|
|
1000
914
|
:param proportional_size: Proportional Size
|
|
1001
|
-
:type proportional_size: typing.
|
|
915
|
+
:type proportional_size: typing.Any
|
|
1002
916
|
:param use_proportional_connected: Connected
|
|
1003
|
-
:type use_proportional_connected: typing.
|
|
917
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
1004
918
|
:param use_proportional_projected: Projected (2D)
|
|
1005
|
-
:type use_proportional_projected: typing.
|
|
919
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
1006
920
|
:param snap: Use Snapping Options
|
|
1007
|
-
:type snap: typing.
|
|
921
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1008
922
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1009
|
-
:type gpencil_strokes: typing.
|
|
923
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
1010
924
|
:param center_override: Center Override, Force using this center value (when set)
|
|
1011
|
-
:type center_override: typing.
|
|
925
|
+
:type center_override: typing.Any
|
|
1012
926
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1013
|
-
:type release_confirm: typing.
|
|
927
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1014
928
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1015
|
-
:type use_accurate: typing.
|
|
929
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1016
930
|
"""
|
|
1017
931
|
|
|
1018
932
|
...
|
|
1019
933
|
|
|
1020
934
|
def trackball(
|
|
1021
|
-
override_context: typing.
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
center_override: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
1037
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1038
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
935
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
936
|
+
execution_context: typing.Union[str, int] = None,
|
|
937
|
+
undo: bool = None,
|
|
938
|
+
value: typing.Any = (0.0, 0.0),
|
|
939
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
940
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
941
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
942
|
+
proportional_size: typing.Any = 1.0,
|
|
943
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
944
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
945
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
946
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
947
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
948
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
949
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
1039
950
|
):
|
|
1040
951
|
"""Trackball style rotation of selected items
|
|
1041
952
|
|
|
1042
|
-
:type override_context: typing.
|
|
1043
|
-
:type execution_context: typing.
|
|
1044
|
-
:type undo:
|
|
953
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
954
|
+
:type execution_context: typing.Union[str, int]
|
|
955
|
+
:type undo: bool
|
|
1045
956
|
:param value: Angle
|
|
1046
|
-
:type value: typing.
|
|
957
|
+
:type value: typing.Any
|
|
1047
958
|
:param mirror: Mirror Editing
|
|
1048
|
-
:type mirror: typing.
|
|
959
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
1049
960
|
:param use_proportional_edit: Proportional Editing
|
|
1050
|
-
:type use_proportional_edit: typing.
|
|
961
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
1051
962
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1052
|
-
:type proportional_edit_falloff: typing.
|
|
963
|
+
:type proportional_edit_falloff: typing.Any
|
|
1053
964
|
:param proportional_size: Proportional Size
|
|
1054
|
-
:type proportional_size: typing.
|
|
965
|
+
:type proportional_size: typing.Any
|
|
1055
966
|
:param use_proportional_connected: Connected
|
|
1056
|
-
:type use_proportional_connected: typing.
|
|
967
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
1057
968
|
:param use_proportional_projected: Projected (2D)
|
|
1058
|
-
:type use_proportional_projected: typing.
|
|
969
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
1059
970
|
:param snap: Use Snapping Options
|
|
1060
|
-
:type snap: typing.
|
|
971
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1061
972
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1062
|
-
:type gpencil_strokes: typing.
|
|
973
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
1063
974
|
:param center_override: Center Override, Force using this center value (when set)
|
|
1064
|
-
:type center_override: typing.
|
|
975
|
+
:type center_override: typing.Any
|
|
1065
976
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1066
|
-
:type release_confirm: typing.
|
|
977
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1067
978
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1068
|
-
:type use_accurate: typing.
|
|
979
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1069
980
|
"""
|
|
1070
981
|
|
|
1071
982
|
...
|
|
1072
983
|
|
|
1073
984
|
def transform(
|
|
1074
|
-
override_context: typing.
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
1085
|
-
(0.0, 0.0, 0.0),
|
|
1086
|
-
(0.0, 0.0, 0.0),
|
|
1087
|
-
(0.0, 0.0, 0.0),
|
|
1088
|
-
),
|
|
1089
|
-
orient_matrix_type: typing.Optional[typing.Any] = "GLOBAL",
|
|
1090
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
985
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
986
|
+
execution_context: typing.Union[str, int] = None,
|
|
987
|
+
undo: bool = None,
|
|
988
|
+
mode: typing.Any = "TRANSLATION",
|
|
989
|
+
value: typing.Any = (0.0, 0.0, 0.0, 0.0),
|
|
990
|
+
orient_axis: typing.Any = "Z",
|
|
991
|
+
orient_type: typing.Any = "GLOBAL",
|
|
992
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
993
|
+
orient_matrix_type: typing.Any = "GLOBAL",
|
|
994
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
1091
995
|
False,
|
|
1092
996
|
False,
|
|
1093
997
|
False,
|
|
1094
998
|
),
|
|
1095
|
-
mirror: typing.
|
|
1096
|
-
use_proportional_edit: typing.
|
|
1097
|
-
proportional_edit_falloff: typing.
|
|
1098
|
-
proportional_size: typing.
|
|
1099
|
-
use_proportional_connected: typing.
|
|
1100
|
-
use_proportional_projected: typing.
|
|
1101
|
-
snap: typing.
|
|
1102
|
-
snap_elements: typing.
|
|
1103
|
-
use_snap_project: typing.
|
|
1104
|
-
snap_target: typing.
|
|
1105
|
-
use_snap_self: typing.
|
|
1106
|
-
use_snap_edit: typing.
|
|
1107
|
-
use_snap_nonedit: typing.
|
|
1108
|
-
use_snap_selectable: typing.
|
|
1109
|
-
snap_point: typing.
|
|
1110
|
-
snap_align: typing.
|
|
1111
|
-
snap_normal: typing.
|
|
1112
|
-
gpencil_strokes: typing.
|
|
1113
|
-
texture_space: typing.
|
|
1114
|
-
remove_on_cancel: typing.
|
|
1115
|
-
use_duplicated_keyframes: typing.
|
|
1116
|
-
center_override: typing.
|
|
1117
|
-
release_confirm: typing.
|
|
1118
|
-
use_accurate: typing.
|
|
1119
|
-
use_automerge_and_split: typing.
|
|
999
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
1000
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
1001
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
1002
|
+
proportional_size: typing.Any = 1.0,
|
|
1003
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
1004
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
1005
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
1006
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
1007
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
1008
|
+
snap_target: typing.Any = "CLOSEST",
|
|
1009
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
1010
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
1011
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
1012
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
1013
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
1014
|
+
snap_align: typing.Union[bool, typing.Any] = False,
|
|
1015
|
+
snap_normal: typing.Any = (0.0, 0.0, 0.0),
|
|
1016
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
1017
|
+
texture_space: typing.Union[bool, typing.Any] = False,
|
|
1018
|
+
remove_on_cancel: typing.Union[bool, typing.Any] = False,
|
|
1019
|
+
use_duplicated_keyframes: typing.Union[bool, typing.Any] = False,
|
|
1020
|
+
center_override: typing.Any = (0.0, 0.0, 0.0),
|
|
1021
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
1022
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
1023
|
+
use_automerge_and_split: typing.Union[bool, typing.Any] = False,
|
|
1120
1024
|
):
|
|
1121
1025
|
"""Transform selected items by mode type
|
|
1122
1026
|
|
|
1123
|
-
:type override_context: typing.
|
|
1124
|
-
:type execution_context: typing.
|
|
1125
|
-
:type undo:
|
|
1027
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1028
|
+
:type execution_context: typing.Union[str, int]
|
|
1029
|
+
:type undo: bool
|
|
1126
1030
|
:param mode: Mode
|
|
1127
|
-
:type mode: typing.
|
|
1031
|
+
:type mode: typing.Any
|
|
1128
1032
|
:param value: Values
|
|
1129
|
-
:type value: typing.
|
|
1033
|
+
:type value: typing.Any
|
|
1130
1034
|
:param orient_axis: Axis
|
|
1131
|
-
:type orient_axis: typing.
|
|
1035
|
+
:type orient_axis: typing.Any
|
|
1132
1036
|
:param orient_type: Orientation, Transformation orientation
|
|
1133
|
-
:type orient_type: typing.
|
|
1037
|
+
:type orient_type: typing.Any
|
|
1134
1038
|
:param orient_matrix: Matrix
|
|
1135
|
-
:type orient_matrix: typing.
|
|
1039
|
+
:type orient_matrix: typing.Any
|
|
1136
1040
|
:param orient_matrix_type: Matrix Orientation
|
|
1137
|
-
:type orient_matrix_type: typing.
|
|
1041
|
+
:type orient_matrix_type: typing.Any
|
|
1138
1042
|
:param constraint_axis: Constraint Axis
|
|
1139
|
-
:type constraint_axis: typing.
|
|
1043
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
1140
1044
|
:param mirror: Mirror Editing
|
|
1141
|
-
:type mirror: typing.
|
|
1045
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
1142
1046
|
:param use_proportional_edit: Proportional Editing
|
|
1143
|
-
:type use_proportional_edit: typing.
|
|
1047
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
1144
1048
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1145
|
-
:type proportional_edit_falloff: typing.
|
|
1049
|
+
:type proportional_edit_falloff: typing.Any
|
|
1146
1050
|
:param proportional_size: Proportional Size
|
|
1147
|
-
:type proportional_size: typing.
|
|
1051
|
+
:type proportional_size: typing.Any
|
|
1148
1052
|
:param use_proportional_connected: Connected
|
|
1149
|
-
:type use_proportional_connected: typing.
|
|
1053
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
1150
1054
|
:param use_proportional_projected: Projected (2D)
|
|
1151
|
-
:type use_proportional_projected: typing.
|
|
1055
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
1152
1056
|
:param snap: Use Snapping Options
|
|
1153
|
-
:type snap: typing.
|
|
1057
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1154
1058
|
:param snap_elements: Snap to Elements
|
|
1155
|
-
:type snap_elements: typing.
|
|
1059
|
+
:type snap_elements: typing.Any
|
|
1156
1060
|
:param use_snap_project: Project Individual Elements
|
|
1157
|
-
:type use_snap_project: typing.
|
|
1061
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
1158
1062
|
:param snap_target: Snap With
|
|
1159
|
-
:type snap_target: typing.
|
|
1063
|
+
:type snap_target: typing.Any
|
|
1160
1064
|
:param use_snap_self: Target: Include Active
|
|
1161
|
-
:type use_snap_self: typing.
|
|
1065
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
1162
1066
|
:param use_snap_edit: Target: Include Edit
|
|
1163
|
-
:type use_snap_edit: typing.
|
|
1067
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
1164
1068
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1165
|
-
:type use_snap_nonedit: typing.
|
|
1069
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
1166
1070
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1167
|
-
:type use_snap_selectable: typing.
|
|
1071
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
1168
1072
|
:param snap_point: Point
|
|
1169
|
-
:type snap_point: typing.
|
|
1073
|
+
:type snap_point: typing.Any
|
|
1170
1074
|
:param snap_align: Align with Point Normal
|
|
1171
|
-
:type snap_align: typing.
|
|
1075
|
+
:type snap_align: typing.Union[bool, typing.Any]
|
|
1172
1076
|
:param snap_normal: Normal
|
|
1173
|
-
:type snap_normal: typing.
|
|
1077
|
+
:type snap_normal: typing.Any
|
|
1174
1078
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1175
|
-
:type gpencil_strokes: typing.
|
|
1079
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
1176
1080
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
1177
|
-
:type texture_space: typing.
|
|
1081
|
+
:type texture_space: typing.Union[bool, typing.Any]
|
|
1178
1082
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
1179
|
-
:type remove_on_cancel: typing.
|
|
1083
|
+
:type remove_on_cancel: typing.Union[bool, typing.Any]
|
|
1180
1084
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
1181
|
-
:type use_duplicated_keyframes: typing.
|
|
1085
|
+
:type use_duplicated_keyframes: typing.Union[bool, typing.Any]
|
|
1182
1086
|
:param center_override: Center Override, Force using this center value (when set)
|
|
1183
|
-
:type center_override: typing.
|
|
1087
|
+
:type center_override: typing.Any
|
|
1184
1088
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1185
|
-
:type release_confirm: typing.
|
|
1089
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1186
1090
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1187
|
-
:type use_accurate: typing.
|
|
1091
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1188
1092
|
:param use_automerge_and_split: Auto Merge & Split, Forces the use of Auto Merge and Split
|
|
1189
|
-
:type use_automerge_and_split: typing.
|
|
1093
|
+
:type use_automerge_and_split: typing.Union[bool, typing.Any]
|
|
1190
1094
|
"""
|
|
1191
1095
|
|
|
1192
1096
|
...
|
|
1193
1097
|
|
|
1194
1098
|
def translate(
|
|
1195
|
-
override_context: typing.
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
orient_matrix: typing.Optional[typing.Any] = (
|
|
1204
|
-
(0.0, 0.0, 0.0),
|
|
1205
|
-
(0.0, 0.0, 0.0),
|
|
1206
|
-
(0.0, 0.0, 0.0),
|
|
1207
|
-
),
|
|
1208
|
-
orient_matrix_type: typing.Optional[typing.Any] = "GLOBAL",
|
|
1209
|
-
constraint_axis: typing.Optional[typing.Union[typing.Any, typing.List[bool]]] = (
|
|
1099
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1100
|
+
execution_context: typing.Union[str, int] = None,
|
|
1101
|
+
undo: bool = None,
|
|
1102
|
+
value: typing.Any = (0.0, 0.0, 0.0),
|
|
1103
|
+
orient_type: typing.Any = "GLOBAL",
|
|
1104
|
+
orient_matrix: typing.Any = ((0.0, 0.0, 0.0), (0.0, 0.0, 0.0), (0.0, 0.0, 0.0)),
|
|
1105
|
+
orient_matrix_type: typing.Any = "GLOBAL",
|
|
1106
|
+
constraint_axis: typing.Union[typing.List[bool], typing.Any] = (
|
|
1210
1107
|
False,
|
|
1211
1108
|
False,
|
|
1212
1109
|
False,
|
|
1213
1110
|
),
|
|
1214
|
-
mirror: typing.
|
|
1215
|
-
use_proportional_edit: typing.
|
|
1216
|
-
proportional_edit_falloff: typing.
|
|
1217
|
-
proportional_size: typing.
|
|
1218
|
-
use_proportional_connected: typing.
|
|
1219
|
-
use_proportional_projected: typing.
|
|
1220
|
-
snap: typing.
|
|
1221
|
-
snap_elements: typing.
|
|
1222
|
-
use_snap_project: typing.
|
|
1223
|
-
snap_target: typing.
|
|
1224
|
-
use_snap_self: typing.
|
|
1225
|
-
use_snap_edit: typing.
|
|
1226
|
-
use_snap_nonedit: typing.
|
|
1227
|
-
use_snap_selectable: typing.
|
|
1228
|
-
snap_point: typing.
|
|
1229
|
-
snap_align: typing.
|
|
1230
|
-
snap_normal: typing.
|
|
1231
|
-
gpencil_strokes: typing.
|
|
1232
|
-
cursor_transform: typing.
|
|
1233
|
-
texture_space: typing.
|
|
1234
|
-
remove_on_cancel: typing.
|
|
1235
|
-
use_duplicated_keyframes: typing.
|
|
1236
|
-
view2d_edge_pan: typing.
|
|
1237
|
-
release_confirm: typing.
|
|
1238
|
-
use_accurate: typing.
|
|
1239
|
-
use_automerge_and_split: typing.
|
|
1111
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
1112
|
+
use_proportional_edit: typing.Union[bool, typing.Any] = False,
|
|
1113
|
+
proportional_edit_falloff: typing.Any = "SMOOTH",
|
|
1114
|
+
proportional_size: typing.Any = 1.0,
|
|
1115
|
+
use_proportional_connected: typing.Union[bool, typing.Any] = False,
|
|
1116
|
+
use_proportional_projected: typing.Union[bool, typing.Any] = False,
|
|
1117
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
1118
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
1119
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
1120
|
+
snap_target: typing.Any = "CLOSEST",
|
|
1121
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
1122
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
1123
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
1124
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
1125
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
1126
|
+
snap_align: typing.Union[bool, typing.Any] = False,
|
|
1127
|
+
snap_normal: typing.Any = (0.0, 0.0, 0.0),
|
|
1128
|
+
gpencil_strokes: typing.Union[bool, typing.Any] = False,
|
|
1129
|
+
cursor_transform: typing.Union[bool, typing.Any] = False,
|
|
1130
|
+
texture_space: typing.Union[bool, typing.Any] = False,
|
|
1131
|
+
remove_on_cancel: typing.Union[bool, typing.Any] = False,
|
|
1132
|
+
use_duplicated_keyframes: typing.Union[bool, typing.Any] = False,
|
|
1133
|
+
view2d_edge_pan: typing.Union[bool, typing.Any] = False,
|
|
1134
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
1135
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
1136
|
+
use_automerge_and_split: typing.Union[bool, typing.Any] = False,
|
|
1240
1137
|
):
|
|
1241
1138
|
"""Move selected items
|
|
1242
1139
|
|
|
1243
|
-
:type override_context: typing.
|
|
1244
|
-
:type execution_context: typing.
|
|
1245
|
-
:type undo:
|
|
1140
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1141
|
+
:type execution_context: typing.Union[str, int]
|
|
1142
|
+
:type undo: bool
|
|
1246
1143
|
:param value: Move
|
|
1247
|
-
:type value: typing.
|
|
1144
|
+
:type value: typing.Any
|
|
1248
1145
|
:param orient_type: Orientation, Transformation orientation
|
|
1249
|
-
:type orient_type: typing.
|
|
1146
|
+
:type orient_type: typing.Any
|
|
1250
1147
|
:param orient_matrix: Matrix
|
|
1251
|
-
:type orient_matrix: typing.
|
|
1148
|
+
:type orient_matrix: typing.Any
|
|
1252
1149
|
:param orient_matrix_type: Matrix Orientation
|
|
1253
|
-
:type orient_matrix_type: typing.
|
|
1150
|
+
:type orient_matrix_type: typing.Any
|
|
1254
1151
|
:param constraint_axis: Constraint Axis
|
|
1255
|
-
:type constraint_axis: typing.
|
|
1152
|
+
:type constraint_axis: typing.Union[typing.List[bool], typing.Any]
|
|
1256
1153
|
:param mirror: Mirror Editing
|
|
1257
|
-
:type mirror: typing.
|
|
1154
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
1258
1155
|
:param use_proportional_edit: Proportional Editing
|
|
1259
|
-
:type use_proportional_edit: typing.
|
|
1156
|
+
:type use_proportional_edit: typing.Union[bool, typing.Any]
|
|
1260
1157
|
:param proportional_edit_falloff: Proportional Falloff, Falloff type for proportional editing mode
|
|
1261
|
-
:type proportional_edit_falloff: typing.
|
|
1158
|
+
:type proportional_edit_falloff: typing.Any
|
|
1262
1159
|
:param proportional_size: Proportional Size
|
|
1263
|
-
:type proportional_size: typing.
|
|
1160
|
+
:type proportional_size: typing.Any
|
|
1264
1161
|
:param use_proportional_connected: Connected
|
|
1265
|
-
:type use_proportional_connected: typing.
|
|
1162
|
+
:type use_proportional_connected: typing.Union[bool, typing.Any]
|
|
1266
1163
|
:param use_proportional_projected: Projected (2D)
|
|
1267
|
-
:type use_proportional_projected: typing.
|
|
1164
|
+
:type use_proportional_projected: typing.Union[bool, typing.Any]
|
|
1268
1165
|
:param snap: Use Snapping Options
|
|
1269
|
-
:type snap: typing.
|
|
1166
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1270
1167
|
:param snap_elements: Snap to Elements
|
|
1271
|
-
:type snap_elements: typing.
|
|
1168
|
+
:type snap_elements: typing.Any
|
|
1272
1169
|
:param use_snap_project: Project Individual Elements
|
|
1273
|
-
:type use_snap_project: typing.
|
|
1170
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
1274
1171
|
:param snap_target: Snap With
|
|
1275
|
-
:type snap_target: typing.
|
|
1172
|
+
:type snap_target: typing.Any
|
|
1276
1173
|
:param use_snap_self: Target: Include Active
|
|
1277
|
-
:type use_snap_self: typing.
|
|
1174
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
1278
1175
|
:param use_snap_edit: Target: Include Edit
|
|
1279
|
-
:type use_snap_edit: typing.
|
|
1176
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
1280
1177
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1281
|
-
:type use_snap_nonedit: typing.
|
|
1178
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
1282
1179
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1283
|
-
:type use_snap_selectable: typing.
|
|
1180
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
1284
1181
|
:param snap_point: Point
|
|
1285
|
-
:type snap_point: typing.
|
|
1182
|
+
:type snap_point: typing.Any
|
|
1286
1183
|
:param snap_align: Align with Point Normal
|
|
1287
|
-
:type snap_align: typing.
|
|
1184
|
+
:type snap_align: typing.Union[bool, typing.Any]
|
|
1288
1185
|
:param snap_normal: Normal
|
|
1289
|
-
:type snap_normal: typing.
|
|
1186
|
+
:type snap_normal: typing.Any
|
|
1290
1187
|
:param gpencil_strokes: Edit Grease Pencil, Edit selected Grease Pencil strokes
|
|
1291
|
-
:type gpencil_strokes: typing.
|
|
1188
|
+
:type gpencil_strokes: typing.Union[bool, typing.Any]
|
|
1292
1189
|
:param cursor_transform: Transform Cursor
|
|
1293
|
-
:type cursor_transform: typing.
|
|
1190
|
+
:type cursor_transform: typing.Union[bool, typing.Any]
|
|
1294
1191
|
:param texture_space: Edit Texture Space, Edit object data texture space
|
|
1295
|
-
:type texture_space: typing.
|
|
1192
|
+
:type texture_space: typing.Union[bool, typing.Any]
|
|
1296
1193
|
:param remove_on_cancel: Remove on Cancel, Remove elements on cancel
|
|
1297
|
-
:type remove_on_cancel: typing.
|
|
1194
|
+
:type remove_on_cancel: typing.Union[bool, typing.Any]
|
|
1298
1195
|
:param use_duplicated_keyframes: Duplicated Keyframes, Transform duplicated keyframes
|
|
1299
|
-
:type use_duplicated_keyframes: typing.
|
|
1196
|
+
:type use_duplicated_keyframes: typing.Union[bool, typing.Any]
|
|
1300
1197
|
:param view2d_edge_pan: Edge Pan, Enable edge panning in 2D view
|
|
1301
|
-
:type view2d_edge_pan: typing.
|
|
1198
|
+
:type view2d_edge_pan: typing.Union[bool, typing.Any]
|
|
1302
1199
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1303
|
-
:type release_confirm: typing.
|
|
1200
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1304
1201
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1305
|
-
:type use_accurate: typing.
|
|
1202
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1306
1203
|
:param use_automerge_and_split: Auto Merge & Split, Forces the use of Auto Merge and Split
|
|
1307
|
-
:type use_automerge_and_split: typing.
|
|
1204
|
+
:type use_automerge_and_split: typing.Union[bool, typing.Any]
|
|
1308
1205
|
"""
|
|
1309
1206
|
|
|
1310
1207
|
...
|
|
1311
1208
|
|
|
1312
1209
|
def vert_crease(
|
|
1313
|
-
override_context: typing.
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
snap: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1321
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1322
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1210
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1211
|
+
execution_context: typing.Union[str, int] = None,
|
|
1212
|
+
undo: bool = None,
|
|
1213
|
+
value: typing.Any = 0.0,
|
|
1214
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
1215
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
1216
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
1323
1217
|
):
|
|
1324
1218
|
"""Change the crease of vertices
|
|
1325
1219
|
|
|
1326
|
-
:type override_context: typing.
|
|
1327
|
-
:type execution_context: typing.
|
|
1328
|
-
:type undo:
|
|
1220
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1221
|
+
:type execution_context: typing.Union[str, int]
|
|
1222
|
+
:type undo: bool
|
|
1329
1223
|
:param value: Factor
|
|
1330
|
-
:type value: typing.
|
|
1224
|
+
:type value: typing.Any
|
|
1331
1225
|
:param snap: Use Snapping Options
|
|
1332
|
-
:type snap: typing.
|
|
1226
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1333
1227
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1334
|
-
:type release_confirm: typing.
|
|
1228
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1335
1229
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1336
|
-
:type use_accurate: typing.
|
|
1230
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1337
1231
|
"""
|
|
1338
1232
|
|
|
1339
1233
|
...
|
|
1340
1234
|
|
|
1341
1235
|
def vert_slide(
|
|
1342
|
-
override_context: typing.
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
correct_uv: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1363
|
-
release_confirm: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1364
|
-
use_accurate: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1236
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1237
|
+
execution_context: typing.Union[str, int] = None,
|
|
1238
|
+
undo: bool = None,
|
|
1239
|
+
value: typing.Any = 0.0,
|
|
1240
|
+
use_even: typing.Union[bool, typing.Any] = False,
|
|
1241
|
+
flipped: typing.Union[bool, typing.Any] = False,
|
|
1242
|
+
use_clamp: typing.Union[bool, typing.Any] = True,
|
|
1243
|
+
mirror: typing.Union[bool, typing.Any] = False,
|
|
1244
|
+
snap: typing.Union[bool, typing.Any] = False,
|
|
1245
|
+
snap_elements: typing.Any = {'"INCREMENT"'},
|
|
1246
|
+
use_snap_project: typing.Union[bool, typing.Any] = False,
|
|
1247
|
+
snap_target: typing.Any = "CLOSEST",
|
|
1248
|
+
use_snap_self: typing.Union[bool, typing.Any] = True,
|
|
1249
|
+
use_snap_edit: typing.Union[bool, typing.Any] = True,
|
|
1250
|
+
use_snap_nonedit: typing.Union[bool, typing.Any] = True,
|
|
1251
|
+
use_snap_selectable: typing.Union[bool, typing.Any] = False,
|
|
1252
|
+
snap_point: typing.Any = (0.0, 0.0, 0.0),
|
|
1253
|
+
correct_uv: typing.Union[bool, typing.Any] = True,
|
|
1254
|
+
release_confirm: typing.Union[bool, typing.Any] = False,
|
|
1255
|
+
use_accurate: typing.Union[bool, typing.Any] = False,
|
|
1365
1256
|
):
|
|
1366
1257
|
"""Slide a vertex along a mesh
|
|
1367
1258
|
|
|
1368
|
-
:type override_context: typing.
|
|
1369
|
-
:type execution_context: typing.
|
|
1370
|
-
:type undo:
|
|
1259
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1260
|
+
:type execution_context: typing.Union[str, int]
|
|
1261
|
+
:type undo: bool
|
|
1371
1262
|
:param value: Factor
|
|
1372
|
-
:type value: typing.
|
|
1263
|
+
:type value: typing.Any
|
|
1373
1264
|
:param use_even: Even, Make the edge loop match the shape of the adjacent edge loop
|
|
1374
|
-
:type use_even: typing.
|
|
1265
|
+
:type use_even: typing.Union[bool, typing.Any]
|
|
1375
1266
|
:param flipped: Flipped, When Even mode is active, flips between the two adjacent edge loops
|
|
1376
|
-
:type flipped: typing.
|
|
1267
|
+
:type flipped: typing.Union[bool, typing.Any]
|
|
1377
1268
|
:param use_clamp: Clamp, Clamp within the edge extents
|
|
1378
|
-
:type use_clamp: typing.
|
|
1269
|
+
:type use_clamp: typing.Union[bool, typing.Any]
|
|
1379
1270
|
:param mirror: Mirror Editing
|
|
1380
|
-
:type mirror: typing.
|
|
1271
|
+
:type mirror: typing.Union[bool, typing.Any]
|
|
1381
1272
|
:param snap: Use Snapping Options
|
|
1382
|
-
:type snap: typing.
|
|
1273
|
+
:type snap: typing.Union[bool, typing.Any]
|
|
1383
1274
|
:param snap_elements: Snap to Elements
|
|
1384
|
-
:type snap_elements: typing.
|
|
1275
|
+
:type snap_elements: typing.Any
|
|
1385
1276
|
:param use_snap_project: Project Individual Elements
|
|
1386
|
-
:type use_snap_project: typing.
|
|
1277
|
+
:type use_snap_project: typing.Union[bool, typing.Any]
|
|
1387
1278
|
:param snap_target: Snap With
|
|
1388
|
-
:type snap_target: typing.
|
|
1279
|
+
:type snap_target: typing.Any
|
|
1389
1280
|
:param use_snap_self: Target: Include Active
|
|
1390
|
-
:type use_snap_self: typing.
|
|
1281
|
+
:type use_snap_self: typing.Union[bool, typing.Any]
|
|
1391
1282
|
:param use_snap_edit: Target: Include Edit
|
|
1392
|
-
:type use_snap_edit: typing.
|
|
1283
|
+
:type use_snap_edit: typing.Union[bool, typing.Any]
|
|
1393
1284
|
:param use_snap_nonedit: Target: Include Non-Edited
|
|
1394
|
-
:type use_snap_nonedit: typing.
|
|
1285
|
+
:type use_snap_nonedit: typing.Union[bool, typing.Any]
|
|
1395
1286
|
:param use_snap_selectable: Target: Exclude Non-Selectable
|
|
1396
|
-
:type use_snap_selectable: typing.
|
|
1287
|
+
:type use_snap_selectable: typing.Union[bool, typing.Any]
|
|
1397
1288
|
:param snap_point: Point
|
|
1398
|
-
:type snap_point: typing.
|
|
1289
|
+
:type snap_point: typing.Any
|
|
1399
1290
|
:param correct_uv: Correct UVs, Correct UV coordinates when transforming
|
|
1400
|
-
:type correct_uv: typing.
|
|
1291
|
+
:type correct_uv: typing.Union[bool, typing.Any]
|
|
1401
1292
|
:param release_confirm: Confirm on Release, Always confirm operation when releasing button
|
|
1402
|
-
:type release_confirm: typing.
|
|
1293
|
+
:type release_confirm: typing.Union[bool, typing.Any]
|
|
1403
1294
|
:param use_accurate: Accurate, Use accurate transformation
|
|
1404
|
-
:type use_accurate: typing.
|
|
1295
|
+
:type use_accurate: typing.Union[bool, typing.Any]
|
|
1405
1296
|
"""
|
|
1406
1297
|
|
|
1407
1298
|
...
|
|
1408
1299
|
|
|
1409
1300
|
def vertex_random(
|
|
1410
|
-
override_context: typing.
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
normal: typing.Optional[typing.Any] = 0.0,
|
|
1419
|
-
seed: typing.Optional[typing.Any] = 0,
|
|
1420
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1301
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1302
|
+
execution_context: typing.Union[str, int] = None,
|
|
1303
|
+
undo: bool = None,
|
|
1304
|
+
offset: typing.Any = 0.0,
|
|
1305
|
+
uniform: typing.Any = 0.0,
|
|
1306
|
+
normal: typing.Any = 0.0,
|
|
1307
|
+
seed: typing.Any = 0,
|
|
1308
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
1421
1309
|
):
|
|
1422
1310
|
"""Randomize vertices
|
|
1423
1311
|
|
|
1424
|
-
:type override_context: typing.
|
|
1425
|
-
:type execution_context: typing.
|
|
1426
|
-
:type undo:
|
|
1312
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1313
|
+
:type execution_context: typing.Union[str, int]
|
|
1314
|
+
:type undo: bool
|
|
1427
1315
|
:param offset: Amount, Distance to offset
|
|
1428
|
-
:type offset: typing.
|
|
1316
|
+
:type offset: typing.Any
|
|
1429
1317
|
:param uniform: Uniform, Increase for uniform offset distance
|
|
1430
|
-
:type uniform: typing.
|
|
1318
|
+
:type uniform: typing.Any
|
|
1431
1319
|
:param normal: Normal, Align offset direction to normals
|
|
1432
|
-
:type normal: typing.
|
|
1320
|
+
:type normal: typing.Any
|
|
1433
1321
|
:param seed: Random Seed, Seed for the random number generator
|
|
1434
|
-
:type seed: typing.
|
|
1322
|
+
:type seed: typing.Any
|
|
1435
1323
|
:param wait_for_input: Wait for Input
|
|
1436
|
-
:type wait_for_input: typing.
|
|
1324
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
1437
1325
|
"""
|
|
1438
1326
|
|
|
1439
1327
|
...
|
|
1440
1328
|
|
|
1441
1329
|
def vertex_warp(
|
|
1442
|
-
override_context: typing.
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
min: typing.Optional[typing.Any] = -1.0,
|
|
1451
|
-
max: typing.Optional[typing.Any] = 1.0,
|
|
1452
|
-
viewmat: typing.Optional[typing.Any] = (
|
|
1330
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
1331
|
+
execution_context: typing.Union[str, int] = None,
|
|
1332
|
+
undo: bool = None,
|
|
1333
|
+
warp_angle: typing.Any = 6.28319,
|
|
1334
|
+
offset_angle: typing.Any = 0.0,
|
|
1335
|
+
min: typing.Any = -1.0,
|
|
1336
|
+
max: typing.Any = 1.0,
|
|
1337
|
+
viewmat: typing.Any = (
|
|
1453
1338
|
(0.0, 0.0, 0.0, 0.0),
|
|
1454
1339
|
(0.0, 0.0, 0.0, 0.0),
|
|
1455
1340
|
(0.0, 0.0, 0.0, 0.0),
|
|
1456
1341
|
(0.0, 0.0, 0.0, 0.0),
|
|
1457
1342
|
),
|
|
1458
|
-
center: typing.
|
|
1343
|
+
center: typing.Any = (0.0, 0.0, 0.0),
|
|
1459
1344
|
):
|
|
1460
1345
|
"""Warp vertices around the cursor
|
|
1461
1346
|
|
|
1462
|
-
:type override_context: typing.
|
|
1463
|
-
:type execution_context: typing.
|
|
1464
|
-
:type undo:
|
|
1347
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
1348
|
+
:type execution_context: typing.Union[str, int]
|
|
1349
|
+
:type undo: bool
|
|
1465
1350
|
:param warp_angle: Warp Angle, Amount to warp about the cursor
|
|
1466
|
-
:type warp_angle: typing.
|
|
1351
|
+
:type warp_angle: typing.Any
|
|
1467
1352
|
:param offset_angle: Offset Angle, Angle to use as the basis for warping
|
|
1468
|
-
:type offset_angle: typing.
|
|
1353
|
+
:type offset_angle: typing.Any
|
|
1469
1354
|
:param min: Min
|
|
1470
|
-
:type min: typing.
|
|
1355
|
+
:type min: typing.Any
|
|
1471
1356
|
:param max: Max
|
|
1472
|
-
:type max: typing.
|
|
1357
|
+
:type max: typing.Any
|
|
1473
1358
|
:param viewmat: Matrix
|
|
1474
|
-
:type viewmat: typing.
|
|
1359
|
+
:type viewmat: typing.Any
|
|
1475
1360
|
:param center: Center
|
|
1476
|
-
:type center: typing.
|
|
1361
|
+
:type center: typing.Any
|
|
1477
1362
|
"""
|
|
1478
1363
|
|
|
1479
1364
|
...
|