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