fake-bpy-module 20240517__py3-none-any.whl → 20240518__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/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,8 +6,6 @@ import bpy_types
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class AssetBrowserMenu:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
def poll(self, context):
|
|
12
10
|
"""
|
|
13
11
|
|
|
@@ -16,16 +14,9 @@ class AssetBrowserMenu:
|
|
|
16
14
|
...
|
|
17
15
|
|
|
18
16
|
class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
19
|
-
""" """
|
|
20
|
-
|
|
21
17
|
bl_label: typing.Any
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
18
|
bl_rna: typing.Any
|
|
25
|
-
""" """
|
|
26
|
-
|
|
27
19
|
id_data: typing.Any
|
|
28
|
-
""" """
|
|
29
20
|
|
|
30
21
|
def append(self, draw_func):
|
|
31
22
|
"""Append a draw function to this menu,
|
|
@@ -130,10 +121,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
130
121
|
"""
|
|
131
122
|
...
|
|
132
123
|
|
|
133
|
-
def is_extended(self):
|
|
134
|
-
""" """
|
|
135
|
-
...
|
|
136
|
-
|
|
124
|
+
def is_extended(self): ...
|
|
137
125
|
def is_property_hidden(self) -> bool:
|
|
138
126
|
"""Check if a property is hidden.
|
|
139
127
|
|
|
@@ -298,25 +286,12 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
298
286
|
class ASSETBROWSER_PT_display(
|
|
299
287
|
bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
300
288
|
):
|
|
301
|
-
""" """
|
|
302
|
-
|
|
303
289
|
bl_label: typing.Any
|
|
304
|
-
""" """
|
|
305
|
-
|
|
306
290
|
bl_region_type: typing.Any
|
|
307
|
-
""" """
|
|
308
|
-
|
|
309
291
|
bl_rna: typing.Any
|
|
310
|
-
""" """
|
|
311
|
-
|
|
312
292
|
bl_space_type: typing.Any
|
|
313
|
-
""" """
|
|
314
|
-
|
|
315
293
|
bl_ui_units_x: typing.Any
|
|
316
|
-
""" """
|
|
317
|
-
|
|
318
294
|
id_data: typing.Any
|
|
319
|
-
""" """
|
|
320
295
|
|
|
321
296
|
def append(self, draw_func):
|
|
322
297
|
"""Append a draw function to this menu,
|
|
@@ -408,10 +383,7 @@ class ASSETBROWSER_PT_display(
|
|
|
408
383
|
"""
|
|
409
384
|
...
|
|
410
385
|
|
|
411
|
-
def is_extended(self):
|
|
412
|
-
""" """
|
|
413
|
-
...
|
|
414
|
-
|
|
386
|
+
def is_extended(self): ...
|
|
415
387
|
def is_property_hidden(self) -> bool:
|
|
416
388
|
"""Check if a property is hidden.
|
|
417
389
|
|
|
@@ -549,25 +521,12 @@ class ASSETBROWSER_PT_display(
|
|
|
549
521
|
class ASSETBROWSER_PT_filter(
|
|
550
522
|
bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
551
523
|
):
|
|
552
|
-
""" """
|
|
553
|
-
|
|
554
524
|
bl_category: typing.Any
|
|
555
|
-
""" """
|
|
556
|
-
|
|
557
525
|
bl_label: typing.Any
|
|
558
|
-
""" """
|
|
559
|
-
|
|
560
526
|
bl_region_type: typing.Any
|
|
561
|
-
""" """
|
|
562
|
-
|
|
563
527
|
bl_rna: typing.Any
|
|
564
|
-
""" """
|
|
565
|
-
|
|
566
528
|
bl_space_type: typing.Any
|
|
567
|
-
""" """
|
|
568
|
-
|
|
569
529
|
id_data: typing.Any
|
|
570
|
-
""" """
|
|
571
530
|
|
|
572
531
|
def append(self, draw_func):
|
|
573
532
|
"""Append a draw function to this menu,
|
|
@@ -659,10 +618,7 @@ class ASSETBROWSER_PT_filter(
|
|
|
659
618
|
"""
|
|
660
619
|
...
|
|
661
620
|
|
|
662
|
-
def is_extended(self):
|
|
663
|
-
""" """
|
|
664
|
-
...
|
|
665
|
-
|
|
621
|
+
def is_extended(self): ...
|
|
666
622
|
def is_property_hidden(self) -> bool:
|
|
667
623
|
"""Check if a property is hidden.
|
|
668
624
|
|
|
@@ -800,25 +756,12 @@ class ASSETBROWSER_PT_filter(
|
|
|
800
756
|
class ASSETBROWSER_PT_metadata(
|
|
801
757
|
bpy_types.Panel, bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
802
758
|
):
|
|
803
|
-
""" """
|
|
804
|
-
|
|
805
759
|
bl_label: typing.Any
|
|
806
|
-
""" """
|
|
807
|
-
|
|
808
760
|
bl_options: typing.Any
|
|
809
|
-
""" """
|
|
810
|
-
|
|
811
761
|
bl_region_type: typing.Any
|
|
812
|
-
""" """
|
|
813
|
-
|
|
814
762
|
bl_rna: typing.Any
|
|
815
|
-
""" """
|
|
816
|
-
|
|
817
763
|
bl_space_type: typing.Any
|
|
818
|
-
""" """
|
|
819
|
-
|
|
820
764
|
id_data: typing.Any
|
|
821
|
-
""" """
|
|
822
765
|
|
|
823
766
|
def append(self, draw_func):
|
|
824
767
|
"""Append a draw function to this menu,
|
|
@@ -910,10 +853,7 @@ class ASSETBROWSER_PT_metadata(
|
|
|
910
853
|
"""
|
|
911
854
|
...
|
|
912
855
|
|
|
913
|
-
def is_extended(self):
|
|
914
|
-
""" """
|
|
915
|
-
...
|
|
916
|
-
|
|
856
|
+
def is_extended(self): ...
|
|
917
857
|
def is_property_hidden(self) -> bool:
|
|
918
858
|
"""Check if a property is hidden.
|
|
919
859
|
|
|
@@ -1061,22 +1001,11 @@ class ASSETBROWSER_PT_metadata(
|
|
|
1061
1001
|
class ASSETBROWSER_PT_metadata_preview(
|
|
1062
1002
|
bpy_types.Panel, bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
|
|
1063
1003
|
):
|
|
1064
|
-
""" """
|
|
1065
|
-
|
|
1066
1004
|
bl_label: typing.Any
|
|
1067
|
-
""" """
|
|
1068
|
-
|
|
1069
1005
|
bl_region_type: typing.Any
|
|
1070
|
-
""" """
|
|
1071
|
-
|
|
1072
1006
|
bl_rna: typing.Any
|
|
1073
|
-
""" """
|
|
1074
|
-
|
|
1075
1007
|
bl_space_type: typing.Any
|
|
1076
|
-
""" """
|
|
1077
|
-
|
|
1078
1008
|
id_data: typing.Any
|
|
1079
|
-
""" """
|
|
1080
1009
|
|
|
1081
1010
|
def append(self, draw_func):
|
|
1082
1011
|
"""Append a draw function to this menu,
|
|
@@ -1161,10 +1090,7 @@ class ASSETBROWSER_PT_metadata_preview(
|
|
|
1161
1090
|
"""
|
|
1162
1091
|
...
|
|
1163
1092
|
|
|
1164
|
-
def is_extended(self):
|
|
1165
|
-
""" """
|
|
1166
|
-
...
|
|
1167
|
-
|
|
1093
|
+
def is_extended(self): ...
|
|
1168
1094
|
def is_property_hidden(self) -> bool:
|
|
1169
1095
|
"""Check if a property is hidden.
|
|
1170
1096
|
|
|
@@ -1302,22 +1228,11 @@ class ASSETBROWSER_PT_metadata_preview(
|
|
|
1302
1228
|
class ASSETBROWSER_PT_metadata_tags(
|
|
1303
1229
|
bpy_types.Panel, bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
|
|
1304
1230
|
):
|
|
1305
|
-
""" """
|
|
1306
|
-
|
|
1307
1231
|
bl_label: typing.Any
|
|
1308
|
-
""" """
|
|
1309
|
-
|
|
1310
1232
|
bl_region_type: typing.Any
|
|
1311
|
-
""" """
|
|
1312
|
-
|
|
1313
1233
|
bl_rna: typing.Any
|
|
1314
|
-
""" """
|
|
1315
|
-
|
|
1316
1234
|
bl_space_type: typing.Any
|
|
1317
|
-
""" """
|
|
1318
|
-
|
|
1319
1235
|
id_data: typing.Any
|
|
1320
|
-
""" """
|
|
1321
1236
|
|
|
1322
1237
|
def append(self, draw_func):
|
|
1323
1238
|
"""Append a draw function to this menu,
|
|
@@ -1402,10 +1317,7 @@ class ASSETBROWSER_PT_metadata_tags(
|
|
|
1402
1317
|
"""
|
|
1403
1318
|
...
|
|
1404
1319
|
|
|
1405
|
-
def is_extended(self):
|
|
1406
|
-
""" """
|
|
1407
|
-
...
|
|
1408
|
-
|
|
1320
|
+
def is_extended(self): ...
|
|
1409
1321
|
def is_property_hidden(self) -> bool:
|
|
1410
1322
|
"""Check if a property is hidden.
|
|
1411
1323
|
|
|
@@ -1541,13 +1453,8 @@ class ASSETBROWSER_PT_metadata_tags(
|
|
|
1541
1453
|
...
|
|
1542
1454
|
|
|
1543
1455
|
class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
|
|
1544
|
-
""" """
|
|
1545
|
-
|
|
1546
1456
|
bl_rna: typing.Any
|
|
1547
|
-
""" """
|
|
1548
|
-
|
|
1549
1457
|
id_data: typing.Any
|
|
1550
|
-
""" """
|
|
1551
1458
|
|
|
1552
1459
|
def append(self, draw_func):
|
|
1553
1460
|
"""Append a draw function to this menu,
|
|
@@ -1649,10 +1556,7 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1649
1556
|
"""
|
|
1650
1557
|
...
|
|
1651
1558
|
|
|
1652
|
-
def is_extended(self):
|
|
1653
|
-
""" """
|
|
1654
|
-
...
|
|
1655
|
-
|
|
1559
|
+
def is_extended(self): ...
|
|
1656
1560
|
def is_property_hidden(self) -> bool:
|
|
1657
1561
|
"""Check if a property is hidden.
|
|
1658
1562
|
|
|
@@ -1781,16 +1685,9 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1781
1685
|
...
|
|
1782
1686
|
|
|
1783
1687
|
class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
1784
|
-
""" """
|
|
1785
|
-
|
|
1786
1688
|
bl_rna: typing.Any
|
|
1787
|
-
""" """
|
|
1788
|
-
|
|
1789
1689
|
bl_space_type: typing.Any
|
|
1790
|
-
""" """
|
|
1791
|
-
|
|
1792
1690
|
id_data: typing.Any
|
|
1793
|
-
""" """
|
|
1794
1691
|
|
|
1795
1692
|
def append(self, draw_func):
|
|
1796
1693
|
"""Append a draw function to this menu,
|
|
@@ -1882,10 +1779,7 @@ class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
1882
1779
|
"""
|
|
1883
1780
|
...
|
|
1884
1781
|
|
|
1885
|
-
def is_extended(self):
|
|
1886
|
-
""" """
|
|
1887
|
-
...
|
|
1888
|
-
|
|
1782
|
+
def is_extended(self): ...
|
|
1889
1783
|
def is_property_hidden(self) -> bool:
|
|
1890
1784
|
"""Check if a property is hidden.
|
|
1891
1785
|
|
|
@@ -2014,16 +1908,9 @@ class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
2014
1908
|
...
|
|
2015
1909
|
|
|
2016
1910
|
class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
2017
|
-
""" """
|
|
2018
|
-
|
|
2019
1911
|
bl_label: typing.Any
|
|
2020
|
-
""" """
|
|
2021
|
-
|
|
2022
1912
|
bl_rna: typing.Any
|
|
2023
|
-
""" """
|
|
2024
|
-
|
|
2025
1913
|
id_data: typing.Any
|
|
2026
|
-
""" """
|
|
2027
1914
|
|
|
2028
1915
|
def append(self, draw_func):
|
|
2029
1916
|
"""Append a draw function to this menu,
|
|
@@ -2128,10 +2015,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
2128
2015
|
"""
|
|
2129
2016
|
...
|
|
2130
2017
|
|
|
2131
|
-
def is_extended(self):
|
|
2132
|
-
""" """
|
|
2133
|
-
...
|
|
2134
|
-
|
|
2018
|
+
def is_extended(self): ...
|
|
2135
2019
|
def is_property_hidden(self) -> bool:
|
|
2136
2020
|
"""Check if a property is hidden.
|
|
2137
2021
|
|
|
@@ -2296,16 +2180,9 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
2296
2180
|
class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
2297
2181
|
bpy_types.Menu, bpy_types._GenericUI
|
|
2298
2182
|
):
|
|
2299
|
-
""" """
|
|
2300
|
-
|
|
2301
2183
|
bl_label: typing.Any
|
|
2302
|
-
""" """
|
|
2303
|
-
|
|
2304
2184
|
bl_rna: typing.Any
|
|
2305
|
-
""" """
|
|
2306
|
-
|
|
2307
2185
|
id_data: typing.Any
|
|
2308
|
-
""" """
|
|
2309
2186
|
|
|
2310
2187
|
def append(self, draw_func):
|
|
2311
2188
|
"""Append a draw function to this menu,
|
|
@@ -2410,10 +2287,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
|
2410
2287
|
"""
|
|
2411
2288
|
...
|
|
2412
2289
|
|
|
2413
|
-
def is_extended(self):
|
|
2414
|
-
""" """
|
|
2415
|
-
...
|
|
2416
|
-
|
|
2290
|
+
def is_extended(self): ...
|
|
2417
2291
|
def is_property_hidden(self) -> bool:
|
|
2418
2292
|
"""Check if a property is hidden.
|
|
2419
2293
|
|
|
@@ -2576,8 +2450,6 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
|
2576
2450
|
...
|
|
2577
2451
|
|
|
2578
2452
|
class FileBrowserMenu:
|
|
2579
|
-
""" """
|
|
2580
|
-
|
|
2581
2453
|
def poll(self, context):
|
|
2582
2454
|
"""
|
|
2583
2455
|
|
|
@@ -2586,19 +2458,10 @@ class FileBrowserMenu:
|
|
|
2586
2458
|
...
|
|
2587
2459
|
|
|
2588
2460
|
class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2589
|
-
""" """
|
|
2590
|
-
|
|
2591
2461
|
bl_idname: typing.Any
|
|
2592
|
-
""" """
|
|
2593
|
-
|
|
2594
2462
|
bl_label: typing.Any
|
|
2595
|
-
""" """
|
|
2596
|
-
|
|
2597
2463
|
bl_rna: typing.Any
|
|
2598
|
-
""" """
|
|
2599
|
-
|
|
2600
2464
|
id_data: typing.Any
|
|
2601
|
-
""" """
|
|
2602
2465
|
|
|
2603
2466
|
def append(self, draw_func):
|
|
2604
2467
|
"""Append a draw function to this menu,
|
|
@@ -2703,10 +2566,7 @@ class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2703
2566
|
"""
|
|
2704
2567
|
...
|
|
2705
2568
|
|
|
2706
|
-
def is_extended(self):
|
|
2707
|
-
""" """
|
|
2708
|
-
...
|
|
2709
|
-
|
|
2569
|
+
def is_extended(self): ...
|
|
2710
2570
|
def is_property_hidden(self) -> bool:
|
|
2711
2571
|
"""Check if a property is hidden.
|
|
2712
2572
|
|
|
@@ -2869,25 +2729,12 @@ class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2869
2729
|
...
|
|
2870
2730
|
|
|
2871
2731
|
class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
2872
|
-
""" """
|
|
2873
|
-
|
|
2874
2732
|
bl_category: typing.Any
|
|
2875
|
-
""" """
|
|
2876
|
-
|
|
2877
2733
|
bl_label: typing.Any
|
|
2878
|
-
""" """
|
|
2879
|
-
|
|
2880
2734
|
bl_region_type: typing.Any
|
|
2881
|
-
""" """
|
|
2882
|
-
|
|
2883
2735
|
bl_rna: typing.Any
|
|
2884
|
-
""" """
|
|
2885
|
-
|
|
2886
2736
|
bl_space_type: typing.Any
|
|
2887
|
-
""" """
|
|
2888
|
-
|
|
2889
2737
|
id_data: typing.Any
|
|
2890
|
-
""" """
|
|
2891
2738
|
|
|
2892
2739
|
def append(self, draw_func):
|
|
2893
2740
|
"""Append a draw function to this menu,
|
|
@@ -2972,10 +2819,7 @@ class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
2972
2819
|
"""
|
|
2973
2820
|
...
|
|
2974
2821
|
|
|
2975
|
-
def is_extended(self):
|
|
2976
|
-
""" """
|
|
2977
|
-
...
|
|
2978
|
-
|
|
2822
|
+
def is_extended(self): ...
|
|
2979
2823
|
def is_property_hidden(self) -> bool:
|
|
2980
2824
|
"""Check if a property is hidden.
|
|
2981
2825
|
|
|
@@ -3111,10 +2955,7 @@ class FILEBROWSER_PT_advanced_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3111
2955
|
...
|
|
3112
2956
|
|
|
3113
2957
|
class FileBrowserPanel:
|
|
3114
|
-
""" """
|
|
3115
|
-
|
|
3116
2958
|
bl_space_type: typing.Any
|
|
3117
|
-
""" """
|
|
3118
2959
|
|
|
3119
2960
|
def poll(self, context):
|
|
3120
2961
|
"""
|
|
@@ -3124,25 +2965,12 @@ class FileBrowserPanel:
|
|
|
3124
2965
|
...
|
|
3125
2966
|
|
|
3126
2967
|
class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
|
|
3127
|
-
""" """
|
|
3128
|
-
|
|
3129
2968
|
bl_category: typing.Any
|
|
3130
|
-
""" """
|
|
3131
|
-
|
|
3132
2969
|
bl_label: typing.Any
|
|
3133
|
-
""" """
|
|
3134
|
-
|
|
3135
2970
|
bl_region_type: typing.Any
|
|
3136
|
-
""" """
|
|
3137
|
-
|
|
3138
2971
|
bl_rna: typing.Any
|
|
3139
|
-
""" """
|
|
3140
|
-
|
|
3141
2972
|
bl_space_type: typing.Any
|
|
3142
|
-
""" """
|
|
3143
|
-
|
|
3144
2973
|
id_data: typing.Any
|
|
3145
|
-
""" """
|
|
3146
2974
|
|
|
3147
2975
|
def append(self, draw_func):
|
|
3148
2976
|
"""Append a draw function to this menu,
|
|
@@ -3227,10 +3055,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3227
3055
|
"""
|
|
3228
3056
|
...
|
|
3229
3057
|
|
|
3230
|
-
def is_extended(self):
|
|
3231
|
-
""" """
|
|
3232
|
-
...
|
|
3233
|
-
|
|
3058
|
+
def is_extended(self): ...
|
|
3234
3059
|
def is_property_hidden(self) -> bool:
|
|
3235
3060
|
"""Check if a property is hidden.
|
|
3236
3061
|
|
|
@@ -3366,25 +3191,12 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3366
3191
|
...
|
|
3367
3192
|
|
|
3368
3193
|
class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
|
|
3369
|
-
""" """
|
|
3370
|
-
|
|
3371
3194
|
bl_category: typing.Any
|
|
3372
|
-
""" """
|
|
3373
|
-
|
|
3374
3195
|
bl_label: typing.Any
|
|
3375
|
-
""" """
|
|
3376
|
-
|
|
3377
3196
|
bl_region_type: typing.Any
|
|
3378
|
-
""" """
|
|
3379
|
-
|
|
3380
3197
|
bl_rna: typing.Any
|
|
3381
|
-
""" """
|
|
3382
|
-
|
|
3383
3198
|
bl_space_type: typing.Any
|
|
3384
|
-
""" """
|
|
3385
|
-
|
|
3386
3199
|
id_data: typing.Any
|
|
3387
|
-
""" """
|
|
3388
3200
|
|
|
3389
3201
|
def append(self, draw_func):
|
|
3390
3202
|
"""Append a draw function to this menu,
|
|
@@ -3469,10 +3281,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3469
3281
|
"""
|
|
3470
3282
|
...
|
|
3471
3283
|
|
|
3472
|
-
def is_extended(self):
|
|
3473
|
-
""" """
|
|
3474
|
-
...
|
|
3475
|
-
|
|
3284
|
+
def is_extended(self): ...
|
|
3476
3285
|
def is_property_hidden(self) -> bool:
|
|
3477
3286
|
"""Check if a property is hidden.
|
|
3478
3287
|
|
|
@@ -3608,28 +3417,13 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3608
3417
|
...
|
|
3609
3418
|
|
|
3610
3419
|
class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
|
|
3611
|
-
""" """
|
|
3612
|
-
|
|
3613
3420
|
bl_category: typing.Any
|
|
3614
|
-
""" """
|
|
3615
|
-
|
|
3616
3421
|
bl_label: typing.Any
|
|
3617
|
-
""" """
|
|
3618
|
-
|
|
3619
3422
|
bl_region_type: typing.Any
|
|
3620
|
-
""" """
|
|
3621
|
-
|
|
3622
3423
|
bl_rna: typing.Any
|
|
3623
|
-
""" """
|
|
3624
|
-
|
|
3625
3424
|
bl_space_type: typing.Any
|
|
3626
|
-
""" """
|
|
3627
|
-
|
|
3628
3425
|
bl_translation_context: typing.Any
|
|
3629
|
-
""" """
|
|
3630
|
-
|
|
3631
3426
|
id_data: typing.Any
|
|
3632
|
-
""" """
|
|
3633
3427
|
|
|
3634
3428
|
def append(self, draw_func):
|
|
3635
3429
|
"""Append a draw function to this menu,
|
|
@@ -3714,10 +3508,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3714
3508
|
"""
|
|
3715
3509
|
...
|
|
3716
3510
|
|
|
3717
|
-
def is_extended(self):
|
|
3718
|
-
""" """
|
|
3719
|
-
...
|
|
3720
|
-
|
|
3511
|
+
def is_extended(self): ...
|
|
3721
3512
|
def is_property_hidden(self) -> bool:
|
|
3722
3513
|
"""Check if a property is hidden.
|
|
3723
3514
|
|
|
@@ -3853,28 +3644,13 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3853
3644
|
...
|
|
3854
3645
|
|
|
3855
3646
|
class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
|
|
3856
|
-
""" """
|
|
3857
|
-
|
|
3858
3647
|
bl_category: typing.Any
|
|
3859
|
-
""" """
|
|
3860
|
-
|
|
3861
3648
|
bl_label: typing.Any
|
|
3862
|
-
""" """
|
|
3863
|
-
|
|
3864
3649
|
bl_options: typing.Any
|
|
3865
|
-
""" """
|
|
3866
|
-
|
|
3867
3650
|
bl_region_type: typing.Any
|
|
3868
|
-
""" """
|
|
3869
|
-
|
|
3870
3651
|
bl_rna: typing.Any
|
|
3871
|
-
""" """
|
|
3872
|
-
|
|
3873
3652
|
bl_space_type: typing.Any
|
|
3874
|
-
""" """
|
|
3875
|
-
|
|
3876
3653
|
id_data: typing.Any
|
|
3877
|
-
""" """
|
|
3878
3654
|
|
|
3879
3655
|
def append(self, draw_func):
|
|
3880
3656
|
"""Append a draw function to this menu,
|
|
@@ -3959,10 +3735,7 @@ class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3959
3735
|
"""
|
|
3960
3736
|
...
|
|
3961
3737
|
|
|
3962
|
-
def is_extended(self):
|
|
3963
|
-
""" """
|
|
3964
|
-
...
|
|
3965
|
-
|
|
3738
|
+
def is_extended(self): ...
|
|
3966
3739
|
def is_header_visible(self, context):
|
|
3967
3740
|
"""
|
|
3968
3741
|
|
|
@@ -4105,13 +3878,8 @@ class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4105
3878
|
...
|
|
4106
3879
|
|
|
4107
3880
|
class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
|
|
4108
|
-
""" """
|
|
4109
|
-
|
|
4110
3881
|
bl_rna: typing.Any
|
|
4111
|
-
""" """
|
|
4112
|
-
|
|
4113
3882
|
id_data: typing.Any
|
|
4114
|
-
""" """
|
|
4115
3883
|
|
|
4116
3884
|
def append(self, draw_func):
|
|
4117
3885
|
"""Append a draw function to this menu,
|
|
@@ -4213,10 +3981,7 @@ class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
4213
3981
|
"""
|
|
4214
3982
|
...
|
|
4215
3983
|
|
|
4216
|
-
def is_extended(self):
|
|
4217
|
-
""" """
|
|
4218
|
-
...
|
|
4219
|
-
|
|
3984
|
+
def is_extended(self): ...
|
|
4220
3985
|
def is_property_hidden(self) -> bool:
|
|
4221
3986
|
"""Check if a property is hidden.
|
|
4222
3987
|
|
|
@@ -4345,16 +4110,9 @@ class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
4345
4110
|
...
|
|
4346
4111
|
|
|
4347
4112
|
class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
4348
|
-
""" """
|
|
4349
|
-
|
|
4350
4113
|
bl_label: typing.Any
|
|
4351
|
-
""" """
|
|
4352
|
-
|
|
4353
4114
|
bl_rna: typing.Any
|
|
4354
|
-
""" """
|
|
4355
|
-
|
|
4356
4115
|
id_data: typing.Any
|
|
4357
|
-
""" """
|
|
4358
4116
|
|
|
4359
4117
|
def append(self, draw_func):
|
|
4360
4118
|
"""Append a draw function to this menu,
|
|
@@ -4459,10 +4217,7 @@ class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._Gener
|
|
|
4459
4217
|
"""
|
|
4460
4218
|
...
|
|
4461
4219
|
|
|
4462
|
-
def is_extended(self):
|
|
4463
|
-
""" """
|
|
4464
|
-
...
|
|
4465
|
-
|
|
4220
|
+
def is_extended(self): ...
|
|
4466
4221
|
def is_property_hidden(self) -> bool:
|
|
4467
4222
|
"""Check if a property is hidden.
|
|
4468
4223
|
|
|
@@ -4634,16 +4389,9 @@ class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._Gener
|
|
|
4634
4389
|
class ASSETBROWSER_MT_context_menu(
|
|
4635
4390
|
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
4636
4391
|
):
|
|
4637
|
-
""" """
|
|
4638
|
-
|
|
4639
4392
|
bl_label: typing.Any
|
|
4640
|
-
""" """
|
|
4641
|
-
|
|
4642
4393
|
bl_rna: typing.Any
|
|
4643
|
-
""" """
|
|
4644
|
-
|
|
4645
4394
|
id_data: typing.Any
|
|
4646
|
-
""" """
|
|
4647
4395
|
|
|
4648
4396
|
def append(self, draw_func):
|
|
4649
4397
|
"""Append a draw function to this menu,
|
|
@@ -4748,10 +4496,7 @@ class ASSETBROWSER_MT_context_menu(
|
|
|
4748
4496
|
"""
|
|
4749
4497
|
...
|
|
4750
4498
|
|
|
4751
|
-
def is_extended(self):
|
|
4752
|
-
""" """
|
|
4753
|
-
...
|
|
4754
|
-
|
|
4499
|
+
def is_extended(self): ...
|
|
4755
4500
|
def is_property_hidden(self) -> bool:
|
|
4756
4501
|
"""Check if a property is hidden.
|
|
4757
4502
|
|
|
@@ -4923,19 +4668,10 @@ class ASSETBROWSER_MT_context_menu(
|
|
|
4923
4668
|
class ASSETBROWSER_MT_editor_menus(
|
|
4924
4669
|
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
4925
4670
|
):
|
|
4926
|
-
""" """
|
|
4927
|
-
|
|
4928
4671
|
bl_idname: typing.Any
|
|
4929
|
-
""" """
|
|
4930
|
-
|
|
4931
4672
|
bl_label: typing.Any
|
|
4932
|
-
""" """
|
|
4933
|
-
|
|
4934
4673
|
bl_rna: typing.Any
|
|
4935
|
-
""" """
|
|
4936
|
-
|
|
4937
4674
|
id_data: typing.Any
|
|
4938
|
-
""" """
|
|
4939
4675
|
|
|
4940
4676
|
def append(self, draw_func):
|
|
4941
4677
|
"""Append a draw function to this menu,
|
|
@@ -5040,10 +4776,7 @@ class ASSETBROWSER_MT_editor_menus(
|
|
|
5040
4776
|
"""
|
|
5041
4777
|
...
|
|
5042
4778
|
|
|
5043
|
-
def is_extended(self):
|
|
5044
|
-
""" """
|
|
5045
|
-
...
|
|
5046
|
-
|
|
4779
|
+
def is_extended(self): ...
|
|
5047
4780
|
def is_property_hidden(self) -> bool:
|
|
5048
4781
|
"""Check if a property is hidden.
|
|
5049
4782
|
|
|
@@ -5213,16 +4946,9 @@ class ASSETBROWSER_MT_editor_menus(
|
|
|
5213
4946
|
...
|
|
5214
4947
|
|
|
5215
4948
|
class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
5216
|
-
""" """
|
|
5217
|
-
|
|
5218
4949
|
bl_label: typing.Any
|
|
5219
|
-
""" """
|
|
5220
|
-
|
|
5221
4950
|
bl_rna: typing.Any
|
|
5222
|
-
""" """
|
|
5223
|
-
|
|
5224
4951
|
id_data: typing.Any
|
|
5225
|
-
""" """
|
|
5226
4952
|
|
|
5227
4953
|
def append(self, draw_func):
|
|
5228
4954
|
"""Append a draw function to this menu,
|
|
@@ -5327,10 +5053,7 @@ class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._Generi
|
|
|
5327
5053
|
"""
|
|
5328
5054
|
...
|
|
5329
5055
|
|
|
5330
|
-
def is_extended(self):
|
|
5331
|
-
""" """
|
|
5332
|
-
...
|
|
5333
|
-
|
|
5056
|
+
def is_extended(self): ...
|
|
5334
5057
|
def is_property_hidden(self) -> bool:
|
|
5335
5058
|
"""Check if a property is hidden.
|
|
5336
5059
|
|
|
@@ -5500,16 +5223,9 @@ class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._Generi
|
|
|
5500
5223
|
...
|
|
5501
5224
|
|
|
5502
5225
|
class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI):
|
|
5503
|
-
""" """
|
|
5504
|
-
|
|
5505
5226
|
bl_label: typing.Any
|
|
5506
|
-
""" """
|
|
5507
|
-
|
|
5508
5227
|
bl_rna: typing.Any
|
|
5509
|
-
""" """
|
|
5510
|
-
|
|
5511
5228
|
id_data: typing.Any
|
|
5512
|
-
""" """
|
|
5513
5229
|
|
|
5514
5230
|
def append(self, draw_func):
|
|
5515
5231
|
"""Append a draw function to this menu,
|
|
@@ -5614,10 +5330,7 @@ class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericU
|
|
|
5614
5330
|
"""
|
|
5615
5331
|
...
|
|
5616
5332
|
|
|
5617
|
-
def is_extended(self):
|
|
5618
|
-
""" """
|
|
5619
|
-
...
|
|
5620
|
-
|
|
5333
|
+
def is_extended(self): ...
|
|
5621
5334
|
def is_property_hidden(self) -> bool:
|
|
5622
5335
|
"""Check if a property is hidden.
|
|
5623
5336
|
|
|
@@ -5789,16 +5502,9 @@ class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericU
|
|
|
5789
5502
|
class FILEBROWSER_MT_context_menu(
|
|
5790
5503
|
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
5791
5504
|
):
|
|
5792
|
-
""" """
|
|
5793
|
-
|
|
5794
5505
|
bl_label: typing.Any
|
|
5795
|
-
""" """
|
|
5796
|
-
|
|
5797
5506
|
bl_rna: typing.Any
|
|
5798
|
-
""" """
|
|
5799
|
-
|
|
5800
5507
|
id_data: typing.Any
|
|
5801
|
-
""" """
|
|
5802
5508
|
|
|
5803
5509
|
def append(self, draw_func):
|
|
5804
5510
|
"""Append a draw function to this menu,
|
|
@@ -5903,10 +5609,7 @@ class FILEBROWSER_MT_context_menu(
|
|
|
5903
5609
|
"""
|
|
5904
5610
|
...
|
|
5905
5611
|
|
|
5906
|
-
def is_extended(self):
|
|
5907
|
-
""" """
|
|
5908
|
-
...
|
|
5909
|
-
|
|
5612
|
+
def is_extended(self): ...
|
|
5910
5613
|
def is_property_hidden(self) -> bool:
|
|
5911
5614
|
"""Check if a property is hidden.
|
|
5912
5615
|
|
|
@@ -6078,19 +5781,10 @@ class FILEBROWSER_MT_context_menu(
|
|
|
6078
5781
|
class FILEBROWSER_MT_editor_menus(
|
|
6079
5782
|
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
6080
5783
|
):
|
|
6081
|
-
""" """
|
|
6082
|
-
|
|
6083
5784
|
bl_idname: typing.Any
|
|
6084
|
-
""" """
|
|
6085
|
-
|
|
6086
5785
|
bl_label: typing.Any
|
|
6087
|
-
""" """
|
|
6088
|
-
|
|
6089
5786
|
bl_rna: typing.Any
|
|
6090
|
-
""" """
|
|
6091
|
-
|
|
6092
5787
|
id_data: typing.Any
|
|
6093
|
-
""" """
|
|
6094
5788
|
|
|
6095
5789
|
def append(self, draw_func):
|
|
6096
5790
|
"""Append a draw function to this menu,
|
|
@@ -6195,10 +5889,7 @@ class FILEBROWSER_MT_editor_menus(
|
|
|
6195
5889
|
"""
|
|
6196
5890
|
...
|
|
6197
5891
|
|
|
6198
|
-
def is_extended(self):
|
|
6199
|
-
""" """
|
|
6200
|
-
...
|
|
6201
|
-
|
|
5892
|
+
def is_extended(self): ...
|
|
6202
5893
|
def is_property_hidden(self) -> bool:
|
|
6203
5894
|
"""Check if a property is hidden.
|
|
6204
5895
|
|
|
@@ -6368,16 +6059,9 @@ class FILEBROWSER_MT_editor_menus(
|
|
|
6368
6059
|
...
|
|
6369
6060
|
|
|
6370
6061
|
class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
|
|
6371
|
-
""" """
|
|
6372
|
-
|
|
6373
6062
|
bl_label: typing.Any
|
|
6374
|
-
""" """
|
|
6375
|
-
|
|
6376
6063
|
bl_rna: typing.Any
|
|
6377
|
-
""" """
|
|
6378
|
-
|
|
6379
6064
|
id_data: typing.Any
|
|
6380
|
-
""" """
|
|
6381
6065
|
|
|
6382
6066
|
def append(self, draw_func):
|
|
6383
6067
|
"""Append a draw function to this menu,
|
|
@@ -6482,10 +6166,7 @@ class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericU
|
|
|
6482
6166
|
"""
|
|
6483
6167
|
...
|
|
6484
6168
|
|
|
6485
|
-
def is_extended(self):
|
|
6486
|
-
""" """
|
|
6487
|
-
...
|
|
6488
|
-
|
|
6169
|
+
def is_extended(self): ...
|
|
6489
6170
|
def is_property_hidden(self) -> bool:
|
|
6490
6171
|
"""Check if a property is hidden.
|
|
6491
6172
|
|
|
@@ -6655,16 +6336,9 @@ class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericU
|
|
|
6655
6336
|
...
|
|
6656
6337
|
|
|
6657
6338
|
class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI):
|
|
6658
|
-
""" """
|
|
6659
|
-
|
|
6660
6339
|
bl_label: typing.Any
|
|
6661
|
-
""" """
|
|
6662
|
-
|
|
6663
6340
|
bl_rna: typing.Any
|
|
6664
|
-
""" """
|
|
6665
|
-
|
|
6666
6341
|
id_data: typing.Any
|
|
6667
|
-
""" """
|
|
6668
6342
|
|
|
6669
6343
|
def append(self, draw_func):
|
|
6670
6344
|
"""Append a draw function to this menu,
|
|
@@ -6769,10 +6443,7 @@ class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI)
|
|
|
6769
6443
|
"""
|
|
6770
6444
|
...
|
|
6771
6445
|
|
|
6772
|
-
def is_extended(self):
|
|
6773
|
-
""" """
|
|
6774
|
-
...
|
|
6775
|
-
|
|
6446
|
+
def is_extended(self): ...
|
|
6776
6447
|
def is_property_hidden(self) -> bool:
|
|
6777
6448
|
"""Check if a property is hidden.
|
|
6778
6449
|
|
|
@@ -6944,25 +6615,12 @@ class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI)
|
|
|
6944
6615
|
class FILEBROWSER_PT_bookmarks_favorites(
|
|
6945
6616
|
bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI
|
|
6946
6617
|
):
|
|
6947
|
-
""" """
|
|
6948
|
-
|
|
6949
6618
|
bl_category: typing.Any
|
|
6950
|
-
""" """
|
|
6951
|
-
|
|
6952
6619
|
bl_label: typing.Any
|
|
6953
|
-
""" """
|
|
6954
|
-
|
|
6955
6620
|
bl_region_type: typing.Any
|
|
6956
|
-
""" """
|
|
6957
|
-
|
|
6958
6621
|
bl_rna: typing.Any
|
|
6959
|
-
""" """
|
|
6960
|
-
|
|
6961
6622
|
bl_space_type: typing.Any
|
|
6962
|
-
""" """
|
|
6963
|
-
|
|
6964
6623
|
id_data: typing.Any
|
|
6965
|
-
""" """
|
|
6966
6624
|
|
|
6967
6625
|
def append(self, draw_func):
|
|
6968
6626
|
"""Append a draw function to this menu,
|
|
@@ -7047,10 +6705,7 @@ class FILEBROWSER_PT_bookmarks_favorites(
|
|
|
7047
6705
|
"""
|
|
7048
6706
|
...
|
|
7049
6707
|
|
|
7050
|
-
def is_extended(self):
|
|
7051
|
-
""" """
|
|
7052
|
-
...
|
|
7053
|
-
|
|
6708
|
+
def is_extended(self): ...
|
|
7054
6709
|
def is_property_hidden(self) -> bool:
|
|
7055
6710
|
"""Check if a property is hidden.
|
|
7056
6711
|
|
|
@@ -7186,25 +6841,12 @@ class FILEBROWSER_PT_bookmarks_favorites(
|
|
|
7186
6841
|
...
|
|
7187
6842
|
|
|
7188
6843
|
class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
|
|
7189
|
-
""" """
|
|
7190
|
-
|
|
7191
6844
|
bl_label: typing.Any
|
|
7192
|
-
""" """
|
|
7193
|
-
|
|
7194
6845
|
bl_region_type: typing.Any
|
|
7195
|
-
""" """
|
|
7196
|
-
|
|
7197
6846
|
bl_rna: typing.Any
|
|
7198
|
-
""" """
|
|
7199
|
-
|
|
7200
6847
|
bl_space_type: typing.Any
|
|
7201
|
-
""" """
|
|
7202
|
-
|
|
7203
6848
|
bl_ui_units_x: typing.Any
|
|
7204
|
-
""" """
|
|
7205
|
-
|
|
7206
6849
|
id_data: typing.Any
|
|
7207
|
-
""" """
|
|
7208
6850
|
|
|
7209
6851
|
def append(self, draw_func):
|
|
7210
6852
|
"""Append a draw function to this menu,
|
|
@@ -7289,10 +6931,7 @@ class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._Gener
|
|
|
7289
6931
|
"""
|
|
7290
6932
|
...
|
|
7291
6933
|
|
|
7292
|
-
def is_extended(self):
|
|
7293
|
-
""" """
|
|
7294
|
-
...
|
|
7295
|
-
|
|
6934
|
+
def is_extended(self): ...
|
|
7296
6935
|
def is_property_hidden(self) -> bool:
|
|
7297
6936
|
"""Check if a property is hidden.
|
|
7298
6937
|
|
|
@@ -7428,25 +7067,12 @@ class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._Gener
|
|
|
7428
7067
|
...
|
|
7429
7068
|
|
|
7430
7069
|
class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI):
|
|
7431
|
-
""" """
|
|
7432
|
-
|
|
7433
7070
|
bl_label: typing.Any
|
|
7434
|
-
""" """
|
|
7435
|
-
|
|
7436
7071
|
bl_region_type: typing.Any
|
|
7437
|
-
""" """
|
|
7438
|
-
|
|
7439
7072
|
bl_rna: typing.Any
|
|
7440
|
-
""" """
|
|
7441
|
-
|
|
7442
7073
|
bl_space_type: typing.Any
|
|
7443
|
-
""" """
|
|
7444
|
-
|
|
7445
7074
|
bl_ui_units_x: typing.Any
|
|
7446
|
-
""" """
|
|
7447
|
-
|
|
7448
7075
|
id_data: typing.Any
|
|
7449
|
-
""" """
|
|
7450
7076
|
|
|
7451
7077
|
def append(self, draw_func):
|
|
7452
7078
|
"""Append a draw function to this menu,
|
|
@@ -7531,10 +7157,7 @@ class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._Generi
|
|
|
7531
7157
|
"""
|
|
7532
7158
|
...
|
|
7533
7159
|
|
|
7534
|
-
def is_extended(self):
|
|
7535
|
-
""" """
|
|
7536
|
-
...
|
|
7537
|
-
|
|
7160
|
+
def is_extended(self): ...
|
|
7538
7161
|
def is_property_hidden(self) -> bool:
|
|
7539
7162
|
"""Check if a property is hidden.
|
|
7540
7163
|
|
|
@@ -7669,27 +7292,8 @@ class FILEBROWSER_PT_filter(bpy_types.Panel, FileBrowserPanel, bpy_types._Generi
|
|
|
7669
7292
|
"""
|
|
7670
7293
|
...
|
|
7671
7294
|
|
|
7672
|
-
def asset_path_str_get(_self):
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7677
|
-
def is_option_region_visible(context, space):
|
|
7678
|
-
""" """
|
|
7679
|
-
|
|
7680
|
-
...
|
|
7681
|
-
|
|
7682
|
-
def panel_poll_is_asset_browsing(context):
|
|
7683
|
-
""" """
|
|
7684
|
-
|
|
7685
|
-
...
|
|
7686
|
-
|
|
7687
|
-
def panel_poll_is_upper_region(region):
|
|
7688
|
-
""" """
|
|
7689
|
-
|
|
7690
|
-
...
|
|
7691
|
-
|
|
7692
|
-
def register_props():
|
|
7693
|
-
""" """
|
|
7694
|
-
|
|
7695
|
-
...
|
|
7295
|
+
def asset_path_str_get(_self): ...
|
|
7296
|
+
def is_option_region_visible(context, space): ...
|
|
7297
|
+
def panel_poll_is_asset_browsing(context): ...
|
|
7298
|
+
def panel_poll_is_upper_region(region): ...
|
|
7299
|
+
def register_props(): ...
|