fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -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 +41 -46
- 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 +47 -15
- 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 +148 -38
- 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 +19 -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 +40 -25
- bpy/types/__init__.pyi +58124 -41707
- 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-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.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 +5 -5
- 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 +20 -6
- 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-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,6 +2,7 @@ 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.properties_data_grease_pencil
|
|
6
7
|
import bl_ui.utils
|
|
7
8
|
import bpy.types
|
|
@@ -16,7 +17,7 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
16
17
|
:param layout:
|
|
17
18
|
"""
|
|
18
19
|
|
|
19
|
-
class DOPESHEET_HT_header(
|
|
20
|
+
class DOPESHEET_HT_header(_bpy_types.Header):
|
|
20
21
|
bl_rna: typing.Any
|
|
21
22
|
bl_space_type: typing.Any
|
|
22
23
|
id_data: typing.Any
|
|
@@ -41,7 +42,7 @@ class DOPESHEET_HT_header(bpy.types.Header):
|
|
|
41
42
|
:param context:
|
|
42
43
|
"""
|
|
43
44
|
|
|
44
|
-
class DOPESHEET_HT_playback_controls(
|
|
45
|
+
class DOPESHEET_HT_playback_controls(_bpy_types.Header):
|
|
45
46
|
bl_region_type: typing.Any
|
|
46
47
|
bl_rna: typing.Any
|
|
47
48
|
bl_space_type: typing.Any
|
|
@@ -67,7 +68,7 @@ class DOPESHEET_HT_playback_controls(bpy.types.Header):
|
|
|
67
68
|
:param context:
|
|
68
69
|
"""
|
|
69
70
|
|
|
70
|
-
class DOPESHEET_MT_action(
|
|
71
|
+
class DOPESHEET_MT_action(_bpy_types.Menu):
|
|
71
72
|
bl_label: typing.Any
|
|
72
73
|
bl_rna: typing.Any
|
|
73
74
|
id_data: typing.Any
|
|
@@ -92,7 +93,7 @@ class DOPESHEET_MT_action(bpy.types.Menu):
|
|
|
92
93
|
:param context:
|
|
93
94
|
"""
|
|
94
95
|
|
|
95
|
-
class DOPESHEET_MT_cache(
|
|
96
|
+
class DOPESHEET_MT_cache(_bpy_types.Menu):
|
|
96
97
|
bl_label: typing.Any
|
|
97
98
|
bl_rna: typing.Any
|
|
98
99
|
id_data: typing.Any
|
|
@@ -117,7 +118,7 @@ class DOPESHEET_MT_cache(bpy.types.Menu):
|
|
|
117
118
|
:param context:
|
|
118
119
|
"""
|
|
119
120
|
|
|
120
|
-
class DOPESHEET_MT_channel(
|
|
121
|
+
class DOPESHEET_MT_channel(_bpy_types.Menu):
|
|
121
122
|
bl_label: typing.Any
|
|
122
123
|
bl_rna: typing.Any
|
|
123
124
|
id_data: typing.Any
|
|
@@ -142,7 +143,7 @@ class DOPESHEET_MT_channel(bpy.types.Menu):
|
|
|
142
143
|
:param _context:
|
|
143
144
|
"""
|
|
144
145
|
|
|
145
|
-
class DOPESHEET_MT_channel_context_menu(
|
|
146
|
+
class DOPESHEET_MT_channel_context_menu(_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 DOPESHEET_MT_channel_context_menu(bpy.types.Menu):
|
|
|
167
168
|
:param context:
|
|
168
169
|
"""
|
|
169
170
|
|
|
170
|
-
class DOPESHEET_MT_context_menu(
|
|
171
|
+
class DOPESHEET_MT_context_menu(_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 DOPESHEET_MT_context_menu(bpy.types.Menu):
|
|
|
192
193
|
:param context:
|
|
193
194
|
"""
|
|
194
195
|
|
|
195
|
-
class DOPESHEET_MT_delete(
|
|
196
|
+
class DOPESHEET_MT_delete(_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 DOPESHEET_MT_delete(bpy.types.Menu):
|
|
|
217
218
|
:param _context:
|
|
218
219
|
"""
|
|
219
220
|
|
|
220
|
-
class DOPESHEET_MT_editor_menus(
|
|
221
|
+
class DOPESHEET_MT_editor_menus(_bpy_types.Menu):
|
|
221
222
|
bl_idname: typing.Any
|
|
222
223
|
bl_label: typing.Any
|
|
223
224
|
bl_rna: typing.Any
|
|
@@ -243,7 +244,7 @@ class DOPESHEET_MT_editor_menus(bpy.types.Menu):
|
|
|
243
244
|
:param context:
|
|
244
245
|
"""
|
|
245
246
|
|
|
246
|
-
class DOPESHEET_MT_gpencil_channel(
|
|
247
|
+
class DOPESHEET_MT_gpencil_channel(_bpy_types.Menu):
|
|
247
248
|
bl_label: typing.Any
|
|
248
249
|
bl_rna: typing.Any
|
|
249
250
|
id_data: typing.Any
|
|
@@ -268,7 +269,7 @@ class DOPESHEET_MT_gpencil_channel(bpy.types.Menu):
|
|
|
268
269
|
:param _context:
|
|
269
270
|
"""
|
|
270
271
|
|
|
271
|
-
class DOPESHEET_MT_key(
|
|
272
|
+
class DOPESHEET_MT_key(_bpy_types.Menu):
|
|
272
273
|
bl_label: typing.Any
|
|
273
274
|
bl_rna: typing.Any
|
|
274
275
|
id_data: typing.Any
|
|
@@ -293,7 +294,7 @@ class DOPESHEET_MT_key(bpy.types.Menu):
|
|
|
293
294
|
:param context:
|
|
294
295
|
"""
|
|
295
296
|
|
|
296
|
-
class DOPESHEET_MT_key_transform(
|
|
297
|
+
class DOPESHEET_MT_key_transform(_bpy_types.Menu):
|
|
297
298
|
bl_label: typing.Any
|
|
298
299
|
bl_rna: typing.Any
|
|
299
300
|
id_data: typing.Any
|
|
@@ -318,7 +319,7 @@ class DOPESHEET_MT_key_transform(bpy.types.Menu):
|
|
|
318
319
|
:param _context:
|
|
319
320
|
"""
|
|
320
321
|
|
|
321
|
-
class DOPESHEET_MT_marker(
|
|
322
|
+
class DOPESHEET_MT_marker(_bpy_types.Menu):
|
|
322
323
|
bl_label: typing.Any
|
|
323
324
|
bl_rna: typing.Any
|
|
324
325
|
id_data: typing.Any
|
|
@@ -343,7 +344,7 @@ class DOPESHEET_MT_marker(bpy.types.Menu):
|
|
|
343
344
|
:param context:
|
|
344
345
|
"""
|
|
345
346
|
|
|
346
|
-
class DOPESHEET_MT_select(
|
|
347
|
+
class DOPESHEET_MT_select(_bpy_types.Menu):
|
|
347
348
|
bl_label: typing.Any
|
|
348
349
|
bl_rna: typing.Any
|
|
349
350
|
id_data: typing.Any
|
|
@@ -368,7 +369,7 @@ class DOPESHEET_MT_select(bpy.types.Menu):
|
|
|
368
369
|
:param context:
|
|
369
370
|
"""
|
|
370
371
|
|
|
371
|
-
class DOPESHEET_MT_snap_pie(
|
|
372
|
+
class DOPESHEET_MT_snap_pie(_bpy_types.Menu):
|
|
372
373
|
bl_label: typing.Any
|
|
373
374
|
bl_rna: typing.Any
|
|
374
375
|
id_data: typing.Any
|
|
@@ -393,7 +394,7 @@ class DOPESHEET_MT_snap_pie(bpy.types.Menu):
|
|
|
393
394
|
:param _context:
|
|
394
395
|
"""
|
|
395
396
|
|
|
396
|
-
class DOPESHEET_MT_view(
|
|
397
|
+
class DOPESHEET_MT_view(_bpy_types.Menu):
|
|
397
398
|
bl_label: typing.Any
|
|
398
399
|
bl_rna: typing.Any
|
|
399
400
|
id_data: typing.Any
|
|
@@ -418,7 +419,7 @@ class DOPESHEET_MT_view(bpy.types.Menu):
|
|
|
418
419
|
:param context:
|
|
419
420
|
"""
|
|
420
421
|
|
|
421
|
-
class DOPESHEET_MT_view_pie(
|
|
422
|
+
class DOPESHEET_MT_view_pie(_bpy_types.Menu):
|
|
422
423
|
bl_label: typing.Any
|
|
423
424
|
bl_rna: typing.Any
|
|
424
425
|
id_data: typing.Any
|
|
@@ -443,7 +444,7 @@ class DOPESHEET_MT_view_pie(bpy.types.Menu):
|
|
|
443
444
|
:param context:
|
|
444
445
|
"""
|
|
445
446
|
|
|
446
|
-
class DOPESHEET_PT_action(DopesheetActionPanelBase,
|
|
447
|
+
class DOPESHEET_PT_action(DopesheetActionPanelBase, _bpy_types.Panel):
|
|
447
448
|
bl_category: typing.Any
|
|
448
449
|
bl_label: typing.Any
|
|
449
450
|
bl_region_type: typing.Any
|
|
@@ -478,7 +479,7 @@ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy.types.Panel):
|
|
|
478
479
|
:param context:
|
|
479
480
|
"""
|
|
480
481
|
|
|
481
|
-
class DOPESHEET_PT_action_slot(
|
|
482
|
+
class DOPESHEET_PT_action_slot(_bpy_types.Panel):
|
|
482
483
|
bl_category: typing.Any
|
|
483
484
|
bl_label: typing.Any
|
|
484
485
|
bl_region_type: typing.Any
|
|
@@ -513,9 +514,9 @@ class DOPESHEET_PT_action_slot(bpy.types.Panel):
|
|
|
513
514
|
:param context:
|
|
514
515
|
"""
|
|
515
516
|
|
|
516
|
-
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel,
|
|
517
|
+
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, _bpy_types.Panel):
|
|
517
518
|
"""The subclass should have its own poll function
|
|
518
|
-
and the variable
|
|
519
|
+
and the variable _context_path MUST be set.
|
|
519
520
|
"""
|
|
520
521
|
|
|
521
522
|
bl_category: typing.Any
|
|
@@ -549,7 +550,7 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy.types.Pane
|
|
|
549
550
|
:param context:
|
|
550
551
|
"""
|
|
551
552
|
|
|
552
|
-
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase,
|
|
553
|
+
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, _bpy_types.Panel):
|
|
553
554
|
bl_label: typing.Any
|
|
554
555
|
bl_region_type: typing.Any
|
|
555
556
|
bl_rna: typing.Any
|
|
@@ -579,7 +580,7 @@ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy.types.Panel):
|
|
|
579
580
|
class DOPESHEET_PT_grease_pencil_layer_adjustments(
|
|
580
581
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerAdjustmentsPanel,
|
|
581
582
|
GreasePencilLayersDopeSheetPanel,
|
|
582
|
-
|
|
583
|
+
_bpy_types.Panel,
|
|
583
584
|
):
|
|
584
585
|
bl_category: typing.Any
|
|
585
586
|
bl_label: typing.Any
|
|
@@ -607,7 +608,7 @@ class DOPESHEET_PT_grease_pencil_layer_adjustments(
|
|
|
607
608
|
class DOPESHEET_PT_grease_pencil_layer_display(
|
|
608
609
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerDisplayPanel,
|
|
609
610
|
GreasePencilLayersDopeSheetPanel,
|
|
610
|
-
|
|
611
|
+
_bpy_types.Panel,
|
|
611
612
|
):
|
|
612
613
|
bl_category: typing.Any
|
|
613
614
|
bl_label: typing.Any
|
|
@@ -635,7 +636,7 @@ class DOPESHEET_PT_grease_pencil_layer_display(
|
|
|
635
636
|
class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
636
637
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
637
638
|
GreasePencilLayersDopeSheetPanel,
|
|
638
|
-
|
|
639
|
+
_bpy_types.Panel,
|
|
639
640
|
):
|
|
640
641
|
bl_category: typing.Any
|
|
641
642
|
bl_label: typing.Any
|
|
@@ -663,7 +664,7 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
663
664
|
class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
664
665
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerRelationsPanel,
|
|
665
666
|
GreasePencilLayersDopeSheetPanel,
|
|
666
|
-
|
|
667
|
+
_bpy_types.Panel,
|
|
667
668
|
):
|
|
668
669
|
bl_category: typing.Any
|
|
669
670
|
bl_label: typing.Any
|
|
@@ -691,7 +692,7 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
691
692
|
class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
692
693
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
693
694
|
GreasePencilLayersDopeSheetPanel,
|
|
694
|
-
|
|
695
|
+
_bpy_types.Panel,
|
|
695
696
|
):
|
|
696
697
|
bl_category: typing.Any
|
|
697
698
|
bl_label: typing.Any
|
|
@@ -717,7 +718,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
717
718
|
"""
|
|
718
719
|
|
|
719
720
|
class DOPESHEET_PT_grease_pencil_mode(
|
|
720
|
-
GreasePencilLayersDopeSheetPanel,
|
|
721
|
+
GreasePencilLayersDopeSheetPanel, _bpy_types.Panel
|
|
721
722
|
):
|
|
722
723
|
bl_category: typing.Any
|
|
723
724
|
bl_label: typing.Any
|
|
@@ -747,7 +748,7 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
747
748
|
"""
|
|
748
749
|
|
|
749
750
|
class DOPESHEET_PT_playhead_snapping(
|
|
750
|
-
bl_ui.utils.PlayheadSnappingPanel,
|
|
751
|
+
bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
|
|
751
752
|
):
|
|
752
753
|
bl_label: typing.Any
|
|
753
754
|
bl_region_type: typing.Any
|
|
@@ -769,7 +770,7 @@ class DOPESHEET_PT_playhead_snapping(
|
|
|
769
770
|
:rtype: typing.Any
|
|
770
771
|
"""
|
|
771
772
|
|
|
772
|
-
class DOPESHEET_PT_proportional_edit(
|
|
773
|
+
class DOPESHEET_PT_proportional_edit(_bpy_types.Panel):
|
|
773
774
|
bl_label: typing.Any
|
|
774
775
|
bl_region_type: typing.Any
|
|
775
776
|
bl_rna: typing.Any
|
|
@@ -797,7 +798,7 @@ class DOPESHEET_PT_proportional_edit(bpy.types.Panel):
|
|
|
797
798
|
:param context:
|
|
798
799
|
"""
|
|
799
800
|
|
|
800
|
-
class DOPESHEET_PT_snapping(
|
|
801
|
+
class DOPESHEET_PT_snapping(_bpy_types.Panel):
|
|
801
802
|
bl_label: typing.Any
|
|
802
803
|
bl_region_type: typing.Any
|
|
803
804
|
bl_rna: typing.Any
|
|
@@ -2,10 +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 bpy.types
|
|
6
7
|
import bpy_extras.asset_utils
|
|
7
8
|
|
|
8
|
-
class ASSETBROWSER_MT_catalog(AssetBrowserMenu,
|
|
9
|
+
class ASSETBROWSER_MT_catalog(AssetBrowserMenu, _bpy_types.Menu):
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_rna: typing.Any
|
|
11
12
|
id_data: typing.Any
|
|
@@ -30,7 +31,7 @@ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
|
|
|
30
31
|
:param _context:
|
|
31
32
|
"""
|
|
32
33
|
|
|
33
|
-
class ASSETBROWSER_MT_context_menu(AssetBrowserMenu,
|
|
34
|
+
class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, _bpy_types.Menu):
|
|
34
35
|
bl_label: typing.Any
|
|
35
36
|
bl_rna: typing.Any
|
|
36
37
|
id_data: typing.Any
|
|
@@ -49,7 +50,7 @@ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
|
|
|
49
50
|
:rtype: typing.Any
|
|
50
51
|
"""
|
|
51
52
|
|
|
52
|
-
class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu,
|
|
53
|
+
class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, _bpy_types.Menu):
|
|
53
54
|
bl_idname: typing.Any
|
|
54
55
|
bl_label: typing.Any
|
|
55
56
|
bl_rna: typing.Any
|
|
@@ -69,7 +70,7 @@ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
|
|
|
69
70
|
:rtype: typing.Any
|
|
70
71
|
"""
|
|
71
72
|
|
|
72
|
-
class ASSETBROWSER_MT_metadata_preview_menu(
|
|
73
|
+
class ASSETBROWSER_MT_metadata_preview_menu(_bpy_types.Menu):
|
|
73
74
|
bl_label: typing.Any
|
|
74
75
|
bl_rna: typing.Any
|
|
75
76
|
id_data: typing.Any
|
|
@@ -94,7 +95,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
|
|
|
94
95
|
:param _context:
|
|
95
96
|
"""
|
|
96
97
|
|
|
97
|
-
class ASSETBROWSER_MT_select(AssetBrowserMenu,
|
|
98
|
+
class ASSETBROWSER_MT_select(AssetBrowserMenu, _bpy_types.Menu):
|
|
98
99
|
bl_label: typing.Any
|
|
99
100
|
bl_rna: typing.Any
|
|
100
101
|
id_data: typing.Any
|
|
@@ -119,7 +120,7 @@ class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
|
|
|
119
120
|
:param _context:
|
|
120
121
|
"""
|
|
121
122
|
|
|
122
|
-
class ASSETBROWSER_MT_view(AssetBrowserMenu,
|
|
123
|
+
class ASSETBROWSER_MT_view(AssetBrowserMenu, _bpy_types.Menu):
|
|
123
124
|
bl_label: typing.Any
|
|
124
125
|
bl_rna: typing.Any
|
|
125
126
|
id_data: typing.Any
|
|
@@ -145,7 +146,7 @@ class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
|
|
|
145
146
|
"""
|
|
146
147
|
|
|
147
148
|
class ASSETBROWSER_PT_display(
|
|
148
|
-
bpy_extras.asset_utils.AssetBrowserPanel,
|
|
149
|
+
bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
|
|
149
150
|
):
|
|
150
151
|
bl_label: typing.Any
|
|
151
152
|
bl_region_type: typing.Any
|
|
@@ -174,7 +175,9 @@ class ASSETBROWSER_PT_display(
|
|
|
174
175
|
:param context:
|
|
175
176
|
"""
|
|
176
177
|
|
|
177
|
-
class ASSETBROWSER_PT_filter(
|
|
178
|
+
class ASSETBROWSER_PT_filter(
|
|
179
|
+
bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
|
|
180
|
+
):
|
|
178
181
|
bl_category: typing.Any
|
|
179
182
|
bl_label: typing.Any
|
|
180
183
|
bl_region_type: typing.Any
|
|
@@ -203,7 +206,7 @@ class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types
|
|
|
203
206
|
"""
|
|
204
207
|
|
|
205
208
|
class ASSETBROWSER_PT_import_settings(
|
|
206
|
-
bpy_extras.asset_utils.AssetBrowserPanel,
|
|
209
|
+
bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
|
|
207
210
|
):
|
|
208
211
|
bl_idname: typing.Any
|
|
209
212
|
bl_label: typing.Any
|
|
@@ -235,7 +238,7 @@ class ASSETBROWSER_PT_import_settings(
|
|
|
235
238
|
"""
|
|
236
239
|
|
|
237
240
|
class ASSETBROWSER_PT_metadata(
|
|
238
|
-
bpy_extras.asset_utils.AssetBrowserPanel,
|
|
241
|
+
bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
|
|
239
242
|
):
|
|
240
243
|
bl_label: typing.Any
|
|
241
244
|
bl_options: typing.Any
|
|
@@ -275,7 +278,7 @@ class ASSETBROWSER_PT_metadata(
|
|
|
275
278
|
"""
|
|
276
279
|
|
|
277
280
|
class ASSETBROWSER_PT_metadata_preview(
|
|
278
|
-
bpy_extras.asset_utils.AssetMetaDataPanel,
|
|
281
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
|
|
279
282
|
):
|
|
280
283
|
bl_label: typing.Any
|
|
281
284
|
bl_region_type: typing.Any
|
|
@@ -304,7 +307,7 @@ class ASSETBROWSER_PT_metadata_preview(
|
|
|
304
307
|
"""
|
|
305
308
|
|
|
306
309
|
class ASSETBROWSER_PT_metadata_tags(
|
|
307
|
-
bpy_extras.asset_utils.AssetMetaDataPanel,
|
|
310
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
|
|
308
311
|
):
|
|
309
312
|
bl_label: typing.Any
|
|
310
313
|
bl_region_type: typing.Any
|
|
@@ -332,7 +335,7 @@ class ASSETBROWSER_PT_metadata_tags(
|
|
|
332
335
|
:param context:
|
|
333
336
|
"""
|
|
334
337
|
|
|
335
|
-
class ASSETBROWSER_UL_metadata_tags(
|
|
338
|
+
class ASSETBROWSER_UL_metadata_tags(_bpy_types.UIList):
|
|
336
339
|
bl_rna: typing.Any
|
|
337
340
|
id_data: typing.Any
|
|
338
341
|
|
|
@@ -381,7 +384,7 @@ class AssetBrowserMenu:
|
|
|
381
384
|
:param context:
|
|
382
385
|
"""
|
|
383
386
|
|
|
384
|
-
class FILEBROWSER_HT_header(
|
|
387
|
+
class FILEBROWSER_HT_header(_bpy_types.Header):
|
|
385
388
|
bl_rna: typing.Any
|
|
386
389
|
bl_space_type: typing.Any
|
|
387
390
|
id_data: typing.Any
|
|
@@ -412,7 +415,7 @@ class FILEBROWSER_HT_header(bpy.types.Header):
|
|
|
412
415
|
:param context:
|
|
413
416
|
"""
|
|
414
417
|
|
|
415
|
-
class FILEBROWSER_MT_bookmarks_context_menu(
|
|
418
|
+
class FILEBROWSER_MT_bookmarks_context_menu(_bpy_types.Menu):
|
|
416
419
|
bl_label: typing.Any
|
|
417
420
|
bl_rna: typing.Any
|
|
418
421
|
id_data: typing.Any
|
|
@@ -437,7 +440,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
|
|
|
437
440
|
:param _context:
|
|
438
441
|
"""
|
|
439
442
|
|
|
440
|
-
class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
443
|
+
class FILEBROWSER_MT_bookmarks_recents_specials_menu(_bpy_types.Menu):
|
|
441
444
|
bl_label: typing.Any
|
|
442
445
|
bl_rna: typing.Any
|
|
443
446
|
id_data: typing.Any
|
|
@@ -462,7 +465,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
|
|
|
462
465
|
:param _context:
|
|
463
466
|
"""
|
|
464
467
|
|
|
465
|
-
class FILEBROWSER_MT_context_menu(FileBrowserMenu,
|
|
468
|
+
class FILEBROWSER_MT_context_menu(FileBrowserMenu, _bpy_types.Menu):
|
|
466
469
|
bl_label: typing.Any
|
|
467
470
|
bl_rna: typing.Any
|
|
468
471
|
id_data: typing.Any
|
|
@@ -487,7 +490,7 @@ class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
|
|
|
487
490
|
:param context:
|
|
488
491
|
"""
|
|
489
492
|
|
|
490
|
-
class FILEBROWSER_MT_editor_menus(FileBrowserMenu,
|
|
493
|
+
class FILEBROWSER_MT_editor_menus(FileBrowserMenu, _bpy_types.Menu):
|
|
491
494
|
bl_idname: typing.Any
|
|
492
495
|
bl_label: typing.Any
|
|
493
496
|
bl_rna: typing.Any
|
|
@@ -513,7 +516,7 @@ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
|
|
|
513
516
|
:param _context:
|
|
514
517
|
"""
|
|
515
518
|
|
|
516
|
-
class FILEBROWSER_MT_select(FileBrowserMenu,
|
|
519
|
+
class FILEBROWSER_MT_select(FileBrowserMenu, _bpy_types.Menu):
|
|
517
520
|
bl_label: typing.Any
|
|
518
521
|
bl_rna: typing.Any
|
|
519
522
|
id_data: typing.Any
|
|
@@ -538,7 +541,7 @@ class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
|
|
|
538
541
|
:param _context:
|
|
539
542
|
"""
|
|
540
543
|
|
|
541
|
-
class FILEBROWSER_MT_view(FileBrowserMenu,
|
|
544
|
+
class FILEBROWSER_MT_view(FileBrowserMenu, _bpy_types.Menu):
|
|
542
545
|
bl_label: typing.Any
|
|
543
546
|
bl_rna: typing.Any
|
|
544
547
|
id_data: typing.Any
|
|
@@ -563,7 +566,7 @@ class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
|
|
|
563
566
|
:param context:
|
|
564
567
|
"""
|
|
565
568
|
|
|
566
|
-
class FILEBROWSER_MT_view_pie(
|
|
569
|
+
class FILEBROWSER_MT_view_pie(_bpy_types.Menu):
|
|
567
570
|
bl_idname: typing.Any
|
|
568
571
|
bl_label: typing.Any
|
|
569
572
|
bl_rna: typing.Any
|
|
@@ -589,7 +592,7 @@ class FILEBROWSER_MT_view_pie(bpy.types.Menu):
|
|
|
589
592
|
:param context:
|
|
590
593
|
"""
|
|
591
594
|
|
|
592
|
-
class FILEBROWSER_PT_advanced_filter(
|
|
595
|
+
class FILEBROWSER_PT_advanced_filter(_bpy_types.Panel):
|
|
593
596
|
bl_category: typing.Any
|
|
594
597
|
bl_label: typing.Any
|
|
595
598
|
bl_region_type: typing.Any
|
|
@@ -624,7 +627,7 @@ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
|
|
|
624
627
|
:param context:
|
|
625
628
|
"""
|
|
626
629
|
|
|
627
|
-
class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel,
|
|
630
|
+
class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, _bpy_types.Panel):
|
|
628
631
|
bl_category: typing.Any
|
|
629
632
|
bl_label: typing.Any
|
|
630
633
|
bl_region_type: typing.Any
|
|
@@ -659,7 +662,7 @@ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
|
|
|
659
662
|
:param context:
|
|
660
663
|
"""
|
|
661
664
|
|
|
662
|
-
class FILEBROWSER_PT_bookmarks_recents(
|
|
665
|
+
class FILEBROWSER_PT_bookmarks_recents(_bpy_types.Panel):
|
|
663
666
|
bl_category: typing.Any
|
|
664
667
|
bl_label: typing.Any
|
|
665
668
|
bl_region_type: typing.Any
|
|
@@ -694,7 +697,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
|
|
|
694
697
|
:param context:
|
|
695
698
|
"""
|
|
696
699
|
|
|
697
|
-
class FILEBROWSER_PT_bookmarks_system(
|
|
700
|
+
class FILEBROWSER_PT_bookmarks_system(_bpy_types.Panel):
|
|
698
701
|
bl_category: typing.Any
|
|
699
702
|
bl_label: typing.Any
|
|
700
703
|
bl_region_type: typing.Any
|
|
@@ -729,7 +732,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
|
|
|
729
732
|
:param context:
|
|
730
733
|
"""
|
|
731
734
|
|
|
732
|
-
class FILEBROWSER_PT_bookmarks_volumes(
|
|
735
|
+
class FILEBROWSER_PT_bookmarks_volumes(_bpy_types.Panel):
|
|
733
736
|
bl_category: typing.Any
|
|
734
737
|
bl_label: typing.Any
|
|
735
738
|
bl_region_type: typing.Any
|
|
@@ -765,7 +768,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
|
|
|
765
768
|
:param context:
|
|
766
769
|
"""
|
|
767
770
|
|
|
768
|
-
class FILEBROWSER_PT_directory_path(
|
|
771
|
+
class FILEBROWSER_PT_directory_path(_bpy_types.Panel):
|
|
769
772
|
bl_category: typing.Any
|
|
770
773
|
bl_label: typing.Any
|
|
771
774
|
bl_options: typing.Any
|
|
@@ -807,7 +810,7 @@ class FILEBROWSER_PT_directory_path(bpy.types.Panel):
|
|
|
807
810
|
:param context:
|
|
808
811
|
"""
|
|
809
812
|
|
|
810
|
-
class FILEBROWSER_PT_display(FileBrowserPanel,
|
|
813
|
+
class FILEBROWSER_PT_display(FileBrowserPanel, _bpy_types.Panel):
|
|
811
814
|
bl_label: typing.Any
|
|
812
815
|
bl_region_type: typing.Any
|
|
813
816
|
bl_rna: typing.Any
|
|
@@ -835,7 +838,7 @@ class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
|
|
|
835
838
|
:param context:
|
|
836
839
|
"""
|
|
837
840
|
|
|
838
|
-
class FILEBROWSER_PT_filter(FileBrowserPanel,
|
|
841
|
+
class FILEBROWSER_PT_filter(FileBrowserPanel, _bpy_types.Panel):
|
|
839
842
|
bl_label: typing.Any
|
|
840
843
|
bl_region_type: typing.Any
|
|
841
844
|
bl_rna: typing.Any
|
|
@@ -863,7 +866,7 @@ class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
|
|
|
863
866
|
:param context:
|
|
864
867
|
"""
|
|
865
868
|
|
|
866
|
-
class FILEBROWSER_UL_dir(
|
|
869
|
+
class FILEBROWSER_UL_dir(_bpy_types.UIList):
|
|
867
870
|
bl_rna: typing.Any
|
|
868
871
|
id_data: typing.Any
|
|
869
872
|
|