fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
bpy/ops/paint/__init__.pyi
CHANGED
|
@@ -11,11 +11,7 @@ def add_simple_uvs(
|
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
/,
|
|
13
13
|
) -> None:
|
|
14
|
-
"""Add cube map UVs on mesh
|
|
15
|
-
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
|
-
"""
|
|
14
|
+
"""Add cube map UVs on mesh"""
|
|
19
15
|
|
|
20
16
|
def add_texture_paint_slot(
|
|
21
17
|
execution_context: int | str | None = None,
|
|
@@ -47,30 +43,17 @@ def add_texture_paint_slot(
|
|
|
47
43
|
) -> None:
|
|
48
44
|
"""Add a paint slot
|
|
49
45
|
|
|
50
|
-
:type execution_context: int | str | None
|
|
51
|
-
:type undo: bool | None
|
|
52
46
|
:param type: Material Layer Type, Material layer type of new paint slot
|
|
53
|
-
:type type: typing.Literal['BASE_COLOR','SPECULAR','ROUGHNESS','METALLIC','NORMAL','BUMP','DISPLACEMENT'] | None
|
|
54
47
|
:param slot_type: Slot Type, Type of new paint slot
|
|
55
|
-
:type slot_type: typing.Literal['IMAGE','COLOR_ATTRIBUTE'] | None
|
|
56
48
|
:param name: Name, Name for new paint slot source
|
|
57
|
-
:type name: str
|
|
58
49
|
:param color: Color, Default fill color
|
|
59
|
-
:type color: collections.abc.Iterable[float] | None
|
|
60
50
|
:param width: Width, Image width
|
|
61
|
-
:type width: int | None
|
|
62
51
|
:param height: Height, Image height
|
|
63
|
-
:type height: int | None
|
|
64
52
|
:param alpha: Alpha, Create an image with an alpha channel
|
|
65
|
-
:type alpha: bool | None
|
|
66
53
|
:param generated_type: Generated Type, Fill the image with a grid for UV map testing
|
|
67
|
-
:type generated_type: bpy.stub_internal.rna_enums.ImageGeneratedTypeItems | None
|
|
68
54
|
:param float: 32-bit Float, Create image with 32-bit floating-point bit depth
|
|
69
|
-
:type float: bool | None
|
|
70
55
|
:param domain: Domain, Type of element that attribute is stored on
|
|
71
|
-
:type domain: bpy.stub_internal.rna_enums.ColorAttributeDomainItems | None
|
|
72
56
|
:param data_type: Data Type, Type of data stored in attribute
|
|
73
|
-
:type data_type: bpy.stub_internal.rna_enums.ColorAttributeTypeItems | None
|
|
74
57
|
"""
|
|
75
58
|
|
|
76
59
|
def brush_colors_flip(
|
|
@@ -78,11 +61,7 @@ def brush_colors_flip(
|
|
|
78
61
|
undo: bool | None = None,
|
|
79
62
|
/,
|
|
80
63
|
) -> None:
|
|
81
|
-
"""Swap primary and secondary brush colors
|
|
82
|
-
|
|
83
|
-
:type execution_context: int | str | None
|
|
84
|
-
:type undo: bool | None
|
|
85
|
-
"""
|
|
64
|
+
"""Swap primary and secondary brush colors"""
|
|
86
65
|
|
|
87
66
|
def face_select_all(
|
|
88
67
|
execution_context: int | str | None = None,
|
|
@@ -93,8 +72,6 @@ def face_select_all(
|
|
|
93
72
|
) -> None:
|
|
94
73
|
"""Change selection for all faces
|
|
95
74
|
|
|
96
|
-
:type execution_context: int | str | None
|
|
97
|
-
:type undo: bool | None
|
|
98
75
|
:param action: Action, Selection action to execute
|
|
99
76
|
|
|
100
77
|
TOGGLE
|
|
@@ -108,7 +85,6 @@ def face_select_all(
|
|
|
108
85
|
|
|
109
86
|
INVERT
|
|
110
87
|
Invert -- Invert selection of all elements.
|
|
111
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
112
88
|
"""
|
|
113
89
|
|
|
114
90
|
def face_select_hide(
|
|
@@ -120,10 +96,7 @@ def face_select_hide(
|
|
|
120
96
|
) -> None:
|
|
121
97
|
"""Hide selected faces
|
|
122
98
|
|
|
123
|
-
:type execution_context: int | str | None
|
|
124
|
-
:type undo: bool | None
|
|
125
99
|
:param unselected: Unselected, Hide unselected rather than selected objects
|
|
126
|
-
:type unselected: bool | None
|
|
127
100
|
"""
|
|
128
101
|
|
|
129
102
|
def face_select_less(
|
|
@@ -135,10 +108,7 @@ def face_select_less(
|
|
|
135
108
|
) -> None:
|
|
136
109
|
"""Deselect Faces connected to existing selection
|
|
137
110
|
|
|
138
|
-
:type execution_context: int | str | None
|
|
139
|
-
:type undo: bool | None
|
|
140
111
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
141
|
-
:type face_step: bool | None
|
|
142
112
|
"""
|
|
143
113
|
|
|
144
114
|
def face_select_linked(
|
|
@@ -146,11 +116,7 @@ def face_select_linked(
|
|
|
146
116
|
undo: bool | None = None,
|
|
147
117
|
/,
|
|
148
118
|
) -> None:
|
|
149
|
-
"""Select linked faces
|
|
150
|
-
|
|
151
|
-
:type execution_context: int | str | None
|
|
152
|
-
:type undo: bool | None
|
|
153
|
-
"""
|
|
119
|
+
"""Select linked faces"""
|
|
154
120
|
|
|
155
121
|
def face_select_linked_pick(
|
|
156
122
|
execution_context: int | str | None = None,
|
|
@@ -161,10 +127,7 @@ def face_select_linked_pick(
|
|
|
161
127
|
) -> None:
|
|
162
128
|
"""Select linked faces under the cursor
|
|
163
129
|
|
|
164
|
-
:type execution_context: int | str | None
|
|
165
|
-
:type undo: bool | None
|
|
166
130
|
:param deselect: Deselect, Deselect rather than select items
|
|
167
|
-
:type deselect: bool | None
|
|
168
131
|
"""
|
|
169
132
|
|
|
170
133
|
def face_select_loop(
|
|
@@ -177,12 +140,8 @@ def face_select_loop(
|
|
|
177
140
|
) -> None:
|
|
178
141
|
"""Select face loop under the cursor
|
|
179
142
|
|
|
180
|
-
:type execution_context: int | str | None
|
|
181
|
-
:type undo: bool | None
|
|
182
143
|
:param select: Select, If false, faces will be deselected
|
|
183
|
-
:type select: bool | None
|
|
184
144
|
:param extend: Extend, Extend the selection
|
|
185
|
-
:type extend: bool | None
|
|
186
145
|
"""
|
|
187
146
|
|
|
188
147
|
def face_select_more(
|
|
@@ -194,10 +153,7 @@ def face_select_more(
|
|
|
194
153
|
) -> None:
|
|
195
154
|
"""Select Faces connected to existing selection
|
|
196
155
|
|
|
197
|
-
:type execution_context: int | str | None
|
|
198
|
-
:type undo: bool | None
|
|
199
156
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
200
|
-
:type face_step: bool | None
|
|
201
157
|
"""
|
|
202
158
|
|
|
203
159
|
def face_vert_reveal(
|
|
@@ -209,10 +165,7 @@ def face_vert_reveal(
|
|
|
209
165
|
) -> None:
|
|
210
166
|
"""Reveal hidden faces and vertices
|
|
211
167
|
|
|
212
|
-
:type execution_context: int | str | None
|
|
213
|
-
:type undo: bool | None
|
|
214
168
|
:param select: Select, Specifies whether the newly revealed geometry should be selected
|
|
215
|
-
:type select: bool | None
|
|
216
169
|
"""
|
|
217
170
|
|
|
218
171
|
def grab_clone(
|
|
@@ -224,10 +177,7 @@ def grab_clone(
|
|
|
224
177
|
) -> None:
|
|
225
178
|
"""Move the clone source image
|
|
226
179
|
|
|
227
|
-
:type execution_context: int | str | None
|
|
228
|
-
:type undo: bool | None
|
|
229
180
|
:param delta: Delta, Delta offset of clone image in 0.0 to 1.0 coordinates
|
|
230
|
-
:type delta: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
231
181
|
"""
|
|
232
182
|
|
|
233
183
|
def hide_show(
|
|
@@ -246,18 +196,11 @@ def hide_show(
|
|
|
246
196
|
) -> None:
|
|
247
197
|
"""Hide/show some vertices
|
|
248
198
|
|
|
249
|
-
:type execution_context: int | str | None
|
|
250
|
-
:type undo: bool | None
|
|
251
199
|
:param xmin: X Min
|
|
252
|
-
:type xmin: int | None
|
|
253
200
|
:param xmax: X Max
|
|
254
|
-
:type xmax: int | None
|
|
255
201
|
:param ymin: Y Min
|
|
256
|
-
:type ymin: int | None
|
|
257
202
|
:param ymax: Y Max
|
|
258
|
-
:type ymax: int | None
|
|
259
203
|
:param wait_for_input: Wait for Input
|
|
260
|
-
:type wait_for_input: bool | None
|
|
261
204
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
262
205
|
|
|
263
206
|
HIDE
|
|
@@ -265,7 +208,6 @@ def hide_show(
|
|
|
265
208
|
|
|
266
209
|
SHOW
|
|
267
210
|
Show -- Show vertices.
|
|
268
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
269
211
|
:param area: Visibility Area, Which vertices to hide or show
|
|
270
212
|
|
|
271
213
|
OUTSIDE
|
|
@@ -273,9 +215,7 @@ def hide_show(
|
|
|
273
215
|
|
|
274
216
|
Inside
|
|
275
217
|
Inside -- Hide or show vertices inside the selection.
|
|
276
|
-
:type area: typing.Literal['OUTSIDE','Inside'] | None
|
|
277
218
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
278
|
-
:type use_front_faces_only: bool | None
|
|
279
219
|
"""
|
|
280
220
|
|
|
281
221
|
def hide_show_all(
|
|
@@ -287,8 +227,6 @@ def hide_show_all(
|
|
|
287
227
|
) -> None:
|
|
288
228
|
"""Hide/show all vertices
|
|
289
229
|
|
|
290
|
-
:type execution_context: int | str | None
|
|
291
|
-
:type undo: bool | None
|
|
292
230
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
293
231
|
|
|
294
232
|
HIDE
|
|
@@ -296,7 +234,6 @@ def hide_show_all(
|
|
|
296
234
|
|
|
297
235
|
SHOW
|
|
298
236
|
Show -- Show vertices.
|
|
299
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
300
237
|
"""
|
|
301
238
|
|
|
302
239
|
def hide_show_lasso_gesture(
|
|
@@ -314,16 +251,10 @@ def hide_show_lasso_gesture(
|
|
|
314
251
|
) -> None:
|
|
315
252
|
"""Hide/show some vertices
|
|
316
253
|
|
|
317
|
-
:type execution_context: int | str | None
|
|
318
|
-
:type undo: bool | None
|
|
319
254
|
:param path: Path
|
|
320
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
321
255
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
322
|
-
:type use_smooth_stroke: bool | None
|
|
323
256
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
324
|
-
:type smooth_stroke_factor: float | None
|
|
325
257
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
326
|
-
:type smooth_stroke_radius: int | None
|
|
327
258
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
328
259
|
|
|
329
260
|
HIDE
|
|
@@ -331,7 +262,6 @@ def hide_show_lasso_gesture(
|
|
|
331
262
|
|
|
332
263
|
SHOW
|
|
333
264
|
Show -- Show vertices.
|
|
334
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
335
265
|
:param area: Visibility Area, Which vertices to hide or show
|
|
336
266
|
|
|
337
267
|
OUTSIDE
|
|
@@ -339,9 +269,7 @@ def hide_show_lasso_gesture(
|
|
|
339
269
|
|
|
340
270
|
Inside
|
|
341
271
|
Inside -- Hide or show vertices inside the selection.
|
|
342
|
-
:type area: typing.Literal['OUTSIDE','Inside'] | None
|
|
343
272
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
344
|
-
:type use_front_faces_only: bool | None
|
|
345
273
|
"""
|
|
346
274
|
|
|
347
275
|
def hide_show_line_gesture(
|
|
@@ -362,20 +290,12 @@ def hide_show_line_gesture(
|
|
|
362
290
|
) -> None:
|
|
363
291
|
"""Hide/show some vertices
|
|
364
292
|
|
|
365
|
-
:type execution_context: int | str | None
|
|
366
|
-
:type undo: bool | None
|
|
367
293
|
:param xstart: X Start
|
|
368
|
-
:type xstart: int | None
|
|
369
294
|
:param xend: X End
|
|
370
|
-
:type xend: int | None
|
|
371
295
|
:param ystart: Y Start
|
|
372
|
-
:type ystart: int | None
|
|
373
296
|
:param yend: Y End
|
|
374
|
-
:type yend: int | None
|
|
375
297
|
:param flip: Flip
|
|
376
|
-
:type flip: bool | None
|
|
377
298
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
378
|
-
:type cursor: int | None
|
|
379
299
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
380
300
|
|
|
381
301
|
HIDE
|
|
@@ -383,7 +303,6 @@ def hide_show_line_gesture(
|
|
|
383
303
|
|
|
384
304
|
SHOW
|
|
385
305
|
Show -- Show vertices.
|
|
386
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
387
306
|
:param area: Visibility Area, Which vertices to hide or show
|
|
388
307
|
|
|
389
308
|
OUTSIDE
|
|
@@ -391,11 +310,8 @@ def hide_show_line_gesture(
|
|
|
391
310
|
|
|
392
311
|
Inside
|
|
393
312
|
Inside -- Hide or show vertices inside the selection.
|
|
394
|
-
:type area: typing.Literal['OUTSIDE','Inside'] | None
|
|
395
313
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
396
|
-
:type use_front_faces_only: bool | None
|
|
397
314
|
: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
|
|
398
|
-
:type use_limit_to_segment: bool | None
|
|
399
315
|
"""
|
|
400
316
|
|
|
401
317
|
def hide_show_masked(
|
|
@@ -407,8 +323,6 @@ def hide_show_masked(
|
|
|
407
323
|
) -> None:
|
|
408
324
|
"""Hide/show all masked vertices above a threshold
|
|
409
325
|
|
|
410
|
-
:type execution_context: int | str | None
|
|
411
|
-
:type undo: bool | None
|
|
412
326
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
413
327
|
|
|
414
328
|
HIDE
|
|
@@ -416,7 +330,6 @@ def hide_show_masked(
|
|
|
416
330
|
|
|
417
331
|
SHOW
|
|
418
332
|
Show -- Show vertices.
|
|
419
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
420
333
|
"""
|
|
421
334
|
|
|
422
335
|
def hide_show_polyline_gesture(
|
|
@@ -431,10 +344,7 @@ def hide_show_polyline_gesture(
|
|
|
431
344
|
) -> None:
|
|
432
345
|
"""Hide/show some vertices
|
|
433
346
|
|
|
434
|
-
:type execution_context: int | str | None
|
|
435
|
-
:type undo: bool | None
|
|
436
347
|
:param path: Path
|
|
437
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
438
348
|
:param action: Visibility Action, Whether to hide or show vertices
|
|
439
349
|
|
|
440
350
|
HIDE
|
|
@@ -442,7 +352,6 @@ def hide_show_polyline_gesture(
|
|
|
442
352
|
|
|
443
353
|
SHOW
|
|
444
354
|
Show -- Show vertices.
|
|
445
|
-
:type action: typing.Literal['HIDE','SHOW'] | None
|
|
446
355
|
:param area: Visibility Area, Which vertices to hide or show
|
|
447
356
|
|
|
448
357
|
OUTSIDE
|
|
@@ -450,9 +359,7 @@ def hide_show_polyline_gesture(
|
|
|
450
359
|
|
|
451
360
|
Inside
|
|
452
361
|
Inside -- Hide or show vertices inside the selection.
|
|
453
|
-
:type area: typing.Literal['OUTSIDE','Inside'] | None
|
|
454
362
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
455
|
-
:type use_front_faces_only: bool | None
|
|
456
363
|
"""
|
|
457
364
|
|
|
458
365
|
def image_from_view(
|
|
@@ -464,10 +371,7 @@ def image_from_view(
|
|
|
464
371
|
) -> None:
|
|
465
372
|
"""Make an image from biggest 3D view for reprojection
|
|
466
373
|
|
|
467
|
-
:type execution_context: int | str | None
|
|
468
|
-
:type undo: bool | None
|
|
469
374
|
:param filepath: File Path, Name of the file
|
|
470
|
-
:type filepath: str
|
|
471
375
|
"""
|
|
472
376
|
|
|
473
377
|
def image_paint(
|
|
@@ -477,15 +381,13 @@ def image_paint(
|
|
|
477
381
|
*,
|
|
478
382
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
479
383
|
| None = None,
|
|
480
|
-
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"
|
|
384
|
+
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE", "MASK"]
|
|
385
|
+
| None = "NORMAL",
|
|
481
386
|
pen_flip: bool | None = False,
|
|
482
387
|
) -> None:
|
|
483
388
|
"""Paint a stroke into the image
|
|
484
389
|
|
|
485
|
-
:type execution_context: int | str | None
|
|
486
|
-
:type undo: bool | None
|
|
487
390
|
:param stroke: Stroke
|
|
488
|
-
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
489
391
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
490
392
|
|
|
491
393
|
NORMAL
|
|
@@ -499,9 +401,10 @@ def image_paint(
|
|
|
499
401
|
|
|
500
402
|
ERASE
|
|
501
403
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
502
|
-
|
|
404
|
+
|
|
405
|
+
MASK
|
|
406
|
+
Mask -- Switch brush to mask mode for duration of stroke.
|
|
503
407
|
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
504
|
-
:type pen_flip: bool | None
|
|
505
408
|
"""
|
|
506
409
|
|
|
507
410
|
def mask_box_gesture(
|
|
@@ -520,20 +423,12 @@ def mask_box_gesture(
|
|
|
520
423
|
) -> None:
|
|
521
424
|
"""Mask within a rectangle defined by the cursor
|
|
522
425
|
|
|
523
|
-
:type execution_context: int | str | None
|
|
524
|
-
:type undo: bool | None
|
|
525
426
|
:param xmin: X Min
|
|
526
|
-
:type xmin: int | None
|
|
527
427
|
:param xmax: X Max
|
|
528
|
-
:type xmax: int | None
|
|
529
428
|
:param ymin: Y Min
|
|
530
|
-
:type ymin: int | None
|
|
531
429
|
:param ymax: Y Max
|
|
532
|
-
:type ymax: int | None
|
|
533
430
|
:param wait_for_input: Wait for Input
|
|
534
|
-
:type wait_for_input: bool | None
|
|
535
431
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
536
|
-
:type use_front_faces_only: bool | None
|
|
537
432
|
:param mode: Mode
|
|
538
433
|
|
|
539
434
|
VALUE
|
|
@@ -544,9 +439,7 @@ def mask_box_gesture(
|
|
|
544
439
|
|
|
545
440
|
INVERT
|
|
546
441
|
Invert -- Invert the mask.
|
|
547
|
-
:type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
|
|
548
442
|
:param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
|
|
549
|
-
:type value: float | None
|
|
550
443
|
"""
|
|
551
444
|
|
|
552
445
|
def mask_flood_fill(
|
|
@@ -559,8 +452,6 @@ def mask_flood_fill(
|
|
|
559
452
|
) -> None:
|
|
560
453
|
"""Fill the whole mask with a given value, or invert its values
|
|
561
454
|
|
|
562
|
-
:type execution_context: int | str | None
|
|
563
|
-
:type undo: bool | None
|
|
564
455
|
:param mode: Mode
|
|
565
456
|
|
|
566
457
|
VALUE
|
|
@@ -571,9 +462,7 @@ def mask_flood_fill(
|
|
|
571
462
|
|
|
572
463
|
INVERT
|
|
573
464
|
Invert -- Invert the mask.
|
|
574
|
-
:type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
|
|
575
465
|
:param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
|
|
576
|
-
:type value: float | None
|
|
577
466
|
"""
|
|
578
467
|
|
|
579
468
|
def mask_lasso_gesture(
|
|
@@ -591,18 +480,11 @@ def mask_lasso_gesture(
|
|
|
591
480
|
) -> None:
|
|
592
481
|
"""Mask within a shape defined by the cursor
|
|
593
482
|
|
|
594
|
-
:type execution_context: int | str | None
|
|
595
|
-
:type undo: bool | None
|
|
596
483
|
:param path: Path
|
|
597
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
598
484
|
:param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
|
|
599
|
-
:type use_smooth_stroke: bool | None
|
|
600
485
|
:param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
|
|
601
|
-
:type smooth_stroke_factor: float | None
|
|
602
486
|
:param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
|
|
603
|
-
:type smooth_stroke_radius: int | None
|
|
604
487
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
605
|
-
:type use_front_faces_only: bool | None
|
|
606
488
|
:param mode: Mode
|
|
607
489
|
|
|
608
490
|
VALUE
|
|
@@ -613,9 +495,7 @@ def mask_lasso_gesture(
|
|
|
613
495
|
|
|
614
496
|
INVERT
|
|
615
497
|
Invert -- Invert the mask.
|
|
616
|
-
:type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
|
|
617
498
|
:param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
|
|
618
|
-
:type value: float | None
|
|
619
499
|
"""
|
|
620
500
|
|
|
621
501
|
def mask_line_gesture(
|
|
@@ -636,24 +516,14 @@ def mask_line_gesture(
|
|
|
636
516
|
) -> None:
|
|
637
517
|
"""Mask to one side of a line defined by the cursor
|
|
638
518
|
|
|
639
|
-
:type execution_context: int | str | None
|
|
640
|
-
:type undo: bool | None
|
|
641
519
|
:param xstart: X Start
|
|
642
|
-
:type xstart: int | None
|
|
643
520
|
:param xend: X End
|
|
644
|
-
:type xend: int | None
|
|
645
521
|
:param ystart: Y Start
|
|
646
|
-
:type ystart: int | None
|
|
647
522
|
:param yend: Y End
|
|
648
|
-
:type yend: int | None
|
|
649
523
|
:param flip: Flip
|
|
650
|
-
:type flip: bool | None
|
|
651
524
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
652
|
-
:type cursor: int | None
|
|
653
525
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
654
|
-
:type use_front_faces_only: bool | None
|
|
655
526
|
: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
|
|
656
|
-
:type use_limit_to_segment: bool | None
|
|
657
527
|
:param mode: Mode
|
|
658
528
|
|
|
659
529
|
VALUE
|
|
@@ -664,9 +534,7 @@ def mask_line_gesture(
|
|
|
664
534
|
|
|
665
535
|
INVERT
|
|
666
536
|
Invert -- Invert the mask.
|
|
667
|
-
:type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
|
|
668
537
|
:param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
|
|
669
|
-
:type value: float | None
|
|
670
538
|
"""
|
|
671
539
|
|
|
672
540
|
def mask_polyline_gesture(
|
|
@@ -681,12 +549,8 @@ def mask_polyline_gesture(
|
|
|
681
549
|
) -> None:
|
|
682
550
|
"""Mask within a shape defined by the cursor
|
|
683
551
|
|
|
684
|
-
:type execution_context: int | str | None
|
|
685
|
-
:type undo: bool | None
|
|
686
552
|
:param path: Path
|
|
687
|
-
:type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
|
|
688
553
|
:param use_front_faces_only: Front Faces Only, Affect only faces facing towards the view
|
|
689
|
-
:type use_front_faces_only: bool | None
|
|
690
554
|
:param mode: Mode
|
|
691
555
|
|
|
692
556
|
VALUE
|
|
@@ -697,9 +561,7 @@ def mask_polyline_gesture(
|
|
|
697
561
|
|
|
698
562
|
INVERT
|
|
699
563
|
Invert -- Invert the mask.
|
|
700
|
-
:type mode: typing.Literal['VALUE','VALUE_INVERSE','INVERT'] | None
|
|
701
564
|
:param value: Value, Mask level to use when mode is Value; zero means no masking and one is fully masked
|
|
702
|
-
:type value: float | None
|
|
703
565
|
"""
|
|
704
566
|
|
|
705
567
|
def project_image(
|
|
@@ -711,10 +573,7 @@ def project_image(
|
|
|
711
573
|
) -> None:
|
|
712
574
|
"""Project an edited render from the active camera back onto the object
|
|
713
575
|
|
|
714
|
-
:type execution_context: int | str | None
|
|
715
|
-
:type undo: bool | None
|
|
716
576
|
:param image: Image
|
|
717
|
-
:type image: str | None
|
|
718
577
|
"""
|
|
719
578
|
|
|
720
579
|
def sample_color(
|
|
@@ -728,14 +587,9 @@ def sample_color(
|
|
|
728
587
|
) -> None:
|
|
729
588
|
"""Use the mouse to sample a color in the image
|
|
730
589
|
|
|
731
|
-
:type execution_context: int | str | None
|
|
732
|
-
:type undo: bool | None
|
|
733
590
|
:param location: Location
|
|
734
|
-
:type location: collections.abc.Iterable[int] | None
|
|
735
591
|
:param merged: Sample Merged, Sample the output display color
|
|
736
|
-
:type merged: bool | None
|
|
737
592
|
:param palette: Add to Palette
|
|
738
|
-
:type palette: bool | None
|
|
739
593
|
"""
|
|
740
594
|
|
|
741
595
|
def texture_paint_toggle(
|
|
@@ -743,11 +597,7 @@ def texture_paint_toggle(
|
|
|
743
597
|
undo: bool | None = None,
|
|
744
598
|
/,
|
|
745
599
|
) -> None:
|
|
746
|
-
"""Toggle texture paint mode in 3D view
|
|
747
|
-
|
|
748
|
-
:type execution_context: int | str | None
|
|
749
|
-
:type undo: bool | None
|
|
750
|
-
"""
|
|
600
|
+
"""Toggle texture paint mode in 3D view"""
|
|
751
601
|
|
|
752
602
|
def vert_select_all(
|
|
753
603
|
execution_context: int | str | None = None,
|
|
@@ -758,8 +608,6 @@ def vert_select_all(
|
|
|
758
608
|
) -> None:
|
|
759
609
|
"""Change selection for all vertices
|
|
760
610
|
|
|
761
|
-
:type execution_context: int | str | None
|
|
762
|
-
:type undo: bool | None
|
|
763
611
|
:param action: Action, Selection action to execute
|
|
764
612
|
|
|
765
613
|
TOGGLE
|
|
@@ -773,7 +621,6 @@ def vert_select_all(
|
|
|
773
621
|
|
|
774
622
|
INVERT
|
|
775
623
|
Invert -- Invert selection of all elements.
|
|
776
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
777
624
|
"""
|
|
778
625
|
|
|
779
626
|
def vert_select_hide(
|
|
@@ -785,10 +632,7 @@ def vert_select_hide(
|
|
|
785
632
|
) -> None:
|
|
786
633
|
"""Hide selected vertices
|
|
787
634
|
|
|
788
|
-
:type execution_context: int | str | None
|
|
789
|
-
:type undo: bool | None
|
|
790
635
|
:param unselected: Unselected, Hide unselected rather than selected vertices
|
|
791
|
-
:type unselected: bool | None
|
|
792
636
|
"""
|
|
793
637
|
|
|
794
638
|
def vert_select_less(
|
|
@@ -800,10 +644,7 @@ def vert_select_less(
|
|
|
800
644
|
) -> None:
|
|
801
645
|
"""Deselect Vertices connected to existing selection
|
|
802
646
|
|
|
803
|
-
:type execution_context: int | str | None
|
|
804
|
-
:type undo: bool | None
|
|
805
647
|
:param face_step: Face Step, Also deselect faces that only touch on a corner
|
|
806
|
-
:type face_step: bool | None
|
|
807
648
|
"""
|
|
808
649
|
|
|
809
650
|
def vert_select_linked(
|
|
@@ -811,11 +652,7 @@ def vert_select_linked(
|
|
|
811
652
|
undo: bool | None = None,
|
|
812
653
|
/,
|
|
813
654
|
) -> None:
|
|
814
|
-
"""Select linked vertices
|
|
815
|
-
|
|
816
|
-
:type execution_context: int | str | None
|
|
817
|
-
:type undo: bool | None
|
|
818
|
-
"""
|
|
655
|
+
"""Select linked vertices"""
|
|
819
656
|
|
|
820
657
|
def vert_select_linked_pick(
|
|
821
658
|
execution_context: int | str | None = None,
|
|
@@ -826,10 +663,7 @@ def vert_select_linked_pick(
|
|
|
826
663
|
) -> None:
|
|
827
664
|
"""Select linked vertices under the cursor
|
|
828
665
|
|
|
829
|
-
:type execution_context: int | str | None
|
|
830
|
-
:type undo: bool | None
|
|
831
666
|
:param select: Select, Whether to select or deselect linked vertices under the cursor
|
|
832
|
-
:type select: bool | None
|
|
833
667
|
"""
|
|
834
668
|
|
|
835
669
|
def vert_select_more(
|
|
@@ -841,10 +675,7 @@ def vert_select_more(
|
|
|
841
675
|
) -> None:
|
|
842
676
|
"""Select Vertices connected to existing selection
|
|
843
677
|
|
|
844
|
-
:type execution_context: int | str | None
|
|
845
|
-
:type undo: bool | None
|
|
846
678
|
:param face_step: Face Step, Also select faces that only touch on a corner
|
|
847
|
-
:type face_step: bool | None
|
|
848
679
|
"""
|
|
849
680
|
|
|
850
681
|
def vert_select_ungrouped(
|
|
@@ -856,10 +687,7 @@ def vert_select_ungrouped(
|
|
|
856
687
|
) -> None:
|
|
857
688
|
"""Select vertices without a group
|
|
858
689
|
|
|
859
|
-
:type execution_context: int | str | None
|
|
860
|
-
:type undo: bool | None
|
|
861
690
|
:param extend: Extend, Extend the selection
|
|
862
|
-
:type extend: bool | None
|
|
863
691
|
"""
|
|
864
692
|
|
|
865
693
|
def vertex_color_brightness_contrast(
|
|
@@ -872,12 +700,8 @@ def vertex_color_brightness_contrast(
|
|
|
872
700
|
) -> None:
|
|
873
701
|
"""Adjust vertex color brightness/contrast
|
|
874
702
|
|
|
875
|
-
:type execution_context: int | str | None
|
|
876
|
-
:type undo: bool | None
|
|
877
703
|
:param brightness: Brightness
|
|
878
|
-
:type brightness: float | None
|
|
879
704
|
:param contrast: Contrast
|
|
880
|
-
:type contrast: float | None
|
|
881
705
|
"""
|
|
882
706
|
|
|
883
707
|
def vertex_color_dirt(
|
|
@@ -894,20 +718,12 @@ def vertex_color_dirt(
|
|
|
894
718
|
) -> None:
|
|
895
719
|
"""Generate a dirt map gradient based on cavity
|
|
896
720
|
|
|
897
|
-
:type execution_context: int | str | None
|
|
898
|
-
:type undo: bool | None
|
|
899
721
|
:param blur_strength: Blur Strength, Blur strength per iteration
|
|
900
|
-
:type blur_strength: float | None
|
|
901
722
|
:param blur_iterations: Blur Iterations, Number of times to blur the colors (higher blurs more)
|
|
902
|
-
:type blur_iterations: int | None
|
|
903
723
|
:param clean_angle: Highlight Angle, Less than 90 limits the angle used in the tonal range
|
|
904
|
-
:type clean_angle: float | None
|
|
905
724
|
:param dirt_angle: Dirt Angle, Less than 90 limits the angle used in the tonal range
|
|
906
|
-
:type dirt_angle: float | None
|
|
907
725
|
:param dirt_only: Dirt Only, Dont calculate cleans for convex areas
|
|
908
|
-
:type dirt_only: bool | None
|
|
909
726
|
:param normalize: Normalize, Normalize the colors, increasing the contrast
|
|
910
|
-
:type normalize: bool | None
|
|
911
727
|
"""
|
|
912
728
|
|
|
913
729
|
def vertex_color_from_weight(
|
|
@@ -915,11 +731,7 @@ def vertex_color_from_weight(
|
|
|
915
731
|
undo: bool | None = None,
|
|
916
732
|
/,
|
|
917
733
|
) -> None:
|
|
918
|
-
"""Convert active weight into gray scale vertex colors
|
|
919
|
-
|
|
920
|
-
:type execution_context: int | str | None
|
|
921
|
-
:type undo: bool | None
|
|
922
|
-
"""
|
|
734
|
+
"""Convert active weight into gray scale vertex colors"""
|
|
923
735
|
|
|
924
736
|
def vertex_color_hsv(
|
|
925
737
|
execution_context: int | str | None = None,
|
|
@@ -932,14 +744,9 @@ def vertex_color_hsv(
|
|
|
932
744
|
) -> None:
|
|
933
745
|
"""Adjust vertex color Hue/Saturation/Value
|
|
934
746
|
|
|
935
|
-
:type execution_context: int | str | None
|
|
936
|
-
:type undo: bool | None
|
|
937
747
|
:param h: Hue
|
|
938
|
-
:type h: float | None
|
|
939
748
|
:param s: Saturation
|
|
940
|
-
:type s: float | None
|
|
941
749
|
:param v: Value
|
|
942
|
-
:type v: float | None
|
|
943
750
|
"""
|
|
944
751
|
|
|
945
752
|
def vertex_color_invert(
|
|
@@ -947,11 +754,7 @@ def vertex_color_invert(
|
|
|
947
754
|
undo: bool | None = None,
|
|
948
755
|
/,
|
|
949
756
|
) -> None:
|
|
950
|
-
"""Invert RGB values
|
|
951
|
-
|
|
952
|
-
:type execution_context: int | str | None
|
|
953
|
-
:type undo: bool | None
|
|
954
|
-
"""
|
|
757
|
+
"""Invert RGB values"""
|
|
955
758
|
|
|
956
759
|
def vertex_color_levels(
|
|
957
760
|
execution_context: int | str | None = None,
|
|
@@ -963,12 +766,8 @@ def vertex_color_levels(
|
|
|
963
766
|
) -> None:
|
|
964
767
|
"""Adjust levels of vertex colors
|
|
965
768
|
|
|
966
|
-
:type execution_context: int | str | None
|
|
967
|
-
:type undo: bool | None
|
|
968
769
|
:param offset: Offset, Value to add to colors
|
|
969
|
-
:type offset: float | None
|
|
970
770
|
:param gain: Gain, Value to multiply colors by
|
|
971
|
-
:type gain: float | None
|
|
972
771
|
"""
|
|
973
772
|
|
|
974
773
|
def vertex_color_set(
|
|
@@ -980,10 +779,7 @@ def vertex_color_set(
|
|
|
980
779
|
) -> None:
|
|
981
780
|
"""Fill the active vertex color layer with the current paint color
|
|
982
781
|
|
|
983
|
-
:type execution_context: int | str | None
|
|
984
|
-
:type undo: bool | None
|
|
985
782
|
:param use_alpha: Affect Alpha, Set color completely opaque instead of reusing existing alpha
|
|
986
|
-
:type use_alpha: bool | None
|
|
987
783
|
"""
|
|
988
784
|
|
|
989
785
|
def vertex_color_smooth(
|
|
@@ -991,11 +787,7 @@ def vertex_color_smooth(
|
|
|
991
787
|
undo: bool | None = None,
|
|
992
788
|
/,
|
|
993
789
|
) -> None:
|
|
994
|
-
"""Smooth colors across vertices
|
|
995
|
-
|
|
996
|
-
:type execution_context: int | str | None
|
|
997
|
-
:type undo: bool | None
|
|
998
|
-
"""
|
|
790
|
+
"""Smooth colors across vertices"""
|
|
999
791
|
|
|
1000
792
|
def vertex_paint(
|
|
1001
793
|
execution_context: int | str | None = None,
|
|
@@ -1004,16 +796,14 @@ def vertex_paint(
|
|
|
1004
796
|
*,
|
|
1005
797
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1006
798
|
| None = None,
|
|
1007
|
-
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"
|
|
799
|
+
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE", "MASK"]
|
|
800
|
+
| None = "NORMAL",
|
|
1008
801
|
pen_flip: bool | None = False,
|
|
1009
802
|
override_location: bool | None = False,
|
|
1010
803
|
) -> None:
|
|
1011
804
|
"""Paint a stroke in the active color attribute layer
|
|
1012
805
|
|
|
1013
|
-
:type execution_context: int | str | None
|
|
1014
|
-
:type undo: bool | None
|
|
1015
806
|
:param stroke: Stroke
|
|
1016
|
-
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
1017
807
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
1018
808
|
|
|
1019
809
|
NORMAL
|
|
@@ -1027,11 +817,11 @@ def vertex_paint(
|
|
|
1027
817
|
|
|
1028
818
|
ERASE
|
|
1029
819
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1030
|
-
|
|
820
|
+
|
|
821
|
+
MASK
|
|
822
|
+
Mask -- Switch brush to mask mode for duration of stroke.
|
|
1031
823
|
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1032
|
-
:type pen_flip: bool | None
|
|
1033
824
|
:param override_location: Override Location, Override the given "location" array by recalculating object space positions from the provided "mouse_event" positions
|
|
1034
|
-
:type override_location: bool | None
|
|
1035
825
|
"""
|
|
1036
826
|
|
|
1037
827
|
def vertex_paint_toggle(
|
|
@@ -1039,11 +829,7 @@ def vertex_paint_toggle(
|
|
|
1039
829
|
undo: bool | None = None,
|
|
1040
830
|
/,
|
|
1041
831
|
) -> None:
|
|
1042
|
-
"""Toggle the vertex paint mode in 3D view
|
|
1043
|
-
|
|
1044
|
-
:type execution_context: int | str | None
|
|
1045
|
-
:type undo: bool | None
|
|
1046
|
-
"""
|
|
832
|
+
"""Toggle the vertex paint mode in 3D view"""
|
|
1047
833
|
|
|
1048
834
|
def visibility_filter(
|
|
1049
835
|
execution_context: int | str | None = None,
|
|
@@ -1056,8 +842,6 @@ def visibility_filter(
|
|
|
1056
842
|
) -> None:
|
|
1057
843
|
"""Edit the visibility of the current mesh
|
|
1058
844
|
|
|
1059
|
-
:type execution_context: int | str | None
|
|
1060
|
-
:type undo: bool | None
|
|
1061
845
|
:param action: Action
|
|
1062
846
|
|
|
1063
847
|
GROW
|
|
@@ -1065,11 +849,8 @@ def visibility_filter(
|
|
|
1065
849
|
|
|
1066
850
|
SHRINK
|
|
1067
851
|
Shrink Visibility -- Shrink the visibility by one face based on mesh topology.
|
|
1068
|
-
:type action: typing.Literal['GROW','SHRINK'] | None
|
|
1069
852
|
:param iterations: Iterations, Number of times that the filter is going to be applied
|
|
1070
|
-
:type iterations: int | None
|
|
1071
853
|
:param auto_iteration_count: Auto Iteration Count, Use an automatic number of iterations based on the number of vertices of the sculpt
|
|
1072
|
-
:type auto_iteration_count: bool | None
|
|
1073
854
|
"""
|
|
1074
855
|
|
|
1075
856
|
def visibility_invert(
|
|
@@ -1077,11 +858,7 @@ def visibility_invert(
|
|
|
1077
858
|
undo: bool | None = None,
|
|
1078
859
|
/,
|
|
1079
860
|
) -> None:
|
|
1080
|
-
"""Invert the visibility of all vertices
|
|
1081
|
-
|
|
1082
|
-
:type execution_context: int | str | None
|
|
1083
|
-
:type undo: bool | None
|
|
1084
|
-
"""
|
|
861
|
+
"""Invert the visibility of all vertices"""
|
|
1085
862
|
|
|
1086
863
|
def weight_from_bones(
|
|
1087
864
|
execution_context: int | str | None = None,
|
|
@@ -1092,8 +869,6 @@ def weight_from_bones(
|
|
|
1092
869
|
) -> None:
|
|
1093
870
|
"""Set the weights of the groups matching the attached armatures selected bones, using the distance between the vertices and the bones
|
|
1094
871
|
|
|
1095
|
-
:type execution_context: int | str | None
|
|
1096
|
-
:type undo: bool | None
|
|
1097
872
|
:param type: Type, Method to use for assigning weights
|
|
1098
873
|
|
|
1099
874
|
AUTOMATIC
|
|
@@ -1101,7 +876,6 @@ def weight_from_bones(
|
|
|
1101
876
|
|
|
1102
877
|
ENVELOPES
|
|
1103
878
|
From Envelopes -- Weights from envelopes with user defined radius.
|
|
1104
|
-
:type type: typing.Literal['AUTOMATIC','ENVELOPES'] | None
|
|
1105
879
|
"""
|
|
1106
880
|
|
|
1107
881
|
def weight_gradient(
|
|
@@ -1119,22 +893,13 @@ def weight_gradient(
|
|
|
1119
893
|
) -> None:
|
|
1120
894
|
"""Draw a line to apply a weight gradient to selected vertices
|
|
1121
895
|
|
|
1122
|
-
:type execution_context: int | str | None
|
|
1123
|
-
:type undo: bool | None
|
|
1124
896
|
:param type: Type
|
|
1125
|
-
:type type: typing.Literal['LINEAR','RADIAL'] | None
|
|
1126
897
|
:param xstart: X Start
|
|
1127
|
-
:type xstart: int | None
|
|
1128
898
|
:param xend: X End
|
|
1129
|
-
:type xend: int | None
|
|
1130
899
|
:param ystart: Y Start
|
|
1131
|
-
:type ystart: int | None
|
|
1132
900
|
:param yend: Y End
|
|
1133
|
-
:type yend: int | None
|
|
1134
901
|
:param flip: Flip
|
|
1135
|
-
:type flip: bool | None
|
|
1136
902
|
:param cursor: Cursor, Mouse cursor style to use during the modal operator
|
|
1137
|
-
:type cursor: int | None
|
|
1138
903
|
"""
|
|
1139
904
|
|
|
1140
905
|
def weight_paint(
|
|
@@ -1144,16 +909,14 @@ def weight_paint(
|
|
|
1144
909
|
*,
|
|
1145
910
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1146
911
|
| None = None,
|
|
1147
|
-
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE"
|
|
912
|
+
mode: typing.Literal["NORMAL", "INVERT", "SMOOTH", "ERASE", "MASK"]
|
|
913
|
+
| None = "NORMAL",
|
|
1148
914
|
pen_flip: bool | None = False,
|
|
1149
915
|
override_location: bool | None = False,
|
|
1150
916
|
) -> None:
|
|
1151
917
|
"""Paint a stroke in the current vertex groups weights
|
|
1152
918
|
|
|
1153
|
-
:type execution_context: int | str | None
|
|
1154
|
-
:type undo: bool | None
|
|
1155
919
|
:param stroke: Stroke
|
|
1156
|
-
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
1157
920
|
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
1158
921
|
|
|
1159
922
|
NORMAL
|
|
@@ -1167,11 +930,11 @@ def weight_paint(
|
|
|
1167
930
|
|
|
1168
931
|
ERASE
|
|
1169
932
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1170
|
-
|
|
933
|
+
|
|
934
|
+
MASK
|
|
935
|
+
Mask -- Switch brush to mask mode for duration of stroke.
|
|
1171
936
|
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1172
|
-
:type pen_flip: bool | None
|
|
1173
937
|
:param override_location: Override Location, Override the given "location" array by recalculating object space positions from the provided "mouse_event" positions
|
|
1174
|
-
:type override_location: bool | None
|
|
1175
938
|
"""
|
|
1176
939
|
|
|
1177
940
|
def weight_paint_toggle(
|
|
@@ -1179,41 +942,25 @@ def weight_paint_toggle(
|
|
|
1179
942
|
undo: bool | None = None,
|
|
1180
943
|
/,
|
|
1181
944
|
) -> None:
|
|
1182
|
-
"""Toggle weight paint mode in 3D view
|
|
1183
|
-
|
|
1184
|
-
:type execution_context: int | str | None
|
|
1185
|
-
:type undo: bool | None
|
|
1186
|
-
"""
|
|
945
|
+
"""Toggle weight paint mode in 3D view"""
|
|
1187
946
|
|
|
1188
947
|
def weight_sample(
|
|
1189
948
|
execution_context: int | str | None = None,
|
|
1190
949
|
undo: bool | None = None,
|
|
1191
950
|
/,
|
|
1192
951
|
) -> None:
|
|
1193
|
-
"""Use the mouse to sample a weight in the 3D view
|
|
1194
|
-
|
|
1195
|
-
:type execution_context: int | str | None
|
|
1196
|
-
:type undo: bool | None
|
|
1197
|
-
"""
|
|
952
|
+
"""Use the mouse to sample a weight in the 3D view"""
|
|
1198
953
|
|
|
1199
954
|
def weight_sample_group(
|
|
1200
955
|
execution_context: int | str | None = None,
|
|
1201
956
|
undo: bool | None = None,
|
|
1202
957
|
/,
|
|
1203
958
|
) -> None:
|
|
1204
|
-
"""Select one of the vertex groups available under current mouse position
|
|
1205
|
-
|
|
1206
|
-
:type execution_context: int | str | None
|
|
1207
|
-
:type undo: bool | None
|
|
1208
|
-
"""
|
|
959
|
+
"""Select one of the vertex groups available under current mouse position"""
|
|
1209
960
|
|
|
1210
961
|
def weight_set(
|
|
1211
962
|
execution_context: int | str | None = None,
|
|
1212
963
|
undo: bool | None = None,
|
|
1213
964
|
/,
|
|
1214
965
|
) -> None:
|
|
1215
|
-
"""Fill the active vertex group with the current paint weight
|
|
1216
|
-
|
|
1217
|
-
:type execution_context: int | str | None
|
|
1218
|
-
:type undo: bool | None
|
|
1219
|
-
"""
|
|
966
|
+
"""Fill the active vertex group with the current paint weight"""
|