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
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -5,16 +5,9 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_space_type: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
id_data: typing.Any
|
|
17
|
-
""" """
|
|
18
11
|
|
|
19
12
|
def append(self, draw_func):
|
|
20
13
|
"""Append a draw function to this menu,
|
|
@@ -113,10 +106,7 @@ class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
|
113
106
|
"""
|
|
114
107
|
...
|
|
115
108
|
|
|
116
|
-
def is_extended(self):
|
|
117
|
-
""" """
|
|
118
|
-
...
|
|
119
|
-
|
|
109
|
+
def is_extended(self): ...
|
|
120
110
|
def is_property_hidden(self) -> bool:
|
|
121
111
|
"""Check if a property is hidden.
|
|
122
112
|
|
|
@@ -245,16 +235,9 @@ class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
|
245
235
|
...
|
|
246
236
|
|
|
247
237
|
class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
238
|
bl_label: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
239
|
bl_rna: typing.Any
|
|
254
|
-
""" """
|
|
255
|
-
|
|
256
240
|
id_data: typing.Any
|
|
257
|
-
""" """
|
|
258
241
|
|
|
259
242
|
def append(self, draw_func):
|
|
260
243
|
"""Append a draw function to this menu,
|
|
@@ -359,10 +342,7 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
359
342
|
"""
|
|
360
343
|
...
|
|
361
344
|
|
|
362
|
-
def is_extended(self):
|
|
363
|
-
""" """
|
|
364
|
-
...
|
|
365
|
-
|
|
345
|
+
def is_extended(self): ...
|
|
366
346
|
def is_property_hidden(self) -> bool:
|
|
367
347
|
"""Check if a property is hidden.
|
|
368
348
|
|
|
@@ -525,16 +505,9 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
525
505
|
...
|
|
526
506
|
|
|
527
507
|
class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
508
|
bl_label: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
509
|
bl_rna: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
510
|
id_data: typing.Any
|
|
537
|
-
""" """
|
|
538
511
|
|
|
539
512
|
def append(self, draw_func):
|
|
540
513
|
"""Append a draw function to this menu,
|
|
@@ -639,10 +612,7 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
639
612
|
"""
|
|
640
613
|
...
|
|
641
614
|
|
|
642
|
-
def is_extended(self):
|
|
643
|
-
""" """
|
|
644
|
-
...
|
|
645
|
-
|
|
615
|
+
def is_extended(self): ...
|
|
646
616
|
def is_property_hidden(self) -> bool:
|
|
647
617
|
"""Check if a property is hidden.
|
|
648
618
|
|
|
@@ -805,16 +775,9 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
805
775
|
...
|
|
806
776
|
|
|
807
777
|
class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
778
|
bl_label: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
779
|
bl_rna: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
780
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
781
|
|
|
819
782
|
def append(self, draw_func):
|
|
820
783
|
"""Append a draw function to this menu,
|
|
@@ -919,10 +882,7 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
919
882
|
"""
|
|
920
883
|
...
|
|
921
884
|
|
|
922
|
-
def is_extended(self):
|
|
923
|
-
""" """
|
|
924
|
-
...
|
|
925
|
-
|
|
885
|
+
def is_extended(self): ...
|
|
926
886
|
def is_property_hidden(self) -> bool:
|
|
927
887
|
"""Check if a property is hidden.
|
|
928
888
|
|
|
@@ -1085,19 +1045,10 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1085
1045
|
...
|
|
1086
1046
|
|
|
1087
1047
|
class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1088
|
-
""" """
|
|
1089
|
-
|
|
1090
1048
|
bl_idname: typing.Any
|
|
1091
|
-
""" """
|
|
1092
|
-
|
|
1093
1049
|
bl_label: typing.Any
|
|
1094
|
-
""" """
|
|
1095
|
-
|
|
1096
1050
|
bl_rna: typing.Any
|
|
1097
|
-
""" """
|
|
1098
|
-
|
|
1099
1051
|
id_data: typing.Any
|
|
1100
|
-
""" """
|
|
1101
1052
|
|
|
1102
1053
|
def append(self, draw_func):
|
|
1103
1054
|
"""Append a draw function to this menu,
|
|
@@ -1202,10 +1153,7 @@ class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1202
1153
|
"""
|
|
1203
1154
|
...
|
|
1204
1155
|
|
|
1205
|
-
def is_extended(self):
|
|
1206
|
-
""" """
|
|
1207
|
-
...
|
|
1208
|
-
|
|
1156
|
+
def is_extended(self): ...
|
|
1209
1157
|
def is_property_hidden(self) -> bool:
|
|
1210
1158
|
"""Check if a property is hidden.
|
|
1211
1159
|
|
|
@@ -1368,16 +1316,9 @@ class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1368
1316
|
...
|
|
1369
1317
|
|
|
1370
1318
|
class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1319
|
bl_label: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1320
|
bl_rna: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1321
|
id_data: typing.Any
|
|
1380
|
-
""" """
|
|
1381
1322
|
|
|
1382
1323
|
def append(self, draw_func):
|
|
1383
1324
|
"""Append a draw function to this menu,
|
|
@@ -1482,10 +1423,7 @@ class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1482
1423
|
"""
|
|
1483
1424
|
...
|
|
1484
1425
|
|
|
1485
|
-
def is_extended(self):
|
|
1486
|
-
""" """
|
|
1487
|
-
...
|
|
1488
|
-
|
|
1426
|
+
def is_extended(self): ...
|
|
1489
1427
|
def is_property_hidden(self) -> bool:
|
|
1490
1428
|
"""Check if a property is hidden.
|
|
1491
1429
|
|
|
@@ -1648,16 +1586,9 @@ class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1648
1586
|
...
|
|
1649
1587
|
|
|
1650
1588
|
class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
1589
|
bl_label: typing.Any
|
|
1654
|
-
""" """
|
|
1655
|
-
|
|
1656
1590
|
bl_rna: typing.Any
|
|
1657
|
-
""" """
|
|
1658
|
-
|
|
1659
1591
|
id_data: typing.Any
|
|
1660
|
-
""" """
|
|
1661
1592
|
|
|
1662
1593
|
def append(self, draw_func):
|
|
1663
1594
|
"""Append a draw function to this menu,
|
|
@@ -1762,10 +1693,7 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1762
1693
|
"""
|
|
1763
1694
|
...
|
|
1764
1695
|
|
|
1765
|
-
def is_extended(self):
|
|
1766
|
-
""" """
|
|
1767
|
-
...
|
|
1768
|
-
|
|
1696
|
+
def is_extended(self): ...
|
|
1769
1697
|
def is_property_hidden(self) -> bool:
|
|
1770
1698
|
"""Check if a property is hidden.
|
|
1771
1699
|
|
|
@@ -1928,16 +1856,9 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1928
1856
|
...
|
|
1929
1857
|
|
|
1930
1858
|
class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1931
|
-
""" """
|
|
1932
|
-
|
|
1933
1859
|
bl_label: typing.Any
|
|
1934
|
-
""" """
|
|
1935
|
-
|
|
1936
1860
|
bl_rna: typing.Any
|
|
1937
|
-
""" """
|
|
1938
|
-
|
|
1939
1861
|
id_data: typing.Any
|
|
1940
|
-
""" """
|
|
1941
1862
|
|
|
1942
1863
|
def append(self, draw_func):
|
|
1943
1864
|
"""Append a draw function to this menu,
|
|
@@ -2042,10 +1963,7 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2042
1963
|
"""
|
|
2043
1964
|
...
|
|
2044
1965
|
|
|
2045
|
-
def is_extended(self):
|
|
2046
|
-
""" """
|
|
2047
|
-
...
|
|
2048
|
-
|
|
1966
|
+
def is_extended(self): ...
|
|
2049
1967
|
def is_property_hidden(self) -> bool:
|
|
2050
1968
|
"""Check if a property is hidden.
|
|
2051
1969
|
|
|
@@ -2208,16 +2126,9 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2208
2126
|
...
|
|
2209
2127
|
|
|
2210
2128
|
class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
2211
|
-
""" """
|
|
2212
|
-
|
|
2213
2129
|
bl_label: typing.Any
|
|
2214
|
-
""" """
|
|
2215
|
-
|
|
2216
2130
|
bl_rna: typing.Any
|
|
2217
|
-
""" """
|
|
2218
|
-
|
|
2219
2131
|
id_data: typing.Any
|
|
2220
|
-
""" """
|
|
2221
2132
|
|
|
2222
2133
|
def append(self, draw_func):
|
|
2223
2134
|
"""Append a draw function to this menu,
|
|
@@ -2322,10 +2233,7 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2322
2233
|
"""
|
|
2323
2234
|
...
|
|
2324
2235
|
|
|
2325
|
-
def is_extended(self):
|
|
2326
|
-
""" """
|
|
2327
|
-
...
|
|
2328
|
-
|
|
2236
|
+
def is_extended(self): ...
|
|
2329
2237
|
def is_property_hidden(self) -> bool:
|
|
2330
2238
|
"""Check if a property is hidden.
|
|
2331
2239
|
|
|
@@ -2488,22 +2396,11 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2488
2396
|
...
|
|
2489
2397
|
|
|
2490
2398
|
class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
2491
|
-
""" """
|
|
2492
|
-
|
|
2493
2399
|
bl_idname: typing.Any
|
|
2494
|
-
""" """
|
|
2495
|
-
|
|
2496
2400
|
bl_label: typing.Any
|
|
2497
|
-
""" """
|
|
2498
|
-
|
|
2499
2401
|
bl_owner_use_filter: typing.Any
|
|
2500
|
-
""" """
|
|
2501
|
-
|
|
2502
2402
|
bl_rna: typing.Any
|
|
2503
|
-
""" """
|
|
2504
|
-
|
|
2505
2403
|
id_data: typing.Any
|
|
2506
|
-
""" """
|
|
2507
2404
|
|
|
2508
2405
|
def append(self, draw_func):
|
|
2509
2406
|
"""Append a draw function to this menu,
|
|
@@ -2608,10 +2505,7 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2608
2505
|
"""
|
|
2609
2506
|
...
|
|
2610
2507
|
|
|
2611
|
-
def is_extended(self):
|
|
2612
|
-
""" """
|
|
2613
|
-
...
|
|
2614
|
-
|
|
2508
|
+
def is_extended(self): ...
|
|
2615
2509
|
def is_property_hidden(self) -> bool:
|
|
2616
2510
|
"""Check if a property is hidden.
|
|
2617
2511
|
|
|
@@ -2774,16 +2668,9 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2774
2668
|
...
|
|
2775
2669
|
|
|
2776
2670
|
class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
2777
|
-
""" """
|
|
2778
|
-
|
|
2779
2671
|
bl_label: typing.Any
|
|
2780
|
-
""" """
|
|
2781
|
-
|
|
2782
2672
|
bl_rna: typing.Any
|
|
2783
|
-
""" """
|
|
2784
|
-
|
|
2785
2673
|
id_data: typing.Any
|
|
2786
|
-
""" """
|
|
2787
2674
|
|
|
2788
2675
|
def append(self, draw_func):
|
|
2789
2676
|
"""Append a draw function to this menu,
|
|
@@ -2888,10 +2775,7 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2888
2775
|
"""
|
|
2889
2776
|
...
|
|
2890
2777
|
|
|
2891
|
-
def is_extended(self):
|
|
2892
|
-
""" """
|
|
2893
|
-
...
|
|
2894
|
-
|
|
2778
|
+
def is_extended(self): ...
|
|
2895
2779
|
def is_property_hidden(self) -> bool:
|
|
2896
2780
|
"""Check if a property is hidden.
|
|
2897
2781
|
|
|
@@ -3054,22 +2938,11 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3054
2938
|
...
|
|
3055
2939
|
|
|
3056
2940
|
class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2941
|
bl_idname: typing.Any
|
|
3060
|
-
""" """
|
|
3061
|
-
|
|
3062
2942
|
bl_label: typing.Any
|
|
3063
|
-
""" """
|
|
3064
|
-
|
|
3065
2943
|
bl_owner_use_filter: typing.Any
|
|
3066
|
-
""" """
|
|
3067
|
-
|
|
3068
2944
|
bl_rna: typing.Any
|
|
3069
|
-
""" """
|
|
3070
|
-
|
|
3071
2945
|
id_data: typing.Any
|
|
3072
|
-
""" """
|
|
3073
2946
|
|
|
3074
2947
|
def append(self, draw_func):
|
|
3075
2948
|
"""Append a draw function to this menu,
|
|
@@ -3174,10 +3047,7 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3174
3047
|
"""
|
|
3175
3048
|
...
|
|
3176
3049
|
|
|
3177
|
-
def is_extended(self):
|
|
3178
|
-
""" """
|
|
3179
|
-
...
|
|
3180
|
-
|
|
3050
|
+
def is_extended(self): ...
|
|
3181
3051
|
def is_property_hidden(self) -> bool:
|
|
3182
3052
|
"""Check if a property is hidden.
|
|
3183
3053
|
|
|
@@ -3340,21 +3210,11 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3340
3210
|
...
|
|
3341
3211
|
|
|
3342
3212
|
class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
3343
|
-
""" """
|
|
3344
|
-
|
|
3345
3213
|
bl_label: typing.Any
|
|
3346
|
-
""" """
|
|
3347
|
-
|
|
3348
3214
|
bl_rna: typing.Any
|
|
3349
|
-
""" """
|
|
3350
|
-
|
|
3351
3215
|
id_data: typing.Any
|
|
3352
|
-
""" """
|
|
3353
|
-
|
|
3354
|
-
def app_template_paths(self):
|
|
3355
|
-
""" """
|
|
3356
|
-
...
|
|
3357
3216
|
|
|
3217
|
+
def app_template_paths(self): ...
|
|
3358
3218
|
def append(self, draw_func):
|
|
3359
3219
|
"""Append a draw function to this menu,
|
|
3360
3220
|
takes the same arguments as the menus draw function
|
|
@@ -3468,10 +3328,7 @@ class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3468
3328
|
"""
|
|
3469
3329
|
...
|
|
3470
3330
|
|
|
3471
|
-
def is_extended(self):
|
|
3472
|
-
""" """
|
|
3473
|
-
...
|
|
3474
|
-
|
|
3331
|
+
def is_extended(self): ...
|
|
3475
3332
|
def is_property_hidden(self) -> bool:
|
|
3476
3333
|
"""Check if a property is hidden.
|
|
3477
3334
|
|
|
@@ -3634,16 +3491,9 @@ class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3634
3491
|
...
|
|
3635
3492
|
|
|
3636
3493
|
class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
3637
|
-
""" """
|
|
3638
|
-
|
|
3639
3494
|
bl_label: typing.Any
|
|
3640
|
-
""" """
|
|
3641
|
-
|
|
3642
3495
|
bl_rna: typing.Any
|
|
3643
|
-
""" """
|
|
3644
|
-
|
|
3645
3496
|
id_data: typing.Any
|
|
3646
|
-
""" """
|
|
3647
3497
|
|
|
3648
3498
|
def append(self, draw_func):
|
|
3649
3499
|
"""Append a draw function to this menu,
|
|
@@ -3748,10 +3598,7 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3748
3598
|
"""
|
|
3749
3599
|
...
|
|
3750
3600
|
|
|
3751
|
-
def is_extended(self):
|
|
3752
|
-
""" """
|
|
3753
|
-
...
|
|
3754
|
-
|
|
3601
|
+
def is_extended(self): ...
|
|
3755
3602
|
def is_property_hidden(self) -> bool:
|
|
3756
3603
|
"""Check if a property is hidden.
|
|
3757
3604
|
|
|
@@ -3914,16 +3761,9 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3914
3761
|
...
|
|
3915
3762
|
|
|
3916
3763
|
class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
3917
|
-
""" """
|
|
3918
|
-
|
|
3919
3764
|
bl_label: typing.Any
|
|
3920
|
-
""" """
|
|
3921
|
-
|
|
3922
3765
|
bl_rna: typing.Any
|
|
3923
|
-
""" """
|
|
3924
|
-
|
|
3925
3766
|
id_data: typing.Any
|
|
3926
|
-
""" """
|
|
3927
3767
|
|
|
3928
3768
|
def append(self, draw_func):
|
|
3929
3769
|
"""Append a draw function to this menu,
|
|
@@ -4028,10 +3868,7 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4028
3868
|
"""
|
|
4029
3869
|
...
|
|
4030
3870
|
|
|
4031
|
-
def is_extended(self):
|
|
4032
|
-
""" """
|
|
4033
|
-
...
|
|
4034
|
-
|
|
3871
|
+
def is_extended(self): ...
|
|
4035
3872
|
def is_property_hidden(self) -> bool:
|
|
4036
3873
|
"""Check if a property is hidden.
|
|
4037
3874
|
|
|
@@ -4194,16 +4031,9 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4194
4031
|
...
|
|
4195
4032
|
|
|
4196
4033
|
class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
4197
|
-
""" """
|
|
4198
|
-
|
|
4199
4034
|
bl_label: typing.Any
|
|
4200
|
-
""" """
|
|
4201
|
-
|
|
4202
4035
|
bl_rna: typing.Any
|
|
4203
|
-
""" """
|
|
4204
|
-
|
|
4205
4036
|
id_data: typing.Any
|
|
4206
|
-
""" """
|
|
4207
4037
|
|
|
4208
4038
|
def append(self, draw_func):
|
|
4209
4039
|
"""Append a draw function to this menu,
|
|
@@ -4308,10 +4138,7 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4308
4138
|
"""
|
|
4309
4139
|
...
|
|
4310
4140
|
|
|
4311
|
-
def is_extended(self):
|
|
4312
|
-
""" """
|
|
4313
|
-
...
|
|
4314
|
-
|
|
4141
|
+
def is_extended(self): ...
|
|
4315
4142
|
def is_property_hidden(self) -> bool:
|
|
4316
4143
|
"""Check if a property is hidden.
|
|
4317
4144
|
|
|
@@ -4474,16 +4301,9 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4474
4301
|
...
|
|
4475
4302
|
|
|
4476
4303
|
class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
4477
|
-
""" """
|
|
4478
|
-
|
|
4479
4304
|
bl_label: typing.Any
|
|
4480
|
-
""" """
|
|
4481
|
-
|
|
4482
4305
|
bl_rna: typing.Any
|
|
4483
|
-
""" """
|
|
4484
|
-
|
|
4485
4306
|
id_data: typing.Any
|
|
4486
|
-
""" """
|
|
4487
4307
|
|
|
4488
4308
|
def append(self, draw_func):
|
|
4489
4309
|
"""Append a draw function to this menu,
|
|
@@ -4588,10 +4408,7 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4588
4408
|
"""
|
|
4589
4409
|
...
|
|
4590
4410
|
|
|
4591
|
-
def is_extended(self):
|
|
4592
|
-
""" """
|
|
4593
|
-
...
|
|
4594
|
-
|
|
4411
|
+
def is_extended(self): ...
|
|
4595
4412
|
def is_property_hidden(self) -> bool:
|
|
4596
4413
|
"""Check if a property is hidden.
|
|
4597
4414
|
|
|
@@ -4754,16 +4571,9 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4754
4571
|
...
|
|
4755
4572
|
|
|
4756
4573
|
class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
4757
|
-
""" """
|
|
4758
|
-
|
|
4759
4574
|
bl_label: typing.Any
|
|
4760
|
-
""" """
|
|
4761
|
-
|
|
4762
4575
|
bl_rna: typing.Any
|
|
4763
|
-
""" """
|
|
4764
|
-
|
|
4765
4576
|
id_data: typing.Any
|
|
4766
|
-
""" """
|
|
4767
4577
|
|
|
4768
4578
|
def append(self, draw_func):
|
|
4769
4579
|
"""Append a draw function to this menu,
|
|
@@ -4868,10 +4678,7 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4868
4678
|
"""
|
|
4869
4679
|
...
|
|
4870
4680
|
|
|
4871
|
-
def is_extended(self):
|
|
4872
|
-
""" """
|
|
4873
|
-
...
|
|
4874
|
-
|
|
4681
|
+
def is_extended(self): ...
|
|
4875
4682
|
def is_property_hidden(self) -> bool:
|
|
4876
4683
|
"""Check if a property is hidden.
|
|
4877
4684
|
|
|
@@ -5034,16 +4841,9 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5034
4841
|
...
|
|
5035
4842
|
|
|
5036
4843
|
class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
5037
|
-
""" """
|
|
5038
|
-
|
|
5039
4844
|
bl_label: typing.Any
|
|
5040
|
-
""" """
|
|
5041
|
-
|
|
5042
4845
|
bl_rna: typing.Any
|
|
5043
|
-
""" """
|
|
5044
|
-
|
|
5045
4846
|
id_data: typing.Any
|
|
5046
|
-
""" """
|
|
5047
4847
|
|
|
5048
4848
|
def append(self, draw_func):
|
|
5049
4849
|
"""Append a draw function to this menu,
|
|
@@ -5148,10 +4948,7 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5148
4948
|
"""
|
|
5149
4949
|
...
|
|
5150
4950
|
|
|
5151
|
-
def is_extended(self):
|
|
5152
|
-
""" """
|
|
5153
|
-
...
|
|
5154
|
-
|
|
4951
|
+
def is_extended(self): ...
|
|
5155
4952
|
def is_property_hidden(self) -> bool:
|
|
5156
4953
|
"""Check if a property is hidden.
|
|
5157
4954
|
|
|
@@ -5314,16 +5111,9 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5314
5111
|
...
|
|
5315
5112
|
|
|
5316
5113
|
class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
5317
|
-
""" """
|
|
5318
|
-
|
|
5319
5114
|
bl_label: typing.Any
|
|
5320
|
-
""" """
|
|
5321
|
-
|
|
5322
5115
|
bl_rna: typing.Any
|
|
5323
|
-
""" """
|
|
5324
|
-
|
|
5325
5116
|
id_data: typing.Any
|
|
5326
|
-
""" """
|
|
5327
5117
|
|
|
5328
5118
|
def append(self, draw_func):
|
|
5329
5119
|
"""Append a draw function to this menu,
|
|
@@ -5428,10 +5218,7 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5428
5218
|
"""
|
|
5429
5219
|
...
|
|
5430
5220
|
|
|
5431
|
-
def is_extended(self):
|
|
5432
|
-
""" """
|
|
5433
|
-
...
|
|
5434
|
-
|
|
5221
|
+
def is_extended(self): ...
|
|
5435
5222
|
def is_property_hidden(self) -> bool:
|
|
5436
5223
|
"""Check if a property is hidden.
|
|
5437
5224
|
|
|
@@ -5594,25 +5381,12 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5594
5381
|
...
|
|
5595
5382
|
|
|
5596
5383
|
class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
5597
|
-
""" """
|
|
5598
|
-
|
|
5599
5384
|
bl_label: typing.Any
|
|
5600
|
-
""" """
|
|
5601
|
-
|
|
5602
5385
|
bl_region_type: typing.Any
|
|
5603
|
-
""" """
|
|
5604
|
-
|
|
5605
5386
|
bl_rna: typing.Any
|
|
5606
|
-
""" """
|
|
5607
|
-
|
|
5608
5387
|
bl_space_type: typing.Any
|
|
5609
|
-
""" """
|
|
5610
|
-
|
|
5611
5388
|
bl_ui_units_x: typing.Any
|
|
5612
|
-
""" """
|
|
5613
|
-
|
|
5614
5389
|
id_data: typing.Any
|
|
5615
|
-
""" """
|
|
5616
5390
|
|
|
5617
5391
|
def append(self, draw_func):
|
|
5618
5392
|
"""Append a draw function to this menu,
|
|
@@ -5706,10 +5480,7 @@ class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5706
5480
|
"""
|
|
5707
5481
|
...
|
|
5708
5482
|
|
|
5709
|
-
def is_extended(self):
|
|
5710
|
-
""" """
|
|
5711
|
-
...
|
|
5712
|
-
|
|
5483
|
+
def is_extended(self): ...
|
|
5713
5484
|
def is_property_hidden(self) -> bool:
|
|
5714
5485
|
"""Check if a property is hidden.
|
|
5715
5486
|
|
|
@@ -5845,22 +5616,11 @@ class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5845
5616
|
...
|
|
5846
5617
|
|
|
5847
5618
|
class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
5848
|
-
""" """
|
|
5849
|
-
|
|
5850
5619
|
bl_label: typing.Any
|
|
5851
|
-
""" """
|
|
5852
|
-
|
|
5853
5620
|
bl_region_type: typing.Any
|
|
5854
|
-
""" """
|
|
5855
|
-
|
|
5856
5621
|
bl_rna: typing.Any
|
|
5857
|
-
""" """
|
|
5858
|
-
|
|
5859
5622
|
bl_space_type: typing.Any
|
|
5860
|
-
""" """
|
|
5861
|
-
|
|
5862
5623
|
id_data: typing.Any
|
|
5863
|
-
""" """
|
|
5864
5624
|
|
|
5865
5625
|
def append(self, draw_func):
|
|
5866
5626
|
"""Append a draw function to this menu,
|
|
@@ -5945,10 +5705,7 @@ class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5945
5705
|
"""
|
|
5946
5706
|
...
|
|
5947
5707
|
|
|
5948
|
-
def is_extended(self):
|
|
5949
|
-
""" """
|
|
5950
|
-
...
|
|
5951
|
-
|
|
5708
|
+
def is_extended(self): ...
|
|
5952
5709
|
def is_property_hidden(self) -> bool:
|
|
5953
5710
|
"""Check if a property is hidden.
|
|
5954
5711
|
|
|
@@ -6077,25 +5834,12 @@ class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6077
5834
|
...
|
|
6078
5835
|
|
|
6079
5836
|
class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
6080
|
-
""" """
|
|
6081
|
-
|
|
6082
5837
|
bl_label: typing.Any
|
|
6083
|
-
""" """
|
|
6084
|
-
|
|
6085
5838
|
bl_region_type: typing.Any
|
|
6086
|
-
""" """
|
|
6087
|
-
|
|
6088
5839
|
bl_rna: typing.Any
|
|
6089
|
-
""" """
|
|
6090
|
-
|
|
6091
5840
|
bl_space_type: typing.Any
|
|
6092
|
-
""" """
|
|
6093
|
-
|
|
6094
5841
|
bl_ui_units_x: typing.Any
|
|
6095
|
-
""" """
|
|
6096
|
-
|
|
6097
5842
|
id_data: typing.Any
|
|
6098
|
-
""" """
|
|
6099
5843
|
|
|
6100
5844
|
def append(self, draw_func):
|
|
6101
5845
|
"""Append a draw function to this menu,
|
|
@@ -6180,10 +5924,7 @@ class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6180
5924
|
"""
|
|
6181
5925
|
...
|
|
6182
5926
|
|
|
6183
|
-
def is_extended(self):
|
|
6184
|
-
""" """
|
|
6185
|
-
...
|
|
6186
|
-
|
|
5927
|
+
def is_extended(self): ...
|
|
6187
5928
|
def is_property_hidden(self) -> bool:
|
|
6188
5929
|
"""Check if a property is hidden.
|
|
6189
5930
|
|
|
@@ -6312,25 +6053,12 @@ class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6312
6053
|
...
|
|
6313
6054
|
|
|
6314
6055
|
class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
6315
|
-
""" """
|
|
6316
|
-
|
|
6317
6056
|
bl_label: typing.Any
|
|
6318
|
-
""" """
|
|
6319
|
-
|
|
6320
6057
|
bl_region_type: typing.Any
|
|
6321
|
-
""" """
|
|
6322
|
-
|
|
6323
6058
|
bl_rna: typing.Any
|
|
6324
|
-
""" """
|
|
6325
|
-
|
|
6326
6059
|
bl_space_type: typing.Any
|
|
6327
|
-
""" """
|
|
6328
|
-
|
|
6329
6060
|
bl_ui_units_x: typing.Any
|
|
6330
|
-
""" """
|
|
6331
|
-
|
|
6332
6061
|
id_data: typing.Any
|
|
6333
|
-
""" """
|
|
6334
6062
|
|
|
6335
6063
|
def append(self, draw_func):
|
|
6336
6064
|
"""Append a draw function to this menu,
|
|
@@ -6422,10 +6150,7 @@ class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6422
6150
|
"""
|
|
6423
6151
|
...
|
|
6424
6152
|
|
|
6425
|
-
def is_extended(self):
|
|
6426
|
-
""" """
|
|
6427
|
-
...
|
|
6428
|
-
|
|
6153
|
+
def is_extended(self): ...
|
|
6429
6154
|
def is_property_hidden(self) -> bool:
|
|
6430
6155
|
"""Check if a property is hidden.
|
|
6431
6156
|
|
|
@@ -6569,25 +6294,12 @@ class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6569
6294
|
...
|
|
6570
6295
|
|
|
6571
6296
|
class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
|
|
6572
|
-
""" """
|
|
6573
|
-
|
|
6574
6297
|
bl_label: typing.Any
|
|
6575
|
-
""" """
|
|
6576
|
-
|
|
6577
6298
|
bl_region_type: typing.Any
|
|
6578
|
-
""" """
|
|
6579
|
-
|
|
6580
6299
|
bl_rna: typing.Any
|
|
6581
|
-
""" """
|
|
6582
|
-
|
|
6583
6300
|
bl_space_type: typing.Any
|
|
6584
|
-
""" """
|
|
6585
|
-
|
|
6586
6301
|
bl_ui_units_x: typing.Any
|
|
6587
|
-
""" """
|
|
6588
|
-
|
|
6589
6302
|
id_data: typing.Any
|
|
6590
|
-
""" """
|
|
6591
6303
|
|
|
6592
6304
|
def append(self, draw_func):
|
|
6593
6305
|
"""Append a draw function to this menu,
|
|
@@ -6672,10 +6384,7 @@ class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6672
6384
|
"""
|
|
6673
6385
|
...
|
|
6674
6386
|
|
|
6675
|
-
def is_extended(self):
|
|
6676
|
-
""" """
|
|
6677
|
-
...
|
|
6678
|
-
|
|
6387
|
+
def is_extended(self): ...
|
|
6679
6388
|
def is_property_hidden(self) -> bool:
|
|
6680
6389
|
"""Check if a property is hidden.
|
|
6681
6390
|
|
|
@@ -6807,25 +6516,12 @@ class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6807
6516
|
"""Popover panel for adding extra options that don't fit in the tool settings header"""
|
|
6808
6517
|
|
|
6809
6518
|
bl_description: typing.Any
|
|
6810
|
-
""" """
|
|
6811
|
-
|
|
6812
6519
|
bl_idname: typing.Any
|
|
6813
|
-
""" """
|
|
6814
|
-
|
|
6815
6520
|
bl_label: typing.Any
|
|
6816
|
-
""" """
|
|
6817
|
-
|
|
6818
6521
|
bl_region_type: typing.Any
|
|
6819
|
-
""" """
|
|
6820
|
-
|
|
6821
6522
|
bl_rna: typing.Any
|
|
6822
|
-
""" """
|
|
6823
|
-
|
|
6824
6523
|
bl_space_type: typing.Any
|
|
6825
|
-
""" """
|
|
6826
|
-
|
|
6827
6524
|
id_data: typing.Any
|
|
6828
|
-
""" """
|
|
6829
6525
|
|
|
6830
6526
|
def append(self, draw_func):
|
|
6831
6527
|
"""Append a draw function to this menu,
|
|
@@ -6910,10 +6606,7 @@ class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6910
6606
|
"""
|
|
6911
6607
|
...
|
|
6912
6608
|
|
|
6913
|
-
def is_extended(self):
|
|
6914
|
-
""" """
|
|
6915
|
-
...
|
|
6916
|
-
|
|
6609
|
+
def is_extended(self): ...
|
|
6917
6610
|
def is_property_hidden(self) -> bool:
|
|
6918
6611
|
"""Check if a property is hidden.
|
|
6919
6612
|
|