fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -2,19 +2,13 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
9
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
10
|
bl_space_type: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
11
|
id_data: typing.Any
|
|
17
|
-
""" """
|
|
18
12
|
|
|
19
13
|
def append(self, draw_func):
|
|
20
14
|
"""Append a draw function to this menu,
|
|
@@ -113,10 +107,7 @@ class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
|
113
107
|
"""
|
|
114
108
|
...
|
|
115
109
|
|
|
116
|
-
def is_extended(self):
|
|
117
|
-
""" """
|
|
118
|
-
...
|
|
119
|
-
|
|
110
|
+
def is_extended(self): ...
|
|
120
111
|
def is_property_hidden(self) -> bool:
|
|
121
112
|
"""Check if a property is hidden.
|
|
122
113
|
|
|
@@ -245,16 +236,9 @@ class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
|
245
236
|
...
|
|
246
237
|
|
|
247
238
|
class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
239
|
bl_label: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
240
|
bl_rna: typing.Any
|
|
254
|
-
""" """
|
|
255
|
-
|
|
256
241
|
id_data: typing.Any
|
|
257
|
-
""" """
|
|
258
242
|
|
|
259
243
|
def append(self, draw_func):
|
|
260
244
|
"""Append a draw function to this menu,
|
|
@@ -359,10 +343,7 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
359
343
|
"""
|
|
360
344
|
...
|
|
361
345
|
|
|
362
|
-
def is_extended(self):
|
|
363
|
-
""" """
|
|
364
|
-
...
|
|
365
|
-
|
|
346
|
+
def is_extended(self): ...
|
|
366
347
|
def is_property_hidden(self) -> bool:
|
|
367
348
|
"""Check if a property is hidden.
|
|
368
349
|
|
|
@@ -525,16 +506,9 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
525
506
|
...
|
|
526
507
|
|
|
527
508
|
class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
509
|
bl_label: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
510
|
bl_rna: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
511
|
id_data: typing.Any
|
|
537
|
-
""" """
|
|
538
512
|
|
|
539
513
|
def append(self, draw_func):
|
|
540
514
|
"""Append a draw function to this menu,
|
|
@@ -639,10 +613,7 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
639
613
|
"""
|
|
640
614
|
...
|
|
641
615
|
|
|
642
|
-
def is_extended(self):
|
|
643
|
-
""" """
|
|
644
|
-
...
|
|
645
|
-
|
|
616
|
+
def is_extended(self): ...
|
|
646
617
|
def is_property_hidden(self) -> bool:
|
|
647
618
|
"""Check if a property is hidden.
|
|
648
619
|
|
|
@@ -805,16 +776,9 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
805
776
|
...
|
|
806
777
|
|
|
807
778
|
class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
779
|
bl_label: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
780
|
bl_rna: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
781
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
782
|
|
|
819
783
|
def append(self, draw_func):
|
|
820
784
|
"""Append a draw function to this menu,
|
|
@@ -919,10 +883,7 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
919
883
|
"""
|
|
920
884
|
...
|
|
921
885
|
|
|
922
|
-
def is_extended(self):
|
|
923
|
-
""" """
|
|
924
|
-
...
|
|
925
|
-
|
|
886
|
+
def is_extended(self): ...
|
|
926
887
|
def is_property_hidden(self) -> bool:
|
|
927
888
|
"""Check if a property is hidden.
|
|
928
889
|
|
|
@@ -1085,19 +1046,10 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1085
1046
|
...
|
|
1086
1047
|
|
|
1087
1048
|
class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1088
|
-
""" """
|
|
1089
|
-
|
|
1090
1049
|
bl_idname: typing.Any
|
|
1091
|
-
""" """
|
|
1092
|
-
|
|
1093
1050
|
bl_label: typing.Any
|
|
1094
|
-
""" """
|
|
1095
|
-
|
|
1096
1051
|
bl_rna: typing.Any
|
|
1097
|
-
""" """
|
|
1098
|
-
|
|
1099
1052
|
id_data: typing.Any
|
|
1100
|
-
""" """
|
|
1101
1053
|
|
|
1102
1054
|
def append(self, draw_func):
|
|
1103
1055
|
"""Append a draw function to this menu,
|
|
@@ -1202,10 +1154,7 @@ class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1202
1154
|
"""
|
|
1203
1155
|
...
|
|
1204
1156
|
|
|
1205
|
-
def is_extended(self):
|
|
1206
|
-
""" """
|
|
1207
|
-
...
|
|
1208
|
-
|
|
1157
|
+
def is_extended(self): ...
|
|
1209
1158
|
def is_property_hidden(self) -> bool:
|
|
1210
1159
|
"""Check if a property is hidden.
|
|
1211
1160
|
|
|
@@ -1368,16 +1317,9 @@ class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1368
1317
|
...
|
|
1369
1318
|
|
|
1370
1319
|
class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1320
|
bl_label: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1321
|
bl_rna: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1322
|
id_data: typing.Any
|
|
1380
|
-
""" """
|
|
1381
1323
|
|
|
1382
1324
|
def append(self, draw_func):
|
|
1383
1325
|
"""Append a draw function to this menu,
|
|
@@ -1482,10 +1424,7 @@ class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1482
1424
|
"""
|
|
1483
1425
|
...
|
|
1484
1426
|
|
|
1485
|
-
def is_extended(self):
|
|
1486
|
-
""" """
|
|
1487
|
-
...
|
|
1488
|
-
|
|
1427
|
+
def is_extended(self): ...
|
|
1489
1428
|
def is_property_hidden(self) -> bool:
|
|
1490
1429
|
"""Check if a property is hidden.
|
|
1491
1430
|
|
|
@@ -1648,16 +1587,9 @@ class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1648
1587
|
...
|
|
1649
1588
|
|
|
1650
1589
|
class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
1590
|
bl_label: typing.Any
|
|
1654
|
-
""" """
|
|
1655
|
-
|
|
1656
1591
|
bl_rna: typing.Any
|
|
1657
|
-
""" """
|
|
1658
|
-
|
|
1659
1592
|
id_data: typing.Any
|
|
1660
|
-
""" """
|
|
1661
1593
|
|
|
1662
1594
|
def append(self, draw_func):
|
|
1663
1595
|
"""Append a draw function to this menu,
|
|
@@ -1762,10 +1694,7 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1762
1694
|
"""
|
|
1763
1695
|
...
|
|
1764
1696
|
|
|
1765
|
-
def is_extended(self):
|
|
1766
|
-
""" """
|
|
1767
|
-
...
|
|
1768
|
-
|
|
1697
|
+
def is_extended(self): ...
|
|
1769
1698
|
def is_property_hidden(self) -> bool:
|
|
1770
1699
|
"""Check if a property is hidden.
|
|
1771
1700
|
|
|
@@ -1928,16 +1857,9 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1928
1857
|
...
|
|
1929
1858
|
|
|
1930
1859
|
class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1931
|
-
""" """
|
|
1932
|
-
|
|
1933
1860
|
bl_label: typing.Any
|
|
1934
|
-
""" """
|
|
1935
|
-
|
|
1936
1861
|
bl_rna: typing.Any
|
|
1937
|
-
""" """
|
|
1938
|
-
|
|
1939
1862
|
id_data: typing.Any
|
|
1940
|
-
""" """
|
|
1941
1863
|
|
|
1942
1864
|
def append(self, draw_func):
|
|
1943
1865
|
"""Append a draw function to this menu,
|
|
@@ -2042,10 +1964,7 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2042
1964
|
"""
|
|
2043
1965
|
...
|
|
2044
1966
|
|
|
2045
|
-
def is_extended(self):
|
|
2046
|
-
""" """
|
|
2047
|
-
...
|
|
2048
|
-
|
|
1967
|
+
def is_extended(self): ...
|
|
2049
1968
|
def is_property_hidden(self) -> bool:
|
|
2050
1969
|
"""Check if a property is hidden.
|
|
2051
1970
|
|
|
@@ -2208,16 +2127,9 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2208
2127
|
...
|
|
2209
2128
|
|
|
2210
2129
|
class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
2211
|
-
""" """
|
|
2212
|
-
|
|
2213
2130
|
bl_label: typing.Any
|
|
2214
|
-
""" """
|
|
2215
|
-
|
|
2216
2131
|
bl_rna: typing.Any
|
|
2217
|
-
""" """
|
|
2218
|
-
|
|
2219
2132
|
id_data: typing.Any
|
|
2220
|
-
""" """
|
|
2221
2133
|
|
|
2222
2134
|
def append(self, draw_func):
|
|
2223
2135
|
"""Append a draw function to this menu,
|
|
@@ -2322,10 +2234,7 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2322
2234
|
"""
|
|
2323
2235
|
...
|
|
2324
2236
|
|
|
2325
|
-
def is_extended(self):
|
|
2326
|
-
""" """
|
|
2327
|
-
...
|
|
2328
|
-
|
|
2237
|
+
def is_extended(self): ...
|
|
2329
2238
|
def is_property_hidden(self) -> bool:
|
|
2330
2239
|
"""Check if a property is hidden.
|
|
2331
2240
|
|
|
@@ -2488,22 +2397,11 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2488
2397
|
...
|
|
2489
2398
|
|
|
2490
2399
|
class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
2491
|
-
""" """
|
|
2492
|
-
|
|
2493
2400
|
bl_idname: typing.Any
|
|
2494
|
-
""" """
|
|
2495
|
-
|
|
2496
2401
|
bl_label: typing.Any
|
|
2497
|
-
""" """
|
|
2498
|
-
|
|
2499
2402
|
bl_owner_use_filter: typing.Any
|
|
2500
|
-
""" """
|
|
2501
|
-
|
|
2502
2403
|
bl_rna: typing.Any
|
|
2503
|
-
""" """
|
|
2504
|
-
|
|
2505
2404
|
id_data: typing.Any
|
|
2506
|
-
""" """
|
|
2507
2405
|
|
|
2508
2406
|
def append(self, draw_func):
|
|
2509
2407
|
"""Append a draw function to this menu,
|
|
@@ -2608,10 +2506,7 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2608
2506
|
"""
|
|
2609
2507
|
...
|
|
2610
2508
|
|
|
2611
|
-
def is_extended(self):
|
|
2612
|
-
""" """
|
|
2613
|
-
...
|
|
2614
|
-
|
|
2509
|
+
def is_extended(self): ...
|
|
2615
2510
|
def is_property_hidden(self) -> bool:
|
|
2616
2511
|
"""Check if a property is hidden.
|
|
2617
2512
|
|
|
@@ -2774,16 +2669,9 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2774
2669
|
...
|
|
2775
2670
|
|
|
2776
2671
|
class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
2777
|
-
""" """
|
|
2778
|
-
|
|
2779
2672
|
bl_label: typing.Any
|
|
2780
|
-
""" """
|
|
2781
|
-
|
|
2782
2673
|
bl_rna: typing.Any
|
|
2783
|
-
""" """
|
|
2784
|
-
|
|
2785
2674
|
id_data: typing.Any
|
|
2786
|
-
""" """
|
|
2787
2675
|
|
|
2788
2676
|
def append(self, draw_func):
|
|
2789
2677
|
"""Append a draw function to this menu,
|
|
@@ -2888,10 +2776,7 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2888
2776
|
"""
|
|
2889
2777
|
...
|
|
2890
2778
|
|
|
2891
|
-
def is_extended(self):
|
|
2892
|
-
""" """
|
|
2893
|
-
...
|
|
2894
|
-
|
|
2779
|
+
def is_extended(self): ...
|
|
2895
2780
|
def is_property_hidden(self) -> bool:
|
|
2896
2781
|
"""Check if a property is hidden.
|
|
2897
2782
|
|
|
@@ -3054,22 +2939,11 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3054
2939
|
...
|
|
3055
2940
|
|
|
3056
2941
|
class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2942
|
bl_idname: typing.Any
|
|
3060
|
-
""" """
|
|
3061
|
-
|
|
3062
2943
|
bl_label: typing.Any
|
|
3063
|
-
""" """
|
|
3064
|
-
|
|
3065
2944
|
bl_owner_use_filter: typing.Any
|
|
3066
|
-
""" """
|
|
3067
|
-
|
|
3068
2945
|
bl_rna: typing.Any
|
|
3069
|
-
""" """
|
|
3070
|
-
|
|
3071
2946
|
id_data: typing.Any
|
|
3072
|
-
""" """
|
|
3073
2947
|
|
|
3074
2948
|
def append(self, draw_func):
|
|
3075
2949
|
"""Append a draw function to this menu,
|
|
@@ -3174,10 +3048,7 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3174
3048
|
"""
|
|
3175
3049
|
...
|
|
3176
3050
|
|
|
3177
|
-
def is_extended(self):
|
|
3178
|
-
""" """
|
|
3179
|
-
...
|
|
3180
|
-
|
|
3051
|
+
def is_extended(self): ...
|
|
3181
3052
|
def is_property_hidden(self) -> bool:
|
|
3182
3053
|
"""Check if a property is hidden.
|
|
3183
3054
|
|
|
@@ -3340,21 +3211,11 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3340
3211
|
...
|
|
3341
3212
|
|
|
3342
3213
|
class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
3343
|
-
""" """
|
|
3344
|
-
|
|
3345
3214
|
bl_label: typing.Any
|
|
3346
|
-
""" """
|
|
3347
|
-
|
|
3348
3215
|
bl_rna: typing.Any
|
|
3349
|
-
""" """
|
|
3350
|
-
|
|
3351
3216
|
id_data: typing.Any
|
|
3352
|
-
""" """
|
|
3353
|
-
|
|
3354
|
-
def app_template_paths(self):
|
|
3355
|
-
""" """
|
|
3356
|
-
...
|
|
3357
3217
|
|
|
3218
|
+
def app_template_paths(self): ...
|
|
3358
3219
|
def append(self, draw_func):
|
|
3359
3220
|
"""Append a draw function to this menu,
|
|
3360
3221
|
takes the same arguments as the menus draw function
|
|
@@ -3468,10 +3329,7 @@ class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3468
3329
|
"""
|
|
3469
3330
|
...
|
|
3470
3331
|
|
|
3471
|
-
def is_extended(self):
|
|
3472
|
-
""" """
|
|
3473
|
-
...
|
|
3474
|
-
|
|
3332
|
+
def is_extended(self): ...
|
|
3475
3333
|
def is_property_hidden(self) -> bool:
|
|
3476
3334
|
"""Check if a property is hidden.
|
|
3477
3335
|
|
|
@@ -3634,16 +3492,9 @@ class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3634
3492
|
...
|
|
3635
3493
|
|
|
3636
3494
|
class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
3637
|
-
""" """
|
|
3638
|
-
|
|
3639
3495
|
bl_label: typing.Any
|
|
3640
|
-
""" """
|
|
3641
|
-
|
|
3642
3496
|
bl_rna: typing.Any
|
|
3643
|
-
""" """
|
|
3644
|
-
|
|
3645
3497
|
id_data: typing.Any
|
|
3646
|
-
""" """
|
|
3647
3498
|
|
|
3648
3499
|
def append(self, draw_func):
|
|
3649
3500
|
"""Append a draw function to this menu,
|
|
@@ -3748,10 +3599,7 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3748
3599
|
"""
|
|
3749
3600
|
...
|
|
3750
3601
|
|
|
3751
|
-
def is_extended(self):
|
|
3752
|
-
""" """
|
|
3753
|
-
...
|
|
3754
|
-
|
|
3602
|
+
def is_extended(self): ...
|
|
3755
3603
|
def is_property_hidden(self) -> bool:
|
|
3756
3604
|
"""Check if a property is hidden.
|
|
3757
3605
|
|
|
@@ -3914,16 +3762,9 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3914
3762
|
...
|
|
3915
3763
|
|
|
3916
3764
|
class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
3917
|
-
""" """
|
|
3918
|
-
|
|
3919
3765
|
bl_label: typing.Any
|
|
3920
|
-
""" """
|
|
3921
|
-
|
|
3922
3766
|
bl_rna: typing.Any
|
|
3923
|
-
""" """
|
|
3924
|
-
|
|
3925
3767
|
id_data: typing.Any
|
|
3926
|
-
""" """
|
|
3927
3768
|
|
|
3928
3769
|
def append(self, draw_func):
|
|
3929
3770
|
"""Append a draw function to this menu,
|
|
@@ -4028,10 +3869,7 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4028
3869
|
"""
|
|
4029
3870
|
...
|
|
4030
3871
|
|
|
4031
|
-
def is_extended(self):
|
|
4032
|
-
""" """
|
|
4033
|
-
...
|
|
4034
|
-
|
|
3872
|
+
def is_extended(self): ...
|
|
4035
3873
|
def is_property_hidden(self) -> bool:
|
|
4036
3874
|
"""Check if a property is hidden.
|
|
4037
3875
|
|
|
@@ -4194,16 +4032,9 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4194
4032
|
...
|
|
4195
4033
|
|
|
4196
4034
|
class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
4197
|
-
""" """
|
|
4198
|
-
|
|
4199
4035
|
bl_label: typing.Any
|
|
4200
|
-
""" """
|
|
4201
|
-
|
|
4202
4036
|
bl_rna: typing.Any
|
|
4203
|
-
""" """
|
|
4204
|
-
|
|
4205
4037
|
id_data: typing.Any
|
|
4206
|
-
""" """
|
|
4207
4038
|
|
|
4208
4039
|
def append(self, draw_func):
|
|
4209
4040
|
"""Append a draw function to this menu,
|
|
@@ -4308,10 +4139,7 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4308
4139
|
"""
|
|
4309
4140
|
...
|
|
4310
4141
|
|
|
4311
|
-
def is_extended(self):
|
|
4312
|
-
""" """
|
|
4313
|
-
...
|
|
4314
|
-
|
|
4142
|
+
def is_extended(self): ...
|
|
4315
4143
|
def is_property_hidden(self) -> bool:
|
|
4316
4144
|
"""Check if a property is hidden.
|
|
4317
4145
|
|
|
@@ -4474,16 +4302,9 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4474
4302
|
...
|
|
4475
4303
|
|
|
4476
4304
|
class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
4477
|
-
""" """
|
|
4478
|
-
|
|
4479
4305
|
bl_label: typing.Any
|
|
4480
|
-
""" """
|
|
4481
|
-
|
|
4482
4306
|
bl_rna: typing.Any
|
|
4483
|
-
""" """
|
|
4484
|
-
|
|
4485
4307
|
id_data: typing.Any
|
|
4486
|
-
""" """
|
|
4487
4308
|
|
|
4488
4309
|
def append(self, draw_func):
|
|
4489
4310
|
"""Append a draw function to this menu,
|
|
@@ -4588,10 +4409,7 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4588
4409
|
"""
|
|
4589
4410
|
...
|
|
4590
4411
|
|
|
4591
|
-
def is_extended(self):
|
|
4592
|
-
""" """
|
|
4593
|
-
...
|
|
4594
|
-
|
|
4412
|
+
def is_extended(self): ...
|
|
4595
4413
|
def is_property_hidden(self) -> bool:
|
|
4596
4414
|
"""Check if a property is hidden.
|
|
4597
4415
|
|
|
@@ -4754,16 +4572,9 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4754
4572
|
...
|
|
4755
4573
|
|
|
4756
4574
|
class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
4757
|
-
""" """
|
|
4758
|
-
|
|
4759
4575
|
bl_label: typing.Any
|
|
4760
|
-
""" """
|
|
4761
|
-
|
|
4762
4576
|
bl_rna: typing.Any
|
|
4763
|
-
""" """
|
|
4764
|
-
|
|
4765
4577
|
id_data: typing.Any
|
|
4766
|
-
""" """
|
|
4767
4578
|
|
|
4768
4579
|
def append(self, draw_func):
|
|
4769
4580
|
"""Append a draw function to this menu,
|
|
@@ -4868,10 +4679,7 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4868
4679
|
"""
|
|
4869
4680
|
...
|
|
4870
4681
|
|
|
4871
|
-
def is_extended(self):
|
|
4872
|
-
""" """
|
|
4873
|
-
...
|
|
4874
|
-
|
|
4682
|
+
def is_extended(self): ...
|
|
4875
4683
|
def is_property_hidden(self) -> bool:
|
|
4876
4684
|
"""Check if a property is hidden.
|
|
4877
4685
|
|
|
@@ -5034,16 +4842,9 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5034
4842
|
...
|
|
5035
4843
|
|
|
5036
4844
|
class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
5037
|
-
""" """
|
|
5038
|
-
|
|
5039
4845
|
bl_label: typing.Any
|
|
5040
|
-
""" """
|
|
5041
|
-
|
|
5042
4846
|
bl_rna: typing.Any
|
|
5043
|
-
""" """
|
|
5044
|
-
|
|
5045
4847
|
id_data: typing.Any
|
|
5046
|
-
""" """
|
|
5047
4848
|
|
|
5048
4849
|
def append(self, draw_func):
|
|
5049
4850
|
"""Append a draw function to this menu,
|
|
@@ -5148,10 +4949,7 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5148
4949
|
"""
|
|
5149
4950
|
...
|
|
5150
4951
|
|
|
5151
|
-
def is_extended(self):
|
|
5152
|
-
""" """
|
|
5153
|
-
...
|
|
5154
|
-
|
|
4952
|
+
def is_extended(self): ...
|
|
5155
4953
|
def is_property_hidden(self) -> bool:
|
|
5156
4954
|
"""Check if a property is hidden.
|
|
5157
4955
|
|
|
@@ -5314,16 +5112,9 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5314
5112
|
...
|
|
5315
5113
|
|
|
5316
5114
|
class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
5317
|
-
""" """
|
|
5318
|
-
|
|
5319
5115
|
bl_label: typing.Any
|
|
5320
|
-
""" """
|
|
5321
|
-
|
|
5322
5116
|
bl_rna: typing.Any
|
|
5323
|
-
""" """
|
|
5324
|
-
|
|
5325
5117
|
id_data: typing.Any
|
|
5326
|
-
""" """
|
|
5327
5118
|
|
|
5328
5119
|
def append(self, draw_func):
|
|
5329
5120
|
"""Append a draw function to this menu,
|
|
@@ -5428,10 +5219,7 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5428
5219
|
"""
|
|
5429
5220
|
...
|
|
5430
5221
|
|
|
5431
|
-
def is_extended(self):
|
|
5432
|
-
""" """
|
|
5433
|
-
...
|
|
5434
|
-
|
|
5222
|
+
def is_extended(self): ...
|
|
5435
5223
|
def is_property_hidden(self) -> bool:
|
|
5436
5224
|
"""Check if a property is hidden.
|
|
5437
5225
|
|
|
@@ -5594,25 +5382,12 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5594
5382
|
...
|
|
5595
5383
|
|
|
5596
5384
|
class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
5597
|
-
""" """
|
|
5598
|
-
|
|
5599
5385
|
bl_label: typing.Any
|
|
5600
|
-
""" """
|
|
5601
|
-
|
|
5602
5386
|
bl_region_type: typing.Any
|
|
5603
|
-
""" """
|
|
5604
|
-
|
|
5605
5387
|
bl_rna: typing.Any
|
|
5606
|
-
""" """
|
|
5607
|
-
|
|
5608
5388
|
bl_space_type: typing.Any
|
|
5609
|
-
""" """
|
|
5610
|
-
|
|
5611
5389
|
bl_ui_units_x: typing.Any
|
|
5612
|
-
""" """
|
|
5613
|
-
|
|
5614
5390
|
id_data: typing.Any
|
|
5615
|
-
""" """
|
|
5616
5391
|
|
|
5617
5392
|
def append(self, draw_func):
|
|
5618
5393
|
"""Append a draw function to this menu,
|
|
@@ -5706,10 +5481,7 @@ class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5706
5481
|
"""
|
|
5707
5482
|
...
|
|
5708
5483
|
|
|
5709
|
-
def is_extended(self):
|
|
5710
|
-
""" """
|
|
5711
|
-
...
|
|
5712
|
-
|
|
5484
|
+
def is_extended(self): ...
|
|
5713
5485
|
def is_property_hidden(self) -> bool:
|
|
5714
5486
|
"""Check if a property is hidden.
|
|
5715
5487
|
|
|
@@ -5845,22 +5617,11 @@ class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5845
5617
|
...
|
|
5846
5618
|
|
|
5847
5619
|
class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
5848
|
-
""" """
|
|
5849
|
-
|
|
5850
5620
|
bl_label: typing.Any
|
|
5851
|
-
""" """
|
|
5852
|
-
|
|
5853
5621
|
bl_region_type: typing.Any
|
|
5854
|
-
""" """
|
|
5855
|
-
|
|
5856
5622
|
bl_rna: typing.Any
|
|
5857
|
-
""" """
|
|
5858
|
-
|
|
5859
5623
|
bl_space_type: typing.Any
|
|
5860
|
-
""" """
|
|
5861
|
-
|
|
5862
5624
|
id_data: typing.Any
|
|
5863
|
-
""" """
|
|
5864
5625
|
|
|
5865
5626
|
def append(self, draw_func):
|
|
5866
5627
|
"""Append a draw function to this menu,
|
|
@@ -5945,10 +5706,7 @@ class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5945
5706
|
"""
|
|
5946
5707
|
...
|
|
5947
5708
|
|
|
5948
|
-
def is_extended(self):
|
|
5949
|
-
""" """
|
|
5950
|
-
...
|
|
5951
|
-
|
|
5709
|
+
def is_extended(self): ...
|
|
5952
5710
|
def is_property_hidden(self) -> bool:
|
|
5953
5711
|
"""Check if a property is hidden.
|
|
5954
5712
|
|
|
@@ -6077,25 +5835,12 @@ class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6077
5835
|
...
|
|
6078
5836
|
|
|
6079
5837
|
class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
6080
|
-
""" """
|
|
6081
|
-
|
|
6082
5838
|
bl_label: typing.Any
|
|
6083
|
-
""" """
|
|
6084
|
-
|
|
6085
5839
|
bl_region_type: typing.Any
|
|
6086
|
-
""" """
|
|
6087
|
-
|
|
6088
5840
|
bl_rna: typing.Any
|
|
6089
|
-
""" """
|
|
6090
|
-
|
|
6091
5841
|
bl_space_type: typing.Any
|
|
6092
|
-
""" """
|
|
6093
|
-
|
|
6094
5842
|
bl_ui_units_x: typing.Any
|
|
6095
|
-
""" """
|
|
6096
|
-
|
|
6097
5843
|
id_data: typing.Any
|
|
6098
|
-
""" """
|
|
6099
5844
|
|
|
6100
5845
|
def append(self, draw_func):
|
|
6101
5846
|
"""Append a draw function to this menu,
|
|
@@ -6180,10 +5925,7 @@ class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6180
5925
|
"""
|
|
6181
5926
|
...
|
|
6182
5927
|
|
|
6183
|
-
def is_extended(self):
|
|
6184
|
-
""" """
|
|
6185
|
-
...
|
|
6186
|
-
|
|
5928
|
+
def is_extended(self): ...
|
|
6187
5929
|
def is_property_hidden(self) -> bool:
|
|
6188
5930
|
"""Check if a property is hidden.
|
|
6189
5931
|
|
|
@@ -6312,25 +6054,12 @@ class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6312
6054
|
...
|
|
6313
6055
|
|
|
6314
6056
|
class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
6315
|
-
""" """
|
|
6316
|
-
|
|
6317
6057
|
bl_label: typing.Any
|
|
6318
|
-
""" """
|
|
6319
|
-
|
|
6320
6058
|
bl_region_type: typing.Any
|
|
6321
|
-
""" """
|
|
6322
|
-
|
|
6323
6059
|
bl_rna: typing.Any
|
|
6324
|
-
""" """
|
|
6325
|
-
|
|
6326
6060
|
bl_space_type: typing.Any
|
|
6327
|
-
""" """
|
|
6328
|
-
|
|
6329
6061
|
bl_ui_units_x: typing.Any
|
|
6330
|
-
""" """
|
|
6331
|
-
|
|
6332
6062
|
id_data: typing.Any
|
|
6333
|
-
""" """
|
|
6334
6063
|
|
|
6335
6064
|
def append(self, draw_func):
|
|
6336
6065
|
"""Append a draw function to this menu,
|
|
@@ -6422,10 +6151,7 @@ class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6422
6151
|
"""
|
|
6423
6152
|
...
|
|
6424
6153
|
|
|
6425
|
-
def is_extended(self):
|
|
6426
|
-
""" """
|
|
6427
|
-
...
|
|
6428
|
-
|
|
6154
|
+
def is_extended(self): ...
|
|
6429
6155
|
def is_property_hidden(self) -> bool:
|
|
6430
6156
|
"""Check if a property is hidden.
|
|
6431
6157
|
|
|
@@ -6569,25 +6295,12 @@ class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6569
6295
|
...
|
|
6570
6296
|
|
|
6571
6297
|
class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
|
|
6572
|
-
""" """
|
|
6573
|
-
|
|
6574
6298
|
bl_label: typing.Any
|
|
6575
|
-
""" """
|
|
6576
|
-
|
|
6577
6299
|
bl_region_type: typing.Any
|
|
6578
|
-
""" """
|
|
6579
|
-
|
|
6580
6300
|
bl_rna: typing.Any
|
|
6581
|
-
""" """
|
|
6582
|
-
|
|
6583
6301
|
bl_space_type: typing.Any
|
|
6584
|
-
""" """
|
|
6585
|
-
|
|
6586
6302
|
bl_ui_units_x: typing.Any
|
|
6587
|
-
""" """
|
|
6588
|
-
|
|
6589
6303
|
id_data: typing.Any
|
|
6590
|
-
""" """
|
|
6591
6304
|
|
|
6592
6305
|
def append(self, draw_func):
|
|
6593
6306
|
"""Append a draw function to this menu,
|
|
@@ -6672,10 +6385,7 @@ class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6672
6385
|
"""
|
|
6673
6386
|
...
|
|
6674
6387
|
|
|
6675
|
-
def is_extended(self):
|
|
6676
|
-
""" """
|
|
6677
|
-
...
|
|
6678
|
-
|
|
6388
|
+
def is_extended(self): ...
|
|
6679
6389
|
def is_property_hidden(self) -> bool:
|
|
6680
6390
|
"""Check if a property is hidden.
|
|
6681
6391
|
|
|
@@ -6807,25 +6517,12 @@ class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6807
6517
|
"""Popover panel for adding extra options that don't fit in the tool settings header"""
|
|
6808
6518
|
|
|
6809
6519
|
bl_description: typing.Any
|
|
6810
|
-
""" """
|
|
6811
|
-
|
|
6812
6520
|
bl_idname: typing.Any
|
|
6813
|
-
""" """
|
|
6814
|
-
|
|
6815
6521
|
bl_label: typing.Any
|
|
6816
|
-
""" """
|
|
6817
|
-
|
|
6818
6522
|
bl_region_type: typing.Any
|
|
6819
|
-
""" """
|
|
6820
|
-
|
|
6821
6523
|
bl_rna: typing.Any
|
|
6822
|
-
""" """
|
|
6823
|
-
|
|
6824
6524
|
bl_space_type: typing.Any
|
|
6825
|
-
""" """
|
|
6826
|
-
|
|
6827
6525
|
id_data: typing.Any
|
|
6828
|
-
""" """
|
|
6829
6526
|
|
|
6830
6527
|
def append(self, draw_func):
|
|
6831
6528
|
"""Append a draw function to this menu,
|
|
@@ -6910,10 +6607,7 @@ class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6910
6607
|
"""
|
|
6911
6608
|
...
|
|
6912
6609
|
|
|
6913
|
-
def is_extended(self):
|
|
6914
|
-
""" """
|
|
6915
|
-
...
|
|
6916
|
-
|
|
6610
|
+
def is_extended(self): ...
|
|
6917
6611
|
def is_property_hidden(self) -> bool:
|
|
6918
6612
|
"""Check if a property is hidden.
|
|
6919
6613
|
|