fake-bpy-module 20240613__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.
- aud/__init__.pyi +1 -1
- 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 +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -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 +272 -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 -1037
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ import rna_prop_ui
|
|
|
8
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
|
-
class ARMATURE_MT_collection_context_menu(bpy_types.
|
|
11
|
+
class ARMATURE_MT_collection_context_menu(bpy_types._GenericUI):
|
|
12
12
|
bl_label: typing.Any
|
|
13
13
|
bl_rna: typing.Any
|
|
14
14
|
id_data: typing.Any
|
|
@@ -278,7 +278,7 @@ class ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
278
278
|
"""
|
|
279
279
|
...
|
|
280
280
|
|
|
281
|
-
class ARMATURE_MT_collection_tree_context_menu(bpy_types.
|
|
281
|
+
class ARMATURE_MT_collection_tree_context_menu(bpy_types._GenericUI):
|
|
282
282
|
bl_label: typing.Any
|
|
283
283
|
bl_rna: typing.Any
|
|
284
284
|
id_data: typing.Any
|
|
@@ -561,9 +561,7 @@ class ArmatureButtonsPanel:
|
|
|
561
561
|
...
|
|
562
562
|
|
|
563
563
|
class DATA_PT_motion_paths(
|
|
564
|
-
bpy_types.
|
|
565
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
566
|
-
bpy_types._GenericUI,
|
|
564
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
|
|
567
565
|
):
|
|
568
566
|
bl_context: typing.Any
|
|
569
567
|
bl_label: typing.Any
|
|
@@ -802,9 +800,7 @@ class DATA_PT_motion_paths(
|
|
|
802
800
|
...
|
|
803
801
|
|
|
804
802
|
class DATA_PT_motion_paths_display(
|
|
805
|
-
bpy_types.
|
|
806
|
-
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
807
|
-
bpy_types._GenericUI,
|
|
803
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
|
|
808
804
|
):
|
|
809
805
|
bl_context: typing.Any
|
|
810
806
|
bl_label: typing.Any
|
|
@@ -1043,7 +1039,7 @@ class DATA_PT_motion_paths_display(
|
|
|
1043
1039
|
"""
|
|
1044
1040
|
...
|
|
1045
1041
|
|
|
1046
|
-
class DATA_UL_bone_collections(bpy_types.
|
|
1042
|
+
class DATA_UL_bone_collections(bpy_types._GenericUI):
|
|
1047
1043
|
bl_rna: typing.Any
|
|
1048
1044
|
id_data: typing.Any
|
|
1049
1045
|
|
|
@@ -1275,9 +1271,7 @@ class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1275
1271
|
"""
|
|
1276
1272
|
...
|
|
1277
1273
|
|
|
1278
|
-
class DATA_PT_bone_collections(
|
|
1279
|
-
bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
1280
|
-
):
|
|
1274
|
+
class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
1281
1275
|
bl_context: typing.Any
|
|
1282
1276
|
bl_label: typing.Any
|
|
1283
1277
|
bl_region_type: typing.Any
|
|
@@ -1503,7 +1497,7 @@ class DATA_PT_bone_collections(
|
|
|
1503
1497
|
"""
|
|
1504
1498
|
...
|
|
1505
1499
|
|
|
1506
|
-
class DATA_PT_context_arm(
|
|
1500
|
+
class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
1507
1501
|
bl_context: typing.Any
|
|
1508
1502
|
bl_label: typing.Any
|
|
1509
1503
|
bl_options: typing.Any
|
|
@@ -1731,10 +1725,7 @@ class DATA_PT_context_arm(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._Gene
|
|
|
1731
1725
|
...
|
|
1732
1726
|
|
|
1733
1727
|
class DATA_PT_custom_props_arm(
|
|
1734
|
-
bpy_types.
|
|
1735
|
-
ArmatureButtonsPanel,
|
|
1736
|
-
rna_prop_ui.PropertyPanel,
|
|
1737
|
-
bpy_types._GenericUI,
|
|
1728
|
+
ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1738
1729
|
):
|
|
1739
1730
|
"""The subclass should have its own poll function
|
|
1740
1731
|
and the variable '_context_path' MUST be set.
|
|
@@ -1969,10 +1960,7 @@ class DATA_PT_custom_props_arm(
|
|
|
1969
1960
|
...
|
|
1970
1961
|
|
|
1971
1962
|
class DATA_PT_custom_props_bcoll(
|
|
1972
|
-
bpy_types.
|
|
1973
|
-
ArmatureButtonsPanel,
|
|
1974
|
-
rna_prop_ui.PropertyPanel,
|
|
1975
|
-
bpy_types._GenericUI,
|
|
1963
|
+
ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1976
1964
|
):
|
|
1977
1965
|
"""The subclass should have its own poll function
|
|
1978
1966
|
and the variable '_context_path' MUST be set.
|
|
@@ -2207,7 +2195,7 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2207
2195
|
"""
|
|
2208
2196
|
...
|
|
2209
2197
|
|
|
2210
|
-
class DATA_PT_display(
|
|
2198
|
+
class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2211
2199
|
bl_context: typing.Any
|
|
2212
2200
|
bl_label: typing.Any
|
|
2213
2201
|
bl_options: typing.Any
|
|
@@ -2434,9 +2422,7 @@ class DATA_PT_display(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericU
|
|
|
2434
2422
|
"""
|
|
2435
2423
|
...
|
|
2436
2424
|
|
|
2437
|
-
class DATA_PT_iksolver_itasc(
|
|
2438
|
-
bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
2439
|
-
):
|
|
2425
|
+
class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2440
2426
|
bl_context: typing.Any
|
|
2441
2427
|
bl_label: typing.Any
|
|
2442
2428
|
bl_options: typing.Any
|
|
@@ -2663,7 +2649,7 @@ class DATA_PT_iksolver_itasc(
|
|
|
2663
2649
|
"""
|
|
2664
2650
|
...
|
|
2665
2651
|
|
|
2666
|
-
class DATA_PT_pose(
|
|
2652
|
+
class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2667
2653
|
bl_context: typing.Any
|
|
2668
2654
|
bl_label: typing.Any
|
|
2669
2655
|
bl_region_type: typing.Any
|
|
@@ -19,7 +19,7 @@ class BoneButtonsPanel:
|
|
|
19
19
|
"""
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
class BONE_PT_collections(
|
|
22
|
+
class BONE_PT_collections(BoneButtonsPanel, bpy_types._GenericUI):
|
|
23
23
|
bl_context: typing.Any
|
|
24
24
|
bl_label: typing.Any
|
|
25
25
|
bl_parent_id: typing.Any
|
|
@@ -246,7 +246,7 @@ class BONE_PT_collections(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericU
|
|
|
246
246
|
"""
|
|
247
247
|
...
|
|
248
248
|
|
|
249
|
-
class BONE_PT_context_bone(
|
|
249
|
+
class BONE_PT_context_bone(BoneButtonsPanel, bpy_types._GenericUI):
|
|
250
250
|
bl_context: typing.Any
|
|
251
251
|
bl_label: typing.Any
|
|
252
252
|
bl_options: typing.Any
|
|
@@ -473,7 +473,7 @@ class BONE_PT_context_bone(bpy_types.Panel, BoneButtonsPanel, bpy_types._Generic
|
|
|
473
473
|
"""
|
|
474
474
|
...
|
|
475
475
|
|
|
476
|
-
class BONE_PT_curved(
|
|
476
|
+
class BONE_PT_curved(BoneButtonsPanel, bpy_types._GenericUI):
|
|
477
477
|
bl_context: typing.Any
|
|
478
478
|
bl_label: typing.Any
|
|
479
479
|
bl_options: typing.Any
|
|
@@ -701,7 +701,7 @@ class BONE_PT_curved(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
701
701
|
...
|
|
702
702
|
|
|
703
703
|
class BONE_PT_custom_props(
|
|
704
|
-
|
|
704
|
+
BoneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
705
705
|
):
|
|
706
706
|
"""The subclass should have its own poll function
|
|
707
707
|
and the variable '_context_path' MUST be set.
|
|
@@ -935,7 +935,7 @@ class BONE_PT_custom_props(
|
|
|
935
935
|
"""
|
|
936
936
|
...
|
|
937
937
|
|
|
938
|
-
class BONE_PT_deform(
|
|
938
|
+
class BONE_PT_deform(BoneButtonsPanel, bpy_types._GenericUI):
|
|
939
939
|
bl_context: typing.Any
|
|
940
940
|
bl_label: typing.Any
|
|
941
941
|
bl_options: typing.Any
|
|
@@ -1169,7 +1169,7 @@ class BONE_PT_deform(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
1169
1169
|
"""
|
|
1170
1170
|
...
|
|
1171
1171
|
|
|
1172
|
-
class BONE_PT_display(
|
|
1172
|
+
class BONE_PT_display(BoneButtonsPanel, bpy_types._GenericUI):
|
|
1173
1173
|
bl_context: typing.Any
|
|
1174
1174
|
bl_label: typing.Any
|
|
1175
1175
|
bl_options: typing.Any
|
|
@@ -1420,9 +1420,7 @@ class BONE_PT_display(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
1420
1420
|
"""
|
|
1421
1421
|
...
|
|
1422
1422
|
|
|
1423
|
-
class BONE_PT_display_custom_shape(
|
|
1424
|
-
bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI
|
|
1425
|
-
):
|
|
1423
|
+
class BONE_PT_display_custom_shape(BoneButtonsPanel, bpy_types._GenericUI):
|
|
1426
1424
|
bl_context: typing.Any
|
|
1427
1425
|
bl_label: typing.Any
|
|
1428
1426
|
bl_parent_id: typing.Any
|
|
@@ -1649,9 +1647,7 @@ class BONE_PT_display_custom_shape(
|
|
|
1649
1647
|
"""
|
|
1650
1648
|
...
|
|
1651
1649
|
|
|
1652
|
-
class BONE_PT_inverse_kinematics(
|
|
1653
|
-
bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI
|
|
1654
|
-
):
|
|
1650
|
+
class BONE_PT_inverse_kinematics(BoneButtonsPanel, bpy_types._GenericUI):
|
|
1655
1651
|
bl_context: typing.Any
|
|
1656
1652
|
bl_label: typing.Any
|
|
1657
1653
|
bl_options: typing.Any
|
|
@@ -1878,7 +1874,7 @@ class BONE_PT_inverse_kinematics(
|
|
|
1878
1874
|
"""
|
|
1879
1875
|
...
|
|
1880
1876
|
|
|
1881
|
-
class BONE_PT_relations(
|
|
1877
|
+
class BONE_PT_relations(BoneButtonsPanel, bpy_types._GenericUI):
|
|
1882
1878
|
bl_context: typing.Any
|
|
1883
1879
|
bl_label: typing.Any
|
|
1884
1880
|
bl_options: typing.Any
|
|
@@ -2105,7 +2101,7 @@ class BONE_PT_relations(bpy_types.Panel, BoneButtonsPanel, bpy_types._GenericUI)
|
|
|
2105
2101
|
"""
|
|
2106
2102
|
...
|
|
2107
2103
|
|
|
2108
|
-
class BONE_PT_transform(
|
|
2104
|
+
class BONE_PT_transform(BoneButtonsPanel, bpy_types._GenericUI):
|
|
2109
2105
|
bl_context: typing.Any
|
|
2110
2106
|
bl_label: typing.Any
|
|
2111
2107
|
bl_region_type: typing.Any
|
|
@@ -8,7 +8,7 @@ import rna_prop_ui
|
|
|
8
8
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
9
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
10
10
|
|
|
11
|
-
class CAMERA_PT_presets(
|
|
11
|
+
class CAMERA_PT_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
12
12
|
COMPAT_ENGINES: typing.Any
|
|
13
13
|
bl_label: typing.Any
|
|
14
14
|
bl_region_type: typing.Any
|
|
@@ -279,9 +279,7 @@ class CAMERA_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gen
|
|
|
279
279
|
"""
|
|
280
280
|
...
|
|
281
281
|
|
|
282
|
-
class CAMERA_PT_safe_areas_presets(
|
|
283
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
284
|
-
):
|
|
282
|
+
class CAMERA_PT_safe_areas_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
285
283
|
COMPAT_ENGINES: typing.Any
|
|
286
284
|
bl_label: typing.Any
|
|
287
285
|
bl_region_type: typing.Any
|
|
@@ -564,7 +562,7 @@ class CameraButtonsPanel:
|
|
|
564
562
|
"""
|
|
565
563
|
...
|
|
566
564
|
|
|
567
|
-
class DATA_PT_camera(
|
|
565
|
+
class DATA_PT_camera(CameraButtonsPanel, bpy_types._GenericUI):
|
|
568
566
|
COMPAT_ENGINES: typing.Any
|
|
569
567
|
bl_context: typing.Any
|
|
570
568
|
bl_label: typing.Any
|
|
@@ -799,9 +797,7 @@ class DATA_PT_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
799
797
|
"""
|
|
800
798
|
...
|
|
801
799
|
|
|
802
|
-
class DATA_PT_camera_background_image(
|
|
803
|
-
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
804
|
-
):
|
|
800
|
+
class DATA_PT_camera_background_image(CameraButtonsPanel, bpy_types._GenericUI):
|
|
805
801
|
COMPAT_ENGINES: typing.Any
|
|
806
802
|
bl_context: typing.Any
|
|
807
803
|
bl_label: typing.Any
|
|
@@ -1036,7 +1032,7 @@ class DATA_PT_camera_background_image(
|
|
|
1036
1032
|
"""
|
|
1037
1033
|
...
|
|
1038
1034
|
|
|
1039
|
-
class DATA_PT_camera_display(
|
|
1035
|
+
class DATA_PT_camera_display(CameraButtonsPanel, bpy_types._GenericUI):
|
|
1040
1036
|
COMPAT_ENGINES: typing.Any
|
|
1041
1037
|
bl_context: typing.Any
|
|
1042
1038
|
bl_label: typing.Any
|
|
@@ -1265,7 +1261,7 @@ class DATA_PT_camera_display(bpy_types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
1265
1261
|
...
|
|
1266
1262
|
|
|
1267
1263
|
class DATA_PT_camera_display_composition_guides(
|
|
1268
|
-
|
|
1264
|
+
CameraButtonsPanel, bpy_types._GenericUI
|
|
1269
1265
|
):
|
|
1270
1266
|
COMPAT_ENGINES: typing.Any
|
|
1271
1267
|
bl_context: typing.Any
|
|
@@ -1495,7 +1491,7 @@ class DATA_PT_camera_display_composition_guides(
|
|
|
1495
1491
|
"""
|
|
1496
1492
|
...
|
|
1497
1493
|
|
|
1498
|
-
class DATA_PT_camera_dof(
|
|
1494
|
+
class DATA_PT_camera_dof(CameraButtonsPanel, bpy_types._GenericUI):
|
|
1499
1495
|
COMPAT_ENGINES: typing.Any
|
|
1500
1496
|
bl_context: typing.Any
|
|
1501
1497
|
bl_label: typing.Any
|
|
@@ -1730,9 +1726,7 @@ class DATA_PT_camera_dof(bpy_types.Panel, CameraButtonsPanel, bpy_types._Generic
|
|
|
1730
1726
|
"""
|
|
1731
1727
|
...
|
|
1732
1728
|
|
|
1733
|
-
class DATA_PT_camera_dof_aperture(
|
|
1734
|
-
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
1735
|
-
):
|
|
1729
|
+
class DATA_PT_camera_dof_aperture(CameraButtonsPanel, bpy_types._GenericUI):
|
|
1736
1730
|
COMPAT_ENGINES: typing.Any
|
|
1737
1731
|
bl_context: typing.Any
|
|
1738
1732
|
bl_label: typing.Any
|
|
@@ -1960,9 +1954,7 @@ class DATA_PT_camera_dof_aperture(
|
|
|
1960
1954
|
"""
|
|
1961
1955
|
...
|
|
1962
1956
|
|
|
1963
|
-
class DATA_PT_camera_safe_areas(
|
|
1964
|
-
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
1965
|
-
):
|
|
1957
|
+
class DATA_PT_camera_safe_areas(CameraButtonsPanel, bpy_types._GenericUI):
|
|
1966
1958
|
COMPAT_ENGINES: typing.Any
|
|
1967
1959
|
bl_context: typing.Any
|
|
1968
1960
|
bl_label: typing.Any
|
|
@@ -2204,9 +2196,7 @@ class DATA_PT_camera_safe_areas(
|
|
|
2204
2196
|
"""
|
|
2205
2197
|
...
|
|
2206
2198
|
|
|
2207
|
-
class DATA_PT_camera_safe_areas_center_cut(
|
|
2208
|
-
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
2209
|
-
):
|
|
2199
|
+
class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, bpy_types._GenericUI):
|
|
2210
2200
|
COMPAT_ENGINES: typing.Any
|
|
2211
2201
|
bl_context: typing.Any
|
|
2212
2202
|
bl_label: typing.Any
|
|
@@ -2442,9 +2432,7 @@ class DATA_PT_camera_safe_areas_center_cut(
|
|
|
2442
2432
|
"""
|
|
2443
2433
|
...
|
|
2444
2434
|
|
|
2445
|
-
class DATA_PT_camera_stereoscopy(
|
|
2446
|
-
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
2447
|
-
):
|
|
2435
|
+
class DATA_PT_camera_stereoscopy(CameraButtonsPanel, bpy_types._GenericUI):
|
|
2448
2436
|
COMPAT_ENGINES: typing.Any
|
|
2449
2437
|
bl_context: typing.Any
|
|
2450
2438
|
bl_label: typing.Any
|
|
@@ -2671,7 +2659,7 @@ class DATA_PT_camera_stereoscopy(
|
|
|
2671
2659
|
"""
|
|
2672
2660
|
...
|
|
2673
2661
|
|
|
2674
|
-
class DATA_PT_context_camera(
|
|
2662
|
+
class DATA_PT_context_camera(CameraButtonsPanel, bpy_types._GenericUI):
|
|
2675
2663
|
COMPAT_ENGINES: typing.Any
|
|
2676
2664
|
bl_context: typing.Any
|
|
2677
2665
|
bl_label: typing.Any
|
|
@@ -2900,7 +2888,7 @@ class DATA_PT_context_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
2900
2888
|
...
|
|
2901
2889
|
|
|
2902
2890
|
class DATA_PT_custom_props_camera(
|
|
2903
|
-
|
|
2891
|
+
CameraButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
2904
2892
|
):
|
|
2905
2893
|
"""The subclass should have its own poll function
|
|
2906
2894
|
and the variable '_context_path' MUST be set.
|
|
@@ -3134,7 +3122,7 @@ class DATA_PT_custom_props_camera(
|
|
|
3134
3122
|
"""
|
|
3135
3123
|
...
|
|
3136
3124
|
|
|
3137
|
-
class DATA_PT_lens(
|
|
3125
|
+
class DATA_PT_lens(CameraButtonsPanel, bpy_types._GenericUI):
|
|
3138
3126
|
COMPAT_ENGINES: typing.Any
|
|
3139
3127
|
bl_context: typing.Any
|
|
3140
3128
|
bl_label: typing.Any
|
|
@@ -69,7 +69,7 @@ class CurveButtonsPanelText(CurveButtonsPanel):
|
|
|
69
69
|
"""
|
|
70
70
|
...
|
|
71
71
|
|
|
72
|
-
class DATA_PT_context_curve(
|
|
72
|
+
class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
73
73
|
bl_context: typing.Any
|
|
74
74
|
bl_label: typing.Any
|
|
75
75
|
bl_options: typing.Any
|
|
@@ -296,9 +296,7 @@ class DATA_PT_context_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._Gener
|
|
|
296
296
|
"""
|
|
297
297
|
...
|
|
298
298
|
|
|
299
|
-
class DATA_PT_curve_texture_space(
|
|
300
|
-
bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI
|
|
301
|
-
):
|
|
299
|
+
class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
|
|
302
300
|
COMPAT_ENGINES: typing.Any
|
|
303
301
|
bl_context: typing.Any
|
|
304
302
|
bl_label: typing.Any
|
|
@@ -527,7 +525,7 @@ class DATA_PT_curve_texture_space(
|
|
|
527
525
|
...
|
|
528
526
|
|
|
529
527
|
class DATA_PT_custom_props_curve(
|
|
530
|
-
|
|
528
|
+
CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
531
529
|
):
|
|
532
530
|
"""The subclass should have its own poll function
|
|
533
531
|
and the variable '_context_path' MUST be set.
|
|
@@ -761,7 +759,7 @@ class DATA_PT_custom_props_curve(
|
|
|
761
759
|
"""
|
|
762
760
|
...
|
|
763
761
|
|
|
764
|
-
class DATA_PT_shape_curve(
|
|
762
|
+
class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
|
|
765
763
|
bl_context: typing.Any
|
|
766
764
|
bl_label: typing.Any
|
|
767
765
|
bl_region_type: typing.Any
|
|
@@ -988,7 +986,7 @@ class DATA_PT_shape_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._Generic
|
|
|
988
986
|
...
|
|
989
987
|
|
|
990
988
|
class DATA_PT_active_spline(
|
|
991
|
-
|
|
989
|
+
CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
|
|
992
990
|
):
|
|
993
991
|
"""Same as above but for curves only"""
|
|
994
992
|
|
|
@@ -1219,7 +1217,7 @@ class DATA_PT_active_spline(
|
|
|
1219
1217
|
...
|
|
1220
1218
|
|
|
1221
1219
|
class DATA_PT_geometry_curve(
|
|
1222
|
-
|
|
1220
|
+
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1223
1221
|
):
|
|
1224
1222
|
bl_context: typing.Any
|
|
1225
1223
|
bl_label: typing.Any
|
|
@@ -1448,7 +1446,7 @@ class DATA_PT_geometry_curve(
|
|
|
1448
1446
|
...
|
|
1449
1447
|
|
|
1450
1448
|
class DATA_PT_geometry_curve_bevel(
|
|
1451
|
-
|
|
1449
|
+
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1452
1450
|
):
|
|
1453
1451
|
bl_context: typing.Any
|
|
1454
1452
|
bl_label: typing.Any
|
|
@@ -1677,7 +1675,7 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
1677
1675
|
...
|
|
1678
1676
|
|
|
1679
1677
|
class DATA_PT_geometry_curve_start_end(
|
|
1680
|
-
|
|
1678
|
+
CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1681
1679
|
):
|
|
1682
1680
|
bl_context: typing.Any
|
|
1683
1681
|
bl_label: typing.Any
|
|
@@ -1906,9 +1904,7 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
1906
1904
|
"""
|
|
1907
1905
|
...
|
|
1908
1906
|
|
|
1909
|
-
class DATA_PT_pathanim(
|
|
1910
|
-
bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1911
|
-
):
|
|
1907
|
+
class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI):
|
|
1912
1908
|
bl_context: typing.Any
|
|
1913
1909
|
bl_label: typing.Any
|
|
1914
1910
|
bl_options: typing.Any
|
|
@@ -2142,9 +2138,7 @@ class DATA_PT_pathanim(
|
|
|
2142
2138
|
"""
|
|
2143
2139
|
...
|
|
2144
2140
|
|
|
2145
|
-
class DATA_PT_font(
|
|
2146
|
-
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2147
|
-
):
|
|
2141
|
+
class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
|
|
2148
2142
|
bl_context: typing.Any
|
|
2149
2143
|
bl_label: typing.Any
|
|
2150
2144
|
bl_options: typing.Any
|
|
@@ -2372,7 +2366,7 @@ class DATA_PT_font(
|
|
|
2372
2366
|
...
|
|
2373
2367
|
|
|
2374
2368
|
class DATA_PT_font_transform(
|
|
2375
|
-
|
|
2369
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2376
2370
|
):
|
|
2377
2371
|
bl_context: typing.Any
|
|
2378
2372
|
bl_label: typing.Any
|
|
@@ -2600,9 +2594,7 @@ class DATA_PT_font_transform(
|
|
|
2600
2594
|
"""
|
|
2601
2595
|
...
|
|
2602
2596
|
|
|
2603
|
-
class DATA_PT_paragraph(
|
|
2604
|
-
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2605
|
-
):
|
|
2597
|
+
class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
|
|
2606
2598
|
bl_context: typing.Any
|
|
2607
2599
|
bl_label: typing.Any
|
|
2608
2600
|
bl_region_type: typing.Any
|
|
@@ -2829,7 +2821,7 @@ class DATA_PT_paragraph(
|
|
|
2829
2821
|
...
|
|
2830
2822
|
|
|
2831
2823
|
class DATA_PT_paragraph_alignment(
|
|
2832
|
-
|
|
2824
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2833
2825
|
):
|
|
2834
2826
|
bl_context: typing.Any
|
|
2835
2827
|
bl_label: typing.Any
|
|
@@ -3058,7 +3050,7 @@ class DATA_PT_paragraph_alignment(
|
|
|
3058
3050
|
...
|
|
3059
3051
|
|
|
3060
3052
|
class DATA_PT_paragraph_spacing(
|
|
3061
|
-
|
|
3053
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3062
3054
|
):
|
|
3063
3055
|
bl_context: typing.Any
|
|
3064
3056
|
bl_label: typing.Any
|
|
@@ -3287,7 +3279,7 @@ class DATA_PT_paragraph_spacing(
|
|
|
3287
3279
|
...
|
|
3288
3280
|
|
|
3289
3281
|
class DATA_PT_text_boxes(
|
|
3290
|
-
|
|
3282
|
+
CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3291
3283
|
):
|
|
3292
3284
|
bl_context: typing.Any
|
|
3293
3285
|
bl_label: typing.Any
|
|
@@ -7,7 +7,7 @@ import rna_prop_ui
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class CURVES_MT_add_attribute(bpy_types.
|
|
10
|
+
class CURVES_MT_add_attribute(bpy_types._GenericUI):
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
13
13
|
id_data: typing.Any
|
|
@@ -288,7 +288,7 @@ class CURVES_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
288
288
|
"""
|
|
289
289
|
...
|
|
290
290
|
|
|
291
|
-
class CURVES_UL_attributes(bpy_types.
|
|
291
|
+
class CURVES_UL_attributes(bpy_types._GenericUI):
|
|
292
292
|
bl_rna: typing.Any
|
|
293
293
|
id_data: typing.Any
|
|
294
294
|
|
|
@@ -541,9 +541,7 @@ class DataButtonsPanel:
|
|
|
541
541
|
"""
|
|
542
542
|
...
|
|
543
543
|
|
|
544
|
-
class DATA_PT_CURVES_attributes(
|
|
545
|
-
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
546
|
-
):
|
|
544
|
+
class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy_types._GenericUI):
|
|
547
545
|
COMPAT_ENGINES: typing.Any
|
|
548
546
|
bl_context: typing.Any
|
|
549
547
|
bl_label: typing.Any
|
|
@@ -770,7 +768,7 @@ class DATA_PT_CURVES_attributes(
|
|
|
770
768
|
"""
|
|
771
769
|
...
|
|
772
770
|
|
|
773
|
-
class DATA_PT_context_curves(
|
|
771
|
+
class DATA_PT_context_curves(DataButtonsPanel, bpy_types._GenericUI):
|
|
774
772
|
COMPAT_ENGINES: typing.Any
|
|
775
773
|
bl_context: typing.Any
|
|
776
774
|
bl_label: typing.Any
|
|
@@ -998,7 +996,7 @@ class DATA_PT_context_curves(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
998
996
|
"""
|
|
999
997
|
...
|
|
1000
998
|
|
|
1001
|
-
class DATA_PT_curves_surface(
|
|
999
|
+
class DATA_PT_curves_surface(DataButtonsPanel, bpy_types._GenericUI):
|
|
1002
1000
|
COMPAT_ENGINES: typing.Any
|
|
1003
1001
|
bl_context: typing.Any
|
|
1004
1002
|
bl_label: typing.Any
|
|
@@ -1226,7 +1224,7 @@ class DATA_PT_curves_surface(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1226
1224
|
...
|
|
1227
1225
|
|
|
1228
1226
|
class DATA_PT_custom_props_curves(
|
|
1229
|
-
|
|
1227
|
+
DataButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1230
1228
|
):
|
|
1231
1229
|
"""The subclass should have its own poll function
|
|
1232
1230
|
and the variable '_context_path' MUST be set.
|
|
@@ -18,7 +18,7 @@ class DataButtonsPanel:
|
|
|
18
18
|
"""
|
|
19
19
|
...
|
|
20
20
|
|
|
21
|
-
class DATA_PT_empty(
|
|
21
|
+
class DATA_PT_empty(DataButtonsPanel, bpy_types._GenericUI):
|
|
22
22
|
bl_context: typing.Any
|
|
23
23
|
bl_label: typing.Any
|
|
24
24
|
bl_region_type: typing.Any
|
|
@@ -245,7 +245,7 @@ class DATA_PT_empty(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
245
245
|
"""
|
|
246
246
|
...
|
|
247
247
|
|
|
248
|
-
class DATA_PT_empty_image(
|
|
248
|
+
class DATA_PT_empty_image(DataButtonsPanel, bpy_types._GenericUI):
|
|
249
249
|
bl_context: typing.Any
|
|
250
250
|
bl_label: typing.Any
|
|
251
251
|
bl_region_type: typing.Any
|