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
|
@@ -18,7 +18,7 @@ class MaterialFreestyleButtonsPanel:
|
|
|
18
18
|
"""
|
|
19
19
|
...
|
|
20
20
|
|
|
21
|
-
class RENDER_MT_lineset_context_menu(bpy_types.
|
|
21
|
+
class RENDER_MT_lineset_context_menu(bpy_types._GenericUI):
|
|
22
22
|
bl_label: typing.Any
|
|
23
23
|
bl_rna: typing.Any
|
|
24
24
|
id_data: typing.Any
|
|
@@ -313,7 +313,7 @@ class ViewLayerFreestyleButtonsPanel:
|
|
|
313
313
|
"""
|
|
314
314
|
...
|
|
315
315
|
|
|
316
|
-
class VIEWLAYER_UL_linesets(bpy_types.
|
|
316
|
+
class VIEWLAYER_UL_linesets(bpy_types._GenericUI):
|
|
317
317
|
bl_rna: typing.Any
|
|
318
318
|
id_data: typing.Any
|
|
319
319
|
|
|
@@ -537,9 +537,7 @@ class VIEWLAYER_UL_linesets(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
537
537
|
"""
|
|
538
538
|
...
|
|
539
539
|
|
|
540
|
-
class MATERIAL_PT_freestyle_line(
|
|
541
|
-
bpy_types.Panel, MaterialFreestyleButtonsPanel, bpy_types._GenericUI
|
|
542
|
-
):
|
|
540
|
+
class MATERIAL_PT_freestyle_line(MaterialFreestyleButtonsPanel, bpy_types._GenericUI):
|
|
543
541
|
COMPAT_ENGINES: typing.Any
|
|
544
542
|
bl_context: typing.Any
|
|
545
543
|
bl_label: typing.Any
|
|
@@ -767,9 +765,7 @@ class MATERIAL_PT_freestyle_line(
|
|
|
767
765
|
"""
|
|
768
766
|
...
|
|
769
767
|
|
|
770
|
-
class RENDER_PT_freestyle(
|
|
771
|
-
bpy_types.Panel, RenderFreestyleButtonsPanel, bpy_types._GenericUI
|
|
772
|
-
):
|
|
768
|
+
class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, bpy_types._GenericUI):
|
|
773
769
|
COMPAT_ENGINES: typing.Any
|
|
774
770
|
bl_context: typing.Any
|
|
775
771
|
bl_label: typing.Any
|
|
@@ -1005,9 +1001,7 @@ class RENDER_PT_freestyle(
|
|
|
1005
1001
|
"""
|
|
1006
1002
|
...
|
|
1007
1003
|
|
|
1008
|
-
class VIEWLAYER_PT_freestyle(
|
|
1009
|
-
bpy_types.Panel, ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
|
|
1010
|
-
):
|
|
1004
|
+
class VIEWLAYER_PT_freestyle(ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI):
|
|
1011
1005
|
COMPAT_ENGINES: typing.Any
|
|
1012
1006
|
bl_context: typing.Any
|
|
1013
1007
|
bl_label: typing.Any
|
|
@@ -1243,7 +1237,7 @@ class VIEWLAYER_PT_freestyle(
|
|
|
1243
1237
|
...
|
|
1244
1238
|
|
|
1245
1239
|
class VIEWLAYER_PT_freestyle_edge_detection(
|
|
1246
|
-
|
|
1240
|
+
ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
|
|
1247
1241
|
):
|
|
1248
1242
|
COMPAT_ENGINES: typing.Any
|
|
1249
1243
|
bl_context: typing.Any
|
|
@@ -1474,7 +1468,7 @@ class VIEWLAYER_PT_freestyle_edge_detection(
|
|
|
1474
1468
|
...
|
|
1475
1469
|
|
|
1476
1470
|
class VIEWLAYER_PT_freestyle_style_modules(
|
|
1477
|
-
|
|
1471
|
+
ViewLayerFreestyleButtonsPanel, bpy_types._GenericUI
|
|
1478
1472
|
):
|
|
1479
1473
|
COMPAT_ENGINES: typing.Any
|
|
1480
1474
|
bl_context: typing.Any
|
|
@@ -1718,7 +1712,6 @@ class ViewLayerFreestyleEditorButtonsPanel(ViewLayerFreestyleButtonsPanel):
|
|
|
1718
1712
|
...
|
|
1719
1713
|
|
|
1720
1714
|
class VIEWLAYER_PT_freestyle_lineset(
|
|
1721
|
-
bpy_types.Panel,
|
|
1722
1715
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
1723
1716
|
ViewLayerFreestyleButtonsPanel,
|
|
1724
1717
|
bpy_types._GenericUI,
|
|
@@ -1976,7 +1969,6 @@ class ViewLayerFreestyleLineStyle(
|
|
|
1976
1969
|
...
|
|
1977
1970
|
|
|
1978
1971
|
class VIEWLAYER_PT_freestyle_lineset_collection(
|
|
1979
|
-
bpy_types.Panel,
|
|
1980
1972
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
1981
1973
|
ViewLayerFreestyleLineStyle,
|
|
1982
1974
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -2219,7 +2211,6 @@ class VIEWLAYER_PT_freestyle_lineset_collection(
|
|
|
2219
2211
|
...
|
|
2220
2212
|
|
|
2221
2213
|
class VIEWLAYER_PT_freestyle_lineset_edgetype(
|
|
2222
|
-
bpy_types.Panel,
|
|
2223
2214
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
2224
2215
|
ViewLayerFreestyleLineStyle,
|
|
2225
2216
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -2470,7 +2461,6 @@ class VIEWLAYER_PT_freestyle_lineset_edgetype(
|
|
|
2470
2461
|
...
|
|
2471
2462
|
|
|
2472
2463
|
class VIEWLAYER_PT_freestyle_lineset_facemarks(
|
|
2473
|
-
bpy_types.Panel,
|
|
2474
2464
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
2475
2465
|
ViewLayerFreestyleLineStyle,
|
|
2476
2466
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -2713,7 +2703,6 @@ class VIEWLAYER_PT_freestyle_lineset_facemarks(
|
|
|
2713
2703
|
...
|
|
2714
2704
|
|
|
2715
2705
|
class VIEWLAYER_PT_freestyle_lineset_visibilty(
|
|
2716
|
-
bpy_types.Panel,
|
|
2717
2706
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
2718
2707
|
ViewLayerFreestyleLineStyle,
|
|
2719
2708
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -2955,7 +2944,6 @@ class VIEWLAYER_PT_freestyle_lineset_visibilty(
|
|
|
2955
2944
|
...
|
|
2956
2945
|
|
|
2957
2946
|
class VIEWLAYER_PT_freestyle_linestyle_alpha(
|
|
2958
|
-
bpy_types.Panel,
|
|
2959
2947
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
2960
2948
|
ViewLayerFreestyleLineStyle,
|
|
2961
2949
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -3198,7 +3186,6 @@ class VIEWLAYER_PT_freestyle_linestyle_alpha(
|
|
|
3198
3186
|
...
|
|
3199
3187
|
|
|
3200
3188
|
class VIEWLAYER_PT_freestyle_linestyle_color(
|
|
3201
|
-
bpy_types.Panel,
|
|
3202
3189
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
3203
3190
|
ViewLayerFreestyleLineStyle,
|
|
3204
3191
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -3441,7 +3428,6 @@ class VIEWLAYER_PT_freestyle_linestyle_color(
|
|
|
3441
3428
|
...
|
|
3442
3429
|
|
|
3443
3430
|
class VIEWLAYER_PT_freestyle_linestyle_geometry(
|
|
3444
|
-
bpy_types.Panel,
|
|
3445
3431
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
3446
3432
|
ViewLayerFreestyleLineStyle,
|
|
3447
3433
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -3684,7 +3670,6 @@ class VIEWLAYER_PT_freestyle_linestyle_geometry(
|
|
|
3684
3670
|
...
|
|
3685
3671
|
|
|
3686
3672
|
class VIEWLAYER_PT_freestyle_linestyle_strokes(
|
|
3687
|
-
bpy_types.Panel,
|
|
3688
3673
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
3689
3674
|
ViewLayerFreestyleLineStyle,
|
|
3690
3675
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -3919,7 +3904,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes(
|
|
|
3919
3904
|
...
|
|
3920
3905
|
|
|
3921
3906
|
class VIEWLAYER_PT_freestyle_linestyle_texture(
|
|
3922
|
-
bpy_types.Panel,
|
|
3923
3907
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
3924
3908
|
ViewLayerFreestyleLineStyle,
|
|
3925
3909
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -4154,7 +4138,6 @@ class VIEWLAYER_PT_freestyle_linestyle_texture(
|
|
|
4154
4138
|
...
|
|
4155
4139
|
|
|
4156
4140
|
class VIEWLAYER_PT_freestyle_linestyle_thickness(
|
|
4157
|
-
bpy_types.Panel,
|
|
4158
4141
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
4159
4142
|
ViewLayerFreestyleLineStyle,
|
|
4160
4143
|
ViewLayerFreestyleButtonsPanel,
|
|
@@ -4416,7 +4399,6 @@ class ViewLayerFreestyleLinestyleStrokesSubPanel(
|
|
|
4416
4399
|
...
|
|
4417
4400
|
|
|
4418
4401
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
|
|
4419
|
-
bpy_types.Panel,
|
|
4420
4402
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
4421
4403
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
4422
4404
|
ViewLayerFreestyleLineStyle,
|
|
@@ -4659,7 +4641,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_chaining(
|
|
|
4659
4641
|
...
|
|
4660
4642
|
|
|
4661
4643
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
|
|
4662
|
-
bpy_types.Panel,
|
|
4663
4644
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
4664
4645
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
4665
4646
|
ViewLayerFreestyleLineStyle,
|
|
@@ -4903,7 +4884,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_dashedline(
|
|
|
4903
4884
|
...
|
|
4904
4885
|
|
|
4905
4886
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
|
|
4906
|
-
bpy_types.Panel,
|
|
4907
4887
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
4908
4888
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
4909
4889
|
ViewLayerFreestyleLineStyle,
|
|
@@ -5140,7 +5120,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_selection(
|
|
|
5140
5120
|
...
|
|
5141
5121
|
|
|
5142
5122
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
|
|
5143
|
-
bpy_types.Panel,
|
|
5144
5123
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
5145
5124
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
5146
5125
|
ViewLayerFreestyleLineStyle,
|
|
@@ -5384,7 +5363,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_sorting(
|
|
|
5384
5363
|
...
|
|
5385
5364
|
|
|
5386
5365
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
|
|
5387
|
-
bpy_types.Panel,
|
|
5388
5366
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
5389
5367
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
5390
5368
|
ViewLayerFreestyleLineStyle,
|
|
@@ -5621,7 +5599,6 @@ class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting(
|
|
|
5621
5599
|
...
|
|
5622
5600
|
|
|
5623
5601
|
class VIEWLAYER_PT_freestyle_linestyle_strokes_splitting_pattern(
|
|
5624
|
-
bpy_types.Panel,
|
|
5625
5602
|
ViewLayerFreestyleEditorButtonsPanel,
|
|
5626
5603
|
ViewLayerFreestyleLinestyleStrokesSubPanel,
|
|
5627
5604
|
ViewLayerFreestyleLineStyle,
|
|
@@ -72,7 +72,7 @@ class AnnotationOnionSkin:
|
|
|
72
72
|
"""
|
|
73
73
|
...
|
|
74
74
|
|
|
75
|
-
class GPENCIL_MT_cleanup(bpy_types.
|
|
75
|
+
class GPENCIL_MT_cleanup(bpy_types._GenericUI):
|
|
76
76
|
bl_label: typing.Any
|
|
77
77
|
bl_rna: typing.Any
|
|
78
78
|
id_data: typing.Any
|
|
@@ -342,7 +342,7 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
342
342
|
"""
|
|
343
343
|
...
|
|
344
344
|
|
|
345
|
-
class GPENCIL_MT_gpencil_draw_delete(bpy_types.
|
|
345
|
+
class GPENCIL_MT_gpencil_draw_delete(bpy_types._GenericUI):
|
|
346
346
|
bl_label: typing.Any
|
|
347
347
|
bl_rna: typing.Any
|
|
348
348
|
id_data: typing.Any
|
|
@@ -612,7 +612,7 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
612
612
|
"""
|
|
613
613
|
...
|
|
614
614
|
|
|
615
|
-
class GPENCIL_MT_layer_active(bpy_types.
|
|
615
|
+
class GPENCIL_MT_layer_active(bpy_types._GenericUI):
|
|
616
616
|
bl_label: typing.Any
|
|
617
617
|
bl_rna: typing.Any
|
|
618
618
|
id_data: typing.Any
|
|
@@ -882,7 +882,7 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
882
882
|
"""
|
|
883
883
|
...
|
|
884
884
|
|
|
885
|
-
class GPENCIL_MT_layer_mask_menu(bpy_types.
|
|
885
|
+
class GPENCIL_MT_layer_mask_menu(bpy_types._GenericUI):
|
|
886
886
|
bl_label: typing.Any
|
|
887
887
|
bl_rna: typing.Any
|
|
888
888
|
id_data: typing.Any
|
|
@@ -1152,7 +1152,7 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1152
1152
|
"""
|
|
1153
1153
|
...
|
|
1154
1154
|
|
|
1155
|
-
class GPENCIL_MT_material_active(bpy_types.
|
|
1155
|
+
class GPENCIL_MT_material_active(bpy_types._GenericUI):
|
|
1156
1156
|
bl_label: typing.Any
|
|
1157
1157
|
bl_rna: typing.Any
|
|
1158
1158
|
id_data: typing.Any
|
|
@@ -1429,7 +1429,7 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1429
1429
|
"""
|
|
1430
1430
|
...
|
|
1431
1431
|
|
|
1432
|
-
class GPENCIL_MT_move_to_layer(bpy_types.
|
|
1432
|
+
class GPENCIL_MT_move_to_layer(bpy_types._GenericUI):
|
|
1433
1433
|
bl_label: typing.Any
|
|
1434
1434
|
bl_rna: typing.Any
|
|
1435
1435
|
id_data: typing.Any
|
|
@@ -1699,7 +1699,7 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1699
1699
|
"""
|
|
1700
1700
|
...
|
|
1701
1701
|
|
|
1702
|
-
class GPENCIL_MT_snap(bpy_types.
|
|
1702
|
+
class GPENCIL_MT_snap(bpy_types._GenericUI):
|
|
1703
1703
|
bl_label: typing.Any
|
|
1704
1704
|
bl_rna: typing.Any
|
|
1705
1705
|
id_data: typing.Any
|
|
@@ -1969,7 +1969,7 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1969
1969
|
"""
|
|
1970
1970
|
...
|
|
1971
1971
|
|
|
1972
|
-
class GPENCIL_MT_snap_pie(bpy_types.
|
|
1972
|
+
class GPENCIL_MT_snap_pie(bpy_types._GenericUI):
|
|
1973
1973
|
bl_label: typing.Any
|
|
1974
1974
|
bl_rna: typing.Any
|
|
1975
1975
|
id_data: typing.Any
|
|
@@ -2239,7 +2239,7 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2239
2239
|
"""
|
|
2240
2240
|
...
|
|
2241
2241
|
|
|
2242
|
-
class GPENCIL_UL_annotation_layer(bpy_types.
|
|
2242
|
+
class GPENCIL_UL_annotation_layer(bpy_types._GenericUI):
|
|
2243
2243
|
bl_rna: typing.Any
|
|
2244
2244
|
id_data: typing.Any
|
|
2245
2245
|
|
|
@@ -2471,7 +2471,7 @@ class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2471
2471
|
"""
|
|
2472
2472
|
...
|
|
2473
2473
|
|
|
2474
|
-
class GPENCIL_UL_layer(bpy_types.
|
|
2474
|
+
class GPENCIL_UL_layer(bpy_types._GenericUI):
|
|
2475
2475
|
bl_rna: typing.Any
|
|
2476
2476
|
id_data: typing.Any
|
|
2477
2477
|
|
|
@@ -2703,7 +2703,7 @@ class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2703
2703
|
"""
|
|
2704
2704
|
...
|
|
2705
2705
|
|
|
2706
|
-
class GPENCIL_UL_masks(bpy_types.
|
|
2706
|
+
class GPENCIL_UL_masks(bpy_types._GenericUI):
|
|
2707
2707
|
bl_rna: typing.Any
|
|
2708
2708
|
id_data: typing.Any
|
|
2709
2709
|
|
|
@@ -2935,7 +2935,7 @@ class GPENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2935
2935
|
"""
|
|
2936
2936
|
...
|
|
2937
2937
|
|
|
2938
|
-
class GREASE_PENCIL_MT_layer_active(bpy_types.
|
|
2938
|
+
class GREASE_PENCIL_MT_layer_active(bpy_types._GenericUI):
|
|
2939
2939
|
bl_label: typing.Any
|
|
2940
2940
|
bl_rna: typing.Any
|
|
2941
2941
|
id_data: typing.Any
|
|
@@ -3205,7 +3205,7 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3205
3205
|
"""
|
|
3206
3206
|
...
|
|
3207
3207
|
|
|
3208
|
-
class GREASE_PENCIL_MT_move_to_layer(bpy_types.
|
|
3208
|
+
class GREASE_PENCIL_MT_move_to_layer(bpy_types._GenericUI):
|
|
3209
3209
|
bl_label: typing.Any
|
|
3210
3210
|
bl_rna: typing.Any
|
|
3211
3211
|
id_data: typing.Any
|
|
@@ -3475,7 +3475,7 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3475
3475
|
"""
|
|
3476
3476
|
...
|
|
3477
3477
|
|
|
3478
|
-
class GREASE_PENCIL_MT_snap(bpy_types.
|
|
3478
|
+
class GREASE_PENCIL_MT_snap(bpy_types._GenericUI):
|
|
3479
3479
|
bl_label: typing.Any
|
|
3480
3480
|
bl_rna: typing.Any
|
|
3481
3481
|
id_data: typing.Any
|
|
@@ -3745,7 +3745,7 @@ class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3745
3745
|
"""
|
|
3746
3746
|
...
|
|
3747
3747
|
|
|
3748
|
-
class GREASE_PENCIL_MT_snap_pie(bpy_types.
|
|
3748
|
+
class GREASE_PENCIL_MT_snap_pie(bpy_types._GenericUI):
|
|
3749
3749
|
bl_label: typing.Any
|
|
3750
3750
|
bl_rna: typing.Any
|
|
3751
3751
|
id_data: typing.Any
|
|
@@ -4051,7 +4051,7 @@ class GreasePencilDisplayPanel:
|
|
|
4051
4051
|
"""
|
|
4052
4052
|
...
|
|
4053
4053
|
|
|
4054
|
-
class GreasePencilFlipTintColors
|
|
4054
|
+
class GreasePencilFlipTintColors:
|
|
4055
4055
|
"""Switch tint colors"""
|
|
4056
4056
|
|
|
4057
4057
|
bl_idname: typing.Any
|
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class MASK_MT_add(bpy_types.
|
|
9
|
+
class MASK_MT_add(bpy_types._GenericUI):
|
|
10
10
|
bl_idname: typing.Any
|
|
11
11
|
bl_label: typing.Any
|
|
12
12
|
bl_rna: typing.Any
|
|
@@ -278,7 +278,7 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
278
278
|
"""
|
|
279
279
|
...
|
|
280
280
|
|
|
281
|
-
class MASK_MT_animation(bpy_types.
|
|
281
|
+
class MASK_MT_animation(bpy_types._GenericUI):
|
|
282
282
|
bl_label: typing.Any
|
|
283
283
|
bl_rna: typing.Any
|
|
284
284
|
id_data: typing.Any
|
|
@@ -548,7 +548,7 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
548
548
|
"""
|
|
549
549
|
...
|
|
550
550
|
|
|
551
|
-
class MASK_MT_mask(bpy_types.
|
|
551
|
+
class MASK_MT_mask(bpy_types._GenericUI):
|
|
552
552
|
bl_label: typing.Any
|
|
553
553
|
bl_rna: typing.Any
|
|
554
554
|
id_data: typing.Any
|
|
@@ -818,7 +818,7 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
818
818
|
"""
|
|
819
819
|
...
|
|
820
820
|
|
|
821
|
-
class MASK_MT_select(bpy_types.
|
|
821
|
+
class MASK_MT_select(bpy_types._GenericUI):
|
|
822
822
|
bl_label: typing.Any
|
|
823
823
|
bl_rna: typing.Any
|
|
824
824
|
id_data: typing.Any
|
|
@@ -1088,7 +1088,7 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1088
1088
|
"""
|
|
1089
1089
|
...
|
|
1090
1090
|
|
|
1091
|
-
class MASK_MT_transform(bpy_types.
|
|
1091
|
+
class MASK_MT_transform(bpy_types._GenericUI):
|
|
1092
1092
|
bl_label: typing.Any
|
|
1093
1093
|
bl_rna: typing.Any
|
|
1094
1094
|
id_data: typing.Any
|
|
@@ -1358,7 +1358,7 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1358
1358
|
"""
|
|
1359
1359
|
...
|
|
1360
1360
|
|
|
1361
|
-
class MASK_MT_visibility(bpy_types.
|
|
1361
|
+
class MASK_MT_visibility(bpy_types._GenericUI):
|
|
1362
1362
|
bl_label: typing.Any
|
|
1363
1363
|
bl_rna: typing.Any
|
|
1364
1364
|
id_data: typing.Any
|
|
@@ -1750,7 +1750,7 @@ class MASK_PT_transforms:
|
|
|
1750
1750
|
"""
|
|
1751
1751
|
...
|
|
1752
1752
|
|
|
1753
|
-
class MASK_UL_layers(bpy_types.
|
|
1753
|
+
class MASK_UL_layers(bpy_types._GenericUI):
|
|
1754
1754
|
bl_rna: typing.Any
|
|
1755
1755
|
id_data: typing.Any
|
|
1756
1756
|
|
|
@@ -19,7 +19,7 @@ class MaterialButtonsPanel:
|
|
|
19
19
|
"""
|
|
20
20
|
...
|
|
21
21
|
|
|
22
|
-
class MATERIAL_MT_context_menu(bpy_types.
|
|
22
|
+
class MATERIAL_MT_context_menu(bpy_types._GenericUI):
|
|
23
23
|
bl_label: typing.Any
|
|
24
24
|
bl_rna: typing.Any
|
|
25
25
|
id_data: typing.Any
|
|
@@ -289,7 +289,7 @@ class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
289
289
|
"""
|
|
290
290
|
...
|
|
291
291
|
|
|
292
|
-
class MATERIAL_UL_matslots(bpy_types.
|
|
292
|
+
class MATERIAL_UL_matslots(bpy_types._GenericUI):
|
|
293
293
|
bl_rna: typing.Any
|
|
294
294
|
id_data: typing.Any
|
|
295
295
|
|
|
@@ -521,9 +521,7 @@ class MATERIAL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
521
521
|
"""
|
|
522
522
|
...
|
|
523
523
|
|
|
524
|
-
class EEVEE_MATERIAL_PT_context_material(
|
|
525
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
526
|
-
):
|
|
524
|
+
class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
527
525
|
COMPAT_ENGINES: typing.Any
|
|
528
526
|
bl_context: typing.Any
|
|
529
527
|
bl_label: typing.Any
|
|
@@ -751,9 +749,7 @@ class EEVEE_MATERIAL_PT_context_material(
|
|
|
751
749
|
"""
|
|
752
750
|
...
|
|
753
751
|
|
|
754
|
-
class EEVEE_MATERIAL_PT_displacement(
|
|
755
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
756
|
-
):
|
|
752
|
+
class EEVEE_MATERIAL_PT_displacement(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
757
753
|
COMPAT_ENGINES: typing.Any
|
|
758
754
|
bl_context: typing.Any
|
|
759
755
|
bl_label: typing.Any
|
|
@@ -982,9 +978,7 @@ class EEVEE_MATERIAL_PT_displacement(
|
|
|
982
978
|
"""
|
|
983
979
|
...
|
|
984
980
|
|
|
985
|
-
class EEVEE_MATERIAL_PT_settings(
|
|
986
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
987
|
-
):
|
|
981
|
+
class EEVEE_MATERIAL_PT_settings(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
988
982
|
COMPAT_ENGINES: typing.Any
|
|
989
983
|
bl_context: typing.Any
|
|
990
984
|
bl_label: typing.Any
|
|
@@ -1211,9 +1205,7 @@ class EEVEE_MATERIAL_PT_settings(
|
|
|
1211
1205
|
"""
|
|
1212
1206
|
...
|
|
1213
1207
|
|
|
1214
|
-
class EEVEE_MATERIAL_PT_surface(
|
|
1215
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1216
|
-
):
|
|
1208
|
+
class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
1217
1209
|
COMPAT_ENGINES: typing.Any
|
|
1218
1210
|
bl_context: typing.Any
|
|
1219
1211
|
bl_label: typing.Any
|
|
@@ -1440,9 +1432,7 @@ class EEVEE_MATERIAL_PT_surface(
|
|
|
1440
1432
|
"""
|
|
1441
1433
|
...
|
|
1442
1434
|
|
|
1443
|
-
class EEVEE_MATERIAL_PT_thickness(
|
|
1444
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1445
|
-
):
|
|
1435
|
+
class EEVEE_MATERIAL_PT_thickness(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
1446
1436
|
COMPAT_ENGINES: typing.Any
|
|
1447
1437
|
bl_context: typing.Any
|
|
1448
1438
|
bl_label: typing.Any
|
|
@@ -1671,9 +1661,7 @@ class EEVEE_MATERIAL_PT_thickness(
|
|
|
1671
1661
|
"""
|
|
1672
1662
|
...
|
|
1673
1663
|
|
|
1674
|
-
class EEVEE_MATERIAL_PT_viewport_settings(
|
|
1675
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1676
|
-
):
|
|
1664
|
+
class EEVEE_MATERIAL_PT_viewport_settings(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
1677
1665
|
COMPAT_ENGINES: typing.Any
|
|
1678
1666
|
bl_context: typing.Any
|
|
1679
1667
|
bl_label: typing.Any
|
|
@@ -1901,9 +1889,7 @@ class EEVEE_MATERIAL_PT_viewport_settings(
|
|
|
1901
1889
|
"""
|
|
1902
1890
|
...
|
|
1903
1891
|
|
|
1904
|
-
class EEVEE_MATERIAL_PT_volume(
|
|
1905
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1906
|
-
):
|
|
1892
|
+
class EEVEE_MATERIAL_PT_volume(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
1907
1893
|
COMPAT_ENGINES: typing.Any
|
|
1908
1894
|
bl_context: typing.Any
|
|
1909
1895
|
bl_label: typing.Any
|
|
@@ -2132,9 +2118,7 @@ class EEVEE_MATERIAL_PT_volume(
|
|
|
2132
2118
|
"""
|
|
2133
2119
|
...
|
|
2134
2120
|
|
|
2135
|
-
class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
2136
|
-
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
2137
|
-
):
|
|
2121
|
+
class EEVEE_NEXT_MATERIAL_PT_settings(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
2138
2122
|
COMPAT_ENGINES: typing.Any
|
|
2139
2123
|
bl_context: typing.Any
|
|
2140
2124
|
bl_label: typing.Any
|
|
@@ -2362,7 +2346,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
|
2362
2346
|
...
|
|
2363
2347
|
|
|
2364
2348
|
class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
2365
|
-
|
|
2349
|
+
MaterialButtonsPanel, bpy_types._GenericUI
|
|
2366
2350
|
):
|
|
2367
2351
|
COMPAT_ENGINES: typing.Any
|
|
2368
2352
|
bl_context: typing.Any
|
|
@@ -2592,7 +2576,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
|
2592
2576
|
...
|
|
2593
2577
|
|
|
2594
2578
|
class EEVEE_NEXT_MATERIAL_PT_settings_volume(
|
|
2595
|
-
|
|
2579
|
+
MaterialButtonsPanel, bpy_types._GenericUI
|
|
2596
2580
|
):
|
|
2597
2581
|
COMPAT_ENGINES: typing.Any
|
|
2598
2582
|
bl_context: typing.Any
|
|
@@ -2822,10 +2806,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_volume(
|
|
|
2822
2806
|
...
|
|
2823
2807
|
|
|
2824
2808
|
class MATERIAL_PT_custom_props(
|
|
2825
|
-
bpy_types.
|
|
2826
|
-
MaterialButtonsPanel,
|
|
2827
|
-
rna_prop_ui.PropertyPanel,
|
|
2828
|
-
bpy_types._GenericUI,
|
|
2809
|
+
MaterialButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
2829
2810
|
):
|
|
2830
2811
|
"""The subclass should have its own poll function
|
|
2831
2812
|
and the variable '_context_path' MUST be set.
|
|
@@ -3059,7 +3040,7 @@ class MATERIAL_PT_custom_props(
|
|
|
3059
3040
|
"""
|
|
3060
3041
|
...
|
|
3061
3042
|
|
|
3062
|
-
class MATERIAL_PT_lineart(
|
|
3043
|
+
class MATERIAL_PT_lineart(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3063
3044
|
bl_context: typing.Any
|
|
3064
3045
|
bl_label: typing.Any
|
|
3065
3046
|
bl_options: typing.Any
|
|
@@ -3287,7 +3268,7 @@ class MATERIAL_PT_lineart(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3287
3268
|
"""
|
|
3288
3269
|
...
|
|
3289
3270
|
|
|
3290
|
-
class MATERIAL_PT_preview(
|
|
3271
|
+
class MATERIAL_PT_preview(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3291
3272
|
COMPAT_ENGINES: typing.Any
|
|
3292
3273
|
bl_context: typing.Any
|
|
3293
3274
|
bl_label: typing.Any
|
|
@@ -3515,7 +3496,7 @@ class MATERIAL_PT_preview(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3515
3496
|
"""
|
|
3516
3497
|
...
|
|
3517
3498
|
|
|
3518
|
-
class MATERIAL_PT_viewport(
|
|
3499
|
+
class MATERIAL_PT_viewport(MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3519
3500
|
bl_context: typing.Any
|
|
3520
3501
|
bl_label: typing.Any
|
|
3521
3502
|
bl_options: typing.Any
|
|
@@ -9,7 +9,7 @@ import rna_prop_ui
|
|
|
9
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
11
|
|
|
12
|
-
class GPENCIL_MT_material_context_menu(bpy_types.
|
|
12
|
+
class GPENCIL_MT_material_context_menu(bpy_types._GenericUI):
|
|
13
13
|
bl_label: typing.Any
|
|
14
14
|
bl_rna: typing.Any
|
|
15
15
|
id_data: typing.Any
|
|
@@ -279,7 +279,7 @@ class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
279
279
|
"""
|
|
280
280
|
...
|
|
281
281
|
|
|
282
|
-
class GPENCIL_UL_matslots(bpy_types.
|
|
282
|
+
class GPENCIL_UL_matslots(bpy_types._GenericUI):
|
|
283
283
|
bl_rna: typing.Any
|
|
284
284
|
id_data: typing.Any
|
|
285
285
|
|
|
@@ -524,7 +524,7 @@ class GPMaterialButtonsPanel:
|
|
|
524
524
|
...
|
|
525
525
|
|
|
526
526
|
class MATERIAL_PT_gpencil_material_presets(
|
|
527
|
-
|
|
527
|
+
bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
528
528
|
):
|
|
529
529
|
"""Material settings"""
|
|
530
530
|
|
|
@@ -798,7 +798,6 @@ class MATERIAL_PT_gpencil_material_presets(
|
|
|
798
798
|
...
|
|
799
799
|
|
|
800
800
|
class MATERIAL_PT_gpencil_slots(
|
|
801
|
-
bpy_types.Panel,
|
|
802
801
|
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
803
802
|
bpy_types._GenericUI,
|
|
804
803
|
):
|
|
@@ -1029,10 +1028,7 @@ class MATERIAL_PT_gpencil_slots(
|
|
|
1029
1028
|
...
|
|
1030
1029
|
|
|
1031
1030
|
class MATERIAL_PT_gpencil_custom_props(
|
|
1032
|
-
bpy_types.
|
|
1033
|
-
GPMaterialButtonsPanel,
|
|
1034
|
-
rna_prop_ui.PropertyPanel,
|
|
1035
|
-
bpy_types._GenericUI,
|
|
1031
|
+
GPMaterialButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
1036
1032
|
):
|
|
1037
1033
|
"""The subclass should have its own poll function
|
|
1038
1034
|
and the variable '_context_path' MUST be set.
|
|
@@ -1266,9 +1262,7 @@ class MATERIAL_PT_gpencil_custom_props(
|
|
|
1266
1262
|
"""
|
|
1267
1263
|
...
|
|
1268
1264
|
|
|
1269
|
-
class MATERIAL_PT_gpencil_fillcolor(
|
|
1270
|
-
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1271
|
-
):
|
|
1265
|
+
class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, bpy_types._GenericUI):
|
|
1272
1266
|
bl_context: typing.Any
|
|
1273
1267
|
bl_label: typing.Any
|
|
1274
1268
|
bl_parent_id: typing.Any
|
|
@@ -1502,9 +1496,7 @@ class MATERIAL_PT_gpencil_fillcolor(
|
|
|
1502
1496
|
"""
|
|
1503
1497
|
...
|
|
1504
1498
|
|
|
1505
|
-
class MATERIAL_PT_gpencil_preview(
|
|
1506
|
-
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1507
|
-
):
|
|
1499
|
+
class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, bpy_types._GenericUI):
|
|
1508
1500
|
COMPAT_ENGINES: typing.Any
|
|
1509
1501
|
bl_context: typing.Any
|
|
1510
1502
|
bl_label: typing.Any
|
|
@@ -1732,9 +1724,7 @@ class MATERIAL_PT_gpencil_preview(
|
|
|
1732
1724
|
"""
|
|
1733
1725
|
...
|
|
1734
1726
|
|
|
1735
|
-
class MATERIAL_PT_gpencil_settings(
|
|
1736
|
-
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1737
|
-
):
|
|
1727
|
+
class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, bpy_types._GenericUI):
|
|
1738
1728
|
bl_context: typing.Any
|
|
1739
1729
|
bl_label: typing.Any
|
|
1740
1730
|
bl_options: typing.Any
|
|
@@ -1961,9 +1951,7 @@ class MATERIAL_PT_gpencil_settings(
|
|
|
1961
1951
|
"""
|
|
1962
1952
|
...
|
|
1963
1953
|
|
|
1964
|
-
class MATERIAL_PT_gpencil_strokecolor(
|
|
1965
|
-
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1966
|
-
):
|
|
1954
|
+
class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, bpy_types._GenericUI):
|
|
1967
1955
|
bl_context: typing.Any
|
|
1968
1956
|
bl_label: typing.Any
|
|
1969
1957
|
bl_parent_id: typing.Any
|
|
@@ -2197,9 +2185,7 @@ class MATERIAL_PT_gpencil_strokecolor(
|
|
|
2197
2185
|
"""
|
|
2198
2186
|
...
|
|
2199
2187
|
|
|
2200
|
-
class MATERIAL_PT_gpencil_surface(
|
|
2201
|
-
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
2202
|
-
):
|
|
2188
|
+
class MATERIAL_PT_gpencil_surface(GPMaterialButtonsPanel, bpy_types._GenericUI):
|
|
2203
2189
|
bl_context: typing.Any
|
|
2204
2190
|
bl_label: typing.Any
|
|
2205
2191
|
bl_region_type: typing.Any
|