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/paint/__init__.pyi
CHANGED
|
@@ -4,148 +4,138 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def add_simple_uvs(
|
|
7
|
-
override_context: typing.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
11
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
8
|
+
execution_context: str | int | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
12
10
|
):
|
|
13
11
|
"""Add cube map UVs on mesh
|
|
14
12
|
|
|
15
|
-
:type override_context:
|
|
16
|
-
:type execution_context:
|
|
17
|
-
:type undo:
|
|
13
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
14
|
+
:type execution_context: str | int | None
|
|
15
|
+
:type undo: bool | None
|
|
18
16
|
"""
|
|
19
17
|
|
|
20
18
|
...
|
|
21
19
|
|
|
22
20
|
def add_texture_paint_slot(
|
|
23
|
-
override_context: typing.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
domain: typing.Optional[typing.Union[str, int]] = "POINT",
|
|
38
|
-
data_type: typing.Optional[typing.Union[str, int]] = "FLOAT_COLOR",
|
|
21
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
22
|
+
execution_context: str | int | None = None,
|
|
23
|
+
undo: bool | None = None,
|
|
24
|
+
type: typing.Any | None = "BASE_COLOR",
|
|
25
|
+
slot_type: typing.Any | None = "IMAGE",
|
|
26
|
+
name: str | typing.Any = "Untitled",
|
|
27
|
+
color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
|
|
28
|
+
width: typing.Any | None = 1024,
|
|
29
|
+
height: typing.Any | None = 1024,
|
|
30
|
+
alpha: bool | typing.Any | None = True,
|
|
31
|
+
generated_type: str | int | None = "BLANK",
|
|
32
|
+
float: bool | typing.Any | None = False,
|
|
33
|
+
domain: str | int | None = "POINT",
|
|
34
|
+
data_type: str | int | None = "FLOAT_COLOR",
|
|
39
35
|
):
|
|
40
36
|
"""Add a paint slot
|
|
41
37
|
|
|
42
|
-
:type override_context:
|
|
43
|
-
:type execution_context:
|
|
44
|
-
:type undo:
|
|
38
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
39
|
+
:type execution_context: str | int | None
|
|
40
|
+
:type undo: bool | None
|
|
45
41
|
:param type: Material Layer Type, Material layer type of new paint slot
|
|
46
|
-
:type type: typing.
|
|
42
|
+
:type type: typing.Any | None
|
|
47
43
|
:param slot_type: Slot Type, Type of new paint slot
|
|
48
|
-
:type slot_type: typing.
|
|
44
|
+
:type slot_type: typing.Any | None
|
|
49
45
|
:param name: Name, Name for new paint slot source
|
|
50
|
-
:type name:
|
|
46
|
+
:type name: str | typing.Any
|
|
51
47
|
:param color: Color, Default fill color
|
|
52
|
-
:type color: typing.
|
|
48
|
+
:type color: typing.Any | None
|
|
53
49
|
:param width: Width, Image width
|
|
54
|
-
:type width: typing.
|
|
50
|
+
:type width: typing.Any | None
|
|
55
51
|
:param height: Height, Image height
|
|
56
|
-
:type height: typing.
|
|
52
|
+
:type height: typing.Any | None
|
|
57
53
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
58
|
-
:type alpha:
|
|
54
|
+
:type alpha: bool | typing.Any | None
|
|
59
55
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
60
|
-
:type generated_type:
|
|
56
|
+
:type generated_type: str | int | None
|
|
61
57
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
62
|
-
:type float:
|
|
58
|
+
:type float: bool | typing.Any | None
|
|
63
59
|
:param domain: Domain, Type of element that attribute is stored on
|
|
64
|
-
:type domain:
|
|
60
|
+
:type domain: str | int | None
|
|
65
61
|
:param data_type: Data Type, Type of data stored in attribute
|
|
66
|
-
:type data_type:
|
|
62
|
+
:type data_type: str | int | None
|
|
67
63
|
"""
|
|
68
64
|
|
|
69
65
|
...
|
|
70
66
|
|
|
71
67
|
def brush_colors_flip(
|
|
72
|
-
override_context: typing.
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
76
|
-
undo: typing.Optional[bool] = None,
|
|
68
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
69
|
+
execution_context: str | int | None = None,
|
|
70
|
+
undo: bool | None = None,
|
|
77
71
|
):
|
|
78
72
|
"""Swap primary and secondary brush colors
|
|
79
73
|
|
|
80
|
-
:type override_context:
|
|
81
|
-
:type execution_context:
|
|
82
|
-
:type undo:
|
|
74
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
75
|
+
:type execution_context: str | int | None
|
|
76
|
+
:type undo: bool | None
|
|
83
77
|
"""
|
|
84
78
|
|
|
85
79
|
...
|
|
86
80
|
|
|
87
81
|
def brush_select(
|
|
88
|
-
override_context: typing.
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
103
|
-
create_missing: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
82
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
83
|
+
execution_context: str | int | None = None,
|
|
84
|
+
undo: bool | None = None,
|
|
85
|
+
sculpt_tool: str | int | None = "DRAW",
|
|
86
|
+
vertex_tool: str | int | None = "DRAW",
|
|
87
|
+
weight_tool: str | int | None = "DRAW",
|
|
88
|
+
image_tool: str | int | None = "DRAW",
|
|
89
|
+
gpencil_tool: str | int | None = "DRAW",
|
|
90
|
+
gpencil_vertex_tool: str | int | None = "DRAW",
|
|
91
|
+
gpencil_sculpt_tool: str | int | None = "SMOOTH",
|
|
92
|
+
gpencil_weight_tool: str | int | None = "WEIGHT",
|
|
93
|
+
curves_sculpt_tool: str | int | None = "COMB",
|
|
94
|
+
toggle: bool | typing.Any | None = False,
|
|
95
|
+
create_missing: bool | typing.Any | None = False,
|
|
104
96
|
):
|
|
105
97
|
"""Select a paint mode's brush by tool type
|
|
106
98
|
|
|
107
|
-
:type override_context:
|
|
108
|
-
:type execution_context:
|
|
109
|
-
:type undo:
|
|
99
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
100
|
+
:type execution_context: str | int | None
|
|
101
|
+
:type undo: bool | None
|
|
110
102
|
:param sculpt_tool: sculpt_tool
|
|
111
|
-
:type sculpt_tool:
|
|
103
|
+
:type sculpt_tool: str | int | None
|
|
112
104
|
:param vertex_tool: vertex_tool
|
|
113
|
-
:type vertex_tool:
|
|
105
|
+
:type vertex_tool: str | int | None
|
|
114
106
|
:param weight_tool: weight_tool
|
|
115
|
-
:type weight_tool:
|
|
107
|
+
:type weight_tool: str | int | None
|
|
116
108
|
:param image_tool: image_tool
|
|
117
|
-
:type image_tool:
|
|
109
|
+
:type image_tool: str | int | None
|
|
118
110
|
:param gpencil_tool: gpencil_tool
|
|
119
|
-
:type gpencil_tool:
|
|
111
|
+
:type gpencil_tool: str | int | None
|
|
120
112
|
:param gpencil_vertex_tool: gpencil_vertex_tool
|
|
121
|
-
:type gpencil_vertex_tool:
|
|
113
|
+
:type gpencil_vertex_tool: str | int | None
|
|
122
114
|
:param gpencil_sculpt_tool: gpencil_sculpt_tool
|
|
123
|
-
:type gpencil_sculpt_tool:
|
|
115
|
+
:type gpencil_sculpt_tool: str | int | None
|
|
124
116
|
:param gpencil_weight_tool: gpencil_weight_tool
|
|
125
|
-
:type gpencil_weight_tool:
|
|
117
|
+
:type gpencil_weight_tool: str | int | None
|
|
126
118
|
:param curves_sculpt_tool: curves_sculpt_tool
|
|
127
|
-
:type curves_sculpt_tool:
|
|
119
|
+
:type curves_sculpt_tool: str | int | None
|
|
128
120
|
:param toggle: Toggle, Toggle between two brushes rather than cycling
|
|
129
|
-
:type toggle:
|
|
121
|
+
:type toggle: bool | typing.Any | None
|
|
130
122
|
:param create_missing: Create Missing, If the requested brush type does not exist, create a new brush
|
|
131
|
-
:type create_missing:
|
|
123
|
+
:type create_missing: bool | typing.Any | None
|
|
132
124
|
"""
|
|
133
125
|
|
|
134
126
|
...
|
|
135
127
|
|
|
136
128
|
def face_select_all(
|
|
137
|
-
override_context: typing.
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
undo: typing.Optional[bool] = None,
|
|
142
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
129
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
130
|
+
execution_context: str | int | None = None,
|
|
131
|
+
undo: bool | None = None,
|
|
132
|
+
action: typing.Any | None = "TOGGLE",
|
|
143
133
|
):
|
|
144
134
|
"""Change selection for all faces
|
|
145
135
|
|
|
146
|
-
:type override_context:
|
|
147
|
-
:type execution_context:
|
|
148
|
-
:type undo:
|
|
136
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
137
|
+
:type execution_context: str | int | None
|
|
138
|
+
:type undo: bool | None
|
|
149
139
|
:param action: Action, Selection action to execute
|
|
150
140
|
|
|
151
141
|
TOGGLE
|
|
@@ -159,193 +149,175 @@ def face_select_all(
|
|
|
159
149
|
|
|
160
150
|
INVERT
|
|
161
151
|
Invert -- Invert selection of all elements.
|
|
162
|
-
:type action: typing.
|
|
152
|
+
:type action: typing.Any | None
|
|
163
153
|
"""
|
|
164
154
|
|
|
165
155
|
...
|
|
166
156
|
|
|
167
157
|
def face_select_hide(
|
|
168
|
-
override_context: typing.
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
undo: typing.Optional[bool] = None,
|
|
173
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
158
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
159
|
+
execution_context: str | int | None = None,
|
|
160
|
+
undo: bool | None = None,
|
|
161
|
+
unselected: bool | typing.Any | None = False,
|
|
174
162
|
):
|
|
175
163
|
"""Hide selected faces
|
|
176
164
|
|
|
177
|
-
:type override_context:
|
|
178
|
-
:type execution_context:
|
|
179
|
-
:type undo:
|
|
165
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
166
|
+
:type execution_context: str | int | None
|
|
167
|
+
:type undo: bool | None
|
|
180
168
|
:param unselected: Unselected, Hide unselected rather than selected objects
|
|
181
|
-
:type unselected:
|
|
169
|
+
:type unselected: bool | typing.Any | None
|
|
182
170
|
"""
|
|
183
171
|
|
|
184
172
|
...
|
|
185
173
|
|
|
186
174
|
def face_select_less(
|
|
187
|
-
override_context: typing.
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
undo: typing.Optional[bool] = None,
|
|
192
|
-
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
175
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
176
|
+
execution_context: str | int | None = None,
|
|
177
|
+
undo: bool | None = None,
|
|
178
|
+
face_step: bool | typing.Any | None = True,
|
|
193
179
|
):
|
|
194
180
|
"""Deselect Faces connected to existing selection
|
|
195
181
|
|
|
196
|
-
:type override_context:
|
|
197
|
-
:type execution_context:
|
|
198
|
-
:type undo:
|
|
182
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
183
|
+
:type execution_context: str | int | None
|
|
184
|
+
:type undo: bool | None
|
|
199
185
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
200
|
-
:type face_step:
|
|
186
|
+
:type face_step: bool | typing.Any | None
|
|
201
187
|
"""
|
|
202
188
|
|
|
203
189
|
...
|
|
204
190
|
|
|
205
191
|
def face_select_linked(
|
|
206
|
-
override_context: typing.
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
210
|
-
undo: typing.Optional[bool] = None,
|
|
192
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
193
|
+
execution_context: str | int | None = None,
|
|
194
|
+
undo: bool | None = None,
|
|
211
195
|
):
|
|
212
196
|
"""Select linked faces
|
|
213
197
|
|
|
214
|
-
:type override_context:
|
|
215
|
-
:type execution_context:
|
|
216
|
-
:type undo:
|
|
198
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
199
|
+
:type execution_context: str | int | None
|
|
200
|
+
:type undo: bool | None
|
|
217
201
|
"""
|
|
218
202
|
|
|
219
203
|
...
|
|
220
204
|
|
|
221
205
|
def face_select_linked_pick(
|
|
222
|
-
override_context: typing.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
undo: typing.Optional[bool] = None,
|
|
227
|
-
deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
206
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
207
|
+
execution_context: str | int | None = None,
|
|
208
|
+
undo: bool | None = None,
|
|
209
|
+
deselect: bool | typing.Any | None = False,
|
|
228
210
|
):
|
|
229
211
|
"""Select linked faces under the cursor
|
|
230
212
|
|
|
231
|
-
:type override_context:
|
|
232
|
-
:type execution_context:
|
|
233
|
-
:type undo:
|
|
213
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
214
|
+
:type execution_context: str | int | None
|
|
215
|
+
:type undo: bool | None
|
|
234
216
|
:param deselect: Deselect, Deselect rather than select items
|
|
235
|
-
:type deselect:
|
|
217
|
+
:type deselect: bool | typing.Any | None
|
|
236
218
|
"""
|
|
237
219
|
|
|
238
220
|
...
|
|
239
221
|
|
|
240
222
|
def face_select_loop(
|
|
241
|
-
override_context: typing.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
247
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
223
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
224
|
+
execution_context: str | int | None = None,
|
|
225
|
+
undo: bool | None = None,
|
|
226
|
+
select: bool | typing.Any | None = True,
|
|
227
|
+
extend: bool | typing.Any | None = False,
|
|
248
228
|
):
|
|
249
229
|
"""Select face loop under the cursor
|
|
250
230
|
|
|
251
|
-
:type override_context:
|
|
252
|
-
:type execution_context:
|
|
253
|
-
:type undo:
|
|
231
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
232
|
+
:type execution_context: str | int | None
|
|
233
|
+
:type undo: bool | None
|
|
254
234
|
:param select: Select, If false, faces will be deselected
|
|
255
|
-
:type select:
|
|
235
|
+
:type select: bool | typing.Any | None
|
|
256
236
|
:param extend: Extend, Extend the selection
|
|
257
|
-
:type extend:
|
|
237
|
+
:type extend: bool | typing.Any | None
|
|
258
238
|
"""
|
|
259
239
|
|
|
260
240
|
...
|
|
261
241
|
|
|
262
242
|
def face_select_more(
|
|
263
|
-
override_context: typing.
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
undo: typing.Optional[bool] = None,
|
|
268
|
-
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
243
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
244
|
+
execution_context: str | int | None = None,
|
|
245
|
+
undo: bool | None = None,
|
|
246
|
+
face_step: bool | typing.Any | None = True,
|
|
269
247
|
):
|
|
270
248
|
"""Select Faces connected to existing selection
|
|
271
249
|
|
|
272
|
-
:type override_context:
|
|
273
|
-
:type execution_context:
|
|
274
|
-
:type undo:
|
|
250
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
251
|
+
:type execution_context: str | int | None
|
|
252
|
+
:type undo: bool | None
|
|
275
253
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
276
|
-
:type face_step:
|
|
254
|
+
:type face_step: bool | typing.Any | None
|
|
277
255
|
"""
|
|
278
256
|
|
|
279
257
|
...
|
|
280
258
|
|
|
281
259
|
def face_vert_reveal(
|
|
282
|
-
override_context: typing.
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
undo: typing.Optional[bool] = None,
|
|
287
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
260
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
261
|
+
execution_context: str | int | None = None,
|
|
262
|
+
undo: bool | None = None,
|
|
263
|
+
select: bool | typing.Any | None = True,
|
|
288
264
|
):
|
|
289
265
|
"""Reveal hidden faces and vertices
|
|
290
266
|
|
|
291
|
-
:type override_context:
|
|
292
|
-
:type execution_context:
|
|
293
|
-
:type undo:
|
|
267
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
268
|
+
:type execution_context: str | int | None
|
|
269
|
+
:type undo: bool | None
|
|
294
270
|
:param select: Select, Specifies whether the newly revealed geometry should be selected
|
|
295
|
-
:type select:
|
|
271
|
+
:type select: bool | typing.Any | None
|
|
296
272
|
"""
|
|
297
273
|
|
|
298
274
|
...
|
|
299
275
|
|
|
300
276
|
def grab_clone(
|
|
301
|
-
override_context: typing.
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
undo: typing.Optional[bool] = None,
|
|
306
|
-
delta: typing.Optional[typing.Any] = (0.0, 0.0),
|
|
277
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
278
|
+
execution_context: str | int | None = None,
|
|
279
|
+
undo: bool | None = None,
|
|
280
|
+
delta: typing.Any | None = (0.0, 0.0),
|
|
307
281
|
):
|
|
308
282
|
"""Move the clone source image
|
|
309
283
|
|
|
310
|
-
:type override_context:
|
|
311
|
-
:type execution_context:
|
|
312
|
-
:type undo:
|
|
284
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
285
|
+
:type execution_context: str | int | None
|
|
286
|
+
:type undo: bool | None
|
|
313
287
|
:param delta: Delta, Delta offset of clone image in 0.0 to 1.0 coordinates
|
|
314
|
-
:type delta: typing.
|
|
288
|
+
:type delta: typing.Any | None
|
|
315
289
|
"""
|
|
316
290
|
|
|
317
291
|
...
|
|
318
292
|
|
|
319
293
|
def hide_show(
|
|
320
|
-
override_context: typing.
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
area: typing.Optional[typing.Any] = "Inside",
|
|
332
|
-
use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
294
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
295
|
+
execution_context: str | int | None = None,
|
|
296
|
+
undo: bool | None = None,
|
|
297
|
+
xmin: typing.Any | None = 0,
|
|
298
|
+
xmax: typing.Any | None = 0,
|
|
299
|
+
ymin: typing.Any | None = 0,
|
|
300
|
+
ymax: typing.Any | None = 0,
|
|
301
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
302
|
+
action: typing.Any | None = "HIDE",
|
|
303
|
+
area: typing.Any | None = "Inside",
|
|
304
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
333
305
|
):
|
|
334
306
|
"""Hide/show some vertices
|
|
335
307
|
|
|
336
|
-
:type override_context:
|
|
337
|
-
:type execution_context:
|
|
338
|
-
:type undo:
|
|
308
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
309
|
+
:type execution_context: str | int | None
|
|
310
|
+
:type undo: bool | None
|
|
339
311
|
:param xmin: X Min
|
|
340
|
-
:type xmin: typing.
|
|
312
|
+
:type xmin: typing.Any | None
|
|
341
313
|
:param xmax: X Max
|
|
342
|
-
:type xmax: typing.
|
|
314
|
+
:type xmax: typing.Any | None
|
|
343
315
|
:param ymin: Y Min
|
|
344
|
-
:type ymin: typing.
|
|
316
|
+
:type ymin: typing.Any | None
|
|
345
317
|
:param ymax: Y Max
|
|
346
|
-
:type ymax: typing.
|
|
318
|
+
:type ymax: typing.Any | None
|
|
347
319
|
:param wait_for_input: Wait for Input
|
|
348
|
-
:type wait_for_input:
|
|
320
|
+
:type wait_for_input: bool | typing.Any | None
|
|
349
321
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
350
322
|
|
|
351
323
|
HIDE
|
|
@@ -353,7 +325,7 @@ def hide_show(
|
|
|
353
325
|
|
|
354
326
|
SHOW
|
|
355
327
|
Show -- Show vertices.
|
|
356
|
-
:type action: typing.
|
|
328
|
+
:type action: typing.Any | None
|
|
357
329
|
:param area: Visibility Area, Which vertices to hide or show
|
|
358
330
|
|
|
359
331
|
OUTSIDE
|
|
@@ -361,26 +333,24 @@ def hide_show(
|
|
|
361
333
|
|
|
362
334
|
Inside
|
|
363
335
|
Inside -- Hide or show vertices inside the selection.
|
|
364
|
-
:type area: typing.
|
|
336
|
+
:type area: typing.Any | None
|
|
365
337
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
366
|
-
:type use_front_faces_only:
|
|
338
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
367
339
|
"""
|
|
368
340
|
|
|
369
341
|
...
|
|
370
342
|
|
|
371
343
|
def hide_show_all(
|
|
372
|
-
override_context: typing.
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
undo: typing.Optional[bool] = None,
|
|
377
|
-
action: typing.Optional[typing.Any] = "HIDE",
|
|
344
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
345
|
+
execution_context: str | int | None = None,
|
|
346
|
+
undo: bool | None = None,
|
|
347
|
+
action: typing.Any | None = "HIDE",
|
|
378
348
|
):
|
|
379
349
|
"""Hide/show all vertices
|
|
380
350
|
|
|
381
|
-
:type override_context:
|
|
382
|
-
:type execution_context:
|
|
383
|
-
:type undo:
|
|
351
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
352
|
+
:type execution_context: str | int | None
|
|
353
|
+
:type undo: bool | None
|
|
384
354
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
385
355
|
|
|
386
356
|
HIDE
|
|
@@ -388,31 +358,27 @@ def hide_show_all(
|
|
|
388
358
|
|
|
389
359
|
SHOW
|
|
390
360
|
Show -- Show vertices.
|
|
391
|
-
:type action: typing.
|
|
361
|
+
:type action: typing.Any | None
|
|
392
362
|
"""
|
|
393
363
|
|
|
394
364
|
...
|
|
395
365
|
|
|
396
366
|
def hide_show_lasso_gesture(
|
|
397
|
-
override_context: typing.
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
] = None,
|
|
405
|
-
action: typing.Optional[typing.Any] = "HIDE",
|
|
406
|
-
area: typing.Optional[typing.Any] = "Inside",
|
|
407
|
-
use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
367
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
368
|
+
execution_context: str | int | None = None,
|
|
369
|
+
undo: bool | None = None,
|
|
370
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
371
|
+
action: typing.Any | None = "HIDE",
|
|
372
|
+
area: typing.Any | None = "Inside",
|
|
373
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
408
374
|
):
|
|
409
375
|
"""Hide/show some vertices
|
|
410
376
|
|
|
411
|
-
:type override_context:
|
|
412
|
-
:type execution_context:
|
|
413
|
-
:type undo:
|
|
377
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
378
|
+
:type execution_context: str | int | None
|
|
379
|
+
:type undo: bool | None
|
|
414
380
|
:param path: Path
|
|
415
|
-
:type path:
|
|
381
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
416
382
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
417
383
|
|
|
418
384
|
HIDE
|
|
@@ -420,7 +386,7 @@ def hide_show_lasso_gesture(
|
|
|
420
386
|
|
|
421
387
|
SHOW
|
|
422
388
|
Show -- Show vertices.
|
|
423
|
-
:type action: typing.
|
|
389
|
+
:type action: typing.Any | None
|
|
424
390
|
:param area: Visibility Area, Which vertices to hide or show
|
|
425
391
|
|
|
426
392
|
OUTSIDE
|
|
@@ -428,47 +394,45 @@ def hide_show_lasso_gesture(
|
|
|
428
394
|
|
|
429
395
|
Inside
|
|
430
396
|
Inside -- Hide or show vertices inside the selection.
|
|
431
|
-
:type area: typing.
|
|
397
|
+
:type area: typing.Any | None
|
|
432
398
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
433
|
-
:type use_front_faces_only:
|
|
399
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
434
400
|
"""
|
|
435
401
|
|
|
436
402
|
...
|
|
437
403
|
|
|
438
404
|
def hide_show_line_gesture(
|
|
439
|
-
override_context: typing.
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
453
|
-
use_limit_to_segment: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
405
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
406
|
+
execution_context: str | int | None = None,
|
|
407
|
+
undo: bool | None = None,
|
|
408
|
+
xstart: typing.Any | None = 0,
|
|
409
|
+
xend: typing.Any | None = 0,
|
|
410
|
+
ystart: typing.Any | None = 0,
|
|
411
|
+
yend: typing.Any | None = 0,
|
|
412
|
+
flip: bool | typing.Any | None = False,
|
|
413
|
+
cursor: typing.Any | None = 5,
|
|
414
|
+
action: typing.Any | None = "HIDE",
|
|
415
|
+
area: typing.Any | None = "Inside",
|
|
416
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
417
|
+
use_limit_to_segment: bool | typing.Any | None = False,
|
|
454
418
|
):
|
|
455
419
|
"""Hide/show some vertices
|
|
456
420
|
|
|
457
|
-
:type override_context:
|
|
458
|
-
:type execution_context:
|
|
459
|
-
:type undo:
|
|
421
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
422
|
+
:type execution_context: str | int | None
|
|
423
|
+
:type undo: bool | None
|
|
460
424
|
:param xstart: X Start
|
|
461
|
-
:type xstart: typing.
|
|
425
|
+
:type xstart: typing.Any | None
|
|
462
426
|
:param xend: X End
|
|
463
|
-
:type xend: typing.
|
|
427
|
+
:type xend: typing.Any | None
|
|
464
428
|
:param ystart: Y Start
|
|
465
|
-
:type ystart: typing.
|
|
429
|
+
:type ystart: typing.Any | None
|
|
466
430
|
:param yend: Y End
|
|
467
|
-
:type yend: typing.
|
|
431
|
+
:type yend: typing.Any | None
|
|
468
432
|
:param flip: Flip
|
|
469
|
-
:type flip:
|
|
433
|
+
:type flip: bool | typing.Any | None
|
|
470
434
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
471
|
-
:type cursor: typing.
|
|
435
|
+
:type cursor: typing.Any | None
|
|
472
436
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
473
437
|
|
|
474
438
|
HIDE
|
|
@@ -476,7 +440,7 @@ def hide_show_line_gesture(
|
|
|
476
440
|
|
|
477
441
|
SHOW
|
|
478
442
|
Show -- Show vertices.
|
|
479
|
-
:type action: typing.
|
|
443
|
+
:type action: typing.Any | None
|
|
480
444
|
:param area: Visibility Area, Which vertices to hide or show
|
|
481
445
|
|
|
482
446
|
OUTSIDE
|
|
@@ -484,28 +448,26 @@ def hide_show_line_gesture(
|
|
|
484
448
|
|
|
485
449
|
Inside
|
|
486
450
|
Inside -- Hide or show vertices inside the selection.
|
|
487
|
-
:type area: typing.
|
|
451
|
+
:type area: typing.Any | None
|
|
488
452
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
489
|
-
:type use_front_faces_only:
|
|
453
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
490
454
|
:param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
|
|
491
|
-
:type use_limit_to_segment:
|
|
455
|
+
:type use_limit_to_segment: bool | typing.Any | None
|
|
492
456
|
"""
|
|
493
457
|
|
|
494
458
|
...
|
|
495
459
|
|
|
496
460
|
def hide_show_masked(
|
|
497
|
-
override_context: typing.
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
undo: typing.Optional[bool] = None,
|
|
502
|
-
action: typing.Optional[typing.Any] = "HIDE",
|
|
461
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
462
|
+
execution_context: str | int | None = None,
|
|
463
|
+
undo: bool | None = None,
|
|
464
|
+
action: typing.Any | None = "HIDE",
|
|
503
465
|
):
|
|
504
466
|
"""Hide/show all masked vertices above a threshold
|
|
505
467
|
|
|
506
|
-
:type override_context:
|
|
507
|
-
:type execution_context:
|
|
508
|
-
:type undo:
|
|
468
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
469
|
+
:type execution_context: str | int | None
|
|
470
|
+
:type undo: bool | None
|
|
509
471
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
510
472
|
|
|
511
473
|
HIDE
|
|
@@ -513,31 +475,27 @@ def hide_show_masked(
|
|
|
513
475
|
|
|
514
476
|
SHOW
|
|
515
477
|
Show -- Show vertices.
|
|
516
|
-
:type action: typing.
|
|
478
|
+
:type action: typing.Any | None
|
|
517
479
|
"""
|
|
518
480
|
|
|
519
481
|
...
|
|
520
482
|
|
|
521
483
|
def hide_show_polyline_gesture(
|
|
522
|
-
override_context: typing.
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
] = None,
|
|
530
|
-
action: typing.Optional[typing.Any] = "HIDE",
|
|
531
|
-
area: typing.Optional[typing.Any] = "Inside",
|
|
532
|
-
use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
484
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
485
|
+
execution_context: str | int | None = None,
|
|
486
|
+
undo: bool | None = None,
|
|
487
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
488
|
+
action: typing.Any | None = "HIDE",
|
|
489
|
+
area: typing.Any | None = "Inside",
|
|
490
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
533
491
|
):
|
|
534
492
|
"""Hide/show some vertices
|
|
535
493
|
|
|
536
|
-
:type override_context:
|
|
537
|
-
:type execution_context:
|
|
538
|
-
:type undo:
|
|
494
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
495
|
+
:type execution_context: str | int | None
|
|
496
|
+
:type undo: bool | None
|
|
539
497
|
:param path: Path
|
|
540
|
-
:type path:
|
|
498
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
541
499
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
542
500
|
|
|
543
501
|
HIDE
|
|
@@ -545,7 +503,7 @@ def hide_show_polyline_gesture(
|
|
|
545
503
|
|
|
546
504
|
SHOW
|
|
547
505
|
Show -- Show vertices.
|
|
548
|
-
:type action: typing.
|
|
506
|
+
:type action: typing.Any | None
|
|
549
507
|
:param area: Visibility Area, Which vertices to hide or show
|
|
550
508
|
|
|
551
509
|
OUTSIDE
|
|
@@ -553,50 +511,45 @@ def hide_show_polyline_gesture(
|
|
|
553
511
|
|
|
554
512
|
Inside
|
|
555
513
|
Inside -- Hide or show vertices inside the selection.
|
|
556
|
-
:type area: typing.
|
|
514
|
+
:type area: typing.Any | None
|
|
557
515
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
558
|
-
:type use_front_faces_only:
|
|
516
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
559
517
|
"""
|
|
560
518
|
|
|
561
519
|
...
|
|
562
520
|
|
|
563
521
|
def image_from_view(
|
|
564
|
-
override_context: typing.
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
undo: typing.Optional[bool] = None,
|
|
569
|
-
filepath: typing.Union[str, typing.Any] = "",
|
|
522
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
523
|
+
execution_context: str | int | None = None,
|
|
524
|
+
undo: bool | None = None,
|
|
525
|
+
filepath: str | typing.Any = "",
|
|
570
526
|
):
|
|
571
527
|
"""Make an image from biggest 3D view for reprojection
|
|
572
528
|
|
|
573
|
-
:type override_context:
|
|
574
|
-
:type execution_context:
|
|
575
|
-
:type undo:
|
|
529
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
530
|
+
:type execution_context: str | int | None
|
|
531
|
+
:type undo: bool | None
|
|
576
532
|
:param filepath: File Path, Name of the file
|
|
577
|
-
:type filepath:
|
|
533
|
+
:type filepath: str | typing.Any
|
|
578
534
|
"""
|
|
579
535
|
|
|
580
536
|
...
|
|
581
537
|
|
|
582
538
|
def image_paint(
|
|
583
|
-
override_context: typing.
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
590
|
-
] = None,
|
|
591
|
-
mode: typing.Optional[typing.Any] = "NORMAL",
|
|
539
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
540
|
+
execution_context: str | int | None = None,
|
|
541
|
+
undo: bool | None = None,
|
|
542
|
+
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
543
|
+
| None = None,
|
|
544
|
+
mode: typing.Any | None = "NORMAL",
|
|
592
545
|
):
|
|
593
546
|
"""Paint a stroke into the image
|
|
594
547
|
|
|
595
|
-
:type override_context:
|
|
596
|
-
:type execution_context:
|
|
597
|
-
:type undo:
|
|
548
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
549
|
+
:type execution_context: str | int | None
|
|
550
|
+
:type undo: bool | None
|
|
598
551
|
:param stroke: Stroke
|
|
599
|
-
:type stroke:
|
|
552
|
+
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
600
553
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
601
554
|
|
|
602
555
|
NORMAL
|
|
@@ -607,43 +560,41 @@ def image_paint(
|
|
|
607
560
|
|
|
608
561
|
SMOOTH
|
|
609
562
|
Smooth -- Switch brush to smooth mode for duration of stroke.
|
|
610
|
-
:type mode: typing.
|
|
563
|
+
:type mode: typing.Any | None
|
|
611
564
|
"""
|
|
612
565
|
|
|
613
566
|
...
|
|
614
567
|
|
|
615
568
|
def mask_box_gesture(
|
|
616
|
-
override_context: typing.
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
mode: typing.Optional[typing.Any] = "VALUE",
|
|
628
|
-
value: typing.Optional[typing.Any] = 1.0,
|
|
569
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
570
|
+
execution_context: str | int | None = None,
|
|
571
|
+
undo: bool | None = None,
|
|
572
|
+
xmin: typing.Any | None = 0,
|
|
573
|
+
xmax: typing.Any | None = 0,
|
|
574
|
+
ymin: typing.Any | None = 0,
|
|
575
|
+
ymax: typing.Any | None = 0,
|
|
576
|
+
wait_for_input: bool | typing.Any | None = True,
|
|
577
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
578
|
+
mode: typing.Any | None = "VALUE",
|
|
579
|
+
value: typing.Any | None = 1.0,
|
|
629
580
|
):
|
|
630
581
|
"""Mask within a rectangle defined by the cursor
|
|
631
582
|
|
|
632
|
-
:type override_context:
|
|
633
|
-
:type execution_context:
|
|
634
|
-
:type undo:
|
|
583
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
584
|
+
:type execution_context: str | int | None
|
|
585
|
+
:type undo: bool | None
|
|
635
586
|
:param xmin: X Min
|
|
636
|
-
:type xmin: typing.
|
|
587
|
+
:type xmin: typing.Any | None
|
|
637
588
|
:param xmax: X Max
|
|
638
|
-
:type xmax: typing.
|
|
589
|
+
:type xmax: typing.Any | None
|
|
639
590
|
:param ymin: Y Min
|
|
640
|
-
:type ymin: typing.
|
|
591
|
+
:type ymin: typing.Any | None
|
|
641
592
|
:param ymax: Y Max
|
|
642
|
-
:type ymax: typing.
|
|
593
|
+
:type ymax: typing.Any | None
|
|
643
594
|
:param wait_for_input: Wait for Input
|
|
644
|
-
:type wait_for_input:
|
|
595
|
+
:type wait_for_input: bool | typing.Any | None
|
|
645
596
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
646
|
-
:type use_front_faces_only:
|
|
597
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
647
598
|
:param mode: Mode
|
|
648
599
|
|
|
649
600
|
VALUE
|
|
@@ -654,27 +605,25 @@ def mask_box_gesture(
|
|
|
654
605
|
|
|
655
606
|
INVERT
|
|
656
607
|
Invert -- Invert the mask.
|
|
657
|
-
:type mode: typing.
|
|
608
|
+
:type mode: typing.Any | None
|
|
658
609
|
:param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
|
|
659
|
-
:type value: typing.
|
|
610
|
+
:type value: typing.Any | None
|
|
660
611
|
"""
|
|
661
612
|
|
|
662
613
|
...
|
|
663
614
|
|
|
664
615
|
def mask_flood_fill(
|
|
665
|
-
override_context: typing.
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
mode: typing.Optional[typing.Any] = "VALUE",
|
|
671
|
-
value: typing.Optional[typing.Any] = 0.0,
|
|
616
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
617
|
+
execution_context: str | int | None = None,
|
|
618
|
+
undo: bool | None = None,
|
|
619
|
+
mode: typing.Any | None = "VALUE",
|
|
620
|
+
value: typing.Any | None = 0.0,
|
|
672
621
|
):
|
|
673
622
|
"""Fill the whole mask with a given value, or invert its values
|
|
674
623
|
|
|
675
|
-
:type override_context:
|
|
676
|
-
:type execution_context:
|
|
677
|
-
:type undo:
|
|
624
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
625
|
+
:type execution_context: str | int | None
|
|
626
|
+
:type undo: bool | None
|
|
678
627
|
:param mode: Mode
|
|
679
628
|
|
|
680
629
|
VALUE
|
|
@@ -685,35 +634,31 @@ def mask_flood_fill(
|
|
|
685
634
|
|
|
686
635
|
INVERT
|
|
687
636
|
Invert -- Invert the mask.
|
|
688
|
-
:type mode: typing.
|
|
637
|
+
:type mode: typing.Any | None
|
|
689
638
|
:param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
|
|
690
|
-
:type value: typing.
|
|
639
|
+
:type value: typing.Any | None
|
|
691
640
|
"""
|
|
692
641
|
|
|
693
642
|
...
|
|
694
643
|
|
|
695
644
|
def mask_lasso_gesture(
|
|
696
|
-
override_context: typing.
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
] = None,
|
|
704
|
-
use_front_faces_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
705
|
-
mode: typing.Optional[typing.Any] = "VALUE",
|
|
706
|
-
value: typing.Optional[typing.Any] = 1.0,
|
|
645
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
646
|
+
execution_context: str | int | None = None,
|
|
647
|
+
undo: bool | None = None,
|
|
648
|
+
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
649
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
650
|
+
mode: typing.Any | None = "VALUE",
|
|
651
|
+
value: typing.Any | None = 1.0,
|
|
707
652
|
):
|
|
708
653
|
"""Mask within a shape defined by the cursor
|
|
709
654
|
|
|
710
|
-
:type override_context:
|
|
711
|
-
:type execution_context:
|
|
712
|
-
:type undo:
|
|
655
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
656
|
+
:type execution_context: str | int | None
|
|
657
|
+
:type undo: bool | None
|
|
713
658
|
:param path: Path
|
|
714
|
-
:type path:
|
|
659
|
+
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
715
660
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
716
|
-
:type use_front_faces_only:
|
|
661
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
717
662
|
:param mode: Mode
|
|
718
663
|
|
|
719
664
|
VALUE
|
|
@@ -724,51 +669,49 @@ def mask_lasso_gesture(
|
|
|
724
669
|
|
|
725
670
|
INVERT
|
|
726
671
|
Invert -- Invert the mask.
|
|
727
|
-
:type mode: typing.
|
|
672
|
+
:type mode: typing.Any | None
|
|
728
673
|
:param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
|
|
729
|
-
:type value: typing.
|
|
674
|
+
:type value: typing.Any | None
|
|
730
675
|
"""
|
|
731
676
|
|
|
732
677
|
...
|
|
733
678
|
|
|
734
679
|
def mask_line_gesture(
|
|
735
|
-
override_context: typing.
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
mode: typing.Optional[typing.Any] = "VALUE",
|
|
749
|
-
value: typing.Optional[typing.Any] = 1.0,
|
|
680
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
681
|
+
execution_context: str | int | None = None,
|
|
682
|
+
undo: bool | None = None,
|
|
683
|
+
xstart: typing.Any | None = 0,
|
|
684
|
+
xend: typing.Any | None = 0,
|
|
685
|
+
ystart: typing.Any | None = 0,
|
|
686
|
+
yend: typing.Any | None = 0,
|
|
687
|
+
flip: bool | typing.Any | None = False,
|
|
688
|
+
cursor: typing.Any | None = 5,
|
|
689
|
+
use_front_faces_only: bool | typing.Any | None = False,
|
|
690
|
+
use_limit_to_segment: bool | typing.Any | None = False,
|
|
691
|
+
mode: typing.Any | None = "VALUE",
|
|
692
|
+
value: typing.Any | None = 1.0,
|
|
750
693
|
):
|
|
751
694
|
"""Mask to one side of a line defined by the cursor
|
|
752
695
|
|
|
753
|
-
:type override_context:
|
|
754
|
-
:type execution_context:
|
|
755
|
-
:type undo:
|
|
696
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
697
|
+
:type execution_context: str | int | None
|
|
698
|
+
:type undo: bool | None
|
|
756
699
|
:param xstart: X Start
|
|
757
|
-
:type xstart: typing.
|
|
700
|
+
:type xstart: typing.Any | None
|
|
758
701
|
:param xend: X End
|
|
759
|
-
:type xend: typing.
|
|
702
|
+
:type xend: typing.Any | None
|
|
760
703
|
:param ystart: Y Start
|
|
761
|
-
:type ystart: typing.
|
|
704
|
+
:type ystart: typing.Any | None
|
|
762
705
|
:param yend: Y End
|
|
763
|
-
:type yend: typing.
|
|
706
|
+
:type yend: typing.Any | None
|
|
764
707
|
:param flip: Flip
|
|
765
|
-
:type flip:
|
|
708
|
+
:type flip: bool | typing.Any | None
|
|
766
709
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
767
|
-
:type cursor: typing.
|
|
710
|
+
:type cursor: typing.Any | None
|
|
768
711
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
769
|
-
:type use_front_faces_only:
|
|
712
|
+
:type use_front_faces_only: bool | typing.Any | None
|
|
770
713
|
:param use_limit_to_segment: Limit to Segment, Apply the gesture action only to the area that is contained within the segment without extending its effect to the entire line
|
|
771
|
-
:type use_limit_to_segment:
|
|
714
|
+
:type use_limit_to_segment: bool | typing.Any | None
|
|
772
715
|
:param mode: Mode
|
|
773
716
|
|
|
774
717
|
VALUE
|
|
@@ -779,86 +722,78 @@ def mask_line_gesture(
|
|
|
779
722
|
|
|
780
723
|
INVERT
|
|
781
724
|
Invert -- Invert the mask.
|
|
782
|
-
:type mode: typing.
|
|
725
|
+
:type mode: typing.Any | None
|
|
783
726
|
:param value: Value, Mask level to use when mode is 'Value'; zero means no masking and one is fully masked
|
|
784
|
-
:type value: typing.
|
|
727
|
+
:type value: typing.Any | None
|
|
785
728
|
"""
|
|
786
729
|
|
|
787
730
|
...
|
|
788
731
|
|
|
789
732
|
def project_image(
|
|
790
|
-
override_context: typing.
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
undo: typing.Optional[bool] = None,
|
|
795
|
-
image: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
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
|
+
image: str | int | typing.Any | None = "",
|
|
796
737
|
):
|
|
797
738
|
"""Project an edited render from the active camera back onto the object
|
|
798
739
|
|
|
799
|
-
:type override_context:
|
|
800
|
-
:type execution_context:
|
|
801
|
-
:type undo:
|
|
740
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
741
|
+
:type execution_context: str | int | None
|
|
742
|
+
:type undo: bool | None
|
|
802
743
|
:param image: Image
|
|
803
|
-
:type image:
|
|
744
|
+
:type image: str | int | typing.Any | None
|
|
804
745
|
"""
|
|
805
746
|
|
|
806
747
|
...
|
|
807
748
|
|
|
808
749
|
def sample_color(
|
|
809
|
-
override_context: typing.
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
merged: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
816
|
-
palette: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
750
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
751
|
+
execution_context: str | int | None = None,
|
|
752
|
+
undo: bool | None = None,
|
|
753
|
+
location: typing.Any | None = (0, 0),
|
|
754
|
+
merged: bool | typing.Any | None = False,
|
|
755
|
+
palette: bool | typing.Any | None = False,
|
|
817
756
|
):
|
|
818
757
|
"""Use the mouse to sample a color in the image
|
|
819
758
|
|
|
820
|
-
:type override_context:
|
|
821
|
-
:type execution_context:
|
|
822
|
-
:type undo:
|
|
759
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
760
|
+
:type execution_context: str | int | None
|
|
761
|
+
:type undo: bool | None
|
|
823
762
|
:param location: Location
|
|
824
|
-
:type location: typing.
|
|
763
|
+
:type location: typing.Any | None
|
|
825
764
|
:param merged: Sample Merged, Sample the output display color
|
|
826
|
-
:type merged:
|
|
765
|
+
:type merged: bool | typing.Any | None
|
|
827
766
|
:param palette: Add to Palette
|
|
828
|
-
:type palette:
|
|
767
|
+
:type palette: bool | typing.Any | None
|
|
829
768
|
"""
|
|
830
769
|
|
|
831
770
|
...
|
|
832
771
|
|
|
833
772
|
def texture_paint_toggle(
|
|
834
|
-
override_context: typing.
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
838
|
-
undo: typing.Optional[bool] = None,
|
|
773
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
774
|
+
execution_context: str | int | None = None,
|
|
775
|
+
undo: bool | None = None,
|
|
839
776
|
):
|
|
840
777
|
"""Toggle texture paint mode in 3D view
|
|
841
778
|
|
|
842
|
-
:type override_context:
|
|
843
|
-
:type execution_context:
|
|
844
|
-
:type undo:
|
|
779
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
780
|
+
:type execution_context: str | int | None
|
|
781
|
+
:type undo: bool | None
|
|
845
782
|
"""
|
|
846
783
|
|
|
847
784
|
...
|
|
848
785
|
|
|
849
786
|
def vert_select_all(
|
|
850
|
-
override_context: typing.
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
undo: typing.Optional[bool] = None,
|
|
855
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
787
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
788
|
+
execution_context: str | int | None = None,
|
|
789
|
+
undo: bool | None = None,
|
|
790
|
+
action: typing.Any | None = "TOGGLE",
|
|
856
791
|
):
|
|
857
792
|
"""Change selection for all vertices
|
|
858
793
|
|
|
859
|
-
:type override_context:
|
|
860
|
-
:type execution_context:
|
|
861
|
-
:type undo:
|
|
794
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
795
|
+
:type execution_context: str | int | None
|
|
796
|
+
:type undo: bool | None
|
|
862
797
|
:param action: Action, Selection action to execute
|
|
863
798
|
|
|
864
799
|
TOGGLE
|
|
@@ -872,310 +807,279 @@ def vert_select_all(
|
|
|
872
807
|
|
|
873
808
|
INVERT
|
|
874
809
|
Invert -- Invert selection of all elements.
|
|
875
|
-
:type action: typing.
|
|
810
|
+
:type action: typing.Any | None
|
|
876
811
|
"""
|
|
877
812
|
|
|
878
813
|
...
|
|
879
814
|
|
|
880
815
|
def vert_select_hide(
|
|
881
|
-
override_context: typing.
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
undo: typing.Optional[bool] = None,
|
|
886
|
-
unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
816
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
817
|
+
execution_context: str | int | None = None,
|
|
818
|
+
undo: bool | None = None,
|
|
819
|
+
unselected: bool | typing.Any | None = False,
|
|
887
820
|
):
|
|
888
821
|
"""Hide selected vertices
|
|
889
822
|
|
|
890
|
-
:type override_context:
|
|
891
|
-
:type execution_context:
|
|
892
|
-
:type undo:
|
|
823
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
824
|
+
:type execution_context: str | int | None
|
|
825
|
+
:type undo: bool | None
|
|
893
826
|
:param unselected: Unselected, Hide unselected rather than selected vertices
|
|
894
|
-
:type unselected:
|
|
827
|
+
:type unselected: bool | typing.Any | None
|
|
895
828
|
"""
|
|
896
829
|
|
|
897
830
|
...
|
|
898
831
|
|
|
899
832
|
def vert_select_less(
|
|
900
|
-
override_context: typing.
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
undo: typing.Optional[bool] = None,
|
|
905
|
-
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
833
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
834
|
+
execution_context: str | int | None = None,
|
|
835
|
+
undo: bool | None = None,
|
|
836
|
+
face_step: bool | typing.Any | None = True,
|
|
906
837
|
):
|
|
907
838
|
"""Deselect Vertices connected to existing selection
|
|
908
839
|
|
|
909
|
-
:type override_context:
|
|
910
|
-
:type execution_context:
|
|
911
|
-
:type undo:
|
|
840
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
841
|
+
:type execution_context: str | int | None
|
|
842
|
+
:type undo: bool | None
|
|
912
843
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
913
|
-
:type face_step:
|
|
844
|
+
:type face_step: bool | typing.Any | None
|
|
914
845
|
"""
|
|
915
846
|
|
|
916
847
|
...
|
|
917
848
|
|
|
918
849
|
def vert_select_linked(
|
|
919
|
-
override_context: typing.
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
923
|
-
undo: typing.Optional[bool] = None,
|
|
850
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
851
|
+
execution_context: str | int | None = None,
|
|
852
|
+
undo: bool | None = None,
|
|
924
853
|
):
|
|
925
854
|
"""Select linked vertices
|
|
926
855
|
|
|
927
|
-
:type override_context:
|
|
928
|
-
:type execution_context:
|
|
929
|
-
:type undo:
|
|
856
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
857
|
+
:type execution_context: str | int | None
|
|
858
|
+
:type undo: bool | None
|
|
930
859
|
"""
|
|
931
860
|
|
|
932
861
|
...
|
|
933
862
|
|
|
934
863
|
def vert_select_linked_pick(
|
|
935
|
-
override_context: typing.
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
undo: typing.Optional[bool] = None,
|
|
940
|
-
select: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
864
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
865
|
+
execution_context: str | int | None = None,
|
|
866
|
+
undo: bool | None = None,
|
|
867
|
+
select: bool | typing.Any | None = True,
|
|
941
868
|
):
|
|
942
869
|
"""Select linked vertices under the cursor
|
|
943
870
|
|
|
944
|
-
:type override_context:
|
|
945
|
-
:type execution_context:
|
|
946
|
-
:type undo:
|
|
871
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
872
|
+
:type execution_context: str | int | None
|
|
873
|
+
:type undo: bool | None
|
|
947
874
|
:param select: Select, Whether to select or deselect linked vertices under the cursor
|
|
948
|
-
:type select:
|
|
875
|
+
:type select: bool | typing.Any | None
|
|
949
876
|
"""
|
|
950
877
|
|
|
951
878
|
...
|
|
952
879
|
|
|
953
880
|
def vert_select_more(
|
|
954
|
-
override_context: typing.
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
undo: typing.Optional[bool] = None,
|
|
959
|
-
face_step: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
881
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
882
|
+
execution_context: str | int | None = None,
|
|
883
|
+
undo: bool | None = None,
|
|
884
|
+
face_step: bool | typing.Any | None = True,
|
|
960
885
|
):
|
|
961
886
|
"""Select Vertices connected to existing selection
|
|
962
887
|
|
|
963
|
-
:type override_context:
|
|
964
|
-
:type execution_context:
|
|
965
|
-
:type undo:
|
|
888
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
889
|
+
:type execution_context: str | int | None
|
|
890
|
+
:type undo: bool | None
|
|
966
891
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
967
|
-
:type face_step:
|
|
892
|
+
:type face_step: bool | typing.Any | None
|
|
968
893
|
"""
|
|
969
894
|
|
|
970
895
|
...
|
|
971
896
|
|
|
972
897
|
def vert_select_ungrouped(
|
|
973
|
-
override_context: typing.
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
undo: typing.Optional[bool] = None,
|
|
978
|
-
extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
898
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
899
|
+
execution_context: str | int | None = None,
|
|
900
|
+
undo: bool | None = None,
|
|
901
|
+
extend: bool | typing.Any | None = False,
|
|
979
902
|
):
|
|
980
903
|
"""Select vertices without a group
|
|
981
904
|
|
|
982
|
-
:type override_context:
|
|
983
|
-
:type execution_context:
|
|
984
|
-
:type undo:
|
|
905
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
906
|
+
:type execution_context: str | int | None
|
|
907
|
+
:type undo: bool | None
|
|
985
908
|
:param extend: Extend, Extend the selection
|
|
986
|
-
:type extend:
|
|
909
|
+
:type extend: bool | typing.Any | None
|
|
987
910
|
"""
|
|
988
911
|
|
|
989
912
|
...
|
|
990
913
|
|
|
991
914
|
def vertex_color_brightness_contrast(
|
|
992
|
-
override_context: typing.
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
brightness: typing.Optional[typing.Any] = 0.0,
|
|
998
|
-
contrast: typing.Optional[typing.Any] = 0.0,
|
|
915
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
916
|
+
execution_context: str | int | None = None,
|
|
917
|
+
undo: bool | None = None,
|
|
918
|
+
brightness: typing.Any | None = 0.0,
|
|
919
|
+
contrast: typing.Any | None = 0.0,
|
|
999
920
|
):
|
|
1000
921
|
"""Adjust vertex color brightness/contrast
|
|
1001
922
|
|
|
1002
|
-
:type override_context:
|
|
1003
|
-
:type execution_context:
|
|
1004
|
-
:type undo:
|
|
923
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
924
|
+
:type execution_context: str | int | None
|
|
925
|
+
:type undo: bool | None
|
|
1005
926
|
:param brightness: Brightness
|
|
1006
|
-
:type brightness: typing.
|
|
927
|
+
:type brightness: typing.Any | None
|
|
1007
928
|
:param contrast: Contrast
|
|
1008
|
-
:type contrast: typing.
|
|
929
|
+
:type contrast: typing.Any | None
|
|
1009
930
|
"""
|
|
1010
931
|
|
|
1011
932
|
...
|
|
1012
933
|
|
|
1013
934
|
def vertex_color_dirt(
|
|
1014
|
-
override_context: typing.
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
dirt_only: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1024
|
-
normalize: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
935
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
936
|
+
execution_context: str | int | None = None,
|
|
937
|
+
undo: bool | None = None,
|
|
938
|
+
blur_strength: typing.Any | None = 1.0,
|
|
939
|
+
blur_iterations: typing.Any | None = 1,
|
|
940
|
+
clean_angle: typing.Any | None = 3.14159,
|
|
941
|
+
dirt_angle: typing.Any | None = 0.0,
|
|
942
|
+
dirt_only: bool | typing.Any | None = False,
|
|
943
|
+
normalize: bool | typing.Any | None = True,
|
|
1025
944
|
):
|
|
1026
945
|
"""Generate a dirt map gradient based on cavity
|
|
1027
946
|
|
|
1028
|
-
:type override_context:
|
|
1029
|
-
:type execution_context:
|
|
1030
|
-
:type undo:
|
|
947
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
948
|
+
:type execution_context: str | int | None
|
|
949
|
+
:type undo: bool | None
|
|
1031
950
|
:param blur_strength: Blur Strength, Blur strength per iteration
|
|
1032
|
-
:type blur_strength: typing.
|
|
951
|
+
:type blur_strength: typing.Any | None
|
|
1033
952
|
:param blur_iterations: Blur Iterations, Number of times to blur the colors (higher blurs more)
|
|
1034
|
-
:type blur_iterations: typing.
|
|
953
|
+
:type blur_iterations: typing.Any | None
|
|
1035
954
|
:param clean_angle: Highlight Angle, Less than 90 limits the angle used in the tonal range
|
|
1036
|
-
:type clean_angle: typing.
|
|
955
|
+
:type clean_angle: typing.Any | None
|
|
1037
956
|
:param dirt_angle: Dirt Angle, Less than 90 limits the angle used in the tonal range
|
|
1038
|
-
:type dirt_angle: typing.
|
|
957
|
+
:type dirt_angle: typing.Any | None
|
|
1039
958
|
:param dirt_only: Dirt Only, Don't calculate cleans for convex areas
|
|
1040
|
-
:type dirt_only:
|
|
959
|
+
:type dirt_only: bool | typing.Any | None
|
|
1041
960
|
:param normalize: Normalize, Normalize the colors, increasing the contrast
|
|
1042
|
-
:type normalize:
|
|
961
|
+
:type normalize: bool | typing.Any | None
|
|
1043
962
|
"""
|
|
1044
963
|
|
|
1045
964
|
...
|
|
1046
965
|
|
|
1047
966
|
def vertex_color_from_weight(
|
|
1048
|
-
override_context: typing.
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1052
|
-
undo: typing.Optional[bool] = None,
|
|
967
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
968
|
+
execution_context: str | int | None = None,
|
|
969
|
+
undo: bool | None = None,
|
|
1053
970
|
):
|
|
1054
971
|
"""Convert active weight into gray scale vertex colors
|
|
1055
972
|
|
|
1056
|
-
:type override_context:
|
|
1057
|
-
:type execution_context:
|
|
1058
|
-
:type undo:
|
|
973
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
974
|
+
:type execution_context: str | int | None
|
|
975
|
+
:type undo: bool | None
|
|
1059
976
|
"""
|
|
1060
977
|
|
|
1061
978
|
...
|
|
1062
979
|
|
|
1063
980
|
def vertex_color_hsv(
|
|
1064
|
-
override_context: typing.
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
s: typing.Optional[typing.Any] = 1.0,
|
|
1071
|
-
v: typing.Optional[typing.Any] = 1.0,
|
|
981
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
982
|
+
execution_context: str | int | None = None,
|
|
983
|
+
undo: bool | None = None,
|
|
984
|
+
h: typing.Any | None = 0.5,
|
|
985
|
+
s: typing.Any | None = 1.0,
|
|
986
|
+
v: typing.Any | None = 1.0,
|
|
1072
987
|
):
|
|
1073
988
|
"""Adjust vertex color Hue/Saturation/Value
|
|
1074
989
|
|
|
1075
|
-
:type override_context:
|
|
1076
|
-
:type execution_context:
|
|
1077
|
-
:type undo:
|
|
990
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
991
|
+
:type execution_context: str | int | None
|
|
992
|
+
:type undo: bool | None
|
|
1078
993
|
:param h: Hue
|
|
1079
|
-
:type h: typing.
|
|
994
|
+
:type h: typing.Any | None
|
|
1080
995
|
:param s: Saturation
|
|
1081
|
-
:type s: typing.
|
|
996
|
+
:type s: typing.Any | None
|
|
1082
997
|
:param v: Value
|
|
1083
|
-
:type v: typing.
|
|
998
|
+
:type v: typing.Any | None
|
|
1084
999
|
"""
|
|
1085
1000
|
|
|
1086
1001
|
...
|
|
1087
1002
|
|
|
1088
1003
|
def vertex_color_invert(
|
|
1089
|
-
override_context: typing.
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1093
|
-
undo: typing.Optional[bool] = None,
|
|
1004
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1005
|
+
execution_context: str | int | None = None,
|
|
1006
|
+
undo: bool | None = None,
|
|
1094
1007
|
):
|
|
1095
1008
|
"""Invert RGB values
|
|
1096
1009
|
|
|
1097
|
-
:type override_context:
|
|
1098
|
-
:type execution_context:
|
|
1099
|
-
:type undo:
|
|
1010
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1011
|
+
:type execution_context: str | int | None
|
|
1012
|
+
:type undo: bool | None
|
|
1100
1013
|
"""
|
|
1101
1014
|
|
|
1102
1015
|
...
|
|
1103
1016
|
|
|
1104
1017
|
def vertex_color_levels(
|
|
1105
|
-
override_context: typing.
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
offset: typing.Optional[typing.Any] = 0.0,
|
|
1111
|
-
gain: typing.Optional[typing.Any] = 1.0,
|
|
1018
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1019
|
+
execution_context: str | int | None = None,
|
|
1020
|
+
undo: bool | None = None,
|
|
1021
|
+
offset: typing.Any | None = 0.0,
|
|
1022
|
+
gain: typing.Any | None = 1.0,
|
|
1112
1023
|
):
|
|
1113
1024
|
"""Adjust levels of vertex colors
|
|
1114
1025
|
|
|
1115
|
-
:type override_context:
|
|
1116
|
-
:type execution_context:
|
|
1117
|
-
:type undo:
|
|
1026
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1027
|
+
:type execution_context: str | int | None
|
|
1028
|
+
:type undo: bool | None
|
|
1118
1029
|
:param offset: Offset, Value to add to colors
|
|
1119
|
-
:type offset: typing.
|
|
1030
|
+
:type offset: typing.Any | None
|
|
1120
1031
|
:param gain: Gain, Value to multiply colors by
|
|
1121
|
-
:type gain: typing.
|
|
1032
|
+
:type gain: typing.Any | None
|
|
1122
1033
|
"""
|
|
1123
1034
|
|
|
1124
1035
|
...
|
|
1125
1036
|
|
|
1126
1037
|
def vertex_color_set(
|
|
1127
|
-
override_context: typing.
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
undo: typing.Optional[bool] = None,
|
|
1132
|
-
use_alpha: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
1038
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1039
|
+
execution_context: str | int | None = None,
|
|
1040
|
+
undo: bool | None = None,
|
|
1041
|
+
use_alpha: bool | typing.Any | None = True,
|
|
1133
1042
|
):
|
|
1134
1043
|
"""Fill the active vertex color layer with the current paint color
|
|
1135
1044
|
|
|
1136
|
-
:type override_context:
|
|
1137
|
-
:type execution_context:
|
|
1138
|
-
:type undo:
|
|
1045
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1046
|
+
:type execution_context: str | int | None
|
|
1047
|
+
:type undo: bool | None
|
|
1139
1048
|
:param use_alpha: Affect Alpha, Set color completely opaque instead of reusing existing alpha
|
|
1140
|
-
:type use_alpha:
|
|
1049
|
+
:type use_alpha: bool | typing.Any | None
|
|
1141
1050
|
"""
|
|
1142
1051
|
|
|
1143
1052
|
...
|
|
1144
1053
|
|
|
1145
1054
|
def vertex_color_smooth(
|
|
1146
|
-
override_context: typing.
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1150
|
-
undo: typing.Optional[bool] = None,
|
|
1055
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1056
|
+
execution_context: str | int | None = None,
|
|
1057
|
+
undo: bool | None = None,
|
|
1151
1058
|
):
|
|
1152
1059
|
"""Smooth colors across vertices
|
|
1153
1060
|
|
|
1154
|
-
:type override_context:
|
|
1155
|
-
:type execution_context:
|
|
1156
|
-
:type undo:
|
|
1061
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1062
|
+
:type execution_context: str | int | None
|
|
1063
|
+
:type undo: bool | None
|
|
1157
1064
|
"""
|
|
1158
1065
|
|
|
1159
1066
|
...
|
|
1160
1067
|
|
|
1161
1068
|
def vertex_paint(
|
|
1162
|
-
override_context: typing.
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1169
|
-
] = None,
|
|
1170
|
-
mode: typing.Optional[typing.Any] = "NORMAL",
|
|
1069
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1070
|
+
execution_context: str | int | None = None,
|
|
1071
|
+
undo: bool | None = None,
|
|
1072
|
+
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1073
|
+
| None = None,
|
|
1074
|
+
mode: typing.Any | None = "NORMAL",
|
|
1171
1075
|
):
|
|
1172
1076
|
"""Paint a stroke in the active color attribute layer
|
|
1173
1077
|
|
|
1174
|
-
:type override_context:
|
|
1175
|
-
:type execution_context:
|
|
1176
|
-
:type undo:
|
|
1078
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1079
|
+
:type execution_context: str | int | None
|
|
1080
|
+
:type undo: bool | None
|
|
1177
1081
|
:param stroke: Stroke
|
|
1178
|
-
:type stroke:
|
|
1082
|
+
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
1179
1083
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
1180
1084
|
|
|
1181
1085
|
NORMAL
|
|
@@ -1186,56 +1090,50 @@ def vertex_paint(
|
|
|
1186
1090
|
|
|
1187
1091
|
SMOOTH
|
|
1188
1092
|
Smooth -- Switch brush to smooth mode for duration of stroke.
|
|
1189
|
-
:type mode: typing.
|
|
1093
|
+
:type mode: typing.Any | None
|
|
1190
1094
|
"""
|
|
1191
1095
|
|
|
1192
1096
|
...
|
|
1193
1097
|
|
|
1194
1098
|
def vertex_paint_toggle(
|
|
1195
|
-
override_context: typing.
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1199
|
-
undo: typing.Optional[bool] = None,
|
|
1099
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1100
|
+
execution_context: str | int | None = None,
|
|
1101
|
+
undo: bool | None = None,
|
|
1200
1102
|
):
|
|
1201
1103
|
"""Toggle the vertex paint mode in 3D view
|
|
1202
1104
|
|
|
1203
|
-
:type override_context:
|
|
1204
|
-
:type execution_context:
|
|
1205
|
-
:type undo:
|
|
1105
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1106
|
+
:type execution_context: str | int | None
|
|
1107
|
+
:type undo: bool | None
|
|
1206
1108
|
"""
|
|
1207
1109
|
|
|
1208
1110
|
...
|
|
1209
1111
|
|
|
1210
1112
|
def visibility_invert(
|
|
1211
|
-
override_context: typing.
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1215
|
-
undo: typing.Optional[bool] = None,
|
|
1113
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1114
|
+
execution_context: str | int | None = None,
|
|
1115
|
+
undo: bool | None = None,
|
|
1216
1116
|
):
|
|
1217
1117
|
"""Invert the visibility of all vertices
|
|
1218
1118
|
|
|
1219
|
-
:type override_context:
|
|
1220
|
-
:type execution_context:
|
|
1221
|
-
:type undo:
|
|
1119
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1120
|
+
:type execution_context: str | int | None
|
|
1121
|
+
:type undo: bool | None
|
|
1222
1122
|
"""
|
|
1223
1123
|
|
|
1224
1124
|
...
|
|
1225
1125
|
|
|
1226
1126
|
def weight_from_bones(
|
|
1227
|
-
override_context: typing.
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
undo: typing.Optional[bool] = None,
|
|
1232
|
-
type: typing.Optional[typing.Any] = "AUTOMATIC",
|
|
1127
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1128
|
+
execution_context: str | int | None = None,
|
|
1129
|
+
undo: bool | None = None,
|
|
1130
|
+
type: typing.Any | None = "AUTOMATIC",
|
|
1233
1131
|
):
|
|
1234
1132
|
"""Set the weights of the groups matching the attached armature's selected bones, using the distance between the vertices and the bones
|
|
1235
1133
|
|
|
1236
|
-
:type override_context:
|
|
1237
|
-
:type execution_context:
|
|
1238
|
-
:type undo:
|
|
1134
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1135
|
+
:type execution_context: str | int | None
|
|
1136
|
+
:type undo: bool | None
|
|
1239
1137
|
:param type: Type, Method to use for assigning weights
|
|
1240
1138
|
|
|
1241
1139
|
AUTOMATIC
|
|
@@ -1243,66 +1141,61 @@ def weight_from_bones(
|
|
|
1243
1141
|
|
|
1244
1142
|
ENVELOPES
|
|
1245
1143
|
From Envelopes -- Weights from envelopes with user defined radius.
|
|
1246
|
-
:type type: typing.
|
|
1144
|
+
:type type: typing.Any | None
|
|
1247
1145
|
"""
|
|
1248
1146
|
|
|
1249
1147
|
...
|
|
1250
1148
|
|
|
1251
1149
|
def weight_gradient(
|
|
1252
|
-
override_context: typing.
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
flip: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1263
|
-
cursor: typing.Optional[typing.Any] = 5,
|
|
1150
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1151
|
+
execution_context: str | int | None = None,
|
|
1152
|
+
undo: bool | None = None,
|
|
1153
|
+
type: typing.Any | None = "LINEAR",
|
|
1154
|
+
xstart: typing.Any | None = 0,
|
|
1155
|
+
xend: typing.Any | None = 0,
|
|
1156
|
+
ystart: typing.Any | None = 0,
|
|
1157
|
+
yend: typing.Any | None = 0,
|
|
1158
|
+
flip: bool | typing.Any | None = False,
|
|
1159
|
+
cursor: typing.Any | None = 5,
|
|
1264
1160
|
):
|
|
1265
1161
|
"""Draw a line to apply a weight gradient to selected vertices
|
|
1266
1162
|
|
|
1267
|
-
:type override_context:
|
|
1268
|
-
:type execution_context:
|
|
1269
|
-
:type undo:
|
|
1163
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1164
|
+
:type execution_context: str | int | None
|
|
1165
|
+
:type undo: bool | None
|
|
1270
1166
|
:param type: Type
|
|
1271
|
-
:type type: typing.
|
|
1167
|
+
:type type: typing.Any | None
|
|
1272
1168
|
:param xstart: X Start
|
|
1273
|
-
:type xstart: typing.
|
|
1169
|
+
:type xstart: typing.Any | None
|
|
1274
1170
|
:param xend: X End
|
|
1275
|
-
:type xend: typing.
|
|
1171
|
+
:type xend: typing.Any | None
|
|
1276
1172
|
:param ystart: Y Start
|
|
1277
|
-
:type ystart: typing.
|
|
1173
|
+
:type ystart: typing.Any | None
|
|
1278
1174
|
:param yend: Y End
|
|
1279
|
-
:type yend: typing.
|
|
1175
|
+
:type yend: typing.Any | None
|
|
1280
1176
|
:param flip: Flip
|
|
1281
|
-
:type flip:
|
|
1177
|
+
:type flip: bool | typing.Any | None
|
|
1282
1178
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
1283
|
-
:type cursor: typing.
|
|
1179
|
+
:type cursor: typing.Any | None
|
|
1284
1180
|
"""
|
|
1285
1181
|
|
|
1286
1182
|
...
|
|
1287
1183
|
|
|
1288
1184
|
def weight_paint(
|
|
1289
|
-
override_context: typing.
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1296
|
-
] = None,
|
|
1297
|
-
mode: typing.Optional[typing.Any] = "NORMAL",
|
|
1185
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1186
|
+
execution_context: str | int | None = None,
|
|
1187
|
+
undo: bool | None = None,
|
|
1188
|
+
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1189
|
+
| None = None,
|
|
1190
|
+
mode: typing.Any | None = "NORMAL",
|
|
1298
1191
|
):
|
|
1299
1192
|
"""Paint a stroke in the current vertex group's weights
|
|
1300
1193
|
|
|
1301
|
-
:type override_context:
|
|
1302
|
-
:type execution_context:
|
|
1303
|
-
:type undo:
|
|
1194
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1195
|
+
:type execution_context: str | int | None
|
|
1196
|
+
:type undo: bool | None
|
|
1304
1197
|
:param stroke: Stroke
|
|
1305
|
-
:type stroke:
|
|
1198
|
+
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
1306
1199
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
1307
1200
|
|
|
1308
1201
|
NORMAL
|
|
@@ -1313,71 +1206,63 @@ def weight_paint(
|
|
|
1313
1206
|
|
|
1314
1207
|
SMOOTH
|
|
1315
1208
|
Smooth -- Switch brush to smooth mode for duration of stroke.
|
|
1316
|
-
:type mode: typing.
|
|
1209
|
+
:type mode: typing.Any | None
|
|
1317
1210
|
"""
|
|
1318
1211
|
|
|
1319
1212
|
...
|
|
1320
1213
|
|
|
1321
1214
|
def weight_paint_toggle(
|
|
1322
|
-
override_context: typing.
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1326
|
-
undo: typing.Optional[bool] = None,
|
|
1215
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1216
|
+
execution_context: str | int | None = None,
|
|
1217
|
+
undo: bool | None = None,
|
|
1327
1218
|
):
|
|
1328
1219
|
"""Toggle weight paint mode in 3D view
|
|
1329
1220
|
|
|
1330
|
-
:type override_context:
|
|
1331
|
-
:type execution_context:
|
|
1332
|
-
:type undo:
|
|
1221
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1222
|
+
:type execution_context: str | int | None
|
|
1223
|
+
:type undo: bool | None
|
|
1333
1224
|
"""
|
|
1334
1225
|
|
|
1335
1226
|
...
|
|
1336
1227
|
|
|
1337
1228
|
def weight_sample(
|
|
1338
|
-
override_context: typing.
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1342
|
-
undo: typing.Optional[bool] = None,
|
|
1229
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1230
|
+
execution_context: str | int | None = None,
|
|
1231
|
+
undo: bool | None = None,
|
|
1343
1232
|
):
|
|
1344
1233
|
"""Use the mouse to sample a weight in the 3D view
|
|
1345
1234
|
|
|
1346
|
-
:type override_context:
|
|
1347
|
-
:type execution_context:
|
|
1348
|
-
:type undo:
|
|
1235
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1236
|
+
:type execution_context: str | int | None
|
|
1237
|
+
:type undo: bool | None
|
|
1349
1238
|
"""
|
|
1350
1239
|
|
|
1351
1240
|
...
|
|
1352
1241
|
|
|
1353
1242
|
def weight_sample_group(
|
|
1354
|
-
override_context: typing.
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1358
|
-
undo: typing.Optional[bool] = None,
|
|
1243
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1244
|
+
execution_context: str | int | None = None,
|
|
1245
|
+
undo: bool | None = None,
|
|
1359
1246
|
):
|
|
1360
1247
|
"""Select one of the vertex groups available under current mouse position
|
|
1361
1248
|
|
|
1362
|
-
:type override_context:
|
|
1363
|
-
:type execution_context:
|
|
1364
|
-
:type undo:
|
|
1249
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1250
|
+
:type execution_context: str | int | None
|
|
1251
|
+
:type undo: bool | None
|
|
1365
1252
|
"""
|
|
1366
1253
|
|
|
1367
1254
|
...
|
|
1368
1255
|
|
|
1369
1256
|
def weight_set(
|
|
1370
|
-
override_context: typing.
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1374
|
-
undo: typing.Optional[bool] = None,
|
|
1257
|
+
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1258
|
+
execution_context: str | int | None = None,
|
|
1259
|
+
undo: bool | None = None,
|
|
1375
1260
|
):
|
|
1376
1261
|
"""Fill the active vertex group with the current paint weight
|
|
1377
1262
|
|
|
1378
|
-
:type override_context:
|
|
1379
|
-
:type execution_context:
|
|
1380
|
-
:type undo:
|
|
1263
|
+
:type override_context: dict[str, typing.Any] | bpy.types.Context | None
|
|
1264
|
+
:type execution_context: str | int | None
|
|
1265
|
+
:type undo: bool | None
|
|
1381
1266
|
"""
|
|
1382
1267
|
|
|
1383
1268
|
...
|