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