fake-bpy-module 20250629__py3-none-any.whl → 20250830__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 +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +34 -40
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +69 -21
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +40 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +54 -34
- bpy/types/__init__.pyi +55981 -39705
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +6 -6
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +17 -4
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250629.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class SPREADSHEET_HT_header(
|
|
8
|
+
class SPREADSHEET_HT_header(_bpy_types.Header):
|
|
8
9
|
bl_rna: typing.Any
|
|
9
10
|
bl_space_type: typing.Any
|
|
10
11
|
id_data: typing.Any
|
|
@@ -29,7 +30,7 @@ class SPREADSHEET_HT_header(bpy.types.Header):
|
|
|
29
30
|
:param context:
|
|
30
31
|
"""
|
|
31
32
|
|
|
32
|
-
class SPREADSHEET_MT_editor_menus(
|
|
33
|
+
class SPREADSHEET_MT_editor_menus(_bpy_types.Menu):
|
|
33
34
|
bl_idname: typing.Any
|
|
34
35
|
bl_label: typing.Any
|
|
35
36
|
bl_rna: typing.Any
|
|
@@ -55,7 +56,7 @@ class SPREADSHEET_MT_editor_menus(bpy.types.Menu):
|
|
|
55
56
|
:param context:
|
|
56
57
|
"""
|
|
57
58
|
|
|
58
|
-
class SPREADSHEET_MT_view(
|
|
59
|
+
class SPREADSHEET_MT_view(_bpy_types.Menu):
|
|
59
60
|
bl_label: typing.Any
|
|
60
61
|
bl_rna: typing.Any
|
|
61
62
|
id_data: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class STATUSBAR_HT_header(
|
|
8
|
+
class STATUSBAR_HT_header(_bpy_types.Header):
|
|
8
9
|
bl_rna: typing.Any
|
|
9
10
|
bl_space_type: typing.Any
|
|
10
11
|
id_data: typing.Any
|
bl_ui/space_text/__init__.pyi
CHANGED
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class TEXT_HT_footer(
|
|
8
|
+
class TEXT_HT_footer(_bpy_types.Header):
|
|
8
9
|
bl_region_type: typing.Any
|
|
9
10
|
bl_rna: typing.Any
|
|
10
11
|
bl_space_type: typing.Any
|
|
@@ -30,7 +31,7 @@ class TEXT_HT_footer(bpy.types.Header):
|
|
|
30
31
|
:param context:
|
|
31
32
|
"""
|
|
32
33
|
|
|
33
|
-
class TEXT_HT_header(
|
|
34
|
+
class TEXT_HT_header(_bpy_types.Header):
|
|
34
35
|
bl_rna: typing.Any
|
|
35
36
|
bl_space_type: typing.Any
|
|
36
37
|
id_data: typing.Any
|
|
@@ -55,7 +56,7 @@ class TEXT_HT_header(bpy.types.Header):
|
|
|
55
56
|
:param context:
|
|
56
57
|
"""
|
|
57
58
|
|
|
58
|
-
class TEXT_MT_context_menu(
|
|
59
|
+
class TEXT_MT_context_menu(_bpy_types.Menu):
|
|
59
60
|
bl_label: typing.Any
|
|
60
61
|
bl_rna: typing.Any
|
|
61
62
|
id_data: typing.Any
|
|
@@ -80,7 +81,7 @@ class TEXT_MT_context_menu(bpy.types.Menu):
|
|
|
80
81
|
:param _context:
|
|
81
82
|
"""
|
|
82
83
|
|
|
83
|
-
class TEXT_MT_edit(
|
|
84
|
+
class TEXT_MT_edit(_bpy_types.Menu):
|
|
84
85
|
bl_label: typing.Any
|
|
85
86
|
bl_rna: typing.Any
|
|
86
87
|
id_data: typing.Any
|
|
@@ -112,7 +113,7 @@ class TEXT_MT_edit(bpy.types.Menu):
|
|
|
112
113
|
:param context:
|
|
113
114
|
"""
|
|
114
115
|
|
|
115
|
-
class TEXT_MT_edit_to3d(
|
|
116
|
+
class TEXT_MT_edit_to3d(_bpy_types.Menu):
|
|
116
117
|
bl_label: typing.Any
|
|
117
118
|
bl_rna: typing.Any
|
|
118
119
|
id_data: typing.Any
|
|
@@ -137,7 +138,7 @@ class TEXT_MT_edit_to3d(bpy.types.Menu):
|
|
|
137
138
|
:param _context:
|
|
138
139
|
"""
|
|
139
140
|
|
|
140
|
-
class TEXT_MT_editor_menus(
|
|
141
|
+
class TEXT_MT_editor_menus(_bpy_types.Menu):
|
|
141
142
|
bl_idname: typing.Any
|
|
142
143
|
bl_label: typing.Any
|
|
143
144
|
bl_rna: typing.Any
|
|
@@ -163,7 +164,7 @@ class TEXT_MT_editor_menus(bpy.types.Menu):
|
|
|
163
164
|
:param context:
|
|
164
165
|
"""
|
|
165
166
|
|
|
166
|
-
class TEXT_MT_format(
|
|
167
|
+
class TEXT_MT_format(_bpy_types.Menu):
|
|
167
168
|
bl_label: typing.Any
|
|
168
169
|
bl_rna: typing.Any
|
|
169
170
|
id_data: typing.Any
|
|
@@ -188,7 +189,7 @@ class TEXT_MT_format(bpy.types.Menu):
|
|
|
188
189
|
:param _context:
|
|
189
190
|
"""
|
|
190
191
|
|
|
191
|
-
class TEXT_MT_select(
|
|
192
|
+
class TEXT_MT_select(_bpy_types.Menu):
|
|
192
193
|
bl_label: typing.Any
|
|
193
194
|
bl_rna: typing.Any
|
|
194
195
|
id_data: typing.Any
|
|
@@ -213,7 +214,7 @@ class TEXT_MT_select(bpy.types.Menu):
|
|
|
213
214
|
:param _context:
|
|
214
215
|
"""
|
|
215
216
|
|
|
216
|
-
class TEXT_MT_templates(
|
|
217
|
+
class TEXT_MT_templates(_bpy_types.Menu):
|
|
217
218
|
bl_label: typing.Any
|
|
218
219
|
bl_rna: typing.Any
|
|
219
220
|
id_data: typing.Any
|
|
@@ -238,7 +239,7 @@ class TEXT_MT_templates(bpy.types.Menu):
|
|
|
238
239
|
:param _context:
|
|
239
240
|
"""
|
|
240
241
|
|
|
241
|
-
class TEXT_MT_templates_osl(
|
|
242
|
+
class TEXT_MT_templates_osl(_bpy_types.Menu):
|
|
242
243
|
bl_label: typing.Any
|
|
243
244
|
bl_rna: typing.Any
|
|
244
245
|
id_data: typing.Any
|
|
@@ -263,7 +264,7 @@ class TEXT_MT_templates_osl(bpy.types.Menu):
|
|
|
263
264
|
:param _context:
|
|
264
265
|
"""
|
|
265
266
|
|
|
266
|
-
class TEXT_MT_templates_py(
|
|
267
|
+
class TEXT_MT_templates_py(_bpy_types.Menu):
|
|
267
268
|
bl_label: typing.Any
|
|
268
269
|
bl_rna: typing.Any
|
|
269
270
|
id_data: typing.Any
|
|
@@ -288,7 +289,7 @@ class TEXT_MT_templates_py(bpy.types.Menu):
|
|
|
288
289
|
:param _context:
|
|
289
290
|
"""
|
|
290
291
|
|
|
291
|
-
class TEXT_MT_text(
|
|
292
|
+
class TEXT_MT_text(_bpy_types.Menu):
|
|
292
293
|
bl_label: typing.Any
|
|
293
294
|
bl_rna: typing.Any
|
|
294
295
|
id_data: typing.Any
|
|
@@ -313,7 +314,7 @@ class TEXT_MT_text(bpy.types.Menu):
|
|
|
313
314
|
:param context:
|
|
314
315
|
"""
|
|
315
316
|
|
|
316
|
-
class TEXT_MT_view(
|
|
317
|
+
class TEXT_MT_view(_bpy_types.Menu):
|
|
317
318
|
bl_label: typing.Any
|
|
318
319
|
bl_rna: typing.Any
|
|
319
320
|
id_data: typing.Any
|
|
@@ -338,7 +339,7 @@ class TEXT_MT_view(bpy.types.Menu):
|
|
|
338
339
|
:param context:
|
|
339
340
|
"""
|
|
340
341
|
|
|
341
|
-
class TEXT_MT_view_navigation(
|
|
342
|
+
class TEXT_MT_view_navigation(_bpy_types.Menu):
|
|
342
343
|
bl_label: typing.Any
|
|
343
344
|
bl_rna: typing.Any
|
|
344
345
|
id_data: typing.Any
|
|
@@ -363,7 +364,7 @@ class TEXT_MT_view_navigation(bpy.types.Menu):
|
|
|
363
364
|
:param _context:
|
|
364
365
|
"""
|
|
365
366
|
|
|
366
|
-
class TEXT_PT_find(
|
|
367
|
+
class TEXT_PT_find(_bpy_types.Panel):
|
|
367
368
|
bl_category: typing.Any
|
|
368
369
|
bl_label: typing.Any
|
|
369
370
|
bl_region_type: typing.Any
|
|
@@ -391,7 +392,7 @@ class TEXT_PT_find(bpy.types.Panel):
|
|
|
391
392
|
:param context:
|
|
392
393
|
"""
|
|
393
394
|
|
|
394
|
-
class TEXT_PT_properties(
|
|
395
|
+
class TEXT_PT_properties(_bpy_types.Panel):
|
|
395
396
|
bl_category: typing.Any
|
|
396
397
|
bl_label: typing.Any
|
|
397
398
|
bl_region_type: typing.Any
|
bl_ui/space_time/__init__.pyi
CHANGED
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class TIME_MT_editor_menus(
|
|
8
|
+
class TIME_MT_editor_menus(_bpy_types.Menu):
|
|
8
9
|
bl_idname: typing.Any
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
@@ -30,7 +31,7 @@ class TIME_MT_editor_menus(bpy.types.Menu):
|
|
|
30
31
|
:param context:
|
|
31
32
|
"""
|
|
32
33
|
|
|
33
|
-
class TIME_MT_marker(
|
|
34
|
+
class TIME_MT_marker(_bpy_types.Menu):
|
|
34
35
|
bl_label: typing.Any
|
|
35
36
|
bl_rna: typing.Any
|
|
36
37
|
id_data: typing.Any
|
|
@@ -55,7 +56,7 @@ class TIME_MT_marker(bpy.types.Menu):
|
|
|
55
56
|
:param context:
|
|
56
57
|
"""
|
|
57
58
|
|
|
58
|
-
class TIME_MT_view(
|
|
59
|
+
class TIME_MT_view(_bpy_types.Menu):
|
|
59
60
|
bl_label: typing.Any
|
|
60
61
|
bl_rna: typing.Any
|
|
61
62
|
id_data: typing.Any
|
|
@@ -80,7 +81,7 @@ class TIME_MT_view(bpy.types.Menu):
|
|
|
80
81
|
:param context:
|
|
81
82
|
"""
|
|
82
83
|
|
|
83
|
-
class TIME_PT_auto_keyframing(TimelinePanelButtons,
|
|
84
|
+
class TIME_PT_auto_keyframing(TimelinePanelButtons, _bpy_types.Panel):
|
|
84
85
|
bl_label: typing.Any
|
|
85
86
|
bl_options: typing.Any
|
|
86
87
|
bl_region_type: typing.Any
|
|
@@ -109,7 +110,7 @@ class TIME_PT_auto_keyframing(TimelinePanelButtons, bpy.types.Panel):
|
|
|
109
110
|
:param context:
|
|
110
111
|
"""
|
|
111
112
|
|
|
112
|
-
class TIME_PT_keyframing_settings(TimelinePanelButtons,
|
|
113
|
+
class TIME_PT_keyframing_settings(TimelinePanelButtons, _bpy_types.Panel):
|
|
113
114
|
bl_label: typing.Any
|
|
114
115
|
bl_options: typing.Any
|
|
115
116
|
bl_region_type: typing.Any
|
|
@@ -137,7 +138,7 @@ class TIME_PT_keyframing_settings(TimelinePanelButtons, bpy.types.Panel):
|
|
|
137
138
|
:param context:
|
|
138
139
|
"""
|
|
139
140
|
|
|
140
|
-
class TIME_PT_playback(TimelinePanelButtons,
|
|
141
|
+
class TIME_PT_playback(TimelinePanelButtons, _bpy_types.Panel):
|
|
141
142
|
bl_label: typing.Any
|
|
142
143
|
bl_region_type: typing.Any
|
|
143
144
|
bl_rna: typing.Any
|
|
@@ -2,7 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import
|
|
5
|
+
import _bpy_types
|
|
6
6
|
|
|
7
7
|
class ToolActivePanelHelper:
|
|
8
8
|
bl_label: typing.Any
|
|
@@ -114,7 +114,7 @@ class ToolSelectPanelHelper:
|
|
|
114
114
|
:param mode:
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
|
-
class WM_MT_toolsystem_submenu(
|
|
117
|
+
class WM_MT_toolsystem_submenu(_bpy_types.Menu):
|
|
118
118
|
bl_label: typing.Any
|
|
119
119
|
bl_rna: typing.Any
|
|
120
120
|
id_data: typing.Any
|
|
@@ -2,11 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.space_toolsystem_common
|
|
6
|
-
import bpy.types
|
|
7
7
|
|
|
8
8
|
class IMAGE_PT_tools_active(
|
|
9
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
9
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper, _bpy_types.Panel
|
|
10
10
|
):
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_options: typing.Any
|
|
@@ -30,7 +30,7 @@ class IMAGE_PT_tools_active(
|
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
class NODE_PT_tools_active(
|
|
33
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
33
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper, _bpy_types.Panel
|
|
34
34
|
):
|
|
35
35
|
bl_label: typing.Any
|
|
36
36
|
bl_options: typing.Any
|
|
@@ -54,7 +54,7 @@ class NODE_PT_tools_active(
|
|
|
54
54
|
"""
|
|
55
55
|
|
|
56
56
|
class SEQUENCER_PT_tools_active(
|
|
57
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
57
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper, _bpy_types.Panel
|
|
58
58
|
):
|
|
59
59
|
bl_label: typing.Any
|
|
60
60
|
bl_options: typing.Any
|
|
@@ -78,7 +78,7 @@ class SEQUENCER_PT_tools_active(
|
|
|
78
78
|
"""
|
|
79
79
|
|
|
80
80
|
class VIEW3D_PT_tools_active(
|
|
81
|
-
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
81
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper, _bpy_types.Panel
|
|
82
82
|
):
|
|
83
83
|
bl_label: typing.Any
|
|
84
84
|
bl_options: typing.Any
|
|
@@ -171,6 +171,7 @@ class _defs_gpencil_weight: ...
|
|
|
171
171
|
|
|
172
172
|
class _defs_grease_pencil_edit:
|
|
173
173
|
interpolate: typing.Any
|
|
174
|
+
pen: typing.Any
|
|
174
175
|
shear: typing.Any
|
|
175
176
|
texture_gradient: typing.Any
|
|
176
177
|
|
|
@@ -236,6 +237,22 @@ class _defs_image_generic:
|
|
|
236
237
|
:param context:
|
|
237
238
|
"""
|
|
238
239
|
|
|
240
|
+
class _defs_image_mask_primitive:
|
|
241
|
+
box: typing.Any
|
|
242
|
+
circle: typing.Any
|
|
243
|
+
|
|
244
|
+
class _defs_image_mask_select:
|
|
245
|
+
box: typing.Any
|
|
246
|
+
circle: typing.Any
|
|
247
|
+
lasso: typing.Any
|
|
248
|
+
select: typing.Any
|
|
249
|
+
|
|
250
|
+
class _defs_image_mask_transform:
|
|
251
|
+
rotate: typing.Any
|
|
252
|
+
scale: typing.Any
|
|
253
|
+
transform: typing.Any
|
|
254
|
+
translate: typing.Any
|
|
255
|
+
|
|
239
256
|
class _defs_image_uv_edit:
|
|
240
257
|
rip_region: typing.Any
|
|
241
258
|
|
|
@@ -338,6 +355,7 @@ class _defs_sequencer_generic:
|
|
|
338
355
|
rotate: typing.Any
|
|
339
356
|
sample: typing.Any
|
|
340
357
|
scale: typing.Any
|
|
358
|
+
slip: typing.Any
|
|
341
359
|
transform: typing.Any
|
|
342
360
|
translate: typing.Any
|
|
343
361
|
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class TOPBAR_HT_upper_bar(
|
|
8
|
+
class TOPBAR_HT_upper_bar(_bpy_types.Header):
|
|
8
9
|
bl_rna: typing.Any
|
|
9
10
|
bl_space_type: typing.Any
|
|
10
11
|
id_data: typing.Any
|
|
@@ -41,7 +42,7 @@ class TOPBAR_HT_upper_bar(bpy.types.Header):
|
|
|
41
42
|
:param context:
|
|
42
43
|
"""
|
|
43
44
|
|
|
44
|
-
class TOPBAR_MT_blender(
|
|
45
|
+
class TOPBAR_MT_blender(_bpy_types.Menu):
|
|
45
46
|
bl_label: typing.Any
|
|
46
47
|
bl_rna: typing.Any
|
|
47
48
|
id_data: typing.Any
|
|
@@ -66,7 +67,7 @@ class TOPBAR_MT_blender(bpy.types.Menu):
|
|
|
66
67
|
:param _context:
|
|
67
68
|
"""
|
|
68
69
|
|
|
69
|
-
class TOPBAR_MT_blender_system(
|
|
70
|
+
class TOPBAR_MT_blender_system(_bpy_types.Menu):
|
|
70
71
|
bl_label: typing.Any
|
|
71
72
|
bl_rna: typing.Any
|
|
72
73
|
id_data: typing.Any
|
|
@@ -91,7 +92,7 @@ class TOPBAR_MT_blender_system(bpy.types.Menu):
|
|
|
91
92
|
:param _context:
|
|
92
93
|
"""
|
|
93
94
|
|
|
94
|
-
class TOPBAR_MT_edit(
|
|
95
|
+
class TOPBAR_MT_edit(_bpy_types.Menu):
|
|
95
96
|
bl_label: typing.Any
|
|
96
97
|
bl_rna: typing.Any
|
|
97
98
|
id_data: typing.Any
|
|
@@ -116,7 +117,7 @@ class TOPBAR_MT_edit(bpy.types.Menu):
|
|
|
116
117
|
:param context:
|
|
117
118
|
"""
|
|
118
119
|
|
|
119
|
-
class TOPBAR_MT_editor_menus(
|
|
120
|
+
class TOPBAR_MT_editor_menus(_bpy_types.Menu):
|
|
120
121
|
bl_idname: typing.Any
|
|
121
122
|
bl_label: typing.Any
|
|
122
123
|
bl_rna: typing.Any
|
|
@@ -142,7 +143,7 @@ class TOPBAR_MT_editor_menus(bpy.types.Menu):
|
|
|
142
143
|
:param context:
|
|
143
144
|
"""
|
|
144
145
|
|
|
145
|
-
class TOPBAR_MT_file(
|
|
146
|
+
class TOPBAR_MT_file(_bpy_types.Menu):
|
|
146
147
|
bl_label: typing.Any
|
|
147
148
|
bl_rna: typing.Any
|
|
148
149
|
id_data: typing.Any
|
|
@@ -167,7 +168,7 @@ class TOPBAR_MT_file(bpy.types.Menu):
|
|
|
167
168
|
:param context:
|
|
168
169
|
"""
|
|
169
170
|
|
|
170
|
-
class TOPBAR_MT_file_cleanup(
|
|
171
|
+
class TOPBAR_MT_file_cleanup(_bpy_types.Menu):
|
|
171
172
|
bl_label: typing.Any
|
|
172
173
|
bl_rna: typing.Any
|
|
173
174
|
id_data: typing.Any
|
|
@@ -192,7 +193,7 @@ class TOPBAR_MT_file_cleanup(bpy.types.Menu):
|
|
|
192
193
|
:param _context:
|
|
193
194
|
"""
|
|
194
195
|
|
|
195
|
-
class TOPBAR_MT_file_context_menu(
|
|
196
|
+
class TOPBAR_MT_file_context_menu(_bpy_types.Menu):
|
|
196
197
|
bl_label: typing.Any
|
|
197
198
|
bl_rna: typing.Any
|
|
198
199
|
id_data: typing.Any
|
|
@@ -217,7 +218,7 @@ class TOPBAR_MT_file_context_menu(bpy.types.Menu):
|
|
|
217
218
|
:param _context:
|
|
218
219
|
"""
|
|
219
220
|
|
|
220
|
-
class TOPBAR_MT_file_defaults(
|
|
221
|
+
class TOPBAR_MT_file_defaults(_bpy_types.Menu):
|
|
221
222
|
bl_label: typing.Any
|
|
222
223
|
bl_rna: typing.Any
|
|
223
224
|
id_data: typing.Any
|
|
@@ -242,7 +243,7 @@ class TOPBAR_MT_file_defaults(bpy.types.Menu):
|
|
|
242
243
|
:param context:
|
|
243
244
|
"""
|
|
244
245
|
|
|
245
|
-
class TOPBAR_MT_file_export(
|
|
246
|
+
class TOPBAR_MT_file_export(_bpy_types.Menu):
|
|
246
247
|
bl_idname: typing.Any
|
|
247
248
|
bl_label: typing.Any
|
|
248
249
|
bl_owner_use_filter: typing.Any
|
|
@@ -263,7 +264,7 @@ class TOPBAR_MT_file_export(bpy.types.Menu):
|
|
|
263
264
|
:rtype: typing.Any
|
|
264
265
|
"""
|
|
265
266
|
|
|
266
|
-
class TOPBAR_MT_file_external_data(
|
|
267
|
+
class TOPBAR_MT_file_external_data(_bpy_types.Menu):
|
|
267
268
|
bl_label: typing.Any
|
|
268
269
|
bl_rna: typing.Any
|
|
269
270
|
id_data: typing.Any
|
|
@@ -288,7 +289,7 @@ class TOPBAR_MT_file_external_data(bpy.types.Menu):
|
|
|
288
289
|
:param _context:
|
|
289
290
|
"""
|
|
290
291
|
|
|
291
|
-
class TOPBAR_MT_file_import(
|
|
292
|
+
class TOPBAR_MT_file_import(_bpy_types.Menu):
|
|
292
293
|
bl_idname: typing.Any
|
|
293
294
|
bl_label: typing.Any
|
|
294
295
|
bl_owner_use_filter: typing.Any
|
|
@@ -309,7 +310,7 @@ class TOPBAR_MT_file_import(bpy.types.Menu):
|
|
|
309
310
|
:rtype: typing.Any
|
|
310
311
|
"""
|
|
311
312
|
|
|
312
|
-
class TOPBAR_MT_file_new(
|
|
313
|
+
class TOPBAR_MT_file_new(_bpy_types.Menu):
|
|
313
314
|
bl_label: typing.Any
|
|
314
315
|
bl_rna: typing.Any
|
|
315
316
|
id_data: typing.Any
|
|
@@ -346,7 +347,7 @@ class TOPBAR_MT_file_new(bpy.types.Menu):
|
|
|
346
347
|
:param use_more:
|
|
347
348
|
"""
|
|
348
349
|
|
|
349
|
-
class TOPBAR_MT_file_previews(
|
|
350
|
+
class TOPBAR_MT_file_previews(_bpy_types.Menu):
|
|
350
351
|
bl_label: typing.Any
|
|
351
352
|
bl_rna: typing.Any
|
|
352
353
|
id_data: typing.Any
|
|
@@ -371,7 +372,7 @@ class TOPBAR_MT_file_previews(bpy.types.Menu):
|
|
|
371
372
|
:param _context:
|
|
372
373
|
"""
|
|
373
374
|
|
|
374
|
-
class TOPBAR_MT_file_recover(
|
|
375
|
+
class TOPBAR_MT_file_recover(_bpy_types.Menu):
|
|
375
376
|
bl_label: typing.Any
|
|
376
377
|
bl_rna: typing.Any
|
|
377
378
|
id_data: typing.Any
|
|
@@ -396,7 +397,7 @@ class TOPBAR_MT_file_recover(bpy.types.Menu):
|
|
|
396
397
|
:param _context:
|
|
397
398
|
"""
|
|
398
399
|
|
|
399
|
-
class TOPBAR_MT_help(
|
|
400
|
+
class TOPBAR_MT_help(_bpy_types.Menu):
|
|
400
401
|
bl_label: typing.Any
|
|
401
402
|
bl_rna: typing.Any
|
|
402
403
|
id_data: typing.Any
|
|
@@ -421,7 +422,7 @@ class TOPBAR_MT_help(bpy.types.Menu):
|
|
|
421
422
|
:param context:
|
|
422
423
|
"""
|
|
423
424
|
|
|
424
|
-
class TOPBAR_MT_render(
|
|
425
|
+
class TOPBAR_MT_render(_bpy_types.Menu):
|
|
425
426
|
bl_label: typing.Any
|
|
426
427
|
bl_rna: typing.Any
|
|
427
428
|
id_data: typing.Any
|
|
@@ -446,7 +447,7 @@ class TOPBAR_MT_render(bpy.types.Menu):
|
|
|
446
447
|
:param context:
|
|
447
448
|
"""
|
|
448
449
|
|
|
449
|
-
class TOPBAR_MT_templates_more(
|
|
450
|
+
class TOPBAR_MT_templates_more(_bpy_types.Menu):
|
|
450
451
|
bl_label: typing.Any
|
|
451
452
|
bl_rna: typing.Any
|
|
452
453
|
id_data: typing.Any
|
|
@@ -471,7 +472,7 @@ class TOPBAR_MT_templates_more(bpy.types.Menu):
|
|
|
471
472
|
:param context:
|
|
472
473
|
"""
|
|
473
474
|
|
|
474
|
-
class TOPBAR_MT_window(
|
|
475
|
+
class TOPBAR_MT_window(_bpy_types.Menu):
|
|
475
476
|
bl_label: typing.Any
|
|
476
477
|
bl_rna: typing.Any
|
|
477
478
|
id_data: typing.Any
|
|
@@ -496,7 +497,7 @@ class TOPBAR_MT_window(bpy.types.Menu):
|
|
|
496
497
|
:param context:
|
|
497
498
|
"""
|
|
498
499
|
|
|
499
|
-
class TOPBAR_MT_workspace_menu(
|
|
500
|
+
class TOPBAR_MT_workspace_menu(_bpy_types.Menu):
|
|
500
501
|
bl_label: typing.Any
|
|
501
502
|
bl_rna: typing.Any
|
|
502
503
|
id_data: typing.Any
|
|
@@ -521,7 +522,7 @@ class TOPBAR_MT_workspace_menu(bpy.types.Menu):
|
|
|
521
522
|
:param _context:
|
|
522
523
|
"""
|
|
523
524
|
|
|
524
|
-
class TOPBAR_PT_gpencil_primitive(
|
|
525
|
+
class TOPBAR_PT_gpencil_primitive(_bpy_types.Panel):
|
|
525
526
|
bl_label: typing.Any
|
|
526
527
|
bl_region_type: typing.Any
|
|
527
528
|
bl_rna: typing.Any
|
|
@@ -548,7 +549,7 @@ class TOPBAR_PT_gpencil_primitive(bpy.types.Panel):
|
|
|
548
549
|
:param context:
|
|
549
550
|
"""
|
|
550
551
|
|
|
551
|
-
class TOPBAR_PT_grease_pencil_layers(
|
|
552
|
+
class TOPBAR_PT_grease_pencil_layers(_bpy_types.Panel):
|
|
552
553
|
bl_label: typing.Any
|
|
553
554
|
bl_region_type: typing.Any
|
|
554
555
|
bl_rna: typing.Any
|
|
@@ -583,7 +584,7 @@ class TOPBAR_PT_grease_pencil_layers(bpy.types.Panel):
|
|
|
583
584
|
:param context:
|
|
584
585
|
"""
|
|
585
586
|
|
|
586
|
-
class TOPBAR_PT_name(
|
|
587
|
+
class TOPBAR_PT_name(_bpy_types.Panel):
|
|
587
588
|
bl_label: typing.Any
|
|
588
589
|
bl_region_type: typing.Any
|
|
589
590
|
bl_rna: typing.Any
|
|
@@ -611,7 +612,7 @@ class TOPBAR_PT_name(bpy.types.Panel):
|
|
|
611
612
|
:param context:
|
|
612
613
|
"""
|
|
613
614
|
|
|
614
|
-
class TOPBAR_PT_name_marker(
|
|
615
|
+
class TOPBAR_PT_name_marker(_bpy_types.Panel):
|
|
615
616
|
bl_label: typing.Any
|
|
616
617
|
bl_region_type: typing.Any
|
|
617
618
|
bl_rna: typing.Any
|
|
@@ -661,7 +662,7 @@ class TOPBAR_PT_name_marker(bpy.types.Panel):
|
|
|
661
662
|
:param icon:
|
|
662
663
|
"""
|
|
663
664
|
|
|
664
|
-
class TOPBAR_PT_tool_fallback(
|
|
665
|
+
class TOPBAR_PT_tool_fallback(_bpy_types.Panel):
|
|
665
666
|
bl_label: typing.Any
|
|
666
667
|
bl_region_type: typing.Any
|
|
667
668
|
bl_rna: typing.Any
|
|
@@ -689,8 +690,8 @@ class TOPBAR_PT_tool_fallback(bpy.types.Panel):
|
|
|
689
690
|
:param context:
|
|
690
691
|
"""
|
|
691
692
|
|
|
692
|
-
class TOPBAR_PT_tool_settings_extra(
|
|
693
|
-
"""Popover panel for adding extra options that
|
|
693
|
+
class TOPBAR_PT_tool_settings_extra(_bpy_types.Panel):
|
|
694
|
+
"""Popover panel for adding extra options that dont fit in the tool settings header"""
|
|
694
695
|
|
|
695
696
|
bl_description: typing.Any
|
|
696
697
|
bl_idname: typing.Any
|