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