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_image/__init__.pyi
CHANGED
|
@@ -89,7 +89,7 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
|
89
89
|
"""
|
|
90
90
|
...
|
|
91
91
|
|
|
92
|
-
class IMAGE_HT_header(bpy_types.
|
|
92
|
+
class IMAGE_HT_header(bpy_types._GenericUI):
|
|
93
93
|
bl_rna: typing.Any
|
|
94
94
|
bl_space_type: typing.Any
|
|
95
95
|
id_data: typing.Any
|
|
@@ -313,7 +313,7 @@ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
313
313
|
"""
|
|
314
314
|
...
|
|
315
315
|
|
|
316
|
-
class IMAGE_HT_tool_header(bpy_types.
|
|
316
|
+
class IMAGE_HT_tool_header(bpy_types._GenericUI):
|
|
317
317
|
bl_region_type: typing.Any
|
|
318
318
|
bl_rna: typing.Any
|
|
319
319
|
bl_space_type: typing.Any
|
|
@@ -544,7 +544,7 @@ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
544
544
|
"""
|
|
545
545
|
...
|
|
546
546
|
|
|
547
|
-
class IMAGE_MT_editor_menus(bpy_types.
|
|
547
|
+
class IMAGE_MT_editor_menus(bpy_types._GenericUI):
|
|
548
548
|
bl_idname: typing.Any
|
|
549
549
|
bl_label: typing.Any
|
|
550
550
|
bl_rna: typing.Any
|
|
@@ -815,7 +815,7 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
815
815
|
"""
|
|
816
816
|
...
|
|
817
817
|
|
|
818
|
-
class IMAGE_MT_image(bpy_types.
|
|
818
|
+
class IMAGE_MT_image(bpy_types._GenericUI):
|
|
819
819
|
bl_label: typing.Any
|
|
820
820
|
bl_rna: typing.Any
|
|
821
821
|
id_data: typing.Any
|
|
@@ -1085,7 +1085,7 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1085
1085
|
"""
|
|
1086
1086
|
...
|
|
1087
1087
|
|
|
1088
|
-
class IMAGE_MT_image_invert(bpy_types.
|
|
1088
|
+
class IMAGE_MT_image_invert(bpy_types._GenericUI):
|
|
1089
1089
|
bl_label: typing.Any
|
|
1090
1090
|
bl_rna: typing.Any
|
|
1091
1091
|
id_data: typing.Any
|
|
@@ -1355,7 +1355,7 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1355
1355
|
"""
|
|
1356
1356
|
...
|
|
1357
1357
|
|
|
1358
|
-
class IMAGE_MT_image_transform(bpy_types.
|
|
1358
|
+
class IMAGE_MT_image_transform(bpy_types._GenericUI):
|
|
1359
1359
|
bl_label: typing.Any
|
|
1360
1360
|
bl_rna: typing.Any
|
|
1361
1361
|
id_data: typing.Any
|
|
@@ -1625,7 +1625,7 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1625
1625
|
"""
|
|
1626
1626
|
...
|
|
1627
1627
|
|
|
1628
|
-
class IMAGE_MT_mask_context_menu(bpy_types.
|
|
1628
|
+
class IMAGE_MT_mask_context_menu(bpy_types._GenericUI):
|
|
1629
1629
|
bl_label: typing.Any
|
|
1630
1630
|
bl_rna: typing.Any
|
|
1631
1631
|
id_data: typing.Any
|
|
@@ -1902,7 +1902,7 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1902
1902
|
"""
|
|
1903
1903
|
...
|
|
1904
1904
|
|
|
1905
|
-
class IMAGE_MT_pivot_pie(bpy_types.
|
|
1905
|
+
class IMAGE_MT_pivot_pie(bpy_types._GenericUI):
|
|
1906
1906
|
bl_label: typing.Any
|
|
1907
1907
|
bl_rna: typing.Any
|
|
1908
1908
|
id_data: typing.Any
|
|
@@ -2172,7 +2172,7 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2172
2172
|
"""
|
|
2173
2173
|
...
|
|
2174
2174
|
|
|
2175
|
-
class IMAGE_MT_select(bpy_types.
|
|
2175
|
+
class IMAGE_MT_select(bpy_types._GenericUI):
|
|
2176
2176
|
bl_label: typing.Any
|
|
2177
2177
|
bl_rna: typing.Any
|
|
2178
2178
|
id_data: typing.Any
|
|
@@ -2442,7 +2442,7 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2442
2442
|
"""
|
|
2443
2443
|
...
|
|
2444
2444
|
|
|
2445
|
-
class IMAGE_MT_select_linked(bpy_types.
|
|
2445
|
+
class IMAGE_MT_select_linked(bpy_types._GenericUI):
|
|
2446
2446
|
bl_label: typing.Any
|
|
2447
2447
|
bl_rna: typing.Any
|
|
2448
2448
|
id_data: typing.Any
|
|
@@ -2712,7 +2712,7 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2712
2712
|
"""
|
|
2713
2713
|
...
|
|
2714
2714
|
|
|
2715
|
-
class IMAGE_MT_uvs(bpy_types.
|
|
2715
|
+
class IMAGE_MT_uvs(bpy_types._GenericUI):
|
|
2716
2716
|
bl_label: typing.Any
|
|
2717
2717
|
bl_rna: typing.Any
|
|
2718
2718
|
id_data: typing.Any
|
|
@@ -2982,7 +2982,7 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2982
2982
|
"""
|
|
2983
2983
|
...
|
|
2984
2984
|
|
|
2985
|
-
class IMAGE_MT_uvs_align(bpy_types.
|
|
2985
|
+
class IMAGE_MT_uvs_align(bpy_types._GenericUI):
|
|
2986
2986
|
bl_label: typing.Any
|
|
2987
2987
|
bl_rna: typing.Any
|
|
2988
2988
|
id_data: typing.Any
|
|
@@ -3252,7 +3252,7 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3252
3252
|
"""
|
|
3253
3253
|
...
|
|
3254
3254
|
|
|
3255
|
-
class IMAGE_MT_uvs_context_menu(bpy_types.
|
|
3255
|
+
class IMAGE_MT_uvs_context_menu(bpy_types._GenericUI):
|
|
3256
3256
|
bl_label: typing.Any
|
|
3257
3257
|
bl_rna: typing.Any
|
|
3258
3258
|
id_data: typing.Any
|
|
@@ -3522,7 +3522,7 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3522
3522
|
"""
|
|
3523
3523
|
...
|
|
3524
3524
|
|
|
3525
|
-
class IMAGE_MT_uvs_merge(bpy_types.
|
|
3525
|
+
class IMAGE_MT_uvs_merge(bpy_types._GenericUI):
|
|
3526
3526
|
bl_label: typing.Any
|
|
3527
3527
|
bl_rna: typing.Any
|
|
3528
3528
|
id_data: typing.Any
|
|
@@ -3792,7 +3792,7 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3792
3792
|
"""
|
|
3793
3793
|
...
|
|
3794
3794
|
|
|
3795
|
-
class IMAGE_MT_uvs_mirror(bpy_types.
|
|
3795
|
+
class IMAGE_MT_uvs_mirror(bpy_types._GenericUI):
|
|
3796
3796
|
bl_label: typing.Any
|
|
3797
3797
|
bl_rna: typing.Any
|
|
3798
3798
|
id_data: typing.Any
|
|
@@ -4062,7 +4062,7 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4062
4062
|
"""
|
|
4063
4063
|
...
|
|
4064
4064
|
|
|
4065
|
-
class IMAGE_MT_uvs_select_mode(bpy_types.
|
|
4065
|
+
class IMAGE_MT_uvs_select_mode(bpy_types._GenericUI):
|
|
4066
4066
|
bl_label: typing.Any
|
|
4067
4067
|
bl_rna: typing.Any
|
|
4068
4068
|
id_data: typing.Any
|
|
@@ -4332,7 +4332,7 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4332
4332
|
"""
|
|
4333
4333
|
...
|
|
4334
4334
|
|
|
4335
|
-
class IMAGE_MT_uvs_showhide(bpy_types.
|
|
4335
|
+
class IMAGE_MT_uvs_showhide(bpy_types._GenericUI):
|
|
4336
4336
|
bl_label: typing.Any
|
|
4337
4337
|
bl_rna: typing.Any
|
|
4338
4338
|
id_data: typing.Any
|
|
@@ -4602,7 +4602,7 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4602
4602
|
"""
|
|
4603
4603
|
...
|
|
4604
4604
|
|
|
4605
|
-
class IMAGE_MT_uvs_snap(bpy_types.
|
|
4605
|
+
class IMAGE_MT_uvs_snap(bpy_types._GenericUI):
|
|
4606
4606
|
bl_label: typing.Any
|
|
4607
4607
|
bl_rna: typing.Any
|
|
4608
4608
|
id_data: typing.Any
|
|
@@ -4872,7 +4872,7 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4872
4872
|
"""
|
|
4873
4873
|
...
|
|
4874
4874
|
|
|
4875
|
-
class IMAGE_MT_uvs_snap_pie(bpy_types.
|
|
4875
|
+
class IMAGE_MT_uvs_snap_pie(bpy_types._GenericUI):
|
|
4876
4876
|
bl_label: typing.Any
|
|
4877
4877
|
bl_rna: typing.Any
|
|
4878
4878
|
id_data: typing.Any
|
|
@@ -5142,7 +5142,7 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5142
5142
|
"""
|
|
5143
5143
|
...
|
|
5144
5144
|
|
|
5145
|
-
class IMAGE_MT_uvs_split(bpy_types.
|
|
5145
|
+
class IMAGE_MT_uvs_split(bpy_types._GenericUI):
|
|
5146
5146
|
bl_label: typing.Any
|
|
5147
5147
|
bl_rna: typing.Any
|
|
5148
5148
|
id_data: typing.Any
|
|
@@ -5412,7 +5412,7 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5412
5412
|
"""
|
|
5413
5413
|
...
|
|
5414
5414
|
|
|
5415
|
-
class IMAGE_MT_uvs_transform(bpy_types.
|
|
5415
|
+
class IMAGE_MT_uvs_transform(bpy_types._GenericUI):
|
|
5416
5416
|
bl_label: typing.Any
|
|
5417
5417
|
bl_rna: typing.Any
|
|
5418
5418
|
id_data: typing.Any
|
|
@@ -5682,7 +5682,7 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5682
5682
|
"""
|
|
5683
5683
|
...
|
|
5684
5684
|
|
|
5685
|
-
class IMAGE_MT_uvs_unwrap(bpy_types.
|
|
5685
|
+
class IMAGE_MT_uvs_unwrap(bpy_types._GenericUI):
|
|
5686
5686
|
bl_label: typing.Any
|
|
5687
5687
|
bl_rna: typing.Any
|
|
5688
5688
|
id_data: typing.Any
|
|
@@ -5952,7 +5952,7 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5952
5952
|
"""
|
|
5953
5953
|
...
|
|
5954
5954
|
|
|
5955
|
-
class IMAGE_MT_view(bpy_types.
|
|
5955
|
+
class IMAGE_MT_view(bpy_types._GenericUI):
|
|
5956
5956
|
bl_label: typing.Any
|
|
5957
5957
|
bl_rna: typing.Any
|
|
5958
5958
|
id_data: typing.Any
|
|
@@ -6222,7 +6222,7 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6222
6222
|
"""
|
|
6223
6223
|
...
|
|
6224
6224
|
|
|
6225
|
-
class IMAGE_MT_view_pie(bpy_types.
|
|
6225
|
+
class IMAGE_MT_view_pie(bpy_types._GenericUI):
|
|
6226
6226
|
bl_label: typing.Any
|
|
6227
6227
|
bl_rna: typing.Any
|
|
6228
6228
|
id_data: typing.Any
|
|
@@ -6492,7 +6492,7 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6492
6492
|
"""
|
|
6493
6493
|
...
|
|
6494
6494
|
|
|
6495
|
-
class IMAGE_MT_view_zoom(bpy_types.
|
|
6495
|
+
class IMAGE_MT_view_zoom(bpy_types._GenericUI):
|
|
6496
6496
|
bl_label: typing.Any
|
|
6497
6497
|
bl_rna: typing.Any
|
|
6498
6498
|
id_data: typing.Any
|
|
@@ -6763,7 +6763,7 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6763
6763
|
...
|
|
6764
6764
|
|
|
6765
6765
|
class IMAGE_PT_active_mask_point(
|
|
6766
|
-
|
|
6766
|
+
bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
|
|
6767
6767
|
):
|
|
6768
6768
|
bl_category: typing.Any
|
|
6769
6769
|
bl_label: typing.Any
|
|
@@ -6991,7 +6991,7 @@ class IMAGE_PT_active_mask_point(
|
|
|
6991
6991
|
...
|
|
6992
6992
|
|
|
6993
6993
|
class IMAGE_PT_active_mask_spline(
|
|
6994
|
-
|
|
6994
|
+
bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
|
|
6995
6995
|
):
|
|
6996
6996
|
bl_category: typing.Any
|
|
6997
6997
|
bl_label: typing.Any
|
|
@@ -7219,9 +7219,7 @@ class IMAGE_PT_active_mask_spline(
|
|
|
7219
7219
|
...
|
|
7220
7220
|
|
|
7221
7221
|
class IMAGE_PT_active_tool(
|
|
7222
|
-
bpy_types._GenericUI,
|
|
7223
|
-
bpy_types.Panel,
|
|
7224
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
7222
|
+
bpy_types._GenericUI, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
7225
7223
|
):
|
|
7226
7224
|
bl_category: typing.Any
|
|
7227
7225
|
bl_label: typing.Any
|
|
@@ -7442,9 +7440,7 @@ class IMAGE_PT_active_tool(
|
|
|
7442
7440
|
...
|
|
7443
7441
|
|
|
7444
7442
|
class IMAGE_PT_annotation(
|
|
7445
|
-
bpy_types.
|
|
7446
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
7447
|
-
bpy_types._GenericUI,
|
|
7443
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy_types._GenericUI
|
|
7448
7444
|
):
|
|
7449
7445
|
bl_category: typing.Any
|
|
7450
7446
|
bl_label: typing.Any
|
|
@@ -7681,7 +7677,7 @@ class IMAGE_PT_annotation(
|
|
|
7681
7677
|
"""
|
|
7682
7678
|
...
|
|
7683
7679
|
|
|
7684
|
-
class IMAGE_PT_gizmo_display(bpy_types.
|
|
7680
|
+
class IMAGE_PT_gizmo_display(bpy_types._GenericUI):
|
|
7685
7681
|
bl_label: typing.Any
|
|
7686
7682
|
bl_region_type: typing.Any
|
|
7687
7683
|
bl_rna: typing.Any
|
|
@@ -7900,7 +7896,7 @@ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
7900
7896
|
"""
|
|
7901
7897
|
...
|
|
7902
7898
|
|
|
7903
|
-
class IMAGE_PT_image_properties(bpy_types.
|
|
7899
|
+
class IMAGE_PT_image_properties(bpy_types._GenericUI):
|
|
7904
7900
|
bl_category: typing.Any
|
|
7905
7901
|
bl_label: typing.Any
|
|
7906
7902
|
bl_region_type: typing.Any
|
|
@@ -8126,9 +8122,7 @@ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
8126
8122
|
"""
|
|
8127
8123
|
...
|
|
8128
8124
|
|
|
8129
|
-
class IMAGE_PT_mask(
|
|
8130
|
-
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
|
|
8131
|
-
):
|
|
8125
|
+
class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
|
|
8132
8126
|
bl_category: typing.Any
|
|
8133
8127
|
bl_label: typing.Any
|
|
8134
8128
|
bl_options: typing.Any
|
|
@@ -8356,7 +8350,7 @@ class IMAGE_PT_mask(
|
|
|
8356
8350
|
...
|
|
8357
8351
|
|
|
8358
8352
|
class IMAGE_PT_mask_display(
|
|
8359
|
-
|
|
8353
|
+
bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
|
|
8360
8354
|
):
|
|
8361
8355
|
bl_label: typing.Any
|
|
8362
8356
|
bl_region_type: typing.Any
|
|
@@ -8583,7 +8577,7 @@ class IMAGE_PT_mask_display(
|
|
|
8583
8577
|
...
|
|
8584
8578
|
|
|
8585
8579
|
class IMAGE_PT_mask_layers(
|
|
8586
|
-
|
|
8580
|
+
bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
|
|
8587
8581
|
):
|
|
8588
8582
|
bl_category: typing.Any
|
|
8589
8583
|
bl_label: typing.Any
|
|
@@ -8810,7 +8804,7 @@ class IMAGE_PT_mask_layers(
|
|
|
8810
8804
|
"""
|
|
8811
8805
|
...
|
|
8812
8806
|
|
|
8813
|
-
class IMAGE_PT_overlay(bpy_types.
|
|
8807
|
+
class IMAGE_PT_overlay(bpy_types._GenericUI):
|
|
8814
8808
|
bl_label: typing.Any
|
|
8815
8809
|
bl_region_type: typing.Any
|
|
8816
8810
|
bl_rna: typing.Any
|
|
@@ -9029,7 +9023,7 @@ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9029
9023
|
"""
|
|
9030
9024
|
...
|
|
9031
9025
|
|
|
9032
|
-
class IMAGE_PT_overlay_guides(bpy_types.
|
|
9026
|
+
class IMAGE_PT_overlay_guides(bpy_types._GenericUI):
|
|
9033
9027
|
bl_label: typing.Any
|
|
9034
9028
|
bl_parent_id: typing.Any
|
|
9035
9029
|
bl_region_type: typing.Any
|
|
@@ -9255,7 +9249,7 @@ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9255
9249
|
"""
|
|
9256
9250
|
...
|
|
9257
9251
|
|
|
9258
|
-
class IMAGE_PT_overlay_image(bpy_types.
|
|
9252
|
+
class IMAGE_PT_overlay_image(bpy_types._GenericUI):
|
|
9259
9253
|
bl_label: typing.Any
|
|
9260
9254
|
bl_parent_id: typing.Any
|
|
9261
9255
|
bl_region_type: typing.Any
|
|
@@ -9474,7 +9468,7 @@ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9474
9468
|
"""
|
|
9475
9469
|
...
|
|
9476
9470
|
|
|
9477
|
-
class IMAGE_PT_overlay_texture_paint(bpy_types.
|
|
9471
|
+
class IMAGE_PT_overlay_texture_paint(bpy_types._GenericUI):
|
|
9478
9472
|
bl_label: typing.Any
|
|
9479
9473
|
bl_parent_id: typing.Any
|
|
9480
9474
|
bl_region_type: typing.Any
|
|
@@ -9700,7 +9694,7 @@ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9700
9694
|
"""
|
|
9701
9695
|
...
|
|
9702
9696
|
|
|
9703
|
-
class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.
|
|
9697
|
+
class IMAGE_PT_overlay_uv_edit_geometry(bpy_types._GenericUI):
|
|
9704
9698
|
bl_label: typing.Any
|
|
9705
9699
|
bl_parent_id: typing.Any
|
|
9706
9700
|
bl_region_type: typing.Any
|
|
@@ -9926,7 +9920,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9926
9920
|
"""
|
|
9927
9921
|
...
|
|
9928
9922
|
|
|
9929
|
-
class IMAGE_PT_overlay_uv_stretch(bpy_types.
|
|
9923
|
+
class IMAGE_PT_overlay_uv_stretch(bpy_types._GenericUI):
|
|
9930
9924
|
bl_label: typing.Any
|
|
9931
9925
|
bl_parent_id: typing.Any
|
|
9932
9926
|
bl_region_type: typing.Any
|
|
@@ -10156,7 +10150,7 @@ class ImagePaintPanel:
|
|
|
10156
10150
|
bl_region_type: typing.Any
|
|
10157
10151
|
bl_space_type: typing.Any
|
|
10158
10152
|
|
|
10159
|
-
class IMAGE_PT_proportional_edit(bpy_types.
|
|
10153
|
+
class IMAGE_PT_proportional_edit(bpy_types._GenericUI):
|
|
10160
10154
|
bl_label: typing.Any
|
|
10161
10155
|
bl_region_type: typing.Any
|
|
10162
10156
|
bl_rna: typing.Any
|
|
@@ -10375,7 +10369,7 @@ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10375
10369
|
"""
|
|
10376
10370
|
...
|
|
10377
10371
|
|
|
10378
|
-
class IMAGE_PT_render_slots(bpy_types.
|
|
10372
|
+
class IMAGE_PT_render_slots(bpy_types._GenericUI):
|
|
10379
10373
|
bl_category: typing.Any
|
|
10380
10374
|
bl_label: typing.Any
|
|
10381
10375
|
bl_region_type: typing.Any
|
|
@@ -10609,7 +10603,7 @@ class ImageScopesPanel:
|
|
|
10609
10603
|
"""
|
|
10610
10604
|
...
|
|
10611
10605
|
|
|
10612
|
-
class IMAGE_PT_snapping(bpy_types.
|
|
10606
|
+
class IMAGE_PT_snapping(bpy_types._GenericUI):
|
|
10613
10607
|
bl_label: typing.Any
|
|
10614
10608
|
bl_region_type: typing.Any
|
|
10615
10609
|
bl_rna: typing.Any
|
|
@@ -10827,7 +10821,7 @@ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10827
10821
|
"""
|
|
10828
10822
|
...
|
|
10829
10823
|
|
|
10830
|
-
class IMAGE_PT_udim_tiles(bpy_types.
|
|
10824
|
+
class IMAGE_PT_udim_tiles(bpy_types._GenericUI):
|
|
10831
10825
|
bl_category: typing.Any
|
|
10832
10826
|
bl_label: typing.Any
|
|
10833
10827
|
bl_region_type: typing.Any
|
|
@@ -11053,7 +11047,7 @@ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11053
11047
|
"""
|
|
11054
11048
|
...
|
|
11055
11049
|
|
|
11056
|
-
class IMAGE_PT_uv_cursor(bpy_types.
|
|
11050
|
+
class IMAGE_PT_uv_cursor(bpy_types._GenericUI):
|
|
11057
11051
|
bl_category: typing.Any
|
|
11058
11052
|
bl_label: typing.Any
|
|
11059
11053
|
bl_region_type: typing.Any
|
|
@@ -11279,7 +11273,7 @@ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11279
11273
|
"""
|
|
11280
11274
|
...
|
|
11281
11275
|
|
|
11282
|
-
class IMAGE_PT_view_display(bpy_types.
|
|
11276
|
+
class IMAGE_PT_view_display(bpy_types._GenericUI):
|
|
11283
11277
|
bl_category: typing.Any
|
|
11284
11278
|
bl_label: typing.Any
|
|
11285
11279
|
bl_region_type: typing.Any
|
|
@@ -11505,7 +11499,7 @@ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11505
11499
|
"""
|
|
11506
11500
|
...
|
|
11507
11501
|
|
|
11508
|
-
class IMAGE_UL_render_slots(bpy_types.
|
|
11502
|
+
class IMAGE_UL_render_slots(bpy_types._GenericUI):
|
|
11509
11503
|
bl_rna: typing.Any
|
|
11510
11504
|
id_data: typing.Any
|
|
11511
11505
|
|
|
@@ -11737,7 +11731,7 @@ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
11737
11731
|
"""
|
|
11738
11732
|
...
|
|
11739
11733
|
|
|
11740
|
-
class IMAGE_UL_udim_tiles(bpy_types.
|
|
11734
|
+
class IMAGE_UL_udim_tiles(bpy_types._GenericUI):
|
|
11741
11735
|
bl_rna: typing.Any
|
|
11742
11736
|
id_data: typing.Any
|
|
11743
11737
|
|
|
@@ -11992,7 +11986,6 @@ class IMAGE_PT_paint_curve(
|
|
|
11992
11986
|
bl_ui.properties_paint_common.BrushPanel,
|
|
11993
11987
|
bpy_types._GenericUI,
|
|
11994
11988
|
BrushButtonsPanel,
|
|
11995
|
-
bpy_types.Panel,
|
|
11996
11989
|
bl_ui.properties_paint_common.FalloffPanel,
|
|
11997
11990
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
11998
11991
|
):
|
|
@@ -12296,7 +12289,6 @@ class IMAGE_PT_paint_stroke(
|
|
|
12296
12289
|
bl_ui.properties_paint_common.BrushPanel,
|
|
12297
12290
|
bpy_types._GenericUI,
|
|
12298
12291
|
BrushButtonsPanel,
|
|
12299
|
-
bpy_types.Panel,
|
|
12300
12292
|
bl_ui.properties_paint_common.StrokePanel,
|
|
12301
12293
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
12302
12294
|
):
|
|
@@ -12600,7 +12592,6 @@ class IMAGE_PT_paint_stroke(
|
|
|
12600
12592
|
class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
12601
12593
|
bl_ui.properties_paint_common.BrushPanel,
|
|
12602
12594
|
BrushButtonsPanel,
|
|
12603
|
-
bpy_types.Panel,
|
|
12604
12595
|
bpy_types._GenericUI,
|
|
12605
12596
|
bl_ui.properties_paint_common.SmoothStrokePanel,
|
|
12606
12597
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -12911,7 +12902,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
12911
12902
|
class IMAGE_PT_tools_brush_display(
|
|
12912
12903
|
bl_ui.properties_paint_common.BrushPanel,
|
|
12913
12904
|
BrushButtonsPanel,
|
|
12914
|
-
bpy_types.Panel,
|
|
12915
12905
|
bpy_types._GenericUI,
|
|
12916
12906
|
bl_ui.properties_paint_common.DisplayPanel,
|
|
12917
12907
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -13221,7 +13211,6 @@ class IMAGE_PT_tools_brush_display(
|
|
|
13221
13211
|
...
|
|
13222
13212
|
|
|
13223
13213
|
class IMAGE_PT_tools_brush_texture(
|
|
13224
|
-
bpy_types.Panel,
|
|
13225
13214
|
BrushButtonsPanel,
|
|
13226
13215
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
13227
13216
|
bpy_types._GenericUI,
|
|
@@ -13523,7 +13512,6 @@ class IMAGE_PT_tools_brush_texture(
|
|
|
13523
13512
|
...
|
|
13524
13513
|
|
|
13525
13514
|
class IMAGE_PT_tools_imagepaint_symmetry(
|
|
13526
|
-
bpy_types.Panel,
|
|
13527
13515
|
BrushButtonsPanel,
|
|
13528
13516
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
13529
13517
|
bpy_types._GenericUI,
|
|
@@ -13826,7 +13814,6 @@ class IMAGE_PT_tools_imagepaint_symmetry(
|
|
|
13826
13814
|
class IMAGE_PT_tools_mask_texture(
|
|
13827
13815
|
bl_ui.properties_paint_common.BrushPanel,
|
|
13828
13816
|
BrushButtonsPanel,
|
|
13829
|
-
bpy_types.Panel,
|
|
13830
13817
|
bpy_types._GenericUI,
|
|
13831
13818
|
bl_ui.properties_paint_common.TextureMaskPanel,
|
|
13832
13819
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -14131,7 +14118,6 @@ class IMAGE_PT_tools_mask_texture(
|
|
|
14131
14118
|
class IMAGE_PT_paint_clone(
|
|
14132
14119
|
bl_ui.properties_paint_common.BrushPanel,
|
|
14133
14120
|
ImagePaintPanel,
|
|
14134
|
-
bpy_types.Panel,
|
|
14135
14121
|
bpy_types._GenericUI,
|
|
14136
14122
|
bl_ui.properties_paint_common.ClonePanel,
|
|
14137
14123
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -14439,7 +14425,7 @@ class IMAGE_PT_paint_clone(
|
|
|
14439
14425
|
"""
|
|
14440
14426
|
...
|
|
14441
14427
|
|
|
14442
|
-
class IMAGE_PT_paint_color(bpy_types._GenericUI,
|
|
14428
|
+
class IMAGE_PT_paint_color(bpy_types._GenericUI, ImagePaintPanel):
|
|
14443
14429
|
bl_category: typing.Any
|
|
14444
14430
|
bl_context: typing.Any
|
|
14445
14431
|
bl_label: typing.Any
|
|
@@ -14670,7 +14656,6 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPane
|
|
|
14670
14656
|
class IMAGE_PT_paint_select(
|
|
14671
14657
|
bl_ui.properties_paint_common.BrushPanel,
|
|
14672
14658
|
ImagePaintPanel,
|
|
14673
|
-
bpy_types.Panel,
|
|
14674
14659
|
bpy_types._GenericUI,
|
|
14675
14660
|
bl_ui.properties_paint_common.BrushSelectPanel,
|
|
14676
14661
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -14969,7 +14954,7 @@ class IMAGE_PT_paint_select(
|
|
|
14969
14954
|
"""
|
|
14970
14955
|
...
|
|
14971
14956
|
|
|
14972
|
-
class IMAGE_PT_paint_settings(bpy_types._GenericUI,
|
|
14957
|
+
class IMAGE_PT_paint_settings(bpy_types._GenericUI, ImagePaintPanel):
|
|
14973
14958
|
bl_category: typing.Any
|
|
14974
14959
|
bl_context: typing.Any
|
|
14975
14960
|
bl_label: typing.Any
|
|
@@ -15189,9 +15174,7 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintP
|
|
|
15189
15174
|
"""
|
|
15190
15175
|
...
|
|
15191
15176
|
|
|
15192
|
-
class IMAGE_PT_paint_settings_advanced(
|
|
15193
|
-
bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
|
|
15194
|
-
):
|
|
15177
|
+
class IMAGE_PT_paint_settings_advanced(bpy_types._GenericUI, ImagePaintPanel):
|
|
15195
15178
|
bl_category: typing.Any
|
|
15196
15179
|
bl_context: typing.Any
|
|
15197
15180
|
bl_label: typing.Any
|
|
@@ -15416,7 +15399,6 @@ class IMAGE_PT_paint_settings_advanced(
|
|
|
15416
15399
|
class IMAGE_PT_paint_swatches(
|
|
15417
15400
|
bl_ui.properties_paint_common.BrushPanel,
|
|
15418
15401
|
ImagePaintPanel,
|
|
15419
|
-
bpy_types.Panel,
|
|
15420
15402
|
bpy_types._GenericUI,
|
|
15421
15403
|
bl_ui.properties_paint_common.ColorPalettePanel,
|
|
15422
15404
|
bl_ui.properties_paint_common.UnifiedPaintPanel,
|
|
@@ -15717,7 +15699,7 @@ class IMAGE_PT_paint_swatches(
|
|
|
15717
15699
|
"""
|
|
15718
15700
|
...
|
|
15719
15701
|
|
|
15720
|
-
class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI,
|
|
15702
|
+
class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, ImagePaintPanel):
|
|
15721
15703
|
bl_category: typing.Any
|
|
15722
15704
|
bl_context: typing.Any
|
|
15723
15705
|
bl_label: typing.Any
|
|
@@ -15938,9 +15920,7 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaint
|
|
|
15938
15920
|
"""
|
|
15939
15921
|
...
|
|
15940
15922
|
|
|
15941
|
-
class IMAGE_PT_uv_sculpt_options(
|
|
15942
|
-
bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
|
|
15943
|
-
):
|
|
15923
|
+
class IMAGE_PT_uv_sculpt_options(bpy_types._GenericUI, ImagePaintPanel):
|
|
15944
15924
|
bl_category: typing.Any
|
|
15945
15925
|
bl_context: typing.Any
|
|
15946
15926
|
bl_label: typing.Any
|
|
@@ -16160,7 +16140,7 @@ class IMAGE_PT_uv_sculpt_options(
|
|
|
16160
16140
|
"""
|
|
16161
16141
|
...
|
|
16162
16142
|
|
|
16163
|
-
class IMAGE_PT_sample_line(
|
|
16143
|
+
class IMAGE_PT_sample_line(ImageScopesPanel, bpy_types._GenericUI):
|
|
16164
16144
|
bl_category: typing.Any
|
|
16165
16145
|
bl_label: typing.Any
|
|
16166
16146
|
bl_region_type: typing.Any
|
|
@@ -16386,7 +16366,7 @@ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._Generic
|
|
|
16386
16366
|
"""
|
|
16387
16367
|
...
|
|
16388
16368
|
|
|
16389
|
-
class IMAGE_PT_scope_sample(
|
|
16369
|
+
class IMAGE_PT_scope_sample(ImageScopesPanel, bpy_types._GenericUI):
|
|
16390
16370
|
bl_category: typing.Any
|
|
16391
16371
|
bl_label: typing.Any
|
|
16392
16372
|
bl_options: typing.Any
|
|
@@ -16613,7 +16593,7 @@ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._Generi
|
|
|
16613
16593
|
"""
|
|
16614
16594
|
...
|
|
16615
16595
|
|
|
16616
|
-
class IMAGE_PT_view_histogram(
|
|
16596
|
+
class IMAGE_PT_view_histogram(ImageScopesPanel, bpy_types._GenericUI):
|
|
16617
16597
|
bl_category: typing.Any
|
|
16618
16598
|
bl_label: typing.Any
|
|
16619
16599
|
bl_region_type: typing.Any
|
|
@@ -16839,9 +16819,7 @@ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._Gene
|
|
|
16839
16819
|
"""
|
|
16840
16820
|
...
|
|
16841
16821
|
|
|
16842
|
-
class IMAGE_PT_view_vectorscope(
|
|
16843
|
-
bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI
|
|
16844
|
-
):
|
|
16822
|
+
class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy_types._GenericUI):
|
|
16845
16823
|
bl_category: typing.Any
|
|
16846
16824
|
bl_label: typing.Any
|
|
16847
16825
|
bl_region_type: typing.Any
|
|
@@ -17067,7 +17045,7 @@ class IMAGE_PT_view_vectorscope(
|
|
|
17067
17045
|
"""
|
|
17068
17046
|
...
|
|
17069
17047
|
|
|
17070
|
-
class IMAGE_PT_view_waveform(
|
|
17048
|
+
class IMAGE_PT_view_waveform(ImageScopesPanel, bpy_types._GenericUI):
|
|
17071
17049
|
bl_category: typing.Any
|
|
17072
17050
|
bl_label: typing.Any
|
|
17073
17051
|
bl_region_type: typing.Any
|
bl_ui/space_info/__init__.pyi
CHANGED
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class INFO_HT_header(bpy_types.
|
|
9
|
+
class INFO_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 INFO_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
|
|
225
|
-
class INFO_MT_area(bpy_types.
|
|
225
|
+
class INFO_MT_area(bpy_types._GenericUI):
|
|
226
226
|
bl_label: typing.Any
|
|
227
227
|
bl_rna: typing.Any
|
|
228
228
|
bl_translation_context: typing.Any
|
|
@@ -493,7 +493,7 @@ class INFO_MT_area(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
493
493
|
"""
|
|
494
494
|
...
|
|
495
495
|
|
|
496
|
-
class INFO_MT_context_menu(bpy_types.
|
|
496
|
+
class INFO_MT_context_menu(bpy_types._GenericUI):
|
|
497
497
|
bl_label: typing.Any
|
|
498
498
|
bl_rna: typing.Any
|
|
499
499
|
id_data: typing.Any
|
|
@@ -763,7 +763,7 @@ class INFO_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
763
763
|
"""
|
|
764
764
|
...
|
|
765
765
|
|
|
766
|
-
class INFO_MT_editor_menus(bpy_types.
|
|
766
|
+
class INFO_MT_editor_menus(bpy_types._GenericUI):
|
|
767
767
|
bl_idname: typing.Any
|
|
768
768
|
bl_label: typing.Any
|
|
769
769
|
bl_rna: typing.Any
|
|
@@ -1034,7 +1034,7 @@ class INFO_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1034
1034
|
"""
|
|
1035
1035
|
...
|
|
1036
1036
|
|
|
1037
|
-
class INFO_MT_info(bpy_types.
|
|
1037
|
+
class INFO_MT_info(bpy_types._GenericUI):
|
|
1038
1038
|
bl_label: typing.Any
|
|
1039
1039
|
bl_rna: typing.Any
|
|
1040
1040
|
id_data: typing.Any
|
|
@@ -1304,7 +1304,7 @@ class INFO_MT_info(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1304
1304
|
"""
|
|
1305
1305
|
...
|
|
1306
1306
|
|
|
1307
|
-
class INFO_MT_view(bpy_types.
|
|
1307
|
+
class INFO_MT_view(bpy_types._GenericUI):
|
|
1308
1308
|
bl_label: typing.Any
|
|
1309
1309
|
bl_rna: typing.Any
|
|
1310
1310
|
id_data: typing.Any
|