fake-bpy-module 20240614__py3-none-any.whl → 20240616__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.
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/app/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
bl_ui/space_nla/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class NLA_HT_header(bpy_types.
|
|
10
|
+
class NLA_HT_header(bpy_types._GenericUI):
|
|
11
11
|
bl_rna: typing.Any
|
|
12
12
|
bl_space_type: typing.Any
|
|
13
13
|
id_data: typing.Any
|
|
@@ -223,7 +223,7 @@ class NLA_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
223
223
|
"""
|
|
224
224
|
...
|
|
225
225
|
|
|
226
|
-
class NLA_MT_add(bpy_types.
|
|
226
|
+
class NLA_MT_add(bpy_types._GenericUI):
|
|
227
227
|
bl_label: typing.Any
|
|
228
228
|
bl_rna: typing.Any
|
|
229
229
|
bl_translation_context: typing.Any
|
|
@@ -494,7 +494,7 @@ class NLA_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
494
494
|
"""
|
|
495
495
|
...
|
|
496
496
|
|
|
497
|
-
class NLA_MT_channel_context_menu(bpy_types.
|
|
497
|
+
class NLA_MT_channel_context_menu(bpy_types._GenericUI):
|
|
498
498
|
bl_label: typing.Any
|
|
499
499
|
bl_rna: typing.Any
|
|
500
500
|
id_data: typing.Any
|
|
@@ -764,7 +764,7 @@ class NLA_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
764
764
|
"""
|
|
765
765
|
...
|
|
766
766
|
|
|
767
|
-
class NLA_MT_context_menu(bpy_types.
|
|
767
|
+
class NLA_MT_context_menu(bpy_types._GenericUI):
|
|
768
768
|
bl_label: typing.Any
|
|
769
769
|
bl_rna: typing.Any
|
|
770
770
|
id_data: typing.Any
|
|
@@ -1034,7 +1034,7 @@ class NLA_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1034
1034
|
"""
|
|
1035
1035
|
...
|
|
1036
1036
|
|
|
1037
|
-
class NLA_MT_editor_menus(bpy_types.
|
|
1037
|
+
class NLA_MT_editor_menus(bpy_types._GenericUI):
|
|
1038
1038
|
bl_idname: typing.Any
|
|
1039
1039
|
bl_label: typing.Any
|
|
1040
1040
|
bl_rna: typing.Any
|
|
@@ -1305,7 +1305,7 @@ class NLA_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1305
1305
|
"""
|
|
1306
1306
|
...
|
|
1307
1307
|
|
|
1308
|
-
class NLA_MT_marker(bpy_types.
|
|
1308
|
+
class NLA_MT_marker(bpy_types._GenericUI):
|
|
1309
1309
|
bl_label: typing.Any
|
|
1310
1310
|
bl_rna: typing.Any
|
|
1311
1311
|
id_data: typing.Any
|
|
@@ -1575,7 +1575,7 @@ class NLA_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1575
1575
|
"""
|
|
1576
1576
|
...
|
|
1577
1577
|
|
|
1578
|
-
class NLA_MT_marker_select(bpy_types.
|
|
1578
|
+
class NLA_MT_marker_select(bpy_types._GenericUI):
|
|
1579
1579
|
bl_label: typing.Any
|
|
1580
1580
|
bl_rna: typing.Any
|
|
1581
1581
|
id_data: typing.Any
|
|
@@ -1845,7 +1845,7 @@ class NLA_MT_marker_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1845
1845
|
"""
|
|
1846
1846
|
...
|
|
1847
1847
|
|
|
1848
|
-
class NLA_MT_select(bpy_types.
|
|
1848
|
+
class NLA_MT_select(bpy_types._GenericUI):
|
|
1849
1849
|
bl_label: typing.Any
|
|
1850
1850
|
bl_rna: typing.Any
|
|
1851
1851
|
id_data: typing.Any
|
|
@@ -2115,7 +2115,7 @@ class NLA_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2115
2115
|
"""
|
|
2116
2116
|
...
|
|
2117
2117
|
|
|
2118
|
-
class NLA_MT_snap_pie(bpy_types.
|
|
2118
|
+
class NLA_MT_snap_pie(bpy_types._GenericUI):
|
|
2119
2119
|
bl_label: typing.Any
|
|
2120
2120
|
bl_rna: typing.Any
|
|
2121
2121
|
id_data: typing.Any
|
|
@@ -2385,7 +2385,7 @@ class NLA_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2385
2385
|
"""
|
|
2386
2386
|
...
|
|
2387
2387
|
|
|
2388
|
-
class NLA_MT_strips(bpy_types.
|
|
2388
|
+
class NLA_MT_strips(bpy_types._GenericUI):
|
|
2389
2389
|
bl_label: typing.Any
|
|
2390
2390
|
bl_rna: typing.Any
|
|
2391
2391
|
id_data: typing.Any
|
|
@@ -2655,7 +2655,7 @@ class NLA_MT_strips(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2655
2655
|
"""
|
|
2656
2656
|
...
|
|
2657
2657
|
|
|
2658
|
-
class NLA_MT_strips_transform(bpy_types.
|
|
2658
|
+
class NLA_MT_strips_transform(bpy_types._GenericUI):
|
|
2659
2659
|
bl_label: typing.Any
|
|
2660
2660
|
bl_rna: typing.Any
|
|
2661
2661
|
id_data: typing.Any
|
|
@@ -2925,7 +2925,7 @@ class NLA_MT_strips_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2925
2925
|
"""
|
|
2926
2926
|
...
|
|
2927
2927
|
|
|
2928
|
-
class NLA_MT_tracks(bpy_types.
|
|
2928
|
+
class NLA_MT_tracks(bpy_types._GenericUI):
|
|
2929
2929
|
bl_label: typing.Any
|
|
2930
2930
|
bl_rna: typing.Any
|
|
2931
2931
|
bl_translation_context: typing.Any
|
|
@@ -3196,7 +3196,7 @@ class NLA_MT_tracks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3196
3196
|
"""
|
|
3197
3197
|
...
|
|
3198
3198
|
|
|
3199
|
-
class NLA_MT_view(bpy_types.
|
|
3199
|
+
class NLA_MT_view(bpy_types._GenericUI):
|
|
3200
3200
|
bl_label: typing.Any
|
|
3201
3201
|
bl_rna: typing.Any
|
|
3202
3202
|
id_data: typing.Any
|
|
@@ -3466,7 +3466,7 @@ class NLA_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3466
3466
|
"""
|
|
3467
3467
|
...
|
|
3468
3468
|
|
|
3469
|
-
class NLA_MT_view_pie(bpy_types.
|
|
3469
|
+
class NLA_MT_view_pie(bpy_types._GenericUI):
|
|
3470
3470
|
bl_label: typing.Any
|
|
3471
3471
|
bl_rna: typing.Any
|
|
3472
3472
|
id_data: typing.Any
|
|
@@ -3737,9 +3737,7 @@ class NLA_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3737
3737
|
...
|
|
3738
3738
|
|
|
3739
3739
|
class NLA_PT_action(
|
|
3740
|
-
bpy_types.
|
|
3741
|
-
bl_ui.space_dopesheet.DopesheetActionPanelBase,
|
|
3742
|
-
bpy_types._GenericUI,
|
|
3740
|
+
bl_ui.space_dopesheet.DopesheetActionPanelBase, bpy_types._GenericUI
|
|
3743
3741
|
):
|
|
3744
3742
|
bl_category: typing.Any
|
|
3745
3743
|
bl_label: typing.Any
|
|
@@ -3977,9 +3975,7 @@ class NLA_PT_action(
|
|
|
3977
3975
|
...
|
|
3978
3976
|
|
|
3979
3977
|
class NLA_PT_filters(
|
|
3980
|
-
bpy_types.
|
|
3981
|
-
bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
|
|
3982
|
-
bpy_types._GenericUI,
|
|
3978
|
+
bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
3983
3979
|
):
|
|
3984
3980
|
bl_label: typing.Any
|
|
3985
3981
|
bl_region_type: typing.Any
|
|
@@ -4223,7 +4219,7 @@ class NLA_PT_filters(
|
|
|
4223
4219
|
"""
|
|
4224
4220
|
...
|
|
4225
4221
|
|
|
4226
|
-
class NLA_PT_snapping(bpy_types.
|
|
4222
|
+
class NLA_PT_snapping(bpy_types._GenericUI):
|
|
4227
4223
|
bl_label: typing.Any
|
|
4228
4224
|
bl_region_type: typing.Any
|
|
4229
4225
|
bl_rna: typing.Any
|
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ import bpy_types
|
|
|
9
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
11
|
|
|
12
|
-
class NODE_HT_header(bpy_types.
|
|
12
|
+
class NODE_HT_header(bpy_types._GenericUI):
|
|
13
13
|
bl_rna: typing.Any
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
id_data: typing.Any
|
|
@@ -225,7 +225,7 @@ class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
225
225
|
"""
|
|
226
226
|
...
|
|
227
227
|
|
|
228
|
-
class NODE_MT_add(bpy_types.
|
|
228
|
+
class NODE_MT_add(bpy_types._GenericUI):
|
|
229
229
|
bl_label: typing.Any
|
|
230
230
|
bl_options: typing.Any
|
|
231
231
|
bl_rna: typing.Any
|
|
@@ -498,7 +498,7 @@ class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
498
498
|
"""
|
|
499
499
|
...
|
|
500
500
|
|
|
501
|
-
class NODE_MT_context_menu(bpy_types.
|
|
501
|
+
class NODE_MT_context_menu(bpy_types._GenericUI):
|
|
502
502
|
bl_label: typing.Any
|
|
503
503
|
bl_rna: typing.Any
|
|
504
504
|
id_data: typing.Any
|
|
@@ -768,7 +768,7 @@ class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
768
768
|
"""
|
|
769
769
|
...
|
|
770
770
|
|
|
771
|
-
class NODE_MT_context_menu_select_menu(bpy_types.
|
|
771
|
+
class NODE_MT_context_menu_select_menu(bpy_types._GenericUI):
|
|
772
772
|
bl_label: typing.Any
|
|
773
773
|
bl_rna: typing.Any
|
|
774
774
|
id_data: typing.Any
|
|
@@ -1038,7 +1038,7 @@ class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1038
1038
|
"""
|
|
1039
1039
|
...
|
|
1040
1040
|
|
|
1041
|
-
class NODE_MT_context_menu_show_hide_menu(bpy_types.
|
|
1041
|
+
class NODE_MT_context_menu_show_hide_menu(bpy_types._GenericUI):
|
|
1042
1042
|
bl_label: typing.Any
|
|
1043
1043
|
bl_rna: typing.Any
|
|
1044
1044
|
id_data: typing.Any
|
|
@@ -1308,7 +1308,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1308
1308
|
"""
|
|
1309
1309
|
...
|
|
1310
1310
|
|
|
1311
|
-
class NODE_MT_editor_menus(bpy_types.
|
|
1311
|
+
class NODE_MT_editor_menus(bpy_types._GenericUI):
|
|
1312
1312
|
bl_idname: typing.Any
|
|
1313
1313
|
bl_label: typing.Any
|
|
1314
1314
|
bl_rna: typing.Any
|
|
@@ -1579,7 +1579,7 @@ class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1579
1579
|
"""
|
|
1580
1580
|
...
|
|
1581
1581
|
|
|
1582
|
-
class NODE_MT_node(bpy_types.
|
|
1582
|
+
class NODE_MT_node(bpy_types._GenericUI):
|
|
1583
1583
|
bl_label: typing.Any
|
|
1584
1584
|
bl_rna: typing.Any
|
|
1585
1585
|
id_data: typing.Any
|
|
@@ -1849,7 +1849,7 @@ class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1849
1849
|
"""
|
|
1850
1850
|
...
|
|
1851
1851
|
|
|
1852
|
-
class NODE_MT_node_color_context_menu(bpy_types.
|
|
1852
|
+
class NODE_MT_node_color_context_menu(bpy_types._GenericUI):
|
|
1853
1853
|
bl_label: typing.Any
|
|
1854
1854
|
bl_rna: typing.Any
|
|
1855
1855
|
id_data: typing.Any
|
|
@@ -2119,7 +2119,7 @@ class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2119
2119
|
"""
|
|
2120
2120
|
...
|
|
2121
2121
|
|
|
2122
|
-
class NODE_MT_node_tree_interface_context_menu(bpy_types.
|
|
2122
|
+
class NODE_MT_node_tree_interface_context_menu(bpy_types._GenericUI):
|
|
2123
2123
|
bl_label: typing.Any
|
|
2124
2124
|
bl_rna: typing.Any
|
|
2125
2125
|
id_data: typing.Any
|
|
@@ -2389,7 +2389,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._Generi
|
|
|
2389
2389
|
"""
|
|
2390
2390
|
...
|
|
2391
2391
|
|
|
2392
|
-
class NODE_MT_select(bpy_types.
|
|
2392
|
+
class NODE_MT_select(bpy_types._GenericUI):
|
|
2393
2393
|
bl_label: typing.Any
|
|
2394
2394
|
bl_rna: typing.Any
|
|
2395
2395
|
id_data: typing.Any
|
|
@@ -2659,7 +2659,7 @@ class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2659
2659
|
"""
|
|
2660
2660
|
...
|
|
2661
2661
|
|
|
2662
|
-
class NODE_MT_view(bpy_types.
|
|
2662
|
+
class NODE_MT_view(bpy_types._GenericUI):
|
|
2663
2663
|
bl_label: typing.Any
|
|
2664
2664
|
bl_rna: typing.Any
|
|
2665
2665
|
id_data: typing.Any
|
|
@@ -2929,7 +2929,7 @@ class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2929
2929
|
"""
|
|
2930
2930
|
...
|
|
2931
2931
|
|
|
2932
|
-
class NODE_MT_view_pie(bpy_types.
|
|
2932
|
+
class NODE_MT_view_pie(bpy_types._GenericUI):
|
|
2933
2933
|
bl_label: typing.Any
|
|
2934
2934
|
bl_rna: typing.Any
|
|
2935
2935
|
id_data: typing.Any
|
|
@@ -3199,7 +3199,7 @@ class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3199
3199
|
"""
|
|
3200
3200
|
...
|
|
3201
3201
|
|
|
3202
|
-
class NODE_PT_active_node_color(bpy_types.
|
|
3202
|
+
class NODE_PT_active_node_color(bpy_types._GenericUI):
|
|
3203
3203
|
bl_category: typing.Any
|
|
3204
3204
|
bl_label: typing.Any
|
|
3205
3205
|
bl_options: typing.Any
|
|
@@ -3441,7 +3441,7 @@ class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3441
3441
|
"""
|
|
3442
3442
|
...
|
|
3443
3443
|
|
|
3444
|
-
class NODE_PT_active_node_generic(bpy_types.
|
|
3444
|
+
class NODE_PT_active_node_generic(bpy_types._GenericUI):
|
|
3445
3445
|
bl_category: typing.Any
|
|
3446
3446
|
bl_label: typing.Any
|
|
3447
3447
|
bl_region_type: typing.Any
|
|
@@ -3667,7 +3667,7 @@ class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3667
3667
|
"""
|
|
3668
3668
|
...
|
|
3669
3669
|
|
|
3670
|
-
class NODE_PT_active_node_properties(bpy_types.
|
|
3670
|
+
class NODE_PT_active_node_properties(bpy_types._GenericUI):
|
|
3671
3671
|
bl_category: typing.Any
|
|
3672
3672
|
bl_label: typing.Any
|
|
3673
3673
|
bl_region_type: typing.Any
|
|
@@ -3894,9 +3894,7 @@ class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3894
3894
|
...
|
|
3895
3895
|
|
|
3896
3896
|
class NODE_PT_active_tool(
|
|
3897
|
-
bpy_types.
|
|
3898
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
3899
|
-
bpy_types._GenericUI,
|
|
3897
|
+
bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy_types._GenericUI
|
|
3900
3898
|
):
|
|
3901
3899
|
bl_category: typing.Any
|
|
3902
3900
|
bl_label: typing.Any
|
|
@@ -4117,9 +4115,7 @@ class NODE_PT_active_tool(
|
|
|
4117
4115
|
...
|
|
4118
4116
|
|
|
4119
4117
|
class NODE_PT_annotation(
|
|
4120
|
-
bpy_types.
|
|
4121
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
4122
|
-
bpy_types._GenericUI,
|
|
4118
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy_types._GenericUI
|
|
4123
4119
|
):
|
|
4124
4120
|
bl_category: typing.Any
|
|
4125
4121
|
bl_label: typing.Any
|
|
@@ -4363,7 +4359,7 @@ class NODE_PT_annotation(
|
|
|
4363
4359
|
"""
|
|
4364
4360
|
...
|
|
4365
4361
|
|
|
4366
|
-
class NODE_PT_backdrop(bpy_types.
|
|
4362
|
+
class NODE_PT_backdrop(bpy_types._GenericUI):
|
|
4367
4363
|
bl_category: typing.Any
|
|
4368
4364
|
bl_label: typing.Any
|
|
4369
4365
|
bl_region_type: typing.Any
|
|
@@ -4596,7 +4592,7 @@ class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4596
4592
|
"""
|
|
4597
4593
|
...
|
|
4598
4594
|
|
|
4599
|
-
class NODE_PT_geometry_node_tool_mode(bpy_types.
|
|
4595
|
+
class NODE_PT_geometry_node_tool_mode(bpy_types._GenericUI):
|
|
4600
4596
|
bl_label: typing.Any
|
|
4601
4597
|
bl_region_type: typing.Any
|
|
4602
4598
|
bl_rna: typing.Any
|
|
@@ -4815,7 +4811,7 @@ class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4815
4811
|
"""
|
|
4816
4812
|
...
|
|
4817
4813
|
|
|
4818
|
-
class NODE_PT_geometry_node_tool_object_types(bpy_types.
|
|
4814
|
+
class NODE_PT_geometry_node_tool_object_types(bpy_types._GenericUI):
|
|
4819
4815
|
bl_label: typing.Any
|
|
4820
4816
|
bl_region_type: typing.Any
|
|
4821
4817
|
bl_rna: typing.Any
|
|
@@ -5034,7 +5030,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
|
|
|
5034
5030
|
"""
|
|
5035
5031
|
...
|
|
5036
5032
|
|
|
5037
|
-
class NODE_PT_geometry_node_tool_options(bpy_types.
|
|
5033
|
+
class NODE_PT_geometry_node_tool_options(bpy_types._GenericUI):
|
|
5038
5034
|
bl_label: typing.Any
|
|
5039
5035
|
bl_region_type: typing.Any
|
|
5040
5036
|
bl_rna: typing.Any
|
|
@@ -5253,7 +5249,7 @@ class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5253
5249
|
"""
|
|
5254
5250
|
...
|
|
5255
5251
|
|
|
5256
|
-
class NODE_PT_material_slots(bpy_types.
|
|
5252
|
+
class NODE_PT_material_slots(bpy_types._GenericUI):
|
|
5257
5253
|
bl_label: typing.Any
|
|
5258
5254
|
bl_region_type: typing.Any
|
|
5259
5255
|
bl_rna: typing.Any
|
|
@@ -5479,9 +5475,7 @@ class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5479
5475
|
"""
|
|
5480
5476
|
...
|
|
5481
5477
|
|
|
5482
|
-
class NODE_PT_node_color_presets(
|
|
5483
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
5484
|
-
):
|
|
5478
|
+
class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
5485
5479
|
"""Predefined node color"""
|
|
5486
5480
|
|
|
5487
5481
|
bl_label: typing.Any
|
|
@@ -5753,7 +5747,7 @@ class NODE_PT_node_color_presets(
|
|
|
5753
5747
|
"""
|
|
5754
5748
|
...
|
|
5755
5749
|
|
|
5756
|
-
class NODE_PT_node_tree_interface(bpy_types.
|
|
5750
|
+
class NODE_PT_node_tree_interface(bpy_types._GenericUI):
|
|
5757
5751
|
bl_category: typing.Any
|
|
5758
5752
|
bl_label: typing.Any
|
|
5759
5753
|
bl_region_type: typing.Any
|
|
@@ -5979,7 +5973,7 @@ class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5979
5973
|
"""
|
|
5980
5974
|
...
|
|
5981
5975
|
|
|
5982
|
-
class NODE_PT_node_tree_properties(bpy_types.
|
|
5976
|
+
class NODE_PT_node_tree_properties(bpy_types._GenericUI):
|
|
5983
5977
|
bl_category: typing.Any
|
|
5984
5978
|
bl_label: typing.Any
|
|
5985
5979
|
bl_region_type: typing.Any
|
|
@@ -6205,7 +6199,7 @@ class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6205
6199
|
"""
|
|
6206
6200
|
...
|
|
6207
6201
|
|
|
6208
|
-
class NODE_PT_overlay(bpy_types.
|
|
6202
|
+
class NODE_PT_overlay(bpy_types._GenericUI):
|
|
6209
6203
|
bl_label: typing.Any
|
|
6210
6204
|
bl_region_type: typing.Any
|
|
6211
6205
|
bl_rna: typing.Any
|
|
@@ -6424,7 +6418,7 @@ class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6424
6418
|
"""
|
|
6425
6419
|
...
|
|
6426
6420
|
|
|
6427
|
-
class NODE_PT_quality(bpy_types.
|
|
6421
|
+
class NODE_PT_quality(bpy_types._GenericUI):
|
|
6428
6422
|
bl_category: typing.Any
|
|
6429
6423
|
bl_label: typing.Any
|
|
6430
6424
|
bl_region_type: typing.Any
|
|
@@ -6650,7 +6644,7 @@ class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
6650
6644
|
"""
|
|
6651
6645
|
...
|
|
6652
6646
|
|
|
6653
|
-
class NODE_PT_texture_mapping(bpy_types.
|
|
6647
|
+
class NODE_PT_texture_mapping(bpy_types._GenericUI):
|
|
6654
6648
|
COMPAT_ENGINES: typing.Any
|
|
6655
6649
|
bl_category: typing.Any
|
|
6656
6650
|
bl_label: typing.Any
|
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class OUTLINER_HT_header(bpy_types.
|
|
9
|
+
class OUTLINER_HT_header(bpy_types._GenericUI):
|
|
10
10
|
bl_rna: typing.Any
|
|
11
11
|
bl_space_type: typing.Any
|
|
12
12
|
id_data: typing.Any
|
|
@@ -222,7 +222,7 @@ class OUTLINER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
|
|
225
|
-
class OUTLINER_MT_asset(bpy_types.
|
|
225
|
+
class OUTLINER_MT_asset(bpy_types._GenericUI):
|
|
226
226
|
bl_label: typing.Any
|
|
227
227
|
bl_rna: typing.Any
|
|
228
228
|
id_data: typing.Any
|
|
@@ -499,7 +499,7 @@ class OUTLINER_MT_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
499
499
|
"""
|
|
500
500
|
...
|
|
501
501
|
|
|
502
|
-
class OUTLINER_MT_collection(bpy_types.
|
|
502
|
+
class OUTLINER_MT_collection(bpy_types._GenericUI):
|
|
503
503
|
bl_label: typing.Any
|
|
504
504
|
bl_rna: typing.Any
|
|
505
505
|
id_data: typing.Any
|
|
@@ -769,7 +769,7 @@ class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
769
769
|
"""
|
|
770
770
|
...
|
|
771
771
|
|
|
772
|
-
class OUTLINER_MT_collection_new(bpy_types.
|
|
772
|
+
class OUTLINER_MT_collection_new(bpy_types._GenericUI):
|
|
773
773
|
bl_label: typing.Any
|
|
774
774
|
bl_rna: typing.Any
|
|
775
775
|
id_data: typing.Any
|
|
@@ -1047,7 +1047,7 @@ class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1047
1047
|
"""
|
|
1048
1048
|
...
|
|
1049
1049
|
|
|
1050
|
-
class OUTLINER_MT_collection_view_layer(bpy_types.
|
|
1050
|
+
class OUTLINER_MT_collection_view_layer(bpy_types._GenericUI):
|
|
1051
1051
|
bl_label: typing.Any
|
|
1052
1052
|
bl_rna: typing.Any
|
|
1053
1053
|
id_data: typing.Any
|
|
@@ -1317,7 +1317,7 @@ class OUTLINER_MT_collection_view_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1317
1317
|
"""
|
|
1318
1318
|
...
|
|
1319
1319
|
|
|
1320
|
-
class OUTLINER_MT_collection_visibility(bpy_types.
|
|
1320
|
+
class OUTLINER_MT_collection_visibility(bpy_types._GenericUI):
|
|
1321
1321
|
bl_label: typing.Any
|
|
1322
1322
|
bl_rna: typing.Any
|
|
1323
1323
|
id_data: typing.Any
|
|
@@ -1587,7 +1587,7 @@ class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1587
1587
|
"""
|
|
1588
1588
|
...
|
|
1589
1589
|
|
|
1590
|
-
class OUTLINER_MT_context_menu(bpy_types.
|
|
1590
|
+
class OUTLINER_MT_context_menu(bpy_types._GenericUI):
|
|
1591
1591
|
bl_label: typing.Any
|
|
1592
1592
|
bl_rna: typing.Any
|
|
1593
1593
|
id_data: typing.Any
|
|
@@ -1864,7 +1864,7 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1864
1864
|
"""
|
|
1865
1865
|
...
|
|
1866
1866
|
|
|
1867
|
-
class OUTLINER_MT_context_menu_view(bpy_types.
|
|
1867
|
+
class OUTLINER_MT_context_menu_view(bpy_types._GenericUI):
|
|
1868
1868
|
bl_label: typing.Any
|
|
1869
1869
|
bl_rna: typing.Any
|
|
1870
1870
|
id_data: typing.Any
|
|
@@ -2134,7 +2134,7 @@ class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2134
2134
|
"""
|
|
2135
2135
|
...
|
|
2136
2136
|
|
|
2137
|
-
class OUTLINER_MT_edit_datablocks(bpy_types.
|
|
2137
|
+
class OUTLINER_MT_edit_datablocks(bpy_types._GenericUI):
|
|
2138
2138
|
bl_label: typing.Any
|
|
2139
2139
|
bl_rna: typing.Any
|
|
2140
2140
|
id_data: typing.Any
|
|
@@ -2404,7 +2404,7 @@ class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2404
2404
|
"""
|
|
2405
2405
|
...
|
|
2406
2406
|
|
|
2407
|
-
class OUTLINER_MT_editor_menus(bpy_types.
|
|
2407
|
+
class OUTLINER_MT_editor_menus(bpy_types._GenericUI):
|
|
2408
2408
|
bl_idname: typing.Any
|
|
2409
2409
|
bl_label: typing.Any
|
|
2410
2410
|
bl_rna: typing.Any
|
|
@@ -2675,7 +2675,7 @@ class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2675
2675
|
"""
|
|
2676
2676
|
...
|
|
2677
2677
|
|
|
2678
|
-
class OUTLINER_MT_liboverride(bpy_types.
|
|
2678
|
+
class OUTLINER_MT_liboverride(bpy_types._GenericUI):
|
|
2679
2679
|
bl_label: typing.Any
|
|
2680
2680
|
bl_rna: typing.Any
|
|
2681
2681
|
id_data: typing.Any
|
|
@@ -2952,7 +2952,7 @@ class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2952
2952
|
"""
|
|
2953
2953
|
...
|
|
2954
2954
|
|
|
2955
|
-
class OUTLINER_MT_object(bpy_types.
|
|
2955
|
+
class OUTLINER_MT_object(bpy_types._GenericUI):
|
|
2956
2956
|
bl_label: typing.Any
|
|
2957
2957
|
bl_rna: typing.Any
|
|
2958
2958
|
id_data: typing.Any
|
|
@@ -3222,7 +3222,7 @@ class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3222
3222
|
"""
|
|
3223
3223
|
...
|
|
3224
3224
|
|
|
3225
|
-
class OUTLINER_MT_view_pie(bpy_types.
|
|
3225
|
+
class OUTLINER_MT_view_pie(bpy_types._GenericUI):
|
|
3226
3226
|
bl_label: typing.Any
|
|
3227
3227
|
bl_rna: typing.Any
|
|
3228
3228
|
id_data: typing.Any
|
|
@@ -3492,7 +3492,7 @@ class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3492
3492
|
"""
|
|
3493
3493
|
...
|
|
3494
3494
|
|
|
3495
|
-
class OUTLINER_PT_filter(bpy_types.
|
|
3495
|
+
class OUTLINER_PT_filter(bpy_types._GenericUI):
|
|
3496
3496
|
bl_label: typing.Any
|
|
3497
3497
|
bl_region_type: typing.Any
|
|
3498
3498
|
bl_rna: typing.Any
|
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class PROPERTIES_HT_header(bpy_types.
|
|
9
|
+
class PROPERTIES_HT_header(bpy_types._GenericUI):
|
|
10
10
|
bl_rna: typing.Any
|
|
11
11
|
bl_space_type: typing.Any
|
|
12
12
|
id_data: typing.Any
|
|
@@ -222,7 +222,7 @@ class PROPERTIES_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
|
|
225
|
-
class PROPERTIES_PT_navigation_bar(bpy_types.
|
|
225
|
+
class PROPERTIES_PT_navigation_bar(bpy_types._GenericUI):
|
|
226
226
|
bl_label: typing.Any
|
|
227
227
|
bl_options: typing.Any
|
|
228
228
|
bl_region_type: typing.Any
|
|
@@ -441,7 +441,7 @@ class PROPERTIES_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
441
441
|
"""
|
|
442
442
|
...
|
|
443
443
|
|
|
444
|
-
class PROPERTIES_PT_options(bpy_types.
|
|
444
|
+
class PROPERTIES_PT_options(bpy_types._GenericUI):
|
|
445
445
|
"""Show options for the properties editor"""
|
|
446
446
|
|
|
447
447
|
bl_label: typing.Any
|