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 VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_label: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_rna: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
id_data: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
def append(self, draw_func):
|
|
21
14
|
"""Append a draw function to this menu,
|
|
@@ -120,10 +113,7 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
120
113
|
"""
|
|
121
114
|
...
|
|
122
115
|
|
|
123
|
-
def is_extended(self):
|
|
124
|
-
""" """
|
|
125
|
-
...
|
|
126
|
-
|
|
116
|
+
def is_extended(self): ...
|
|
127
117
|
def is_property_hidden(self) -> bool:
|
|
128
118
|
"""Check if a property is hidden.
|
|
129
119
|
|
|
@@ -286,16 +276,9 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
286
276
|
...
|
|
287
277
|
|
|
288
278
|
class ViewLayerButtonsPanel:
|
|
289
|
-
""" """
|
|
290
|
-
|
|
291
279
|
bl_context: typing.Any
|
|
292
|
-
""" """
|
|
293
|
-
|
|
294
280
|
bl_region_type: typing.Any
|
|
295
|
-
""" """
|
|
296
|
-
|
|
297
281
|
bl_space_type: typing.Any
|
|
298
|
-
""" """
|
|
299
282
|
|
|
300
283
|
def poll(self, context):
|
|
301
284
|
"""
|
|
@@ -312,28 +295,13 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
312
295
|
"""
|
|
313
296
|
|
|
314
297
|
bl_context: typing.Any
|
|
315
|
-
""" """
|
|
316
|
-
|
|
317
298
|
bl_label: typing.Any
|
|
318
|
-
""" """
|
|
319
|
-
|
|
320
299
|
bl_options: typing.Any
|
|
321
|
-
""" """
|
|
322
|
-
|
|
323
300
|
bl_order: typing.Any
|
|
324
|
-
""" """
|
|
325
|
-
|
|
326
301
|
bl_region_type: typing.Any
|
|
327
|
-
""" """
|
|
328
|
-
|
|
329
302
|
bl_rna: typing.Any
|
|
330
|
-
""" """
|
|
331
|
-
|
|
332
303
|
bl_space_type: typing.Any
|
|
333
|
-
""" """
|
|
334
|
-
|
|
335
304
|
id_data: typing.Any
|
|
336
|
-
""" """
|
|
337
305
|
|
|
338
306
|
def append(self, draw_func):
|
|
339
307
|
"""Append a draw function to this menu,
|
|
@@ -418,10 +386,7 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
418
386
|
"""
|
|
419
387
|
...
|
|
420
388
|
|
|
421
|
-
def is_extended(self):
|
|
422
|
-
""" """
|
|
423
|
-
...
|
|
424
|
-
|
|
389
|
+
def is_extended(self): ...
|
|
425
390
|
def is_property_hidden(self) -> bool:
|
|
426
391
|
"""Check if a property is hidden.
|
|
427
392
|
|
|
@@ -557,13 +522,8 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
557
522
|
...
|
|
558
523
|
|
|
559
524
|
class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
560
|
-
""" """
|
|
561
|
-
|
|
562
525
|
bl_rna: typing.Any
|
|
563
|
-
""" """
|
|
564
|
-
|
|
565
526
|
id_data: typing.Any
|
|
566
|
-
""" """
|
|
567
527
|
|
|
568
528
|
def append(self, draw_func):
|
|
569
529
|
"""Append a draw function to this menu,
|
|
@@ -656,10 +616,7 @@ class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
656
616
|
"""
|
|
657
617
|
...
|
|
658
618
|
|
|
659
|
-
def is_extended(self):
|
|
660
|
-
""" """
|
|
661
|
-
...
|
|
662
|
-
|
|
619
|
+
def is_extended(self): ...
|
|
663
620
|
def is_property_hidden(self) -> bool:
|
|
664
621
|
"""Check if a property is hidden.
|
|
665
622
|
|
|
@@ -790,31 +747,14 @@ class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
790
747
|
class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
791
748
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
792
749
|
):
|
|
793
|
-
""" """
|
|
794
|
-
|
|
795
750
|
COMPAT_ENGINES: typing.Any
|
|
796
|
-
""" """
|
|
797
|
-
|
|
798
751
|
bl_context: typing.Any
|
|
799
|
-
""" """
|
|
800
|
-
|
|
801
752
|
bl_label: typing.Any
|
|
802
|
-
""" """
|
|
803
|
-
|
|
804
753
|
bl_parent_id: typing.Any
|
|
805
|
-
""" """
|
|
806
|
-
|
|
807
754
|
bl_region_type: typing.Any
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
755
|
bl_rna: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
756
|
bl_space_type: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
757
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
758
|
|
|
819
759
|
def append(self, draw_func):
|
|
820
760
|
"""Append a draw function to this menu,
|
|
@@ -899,10 +839,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
|
899
839
|
"""
|
|
900
840
|
...
|
|
901
841
|
|
|
902
|
-
def is_extended(self):
|
|
903
|
-
""" """
|
|
904
|
-
...
|
|
905
|
-
|
|
842
|
+
def is_extended(self): ...
|
|
906
843
|
def is_property_hidden(self) -> bool:
|
|
907
844
|
"""Check if a property is hidden.
|
|
908
845
|
|
|
@@ -1040,31 +977,14 @@ class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
|
1040
977
|
class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
1041
978
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1042
979
|
):
|
|
1043
|
-
""" """
|
|
1044
|
-
|
|
1045
980
|
COMPAT_ENGINES: typing.Any
|
|
1046
|
-
""" """
|
|
1047
|
-
|
|
1048
981
|
bl_context: typing.Any
|
|
1049
|
-
""" """
|
|
1050
|
-
|
|
1051
982
|
bl_label: typing.Any
|
|
1052
|
-
""" """
|
|
1053
|
-
|
|
1054
983
|
bl_parent_id: typing.Any
|
|
1055
|
-
""" """
|
|
1056
|
-
|
|
1057
984
|
bl_region_type: typing.Any
|
|
1058
|
-
""" """
|
|
1059
|
-
|
|
1060
985
|
bl_rna: typing.Any
|
|
1061
|
-
""" """
|
|
1062
|
-
|
|
1063
986
|
bl_space_type: typing.Any
|
|
1064
|
-
""" """
|
|
1065
|
-
|
|
1066
987
|
id_data: typing.Any
|
|
1067
|
-
""" """
|
|
1068
988
|
|
|
1069
989
|
def append(self, draw_func):
|
|
1070
990
|
"""Append a draw function to this menu,
|
|
@@ -1149,10 +1069,7 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
|
1149
1069
|
"""
|
|
1150
1070
|
...
|
|
1151
1071
|
|
|
1152
|
-
def is_extended(self):
|
|
1153
|
-
""" """
|
|
1154
|
-
...
|
|
1155
|
-
|
|
1072
|
+
def is_extended(self): ...
|
|
1156
1073
|
def is_property_hidden(self) -> bool:
|
|
1157
1074
|
"""Check if a property is hidden.
|
|
1158
1075
|
|
|
@@ -1290,31 +1207,14 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
|
1290
1207
|
class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
1291
1208
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1292
1209
|
):
|
|
1293
|
-
""" """
|
|
1294
|
-
|
|
1295
1210
|
COMPAT_ENGINES: typing.Any
|
|
1296
|
-
""" """
|
|
1297
|
-
|
|
1298
1211
|
bl_context: typing.Any
|
|
1299
|
-
""" """
|
|
1300
|
-
|
|
1301
1212
|
bl_label: typing.Any
|
|
1302
|
-
""" """
|
|
1303
|
-
|
|
1304
1213
|
bl_parent_id: typing.Any
|
|
1305
|
-
""" """
|
|
1306
|
-
|
|
1307
1214
|
bl_region_type: typing.Any
|
|
1308
|
-
""" """
|
|
1309
|
-
|
|
1310
1215
|
bl_rna: typing.Any
|
|
1311
|
-
""" """
|
|
1312
|
-
|
|
1313
1216
|
bl_space_type: typing.Any
|
|
1314
|
-
""" """
|
|
1315
|
-
|
|
1316
1217
|
id_data: typing.Any
|
|
1317
|
-
""" """
|
|
1318
1218
|
|
|
1319
1219
|
def append(self, draw_func):
|
|
1320
1220
|
"""Append a draw function to this menu,
|
|
@@ -1399,10 +1299,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
|
1399
1299
|
"""
|
|
1400
1300
|
...
|
|
1401
1301
|
|
|
1402
|
-
def is_extended(self):
|
|
1403
|
-
""" """
|
|
1404
|
-
...
|
|
1405
|
-
|
|
1302
|
+
def is_extended(self): ...
|
|
1406
1303
|
def is_property_hidden(self) -> bool:
|
|
1407
1304
|
"""Check if a property is hidden.
|
|
1408
1305
|
|
|
@@ -1540,31 +1437,14 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
|
1540
1437
|
class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
1541
1438
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1542
1439
|
):
|
|
1543
|
-
""" """
|
|
1544
|
-
|
|
1545
1440
|
COMPAT_ENGINES: typing.Any
|
|
1546
|
-
""" """
|
|
1547
|
-
|
|
1548
1441
|
bl_context: typing.Any
|
|
1549
|
-
""" """
|
|
1550
|
-
|
|
1551
1442
|
bl_label: typing.Any
|
|
1552
|
-
""" """
|
|
1553
|
-
|
|
1554
1443
|
bl_parent_id: typing.Any
|
|
1555
|
-
""" """
|
|
1556
|
-
|
|
1557
1444
|
bl_region_type: typing.Any
|
|
1558
|
-
""" """
|
|
1559
|
-
|
|
1560
1445
|
bl_rna: typing.Any
|
|
1561
|
-
""" """
|
|
1562
|
-
|
|
1563
1446
|
bl_space_type: typing.Any
|
|
1564
|
-
""" """
|
|
1565
|
-
|
|
1566
1447
|
id_data: typing.Any
|
|
1567
|
-
""" """
|
|
1568
1448
|
|
|
1569
1449
|
def append(self, draw_func):
|
|
1570
1450
|
"""Append a draw function to this menu,
|
|
@@ -1649,10 +1529,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
|
1649
1529
|
"""
|
|
1650
1530
|
...
|
|
1651
1531
|
|
|
1652
|
-
def is_extended(self):
|
|
1653
|
-
""" """
|
|
1654
|
-
...
|
|
1655
|
-
|
|
1532
|
+
def is_extended(self): ...
|
|
1656
1533
|
def is_property_hidden(self) -> bool:
|
|
1657
1534
|
"""Check if a property is hidden.
|
|
1658
1535
|
|
|
@@ -1790,31 +1667,14 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
|
1790
1667
|
class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
1791
1668
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1792
1669
|
):
|
|
1793
|
-
""" """
|
|
1794
|
-
|
|
1795
1670
|
COMPAT_ENGINES: typing.Any
|
|
1796
|
-
""" """
|
|
1797
|
-
|
|
1798
1671
|
bl_context: typing.Any
|
|
1799
|
-
""" """
|
|
1800
|
-
|
|
1801
1672
|
bl_label: typing.Any
|
|
1802
|
-
""" """
|
|
1803
|
-
|
|
1804
1673
|
bl_parent_id: typing.Any
|
|
1805
|
-
""" """
|
|
1806
|
-
|
|
1807
1674
|
bl_region_type: typing.Any
|
|
1808
|
-
""" """
|
|
1809
|
-
|
|
1810
1675
|
bl_rna: typing.Any
|
|
1811
|
-
""" """
|
|
1812
|
-
|
|
1813
1676
|
bl_space_type: typing.Any
|
|
1814
|
-
""" """
|
|
1815
|
-
|
|
1816
1677
|
id_data: typing.Any
|
|
1817
|
-
""" """
|
|
1818
1678
|
|
|
1819
1679
|
def append(self, draw_func):
|
|
1820
1680
|
"""Append a draw function to this menu,
|
|
@@ -1899,10 +1759,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
|
1899
1759
|
"""
|
|
1900
1760
|
...
|
|
1901
1761
|
|
|
1902
|
-
def is_extended(self):
|
|
1903
|
-
""" """
|
|
1904
|
-
...
|
|
1905
|
-
|
|
1762
|
+
def is_extended(self): ...
|
|
1906
1763
|
def is_property_hidden(self) -> bool:
|
|
1907
1764
|
"""Check if a property is hidden.
|
|
1908
1765
|
|
|
@@ -2038,31 +1895,14 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
|
2038
1895
|
...
|
|
2039
1896
|
|
|
2040
1897
|
class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
2041
|
-
""" """
|
|
2042
|
-
|
|
2043
1898
|
COMPAT_ENGINES: typing.Any
|
|
2044
|
-
""" """
|
|
2045
|
-
|
|
2046
1899
|
bl_context: typing.Any
|
|
2047
|
-
""" """
|
|
2048
|
-
|
|
2049
1900
|
bl_label: typing.Any
|
|
2050
|
-
""" """
|
|
2051
|
-
|
|
2052
1901
|
bl_options: typing.Any
|
|
2053
|
-
""" """
|
|
2054
|
-
|
|
2055
1902
|
bl_region_type: typing.Any
|
|
2056
|
-
""" """
|
|
2057
|
-
|
|
2058
1903
|
bl_rna: typing.Any
|
|
2059
|
-
""" """
|
|
2060
|
-
|
|
2061
1904
|
bl_space_type: typing.Any
|
|
2062
|
-
""" """
|
|
2063
|
-
|
|
2064
1905
|
id_data: typing.Any
|
|
2065
|
-
""" """
|
|
2066
1906
|
|
|
2067
1907
|
def append(self, draw_func):
|
|
2068
1908
|
"""Append a draw function to this menu,
|
|
@@ -2147,10 +1987,7 @@ class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gen
|
|
|
2147
1987
|
"""
|
|
2148
1988
|
...
|
|
2149
1989
|
|
|
2150
|
-
def is_extended(self):
|
|
2151
|
-
""" """
|
|
2152
|
-
...
|
|
2153
|
-
|
|
1990
|
+
def is_extended(self): ...
|
|
2154
1991
|
def is_property_hidden(self) -> bool:
|
|
2155
1992
|
"""Check if a property is hidden.
|
|
2156
1993
|
|
|
@@ -2286,28 +2123,13 @@ class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gen
|
|
|
2286
2123
|
...
|
|
2287
2124
|
|
|
2288
2125
|
class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
2289
|
-
""" """
|
|
2290
|
-
|
|
2291
2126
|
COMPAT_ENGINES: typing.Any
|
|
2292
|
-
""" """
|
|
2293
|
-
|
|
2294
2127
|
bl_context: typing.Any
|
|
2295
|
-
""" """
|
|
2296
|
-
|
|
2297
2128
|
bl_label: typing.Any
|
|
2298
|
-
""" """
|
|
2299
|
-
|
|
2300
2129
|
bl_region_type: typing.Any
|
|
2301
|
-
""" """
|
|
2302
|
-
|
|
2303
2130
|
bl_rna: typing.Any
|
|
2304
|
-
""" """
|
|
2305
|
-
|
|
2306
2131
|
bl_space_type: typing.Any
|
|
2307
|
-
""" """
|
|
2308
|
-
|
|
2309
2132
|
id_data: typing.Any
|
|
2310
|
-
""" """
|
|
2311
2133
|
|
|
2312
2134
|
def append(self, draw_func):
|
|
2313
2135
|
"""Append a draw function to this menu,
|
|
@@ -2392,10 +2214,7 @@ class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gene
|
|
|
2392
2214
|
"""
|
|
2393
2215
|
...
|
|
2394
2216
|
|
|
2395
|
-
def is_extended(self):
|
|
2396
|
-
""" """
|
|
2397
|
-
...
|
|
2398
|
-
|
|
2217
|
+
def is_extended(self): ...
|
|
2399
2218
|
def is_property_hidden(self) -> bool:
|
|
2400
2219
|
"""Check if a property is hidden.
|
|
2401
2220
|
|
|
@@ -2533,28 +2352,13 @@ class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gene
|
|
|
2533
2352
|
class VIEWLAYER_PT_layer_passes(
|
|
2534
2353
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2535
2354
|
):
|
|
2536
|
-
""" """
|
|
2537
|
-
|
|
2538
2355
|
COMPAT_ENGINES: typing.Any
|
|
2539
|
-
""" """
|
|
2540
|
-
|
|
2541
2356
|
bl_context: typing.Any
|
|
2542
|
-
""" """
|
|
2543
|
-
|
|
2544
2357
|
bl_label: typing.Any
|
|
2545
|
-
""" """
|
|
2546
|
-
|
|
2547
2358
|
bl_region_type: typing.Any
|
|
2548
|
-
""" """
|
|
2549
|
-
|
|
2550
2359
|
bl_rna: typing.Any
|
|
2551
|
-
""" """
|
|
2552
|
-
|
|
2553
2360
|
bl_space_type: typing.Any
|
|
2554
|
-
""" """
|
|
2555
|
-
|
|
2556
2361
|
id_data: typing.Any
|
|
2557
|
-
""" """
|
|
2558
2362
|
|
|
2559
2363
|
def append(self, draw_func):
|
|
2560
2364
|
"""Append a draw function to this menu,
|
|
@@ -2639,10 +2443,7 @@ class VIEWLAYER_PT_layer_passes(
|
|
|
2639
2443
|
"""
|
|
2640
2444
|
...
|
|
2641
2445
|
|
|
2642
|
-
def is_extended(self):
|
|
2643
|
-
""" """
|
|
2644
|
-
...
|
|
2645
|
-
|
|
2446
|
+
def is_extended(self): ...
|
|
2646
2447
|
def is_property_hidden(self) -> bool:
|
|
2647
2448
|
"""Check if a property is hidden.
|
|
2648
2449
|
|
|
@@ -2780,31 +2581,14 @@ class VIEWLAYER_PT_layer_passes(
|
|
|
2780
2581
|
class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
2781
2582
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2782
2583
|
):
|
|
2783
|
-
""" """
|
|
2784
|
-
|
|
2785
2584
|
COMPAT_ENGINES: typing.Any
|
|
2786
|
-
""" """
|
|
2787
|
-
|
|
2788
2585
|
bl_context: typing.Any
|
|
2789
|
-
""" """
|
|
2790
|
-
|
|
2791
2586
|
bl_label: typing.Any
|
|
2792
|
-
""" """
|
|
2793
|
-
|
|
2794
2587
|
bl_parent_id: typing.Any
|
|
2795
|
-
""" """
|
|
2796
|
-
|
|
2797
2588
|
bl_region_type: typing.Any
|
|
2798
|
-
""" """
|
|
2799
|
-
|
|
2800
2589
|
bl_rna: typing.Any
|
|
2801
|
-
""" """
|
|
2802
|
-
|
|
2803
2590
|
bl_space_type: typing.Any
|
|
2804
|
-
""" """
|
|
2805
|
-
|
|
2806
2591
|
id_data: typing.Any
|
|
2807
|
-
""" """
|
|
2808
2592
|
|
|
2809
2593
|
def append(self, draw_func):
|
|
2810
2594
|
"""Append a draw function to this menu,
|
|
@@ -2889,10 +2673,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
|
2889
2673
|
"""
|
|
2890
2674
|
...
|
|
2891
2675
|
|
|
2892
|
-
def is_extended(self):
|
|
2893
|
-
""" """
|
|
2894
|
-
...
|
|
2895
|
-
|
|
2676
|
+
def is_extended(self): ...
|
|
2896
2677
|
def is_property_hidden(self) -> bool:
|
|
2897
2678
|
"""Check if a property is hidden.
|
|
2898
2679
|
|
|
@@ -3028,25 +2809,12 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
|
3028
2809
|
...
|
|
3029
2810
|
|
|
3030
2811
|
class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
3031
|
-
""" """
|
|
3032
|
-
|
|
3033
2812
|
bl_context: typing.Any
|
|
3034
|
-
""" """
|
|
3035
|
-
|
|
3036
2813
|
bl_label: typing.Any
|
|
3037
|
-
""" """
|
|
3038
|
-
|
|
3039
2814
|
bl_region_type: typing.Any
|
|
3040
|
-
""" """
|
|
3041
|
-
|
|
3042
2815
|
bl_rna: typing.Any
|
|
3043
|
-
""" """
|
|
3044
|
-
|
|
3045
2816
|
bl_space_type: typing.Any
|
|
3046
|
-
""" """
|
|
3047
|
-
|
|
3048
2817
|
id_data: typing.Any
|
|
3049
|
-
""" """
|
|
3050
2818
|
|
|
3051
2819
|
def append(self, draw_func):
|
|
3052
2820
|
"""Append a draw function to this menu,
|
|
@@ -3131,10 +2899,7 @@ class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gener
|
|
|
3131
2899
|
"""
|
|
3132
2900
|
...
|
|
3133
2901
|
|
|
3134
|
-
def is_extended(self):
|
|
3135
|
-
""" """
|
|
3136
|
-
...
|
|
3137
|
-
|
|
2902
|
+
def is_extended(self): ...
|
|
3138
2903
|
def is_property_hidden(self) -> bool:
|
|
3139
2904
|
"""Check if a property is hidden.
|
|
3140
2905
|
|
|
@@ -3272,25 +3037,12 @@ class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gener
|
|
|
3272
3037
|
class ViewLayerCryptomattePanel(
|
|
3273
3038
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3274
3039
|
):
|
|
3275
|
-
""" """
|
|
3276
|
-
|
|
3277
3040
|
bl_context: typing.Any
|
|
3278
|
-
""" """
|
|
3279
|
-
|
|
3280
3041
|
bl_label: typing.Any
|
|
3281
|
-
""" """
|
|
3282
|
-
|
|
3283
3042
|
bl_region_type: typing.Any
|
|
3284
|
-
""" """
|
|
3285
|
-
|
|
3286
3043
|
bl_rna: typing.Any
|
|
3287
|
-
""" """
|
|
3288
|
-
|
|
3289
3044
|
bl_space_type: typing.Any
|
|
3290
|
-
""" """
|
|
3291
|
-
|
|
3292
3045
|
id_data: typing.Any
|
|
3293
|
-
""" """
|
|
3294
3046
|
|
|
3295
3047
|
def append(self, draw_func):
|
|
3296
3048
|
"""Append a draw function to this menu,
|
|
@@ -3375,10 +3127,7 @@ class ViewLayerCryptomattePanel(
|
|
|
3375
3127
|
"""
|
|
3376
3128
|
...
|
|
3377
3129
|
|
|
3378
|
-
def is_extended(self):
|
|
3379
|
-
""" """
|
|
3380
|
-
...
|
|
3381
|
-
|
|
3130
|
+
def is_extended(self): ...
|
|
3382
3131
|
def is_property_hidden(self) -> bool:
|
|
3383
3132
|
"""Check if a property is hidden.
|
|
3384
3133
|
|
|
@@ -3516,25 +3265,12 @@ class ViewLayerCryptomattePanel(
|
|
|
3516
3265
|
class ViewLayerLightgroupsPanel(
|
|
3517
3266
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3518
3267
|
):
|
|
3519
|
-
""" """
|
|
3520
|
-
|
|
3521
3268
|
bl_context: typing.Any
|
|
3522
|
-
""" """
|
|
3523
|
-
|
|
3524
3269
|
bl_label: typing.Any
|
|
3525
|
-
""" """
|
|
3526
|
-
|
|
3527
3270
|
bl_region_type: typing.Any
|
|
3528
|
-
""" """
|
|
3529
|
-
|
|
3530
3271
|
bl_rna: typing.Any
|
|
3531
|
-
""" """
|
|
3532
|
-
|
|
3533
3272
|
bl_space_type: typing.Any
|
|
3534
|
-
""" """
|
|
3535
|
-
|
|
3536
3273
|
id_data: typing.Any
|
|
3537
|
-
""" """
|
|
3538
3274
|
|
|
3539
3275
|
def append(self, draw_func):
|
|
3540
3276
|
"""Append a draw function to this menu,
|
|
@@ -3619,10 +3355,7 @@ class ViewLayerLightgroupsPanel(
|
|
|
3619
3355
|
"""
|
|
3620
3356
|
...
|
|
3621
3357
|
|
|
3622
|
-
def is_extended(self):
|
|
3623
|
-
""" """
|
|
3624
|
-
...
|
|
3625
|
-
|
|
3358
|
+
def is_extended(self): ...
|
|
3626
3359
|
def is_property_hidden(self) -> bool:
|
|
3627
3360
|
"""Check if a property is hidden.
|
|
3628
3361
|
|
|
@@ -3760,31 +3493,14 @@ class ViewLayerLightgroupsPanel(
|
|
|
3760
3493
|
class VIEWLAYER_PT_layer_passes_aov(
|
|
3761
3494
|
bpy_types.Panel, ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3762
3495
|
):
|
|
3763
|
-
""" """
|
|
3764
|
-
|
|
3765
3496
|
COMPAT_ENGINES: typing.Any
|
|
3766
|
-
""" """
|
|
3767
|
-
|
|
3768
3497
|
bl_context: typing.Any
|
|
3769
|
-
""" """
|
|
3770
|
-
|
|
3771
3498
|
bl_label: typing.Any
|
|
3772
|
-
""" """
|
|
3773
|
-
|
|
3774
3499
|
bl_parent_id: typing.Any
|
|
3775
|
-
""" """
|
|
3776
|
-
|
|
3777
3500
|
bl_region_type: typing.Any
|
|
3778
|
-
""" """
|
|
3779
|
-
|
|
3780
3501
|
bl_rna: typing.Any
|
|
3781
|
-
""" """
|
|
3782
|
-
|
|
3783
3502
|
bl_space_type: typing.Any
|
|
3784
|
-
""" """
|
|
3785
|
-
|
|
3786
3503
|
id_data: typing.Any
|
|
3787
|
-
""" """
|
|
3788
3504
|
|
|
3789
3505
|
def append(self, draw_func):
|
|
3790
3506
|
"""Append a draw function to this menu,
|
|
@@ -3869,10 +3585,7 @@ class VIEWLAYER_PT_layer_passes_aov(
|
|
|
3869
3585
|
"""
|
|
3870
3586
|
...
|
|
3871
3587
|
|
|
3872
|
-
def is_extended(self):
|
|
3873
|
-
""" """
|
|
3874
|
-
...
|
|
3875
|
-
|
|
3588
|
+
def is_extended(self): ...
|
|
3876
3589
|
def is_property_hidden(self) -> bool:
|
|
3877
3590
|
"""Check if a property is hidden.
|
|
3878
3591
|
|
|
@@ -4013,31 +3726,14 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
4013
3726
|
ViewLayerButtonsPanel,
|
|
4014
3727
|
bpy_types._GenericUI,
|
|
4015
3728
|
):
|
|
4016
|
-
""" """
|
|
4017
|
-
|
|
4018
3729
|
COMPAT_ENGINES: typing.Any
|
|
4019
|
-
""" """
|
|
4020
|
-
|
|
4021
3730
|
bl_context: typing.Any
|
|
4022
|
-
""" """
|
|
4023
|
-
|
|
4024
3731
|
bl_label: typing.Any
|
|
4025
|
-
""" """
|
|
4026
|
-
|
|
4027
3732
|
bl_parent_id: typing.Any
|
|
4028
|
-
""" """
|
|
4029
|
-
|
|
4030
3733
|
bl_region_type: typing.Any
|
|
4031
|
-
""" """
|
|
4032
|
-
|
|
4033
3734
|
bl_rna: typing.Any
|
|
4034
|
-
""" """
|
|
4035
|
-
|
|
4036
3735
|
bl_space_type: typing.Any
|
|
4037
|
-
""" """
|
|
4038
|
-
|
|
4039
3736
|
id_data: typing.Any
|
|
4040
|
-
""" """
|
|
4041
3737
|
|
|
4042
3738
|
def append(self, draw_func):
|
|
4043
3739
|
"""Append a draw function to this menu,
|
|
@@ -4122,10 +3818,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
4122
3818
|
"""
|
|
4123
3819
|
...
|
|
4124
3820
|
|
|
4125
|
-
def is_extended(self):
|
|
4126
|
-
""" """
|
|
4127
|
-
...
|
|
4128
|
-
|
|
3821
|
+
def is_extended(self): ...
|
|
4129
3822
|
def is_property_hidden(self) -> bool:
|
|
4130
3823
|
"""Check if a property is hidden.
|
|
4131
3824
|
|
|
@@ -4266,31 +3959,14 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
4266
3959
|
ViewLayerButtonsPanel,
|
|
4267
3960
|
bpy_types._GenericUI,
|
|
4268
3961
|
):
|
|
4269
|
-
""" """
|
|
4270
|
-
|
|
4271
3962
|
COMPAT_ENGINES: typing.Any
|
|
4272
|
-
""" """
|
|
4273
|
-
|
|
4274
3963
|
bl_context: typing.Any
|
|
4275
|
-
""" """
|
|
4276
|
-
|
|
4277
3964
|
bl_label: typing.Any
|
|
4278
|
-
""" """
|
|
4279
|
-
|
|
4280
3965
|
bl_parent_id: typing.Any
|
|
4281
|
-
""" """
|
|
4282
|
-
|
|
4283
3966
|
bl_region_type: typing.Any
|
|
4284
|
-
""" """
|
|
4285
|
-
|
|
4286
3967
|
bl_rna: typing.Any
|
|
4287
|
-
""" """
|
|
4288
|
-
|
|
4289
3968
|
bl_space_type: typing.Any
|
|
4290
|
-
""" """
|
|
4291
|
-
|
|
4292
3969
|
id_data: typing.Any
|
|
4293
|
-
""" """
|
|
4294
3970
|
|
|
4295
3971
|
def append(self, draw_func):
|
|
4296
3972
|
"""Append a draw function to this menu,
|
|
@@ -4375,10 +4051,7 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
4375
4051
|
"""
|
|
4376
4052
|
...
|
|
4377
4053
|
|
|
4378
|
-
def is_extended(self):
|
|
4379
|
-
""" """
|
|
4380
|
-
...
|
|
4381
|
-
|
|
4054
|
+
def is_extended(self): ...
|
|
4382
4055
|
def is_property_hidden(self) -> bool:
|
|
4383
4056
|
"""Check if a property is hidden.
|
|
4384
4057
|
|