fake-bpy-module 20240516__py3-none-any.whl → 20240517__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 +2 -2
- addon_utils/__init__.pyi +43 -12
- animsys_refactor/__init__.pyi +4 -4
- aud/__init__.pyi +7 -7
- bgl/__init__.pyi +121 -183
- bl_app_override/__init__.pyi +5 -5
- bl_app_override/helpers/__init__.pyi +3 -1
- bl_app_template_utils/__init__.pyi +5 -5
- 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 +5 -5
- bl_i18n_utils/settings/__init__.pyi +4 -2
- bl_i18n_utils/utils/__init__.pyi +86 -58
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +4 -4
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
- bl_operators/add_mesh_torus/__init__.pyi +126 -41
- bl_operators/anim/__init__.pyi +1001 -328
- bl_operators/assets/__init__.pyi +376 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
- bl_operators/clip/__init__.pyi +1250 -409
- bl_operators/console/__init__.pyi +626 -205
- bl_operators/constraint/__init__.pyi +502 -165
- bl_operators/file/__init__.pyi +376 -123
- bl_operators/freestyle/__init__.pyi +501 -164
- bl_operators/geometry_nodes/__init__.pyi +501 -164
- bl_operators/image/__init__.pyi +621 -200
- bl_operators/mesh/__init__.pyi +376 -123
- bl_operators/node/__init__.pyi +1243 -402
- bl_operators/object/__init__.pyi +1876 -615
- bl_operators/object_align/__init__.pyi +126 -41
- bl_operators/object_quick_effects/__init__.pyi +502 -165
- bl_operators/object_randomize_transform/__init__.pyi +126 -41
- bl_operators/presets/__init__.pyi +3069 -1027
- bl_operators/rigidbody/__init__.pyi +376 -123
- bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
- bl_operators/sequencer/__init__.pyi +1009 -331
- bl_operators/spreadsheet/__init__.pyi +126 -41
- bl_operators/userpref/__init__.pyi +3263 -1078
- bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
- bl_operators/uvcalc_transform/__init__.pyi +289 -90
- bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
- bl_operators/view3d/__init__.pyi +868 -279
- bl_operators/wm/__init__.pyi +5777 -1934
- bl_operators/world/__init__.pyi +126 -41
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
- bl_rna_utils/data_path/__init__.pyi +8 -3
- bl_ui/__init__.pyi +338 -131
- bl_ui/anim/__init__.pyi +164 -64
- bl_ui/asset_shelf/__init__.pyi +129 -42
- bl_ui/generic_ui_list/__init__.pyi +412 -135
- bl_ui/node_add_menu/__init__.pyi +168 -68
- bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
- bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
- bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
- bl_ui/properties_animviz/__init__.pyi +2 -2
- bl_ui/properties_collection/__init__.pyi +806 -274
- bl_ui/properties_constraint/__init__.pyi +10253 -3458
- bl_ui/properties_data_armature/__init__.pyi +1615 -552
- bl_ui/properties_data_bone/__init__.pyi +1288 -425
- bl_ui/properties_data_camera/__init__.pyi +1854 -631
- bl_ui/properties_data_curve/__init__.pyi +1929 -636
- bl_ui/properties_data_curves/__init__.pyi +806 -274
- bl_ui/properties_data_empty/__init__.pyi +257 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
- bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
- bl_ui/properties_data_lattice/__init__.pyi +388 -127
- bl_ui/properties_data_light/__init__.pyi +1541 -506
- bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
- bl_ui/properties_data_mesh/__init__.pyi +2704 -929
- bl_ui/properties_data_metaball/__init__.pyi +644 -211
- bl_ui/properties_data_modifier/__init__.pyi +1353 -502
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
- bl_ui/properties_data_speaker/__init__.pyi +644 -211
- bl_ui/properties_data_volume/__init__.pyi +1030 -339
- bl_ui/properties_freestyle/__init__.pyi +3113 -1035
- bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
- bl_ui/properties_mask_common/__init__.pyi +1101 -420
- bl_ui/properties_material/__init__.pyi +2091 -699
- bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
- bl_ui/properties_object/__init__.pyi +1838 -618
- bl_ui/properties_output/__init__.pyi +2414 -831
- bl_ui/properties_paint_common/__init__.pyi +412 -289
- bl_ui/properties_particle/__init__.pyi +6737 -2241
- bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
- bl_ui/properties_physics_common/__init__.pyi +129 -42
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
- bl_ui/properties_physics_field/__init__.pyi +1283 -422
- bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
- bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
- bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
- bl_ui/properties_render/__init__.pyi +6830 -2263
- bl_ui/properties_scene/__init__.pyi +1929 -636
- bl_ui/properties_texture/__init__.pyi +3370 -1118
- bl_ui/properties_view_layer/__init__.pyi +2346 -782
- bl_ui/properties_workspace/__init__.pyi +516 -169
- bl_ui/properties_world/__init__.pyi +1284 -421
- bl_ui/space_clip/__init__.pyi +10134 -3639
- bl_ui/space_console/__init__.pyi +939 -357
- bl_ui/space_dopesheet/__init__.pyi +4327 -1562
- bl_ui/space_filebrowser/__init__.pyi +4164 -1499
- bl_ui/space_graph/__init__.pyi +3108 -1179
- bl_ui/space_image/__init__.pyi +9766 -3596
- bl_ui/space_info/__init__.pyi +939 -357
- bl_ui/space_nla/__init__.pyi +2620 -988
- bl_ui/space_node/__init__.pyi +3994 -1434
- bl_ui/space_outliner/__init__.pyi +2203 -842
- bl_ui/space_properties/__init__.pyi +386 -127
- bl_ui/space_sequencer/__init__.pyi +10773 -3878
- bl_ui/space_spreadsheet/__init__.pyi +130 -43
- bl_ui/space_statusbar/__init__.pyi +129 -42
- bl_ui/space_text/__init__.pyi +2458 -925
- bl_ui/space_time/__init__.pyi +1033 -378
- bl_ui/space_toolsystem_common/__init__.pyi +20 -16
- bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
- bl_ui/space_topbar/__init__.pyi +3980 -1496
- bl_ui/space_userpref/__init__.pyi +11373 -3797
- bl_ui/space_view3d/__init__.pyi +40865 -15356
- bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
- bl_ui/temp_anim_layers/__init__.pyi +129 -42
- bl_ui/utils/__init__.pyi +28 -20
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +1 -1
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +38 -38
- 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 +2680 -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 +17056 -21951
- bpy/utils/__init__.pyi +242 -118
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -28
- bpy_extras/bmesh_utils/__init__.pyi +8 -2
- bpy_extras/extensions/junction_module/__init__.pyi +5 -2
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +113 -18
- bpy_extras/keyconfig_utils/__init__.pyi +2 -2
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +9 -4
- bpy_extras/node_utils/__init__.pyi +9 -2
- bpy_extras/object_utils/__init__.pyi +71 -12
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
- bpy_types/__init__.pyi +4197 -1333
- console_python/__init__.pyi +6 -1
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
- fake_bpy_module-20240517.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +3 -3
- 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 -2
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +4 -4
- keyingsets_builtins/__init__.pyi +2688 -839
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_utils/__init__.pyi +1 -1
- rna_info/__init__.pyi +17 -15
- rna_keymap_ui/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +16 -14
- rna_xml/__init__.pyi +12 -12
- _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-20240517.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
bpy/ops/curve/__init__.pyi
CHANGED
|
@@ -5,368 +5,333 @@ import bpy.types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
def cyclic_toggle(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
13
|
-
direction: typing.Optional[typing.Any] = "CYCLIC_U",
|
|
8
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
9
|
+
execution_context: str | int | None = None,
|
|
10
|
+
undo: bool | None = None,
|
|
11
|
+
direction: typing.Any | None = "CYCLIC_U",
|
|
14
12
|
):
|
|
15
13
|
"""Make active spline closed/opened loop
|
|
16
14
|
|
|
17
|
-
:type override_context:
|
|
18
|
-
:type execution_context:
|
|
19
|
-
:type undo:
|
|
15
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
16
|
+
:type execution_context: str | int | None
|
|
17
|
+
:type undo: bool | None
|
|
20
18
|
:param direction: Direction, Direction to make surface cyclic in
|
|
21
|
-
:type direction: typing.
|
|
19
|
+
:type direction: typing.Any | None
|
|
22
20
|
"""
|
|
23
21
|
|
|
24
22
|
...
|
|
25
23
|
|
|
26
24
|
def de_select_first(
|
|
27
|
-
override_context: typing.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
31
|
-
undo: typing.Optional[bool] = None,
|
|
25
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
26
|
+
execution_context: str | int | None = None,
|
|
27
|
+
undo: bool | None = None,
|
|
32
28
|
):
|
|
33
29
|
"""(De)select first of visible part of each NURBS
|
|
34
30
|
|
|
35
|
-
:type override_context:
|
|
36
|
-
:type execution_context:
|
|
37
|
-
:type undo:
|
|
31
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
32
|
+
:type execution_context: str | int | None
|
|
33
|
+
:type undo: bool | None
|
|
38
34
|
"""
|
|
39
35
|
|
|
40
36
|
...
|
|
41
37
|
|
|
42
38
|
def de_select_last(
|
|
43
|
-
override_context: typing.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
47
|
-
undo: typing.Optional[bool] = None,
|
|
39
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
40
|
+
execution_context: str | int | None = None,
|
|
41
|
+
undo: bool | None = None,
|
|
48
42
|
):
|
|
49
43
|
"""(De)select last of visible part of each NURBS
|
|
50
44
|
|
|
51
|
-
:type override_context:
|
|
52
|
-
:type execution_context:
|
|
53
|
-
:type undo:
|
|
45
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
46
|
+
:type execution_context: str | int | None
|
|
47
|
+
:type undo: bool | None
|
|
54
48
|
"""
|
|
55
49
|
|
|
56
50
|
...
|
|
57
51
|
|
|
58
52
|
def decimate(
|
|
59
|
-
override_context: typing.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
undo: typing.Optional[bool] = None,
|
|
64
|
-
ratio: typing.Optional[typing.Any] = 1.0,
|
|
53
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
54
|
+
execution_context: str | int | None = None,
|
|
55
|
+
undo: bool | None = None,
|
|
56
|
+
ratio: typing.Any | None = 1.0,
|
|
65
57
|
):
|
|
66
58
|
"""Simplify selected curves
|
|
67
59
|
|
|
68
|
-
:type override_context:
|
|
69
|
-
:type execution_context:
|
|
70
|
-
:type undo:
|
|
60
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
61
|
+
:type execution_context: str | int | None
|
|
62
|
+
:type undo: bool | None
|
|
71
63
|
:param ratio: Ratio
|
|
72
|
-
:type ratio: typing.
|
|
64
|
+
:type ratio: typing.Any | None
|
|
73
65
|
"""
|
|
74
66
|
|
|
75
67
|
...
|
|
76
68
|
|
|
77
69
|
def delete(
|
|
78
|
-
override_context: typing.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
undo: typing.Optional[bool] = None,
|
|
83
|
-
type: typing.Optional[typing.Any] = "VERT",
|
|
70
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
71
|
+
execution_context: str | int | None = None,
|
|
72
|
+
undo: bool | None = None,
|
|
73
|
+
type: typing.Any | None = "VERT",
|
|
84
74
|
):
|
|
85
75
|
"""Delete selected control points or segments
|
|
86
76
|
|
|
87
|
-
:type override_context:
|
|
88
|
-
:type execution_context:
|
|
89
|
-
:type undo:
|
|
77
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
78
|
+
:type execution_context: str | int | None
|
|
79
|
+
:type undo: bool | None
|
|
90
80
|
:param type: Type, Which elements to delete
|
|
91
|
-
:type type: typing.
|
|
81
|
+
:type type: typing.Any | None
|
|
92
82
|
"""
|
|
93
83
|
|
|
94
84
|
...
|
|
95
85
|
|
|
96
86
|
def dissolve_verts(
|
|
97
|
-
override_context: typing.
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
101
|
-
undo: typing.Optional[bool] = None,
|
|
87
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
88
|
+
execution_context: str | int | None = None,
|
|
89
|
+
undo: bool | None = None,
|
|
102
90
|
):
|
|
103
91
|
"""Delete selected control points, correcting surrounding handles
|
|
104
92
|
|
|
105
|
-
:type override_context:
|
|
106
|
-
:type execution_context:
|
|
107
|
-
:type undo:
|
|
93
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
94
|
+
:type execution_context: str | int | None
|
|
95
|
+
:type undo: bool | None
|
|
108
96
|
"""
|
|
109
97
|
|
|
110
98
|
...
|
|
111
99
|
|
|
112
100
|
def draw(
|
|
113
|
-
override_context: typing.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
124
|
-
] = None,
|
|
125
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
101
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
102
|
+
execution_context: str | int | None = None,
|
|
103
|
+
undo: bool | None = None,
|
|
104
|
+
error_threshold: typing.Any | None = 0.0,
|
|
105
|
+
fit_method: str | int | None = "REFIT",
|
|
106
|
+
corner_angle: typing.Any | None = 1.22173,
|
|
107
|
+
use_cyclic: bool | typing.Any | None = True,
|
|
108
|
+
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
109
|
+
| None = None,
|
|
110
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
126
111
|
):
|
|
127
112
|
"""Draw a freehand spline
|
|
128
113
|
|
|
129
|
-
:type override_context:
|
|
130
|
-
:type execution_context:
|
|
131
|
-
:type undo:
|
|
114
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
115
|
+
:type execution_context: str | int | None
|
|
116
|
+
:type undo: bool | None
|
|
132
117
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
133
|
-
:type error_threshold: typing.
|
|
118
|
+
:type error_threshold: typing.Any | None
|
|
134
119
|
:param fit_method: Fit Method
|
|
135
|
-
:type fit_method:
|
|
120
|
+
:type fit_method: str | int | None
|
|
136
121
|
:param corner_angle: Corner Angle
|
|
137
|
-
:type corner_angle: typing.
|
|
122
|
+
:type corner_angle: typing.Any | None
|
|
138
123
|
:param use_cyclic: Cyclic
|
|
139
|
-
:type use_cyclic:
|
|
124
|
+
:type use_cyclic: bool | typing.Any | None
|
|
140
125
|
:param stroke: Stroke
|
|
141
|
-
:type stroke:
|
|
126
|
+
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
142
127
|
:param wait_for_input: Wait for Input
|
|
143
|
-
:type wait_for_input:
|
|
128
|
+
:type wait_for_input: bool | typing.Any | None
|
|
144
129
|
"""
|
|
145
130
|
|
|
146
131
|
...
|
|
147
132
|
|
|
148
133
|
def duplicate(
|
|
149
|
-
override_context: typing.
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
153
|
-
undo: typing.Optional[bool] = None,
|
|
134
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
135
|
+
execution_context: str | int | None = None,
|
|
136
|
+
undo: bool | None = None,
|
|
154
137
|
):
|
|
155
138
|
"""Duplicate selected control points
|
|
156
139
|
|
|
157
|
-
:type override_context:
|
|
158
|
-
:type execution_context:
|
|
159
|
-
:type undo:
|
|
140
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
141
|
+
:type execution_context: str | int | None
|
|
142
|
+
:type undo: bool | None
|
|
160
143
|
"""
|
|
161
144
|
|
|
162
145
|
...
|
|
163
146
|
|
|
164
147
|
def duplicate_move(
|
|
165
|
-
override_context: typing.
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
CURVE_OT_duplicate: typing.Optional[duplicate] = None,
|
|
171
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
148
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
149
|
+
execution_context: str | int | None = None,
|
|
150
|
+
undo: bool | None = None,
|
|
151
|
+
CURVE_OT_duplicate: duplicate | None = None,
|
|
152
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
172
153
|
):
|
|
173
154
|
"""Duplicate curve and move
|
|
174
155
|
|
|
175
|
-
:type override_context:
|
|
176
|
-
:type execution_context:
|
|
177
|
-
:type undo:
|
|
156
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
157
|
+
:type execution_context: str | int | None
|
|
158
|
+
:type undo: bool | None
|
|
178
159
|
:param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
|
|
179
|
-
:type CURVE_OT_duplicate:
|
|
160
|
+
:type CURVE_OT_duplicate: duplicate | None
|
|
180
161
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
181
|
-
:type TRANSFORM_OT_translate:
|
|
162
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
182
163
|
"""
|
|
183
164
|
|
|
184
165
|
...
|
|
185
166
|
|
|
186
167
|
def extrude(
|
|
187
|
-
override_context: typing.
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
undo: typing.Optional[bool] = None,
|
|
192
|
-
mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
|
|
168
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
169
|
+
execution_context: str | int | None = None,
|
|
170
|
+
undo: bool | None = None,
|
|
171
|
+
mode: str | int | None = "TRANSLATION",
|
|
193
172
|
):
|
|
194
173
|
"""Extrude selected control point(s)
|
|
195
174
|
|
|
196
|
-
:type override_context:
|
|
197
|
-
:type execution_context:
|
|
198
|
-
: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
|
|
199
178
|
:param mode: Mode
|
|
200
|
-
:type mode:
|
|
179
|
+
:type mode: str | int | None
|
|
201
180
|
"""
|
|
202
181
|
|
|
203
182
|
...
|
|
204
183
|
|
|
205
184
|
def extrude_move(
|
|
206
|
-
override_context: typing.
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
CURVE_OT_extrude: typing.Optional[extrude] = None,
|
|
212
|
-
TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
|
|
185
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
186
|
+
execution_context: str | int | None = None,
|
|
187
|
+
undo: bool | None = None,
|
|
188
|
+
CURVE_OT_extrude: extrude | None = None,
|
|
189
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
213
190
|
):
|
|
214
191
|
"""Extrude curve and move result
|
|
215
192
|
|
|
216
|
-
:type override_context:
|
|
217
|
-
:type execution_context:
|
|
218
|
-
:type undo:
|
|
193
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
194
|
+
:type execution_context: str | int | None
|
|
195
|
+
:type undo: bool | None
|
|
219
196
|
:param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
|
|
220
|
-
:type CURVE_OT_extrude:
|
|
197
|
+
:type CURVE_OT_extrude: extrude | None
|
|
221
198
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
222
|
-
:type TRANSFORM_OT_translate:
|
|
199
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
223
200
|
"""
|
|
224
201
|
|
|
225
202
|
...
|
|
226
203
|
|
|
227
204
|
def handle_type_set(
|
|
228
|
-
override_context: typing.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
undo: typing.Optional[bool] = None,
|
|
233
|
-
type: typing.Optional[typing.Any] = "AUTOMATIC",
|
|
205
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
206
|
+
execution_context: str | int | None = None,
|
|
207
|
+
undo: bool | None = None,
|
|
208
|
+
type: typing.Any | None = "AUTOMATIC",
|
|
234
209
|
):
|
|
235
210
|
"""Set type of handles for selected control points
|
|
236
211
|
|
|
237
|
-
:type override_context:
|
|
238
|
-
:type execution_context:
|
|
239
|
-
:type undo:
|
|
212
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
213
|
+
:type execution_context: str | int | None
|
|
214
|
+
:type undo: bool | None
|
|
240
215
|
:param type: Type, Spline type
|
|
241
|
-
:type type: typing.
|
|
216
|
+
:type type: typing.Any | None
|
|
242
217
|
"""
|
|
243
218
|
|
|
244
219
|
...
|
|
245
220
|
|
|
246
221
|
def hide(
|
|
247
|
-
override_context: typing.
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
undo: typing.Optional[bool] = None,
|
|
252
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
222
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
223
|
+
execution_context: str | int | None = None,
|
|
224
|
+
undo: bool | None = None,
|
|
225
|
+
unselected: bool | typing.Any | None = False,
|
|
253
226
|
):
|
|
254
227
|
"""Hide (un)selected control points
|
|
255
228
|
|
|
256
|
-
:type override_context:
|
|
257
|
-
:type execution_context:
|
|
258
|
-
:type undo:
|
|
229
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
230
|
+
:type execution_context: str | int | None
|
|
231
|
+
:type undo: bool | None
|
|
259
232
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
260
|
-
:type unselected:
|
|
233
|
+
:type unselected: bool | typing.Any | None
|
|
261
234
|
"""
|
|
262
235
|
|
|
263
236
|
...
|
|
264
237
|
|
|
265
238
|
def make_segment(
|
|
266
|
-
override_context: typing.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
270
|
-
undo: typing.Optional[bool] = None,
|
|
239
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
240
|
+
execution_context: str | int | None = None,
|
|
241
|
+
undo: bool | None = None,
|
|
271
242
|
):
|
|
272
243
|
"""Join two curves by their selected ends
|
|
273
244
|
|
|
274
|
-
:type override_context:
|
|
275
|
-
:type execution_context:
|
|
276
|
-
:type undo:
|
|
245
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
246
|
+
:type execution_context: str | int | None
|
|
247
|
+
:type undo: bool | None
|
|
277
248
|
"""
|
|
278
249
|
|
|
279
250
|
...
|
|
280
251
|
|
|
281
252
|
def match_texture_space(
|
|
282
|
-
override_context: typing.
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
286
|
-
undo: typing.Optional[bool] = None,
|
|
253
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
254
|
+
execution_context: str | int | None = None,
|
|
255
|
+
undo: bool | None = None,
|
|
287
256
|
):
|
|
288
257
|
"""Match texture space to object's bounding box
|
|
289
258
|
|
|
290
|
-
:type override_context:
|
|
291
|
-
:type execution_context:
|
|
292
|
-
:type undo:
|
|
259
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
260
|
+
:type execution_context: str | int | None
|
|
261
|
+
:type undo: bool | None
|
|
293
262
|
"""
|
|
294
263
|
|
|
295
264
|
...
|
|
296
265
|
|
|
297
266
|
def normals_make_consistent(
|
|
298
|
-
override_context: typing.
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
undo: typing.Optional[bool] = None,
|
|
303
|
-
calc_length: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
267
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
268
|
+
execution_context: str | int | None = None,
|
|
269
|
+
undo: bool | None = None,
|
|
270
|
+
calc_length: bool | typing.Any | None = False,
|
|
304
271
|
):
|
|
305
272
|
"""Recalculate the direction of selected handles
|
|
306
273
|
|
|
307
|
-
:type override_context:
|
|
308
|
-
:type execution_context:
|
|
309
|
-
:type undo:
|
|
274
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
275
|
+
:type execution_context: str | int | None
|
|
276
|
+
:type undo: bool | None
|
|
310
277
|
:param calc_length: Length, Recalculate handle length
|
|
311
|
-
:type calc_length:
|
|
278
|
+
:type calc_length: bool | typing.Any | None
|
|
312
279
|
"""
|
|
313
280
|
|
|
314
281
|
...
|
|
315
282
|
|
|
316
283
|
def pen(
|
|
317
|
-
override_context: typing.
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
toggle_vector: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
337
|
-
cycle_handle_type: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
284
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
285
|
+
execution_context: str | int | None = None,
|
|
286
|
+
undo: bool | None = None,
|
|
287
|
+
extend: bool | typing.Any | None = False,
|
|
288
|
+
deselect: bool | typing.Any | None = False,
|
|
289
|
+
toggle: bool | typing.Any | None = False,
|
|
290
|
+
deselect_all: bool | typing.Any | None = False,
|
|
291
|
+
select_passthrough: bool | typing.Any | None = False,
|
|
292
|
+
extrude_point: bool | typing.Any | None = False,
|
|
293
|
+
extrude_handle: typing.Any | None = "VECTOR",
|
|
294
|
+
delete_point: bool | typing.Any | None = False,
|
|
295
|
+
insert_point: bool | typing.Any | None = False,
|
|
296
|
+
move_segment: bool | typing.Any | None = False,
|
|
297
|
+
select_point: bool | typing.Any | None = False,
|
|
298
|
+
move_point: bool | typing.Any | None = False,
|
|
299
|
+
close_spline: bool | typing.Any | None = True,
|
|
300
|
+
close_spline_method: typing.Any | None = "OFF",
|
|
301
|
+
toggle_vector: bool | typing.Any | None = False,
|
|
302
|
+
cycle_handle_type: bool | typing.Any | None = False,
|
|
338
303
|
):
|
|
339
304
|
"""Construct and edit splines
|
|
340
305
|
|
|
341
|
-
:type override_context:
|
|
342
|
-
:type execution_context:
|
|
343
|
-
:type undo:
|
|
306
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
307
|
+
:type execution_context: str | int | None
|
|
308
|
+
:type undo: bool | None
|
|
344
309
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
345
|
-
:type extend:
|
|
310
|
+
:type extend: bool | typing.Any | None
|
|
346
311
|
:param deselect: Deselect, Remove from selection
|
|
347
|
-
:type deselect:
|
|
312
|
+
:type deselect: bool | typing.Any | None
|
|
348
313
|
:param toggle: Toggle Selection, Toggle the selection
|
|
349
|
-
:type toggle:
|
|
314
|
+
:type toggle: bool | typing.Any | None
|
|
350
315
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
351
|
-
:type deselect_all:
|
|
316
|
+
:type deselect_all: bool | typing.Any | None
|
|
352
317
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
353
|
-
:type select_passthrough:
|
|
318
|
+
:type select_passthrough: bool | typing.Any | None
|
|
354
319
|
:param extrude_point: Extrude Point, Add a point connected to the last selected point
|
|
355
|
-
:type extrude_point:
|
|
320
|
+
:type extrude_point: bool | typing.Any | None
|
|
356
321
|
:param extrude_handle: Extrude Handle Type, Type of the extruded handle
|
|
357
|
-
:type extrude_handle: typing.
|
|
322
|
+
:type extrude_handle: typing.Any | None
|
|
358
323
|
:param delete_point: Delete Point, Delete an existing point
|
|
359
|
-
:type delete_point:
|
|
324
|
+
:type delete_point: bool | typing.Any | None
|
|
360
325
|
:param insert_point: Insert Point, Insert Point into a curve segment
|
|
361
|
-
:type insert_point:
|
|
326
|
+
:type insert_point: bool | typing.Any | None
|
|
362
327
|
:param move_segment: Move Segment, Delete an existing point
|
|
363
|
-
:type move_segment:
|
|
328
|
+
:type move_segment: bool | typing.Any | None
|
|
364
329
|
:param select_point: Select Point, Select a point or its handles
|
|
365
|
-
:type select_point:
|
|
330
|
+
:type select_point: bool | typing.Any | None
|
|
366
331
|
:param move_point: Move Point, Move a point or its handles
|
|
367
|
-
:type move_point:
|
|
332
|
+
:type move_point: bool | typing.Any | None
|
|
368
333
|
:param close_spline: Close Spline, Make a spline cyclic by clicking endpoints
|
|
369
|
-
:type close_spline:
|
|
334
|
+
:type close_spline: bool | typing.Any | None
|
|
370
335
|
:param close_spline_method: Close Spline Method, The condition for close spline to activate
|
|
371
336
|
|
|
372
337
|
OFF
|
|
@@ -377,37 +342,35 @@ def pen(
|
|
|
377
342
|
|
|
378
343
|
ON_CLICK
|
|
379
344
|
On Click -- Spline closes on release if not dragged.
|
|
380
|
-
:type close_spline_method: typing.
|
|
345
|
+
:type close_spline_method: typing.Any | None
|
|
381
346
|
:param toggle_vector: Toggle Vector, Toggle between Vector and Auto handles
|
|
382
|
-
:type toggle_vector:
|
|
347
|
+
:type toggle_vector: bool | typing.Any | None
|
|
383
348
|
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
384
|
-
:type cycle_handle_type:
|
|
349
|
+
:type cycle_handle_type: bool | typing.Any | None
|
|
385
350
|
"""
|
|
386
351
|
|
|
387
352
|
...
|
|
388
353
|
|
|
389
354
|
def primitive_bezier_circle_add(
|
|
390
|
-
override_context: typing.
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
400
|
-
scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
355
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
356
|
+
execution_context: str | int | None = None,
|
|
357
|
+
undo: bool | None = None,
|
|
358
|
+
radius: typing.Any | None = 1.0,
|
|
359
|
+
enter_editmode: bool | typing.Any | None = False,
|
|
360
|
+
align: typing.Any | None = "WORLD",
|
|
361
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
362
|
+
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
363
|
+
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
401
364
|
):
|
|
402
365
|
"""Construct a Bézier Circle
|
|
403
366
|
|
|
404
|
-
:type override_context:
|
|
405
|
-
:type execution_context:
|
|
406
|
-
:type undo:
|
|
367
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
368
|
+
:type execution_context: str | int | None
|
|
369
|
+
:type undo: bool | None
|
|
407
370
|
:param radius: Radius
|
|
408
|
-
:type radius: typing.
|
|
371
|
+
:type radius: typing.Any | None
|
|
409
372
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
410
|
-
:type enter_editmode:
|
|
373
|
+
:type enter_editmode: bool | typing.Any | None
|
|
411
374
|
:param align: Align, The alignment of the new object
|
|
412
375
|
|
|
413
376
|
WORLD
|
|
@@ -418,39 +381,37 @@ def primitive_bezier_circle_add(
|
|
|
418
381
|
|
|
419
382
|
CURSOR
|
|
420
383
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
421
|
-
:type align: typing.
|
|
384
|
+
:type align: typing.Any | None
|
|
422
385
|
:param location: Location, Location for the newly added object
|
|
423
|
-
:type location: typing.
|
|
386
|
+
:type location: typing.Any | None
|
|
424
387
|
:param rotation: Rotation, Rotation for the newly added object
|
|
425
|
-
:type rotation: typing.
|
|
388
|
+
:type rotation: typing.Any | None
|
|
426
389
|
:param scale: Scale, Scale for the newly added object
|
|
427
|
-
:type scale: typing.
|
|
390
|
+
:type scale: typing.Any | None
|
|
428
391
|
"""
|
|
429
392
|
|
|
430
393
|
...
|
|
431
394
|
|
|
432
395
|
def primitive_bezier_curve_add(
|
|
433
|
-
override_context: typing.
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
443
|
-
scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
396
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
397
|
+
execution_context: str | int | None = None,
|
|
398
|
+
undo: bool | None = None,
|
|
399
|
+
radius: typing.Any | None = 1.0,
|
|
400
|
+
enter_editmode: bool | typing.Any | None = False,
|
|
401
|
+
align: typing.Any | None = "WORLD",
|
|
402
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
403
|
+
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
404
|
+
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
444
405
|
):
|
|
445
406
|
"""Construct a Bézier Curve
|
|
446
407
|
|
|
447
|
-
:type override_context:
|
|
448
|
-
:type execution_context:
|
|
449
|
-
:type undo:
|
|
408
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
409
|
+
:type execution_context: str | int | None
|
|
410
|
+
:type undo: bool | None
|
|
450
411
|
:param radius: Radius
|
|
451
|
-
:type radius: typing.
|
|
412
|
+
:type radius: typing.Any | None
|
|
452
413
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
453
|
-
:type enter_editmode:
|
|
414
|
+
:type enter_editmode: bool | typing.Any | None
|
|
454
415
|
:param align: Align, The alignment of the new object
|
|
455
416
|
|
|
456
417
|
WORLD
|
|
@@ -461,39 +422,37 @@ def primitive_bezier_curve_add(
|
|
|
461
422
|
|
|
462
423
|
CURSOR
|
|
463
424
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
464
|
-
:type align: typing.
|
|
425
|
+
:type align: typing.Any | None
|
|
465
426
|
:param location: Location, Location for the newly added object
|
|
466
|
-
:type location: typing.
|
|
427
|
+
:type location: typing.Any | None
|
|
467
428
|
:param rotation: Rotation, Rotation for the newly added object
|
|
468
|
-
:type rotation: typing.
|
|
429
|
+
:type rotation: typing.Any | None
|
|
469
430
|
:param scale: Scale, Scale for the newly added object
|
|
470
|
-
:type scale: typing.
|
|
431
|
+
:type scale: typing.Any | None
|
|
471
432
|
"""
|
|
472
433
|
|
|
473
434
|
...
|
|
474
435
|
|
|
475
436
|
def primitive_nurbs_circle_add(
|
|
476
|
-
override_context: typing.
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
486
|
-
scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
437
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
438
|
+
execution_context: str | int | None = None,
|
|
439
|
+
undo: bool | None = None,
|
|
440
|
+
radius: typing.Any | None = 1.0,
|
|
441
|
+
enter_editmode: bool | typing.Any | None = False,
|
|
442
|
+
align: typing.Any | None = "WORLD",
|
|
443
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
444
|
+
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
445
|
+
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
487
446
|
):
|
|
488
447
|
"""Construct a Nurbs Circle
|
|
489
448
|
|
|
490
|
-
:type override_context:
|
|
491
|
-
:type execution_context:
|
|
492
|
-
:type undo:
|
|
449
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
450
|
+
:type execution_context: str | int | None
|
|
451
|
+
:type undo: bool | None
|
|
493
452
|
:param radius: Radius
|
|
494
|
-
:type radius: typing.
|
|
453
|
+
:type radius: typing.Any | None
|
|
495
454
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
496
|
-
:type enter_editmode:
|
|
455
|
+
:type enter_editmode: bool | typing.Any | None
|
|
497
456
|
:param align: Align, The alignment of the new object
|
|
498
457
|
|
|
499
458
|
WORLD
|
|
@@ -504,39 +463,37 @@ def primitive_nurbs_circle_add(
|
|
|
504
463
|
|
|
505
464
|
CURSOR
|
|
506
465
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
507
|
-
:type align: typing.
|
|
466
|
+
:type align: typing.Any | None
|
|
508
467
|
:param location: Location, Location for the newly added object
|
|
509
|
-
:type location: typing.
|
|
468
|
+
:type location: typing.Any | None
|
|
510
469
|
:param rotation: Rotation, Rotation for the newly added object
|
|
511
|
-
:type rotation: typing.
|
|
470
|
+
:type rotation: typing.Any | None
|
|
512
471
|
:param scale: Scale, Scale for the newly added object
|
|
513
|
-
:type scale: typing.
|
|
472
|
+
:type scale: typing.Any | None
|
|
514
473
|
"""
|
|
515
474
|
|
|
516
475
|
...
|
|
517
476
|
|
|
518
477
|
def primitive_nurbs_curve_add(
|
|
519
|
-
override_context: typing.
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
529
|
-
scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
478
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
479
|
+
execution_context: str | int | None = None,
|
|
480
|
+
undo: bool | None = None,
|
|
481
|
+
radius: typing.Any | None = 1.0,
|
|
482
|
+
enter_editmode: bool | typing.Any | None = False,
|
|
483
|
+
align: typing.Any | None = "WORLD",
|
|
484
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
485
|
+
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
486
|
+
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
530
487
|
):
|
|
531
488
|
"""Construct a Nurbs Curve
|
|
532
489
|
|
|
533
|
-
:type override_context:
|
|
534
|
-
:type execution_context:
|
|
535
|
-
:type undo:
|
|
490
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
491
|
+
:type execution_context: str | int | None
|
|
492
|
+
:type undo: bool | None
|
|
536
493
|
:param radius: Radius
|
|
537
|
-
:type radius: typing.
|
|
494
|
+
:type radius: typing.Any | None
|
|
538
495
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
539
|
-
:type enter_editmode:
|
|
496
|
+
:type enter_editmode: bool | typing.Any | None
|
|
540
497
|
:param align: Align, The alignment of the new object
|
|
541
498
|
|
|
542
499
|
WORLD
|
|
@@ -547,39 +504,37 @@ def primitive_nurbs_curve_add(
|
|
|
547
504
|
|
|
548
505
|
CURSOR
|
|
549
506
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
550
|
-
:type align: typing.
|
|
507
|
+
:type align: typing.Any | None
|
|
551
508
|
:param location: Location, Location for the newly added object
|
|
552
|
-
:type location: typing.
|
|
509
|
+
:type location: typing.Any | None
|
|
553
510
|
:param rotation: Rotation, Rotation for the newly added object
|
|
554
|
-
:type rotation: typing.
|
|
511
|
+
:type rotation: typing.Any | None
|
|
555
512
|
:param scale: Scale, Scale for the newly added object
|
|
556
|
-
:type scale: typing.
|
|
513
|
+
:type scale: typing.Any | None
|
|
557
514
|
"""
|
|
558
515
|
|
|
559
516
|
...
|
|
560
517
|
|
|
561
518
|
def primitive_nurbs_path_add(
|
|
562
|
-
override_context: typing.
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
rotation: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
572
|
-
scale: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
519
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
520
|
+
execution_context: str | int | None = None,
|
|
521
|
+
undo: bool | None = None,
|
|
522
|
+
radius: typing.Any | None = 1.0,
|
|
523
|
+
enter_editmode: bool | typing.Any | None = False,
|
|
524
|
+
align: typing.Any | None = "WORLD",
|
|
525
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
526
|
+
rotation: typing.Any | None = (0.0, 0.0, 0.0),
|
|
527
|
+
scale: typing.Any | None = (0.0, 0.0, 0.0),
|
|
573
528
|
):
|
|
574
529
|
"""Construct a Path
|
|
575
530
|
|
|
576
|
-
:type override_context:
|
|
577
|
-
:type execution_context:
|
|
578
|
-
:type undo:
|
|
531
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
532
|
+
:type execution_context: str | int | None
|
|
533
|
+
:type undo: bool | None
|
|
579
534
|
:param radius: Radius
|
|
580
|
-
:type radius: typing.
|
|
535
|
+
:type radius: typing.Any | None
|
|
581
536
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
582
|
-
:type enter_editmode:
|
|
537
|
+
:type enter_editmode: bool | typing.Any | None
|
|
583
538
|
:param align: Align, The alignment of the new object
|
|
584
539
|
|
|
585
540
|
WORLD
|
|
@@ -590,68 +545,62 @@ def primitive_nurbs_path_add(
|
|
|
590
545
|
|
|
591
546
|
CURSOR
|
|
592
547
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
593
|
-
:type align: typing.
|
|
548
|
+
:type align: typing.Any | None
|
|
594
549
|
:param location: Location, Location for the newly added object
|
|
595
|
-
:type location: typing.
|
|
550
|
+
:type location: typing.Any | None
|
|
596
551
|
:param rotation: Rotation, Rotation for the newly added object
|
|
597
|
-
:type rotation: typing.
|
|
552
|
+
:type rotation: typing.Any | None
|
|
598
553
|
:param scale: Scale, Scale for the newly added object
|
|
599
|
-
:type scale: typing.
|
|
554
|
+
:type scale: typing.Any | None
|
|
600
555
|
"""
|
|
601
556
|
|
|
602
557
|
...
|
|
603
558
|
|
|
604
559
|
def radius_set(
|
|
605
|
-
override_context: typing.
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
undo: typing.Optional[bool] = None,
|
|
610
|
-
radius: typing.Optional[typing.Any] = 1.0,
|
|
560
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
561
|
+
execution_context: str | int | None = None,
|
|
562
|
+
undo: bool | None = None,
|
|
563
|
+
radius: typing.Any | None = 1.0,
|
|
611
564
|
):
|
|
612
565
|
"""Set per-point radius which is used for bevel tapering
|
|
613
566
|
|
|
614
|
-
:type override_context:
|
|
615
|
-
:type execution_context:
|
|
616
|
-
:type undo:
|
|
567
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
568
|
+
:type execution_context: str | int | None
|
|
569
|
+
:type undo: bool | None
|
|
617
570
|
:param radius: Radius
|
|
618
|
-
:type radius: typing.
|
|
571
|
+
:type radius: typing.Any | None
|
|
619
572
|
"""
|
|
620
573
|
|
|
621
574
|
...
|
|
622
575
|
|
|
623
576
|
def reveal(
|
|
624
|
-
override_context: typing.
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
undo: typing.Optional[bool] = None,
|
|
629
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
577
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
578
|
+
execution_context: str | int | None = None,
|
|
579
|
+
undo: bool | None = None,
|
|
580
|
+
select: bool | typing.Any | None = True,
|
|
630
581
|
):
|
|
631
582
|
"""Reveal hidden control points
|
|
632
583
|
|
|
633
|
-
:type override_context:
|
|
634
|
-
:type execution_context:
|
|
635
|
-
:type undo:
|
|
584
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
585
|
+
:type execution_context: str | int | None
|
|
586
|
+
:type undo: bool | None
|
|
636
587
|
:param select: Select
|
|
637
|
-
:type select:
|
|
588
|
+
:type select: bool | typing.Any | None
|
|
638
589
|
"""
|
|
639
590
|
|
|
640
591
|
...
|
|
641
592
|
|
|
642
593
|
def select_all(
|
|
643
|
-
override_context: typing.
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
undo: typing.Optional[bool] = None,
|
|
648
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
594
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
595
|
+
execution_context: str | int | None = None,
|
|
596
|
+
undo: bool | None = None,
|
|
597
|
+
action: typing.Any | None = "TOGGLE",
|
|
649
598
|
):
|
|
650
599
|
"""(De)select all control points
|
|
651
600
|
|
|
652
|
-
:type override_context:
|
|
653
|
-
:type execution_context:
|
|
654
|
-
:type undo:
|
|
601
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
602
|
+
:type execution_context: str | int | None
|
|
603
|
+
:type undo: bool | None
|
|
655
604
|
:param action: Action, Selection action to execute
|
|
656
605
|
|
|
657
606
|
TOGGLE
|
|
@@ -665,154 +614,138 @@ def select_all(
|
|
|
665
614
|
|
|
666
615
|
INVERT
|
|
667
616
|
Invert -- Invert selection of all elements.
|
|
668
|
-
:type action: typing.
|
|
617
|
+
:type action: typing.Any | None
|
|
669
618
|
"""
|
|
670
619
|
|
|
671
620
|
...
|
|
672
621
|
|
|
673
622
|
def select_less(
|
|
674
|
-
override_context: typing.
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
678
|
-
undo: typing.Optional[bool] = None,
|
|
623
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
624
|
+
execution_context: str | int | None = None,
|
|
625
|
+
undo: bool | None = None,
|
|
679
626
|
):
|
|
680
627
|
"""Deselect control points at the boundary of each selection region
|
|
681
628
|
|
|
682
|
-
:type override_context:
|
|
683
|
-
:type execution_context:
|
|
684
|
-
:type undo:
|
|
629
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
630
|
+
:type execution_context: str | int | None
|
|
631
|
+
:type undo: bool | None
|
|
685
632
|
"""
|
|
686
633
|
|
|
687
634
|
...
|
|
688
635
|
|
|
689
636
|
def select_linked(
|
|
690
|
-
override_context: typing.
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
694
|
-
undo: typing.Optional[bool] = None,
|
|
637
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
638
|
+
execution_context: str | int | None = None,
|
|
639
|
+
undo: bool | None = None,
|
|
695
640
|
):
|
|
696
641
|
"""Select all control points linked to the current selection
|
|
697
642
|
|
|
698
|
-
:type override_context:
|
|
699
|
-
:type execution_context:
|
|
700
|
-
:type undo:
|
|
643
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
644
|
+
:type execution_context: str | int | None
|
|
645
|
+
:type undo: bool | None
|
|
701
646
|
"""
|
|
702
647
|
|
|
703
648
|
...
|
|
704
649
|
|
|
705
650
|
def select_linked_pick(
|
|
706
|
-
override_context: typing.
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
undo: typing.Optional[bool] = None,
|
|
711
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
651
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
652
|
+
execution_context: str | int | None = None,
|
|
653
|
+
undo: bool | None = None,
|
|
654
|
+
deselect: bool | typing.Any | None = False,
|
|
712
655
|
):
|
|
713
656
|
"""Select all control points linked to already selected ones
|
|
714
657
|
|
|
715
|
-
:type override_context:
|
|
716
|
-
:type execution_context:
|
|
717
|
-
:type undo:
|
|
658
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
659
|
+
:type execution_context: str | int | None
|
|
660
|
+
:type undo: bool | None
|
|
718
661
|
:param deselect: Deselect, Deselect linked control points rather than selecting them
|
|
719
|
-
:type deselect:
|
|
662
|
+
:type deselect: bool | typing.Any | None
|
|
720
663
|
"""
|
|
721
664
|
|
|
722
665
|
...
|
|
723
666
|
|
|
724
667
|
def select_more(
|
|
725
|
-
override_context: typing.
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
729
|
-
undo: typing.Optional[bool] = None,
|
|
668
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
669
|
+
execution_context: str | int | None = None,
|
|
670
|
+
undo: bool | None = None,
|
|
730
671
|
):
|
|
731
672
|
"""Select control points at the boundary of each selection region
|
|
732
673
|
|
|
733
|
-
:type override_context:
|
|
734
|
-
:type execution_context:
|
|
735
|
-
: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
|
|
736
677
|
"""
|
|
737
678
|
|
|
738
679
|
...
|
|
739
680
|
|
|
740
681
|
def select_next(
|
|
741
|
-
override_context: typing.
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
745
|
-
undo: typing.Optional[bool] = None,
|
|
682
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
683
|
+
execution_context: str | int | None = None,
|
|
684
|
+
undo: bool | None = None,
|
|
746
685
|
):
|
|
747
686
|
"""Select control points following already selected ones along the curves
|
|
748
687
|
|
|
749
|
-
:type override_context:
|
|
750
|
-
:type execution_context:
|
|
751
|
-
:type undo:
|
|
688
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
689
|
+
:type execution_context: str | int | None
|
|
690
|
+
:type undo: bool | None
|
|
752
691
|
"""
|
|
753
692
|
|
|
754
693
|
...
|
|
755
694
|
|
|
756
695
|
def select_nth(
|
|
757
|
-
override_context: typing.
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
nth: typing.Optional[typing.Any] = 1,
|
|
764
|
-
offset: typing.Optional[typing.Any] = 0,
|
|
696
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
697
|
+
execution_context: str | int | None = None,
|
|
698
|
+
undo: bool | None = None,
|
|
699
|
+
skip: typing.Any | None = 1,
|
|
700
|
+
nth: typing.Any | None = 1,
|
|
701
|
+
offset: typing.Any | None = 0,
|
|
765
702
|
):
|
|
766
703
|
"""Deselect every Nth point starting from the active one
|
|
767
704
|
|
|
768
|
-
:type override_context:
|
|
769
|
-
:type execution_context:
|
|
770
|
-
:type undo:
|
|
705
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
706
|
+
:type execution_context: str | int | None
|
|
707
|
+
:type undo: bool | None
|
|
771
708
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
772
|
-
:type skip: typing.
|
|
709
|
+
:type skip: typing.Any | None
|
|
773
710
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
774
|
-
:type nth: typing.
|
|
711
|
+
:type nth: typing.Any | None
|
|
775
712
|
:param offset: Offset, Offset from the starting point
|
|
776
|
-
:type offset: typing.
|
|
713
|
+
:type offset: typing.Any | None
|
|
777
714
|
"""
|
|
778
715
|
|
|
779
716
|
...
|
|
780
717
|
|
|
781
718
|
def select_previous(
|
|
782
|
-
override_context: typing.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
786
|
-
undo: typing.Optional[bool] = None,
|
|
719
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
720
|
+
execution_context: str | int | None = None,
|
|
721
|
+
undo: bool | None = None,
|
|
787
722
|
):
|
|
788
723
|
"""Select control points preceding already selected ones along the curves
|
|
789
724
|
|
|
790
|
-
:type override_context:
|
|
791
|
-
:type execution_context:
|
|
792
|
-
:type undo:
|
|
725
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
726
|
+
:type execution_context: str | int | None
|
|
727
|
+
:type undo: bool | None
|
|
793
728
|
"""
|
|
794
729
|
|
|
795
730
|
...
|
|
796
731
|
|
|
797
732
|
def select_random(
|
|
798
|
-
override_context: typing.
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
seed: typing.Optional[typing.Any] = 0,
|
|
805
|
-
action: typing.Optional[typing.Any] = "SELECT",
|
|
733
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
734
|
+
execution_context: str | int | None = None,
|
|
735
|
+
undo: bool | None = None,
|
|
736
|
+
ratio: typing.Any | None = 0.5,
|
|
737
|
+
seed: typing.Any | None = 0,
|
|
738
|
+
action: typing.Any | None = "SELECT",
|
|
806
739
|
):
|
|
807
740
|
"""Randomly select some control points
|
|
808
741
|
|
|
809
|
-
:type override_context:
|
|
810
|
-
:type execution_context:
|
|
811
|
-
:type undo:
|
|
742
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
743
|
+
:type execution_context: str | int | None
|
|
744
|
+
:type undo: bool | None
|
|
812
745
|
:param ratio: Ratio, Portion of items to select randomly
|
|
813
|
-
:type ratio: typing.
|
|
746
|
+
:type ratio: typing.Any | None
|
|
814
747
|
:param seed: Random Seed, Seed for the random number generator
|
|
815
|
-
:type seed: typing.
|
|
748
|
+
:type seed: typing.Any | None
|
|
816
749
|
:param action: Action, Selection action to execute
|
|
817
750
|
|
|
818
751
|
SELECT
|
|
@@ -820,325 +753,289 @@ def select_random(
|
|
|
820
753
|
|
|
821
754
|
DESELECT
|
|
822
755
|
Deselect -- Deselect all elements.
|
|
823
|
-
:type action: typing.
|
|
756
|
+
:type action: typing.Any | None
|
|
824
757
|
"""
|
|
825
758
|
|
|
826
759
|
...
|
|
827
760
|
|
|
828
761
|
def select_row(
|
|
829
|
-
override_context: typing.
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
833
|
-
undo: typing.Optional[bool] = None,
|
|
762
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
763
|
+
execution_context: str | int | None = None,
|
|
764
|
+
undo: bool | None = None,
|
|
834
765
|
):
|
|
835
766
|
"""Select a row of control points including active one
|
|
836
767
|
|
|
837
|
-
:type override_context:
|
|
838
|
-
:type execution_context:
|
|
839
|
-
:type undo:
|
|
768
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
769
|
+
:type execution_context: str | int | None
|
|
770
|
+
:type undo: bool | None
|
|
840
771
|
"""
|
|
841
772
|
|
|
842
773
|
...
|
|
843
774
|
|
|
844
775
|
def select_similar(
|
|
845
|
-
override_context: typing.
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
compare: typing.Optional[typing.Any] = "EQUAL",
|
|
852
|
-
threshold: typing.Optional[typing.Any] = 0.1,
|
|
776
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
777
|
+
execution_context: str | int | None = None,
|
|
778
|
+
undo: bool | None = None,
|
|
779
|
+
type: typing.Any | None = "WEIGHT",
|
|
780
|
+
compare: typing.Any | None = "EQUAL",
|
|
781
|
+
threshold: typing.Any | None = 0.1,
|
|
853
782
|
):
|
|
854
783
|
"""Select similar curve points by property type
|
|
855
784
|
|
|
856
|
-
:type override_context:
|
|
857
|
-
:type execution_context:
|
|
858
|
-
:type undo:
|
|
785
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
786
|
+
:type execution_context: str | int | None
|
|
787
|
+
:type undo: bool | None
|
|
859
788
|
:param type: Type
|
|
860
|
-
:type type: typing.
|
|
789
|
+
:type type: typing.Any | None
|
|
861
790
|
:param compare: Compare
|
|
862
|
-
:type compare: typing.
|
|
791
|
+
:type compare: typing.Any | None
|
|
863
792
|
:param threshold: Threshold
|
|
864
|
-
:type threshold: typing.
|
|
793
|
+
:type threshold: typing.Any | None
|
|
865
794
|
"""
|
|
866
795
|
|
|
867
796
|
...
|
|
868
797
|
|
|
869
798
|
def separate(
|
|
870
|
-
override_context: typing.
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
874
|
-
undo: typing.Optional[bool] = None,
|
|
799
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
800
|
+
execution_context: str | int | None = None,
|
|
801
|
+
undo: bool | None = None,
|
|
875
802
|
):
|
|
876
803
|
"""Separate selected points from connected unselected points into a new object
|
|
877
804
|
|
|
878
|
-
:type override_context:
|
|
879
|
-
:type execution_context:
|
|
880
|
-
:type undo:
|
|
805
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
806
|
+
:type execution_context: str | int | None
|
|
807
|
+
:type undo: bool | None
|
|
881
808
|
"""
|
|
882
809
|
|
|
883
810
|
...
|
|
884
811
|
|
|
885
812
|
def shade_flat(
|
|
886
|
-
override_context: typing.
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
890
|
-
undo: typing.Optional[bool] = None,
|
|
813
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
814
|
+
execution_context: str | int | None = None,
|
|
815
|
+
undo: bool | None = None,
|
|
891
816
|
):
|
|
892
817
|
"""Set shading to flat
|
|
893
818
|
|
|
894
|
-
:type override_context:
|
|
895
|
-
:type execution_context:
|
|
896
|
-
:type undo:
|
|
819
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
820
|
+
:type execution_context: str | int | None
|
|
821
|
+
:type undo: bool | None
|
|
897
822
|
"""
|
|
898
823
|
|
|
899
824
|
...
|
|
900
825
|
|
|
901
826
|
def shade_smooth(
|
|
902
|
-
override_context: typing.
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
906
|
-
undo: typing.Optional[bool] = None,
|
|
827
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
828
|
+
execution_context: str | int | None = None,
|
|
829
|
+
undo: bool | None = None,
|
|
907
830
|
):
|
|
908
831
|
"""Set shading to smooth
|
|
909
832
|
|
|
910
|
-
:type override_context:
|
|
911
|
-
:type execution_context:
|
|
912
|
-
:type undo:
|
|
833
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
834
|
+
:type execution_context: str | int | None
|
|
835
|
+
:type undo: bool | None
|
|
913
836
|
"""
|
|
914
837
|
|
|
915
838
|
...
|
|
916
839
|
|
|
917
840
|
def shortest_path_pick(
|
|
918
|
-
override_context: typing.
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
922
|
-
undo: typing.Optional[bool] = None,
|
|
841
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
842
|
+
execution_context: str | int | None = None,
|
|
843
|
+
undo: bool | None = None,
|
|
923
844
|
):
|
|
924
845
|
"""Select shortest path between two selections
|
|
925
846
|
|
|
926
|
-
:type override_context:
|
|
927
|
-
:type execution_context:
|
|
928
|
-
:type undo:
|
|
847
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
848
|
+
:type execution_context: str | int | None
|
|
849
|
+
:type undo: bool | None
|
|
929
850
|
"""
|
|
930
851
|
|
|
931
852
|
...
|
|
932
853
|
|
|
933
854
|
def smooth(
|
|
934
|
-
override_context: typing.
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
938
|
-
undo: typing.Optional[bool] = None,
|
|
855
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
856
|
+
execution_context: str | int | None = None,
|
|
857
|
+
undo: bool | None = None,
|
|
939
858
|
):
|
|
940
859
|
"""Flatten angles of selected points
|
|
941
860
|
|
|
942
|
-
:type override_context:
|
|
943
|
-
:type execution_context:
|
|
944
|
-
: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
|
|
945
864
|
"""
|
|
946
865
|
|
|
947
866
|
...
|
|
948
867
|
|
|
949
868
|
def smooth_radius(
|
|
950
|
-
override_context: typing.
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
954
|
-
undo: typing.Optional[bool] = None,
|
|
869
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
870
|
+
execution_context: str | int | None = None,
|
|
871
|
+
undo: bool | None = None,
|
|
955
872
|
):
|
|
956
873
|
"""Interpolate radii of selected points
|
|
957
874
|
|
|
958
|
-
:type override_context:
|
|
959
|
-
:type execution_context:
|
|
960
|
-
:type undo:
|
|
875
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
876
|
+
:type execution_context: str | int | None
|
|
877
|
+
:type undo: bool | None
|
|
961
878
|
"""
|
|
962
879
|
|
|
963
880
|
...
|
|
964
881
|
|
|
965
882
|
def smooth_tilt(
|
|
966
|
-
override_context: typing.
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
970
|
-
undo: typing.Optional[bool] = None,
|
|
883
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
884
|
+
execution_context: str | int | None = None,
|
|
885
|
+
undo: bool | None = None,
|
|
971
886
|
):
|
|
972
887
|
"""Interpolate tilt of selected points
|
|
973
888
|
|
|
974
|
-
:type override_context:
|
|
975
|
-
:type execution_context:
|
|
976
|
-
:type undo:
|
|
889
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
890
|
+
:type execution_context: str | int | None
|
|
891
|
+
:type undo: bool | None
|
|
977
892
|
"""
|
|
978
893
|
|
|
979
894
|
...
|
|
980
895
|
|
|
981
896
|
def smooth_weight(
|
|
982
|
-
override_context: typing.
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
986
|
-
undo: typing.Optional[bool] = None,
|
|
897
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
898
|
+
execution_context: str | int | None = None,
|
|
899
|
+
undo: bool | None = None,
|
|
987
900
|
):
|
|
988
901
|
"""Interpolate weight of selected points
|
|
989
902
|
|
|
990
|
-
:type override_context:
|
|
991
|
-
:type execution_context:
|
|
992
|
-
:type undo:
|
|
903
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
904
|
+
:type execution_context: str | int | None
|
|
905
|
+
:type undo: bool | None
|
|
993
906
|
"""
|
|
994
907
|
|
|
995
908
|
...
|
|
996
909
|
|
|
997
910
|
def spin(
|
|
998
|
-
override_context: typing.
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
center: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
1004
|
-
axis: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
911
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
912
|
+
execution_context: str | int | None = None,
|
|
913
|
+
undo: bool | None = None,
|
|
914
|
+
center: typing.Any | None = (0.0, 0.0, 0.0),
|
|
915
|
+
axis: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1005
916
|
):
|
|
1006
917
|
"""Extrude selected boundary row around pivot point and current view axis
|
|
1007
918
|
|
|
1008
|
-
:type override_context:
|
|
1009
|
-
:type execution_context:
|
|
1010
|
-
:type undo:
|
|
919
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
920
|
+
:type execution_context: str | int | None
|
|
921
|
+
:type undo: bool | None
|
|
1011
922
|
:param center: Center, Center in global view space
|
|
1012
|
-
:type center: typing.
|
|
923
|
+
:type center: typing.Any | None
|
|
1013
924
|
:param axis: Axis, Axis in global view space
|
|
1014
|
-
:type axis: typing.
|
|
925
|
+
:type axis: typing.Any | None
|
|
1015
926
|
"""
|
|
1016
927
|
|
|
1017
928
|
...
|
|
1018
929
|
|
|
1019
930
|
def spline_type_set(
|
|
1020
|
-
override_context: typing.
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
type: typing.Optional[typing.Any] = "POLY",
|
|
1026
|
-
use_handles: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
931
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
932
|
+
execution_context: str | int | None = None,
|
|
933
|
+
undo: bool | None = None,
|
|
934
|
+
type: typing.Any | None = "POLY",
|
|
935
|
+
use_handles: bool | typing.Any | None = False,
|
|
1027
936
|
):
|
|
1028
937
|
"""Set type of active spline
|
|
1029
938
|
|
|
1030
|
-
:type override_context:
|
|
1031
|
-
:type execution_context:
|
|
1032
|
-
:type undo:
|
|
939
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
940
|
+
:type execution_context: str | int | None
|
|
941
|
+
:type undo: bool | None
|
|
1033
942
|
:param type: Type, Spline type
|
|
1034
|
-
:type type: typing.
|
|
943
|
+
:type type: typing.Any | None
|
|
1035
944
|
:param use_handles: Handles, Use handles when converting Bézier curves into polygons
|
|
1036
|
-
:type use_handles:
|
|
945
|
+
:type use_handles: bool | typing.Any | None
|
|
1037
946
|
"""
|
|
1038
947
|
|
|
1039
948
|
...
|
|
1040
949
|
|
|
1041
950
|
def spline_weight_set(
|
|
1042
|
-
override_context: typing.
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
undo: typing.Optional[bool] = None,
|
|
1047
|
-
weight: typing.Optional[typing.Any] = 1.0,
|
|
951
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
952
|
+
execution_context: str | int | None = None,
|
|
953
|
+
undo: bool | None = None,
|
|
954
|
+
weight: typing.Any | None = 1.0,
|
|
1048
955
|
):
|
|
1049
956
|
"""Set softbody goal weight for selected points
|
|
1050
957
|
|
|
1051
|
-
:type override_context:
|
|
1052
|
-
:type execution_context:
|
|
1053
|
-
:type undo:
|
|
958
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
959
|
+
:type execution_context: str | int | None
|
|
960
|
+
:type undo: bool | None
|
|
1054
961
|
:param weight: Weight
|
|
1055
|
-
:type weight: typing.
|
|
962
|
+
:type weight: typing.Any | None
|
|
1056
963
|
"""
|
|
1057
964
|
|
|
1058
965
|
...
|
|
1059
966
|
|
|
1060
967
|
def split(
|
|
1061
|
-
override_context: typing.
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1065
|
-
undo: typing.Optional[bool] = None,
|
|
968
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
969
|
+
execution_context: str | int | None = None,
|
|
970
|
+
undo: bool | None = None,
|
|
1066
971
|
):
|
|
1067
972
|
"""Split off selected points from connected unselected points
|
|
1068
973
|
|
|
1069
|
-
:type override_context:
|
|
1070
|
-
:type execution_context:
|
|
1071
|
-
:type undo:
|
|
974
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
975
|
+
:type execution_context: str | int | None
|
|
976
|
+
:type undo: bool | None
|
|
1072
977
|
"""
|
|
1073
978
|
|
|
1074
979
|
...
|
|
1075
980
|
|
|
1076
981
|
def subdivide(
|
|
1077
|
-
override_context: typing.
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
undo: typing.Optional[bool] = None,
|
|
1082
|
-
number_cuts: typing.Optional[typing.Any] = 1,
|
|
982
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
983
|
+
execution_context: str | int | None = None,
|
|
984
|
+
undo: bool | None = None,
|
|
985
|
+
number_cuts: typing.Any | None = 1,
|
|
1083
986
|
):
|
|
1084
987
|
"""Subdivide selected segments
|
|
1085
988
|
|
|
1086
|
-
:type override_context:
|
|
1087
|
-
:type execution_context:
|
|
1088
|
-
:type undo:
|
|
989
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
990
|
+
:type execution_context: str | int | None
|
|
991
|
+
:type undo: bool | None
|
|
1089
992
|
:param number_cuts: Number of Cuts
|
|
1090
|
-
:type number_cuts: typing.
|
|
993
|
+
:type number_cuts: typing.Any | None
|
|
1091
994
|
"""
|
|
1092
995
|
|
|
1093
996
|
...
|
|
1094
997
|
|
|
1095
998
|
def switch_direction(
|
|
1096
|
-
override_context: typing.
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1100
|
-
undo: typing.Optional[bool] = None,
|
|
999
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1000
|
+
execution_context: str | int | None = None,
|
|
1001
|
+
undo: bool | None = None,
|
|
1101
1002
|
):
|
|
1102
1003
|
"""Switch direction of selected splines
|
|
1103
1004
|
|
|
1104
|
-
:type override_context:
|
|
1105
|
-
:type execution_context:
|
|
1106
|
-
:type undo:
|
|
1005
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1006
|
+
:type execution_context: str | int | None
|
|
1007
|
+
:type undo: bool | None
|
|
1107
1008
|
"""
|
|
1108
1009
|
|
|
1109
1010
|
...
|
|
1110
1011
|
|
|
1111
1012
|
def tilt_clear(
|
|
1112
|
-
override_context: typing.
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1116
|
-
undo: typing.Optional[bool] = None,
|
|
1013
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1014
|
+
execution_context: str | int | None = None,
|
|
1015
|
+
undo: bool | None = None,
|
|
1117
1016
|
):
|
|
1118
1017
|
"""Clear the tilt of selected control points
|
|
1119
1018
|
|
|
1120
|
-
:type override_context:
|
|
1121
|
-
:type execution_context:
|
|
1122
|
-
:type undo:
|
|
1019
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1020
|
+
:type execution_context: str | int | None
|
|
1021
|
+
:type undo: bool | None
|
|
1123
1022
|
"""
|
|
1124
1023
|
|
|
1125
1024
|
...
|
|
1126
1025
|
|
|
1127
1026
|
def vertex_add(
|
|
1128
|
-
override_context: typing.
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
undo: typing.Optional[bool] = None,
|
|
1133
|
-
location: typing.Optional[typing.Any] = (0.0, 0.0, 0.0),
|
|
1027
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1028
|
+
execution_context: str | int | None = None,
|
|
1029
|
+
undo: bool | None = None,
|
|
1030
|
+
location: typing.Any | None = (0.0, 0.0, 0.0),
|
|
1134
1031
|
):
|
|
1135
1032
|
"""Add a new control point (linked to only selected end-curve one, if any)
|
|
1136
1033
|
|
|
1137
|
-
:type override_context:
|
|
1138
|
-
:type execution_context:
|
|
1139
|
-
:type undo:
|
|
1034
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1035
|
+
:type execution_context: str | int | None
|
|
1036
|
+
:type undo: bool | None
|
|
1140
1037
|
:param location: Location, Location to add new vertex at
|
|
1141
|
-
:type location: typing.
|
|
1038
|
+
:type location: typing.Any | None
|
|
1142
1039
|
"""
|
|
1143
1040
|
|
|
1144
1041
|
...
|