fake-bpy-module 20240614__py3-none-any.whl → 20240615__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/ops/extensions/__init__.pyi +18 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -44,7 +44,7 @@ class ObjectButtonsPanel:
|
|
|
44
44
|
"""
|
|
45
45
|
...
|
|
46
46
|
|
|
47
|
-
class GPENCIL_MT_gpencil_vertex_group(bpy_types.
|
|
47
|
+
class GPENCIL_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
48
48
|
bl_label: typing.Any
|
|
49
49
|
bl_rna: typing.Any
|
|
50
50
|
id_data: typing.Any
|
|
@@ -314,7 +314,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
314
314
|
"""
|
|
315
315
|
...
|
|
316
316
|
|
|
317
|
-
class GPENCIL_MT_layer_context_menu(bpy_types.
|
|
317
|
+
class GPENCIL_MT_layer_context_menu(bpy_types._GenericUI):
|
|
318
318
|
bl_label: typing.Any
|
|
319
319
|
bl_rna: typing.Any
|
|
320
320
|
id_data: typing.Any
|
|
@@ -584,7 +584,7 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
584
584
|
"""
|
|
585
585
|
...
|
|
586
586
|
|
|
587
|
-
class GPENCIL_UL_vgroups(bpy_types.
|
|
587
|
+
class GPENCIL_UL_vgroups(bpy_types._GenericUI):
|
|
588
588
|
bl_rna: typing.Any
|
|
589
589
|
id_data: typing.Any
|
|
590
590
|
|
|
@@ -816,7 +816,7 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
816
816
|
"""
|
|
817
817
|
...
|
|
818
818
|
|
|
819
|
-
class DATA_PT_context_gpencil(
|
|
819
|
+
class DATA_PT_context_gpencil(DataButtonsPanel, bpy_types._GenericUI):
|
|
820
820
|
bl_context: typing.Any
|
|
821
821
|
bl_label: typing.Any
|
|
822
822
|
bl_options: typing.Any
|
|
@@ -1044,7 +1044,7 @@ class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1044
1044
|
...
|
|
1045
1045
|
|
|
1046
1046
|
class DATA_PT_custom_props_gpencil(
|
|
1047
|
-
|
|
1047
|
+
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1048
1048
|
):
|
|
1049
1049
|
"""The subclass should have its own poll function
|
|
1050
1050
|
and the variable '_context_path' MUST be set.
|
|
@@ -1277,7 +1277,7 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1277
1277
|
"""
|
|
1278
1278
|
...
|
|
1279
1279
|
|
|
1280
|
-
class DATA_PT_gpencil_canvas(
|
|
1280
|
+
class DATA_PT_gpencil_canvas(DataButtonsPanel, bpy_types._GenericUI):
|
|
1281
1281
|
bl_context: typing.Any
|
|
1282
1282
|
bl_label: typing.Any
|
|
1283
1283
|
bl_options: typing.Any
|
|
@@ -1505,7 +1505,7 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1505
1505
|
"""
|
|
1506
1506
|
...
|
|
1507
1507
|
|
|
1508
|
-
class DATA_PT_gpencil_display(
|
|
1508
|
+
class DATA_PT_gpencil_display(DataButtonsPanel, bpy_types._GenericUI):
|
|
1509
1509
|
bl_context: typing.Any
|
|
1510
1510
|
bl_label: typing.Any
|
|
1511
1511
|
bl_options: typing.Any
|
|
@@ -1732,7 +1732,7 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1732
1732
|
"""
|
|
1733
1733
|
...
|
|
1734
1734
|
|
|
1735
|
-
class DATA_PT_gpencil_layers(
|
|
1735
|
+
class DATA_PT_gpencil_layers(DataButtonsPanel, bpy_types._GenericUI):
|
|
1736
1736
|
bl_context: typing.Any
|
|
1737
1737
|
bl_label: typing.Any
|
|
1738
1738
|
bl_region_type: typing.Any
|
|
@@ -1967,9 +1967,7 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1967
1967
|
"""
|
|
1968
1968
|
...
|
|
1969
1969
|
|
|
1970
|
-
class DATA_PT_gpencil_onion_skinning(
|
|
1971
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1972
|
-
):
|
|
1970
|
+
class DATA_PT_gpencil_onion_skinning(DataButtonsPanel, bpy_types._GenericUI):
|
|
1973
1971
|
bl_context: typing.Any
|
|
1974
1972
|
bl_label: typing.Any
|
|
1975
1973
|
bl_region_type: typing.Any
|
|
@@ -2196,7 +2194,7 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
2196
2194
|
...
|
|
2197
2195
|
|
|
2198
2196
|
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
2199
|
-
|
|
2197
|
+
DataButtonsPanel, bpy_types._GenericUI
|
|
2200
2198
|
):
|
|
2201
2199
|
bl_context: typing.Any
|
|
2202
2200
|
bl_label: typing.Any
|
|
@@ -2432,9 +2430,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
2432
2430
|
"""
|
|
2433
2431
|
...
|
|
2434
2432
|
|
|
2435
|
-
class DATA_PT_gpencil_onion_skinning_display(
|
|
2436
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2437
|
-
):
|
|
2433
|
+
class DATA_PT_gpencil_onion_skinning_display(DataButtonsPanel, bpy_types._GenericUI):
|
|
2438
2434
|
bl_context: typing.Any
|
|
2439
2435
|
bl_label: typing.Any
|
|
2440
2436
|
bl_options: typing.Any
|
|
@@ -2662,7 +2658,7 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
2662
2658
|
"""
|
|
2663
2659
|
...
|
|
2664
2660
|
|
|
2665
|
-
class DATA_PT_gpencil_strokes(
|
|
2661
|
+
class DATA_PT_gpencil_strokes(DataButtonsPanel, bpy_types._GenericUI):
|
|
2666
2662
|
bl_context: typing.Any
|
|
2667
2663
|
bl_label: typing.Any
|
|
2668
2664
|
bl_options: typing.Any
|
|
@@ -2890,7 +2886,6 @@ class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
2890
2886
|
...
|
|
2891
2887
|
|
|
2892
2888
|
class DATA_PT_gpencil_layer_adjustments(
|
|
2893
|
-
bpy_types.Panel,
|
|
2894
2889
|
LayerDataButtonsPanel,
|
|
2895
2890
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
2896
2891
|
bpy_types._GenericUI,
|
|
@@ -3123,7 +3118,6 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
3123
3118
|
...
|
|
3124
3119
|
|
|
3125
3120
|
class DATA_PT_gpencil_layer_display(
|
|
3126
|
-
bpy_types.Panel,
|
|
3127
3121
|
LayerDataButtonsPanel,
|
|
3128
3122
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
3129
3123
|
bpy_types._GenericUI,
|
|
@@ -3356,7 +3350,6 @@ class DATA_PT_gpencil_layer_display(
|
|
|
3356
3350
|
...
|
|
3357
3351
|
|
|
3358
3352
|
class DATA_PT_gpencil_layer_masks(
|
|
3359
|
-
bpy_types.Panel,
|
|
3360
3353
|
LayerDataButtonsPanel,
|
|
3361
3354
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
3362
3355
|
bpy_types._GenericUI,
|
|
@@ -3596,7 +3589,6 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
3596
3589
|
...
|
|
3597
3590
|
|
|
3598
3591
|
class DATA_PT_gpencil_layer_relations(
|
|
3599
|
-
bpy_types.Panel,
|
|
3600
3592
|
LayerDataButtonsPanel,
|
|
3601
3593
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
3602
3594
|
bpy_types._GenericUI,
|
|
@@ -3829,7 +3821,6 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
3829
3821
|
...
|
|
3830
3822
|
|
|
3831
3823
|
class DATA_PT_gpencil_layer_transform(
|
|
3832
|
-
bpy_types.Panel,
|
|
3833
3824
|
LayerDataButtonsPanel,
|
|
3834
3825
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
3835
3826
|
bpy_types._GenericUI,
|
|
@@ -4061,9 +4052,7 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4061
4052
|
"""
|
|
4062
4053
|
...
|
|
4063
4054
|
|
|
4064
|
-
class DATA_PT_gpencil_vertex_groups(
|
|
4065
|
-
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
4066
|
-
):
|
|
4055
|
+
class DATA_PT_gpencil_vertex_groups(ObjectButtonsPanel, bpy_types._GenericUI):
|
|
4067
4056
|
bl_context: typing.Any
|
|
4068
4057
|
bl_label: typing.Any
|
|
4069
4058
|
bl_options: typing.Any
|
|
@@ -62,9 +62,7 @@ class GreasePencil_LayerTransformPanel:
|
|
|
62
62
|
"""
|
|
63
63
|
...
|
|
64
64
|
|
|
65
|
-
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
66
|
-
bpy_types.Menu, bpy_types._GenericUI
|
|
67
|
-
):
|
|
65
|
+
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy_types._GenericUI):
|
|
68
66
|
bl_label: typing.Any
|
|
69
67
|
bl_rna: typing.Any
|
|
70
68
|
id_data: typing.Any
|
|
@@ -334,7 +332,7 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
|
334
332
|
"""
|
|
335
333
|
...
|
|
336
334
|
|
|
337
|
-
class GREASE_PENCIL_MT_group_context_menu(bpy_types.
|
|
335
|
+
class GREASE_PENCIL_MT_group_context_menu(bpy_types._GenericUI):
|
|
338
336
|
bl_label: typing.Any
|
|
339
337
|
bl_rna: typing.Any
|
|
340
338
|
id_data: typing.Any
|
|
@@ -604,7 +602,7 @@ class GREASE_PENCIL_MT_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
604
602
|
"""
|
|
605
603
|
...
|
|
606
604
|
|
|
607
|
-
class GREASE_PENCIL_MT_layer_mask_add(bpy_types.
|
|
605
|
+
class GREASE_PENCIL_MT_layer_mask_add(bpy_types._GenericUI):
|
|
608
606
|
bl_label: typing.Any
|
|
609
607
|
bl_rna: typing.Any
|
|
610
608
|
id_data: typing.Any
|
|
@@ -874,7 +872,7 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
874
872
|
"""
|
|
875
873
|
...
|
|
876
874
|
|
|
877
|
-
class GREASE_PENCIL_UL_masks(bpy_types.
|
|
875
|
+
class GREASE_PENCIL_UL_masks(bpy_types._GenericUI):
|
|
878
876
|
bl_rna: typing.Any
|
|
879
877
|
id_data: typing.Any
|
|
880
878
|
|
|
@@ -1106,9 +1104,7 @@ class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1106
1104
|
"""
|
|
1107
1105
|
...
|
|
1108
1106
|
|
|
1109
|
-
class DATA_PT_context_grease_pencil(
|
|
1110
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1111
|
-
):
|
|
1107
|
+
class DATA_PT_context_grease_pencil(DataButtonsPanel, bpy_types._GenericUI):
|
|
1112
1108
|
bl_context: typing.Any
|
|
1113
1109
|
bl_label: typing.Any
|
|
1114
1110
|
bl_options: typing.Any
|
|
@@ -1336,7 +1332,7 @@ class DATA_PT_context_grease_pencil(
|
|
|
1336
1332
|
...
|
|
1337
1333
|
|
|
1338
1334
|
class DATA_PT_grease_pencil_custom_props(
|
|
1339
|
-
|
|
1335
|
+
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1340
1336
|
):
|
|
1341
1337
|
"""The subclass should have its own poll function
|
|
1342
1338
|
and the variable '_context_path' MUST be set.
|
|
@@ -1569,9 +1565,7 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
1569
1565
|
"""
|
|
1570
1566
|
...
|
|
1571
1567
|
|
|
1572
|
-
class DATA_PT_grease_pencil_layers(
|
|
1573
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1574
|
-
):
|
|
1568
|
+
class DATA_PT_grease_pencil_layers(DataButtonsPanel, bpy_types._GenericUI):
|
|
1575
1569
|
bl_context: typing.Any
|
|
1576
1570
|
bl_label: typing.Any
|
|
1577
1571
|
bl_region_type: typing.Any
|
|
@@ -1797,9 +1791,7 @@ class DATA_PT_grease_pencil_layers(
|
|
|
1797
1791
|
"""
|
|
1798
1792
|
...
|
|
1799
1793
|
|
|
1800
|
-
class DATA_PT_grease_pencil_onion_skinning(
|
|
1801
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1802
|
-
):
|
|
1794
|
+
class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, bpy_types._GenericUI):
|
|
1803
1795
|
bl_context: typing.Any
|
|
1804
1796
|
bl_label: typing.Any
|
|
1805
1797
|
bl_region_type: typing.Any
|
|
@@ -2026,7 +2018,7 @@ class DATA_PT_grease_pencil_onion_skinning(
|
|
|
2026
2018
|
...
|
|
2027
2019
|
|
|
2028
2020
|
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
2029
|
-
|
|
2021
|
+
DataButtonsPanel, bpy_types._GenericUI
|
|
2030
2022
|
):
|
|
2031
2023
|
bl_context: typing.Any
|
|
2032
2024
|
bl_label: typing.Any
|
|
@@ -2263,7 +2255,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
2263
2255
|
...
|
|
2264
2256
|
|
|
2265
2257
|
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
2266
|
-
|
|
2258
|
+
DataButtonsPanel, bpy_types._GenericUI
|
|
2267
2259
|
):
|
|
2268
2260
|
bl_context: typing.Any
|
|
2269
2261
|
bl_label: typing.Any
|
|
@@ -2492,9 +2484,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(
|
|
|
2492
2484
|
"""
|
|
2493
2485
|
...
|
|
2494
2486
|
|
|
2495
|
-
class DATA_PT_grease_pencil_settings(
|
|
2496
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2497
|
-
):
|
|
2487
|
+
class DATA_PT_grease_pencil_settings(DataButtonsPanel, bpy_types._GenericUI):
|
|
2498
2488
|
bl_context: typing.Any
|
|
2499
2489
|
bl_label: typing.Any
|
|
2500
2490
|
bl_region_type: typing.Any
|
|
@@ -2721,10 +2711,7 @@ class DATA_PT_grease_pencil_settings(
|
|
|
2721
2711
|
...
|
|
2722
2712
|
|
|
2723
2713
|
class DATA_PT_grease_pencil_layer_masks(
|
|
2724
|
-
bpy_types.
|
|
2725
|
-
LayerDataButtonsPanel,
|
|
2726
|
-
GreasePencil_LayerMaskPanel,
|
|
2727
|
-
bpy_types._GenericUI,
|
|
2714
|
+
LayerDataButtonsPanel, GreasePencil_LayerMaskPanel, bpy_types._GenericUI
|
|
2728
2715
|
):
|
|
2729
2716
|
bl_context: typing.Any
|
|
2730
2717
|
bl_label: typing.Any
|
|
@@ -2961,10 +2948,7 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
2961
2948
|
...
|
|
2962
2949
|
|
|
2963
2950
|
class DATA_PT_grease_pencil_layer_relations(
|
|
2964
|
-
bpy_types.
|
|
2965
|
-
LayerDataButtonsPanel,
|
|
2966
|
-
GreasPencil_LayerRelationsPanel,
|
|
2967
|
-
bpy_types._GenericUI,
|
|
2951
|
+
LayerDataButtonsPanel, GreasPencil_LayerRelationsPanel, bpy_types._GenericUI
|
|
2968
2952
|
):
|
|
2969
2953
|
bl_context: typing.Any
|
|
2970
2954
|
bl_label: typing.Any
|
|
@@ -3194,10 +3178,7 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
3194
3178
|
...
|
|
3195
3179
|
|
|
3196
3180
|
class DATA_PT_grease_pencil_layer_transform(
|
|
3197
|
-
bpy_types.
|
|
3198
|
-
LayerDataButtonsPanel,
|
|
3199
|
-
GreasePencil_LayerTransformPanel,
|
|
3200
|
-
bpy_types._GenericUI,
|
|
3181
|
+
LayerDataButtonsPanel, GreasePencil_LayerTransformPanel, bpy_types._GenericUI
|
|
3201
3182
|
):
|
|
3202
3183
|
bl_context: typing.Any
|
|
3203
3184
|
bl_label: typing.Any
|
|
@@ -19,7 +19,7 @@ class DataButtonsPanel:
|
|
|
19
19
|
"""
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
class DATA_PT_context_lattice(
|
|
22
|
+
class DATA_PT_context_lattice(DataButtonsPanel, bpy_types._GenericUI):
|
|
23
23
|
bl_context: typing.Any
|
|
24
24
|
bl_label: typing.Any
|
|
25
25
|
bl_options: typing.Any
|
|
@@ -247,7 +247,7 @@ class DATA_PT_context_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
247
247
|
...
|
|
248
248
|
|
|
249
249
|
class DATA_PT_custom_props_lattice(
|
|
250
|
-
|
|
250
|
+
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
251
251
|
):
|
|
252
252
|
"""The subclass should have its own poll function
|
|
253
253
|
and the variable '_context_path' MUST be set.
|
|
@@ -481,7 +481,7 @@ class DATA_PT_custom_props_lattice(
|
|
|
481
481
|
"""
|
|
482
482
|
...
|
|
483
483
|
|
|
484
|
-
class DATA_PT_lattice(
|
|
484
|
+
class DATA_PT_lattice(DataButtonsPanel, bpy_types._GenericUI):
|
|
485
485
|
bl_context: typing.Any
|
|
486
486
|
bl_label: typing.Any
|
|
487
487
|
bl_region_type: typing.Any
|
|
@@ -19,7 +19,7 @@ class DataButtonsPanel:
|
|
|
19
19
|
"""
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
class DATA_PT_EEVEE_light(
|
|
22
|
+
class DATA_PT_EEVEE_light(DataButtonsPanel, bpy_types._GenericUI):
|
|
23
23
|
COMPAT_ENGINES: typing.Any
|
|
24
24
|
bl_context: typing.Any
|
|
25
25
|
bl_label: typing.Any
|
|
@@ -246,9 +246,7 @@ class DATA_PT_EEVEE_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericU
|
|
|
246
246
|
"""
|
|
247
247
|
...
|
|
248
248
|
|
|
249
|
-
class DATA_PT_EEVEE_light_distance(
|
|
250
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
251
|
-
):
|
|
249
|
+
class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy_types._GenericUI):
|
|
252
250
|
COMPAT_ENGINES: typing.Any
|
|
253
251
|
bl_context: typing.Any
|
|
254
252
|
bl_label: typing.Any
|
|
@@ -484,9 +482,7 @@ class DATA_PT_EEVEE_light_distance(
|
|
|
484
482
|
"""
|
|
485
483
|
...
|
|
486
484
|
|
|
487
|
-
class DATA_PT_EEVEE_light_influence(
|
|
488
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
489
|
-
):
|
|
485
|
+
class DATA_PT_EEVEE_light_influence(DataButtonsPanel, bpy_types._GenericUI):
|
|
490
486
|
COMPAT_ENGINES: typing.Any
|
|
491
487
|
bl_context: typing.Any
|
|
492
488
|
bl_label: typing.Any
|
|
@@ -715,9 +711,7 @@ class DATA_PT_EEVEE_light_influence(
|
|
|
715
711
|
"""
|
|
716
712
|
...
|
|
717
713
|
|
|
718
|
-
class DATA_PT_EEVEE_light_shadow(
|
|
719
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
720
|
-
):
|
|
714
|
+
class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy_types._GenericUI):
|
|
721
715
|
COMPAT_ENGINES: typing.Any
|
|
722
716
|
bl_context: typing.Any
|
|
723
717
|
bl_label: typing.Any
|
|
@@ -953,7 +947,7 @@ class DATA_PT_EEVEE_light_shadow(
|
|
|
953
947
|
"""
|
|
954
948
|
...
|
|
955
949
|
|
|
956
|
-
class DATA_PT_EEVEE_shadow(
|
|
950
|
+
class DATA_PT_EEVEE_shadow(DataButtonsPanel, bpy_types._GenericUI):
|
|
957
951
|
COMPAT_ENGINES: typing.Any
|
|
958
952
|
bl_context: typing.Any
|
|
959
953
|
bl_label: typing.Any
|
|
@@ -1188,9 +1182,7 @@ class DATA_PT_EEVEE_shadow(bpy_types.Panel, DataButtonsPanel, bpy_types._Generic
|
|
|
1188
1182
|
"""
|
|
1189
1183
|
...
|
|
1190
1184
|
|
|
1191
|
-
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
1192
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1193
|
-
):
|
|
1185
|
+
class DATA_PT_EEVEE_shadow_cascaded_shadow_map(DataButtonsPanel, bpy_types._GenericUI):
|
|
1194
1186
|
COMPAT_ENGINES: typing.Any
|
|
1195
1187
|
bl_context: typing.Any
|
|
1196
1188
|
bl_label: typing.Any
|
|
@@ -1419,9 +1411,7 @@ class DATA_PT_EEVEE_shadow_cascaded_shadow_map(
|
|
|
1419
1411
|
"""
|
|
1420
1412
|
...
|
|
1421
1413
|
|
|
1422
|
-
class DATA_PT_EEVEE_shadow_contact(
|
|
1423
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1424
|
-
):
|
|
1414
|
+
class DATA_PT_EEVEE_shadow_contact(DataButtonsPanel, bpy_types._GenericUI):
|
|
1425
1415
|
COMPAT_ENGINES: typing.Any
|
|
1426
1416
|
bl_context: typing.Any
|
|
1427
1417
|
bl_label: typing.Any
|
|
@@ -1656,7 +1646,7 @@ class DATA_PT_EEVEE_shadow_contact(
|
|
|
1656
1646
|
"""
|
|
1657
1647
|
...
|
|
1658
1648
|
|
|
1659
|
-
class DATA_PT_context_light(
|
|
1649
|
+
class DATA_PT_context_light(DataButtonsPanel, bpy_types._GenericUI):
|
|
1660
1650
|
COMPAT_ENGINES: typing.Any
|
|
1661
1651
|
bl_context: typing.Any
|
|
1662
1652
|
bl_label: typing.Any
|
|
@@ -1885,7 +1875,7 @@ class DATA_PT_context_light(bpy_types.Panel, DataButtonsPanel, bpy_types._Generi
|
|
|
1885
1875
|
...
|
|
1886
1876
|
|
|
1887
1877
|
class DATA_PT_custom_props_light(
|
|
1888
|
-
|
|
1878
|
+
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1889
1879
|
):
|
|
1890
1880
|
"""The subclass should have its own poll function
|
|
1891
1881
|
and the variable '_context_path' MUST be set.
|
|
@@ -2119,7 +2109,7 @@ class DATA_PT_custom_props_light(
|
|
|
2119
2109
|
"""
|
|
2120
2110
|
...
|
|
2121
2111
|
|
|
2122
|
-
class DATA_PT_light(
|
|
2112
|
+
class DATA_PT_light(DataButtonsPanel, bpy_types._GenericUI):
|
|
2123
2113
|
COMPAT_ENGINES: typing.Any
|
|
2124
2114
|
bl_context: typing.Any
|
|
2125
2115
|
bl_label: typing.Any
|
|
@@ -2346,7 +2336,7 @@ class DATA_PT_light(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
2346
2336
|
"""
|
|
2347
2337
|
...
|
|
2348
2338
|
|
|
2349
|
-
class DATA_PT_preview(
|
|
2339
|
+
class DATA_PT_preview(DataButtonsPanel, bpy_types._GenericUI):
|
|
2350
2340
|
COMPAT_ENGINES: typing.Any
|
|
2351
2341
|
bl_context: typing.Any
|
|
2352
2342
|
bl_label: typing.Any
|
|
@@ -2574,7 +2564,7 @@ class DATA_PT_preview(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
2574
2564
|
"""
|
|
2575
2565
|
...
|
|
2576
2566
|
|
|
2577
|
-
class DATA_PT_spot(
|
|
2567
|
+
class DATA_PT_spot(DataButtonsPanel, bpy_types._GenericUI):
|
|
2578
2568
|
COMPAT_ENGINES: typing.Any
|
|
2579
2569
|
bl_context: typing.Any
|
|
2580
2570
|
bl_label: typing.Any
|
|
@@ -18,9 +18,7 @@ class DataButtonsPanel:
|
|
|
18
18
|
"""
|
|
19
19
|
...
|
|
20
20
|
|
|
21
|
-
class DATA_PT_context_lightprobe(
|
|
22
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
23
|
-
):
|
|
21
|
+
class DATA_PT_context_lightprobe(DataButtonsPanel, bpy_types._GenericUI):
|
|
24
22
|
COMPAT_ENGINES: typing.Any
|
|
25
23
|
bl_context: typing.Any
|
|
26
24
|
bl_label: typing.Any
|
|
@@ -248,7 +246,7 @@ class DATA_PT_context_lightprobe(
|
|
|
248
246
|
"""
|
|
249
247
|
...
|
|
250
248
|
|
|
251
|
-
class DATA_PT_lightprobe(
|
|
249
|
+
class DATA_PT_lightprobe(DataButtonsPanel, bpy_types._GenericUI):
|
|
252
250
|
COMPAT_ENGINES: typing.Any
|
|
253
251
|
bl_context: typing.Any
|
|
254
252
|
bl_label: typing.Any
|
|
@@ -475,7 +473,7 @@ class DATA_PT_lightprobe(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
|
475
473
|
"""
|
|
476
474
|
...
|
|
477
475
|
|
|
478
|
-
class DATA_PT_lightprobe_bake(
|
|
476
|
+
class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy_types._GenericUI):
|
|
479
477
|
COMPAT_ENGINES: typing.Any
|
|
480
478
|
bl_context: typing.Any
|
|
481
479
|
bl_label: typing.Any
|
|
@@ -702,9 +700,7 @@ class DATA_PT_lightprobe_bake(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
702
700
|
"""
|
|
703
701
|
...
|
|
704
702
|
|
|
705
|
-
class DATA_PT_lightprobe_bake_capture(
|
|
706
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
707
|
-
):
|
|
703
|
+
class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, bpy_types._GenericUI):
|
|
708
704
|
COMPAT_ENGINES: typing.Any
|
|
709
705
|
bl_context: typing.Any
|
|
710
706
|
bl_label: typing.Any
|
|
@@ -932,9 +928,7 @@ class DATA_PT_lightprobe_bake_capture(
|
|
|
932
928
|
"""
|
|
933
929
|
...
|
|
934
930
|
|
|
935
|
-
class DATA_PT_lightprobe_bake_clamping(
|
|
936
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
937
|
-
):
|
|
931
|
+
class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, bpy_types._GenericUI):
|
|
938
932
|
COMPAT_ENGINES: typing.Any
|
|
939
933
|
bl_context: typing.Any
|
|
940
934
|
bl_label: typing.Any
|
|
@@ -1163,9 +1157,7 @@ class DATA_PT_lightprobe_bake_clamping(
|
|
|
1163
1157
|
"""
|
|
1164
1158
|
...
|
|
1165
1159
|
|
|
1166
|
-
class DATA_PT_lightprobe_bake_offset(
|
|
1167
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1168
|
-
):
|
|
1160
|
+
class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, bpy_types._GenericUI):
|
|
1169
1161
|
COMPAT_ENGINES: typing.Any
|
|
1170
1162
|
bl_context: typing.Any
|
|
1171
1163
|
bl_label: typing.Any
|
|
@@ -1394,9 +1386,7 @@ class DATA_PT_lightprobe_bake_offset(
|
|
|
1394
1386
|
"""
|
|
1395
1387
|
...
|
|
1396
1388
|
|
|
1397
|
-
class DATA_PT_lightprobe_bake_resolution(
|
|
1398
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1399
|
-
):
|
|
1389
|
+
class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, bpy_types._GenericUI):
|
|
1400
1390
|
COMPAT_ENGINES: typing.Any
|
|
1401
1391
|
bl_context: typing.Any
|
|
1402
1392
|
bl_label: typing.Any
|
|
@@ -1624,9 +1614,7 @@ class DATA_PT_lightprobe_bake_resolution(
|
|
|
1624
1614
|
"""
|
|
1625
1615
|
...
|
|
1626
1616
|
|
|
1627
|
-
class DATA_PT_lightprobe_capture(
|
|
1628
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1629
|
-
):
|
|
1617
|
+
class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy_types._GenericUI):
|
|
1630
1618
|
COMPAT_ENGINES: typing.Any
|
|
1631
1619
|
bl_context: typing.Any
|
|
1632
1620
|
bl_label: typing.Any
|
|
@@ -1853,9 +1841,7 @@ class DATA_PT_lightprobe_capture(
|
|
|
1853
1841
|
"""
|
|
1854
1842
|
...
|
|
1855
1843
|
|
|
1856
|
-
class DATA_PT_lightprobe_display(
|
|
1857
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1858
|
-
):
|
|
1844
|
+
class DATA_PT_lightprobe_display(DataButtonsPanel, bpy_types._GenericUI):
|
|
1859
1845
|
COMPAT_ENGINES: typing.Any
|
|
1860
1846
|
bl_context: typing.Any
|
|
1861
1847
|
bl_label: typing.Any
|
|
@@ -2083,9 +2069,7 @@ class DATA_PT_lightprobe_display(
|
|
|
2083
2069
|
"""
|
|
2084
2070
|
...
|
|
2085
2071
|
|
|
2086
|
-
class DATA_PT_lightprobe_display_eevee_next(
|
|
2087
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2088
|
-
):
|
|
2072
|
+
class DATA_PT_lightprobe_display_eevee_next(DataButtonsPanel, bpy_types._GenericUI):
|
|
2089
2073
|
COMPAT_ENGINES: typing.Any
|
|
2090
2074
|
bl_context: typing.Any
|
|
2091
2075
|
bl_label: typing.Any
|
|
@@ -2313,9 +2297,7 @@ class DATA_PT_lightprobe_display_eevee_next(
|
|
|
2313
2297
|
"""
|
|
2314
2298
|
...
|
|
2315
2299
|
|
|
2316
|
-
class DATA_PT_lightprobe_eevee_next(
|
|
2317
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2318
|
-
):
|
|
2300
|
+
class DATA_PT_lightprobe_eevee_next(DataButtonsPanel, bpy_types._GenericUI):
|
|
2319
2301
|
COMPAT_ENGINES: typing.Any
|
|
2320
2302
|
bl_context: typing.Any
|
|
2321
2303
|
bl_label: typing.Any
|
|
@@ -2542,9 +2524,7 @@ class DATA_PT_lightprobe_eevee_next(
|
|
|
2542
2524
|
"""
|
|
2543
2525
|
...
|
|
2544
2526
|
|
|
2545
|
-
class DATA_PT_lightprobe_parallax(
|
|
2546
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2547
|
-
):
|
|
2527
|
+
class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy_types._GenericUI):
|
|
2548
2528
|
COMPAT_ENGINES: typing.Any
|
|
2549
2529
|
bl_context: typing.Any
|
|
2550
2530
|
bl_label: typing.Any
|
|
@@ -2779,9 +2759,7 @@ class DATA_PT_lightprobe_parallax(
|
|
|
2779
2759
|
"""
|
|
2780
2760
|
...
|
|
2781
2761
|
|
|
2782
|
-
class DATA_PT_lightprobe_visibility(
|
|
2783
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2784
|
-
):
|
|
2762
|
+
class DATA_PT_lightprobe_visibility(DataButtonsPanel, bpy_types._GenericUI):
|
|
2785
2763
|
COMPAT_ENGINES: typing.Any
|
|
2786
2764
|
bl_context: typing.Any
|
|
2787
2765
|
bl_label: typing.Any
|