fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
bpy/ops/asset/__init__.pyi
CHANGED
|
@@ -8,11 +8,7 @@ def assign_action(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Set this pose Action as active Action on the active Object
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Set this pose Action as active Action on the active Object"""
|
|
16
12
|
|
|
17
13
|
def bundle_install(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
@@ -48,50 +44,27 @@ def bundle_install(
|
|
|
48
44
|
) -> None:
|
|
49
45
|
"""Copy the current .blend file into an Asset Library. Only works on standalone .blend files (i.e. when no other files are referenced)
|
|
50
46
|
|
|
51
|
-
:type execution_context: int | str | None
|
|
52
|
-
:type undo: bool | None
|
|
53
47
|
:param asset_library_reference: asset_library_reference
|
|
54
|
-
:type asset_library_reference: str | None
|
|
55
48
|
:param filepath: File Path, Path to file
|
|
56
|
-
:type filepath: str
|
|
57
49
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
58
|
-
:type hide_props_region: bool | None
|
|
59
50
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
60
|
-
:type check_existing: bool | None
|
|
61
51
|
:param filter_blender: Filter .blend files
|
|
62
|
-
:type filter_blender: bool | None
|
|
63
52
|
:param filter_backup: Filter .blend files
|
|
64
|
-
:type filter_backup: bool | None
|
|
65
53
|
:param filter_image: Filter image files
|
|
66
|
-
:type filter_image: bool | None
|
|
67
54
|
:param filter_movie: Filter movie files
|
|
68
|
-
:type filter_movie: bool | None
|
|
69
55
|
:param filter_python: Filter Python files
|
|
70
|
-
:type filter_python: bool | None
|
|
71
56
|
:param filter_font: Filter font files
|
|
72
|
-
:type filter_font: bool | None
|
|
73
57
|
:param filter_sound: Filter sound files
|
|
74
|
-
:type filter_sound: bool | None
|
|
75
58
|
:param filter_text: Filter text files
|
|
76
|
-
:type filter_text: bool | None
|
|
77
59
|
:param filter_archive: Filter archive files
|
|
78
|
-
:type filter_archive: bool | None
|
|
79
60
|
:param filter_btx: Filter btx files
|
|
80
|
-
:type filter_btx: bool | None
|
|
81
61
|
:param filter_alembic: Filter Alembic files
|
|
82
|
-
:type filter_alembic: bool | None
|
|
83
62
|
:param filter_usd: Filter USD files
|
|
84
|
-
:type filter_usd: bool | None
|
|
85
63
|
:param filter_obj: Filter OBJ files
|
|
86
|
-
:type filter_obj: bool | None
|
|
87
64
|
:param filter_volume: Filter OpenVDB volume files
|
|
88
|
-
:type filter_volume: bool | None
|
|
89
65
|
:param filter_folder: Filter folders
|
|
90
|
-
:type filter_folder: bool | None
|
|
91
66
|
:param filter_blenlib: Filter Blender IDs
|
|
92
|
-
:type filter_blenlib: bool | None
|
|
93
67
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
94
|
-
:type filemode: int | None
|
|
95
68
|
:param display_type: Display Type
|
|
96
69
|
|
|
97
70
|
DEFAULT
|
|
@@ -105,9 +78,7 @@ def bundle_install(
|
|
|
105
78
|
|
|
106
79
|
THUMBNAIL
|
|
107
80
|
Thumbnails -- Display files as thumbnails.
|
|
108
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
109
81
|
:param sort_method: File sorting mode
|
|
110
|
-
:type sort_method: str | None
|
|
111
82
|
"""
|
|
112
83
|
|
|
113
84
|
def catalog_delete(
|
|
@@ -119,10 +90,7 @@ def catalog_delete(
|
|
|
119
90
|
) -> None:
|
|
120
91
|
"""Remove an asset catalog from the asset library (contained assets will not be affected and show up as unassigned)
|
|
121
92
|
|
|
122
|
-
:type execution_context: int | str | None
|
|
123
|
-
:type undo: bool | None
|
|
124
93
|
:param catalog_id: Catalog ID, ID of the catalog to delete
|
|
125
|
-
:type catalog_id: str
|
|
126
94
|
"""
|
|
127
95
|
|
|
128
96
|
def catalog_new(
|
|
@@ -134,10 +102,7 @@ def catalog_new(
|
|
|
134
102
|
) -> None:
|
|
135
103
|
"""Create a new catalog to put assets in
|
|
136
104
|
|
|
137
|
-
:type execution_context: int | str | None
|
|
138
|
-
:type undo: bool | None
|
|
139
105
|
:param parent_path: Parent Path, Optional path defining the location to put the new catalog under
|
|
140
|
-
:type parent_path: str
|
|
141
106
|
"""
|
|
142
107
|
|
|
143
108
|
def catalog_redo(
|
|
@@ -145,44 +110,28 @@ def catalog_redo(
|
|
|
145
110
|
undo: bool | None = None,
|
|
146
111
|
/,
|
|
147
112
|
) -> None:
|
|
148
|
-
"""Redo the last undone edit to the asset catalogs
|
|
149
|
-
|
|
150
|
-
:type execution_context: int | str | None
|
|
151
|
-
:type undo: bool | None
|
|
152
|
-
"""
|
|
113
|
+
"""Redo the last undone edit to the asset catalogs"""
|
|
153
114
|
|
|
154
115
|
def catalog_undo(
|
|
155
116
|
execution_context: int | str | None = None,
|
|
156
117
|
undo: bool | None = None,
|
|
157
118
|
/,
|
|
158
119
|
) -> None:
|
|
159
|
-
"""Undo the last edit to the asset catalogs
|
|
160
|
-
|
|
161
|
-
:type execution_context: int | str | None
|
|
162
|
-
:type undo: bool | None
|
|
163
|
-
"""
|
|
120
|
+
"""Undo the last edit to the asset catalogs"""
|
|
164
121
|
|
|
165
122
|
def catalog_undo_push(
|
|
166
123
|
execution_context: int | str | None = None,
|
|
167
124
|
undo: bool | None = None,
|
|
168
125
|
/,
|
|
169
126
|
) -> None:
|
|
170
|
-
"""Store the current state of the asset catalogs in the undo buffer
|
|
171
|
-
|
|
172
|
-
:type execution_context: int | str | None
|
|
173
|
-
:type undo: bool | None
|
|
174
|
-
"""
|
|
127
|
+
"""Store the current state of the asset catalogs in the undo buffer"""
|
|
175
128
|
|
|
176
129
|
def catalogs_save(
|
|
177
130
|
execution_context: int | str | None = None,
|
|
178
131
|
undo: bool | None = None,
|
|
179
132
|
/,
|
|
180
133
|
) -> None:
|
|
181
|
-
"""Make any edits to any catalogs permanent by writing the current set up to the asset library
|
|
182
|
-
|
|
183
|
-
:type execution_context: int | str | None
|
|
184
|
-
:type undo: bool | None
|
|
185
|
-
"""
|
|
134
|
+
"""Make any edits to any catalogs permanent by writing the current set up to the asset library"""
|
|
186
135
|
|
|
187
136
|
def clear(
|
|
188
137
|
execution_context: int | str | None = None,
|
|
@@ -193,10 +142,7 @@ def clear(
|
|
|
193
142
|
) -> None:
|
|
194
143
|
"""Delete all asset metadata and turn the selected asset data-blocks back into normal data-blocks
|
|
195
144
|
|
|
196
|
-
:type execution_context: int | str | None
|
|
197
|
-
:type undo: bool | None
|
|
198
145
|
:param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
|
|
199
|
-
:type set_fake_user: bool | None
|
|
200
146
|
"""
|
|
201
147
|
|
|
202
148
|
def clear_single(
|
|
@@ -208,10 +154,7 @@ def clear_single(
|
|
|
208
154
|
) -> None:
|
|
209
155
|
"""Delete all asset metadata and turn the asset data-block back into a normal data-block
|
|
210
156
|
|
|
211
|
-
:type execution_context: int | str | None
|
|
212
|
-
:type undo: bool | None
|
|
213
157
|
:param set_fake_user: Set Fake User, Ensure the data-block is saved, even when it is no longer marked as asset
|
|
214
|
-
:type set_fake_user: bool | None
|
|
215
158
|
"""
|
|
216
159
|
|
|
217
160
|
def library_refresh(
|
|
@@ -219,44 +162,28 @@ def library_refresh(
|
|
|
219
162
|
undo: bool | None = None,
|
|
220
163
|
/,
|
|
221
164
|
) -> None:
|
|
222
|
-
"""Reread assets and asset catalogs from the asset library on disk
|
|
223
|
-
|
|
224
|
-
:type execution_context: int | str | None
|
|
225
|
-
:type undo: bool | None
|
|
226
|
-
"""
|
|
165
|
+
"""Reread assets and asset catalogs from the asset library on disk"""
|
|
227
166
|
|
|
228
167
|
def mark(
|
|
229
168
|
execution_context: int | str | None = None,
|
|
230
169
|
undo: bool | None = None,
|
|
231
170
|
/,
|
|
232
171
|
) -> None:
|
|
233
|
-
"""Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
|
|
234
|
-
|
|
235
|
-
:type execution_context: int | str | None
|
|
236
|
-
:type undo: bool | None
|
|
237
|
-
"""
|
|
172
|
+
"""Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)"""
|
|
238
173
|
|
|
239
174
|
def mark_single(
|
|
240
175
|
execution_context: int | str | None = None,
|
|
241
176
|
undo: bool | None = None,
|
|
242
177
|
/,
|
|
243
178
|
) -> None:
|
|
244
|
-
"""Enable easier reuse of a data-block through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)
|
|
245
|
-
|
|
246
|
-
:type execution_context: int | str | None
|
|
247
|
-
:type undo: bool | None
|
|
248
|
-
"""
|
|
179
|
+
"""Enable easier reuse of a data-block through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)"""
|
|
249
180
|
|
|
250
181
|
def open_containing_blend_file(
|
|
251
182
|
execution_context: int | str | None = None,
|
|
252
183
|
undo: bool | None = None,
|
|
253
184
|
/,
|
|
254
185
|
) -> None:
|
|
255
|
-
"""Open the blend file that contains the active asset
|
|
256
|
-
|
|
257
|
-
:type execution_context: int | str | None
|
|
258
|
-
:type undo: bool | None
|
|
259
|
-
"""
|
|
186
|
+
"""Open the blend file that contains the active asset"""
|
|
260
187
|
|
|
261
188
|
def screenshot_preview(
|
|
262
189
|
execution_context: int | str | None = None,
|
|
@@ -269,14 +196,9 @@ def screenshot_preview(
|
|
|
269
196
|
) -> None:
|
|
270
197
|
"""Capture a screenshot to use as a preview for the selected asset
|
|
271
198
|
|
|
272
|
-
:type execution_context: int | str | None
|
|
273
|
-
:type undo: bool | None
|
|
274
199
|
:param p1: Point 1, First point of the screenshot in screenspace
|
|
275
|
-
:type p1: collections.abc.Iterable[int] | None
|
|
276
200
|
:param p2: Point 2, Second point of the screenshot in screenspace
|
|
277
|
-
:type p2: collections.abc.Iterable[int] | None
|
|
278
201
|
:param force_square: Force Square, If enabled, the screenshot will have the same height as width
|
|
279
|
-
:type force_square: bool | None
|
|
280
202
|
"""
|
|
281
203
|
|
|
282
204
|
def tag_add(
|
|
@@ -284,19 +206,11 @@ def tag_add(
|
|
|
284
206
|
undo: bool | None = None,
|
|
285
207
|
/,
|
|
286
208
|
) -> None:
|
|
287
|
-
"""Add a new keyword tag to the active asset
|
|
288
|
-
|
|
289
|
-
:type execution_context: int | str | None
|
|
290
|
-
:type undo: bool | None
|
|
291
|
-
"""
|
|
209
|
+
"""Add a new keyword tag to the active asset"""
|
|
292
210
|
|
|
293
211
|
def tag_remove(
|
|
294
212
|
execution_context: int | str | None = None,
|
|
295
213
|
undo: bool | None = None,
|
|
296
214
|
/,
|
|
297
215
|
) -> None:
|
|
298
|
-
"""Remove an existing keyword tag from the active asset
|
|
299
|
-
|
|
300
|
-
:type execution_context: int | str | None
|
|
301
|
-
:type undo: bool | None
|
|
302
|
-
"""
|
|
216
|
+
"""Remove an existing keyword tag from the active asset"""
|
bpy/ops/boid/__init__.pyi
CHANGED
|
@@ -13,10 +13,7 @@ def rule_add(
|
|
|
13
13
|
) -> None:
|
|
14
14
|
"""Add a boid rule to the current boid state
|
|
15
15
|
|
|
16
|
-
:type execution_context: int | str | None
|
|
17
|
-
:type undo: bool | None
|
|
18
16
|
:param type: Type
|
|
19
|
-
:type type: bpy.stub_internal.rna_enums.BoidruleTypeItems | None
|
|
20
17
|
"""
|
|
21
18
|
|
|
22
19
|
def rule_del(
|
|
@@ -24,74 +21,46 @@ def rule_del(
|
|
|
24
21
|
undo: bool | None = None,
|
|
25
22
|
/,
|
|
26
23
|
) -> None:
|
|
27
|
-
"""Delete current boid rule
|
|
28
|
-
|
|
29
|
-
:type execution_context: int | str | None
|
|
30
|
-
:type undo: bool | None
|
|
31
|
-
"""
|
|
24
|
+
"""Delete current boid rule"""
|
|
32
25
|
|
|
33
26
|
def rule_move_down(
|
|
34
27
|
execution_context: int | str | None = None,
|
|
35
28
|
undo: bool | None = None,
|
|
36
29
|
/,
|
|
37
30
|
) -> None:
|
|
38
|
-
"""Move boid rule down in the list
|
|
39
|
-
|
|
40
|
-
:type execution_context: int | str | None
|
|
41
|
-
:type undo: bool | None
|
|
42
|
-
"""
|
|
31
|
+
"""Move boid rule down in the list"""
|
|
43
32
|
|
|
44
33
|
def rule_move_up(
|
|
45
34
|
execution_context: int | str | None = None,
|
|
46
35
|
undo: bool | None = None,
|
|
47
36
|
/,
|
|
48
37
|
) -> None:
|
|
49
|
-
"""Move boid rule up in the list
|
|
50
|
-
|
|
51
|
-
:type execution_context: int | str | None
|
|
52
|
-
:type undo: bool | None
|
|
53
|
-
"""
|
|
38
|
+
"""Move boid rule up in the list"""
|
|
54
39
|
|
|
55
40
|
def state_add(
|
|
56
41
|
execution_context: int | str | None = None,
|
|
57
42
|
undo: bool | None = None,
|
|
58
43
|
/,
|
|
59
44
|
) -> None:
|
|
60
|
-
"""Add a boid state to the particle system
|
|
61
|
-
|
|
62
|
-
:type execution_context: int | str | None
|
|
63
|
-
:type undo: bool | None
|
|
64
|
-
"""
|
|
45
|
+
"""Add a boid state to the particle system"""
|
|
65
46
|
|
|
66
47
|
def state_del(
|
|
67
48
|
execution_context: int | str | None = None,
|
|
68
49
|
undo: bool | None = None,
|
|
69
50
|
/,
|
|
70
51
|
) -> None:
|
|
71
|
-
"""Delete current boid state
|
|
72
|
-
|
|
73
|
-
:type execution_context: int | str | None
|
|
74
|
-
:type undo: bool | None
|
|
75
|
-
"""
|
|
52
|
+
"""Delete current boid state"""
|
|
76
53
|
|
|
77
54
|
def state_move_down(
|
|
78
55
|
execution_context: int | str | None = None,
|
|
79
56
|
undo: bool | None = None,
|
|
80
57
|
/,
|
|
81
58
|
) -> None:
|
|
82
|
-
"""Move boid state down in the list
|
|
83
|
-
|
|
84
|
-
:type execution_context: int | str | None
|
|
85
|
-
:type undo: bool | None
|
|
86
|
-
"""
|
|
59
|
+
"""Move boid state down in the list"""
|
|
87
60
|
|
|
88
61
|
def state_move_up(
|
|
89
62
|
execution_context: int | str | None = None,
|
|
90
63
|
undo: bool | None = None,
|
|
91
64
|
/,
|
|
92
65
|
) -> None:
|
|
93
|
-
"""Move boid state up in the list
|
|
94
|
-
|
|
95
|
-
:type execution_context: int | str | None
|
|
96
|
-
:type undo: bool | None
|
|
97
|
-
"""
|
|
66
|
+
"""Move boid state up in the list"""
|
bpy/ops/brush/__init__.pyi
CHANGED
|
@@ -17,16 +17,10 @@ def asset_activate(
|
|
|
17
17
|
) -> None:
|
|
18
18
|
"""Activate a brush asset as current sculpt and paint tool
|
|
19
19
|
|
|
20
|
-
:type execution_context: int | str | None
|
|
21
|
-
:type undo: bool | None
|
|
22
20
|
:param asset_library_type: Asset Library Type
|
|
23
|
-
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
24
21
|
:param asset_library_identifier: Asset Library Identifier
|
|
25
|
-
:type asset_library_identifier: str
|
|
26
22
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
27
|
-
:type relative_asset_identifier: str
|
|
28
23
|
:param use_toggle: Toggle, Switch between the current and assigned brushes on consecutive uses.
|
|
29
|
-
:type use_toggle: bool | None
|
|
30
24
|
"""
|
|
31
25
|
|
|
32
26
|
def asset_delete(
|
|
@@ -34,11 +28,7 @@ def asset_delete(
|
|
|
34
28
|
undo: bool | None = None,
|
|
35
29
|
/,
|
|
36
30
|
) -> None:
|
|
37
|
-
"""Delete the active brush asset
|
|
38
|
-
|
|
39
|
-
:type execution_context: int | str | None
|
|
40
|
-
:type undo: bool | None
|
|
41
|
-
"""
|
|
31
|
+
"""Delete the active brush asset"""
|
|
42
32
|
|
|
43
33
|
def asset_edit_metadata(
|
|
44
34
|
execution_context: int | str | None = None,
|
|
@@ -51,14 +41,9 @@ def asset_edit_metadata(
|
|
|
51
41
|
) -> None:
|
|
52
42
|
"""Edit asset information like the catalog, preview image, tags, or author
|
|
53
43
|
|
|
54
|
-
:type execution_context: int | str | None
|
|
55
|
-
:type undo: bool | None
|
|
56
44
|
:param catalog_path: Catalog, The assets catalog path
|
|
57
|
-
:type catalog_path: str
|
|
58
45
|
:param author: Author
|
|
59
|
-
:type author: str
|
|
60
46
|
:param description: Description
|
|
61
|
-
:type description: str
|
|
62
47
|
"""
|
|
63
48
|
|
|
64
49
|
def asset_load_preview(
|
|
@@ -96,52 +81,28 @@ def asset_load_preview(
|
|
|
96
81
|
) -> None:
|
|
97
82
|
"""Choose a preview image for the brush
|
|
98
83
|
|
|
99
|
-
:type execution_context: int | str | None
|
|
100
|
-
:type undo: bool | None
|
|
101
84
|
:param filepath: File Path, Path to file
|
|
102
|
-
:type filepath: str
|
|
103
85
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
104
|
-
:type hide_props_region: bool | None
|
|
105
86
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
106
|
-
:type check_existing: bool | None
|
|
107
87
|
:param filter_blender: Filter .blend files
|
|
108
|
-
:type filter_blender: bool | None
|
|
109
88
|
:param filter_backup: Filter .blend files
|
|
110
|
-
:type filter_backup: bool | None
|
|
111
89
|
:param filter_image: Filter image files
|
|
112
|
-
:type filter_image: bool | None
|
|
113
90
|
:param filter_movie: Filter movie files
|
|
114
|
-
:type filter_movie: bool | None
|
|
115
91
|
:param filter_python: Filter Python files
|
|
116
|
-
:type filter_python: bool | None
|
|
117
92
|
:param filter_font: Filter font files
|
|
118
|
-
:type filter_font: bool | None
|
|
119
93
|
:param filter_sound: Filter sound files
|
|
120
|
-
:type filter_sound: bool | None
|
|
121
94
|
:param filter_text: Filter text files
|
|
122
|
-
:type filter_text: bool | None
|
|
123
95
|
:param filter_archive: Filter archive files
|
|
124
|
-
:type filter_archive: bool | None
|
|
125
96
|
:param filter_btx: Filter btx files
|
|
126
|
-
:type filter_btx: bool | None
|
|
127
97
|
:param filter_alembic: Filter Alembic files
|
|
128
|
-
:type filter_alembic: bool | None
|
|
129
98
|
:param filter_usd: Filter USD files
|
|
130
|
-
:type filter_usd: bool | None
|
|
131
99
|
:param filter_obj: Filter OBJ files
|
|
132
|
-
:type filter_obj: bool | None
|
|
133
100
|
:param filter_volume: Filter OpenVDB volume files
|
|
134
|
-
:type filter_volume: bool | None
|
|
135
101
|
:param filter_folder: Filter folders
|
|
136
|
-
:type filter_folder: bool | None
|
|
137
102
|
:param filter_blenlib: Filter Blender IDs
|
|
138
|
-
:type filter_blenlib: bool | None
|
|
139
103
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
140
|
-
:type filemode: int | None
|
|
141
104
|
:param show_multiview: Enable Multi-View
|
|
142
|
-
:type show_multiview: bool | None
|
|
143
105
|
:param use_multiview: Use Multi-View
|
|
144
|
-
:type use_multiview: bool | None
|
|
145
106
|
:param display_type: Display Type
|
|
146
107
|
|
|
147
108
|
DEFAULT
|
|
@@ -155,9 +116,7 @@ def asset_load_preview(
|
|
|
155
116
|
|
|
156
117
|
THUMBNAIL
|
|
157
118
|
Thumbnails -- Display files as thumbnails.
|
|
158
|
-
:type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
|
|
159
119
|
:param sort_method: File sorting mode
|
|
160
|
-
:type sort_method: str | None
|
|
161
120
|
"""
|
|
162
121
|
|
|
163
122
|
def asset_revert(
|
|
@@ -165,22 +124,14 @@ def asset_revert(
|
|
|
165
124
|
undo: bool | None = None,
|
|
166
125
|
/,
|
|
167
126
|
) -> None:
|
|
168
|
-
"""Revert the active brush settings to the default values from the asset library
|
|
169
|
-
|
|
170
|
-
:type execution_context: int | str | None
|
|
171
|
-
:type undo: bool | None
|
|
172
|
-
"""
|
|
127
|
+
"""Revert the active brush settings to the default values from the asset library"""
|
|
173
128
|
|
|
174
129
|
def asset_save(
|
|
175
130
|
execution_context: int | str | None = None,
|
|
176
131
|
undo: bool | None = None,
|
|
177
132
|
/,
|
|
178
133
|
) -> None:
|
|
179
|
-
"""Update the active brush asset in the asset library with current settings
|
|
180
|
-
|
|
181
|
-
:type execution_context: int | str | None
|
|
182
|
-
:type undo: bool | None
|
|
183
|
-
"""
|
|
134
|
+
"""Update the active brush asset in the asset library with current settings"""
|
|
184
135
|
|
|
185
136
|
def asset_save_as(
|
|
186
137
|
execution_context: int | str | None = None,
|
|
@@ -193,30 +144,9 @@ def asset_save_as(
|
|
|
193
144
|
) -> None:
|
|
194
145
|
"""Save a copy of the active brush asset into the default asset library, and make it the active brush
|
|
195
146
|
|
|
196
|
-
:type execution_context: int | str | None
|
|
197
|
-
:type undo: bool | None
|
|
198
147
|
:param name: Name, Name for the new brush asset
|
|
199
|
-
:type name: str
|
|
200
148
|
:param asset_library_reference: Library, Asset library used to store the new brush
|
|
201
|
-
:type asset_library_reference: str | None
|
|
202
149
|
:param catalog_path: Catalog, Catalog to use for the new asset
|
|
203
|
-
:type catalog_path: str
|
|
204
|
-
"""
|
|
205
|
-
|
|
206
|
-
def curve_preset(
|
|
207
|
-
execution_context: int | str | None = None,
|
|
208
|
-
undo: bool | None = None,
|
|
209
|
-
/,
|
|
210
|
-
*,
|
|
211
|
-
shape: typing.Literal["SHARP", "SMOOTH", "MAX", "LINE", "ROUND", "ROOT"]
|
|
212
|
-
| None = "SMOOTH",
|
|
213
|
-
) -> None:
|
|
214
|
-
"""Set brush shape
|
|
215
|
-
|
|
216
|
-
:type execution_context: int | str | None
|
|
217
|
-
:type undo: bool | None
|
|
218
|
-
:param shape: Mode
|
|
219
|
-
:type shape: typing.Literal['SHARP','SMOOTH','MAX','LINE','ROUND','ROOT'] | None
|
|
220
150
|
"""
|
|
221
151
|
|
|
222
152
|
def scale_size(
|
|
@@ -228,26 +158,7 @@ def scale_size(
|
|
|
228
158
|
) -> None:
|
|
229
159
|
"""Change brush size by a scalar
|
|
230
160
|
|
|
231
|
-
:type execution_context: int | str | None
|
|
232
|
-
:type undo: bool | None
|
|
233
161
|
:param scalar: Scalar, Factor to scale brush size by
|
|
234
|
-
:type scalar: float | None
|
|
235
|
-
"""
|
|
236
|
-
|
|
237
|
-
def sculpt_curves_falloff_preset(
|
|
238
|
-
execution_context: int | str | None = None,
|
|
239
|
-
undo: bool | None = None,
|
|
240
|
-
/,
|
|
241
|
-
*,
|
|
242
|
-
shape: typing.Literal["SHARP", "SMOOTH", "MAX", "LINE", "ROUND", "ROOT"]
|
|
243
|
-
| None = "SMOOTH",
|
|
244
|
-
) -> None:
|
|
245
|
-
"""Set Curve Falloff Preset
|
|
246
|
-
|
|
247
|
-
:type execution_context: int | str | None
|
|
248
|
-
:type undo: bool | None
|
|
249
|
-
:param shape: Mode
|
|
250
|
-
:type shape: typing.Literal['SHARP','SMOOTH','MAX','LINE','ROUND','ROOT'] | None
|
|
251
162
|
"""
|
|
252
163
|
|
|
253
164
|
def stencil_control(
|
|
@@ -260,12 +171,8 @@ def stencil_control(
|
|
|
260
171
|
) -> None:
|
|
261
172
|
"""Control the stencil brush
|
|
262
173
|
|
|
263
|
-
:type execution_context: int | str | None
|
|
264
|
-
:type undo: bool | None
|
|
265
174
|
:param mode: Tool
|
|
266
|
-
:type mode: typing.Literal['TRANSLATION','SCALE','ROTATION'] | None
|
|
267
175
|
:param texmode: Tool
|
|
268
|
-
:type texmode: typing.Literal['PRIMARY','SECONDARY'] | None
|
|
269
176
|
"""
|
|
270
177
|
|
|
271
178
|
def stencil_fit_image_aspect(
|
|
@@ -279,14 +186,9 @@ def stencil_fit_image_aspect(
|
|
|
279
186
|
) -> None:
|
|
280
187
|
"""When using an image texture, adjust the stencil size to fit the image aspect ratio
|
|
281
188
|
|
|
282
|
-
:type execution_context: int | str | None
|
|
283
|
-
:type undo: bool | None
|
|
284
189
|
:param use_repeat: Use Repeat, Use repeat mapping values
|
|
285
|
-
:type use_repeat: bool | None
|
|
286
190
|
:param use_scale: Use Scale, Use texture scale values
|
|
287
|
-
:type use_scale: bool | None
|
|
288
191
|
:param mask: Modify Mask Stencil, Modify either the primary or mask stencil
|
|
289
|
-
:type mask: bool | None
|
|
290
192
|
"""
|
|
291
193
|
|
|
292
194
|
def stencil_reset_transform(
|
|
@@ -298,8 +200,5 @@ def stencil_reset_transform(
|
|
|
298
200
|
) -> None:
|
|
299
201
|
"""Reset the stencil transformation to the default
|
|
300
202
|
|
|
301
|
-
:type execution_context: int | str | None
|
|
302
|
-
:type undo: bool | None
|
|
303
203
|
:param mask: Modify Mask Stencil, Modify either the primary or mask stencil
|
|
304
|
-
:type mask: bool | None
|
|
305
204
|
"""
|