fake-bpy-module 20240421__py3-none-any.whl → 20240423__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_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- 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 +3 -3
- 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 +50 -48
- 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 +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- 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 +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +580 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2418 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.properties_grease_pencil_common
|
|
3
|
+
import bl_ui.utils
|
|
2
4
|
import bpy_types
|
|
5
|
+
import rna_prop_ui
|
|
3
6
|
|
|
4
7
|
GenericType = typing.TypeVar("GenericType")
|
|
5
8
|
|
|
6
|
-
class GPENCIL_MT_material_context_menu(bpy_types._GenericUI):
|
|
9
|
+
class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
10
|
""" """
|
|
8
11
|
|
|
9
12
|
bl_label: typing.Any
|
|
@@ -184,7 +187,7 @@ class GPENCIL_MT_material_context_menu(bpy_types._GenericUI):
|
|
|
184
187
|
""" """
|
|
185
188
|
...
|
|
186
189
|
|
|
187
|
-
class GPENCIL_UL_matslots(bpy_types._GenericUI):
|
|
190
|
+
class GPENCIL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
188
191
|
""" """
|
|
189
192
|
|
|
190
193
|
bl_rna: typing.Any
|
|
@@ -357,34 +360,33 @@ class GPMaterialButtonsPanel:
|
|
|
357
360
|
"""
|
|
358
361
|
...
|
|
359
362
|
|
|
360
|
-
class
|
|
363
|
+
class MATERIAL_PT_gpencil_material_presets(
|
|
364
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
365
|
+
):
|
|
361
366
|
""" """
|
|
362
367
|
|
|
363
|
-
|
|
364
|
-
""" """
|
|
365
|
-
|
|
366
|
-
bl_context: typing.Any
|
|
368
|
+
bl_label: typing.Any
|
|
367
369
|
""" """
|
|
368
370
|
|
|
369
|
-
|
|
371
|
+
bl_region_type: typing.Any
|
|
370
372
|
""" """
|
|
371
373
|
|
|
372
|
-
|
|
374
|
+
bl_rna: typing.Any
|
|
373
375
|
""" """
|
|
374
376
|
|
|
375
|
-
|
|
377
|
+
bl_space_type: typing.Any
|
|
376
378
|
""" """
|
|
377
379
|
|
|
378
|
-
|
|
380
|
+
id_data: typing.Any
|
|
379
381
|
""" """
|
|
380
382
|
|
|
381
|
-
|
|
383
|
+
preset_add_operator: typing.Any
|
|
382
384
|
""" """
|
|
383
385
|
|
|
384
|
-
|
|
386
|
+
preset_operator: typing.Any
|
|
385
387
|
""" """
|
|
386
388
|
|
|
387
|
-
|
|
389
|
+
preset_subdir: typing.Any
|
|
388
390
|
""" """
|
|
389
391
|
|
|
390
392
|
def append(self, draw_func):
|
|
@@ -413,6 +415,21 @@ class MATERIAL_PT_gpencil_custom_props(bpy_types._GenericUI):
|
|
|
413
415
|
"""
|
|
414
416
|
...
|
|
415
417
|
|
|
418
|
+
def draw_menu(self, layout, text):
|
|
419
|
+
"""
|
|
420
|
+
|
|
421
|
+
:param layout:
|
|
422
|
+
:param text:
|
|
423
|
+
"""
|
|
424
|
+
...
|
|
425
|
+
|
|
426
|
+
def draw_panel_header(self, layout):
|
|
427
|
+
"""
|
|
428
|
+
|
|
429
|
+
:param layout:
|
|
430
|
+
"""
|
|
431
|
+
...
|
|
432
|
+
|
|
416
433
|
def driver_add(self):
|
|
417
434
|
""" """
|
|
418
435
|
...
|
|
@@ -477,17 +494,36 @@ class MATERIAL_PT_gpencil_custom_props(bpy_types._GenericUI):
|
|
|
477
494
|
""" """
|
|
478
495
|
...
|
|
479
496
|
|
|
480
|
-
def
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
497
|
+
def path_menu(
|
|
498
|
+
self,
|
|
499
|
+
searchpaths,
|
|
500
|
+
operator,
|
|
501
|
+
props_default,
|
|
502
|
+
prop_filepath,
|
|
503
|
+
filter_ext,
|
|
504
|
+
filter_path,
|
|
505
|
+
display_name,
|
|
506
|
+
add_operator,
|
|
507
|
+
add_operator_props,
|
|
508
|
+
):
|
|
485
509
|
"""
|
|
486
510
|
|
|
487
|
-
:param
|
|
511
|
+
:param searchpaths:
|
|
512
|
+
:param operator:
|
|
513
|
+
:param props_default:
|
|
514
|
+
:param prop_filepath:
|
|
515
|
+
:param filter_ext:
|
|
516
|
+
:param filter_path:
|
|
517
|
+
:param display_name:
|
|
518
|
+
:param add_operator:
|
|
519
|
+
:param add_operator_props:
|
|
488
520
|
"""
|
|
489
521
|
...
|
|
490
522
|
|
|
523
|
+
def path_resolve(self):
|
|
524
|
+
""" """
|
|
525
|
+
...
|
|
526
|
+
|
|
491
527
|
def pop(self):
|
|
492
528
|
""" """
|
|
493
529
|
...
|
|
@@ -522,7 +558,11 @@ class MATERIAL_PT_gpencil_custom_props(bpy_types._GenericUI):
|
|
|
522
558
|
""" """
|
|
523
559
|
...
|
|
524
560
|
|
|
525
|
-
class
|
|
561
|
+
class MATERIAL_PT_gpencil_slots(
|
|
562
|
+
bpy_types.Panel,
|
|
563
|
+
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
564
|
+
bpy_types._GenericUI,
|
|
565
|
+
):
|
|
526
566
|
""" """
|
|
527
567
|
|
|
528
568
|
bl_context: typing.Any
|
|
@@ -531,7 +571,7 @@ class MATERIAL_PT_gpencil_fillcolor(bpy_types._GenericUI):
|
|
|
531
571
|
bl_label: typing.Any
|
|
532
572
|
""" """
|
|
533
573
|
|
|
534
|
-
|
|
574
|
+
bl_options: typing.Any
|
|
535
575
|
""" """
|
|
536
576
|
|
|
537
577
|
bl_region_type: typing.Any
|
|
@@ -572,13 +612,6 @@ class MATERIAL_PT_gpencil_fillcolor(bpy_types._GenericUI):
|
|
|
572
612
|
"""
|
|
573
613
|
...
|
|
574
614
|
|
|
575
|
-
def draw_header(self, context):
|
|
576
|
-
"""
|
|
577
|
-
|
|
578
|
-
:param context:
|
|
579
|
-
"""
|
|
580
|
-
...
|
|
581
|
-
|
|
582
615
|
def driver_add(self):
|
|
583
616
|
""" """
|
|
584
617
|
...
|
|
@@ -688,31 +721,39 @@ class MATERIAL_PT_gpencil_fillcolor(bpy_types._GenericUI):
|
|
|
688
721
|
""" """
|
|
689
722
|
...
|
|
690
723
|
|
|
691
|
-
class
|
|
724
|
+
class MATERIAL_PT_gpencil_custom_props(
|
|
725
|
+
bpy_types.Panel,
|
|
726
|
+
GPMaterialButtonsPanel,
|
|
727
|
+
rna_prop_ui.PropertyPanel,
|
|
728
|
+
bpy_types._GenericUI,
|
|
729
|
+
):
|
|
692
730
|
""" """
|
|
693
731
|
|
|
694
|
-
|
|
732
|
+
COMPAT_ENGINES: typing.Any
|
|
695
733
|
""" """
|
|
696
734
|
|
|
697
|
-
|
|
735
|
+
bl_context: typing.Any
|
|
698
736
|
""" """
|
|
699
737
|
|
|
700
|
-
|
|
738
|
+
bl_label: typing.Any
|
|
701
739
|
""" """
|
|
702
740
|
|
|
703
|
-
|
|
741
|
+
bl_options: typing.Any
|
|
704
742
|
""" """
|
|
705
743
|
|
|
706
|
-
|
|
744
|
+
bl_order: typing.Any
|
|
707
745
|
""" """
|
|
708
746
|
|
|
709
|
-
|
|
747
|
+
bl_region_type: typing.Any
|
|
710
748
|
""" """
|
|
711
749
|
|
|
712
|
-
|
|
750
|
+
bl_rna: typing.Any
|
|
713
751
|
""" """
|
|
714
752
|
|
|
715
|
-
|
|
753
|
+
bl_space_type: typing.Any
|
|
754
|
+
""" """
|
|
755
|
+
|
|
756
|
+
id_data: typing.Any
|
|
716
757
|
""" """
|
|
717
758
|
|
|
718
759
|
def append(self, draw_func):
|
|
@@ -741,21 +782,6 @@ class MATERIAL_PT_gpencil_material_presets(bpy_types._GenericUI):
|
|
|
741
782
|
"""
|
|
742
783
|
...
|
|
743
784
|
|
|
744
|
-
def draw_menu(self, layout, text):
|
|
745
|
-
"""
|
|
746
|
-
|
|
747
|
-
:param layout:
|
|
748
|
-
:param text:
|
|
749
|
-
"""
|
|
750
|
-
...
|
|
751
|
-
|
|
752
|
-
def draw_panel_header(self, layout):
|
|
753
|
-
"""
|
|
754
|
-
|
|
755
|
-
:param layout:
|
|
756
|
-
"""
|
|
757
|
-
...
|
|
758
|
-
|
|
759
785
|
def driver_add(self):
|
|
760
786
|
""" """
|
|
761
787
|
...
|
|
@@ -820,34 +846,15 @@ class MATERIAL_PT_gpencil_material_presets(bpy_types._GenericUI):
|
|
|
820
846
|
""" """
|
|
821
847
|
...
|
|
822
848
|
|
|
823
|
-
def
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
operator,
|
|
827
|
-
props_default,
|
|
828
|
-
prop_filepath,
|
|
829
|
-
filter_ext,
|
|
830
|
-
filter_path,
|
|
831
|
-
display_name,
|
|
832
|
-
add_operator,
|
|
833
|
-
add_operator_props,
|
|
834
|
-
):
|
|
835
|
-
"""
|
|
849
|
+
def path_resolve(self):
|
|
850
|
+
""" """
|
|
851
|
+
...
|
|
836
852
|
|
|
837
|
-
|
|
838
|
-
:param operator:
|
|
839
|
-
:param props_default:
|
|
840
|
-
:param prop_filepath:
|
|
841
|
-
:param filter_ext:
|
|
842
|
-
:param filter_path:
|
|
843
|
-
:param display_name:
|
|
844
|
-
:param add_operator:
|
|
845
|
-
:param add_operator_props:
|
|
853
|
+
def poll(self, context):
|
|
846
854
|
"""
|
|
847
|
-
...
|
|
848
855
|
|
|
849
|
-
|
|
850
|
-
"""
|
|
856
|
+
:param context:
|
|
857
|
+
"""
|
|
851
858
|
...
|
|
852
859
|
|
|
853
860
|
def pop(self):
|
|
@@ -884,10 +891,9 @@ class MATERIAL_PT_gpencil_material_presets(bpy_types._GenericUI):
|
|
|
884
891
|
""" """
|
|
885
892
|
...
|
|
886
893
|
|
|
887
|
-
class
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
COMPAT_ENGINES: typing.Any
|
|
894
|
+
class MATERIAL_PT_gpencil_fillcolor(
|
|
895
|
+
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
896
|
+
):
|
|
891
897
|
""" """
|
|
892
898
|
|
|
893
899
|
bl_context: typing.Any
|
|
@@ -896,7 +902,7 @@ class MATERIAL_PT_gpencil_preview(bpy_types._GenericUI):
|
|
|
896
902
|
bl_label: typing.Any
|
|
897
903
|
""" """
|
|
898
904
|
|
|
899
|
-
|
|
905
|
+
bl_parent_id: typing.Any
|
|
900
906
|
""" """
|
|
901
907
|
|
|
902
908
|
bl_region_type: typing.Any
|
|
@@ -937,6 +943,13 @@ class MATERIAL_PT_gpencil_preview(bpy_types._GenericUI):
|
|
|
937
943
|
"""
|
|
938
944
|
...
|
|
939
945
|
|
|
946
|
+
def draw_header(self, context):
|
|
947
|
+
"""
|
|
948
|
+
|
|
949
|
+
:param context:
|
|
950
|
+
"""
|
|
951
|
+
...
|
|
952
|
+
|
|
940
953
|
def driver_add(self):
|
|
941
954
|
""" """
|
|
942
955
|
...
|
|
@@ -1046,7 +1059,12 @@ class MATERIAL_PT_gpencil_preview(bpy_types._GenericUI):
|
|
|
1046
1059
|
""" """
|
|
1047
1060
|
...
|
|
1048
1061
|
|
|
1049
|
-
class
|
|
1062
|
+
class MATERIAL_PT_gpencil_preview(
|
|
1063
|
+
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1064
|
+
):
|
|
1065
|
+
""" """
|
|
1066
|
+
|
|
1067
|
+
COMPAT_ENGINES: typing.Any
|
|
1050
1068
|
""" """
|
|
1051
1069
|
|
|
1052
1070
|
bl_context: typing.Any
|
|
@@ -1205,7 +1223,9 @@ class MATERIAL_PT_gpencil_settings(bpy_types._GenericUI):
|
|
|
1205
1223
|
""" """
|
|
1206
1224
|
...
|
|
1207
1225
|
|
|
1208
|
-
class
|
|
1226
|
+
class MATERIAL_PT_gpencil_settings(
|
|
1227
|
+
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1228
|
+
):
|
|
1209
1229
|
""" """
|
|
1210
1230
|
|
|
1211
1231
|
bl_context: typing.Any
|
|
@@ -1364,7 +1384,9 @@ class MATERIAL_PT_gpencil_slots(bpy_types._GenericUI):
|
|
|
1364
1384
|
""" """
|
|
1365
1385
|
...
|
|
1366
1386
|
|
|
1367
|
-
class MATERIAL_PT_gpencil_strokecolor(
|
|
1387
|
+
class MATERIAL_PT_gpencil_strokecolor(
|
|
1388
|
+
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1389
|
+
):
|
|
1368
1390
|
""" """
|
|
1369
1391
|
|
|
1370
1392
|
bl_context: typing.Any
|
|
@@ -1530,7 +1552,9 @@ class MATERIAL_PT_gpencil_strokecolor(bpy_types._GenericUI):
|
|
|
1530
1552
|
""" """
|
|
1531
1553
|
...
|
|
1532
1554
|
|
|
1533
|
-
class MATERIAL_PT_gpencil_surface(
|
|
1555
|
+
class MATERIAL_PT_gpencil_surface(
|
|
1556
|
+
bpy_types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
|
|
1557
|
+
):
|
|
1534
1558
|
""" """
|
|
1535
1559
|
|
|
1536
1560
|
bl_context: typing.Any
|