fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
bpy/ops/brush/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def add(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -35,7 +36,7 @@ def curve_preset(
|
|
|
35
36
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
36
37
|
execution_context: str | int | None = None,
|
|
37
38
|
undo: bool | None = None,
|
|
38
|
-
shape:
|
|
39
|
+
shape: str | int | None = "SMOOTH",
|
|
39
40
|
):
|
|
40
41
|
"""Set brush shape
|
|
41
42
|
|
|
@@ -43,7 +44,7 @@ def curve_preset(
|
|
|
43
44
|
:type execution_context: str | int | None
|
|
44
45
|
:type undo: bool | None
|
|
45
46
|
:param shape: Mode
|
|
46
|
-
:type shape:
|
|
47
|
+
:type shape: str | int | None
|
|
47
48
|
"""
|
|
48
49
|
|
|
49
50
|
...
|
|
@@ -83,7 +84,7 @@ def sculpt_curves_falloff_preset(
|
|
|
83
84
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
84
85
|
execution_context: str | int | None = None,
|
|
85
86
|
undo: bool | None = None,
|
|
86
|
-
shape:
|
|
87
|
+
shape: str | int | None = "SMOOTH",
|
|
87
88
|
):
|
|
88
89
|
"""Set Curve Falloff Preset
|
|
89
90
|
|
|
@@ -91,7 +92,7 @@ def sculpt_curves_falloff_preset(
|
|
|
91
92
|
:type execution_context: str | int | None
|
|
92
93
|
:type undo: bool | None
|
|
93
94
|
:param shape: Mode
|
|
94
|
-
:type shape:
|
|
95
|
+
:type shape: str | int | None
|
|
95
96
|
"""
|
|
96
97
|
|
|
97
98
|
...
|
|
@@ -100,8 +101,8 @@ def stencil_control(
|
|
|
100
101
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
101
102
|
execution_context: str | int | None = None,
|
|
102
103
|
undo: bool | None = None,
|
|
103
|
-
mode:
|
|
104
|
-
texmode:
|
|
104
|
+
mode: str | int | None = "TRANSLATION",
|
|
105
|
+
texmode: str | int | None = "PRIMARY",
|
|
105
106
|
):
|
|
106
107
|
"""Control the stencil brush
|
|
107
108
|
|
|
@@ -109,9 +110,9 @@ def stencil_control(
|
|
|
109
110
|
:type execution_context: str | int | None
|
|
110
111
|
:type undo: bool | None
|
|
111
112
|
:param mode: Tool
|
|
112
|
-
:type mode:
|
|
113
|
+
:type mode: str | int | None
|
|
113
114
|
:param texmode: Tool
|
|
114
|
-
:type texmode:
|
|
115
|
+
:type texmode: str | int | None
|
|
115
116
|
"""
|
|
116
117
|
|
|
117
118
|
...
|
bpy/ops/buttons/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def clear_filter(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -57,8 +58,8 @@ def directory_browse(
|
|
|
57
58
|
filter_blenlib: bool | typing.Any | None = False,
|
|
58
59
|
filemode: typing.Any | None = 9,
|
|
59
60
|
relative_path: bool | typing.Any | None = True,
|
|
60
|
-
display_type:
|
|
61
|
-
sort_method: str | int |
|
|
61
|
+
display_type: str | int | None = "DEFAULT",
|
|
62
|
+
sort_method: str | int | None = "",
|
|
62
63
|
):
|
|
63
64
|
"""Open a directory browser, hold Shift to open the file, Alt to browse containing directory
|
|
64
65
|
|
|
@@ -122,9 +123,9 @@ def directory_browse(
|
|
|
122
123
|
|
|
123
124
|
THUMBNAIL
|
|
124
125
|
Thumbnails -- Display files as thumbnails.
|
|
125
|
-
:type display_type:
|
|
126
|
+
:type display_type: str | int | None
|
|
126
127
|
:param sort_method: File sorting mode
|
|
127
|
-
:type sort_method: str | int |
|
|
128
|
+
:type sort_method: str | int | None
|
|
128
129
|
"""
|
|
129
130
|
|
|
130
131
|
...
|
|
@@ -155,8 +156,8 @@ def file_browse(
|
|
|
155
156
|
filter_blenlib: bool | typing.Any | None = False,
|
|
156
157
|
filemode: typing.Any | None = 9,
|
|
157
158
|
relative_path: bool | typing.Any | None = True,
|
|
158
|
-
display_type:
|
|
159
|
-
sort_method: str | int |
|
|
159
|
+
display_type: str | int | None = "DEFAULT",
|
|
160
|
+
sort_method: str | int | None = "",
|
|
160
161
|
):
|
|
161
162
|
"""Open a file browser, hold Shift to open the file, Alt to browse containing directory
|
|
162
163
|
|
|
@@ -220,9 +221,9 @@ def file_browse(
|
|
|
220
221
|
|
|
221
222
|
THUMBNAIL
|
|
222
223
|
Thumbnails -- Display files as thumbnails.
|
|
223
|
-
:type display_type:
|
|
224
|
+
:type display_type: str | int | None
|
|
224
225
|
:param sort_method: File sorting mode
|
|
225
|
-
:type sort_method: str | int |
|
|
226
|
+
:type sort_method: str | int | None
|
|
226
227
|
"""
|
|
227
228
|
|
|
228
229
|
...
|
bpy/ops/cachefile/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def layer_add(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -29,8 +30,8 @@ def layer_add(
|
|
|
29
30
|
filter_blenlib: bool | typing.Any | None = False,
|
|
30
31
|
filemode: typing.Any | None = 8,
|
|
31
32
|
relative_path: bool | typing.Any | None = True,
|
|
32
|
-
display_type:
|
|
33
|
-
sort_method: str | int |
|
|
33
|
+
display_type: str | int | None = "DEFAULT",
|
|
34
|
+
sort_method: str | int | None = "",
|
|
34
35
|
):
|
|
35
36
|
"""Add an override layer to the archive
|
|
36
37
|
|
|
@@ -94,9 +95,9 @@ def layer_add(
|
|
|
94
95
|
|
|
95
96
|
THUMBNAIL
|
|
96
97
|
Thumbnails -- Display files as thumbnails.
|
|
97
|
-
:type display_type:
|
|
98
|
+
:type display_type: str | int | None
|
|
98
99
|
:param sort_method: File sorting mode
|
|
99
|
-
:type sort_method: str | int |
|
|
100
|
+
:type sort_method: str | int | None
|
|
100
101
|
"""
|
|
101
102
|
|
|
102
103
|
...
|
|
@@ -105,7 +106,7 @@ def layer_move(
|
|
|
105
106
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
106
107
|
execution_context: str | int | None = None,
|
|
107
108
|
undo: bool | None = None,
|
|
108
|
-
direction:
|
|
109
|
+
direction: str | int | None = "UP",
|
|
109
110
|
):
|
|
110
111
|
"""Move layer in the list, layers further down the list will overwrite data from the layers higher up
|
|
111
112
|
|
|
@@ -113,7 +114,7 @@ def layer_move(
|
|
|
113
114
|
:type execution_context: str | int | None
|
|
114
115
|
:type undo: bool | None
|
|
115
116
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
116
|
-
:type direction:
|
|
117
|
+
:type direction: str | int | None
|
|
117
118
|
"""
|
|
118
119
|
|
|
119
120
|
...
|
|
@@ -158,8 +159,8 @@ def open(
|
|
|
158
159
|
filter_blenlib: bool | typing.Any | None = False,
|
|
159
160
|
filemode: typing.Any | None = 8,
|
|
160
161
|
relative_path: bool | typing.Any | None = True,
|
|
161
|
-
display_type:
|
|
162
|
-
sort_method: str | int |
|
|
162
|
+
display_type: str | int | None = "DEFAULT",
|
|
163
|
+
sort_method: str | int | None = "",
|
|
163
164
|
):
|
|
164
165
|
"""Load a cache file
|
|
165
166
|
|
|
@@ -223,9 +224,9 @@ def open(
|
|
|
223
224
|
|
|
224
225
|
THUMBNAIL
|
|
225
226
|
Thumbnails -- Display files as thumbnails.
|
|
226
|
-
:type display_type:
|
|
227
|
+
:type display_type: str | int | None
|
|
227
228
|
:param sort_method: File sorting mode
|
|
228
|
-
:type sort_method: str | int |
|
|
229
|
+
:type sort_method: str | int | None
|
|
229
230
|
"""
|
|
230
231
|
|
|
231
232
|
...
|
bpy/ops/camera/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def preset_add(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -2,7 +2,8 @@ import typing
|
|
|
2
2
|
import bpy.ops.transform
|
|
3
3
|
import bpy.types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
def add_marker(
|
|
8
9
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -172,7 +173,7 @@ def clean_tracks(
|
|
|
172
173
|
undo: bool | None = None,
|
|
173
174
|
frames: typing.Any | None = 0,
|
|
174
175
|
error: typing.Any | None = 0.0,
|
|
175
|
-
action:
|
|
176
|
+
action: str | int | None = "SELECT",
|
|
176
177
|
):
|
|
177
178
|
"""Clean tracks with high error values or few frames
|
|
178
179
|
|
|
@@ -193,7 +194,7 @@ def clean_tracks(
|
|
|
193
194
|
|
|
194
195
|
DELETE_SEGMENTS
|
|
195
196
|
Delete Segments -- Delete unclean segments of tracks.
|
|
196
|
-
:type action:
|
|
197
|
+
:type action: str | int | None
|
|
197
198
|
"""
|
|
198
199
|
|
|
199
200
|
...
|
|
@@ -216,7 +217,7 @@ def clear_track_path(
|
|
|
216
217
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
217
218
|
execution_context: str | int | None = None,
|
|
218
219
|
undo: bool | None = None,
|
|
219
|
-
action:
|
|
220
|
+
action: str | int | None = "REMAINED",
|
|
220
221
|
clear_active: bool | typing.Any | None = False,
|
|
221
222
|
):
|
|
222
223
|
"""Clear tracks after/before current position or clear the whole track
|
|
@@ -234,7 +235,7 @@ def clear_track_path(
|
|
|
234
235
|
|
|
235
236
|
ALL
|
|
236
237
|
Clear All -- Clear the whole path.
|
|
237
|
-
:type action:
|
|
238
|
+
:type action: str | int | None
|
|
238
239
|
:param clear_active: Clear Active, Clear active track only instead of all selected tracks
|
|
239
240
|
:type clear_active: bool | typing.Any | None
|
|
240
241
|
"""
|
|
@@ -352,7 +353,7 @@ def detect_features(
|
|
|
352
353
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
353
354
|
execution_context: str | int | None = None,
|
|
354
355
|
undo: bool | None = None,
|
|
355
|
-
placement:
|
|
356
|
+
placement: str | int | None = "FRAME",
|
|
356
357
|
margin: typing.Any | None = 16,
|
|
357
358
|
threshold: typing.Any | None = 0.5,
|
|
358
359
|
min_distance: typing.Any | None = 120,
|
|
@@ -372,7 +373,7 @@ def detect_features(
|
|
|
372
373
|
|
|
373
374
|
OUTSIDE_GPENCIL
|
|
374
375
|
Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
|
|
375
|
-
:type placement:
|
|
376
|
+
:type placement: str | int | None
|
|
376
377
|
:param margin: Margin, Only features further than margin pixels from the image edges are considered
|
|
377
378
|
:type margin: typing.Any | None
|
|
378
379
|
:param threshold: Threshold, Threshold level to consider feature good enough for tracking
|
|
@@ -387,7 +388,7 @@ def disable_markers(
|
|
|
387
388
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
388
389
|
execution_context: str | int | None = None,
|
|
389
390
|
undo: bool | None = None,
|
|
390
|
-
action:
|
|
391
|
+
action: str | int | None = "DISABLE",
|
|
391
392
|
):
|
|
392
393
|
"""Disable/enable selected markers
|
|
393
394
|
|
|
@@ -404,7 +405,7 @@ def disable_markers(
|
|
|
404
405
|
|
|
405
406
|
TOGGLE
|
|
406
407
|
Toggle -- Toggle disabled flag for selected markers.
|
|
407
|
-
:type action:
|
|
408
|
+
:type action: str | int | None
|
|
408
409
|
"""
|
|
409
410
|
|
|
410
411
|
...
|
|
@@ -464,7 +465,7 @@ def frame_jump(
|
|
|
464
465
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
465
466
|
execution_context: str | int | None = None,
|
|
466
467
|
undo: bool | None = None,
|
|
467
|
-
position:
|
|
468
|
+
position: str | int | None = "PATHSTART",
|
|
468
469
|
):
|
|
469
470
|
"""Jump to special frame
|
|
470
471
|
|
|
@@ -484,7 +485,7 @@ def frame_jump(
|
|
|
484
485
|
|
|
485
486
|
FAILNEXT
|
|
486
487
|
Next Failed -- Jump to next failed frame.
|
|
487
|
-
:type position:
|
|
488
|
+
:type position: str | int | None
|
|
488
489
|
"""
|
|
489
490
|
|
|
490
491
|
...
|
|
@@ -538,7 +539,7 @@ def graph_disable_markers(
|
|
|
538
539
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
539
540
|
execution_context: str | int | None = None,
|
|
540
541
|
undo: bool | None = None,
|
|
541
|
-
action:
|
|
542
|
+
action: str | int | None = "DISABLE",
|
|
542
543
|
):
|
|
543
544
|
"""Disable/enable selected markers
|
|
544
545
|
|
|
@@ -555,7 +556,7 @@ def graph_disable_markers(
|
|
|
555
556
|
|
|
556
557
|
TOGGLE
|
|
557
558
|
Toggle -- Toggle disabled flag for selected markers.
|
|
558
|
-
:type action:
|
|
559
|
+
:type action: str | int | None
|
|
559
560
|
"""
|
|
560
561
|
|
|
561
562
|
...
|
|
@@ -584,7 +585,7 @@ def graph_select_all_markers(
|
|
|
584
585
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
585
586
|
execution_context: str | int | None = None,
|
|
586
587
|
undo: bool | None = None,
|
|
587
|
-
action:
|
|
588
|
+
action: str | int | None = "TOGGLE",
|
|
588
589
|
):
|
|
589
590
|
"""Change selection of all markers of active track
|
|
590
591
|
|
|
@@ -604,7 +605,7 @@ def graph_select_all_markers(
|
|
|
604
605
|
|
|
605
606
|
INVERT
|
|
606
607
|
Invert -- Invert selection of all elements.
|
|
607
|
-
:type action:
|
|
608
|
+
:type action: str | int | None
|
|
608
609
|
"""
|
|
609
610
|
|
|
610
611
|
...
|
|
@@ -749,7 +750,7 @@ def lock_tracks(
|
|
|
749
750
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
750
751
|
execution_context: str | int | None = None,
|
|
751
752
|
undo: bool | None = None,
|
|
752
|
-
action:
|
|
753
|
+
action: str | int | None = "LOCK",
|
|
753
754
|
):
|
|
754
755
|
"""Lock/unlock selected tracks
|
|
755
756
|
|
|
@@ -766,7 +767,7 @@ def lock_tracks(
|
|
|
766
767
|
|
|
767
768
|
TOGGLE
|
|
768
769
|
Toggle -- Toggle locked flag for selected tracks.
|
|
769
|
-
:type action:
|
|
770
|
+
:type action: str | int | None
|
|
770
771
|
"""
|
|
771
772
|
|
|
772
773
|
...
|
|
@@ -832,8 +833,8 @@ def open(
|
|
|
832
833
|
relative_path: bool | typing.Any | None = True,
|
|
833
834
|
show_multiview: bool | typing.Any | None = False,
|
|
834
835
|
use_multiview: bool | typing.Any | None = False,
|
|
835
|
-
display_type:
|
|
836
|
-
sort_method:
|
|
836
|
+
display_type: str | int | None = "DEFAULT",
|
|
837
|
+
sort_method: str | int | None = "",
|
|
837
838
|
):
|
|
838
839
|
"""Load a sequence of frames or a movie file
|
|
839
840
|
|
|
@@ -903,7 +904,7 @@ def open(
|
|
|
903
904
|
|
|
904
905
|
THUMBNAIL
|
|
905
906
|
Thumbnails -- Display files as thumbnails.
|
|
906
|
-
:type display_type:
|
|
907
|
+
:type display_type: str | int | None
|
|
907
908
|
:param sort_method: File sorting mode
|
|
908
909
|
|
|
909
910
|
DEFAULT
|
|
@@ -920,7 +921,7 @@ def open(
|
|
|
920
921
|
|
|
921
922
|
FILE_SORT_SIZE
|
|
922
923
|
Size -- Sort files by size.
|
|
923
|
-
:type sort_method:
|
|
924
|
+
:type sort_method: str | int | None
|
|
924
925
|
"""
|
|
925
926
|
|
|
926
927
|
...
|
|
@@ -1025,7 +1026,7 @@ def select_all(
|
|
|
1025
1026
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1026
1027
|
execution_context: str | int | None = None,
|
|
1027
1028
|
undo: bool | None = None,
|
|
1028
|
-
action:
|
|
1029
|
+
action: str | int | None = "TOGGLE",
|
|
1029
1030
|
):
|
|
1030
1031
|
"""Change selection of all tracking markers
|
|
1031
1032
|
|
|
@@ -1045,7 +1046,7 @@ def select_all(
|
|
|
1045
1046
|
|
|
1046
1047
|
INVERT
|
|
1047
1048
|
Invert -- Invert selection of all elements.
|
|
1048
|
-
:type action:
|
|
1049
|
+
:type action: str | int | None
|
|
1049
1050
|
"""
|
|
1050
1051
|
|
|
1051
1052
|
...
|
|
@@ -1059,7 +1060,7 @@ def select_box(
|
|
|
1059
1060
|
ymin: typing.Any | None = 0,
|
|
1060
1061
|
ymax: typing.Any | None = 0,
|
|
1061
1062
|
wait_for_input: bool | typing.Any | None = True,
|
|
1062
|
-
mode:
|
|
1063
|
+
mode: str | int | None = "SET",
|
|
1063
1064
|
):
|
|
1064
1065
|
"""Select markers using box selection
|
|
1065
1066
|
|
|
@@ -1086,7 +1087,7 @@ def select_box(
|
|
|
1086
1087
|
|
|
1087
1088
|
SUB
|
|
1088
1089
|
Subtract -- Subtract existing selection.
|
|
1089
|
-
:type mode:
|
|
1090
|
+
:type mode: str | int | None
|
|
1090
1091
|
"""
|
|
1091
1092
|
|
|
1092
1093
|
...
|
|
@@ -1099,7 +1100,7 @@ def select_circle(
|
|
|
1099
1100
|
y: typing.Any | None = 0,
|
|
1100
1101
|
radius: typing.Any | None = 25,
|
|
1101
1102
|
wait_for_input: bool | typing.Any | None = True,
|
|
1102
|
-
mode:
|
|
1103
|
+
mode: str | int | None = "SET",
|
|
1103
1104
|
):
|
|
1104
1105
|
"""Select markers using circle selection
|
|
1105
1106
|
|
|
@@ -1124,7 +1125,7 @@ def select_circle(
|
|
|
1124
1125
|
|
|
1125
1126
|
SUB
|
|
1126
1127
|
Subtract -- Subtract existing selection.
|
|
1127
|
-
:type mode:
|
|
1128
|
+
:type mode: str | int | None
|
|
1128
1129
|
"""
|
|
1129
1130
|
|
|
1130
1131
|
...
|
|
@@ -1133,7 +1134,7 @@ def select_grouped(
|
|
|
1133
1134
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1134
1135
|
execution_context: str | int | None = None,
|
|
1135
1136
|
undo: bool | None = None,
|
|
1136
|
-
group:
|
|
1137
|
+
group: str | int | None = "ESTIMATED",
|
|
1137
1138
|
):
|
|
1138
1139
|
"""Select all tracks from specified group
|
|
1139
1140
|
|
|
@@ -1162,7 +1163,7 @@ def select_grouped(
|
|
|
1162
1163
|
|
|
1163
1164
|
FAILED
|
|
1164
1165
|
Failed Tracks -- Select all tracks which failed to be reconstructed.
|
|
1165
|
-
:type group:
|
|
1166
|
+
:type group: str | int | None
|
|
1166
1167
|
"""
|
|
1167
1168
|
|
|
1168
1169
|
...
|
|
@@ -1172,7 +1173,7 @@ def select_lasso(
|
|
|
1172
1173
|
execution_context: str | int | None = None,
|
|
1173
1174
|
undo: bool | None = None,
|
|
1174
1175
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1175
|
-
mode:
|
|
1176
|
+
mode: str | int | None = "SET",
|
|
1176
1177
|
):
|
|
1177
1178
|
"""Select markers using lasso selection
|
|
1178
1179
|
|
|
@@ -1191,7 +1192,7 @@ def select_lasso(
|
|
|
1191
1192
|
|
|
1192
1193
|
SUB
|
|
1193
1194
|
Subtract -- Subtract existing selection.
|
|
1194
|
-
:type mode:
|
|
1195
|
+
:type mode: str | int | None
|
|
1195
1196
|
"""
|
|
1196
1197
|
|
|
1197
1198
|
...
|
|
@@ -1214,7 +1215,7 @@ def set_axis(
|
|
|
1214
1215
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1215
1216
|
execution_context: str | int | None = None,
|
|
1216
1217
|
undo: bool | None = None,
|
|
1217
|
-
axis:
|
|
1218
|
+
axis: str | int | None = "X",
|
|
1218
1219
|
):
|
|
1219
1220
|
"""Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
|
|
1220
1221
|
|
|
@@ -1228,7 +1229,7 @@ def set_axis(
|
|
|
1228
1229
|
|
|
1229
1230
|
Y
|
|
1230
1231
|
Y -- Align bundle align Y axis.
|
|
1231
|
-
:type axis:
|
|
1232
|
+
:type axis: str | int | None
|
|
1232
1233
|
"""
|
|
1233
1234
|
|
|
1234
1235
|
...
|
|
@@ -1254,7 +1255,7 @@ def set_plane(
|
|
|
1254
1255
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1255
1256
|
execution_context: str | int | None = None,
|
|
1256
1257
|
undo: bool | None = None,
|
|
1257
|
-
plane:
|
|
1258
|
+
plane: str | int | None = "FLOOR",
|
|
1258
1259
|
):
|
|
1259
1260
|
"""Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
|
|
1260
1261
|
|
|
@@ -1268,7 +1269,7 @@ def set_plane(
|
|
|
1268
1269
|
|
|
1269
1270
|
WALL
|
|
1270
1271
|
Wall -- Set wall plane.
|
|
1271
|
-
:type plane:
|
|
1272
|
+
:type plane: str | int | None
|
|
1272
1273
|
"""
|
|
1273
1274
|
|
|
1274
1275
|
...
|
|
@@ -1325,7 +1326,7 @@ def set_solver_keyframe(
|
|
|
1325
1326
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1326
1327
|
execution_context: str | int | None = None,
|
|
1327
1328
|
undo: bool | None = None,
|
|
1328
|
-
keyframe:
|
|
1329
|
+
keyframe: str | int | None = "KEYFRAME_A",
|
|
1329
1330
|
):
|
|
1330
1331
|
"""Set keyframe used by solver
|
|
1331
1332
|
|
|
@@ -1333,7 +1334,7 @@ def set_solver_keyframe(
|
|
|
1333
1334
|
:type execution_context: str | int | None
|
|
1334
1335
|
:type undo: bool | None
|
|
1335
1336
|
:param keyframe: Keyframe, Keyframe to set
|
|
1336
|
-
:type keyframe:
|
|
1337
|
+
:type keyframe: str | int | None
|
|
1337
1338
|
"""
|
|
1338
1339
|
|
|
1339
1340
|
...
|
bpy/ops/cloth/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def preset_add(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
bpy/ops/collection/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def create(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -89,7 +90,7 @@ def objects_add_active(
|
|
|
89
90
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
90
91
|
execution_context: str | int | None = None,
|
|
91
92
|
undo: bool | None = None,
|
|
92
|
-
collection: str | int |
|
|
93
|
+
collection: str | int | None = "",
|
|
93
94
|
):
|
|
94
95
|
"""Add the object to an object collection that contains the active object
|
|
95
96
|
|
|
@@ -97,7 +98,7 @@ def objects_add_active(
|
|
|
97
98
|
:type execution_context: str | int | None
|
|
98
99
|
:type undo: bool | None
|
|
99
100
|
:param collection: Collection, The collection to add other selected objects to
|
|
100
|
-
:type collection: str | int |
|
|
101
|
+
:type collection: str | int | None
|
|
101
102
|
"""
|
|
102
103
|
|
|
103
104
|
...
|
|
@@ -106,7 +107,7 @@ def objects_remove(
|
|
|
106
107
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
107
108
|
execution_context: str | int | None = None,
|
|
108
109
|
undo: bool | None = None,
|
|
109
|
-
collection: str | int |
|
|
110
|
+
collection: str | int | None = "",
|
|
110
111
|
):
|
|
111
112
|
"""Remove selected objects from a collection
|
|
112
113
|
|
|
@@ -114,7 +115,7 @@ def objects_remove(
|
|
|
114
115
|
:type execution_context: str | int | None
|
|
115
116
|
:type undo: bool | None
|
|
116
117
|
:param collection: Collection, The collection to remove this object from
|
|
117
|
-
:type collection: str | int |
|
|
118
|
+
:type collection: str | int | None
|
|
118
119
|
"""
|
|
119
120
|
|
|
120
121
|
...
|
|
@@ -123,7 +124,7 @@ def objects_remove_active(
|
|
|
123
124
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
124
125
|
execution_context: str | int | None = None,
|
|
125
126
|
undo: bool | None = None,
|
|
126
|
-
collection: str | int |
|
|
127
|
+
collection: str | int | None = "",
|
|
127
128
|
):
|
|
128
129
|
"""Remove the object from an object collection that contains the active object
|
|
129
130
|
|
|
@@ -131,7 +132,7 @@ def objects_remove_active(
|
|
|
131
132
|
:type execution_context: str | int | None
|
|
132
133
|
:type undo: bool | None
|
|
133
134
|
:param collection: Collection, The collection to remove other selected objects from
|
|
134
|
-
:type collection: str | int |
|
|
135
|
+
:type collection: str | int | None
|
|
135
136
|
"""
|
|
136
137
|
|
|
137
138
|
...
|
bpy/ops/console/__init__.pyi
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy.types
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
5
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
5
6
|
|
|
6
7
|
def autocomplete(
|
|
7
8
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
@@ -100,7 +101,7 @@ def delete(
|
|
|
100
101
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
101
102
|
execution_context: str | int | None = None,
|
|
102
103
|
undo: bool | None = None,
|
|
103
|
-
type:
|
|
104
|
+
type: str | int | None = "NEXT_CHARACTER",
|
|
104
105
|
):
|
|
105
106
|
"""Delete text by cursor position
|
|
106
107
|
|
|
@@ -108,7 +109,7 @@ def delete(
|
|
|
108
109
|
:type execution_context: str | int | None
|
|
109
110
|
:type undo: bool | None
|
|
110
111
|
:param type: Type, Which part of the text to delete
|
|
111
|
-
:type type:
|
|
112
|
+
:type type: str | int | None
|
|
112
113
|
"""
|
|
113
114
|
|
|
114
115
|
...
|
|
@@ -236,7 +237,7 @@ def move(
|
|
|
236
237
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
237
238
|
execution_context: str | int | None = None,
|
|
238
239
|
undo: bool | None = None,
|
|
239
|
-
type:
|
|
240
|
+
type: str | int | None = "LINE_BEGIN",
|
|
240
241
|
select: bool | typing.Any | None = False,
|
|
241
242
|
):
|
|
242
243
|
"""Move cursor position
|
|
@@ -245,7 +246,7 @@ def move(
|
|
|
245
246
|
:type execution_context: str | int | None
|
|
246
247
|
:type undo: bool | None
|
|
247
248
|
:param type: Type, Where to move cursor to
|
|
248
|
-
:type type:
|
|
249
|
+
:type type: str | int | None
|
|
249
250
|
:param select: Select, Whether to select while moving
|
|
250
251
|
:type select: bool | typing.Any | None
|
|
251
252
|
"""
|
|
@@ -274,7 +275,7 @@ def scrollback_append(
|
|
|
274
275
|
execution_context: str | int | None = None,
|
|
275
276
|
undo: bool | None = None,
|
|
276
277
|
text: str | typing.Any = "",
|
|
277
|
-
type:
|
|
278
|
+
type: str | int | None = "OUTPUT",
|
|
278
279
|
):
|
|
279
280
|
"""Append scrollback text by type
|
|
280
281
|
|
|
@@ -284,7 +285,7 @@ def scrollback_append(
|
|
|
284
285
|
:param text: Text, Text to insert at the cursor position
|
|
285
286
|
:type text: str | typing.Any
|
|
286
287
|
:param type: Type, Console output type
|
|
287
|
-
:type type:
|
|
288
|
+
:type type: str | int | None
|
|
288
289
|
"""
|
|
289
290
|
|
|
290
291
|
...
|