fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,16 +6,9 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class MaterialButtonsPanel:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_context: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_space_type: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
def poll(self, context):
|
|
21
14
|
"""
|
|
@@ -25,16 +18,9 @@ class MaterialButtonsPanel:
|
|
|
25
18
|
...
|
|
26
19
|
|
|
27
20
|
class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
21
|
bl_label: typing.Any
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
22
|
bl_rna: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
23
|
id_data: typing.Any
|
|
37
|
-
""" """
|
|
38
24
|
|
|
39
25
|
def append(self, draw_func):
|
|
40
26
|
"""Append a draw function to this menu,
|
|
@@ -139,10 +125,7 @@ class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
139
125
|
"""
|
|
140
126
|
...
|
|
141
127
|
|
|
142
|
-
def is_extended(self):
|
|
143
|
-
""" """
|
|
144
|
-
...
|
|
145
|
-
|
|
128
|
+
def is_extended(self): ...
|
|
146
129
|
def is_property_hidden(self) -> bool:
|
|
147
130
|
"""Check if a property is hidden.
|
|
148
131
|
|
|
@@ -305,13 +288,8 @@ class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
305
288
|
...
|
|
306
289
|
|
|
307
290
|
class MATERIAL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
308
|
-
""" """
|
|
309
|
-
|
|
310
291
|
bl_rna: typing.Any
|
|
311
|
-
""" """
|
|
312
|
-
|
|
313
292
|
id_data: typing.Any
|
|
314
|
-
""" """
|
|
315
293
|
|
|
316
294
|
def append(self, draw_func):
|
|
317
295
|
"""Append a draw function to this menu,
|
|
@@ -413,10 +391,7 @@ class MATERIAL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
413
391
|
"""
|
|
414
392
|
...
|
|
415
393
|
|
|
416
|
-
def is_extended(self):
|
|
417
|
-
""" """
|
|
418
|
-
...
|
|
419
|
-
|
|
394
|
+
def is_extended(self): ...
|
|
420
395
|
def is_property_hidden(self) -> bool:
|
|
421
396
|
"""Check if a property is hidden.
|
|
422
397
|
|
|
@@ -547,31 +522,14 @@ class MATERIAL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
547
522
|
class EEVEE_MATERIAL_PT_context_material(
|
|
548
523
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
549
524
|
):
|
|
550
|
-
""" """
|
|
551
|
-
|
|
552
525
|
COMPAT_ENGINES: typing.Any
|
|
553
|
-
""" """
|
|
554
|
-
|
|
555
526
|
bl_context: typing.Any
|
|
556
|
-
""" """
|
|
557
|
-
|
|
558
527
|
bl_label: typing.Any
|
|
559
|
-
""" """
|
|
560
|
-
|
|
561
528
|
bl_options: typing.Any
|
|
562
|
-
""" """
|
|
563
|
-
|
|
564
529
|
bl_region_type: typing.Any
|
|
565
|
-
""" """
|
|
566
|
-
|
|
567
530
|
bl_rna: typing.Any
|
|
568
|
-
""" """
|
|
569
|
-
|
|
570
531
|
bl_space_type: typing.Any
|
|
571
|
-
""" """
|
|
572
|
-
|
|
573
532
|
id_data: typing.Any
|
|
574
|
-
""" """
|
|
575
533
|
|
|
576
534
|
def append(self, draw_func):
|
|
577
535
|
"""Append a draw function to this menu,
|
|
@@ -656,10 +614,7 @@ class EEVEE_MATERIAL_PT_context_material(
|
|
|
656
614
|
"""
|
|
657
615
|
...
|
|
658
616
|
|
|
659
|
-
def is_extended(self):
|
|
660
|
-
""" """
|
|
661
|
-
...
|
|
662
|
-
|
|
617
|
+
def is_extended(self): ...
|
|
663
618
|
def is_property_hidden(self) -> bool:
|
|
664
619
|
"""Check if a property is hidden.
|
|
665
620
|
|
|
@@ -797,34 +752,15 @@ class EEVEE_MATERIAL_PT_context_material(
|
|
|
797
752
|
class EEVEE_MATERIAL_PT_displacement(
|
|
798
753
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
799
754
|
):
|
|
800
|
-
""" """
|
|
801
|
-
|
|
802
755
|
COMPAT_ENGINES: typing.Any
|
|
803
|
-
""" """
|
|
804
|
-
|
|
805
756
|
bl_context: typing.Any
|
|
806
|
-
""" """
|
|
807
|
-
|
|
808
757
|
bl_label: typing.Any
|
|
809
|
-
""" """
|
|
810
|
-
|
|
811
758
|
bl_options: typing.Any
|
|
812
|
-
""" """
|
|
813
|
-
|
|
814
759
|
bl_region_type: typing.Any
|
|
815
|
-
""" """
|
|
816
|
-
|
|
817
760
|
bl_rna: typing.Any
|
|
818
|
-
""" """
|
|
819
|
-
|
|
820
761
|
bl_space_type: typing.Any
|
|
821
|
-
""" """
|
|
822
|
-
|
|
823
762
|
bl_translation_context: typing.Any
|
|
824
|
-
""" """
|
|
825
|
-
|
|
826
763
|
id_data: typing.Any
|
|
827
|
-
""" """
|
|
828
764
|
|
|
829
765
|
def append(self, draw_func):
|
|
830
766
|
"""Append a draw function to this menu,
|
|
@@ -909,10 +845,7 @@ class EEVEE_MATERIAL_PT_displacement(
|
|
|
909
845
|
"""
|
|
910
846
|
...
|
|
911
847
|
|
|
912
|
-
def is_extended(self):
|
|
913
|
-
""" """
|
|
914
|
-
...
|
|
915
|
-
|
|
848
|
+
def is_extended(self): ...
|
|
916
849
|
def is_property_hidden(self) -> bool:
|
|
917
850
|
"""Check if a property is hidden.
|
|
918
851
|
|
|
@@ -1050,28 +983,13 @@ class EEVEE_MATERIAL_PT_displacement(
|
|
|
1050
983
|
class EEVEE_MATERIAL_PT_settings(
|
|
1051
984
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1052
985
|
):
|
|
1053
|
-
""" """
|
|
1054
|
-
|
|
1055
986
|
COMPAT_ENGINES: typing.Any
|
|
1056
|
-
""" """
|
|
1057
|
-
|
|
1058
987
|
bl_context: typing.Any
|
|
1059
|
-
""" """
|
|
1060
|
-
|
|
1061
988
|
bl_label: typing.Any
|
|
1062
|
-
""" """
|
|
1063
|
-
|
|
1064
989
|
bl_region_type: typing.Any
|
|
1065
|
-
""" """
|
|
1066
|
-
|
|
1067
990
|
bl_rna: typing.Any
|
|
1068
|
-
""" """
|
|
1069
|
-
|
|
1070
991
|
bl_space_type: typing.Any
|
|
1071
|
-
""" """
|
|
1072
|
-
|
|
1073
992
|
id_data: typing.Any
|
|
1074
|
-
""" """
|
|
1075
993
|
|
|
1076
994
|
def append(self, draw_func):
|
|
1077
995
|
"""Append a draw function to this menu,
|
|
@@ -1156,10 +1074,7 @@ class EEVEE_MATERIAL_PT_settings(
|
|
|
1156
1074
|
"""
|
|
1157
1075
|
...
|
|
1158
1076
|
|
|
1159
|
-
def is_extended(self):
|
|
1160
|
-
""" """
|
|
1161
|
-
...
|
|
1162
|
-
|
|
1077
|
+
def is_extended(self): ...
|
|
1163
1078
|
def is_property_hidden(self) -> bool:
|
|
1164
1079
|
"""Check if a property is hidden.
|
|
1165
1080
|
|
|
@@ -1297,28 +1212,13 @@ class EEVEE_MATERIAL_PT_settings(
|
|
|
1297
1212
|
class EEVEE_MATERIAL_PT_surface(
|
|
1298
1213
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1299
1214
|
):
|
|
1300
|
-
""" """
|
|
1301
|
-
|
|
1302
1215
|
COMPAT_ENGINES: typing.Any
|
|
1303
|
-
""" """
|
|
1304
|
-
|
|
1305
1216
|
bl_context: typing.Any
|
|
1306
|
-
""" """
|
|
1307
|
-
|
|
1308
1217
|
bl_label: typing.Any
|
|
1309
|
-
""" """
|
|
1310
|
-
|
|
1311
1218
|
bl_region_type: typing.Any
|
|
1312
|
-
""" """
|
|
1313
|
-
|
|
1314
1219
|
bl_rna: typing.Any
|
|
1315
|
-
""" """
|
|
1316
|
-
|
|
1317
1220
|
bl_space_type: typing.Any
|
|
1318
|
-
""" """
|
|
1319
|
-
|
|
1320
1221
|
id_data: typing.Any
|
|
1321
|
-
""" """
|
|
1322
1222
|
|
|
1323
1223
|
def append(self, draw_func):
|
|
1324
1224
|
"""Append a draw function to this menu,
|
|
@@ -1403,10 +1303,7 @@ class EEVEE_MATERIAL_PT_surface(
|
|
|
1403
1303
|
"""
|
|
1404
1304
|
...
|
|
1405
1305
|
|
|
1406
|
-
def is_extended(self):
|
|
1407
|
-
""" """
|
|
1408
|
-
...
|
|
1409
|
-
|
|
1306
|
+
def is_extended(self): ...
|
|
1410
1307
|
def is_property_hidden(self) -> bool:
|
|
1411
1308
|
"""Check if a property is hidden.
|
|
1412
1309
|
|
|
@@ -1544,34 +1441,15 @@ class EEVEE_MATERIAL_PT_surface(
|
|
|
1544
1441
|
class EEVEE_MATERIAL_PT_thickness(
|
|
1545
1442
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1546
1443
|
):
|
|
1547
|
-
""" """
|
|
1548
|
-
|
|
1549
1444
|
COMPAT_ENGINES: typing.Any
|
|
1550
|
-
""" """
|
|
1551
|
-
|
|
1552
1445
|
bl_context: typing.Any
|
|
1553
|
-
""" """
|
|
1554
|
-
|
|
1555
1446
|
bl_label: typing.Any
|
|
1556
|
-
""" """
|
|
1557
|
-
|
|
1558
1447
|
bl_options: typing.Any
|
|
1559
|
-
""" """
|
|
1560
|
-
|
|
1561
1448
|
bl_region_type: typing.Any
|
|
1562
|
-
""" """
|
|
1563
|
-
|
|
1564
1449
|
bl_rna: typing.Any
|
|
1565
|
-
""" """
|
|
1566
|
-
|
|
1567
1450
|
bl_space_type: typing.Any
|
|
1568
|
-
""" """
|
|
1569
|
-
|
|
1570
1451
|
bl_translation_context: typing.Any
|
|
1571
|
-
""" """
|
|
1572
|
-
|
|
1573
1452
|
id_data: typing.Any
|
|
1574
|
-
""" """
|
|
1575
1453
|
|
|
1576
1454
|
def append(self, draw_func):
|
|
1577
1455
|
"""Append a draw function to this menu,
|
|
@@ -1656,10 +1534,7 @@ class EEVEE_MATERIAL_PT_thickness(
|
|
|
1656
1534
|
"""
|
|
1657
1535
|
...
|
|
1658
1536
|
|
|
1659
|
-
def is_extended(self):
|
|
1660
|
-
""" """
|
|
1661
|
-
...
|
|
1662
|
-
|
|
1537
|
+
def is_extended(self): ...
|
|
1663
1538
|
def is_property_hidden(self) -> bool:
|
|
1664
1539
|
"""Check if a property is hidden.
|
|
1665
1540
|
|
|
@@ -1797,31 +1672,14 @@ class EEVEE_MATERIAL_PT_thickness(
|
|
|
1797
1672
|
class EEVEE_MATERIAL_PT_viewport_settings(
|
|
1798
1673
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
1799
1674
|
):
|
|
1800
|
-
""" """
|
|
1801
|
-
|
|
1802
1675
|
COMPAT_ENGINES: typing.Any
|
|
1803
|
-
""" """
|
|
1804
|
-
|
|
1805
1676
|
bl_context: typing.Any
|
|
1806
|
-
""" """
|
|
1807
|
-
|
|
1808
1677
|
bl_label: typing.Any
|
|
1809
|
-
""" """
|
|
1810
|
-
|
|
1811
1678
|
bl_parent_id: typing.Any
|
|
1812
|
-
""" """
|
|
1813
|
-
|
|
1814
1679
|
bl_region_type: typing.Any
|
|
1815
|
-
""" """
|
|
1816
|
-
|
|
1817
1680
|
bl_rna: typing.Any
|
|
1818
|
-
""" """
|
|
1819
|
-
|
|
1820
1681
|
bl_space_type: typing.Any
|
|
1821
|
-
""" """
|
|
1822
|
-
|
|
1823
1682
|
id_data: typing.Any
|
|
1824
|
-
""" """
|
|
1825
1683
|
|
|
1826
1684
|
def append(self, draw_func):
|
|
1827
1685
|
"""Append a draw function to this menu,
|
|
@@ -1906,10 +1764,7 @@ class EEVEE_MATERIAL_PT_viewport_settings(
|
|
|
1906
1764
|
"""
|
|
1907
1765
|
...
|
|
1908
1766
|
|
|
1909
|
-
def is_extended(self):
|
|
1910
|
-
""" """
|
|
1911
|
-
...
|
|
1912
|
-
|
|
1767
|
+
def is_extended(self): ...
|
|
1913
1768
|
def is_property_hidden(self) -> bool:
|
|
1914
1769
|
"""Check if a property is hidden.
|
|
1915
1770
|
|
|
@@ -2047,34 +1902,15 @@ class EEVEE_MATERIAL_PT_viewport_settings(
|
|
|
2047
1902
|
class EEVEE_MATERIAL_PT_volume(
|
|
2048
1903
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
2049
1904
|
):
|
|
2050
|
-
""" """
|
|
2051
|
-
|
|
2052
1905
|
COMPAT_ENGINES: typing.Any
|
|
2053
|
-
""" """
|
|
2054
|
-
|
|
2055
1906
|
bl_context: typing.Any
|
|
2056
|
-
""" """
|
|
2057
|
-
|
|
2058
1907
|
bl_label: typing.Any
|
|
2059
|
-
""" """
|
|
2060
|
-
|
|
2061
1908
|
bl_options: typing.Any
|
|
2062
|
-
""" """
|
|
2063
|
-
|
|
2064
1909
|
bl_region_type: typing.Any
|
|
2065
|
-
""" """
|
|
2066
|
-
|
|
2067
1910
|
bl_rna: typing.Any
|
|
2068
|
-
""" """
|
|
2069
|
-
|
|
2070
1911
|
bl_space_type: typing.Any
|
|
2071
|
-
""" """
|
|
2072
|
-
|
|
2073
1912
|
bl_translation_context: typing.Any
|
|
2074
|
-
""" """
|
|
2075
|
-
|
|
2076
1913
|
id_data: typing.Any
|
|
2077
|
-
""" """
|
|
2078
1914
|
|
|
2079
1915
|
def append(self, draw_func):
|
|
2080
1916
|
"""Append a draw function to this menu,
|
|
@@ -2159,10 +1995,7 @@ class EEVEE_MATERIAL_PT_volume(
|
|
|
2159
1995
|
"""
|
|
2160
1996
|
...
|
|
2161
1997
|
|
|
2162
|
-
def is_extended(self):
|
|
2163
|
-
""" """
|
|
2164
|
-
...
|
|
2165
|
-
|
|
1998
|
+
def is_extended(self): ...
|
|
2166
1999
|
def is_property_hidden(self) -> bool:
|
|
2167
2000
|
"""Check if a property is hidden.
|
|
2168
2001
|
|
|
@@ -2300,28 +2133,13 @@ class EEVEE_MATERIAL_PT_volume(
|
|
|
2300
2133
|
class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
2301
2134
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
2302
2135
|
):
|
|
2303
|
-
""" """
|
|
2304
|
-
|
|
2305
2136
|
COMPAT_ENGINES: typing.Any
|
|
2306
|
-
""" """
|
|
2307
|
-
|
|
2308
2137
|
bl_context: typing.Any
|
|
2309
|
-
""" """
|
|
2310
|
-
|
|
2311
2138
|
bl_label: typing.Any
|
|
2312
|
-
""" """
|
|
2313
|
-
|
|
2314
2139
|
bl_region_type: typing.Any
|
|
2315
|
-
""" """
|
|
2316
|
-
|
|
2317
2140
|
bl_rna: typing.Any
|
|
2318
|
-
""" """
|
|
2319
|
-
|
|
2320
2141
|
bl_space_type: typing.Any
|
|
2321
|
-
""" """
|
|
2322
|
-
|
|
2323
2142
|
id_data: typing.Any
|
|
2324
|
-
""" """
|
|
2325
2143
|
|
|
2326
2144
|
def append(self, draw_func):
|
|
2327
2145
|
"""Append a draw function to this menu,
|
|
@@ -2406,10 +2224,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
|
2406
2224
|
"""
|
|
2407
2225
|
...
|
|
2408
2226
|
|
|
2409
|
-
def is_extended(self):
|
|
2410
|
-
""" """
|
|
2411
|
-
...
|
|
2412
|
-
|
|
2227
|
+
def is_extended(self): ...
|
|
2413
2228
|
def is_property_hidden(self) -> bool:
|
|
2414
2229
|
"""Check if a property is hidden.
|
|
2415
2230
|
|
|
@@ -2547,31 +2362,14 @@ class EEVEE_NEXT_MATERIAL_PT_settings(
|
|
|
2547
2362
|
class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
2548
2363
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
2549
2364
|
):
|
|
2550
|
-
""" """
|
|
2551
|
-
|
|
2552
2365
|
COMPAT_ENGINES: typing.Any
|
|
2553
|
-
""" """
|
|
2554
|
-
|
|
2555
2366
|
bl_context: typing.Any
|
|
2556
|
-
""" """
|
|
2557
|
-
|
|
2558
2367
|
bl_label: typing.Any
|
|
2559
|
-
""" """
|
|
2560
|
-
|
|
2561
2368
|
bl_parent_id: typing.Any
|
|
2562
|
-
""" """
|
|
2563
|
-
|
|
2564
2369
|
bl_region_type: typing.Any
|
|
2565
|
-
""" """
|
|
2566
|
-
|
|
2567
2370
|
bl_rna: typing.Any
|
|
2568
|
-
""" """
|
|
2569
|
-
|
|
2570
2371
|
bl_space_type: typing.Any
|
|
2571
|
-
""" """
|
|
2572
|
-
|
|
2573
2372
|
id_data: typing.Any
|
|
2574
|
-
""" """
|
|
2575
2373
|
|
|
2576
2374
|
def append(self, draw_func):
|
|
2577
2375
|
"""Append a draw function to this menu,
|
|
@@ -2656,10 +2454,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
|
2656
2454
|
"""
|
|
2657
2455
|
...
|
|
2658
2456
|
|
|
2659
|
-
def is_extended(self):
|
|
2660
|
-
""" """
|
|
2661
|
-
...
|
|
2662
|
-
|
|
2457
|
+
def is_extended(self): ...
|
|
2663
2458
|
def is_property_hidden(self) -> bool:
|
|
2664
2459
|
"""Check if a property is hidden.
|
|
2665
2460
|
|
|
@@ -2797,31 +2592,14 @@ class EEVEE_NEXT_MATERIAL_PT_settings_surface(
|
|
|
2797
2592
|
class EEVEE_NEXT_MATERIAL_PT_settings_volume(
|
|
2798
2593
|
bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI
|
|
2799
2594
|
):
|
|
2800
|
-
""" """
|
|
2801
|
-
|
|
2802
2595
|
COMPAT_ENGINES: typing.Any
|
|
2803
|
-
""" """
|
|
2804
|
-
|
|
2805
2596
|
bl_context: typing.Any
|
|
2806
|
-
""" """
|
|
2807
|
-
|
|
2808
2597
|
bl_label: typing.Any
|
|
2809
|
-
""" """
|
|
2810
|
-
|
|
2811
2598
|
bl_parent_id: typing.Any
|
|
2812
|
-
""" """
|
|
2813
|
-
|
|
2814
2599
|
bl_region_type: typing.Any
|
|
2815
|
-
""" """
|
|
2816
|
-
|
|
2817
2600
|
bl_rna: typing.Any
|
|
2818
|
-
""" """
|
|
2819
|
-
|
|
2820
2601
|
bl_space_type: typing.Any
|
|
2821
|
-
""" """
|
|
2822
|
-
|
|
2823
2602
|
id_data: typing.Any
|
|
2824
|
-
""" """
|
|
2825
2603
|
|
|
2826
2604
|
def append(self, draw_func):
|
|
2827
2605
|
"""Append a draw function to this menu,
|
|
@@ -2906,10 +2684,7 @@ class EEVEE_NEXT_MATERIAL_PT_settings_volume(
|
|
|
2906
2684
|
"""
|
|
2907
2685
|
...
|
|
2908
2686
|
|
|
2909
|
-
def is_extended(self):
|
|
2910
|
-
""" """
|
|
2911
|
-
...
|
|
2912
|
-
|
|
2687
|
+
def is_extended(self): ...
|
|
2913
2688
|
def is_property_hidden(self) -> bool:
|
|
2914
2689
|
"""Check if a property is hidden.
|
|
2915
2690
|
|
|
@@ -3055,31 +2830,14 @@ class MATERIAL_PT_custom_props(
|
|
|
3055
2830
|
"""
|
|
3056
2831
|
|
|
3057
2832
|
COMPAT_ENGINES: typing.Any
|
|
3058
|
-
""" """
|
|
3059
|
-
|
|
3060
2833
|
bl_context: typing.Any
|
|
3061
|
-
""" """
|
|
3062
|
-
|
|
3063
2834
|
bl_label: typing.Any
|
|
3064
|
-
""" """
|
|
3065
|
-
|
|
3066
2835
|
bl_options: typing.Any
|
|
3067
|
-
""" """
|
|
3068
|
-
|
|
3069
2836
|
bl_order: typing.Any
|
|
3070
|
-
""" """
|
|
3071
|
-
|
|
3072
2837
|
bl_region_type: typing.Any
|
|
3073
|
-
""" """
|
|
3074
|
-
|
|
3075
2838
|
bl_rna: typing.Any
|
|
3076
|
-
""" """
|
|
3077
|
-
|
|
3078
2839
|
bl_space_type: typing.Any
|
|
3079
|
-
""" """
|
|
3080
|
-
|
|
3081
2840
|
id_data: typing.Any
|
|
3082
|
-
""" """
|
|
3083
2841
|
|
|
3084
2842
|
def append(self, draw_func):
|
|
3085
2843
|
"""Append a draw function to this menu,
|
|
@@ -3164,10 +2922,7 @@ class MATERIAL_PT_custom_props(
|
|
|
3164
2922
|
"""
|
|
3165
2923
|
...
|
|
3166
2924
|
|
|
3167
|
-
def is_extended(self):
|
|
3168
|
-
""" """
|
|
3169
|
-
...
|
|
3170
|
-
|
|
2925
|
+
def is_extended(self): ...
|
|
3171
2926
|
def is_property_hidden(self) -> bool:
|
|
3172
2927
|
"""Check if a property is hidden.
|
|
3173
2928
|
|
|
@@ -3303,31 +3058,14 @@ class MATERIAL_PT_custom_props(
|
|
|
3303
3058
|
...
|
|
3304
3059
|
|
|
3305
3060
|
class MATERIAL_PT_lineart(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3306
|
-
""" """
|
|
3307
|
-
|
|
3308
3061
|
bl_context: typing.Any
|
|
3309
|
-
""" """
|
|
3310
|
-
|
|
3311
3062
|
bl_label: typing.Any
|
|
3312
|
-
""" """
|
|
3313
|
-
|
|
3314
3063
|
bl_options: typing.Any
|
|
3315
|
-
""" """
|
|
3316
|
-
|
|
3317
3064
|
bl_order: typing.Any
|
|
3318
|
-
""" """
|
|
3319
|
-
|
|
3320
3065
|
bl_region_type: typing.Any
|
|
3321
|
-
""" """
|
|
3322
|
-
|
|
3323
3066
|
bl_rna: typing.Any
|
|
3324
|
-
""" """
|
|
3325
|
-
|
|
3326
3067
|
bl_space_type: typing.Any
|
|
3327
|
-
""" """
|
|
3328
|
-
|
|
3329
3068
|
id_data: typing.Any
|
|
3330
|
-
""" """
|
|
3331
3069
|
|
|
3332
3070
|
def append(self, draw_func):
|
|
3333
3071
|
"""Append a draw function to this menu,
|
|
@@ -3412,10 +3150,7 @@ class MATERIAL_PT_lineart(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3412
3150
|
"""
|
|
3413
3151
|
...
|
|
3414
3152
|
|
|
3415
|
-
def is_extended(self):
|
|
3416
|
-
""" """
|
|
3417
|
-
...
|
|
3418
|
-
|
|
3153
|
+
def is_extended(self): ...
|
|
3419
3154
|
def is_property_hidden(self) -> bool:
|
|
3420
3155
|
"""Check if a property is hidden.
|
|
3421
3156
|
|
|
@@ -3551,31 +3286,14 @@ class MATERIAL_PT_lineart(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3551
3286
|
...
|
|
3552
3287
|
|
|
3553
3288
|
class MATERIAL_PT_preview(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3554
|
-
""" """
|
|
3555
|
-
|
|
3556
3289
|
COMPAT_ENGINES: typing.Any
|
|
3557
|
-
""" """
|
|
3558
|
-
|
|
3559
3290
|
bl_context: typing.Any
|
|
3560
|
-
""" """
|
|
3561
|
-
|
|
3562
3291
|
bl_label: typing.Any
|
|
3563
|
-
""" """
|
|
3564
|
-
|
|
3565
3292
|
bl_options: typing.Any
|
|
3566
|
-
""" """
|
|
3567
|
-
|
|
3568
3293
|
bl_region_type: typing.Any
|
|
3569
|
-
""" """
|
|
3570
|
-
|
|
3571
3294
|
bl_rna: typing.Any
|
|
3572
|
-
""" """
|
|
3573
|
-
|
|
3574
3295
|
bl_space_type: typing.Any
|
|
3575
|
-
""" """
|
|
3576
|
-
|
|
3577
3296
|
id_data: typing.Any
|
|
3578
|
-
""" """
|
|
3579
3297
|
|
|
3580
3298
|
def append(self, draw_func):
|
|
3581
3299
|
"""Append a draw function to this menu,
|
|
@@ -3660,10 +3378,7 @@ class MATERIAL_PT_preview(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3660
3378
|
"""
|
|
3661
3379
|
...
|
|
3662
3380
|
|
|
3663
|
-
def is_extended(self):
|
|
3664
|
-
""" """
|
|
3665
|
-
...
|
|
3666
|
-
|
|
3381
|
+
def is_extended(self): ...
|
|
3667
3382
|
def is_property_hidden(self) -> bool:
|
|
3668
3383
|
"""Check if a property is hidden.
|
|
3669
3384
|
|
|
@@ -3799,31 +3514,14 @@ class MATERIAL_PT_preview(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gene
|
|
|
3799
3514
|
...
|
|
3800
3515
|
|
|
3801
3516
|
class MATERIAL_PT_viewport(bpy_types.Panel, MaterialButtonsPanel, bpy_types._GenericUI):
|
|
3802
|
-
""" """
|
|
3803
|
-
|
|
3804
3517
|
bl_context: typing.Any
|
|
3805
|
-
""" """
|
|
3806
|
-
|
|
3807
3518
|
bl_label: typing.Any
|
|
3808
|
-
""" """
|
|
3809
|
-
|
|
3810
3519
|
bl_options: typing.Any
|
|
3811
|
-
""" """
|
|
3812
|
-
|
|
3813
3520
|
bl_order: typing.Any
|
|
3814
|
-
""" """
|
|
3815
|
-
|
|
3816
3521
|
bl_region_type: typing.Any
|
|
3817
|
-
""" """
|
|
3818
|
-
|
|
3819
3522
|
bl_rna: typing.Any
|
|
3820
|
-
""" """
|
|
3821
|
-
|
|
3822
3523
|
bl_space_type: typing.Any
|
|
3823
|
-
""" """
|
|
3824
|
-
|
|
3825
3524
|
id_data: typing.Any
|
|
3826
|
-
""" """
|
|
3827
3525
|
|
|
3828
3526
|
def append(self, draw_func):
|
|
3829
3527
|
"""Append a draw function to this menu,
|
|
@@ -3908,10 +3606,7 @@ class MATERIAL_PT_viewport(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gen
|
|
|
3908
3606
|
"""
|
|
3909
3607
|
...
|
|
3910
3608
|
|
|
3911
|
-
def is_extended(self):
|
|
3912
|
-
""" """
|
|
3913
|
-
...
|
|
3914
|
-
|
|
3609
|
+
def is_extended(self): ...
|
|
3915
3610
|
def is_property_hidden(self) -> bool:
|
|
3916
3611
|
"""Check if a property is hidden.
|
|
3917
3612
|
|
|
@@ -4046,12 +3741,5 @@ class MATERIAL_PT_viewport(bpy_types.Panel, MaterialButtonsPanel, bpy_types._Gen
|
|
|
4046
3741
|
"""
|
|
4047
3742
|
...
|
|
4048
3743
|
|
|
4049
|
-
def draw_material_settings(context):
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
...
|
|
4053
|
-
|
|
4054
|
-
def panel_node_draw(layout, ntree, _output_type, input_name):
|
|
4055
|
-
""" """
|
|
4056
|
-
|
|
4057
|
-
...
|
|
3744
|
+
def draw_material_settings(context): ...
|
|
3745
|
+
def panel_node_draw(layout, ntree, _output_type, input_name): ...
|