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,10 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import bpy_types
|
|
3
|
+
import rna_prop_ui
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class VIEWLAYER_MT_lightgroup_sync(bpy_types._GenericUI):
|
|
7
|
+
class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
bl_label: typing.Any
|
|
@@ -184,10 +185,28 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types._GenericUI):
|
|
|
184
185
|
""" """
|
|
185
186
|
...
|
|
186
187
|
|
|
187
|
-
class
|
|
188
|
+
class ViewLayerButtonsPanel:
|
|
188
189
|
""" """
|
|
189
190
|
|
|
190
|
-
|
|
191
|
+
bl_context: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
194
|
+
bl_region_type: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
197
|
+
bl_space_type: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
200
|
+
def poll(self, context):
|
|
201
|
+
"""
|
|
202
|
+
|
|
203
|
+
:param context:
|
|
204
|
+
"""
|
|
205
|
+
...
|
|
206
|
+
|
|
207
|
+
class VIEWLAYER_PT_layer_custom_props(
|
|
208
|
+
bpy_types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
209
|
+
):
|
|
191
210
|
""" """
|
|
192
211
|
|
|
193
212
|
bl_context: typing.Any
|
|
@@ -196,7 +215,10 @@ class VIEWLAYER_PT_eevee_layer_passes_data(bpy_types._GenericUI):
|
|
|
196
215
|
bl_label: typing.Any
|
|
197
216
|
""" """
|
|
198
217
|
|
|
199
|
-
|
|
218
|
+
bl_options: typing.Any
|
|
219
|
+
""" """
|
|
220
|
+
|
|
221
|
+
bl_order: typing.Any
|
|
200
222
|
""" """
|
|
201
223
|
|
|
202
224
|
bl_region_type: typing.Any
|
|
@@ -346,30 +368,12 @@ class VIEWLAYER_PT_eevee_layer_passes_data(bpy_types._GenericUI):
|
|
|
346
368
|
""" """
|
|
347
369
|
...
|
|
348
370
|
|
|
349
|
-
class
|
|
350
|
-
""" """
|
|
351
|
-
|
|
352
|
-
COMPAT_ENGINES: typing.Any
|
|
353
|
-
""" """
|
|
354
|
-
|
|
355
|
-
bl_context: typing.Any
|
|
356
|
-
""" """
|
|
357
|
-
|
|
358
|
-
bl_label: typing.Any
|
|
359
|
-
""" """
|
|
360
|
-
|
|
361
|
-
bl_parent_id: typing.Any
|
|
362
|
-
""" """
|
|
363
|
-
|
|
364
|
-
bl_region_type: typing.Any
|
|
371
|
+
class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
365
372
|
""" """
|
|
366
373
|
|
|
367
374
|
bl_rna: typing.Any
|
|
368
375
|
""" """
|
|
369
376
|
|
|
370
|
-
bl_space_type: typing.Any
|
|
371
|
-
""" """
|
|
372
|
-
|
|
373
377
|
id_data: typing.Any
|
|
374
378
|
""" """
|
|
375
379
|
|
|
@@ -392,10 +396,18 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(bpy_types._GenericUI):
|
|
|
392
396
|
""" """
|
|
393
397
|
...
|
|
394
398
|
|
|
395
|
-
def
|
|
399
|
+
def draw_item(
|
|
400
|
+
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
401
|
+
):
|
|
396
402
|
"""
|
|
397
403
|
|
|
398
|
-
:param
|
|
404
|
+
:param _context:
|
|
405
|
+
:param layout:
|
|
406
|
+
:param _data:
|
|
407
|
+
:param item:
|
|
408
|
+
:param icon:
|
|
409
|
+
:param _active_data:
|
|
410
|
+
:param _active_propname:
|
|
399
411
|
"""
|
|
400
412
|
...
|
|
401
413
|
|
|
@@ -467,13 +479,6 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(bpy_types._GenericUI):
|
|
|
467
479
|
""" """
|
|
468
480
|
...
|
|
469
481
|
|
|
470
|
-
def poll(self, context):
|
|
471
|
-
"""
|
|
472
|
-
|
|
473
|
-
:param context:
|
|
474
|
-
"""
|
|
475
|
-
...
|
|
476
|
-
|
|
477
482
|
def pop(self):
|
|
478
483
|
""" """
|
|
479
484
|
...
|
|
@@ -508,7 +513,9 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(bpy_types._GenericUI):
|
|
|
508
513
|
""" """
|
|
509
514
|
...
|
|
510
515
|
|
|
511
|
-
class
|
|
516
|
+
class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
517
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
518
|
+
):
|
|
512
519
|
""" """
|
|
513
520
|
|
|
514
521
|
COMPAT_ENGINES: typing.Any
|
|
@@ -670,7 +677,9 @@ class VIEWLAYER_PT_eevee_layer_passes_light(bpy_types._GenericUI):
|
|
|
670
677
|
""" """
|
|
671
678
|
...
|
|
672
679
|
|
|
673
|
-
class
|
|
680
|
+
class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
681
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
682
|
+
):
|
|
674
683
|
""" """
|
|
675
684
|
|
|
676
685
|
COMPAT_ENGINES: typing.Any
|
|
@@ -832,7 +841,9 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(bpy_types._GenericUI):
|
|
|
832
841
|
""" """
|
|
833
842
|
...
|
|
834
843
|
|
|
835
|
-
class
|
|
844
|
+
class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
845
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
846
|
+
):
|
|
836
847
|
""" """
|
|
837
848
|
|
|
838
849
|
COMPAT_ENGINES: typing.Any
|
|
@@ -994,7 +1005,9 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(bpy_types._GenericUI):
|
|
|
994
1005
|
""" """
|
|
995
1006
|
...
|
|
996
1007
|
|
|
997
|
-
class
|
|
1008
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
1009
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1010
|
+
):
|
|
998
1011
|
""" """
|
|
999
1012
|
|
|
1000
1013
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1006,7 +1019,7 @@ class VIEWLAYER_PT_filter(bpy_types._GenericUI):
|
|
|
1006
1019
|
bl_label: typing.Any
|
|
1007
1020
|
""" """
|
|
1008
1021
|
|
|
1009
|
-
|
|
1022
|
+
bl_parent_id: typing.Any
|
|
1010
1023
|
""" """
|
|
1011
1024
|
|
|
1012
1025
|
bl_region_type: typing.Any
|
|
@@ -1156,7 +1169,9 @@ class VIEWLAYER_PT_filter(bpy_types._GenericUI):
|
|
|
1156
1169
|
""" """
|
|
1157
1170
|
...
|
|
1158
1171
|
|
|
1159
|
-
class
|
|
1172
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
1173
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1174
|
+
):
|
|
1160
1175
|
""" """
|
|
1161
1176
|
|
|
1162
1177
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1168,6 +1183,9 @@ class VIEWLAYER_PT_layer(bpy_types._GenericUI):
|
|
|
1168
1183
|
bl_label: typing.Any
|
|
1169
1184
|
""" """
|
|
1170
1185
|
|
|
1186
|
+
bl_parent_id: typing.Any
|
|
1187
|
+
""" """
|
|
1188
|
+
|
|
1171
1189
|
bl_region_type: typing.Any
|
|
1172
1190
|
""" """
|
|
1173
1191
|
|
|
@@ -1315,7 +1333,10 @@ class VIEWLAYER_PT_layer(bpy_types._GenericUI):
|
|
|
1315
1333
|
""" """
|
|
1316
1334
|
...
|
|
1317
1335
|
|
|
1318
|
-
class
|
|
1336
|
+
class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
1337
|
+
""" """
|
|
1338
|
+
|
|
1339
|
+
COMPAT_ENGINES: typing.Any
|
|
1319
1340
|
""" """
|
|
1320
1341
|
|
|
1321
1342
|
bl_context: typing.Any
|
|
@@ -1327,9 +1348,6 @@ class VIEWLAYER_PT_layer_custom_props(bpy_types._GenericUI):
|
|
|
1327
1348
|
bl_options: typing.Any
|
|
1328
1349
|
""" """
|
|
1329
1350
|
|
|
1330
|
-
bl_order: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
1351
|
bl_region_type: typing.Any
|
|
1334
1352
|
""" """
|
|
1335
1353
|
|
|
@@ -1477,7 +1495,7 @@ class VIEWLAYER_PT_layer_custom_props(bpy_types._GenericUI):
|
|
|
1477
1495
|
""" """
|
|
1478
1496
|
...
|
|
1479
1497
|
|
|
1480
|
-
class
|
|
1498
|
+
class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
1481
1499
|
""" """
|
|
1482
1500
|
|
|
1483
1501
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1636,7 +1654,9 @@ class VIEWLAYER_PT_layer_passes(bpy_types._GenericUI):
|
|
|
1636
1654
|
""" """
|
|
1637
1655
|
...
|
|
1638
1656
|
|
|
1639
|
-
class
|
|
1657
|
+
class VIEWLAYER_PT_layer_passes(
|
|
1658
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1659
|
+
):
|
|
1640
1660
|
""" """
|
|
1641
1661
|
|
|
1642
1662
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1648,9 +1668,6 @@ class VIEWLAYER_PT_layer_passes_aov(bpy_types._GenericUI):
|
|
|
1648
1668
|
bl_label: typing.Any
|
|
1649
1669
|
""" """
|
|
1650
1670
|
|
|
1651
|
-
bl_parent_id: typing.Any
|
|
1652
|
-
""" """
|
|
1653
|
-
|
|
1654
1671
|
bl_region_type: typing.Any
|
|
1655
1672
|
""" """
|
|
1656
1673
|
|
|
@@ -1798,7 +1815,9 @@ class VIEWLAYER_PT_layer_passes_aov(bpy_types._GenericUI):
|
|
|
1798
1815
|
""" """
|
|
1799
1816
|
...
|
|
1800
1817
|
|
|
1801
|
-
class
|
|
1818
|
+
class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
1819
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1820
|
+
):
|
|
1802
1821
|
""" """
|
|
1803
1822
|
|
|
1804
1823
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1960,10 +1979,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(bpy_types._GenericUI):
|
|
|
1960
1979
|
""" """
|
|
1961
1980
|
...
|
|
1962
1981
|
|
|
1963
|
-
class
|
|
1964
|
-
""" """
|
|
1965
|
-
|
|
1966
|
-
COMPAT_ENGINES: typing.Any
|
|
1982
|
+
class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
1967
1983
|
""" """
|
|
1968
1984
|
|
|
1969
1985
|
bl_context: typing.Any
|
|
@@ -1972,9 +1988,6 @@ class VIEWLAYER_PT_layer_passes_lightgroups(bpy_types._GenericUI):
|
|
|
1972
1988
|
bl_label: typing.Any
|
|
1973
1989
|
""" """
|
|
1974
1990
|
|
|
1975
|
-
bl_parent_id: typing.Any
|
|
1976
|
-
""" """
|
|
1977
|
-
|
|
1978
1991
|
bl_region_type: typing.Any
|
|
1979
1992
|
""" """
|
|
1980
1993
|
|
|
@@ -2122,10 +2135,9 @@ class VIEWLAYER_PT_layer_passes_lightgroups(bpy_types._GenericUI):
|
|
|
2122
2135
|
""" """
|
|
2123
2136
|
...
|
|
2124
2137
|
|
|
2125
|
-
class
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
COMPAT_ENGINES: typing.Any
|
|
2138
|
+
class ViewLayerCryptomattePanel(
|
|
2139
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2140
|
+
):
|
|
2129
2141
|
""" """
|
|
2130
2142
|
|
|
2131
2143
|
bl_context: typing.Any
|
|
@@ -2134,9 +2146,6 @@ class VIEWLAYER_PT_workbench_layer_passes_data(bpy_types._GenericUI):
|
|
|
2134
2146
|
bl_label: typing.Any
|
|
2135
2147
|
""" """
|
|
2136
2148
|
|
|
2137
|
-
bl_parent_id: typing.Any
|
|
2138
|
-
""" """
|
|
2139
|
-
|
|
2140
2149
|
bl_region_type: typing.Any
|
|
2141
2150
|
""" """
|
|
2142
2151
|
|
|
@@ -2284,12 +2293,26 @@ class VIEWLAYER_PT_workbench_layer_passes_data(bpy_types._GenericUI):
|
|
|
2284
2293
|
""" """
|
|
2285
2294
|
...
|
|
2286
2295
|
|
|
2287
|
-
class
|
|
2296
|
+
class ViewLayerLightgroupsPanel(
|
|
2297
|
+
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2298
|
+
):
|
|
2299
|
+
""" """
|
|
2300
|
+
|
|
2301
|
+
bl_context: typing.Any
|
|
2302
|
+
""" """
|
|
2303
|
+
|
|
2304
|
+
bl_label: typing.Any
|
|
2305
|
+
""" """
|
|
2306
|
+
|
|
2307
|
+
bl_region_type: typing.Any
|
|
2288
2308
|
""" """
|
|
2289
2309
|
|
|
2290
2310
|
bl_rna: typing.Any
|
|
2291
2311
|
""" """
|
|
2292
2312
|
|
|
2313
|
+
bl_space_type: typing.Any
|
|
2314
|
+
""" """
|
|
2315
|
+
|
|
2293
2316
|
id_data: typing.Any
|
|
2294
2317
|
""" """
|
|
2295
2318
|
|
|
@@ -2312,18 +2335,10 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
2312
2335
|
""" """
|
|
2313
2336
|
...
|
|
2314
2337
|
|
|
2315
|
-
def
|
|
2316
|
-
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
2317
|
-
):
|
|
2338
|
+
def draw(self, context):
|
|
2318
2339
|
"""
|
|
2319
2340
|
|
|
2320
|
-
:param
|
|
2321
|
-
:param layout:
|
|
2322
|
-
:param _data:
|
|
2323
|
-
:param item:
|
|
2324
|
-
:param icon:
|
|
2325
|
-
:param _active_data:
|
|
2326
|
-
:param _active_propname:
|
|
2341
|
+
:param context:
|
|
2327
2342
|
"""
|
|
2328
2343
|
...
|
|
2329
2344
|
|
|
@@ -2395,6 +2410,13 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
2395
2410
|
""" """
|
|
2396
2411
|
...
|
|
2397
2412
|
|
|
2413
|
+
def poll(self, context):
|
|
2414
|
+
"""
|
|
2415
|
+
|
|
2416
|
+
:param context:
|
|
2417
|
+
"""
|
|
2418
|
+
...
|
|
2419
|
+
|
|
2398
2420
|
def pop(self):
|
|
2399
2421
|
""" """
|
|
2400
2422
|
...
|
|
@@ -2429,7 +2451,12 @@ class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
|
2429
2451
|
""" """
|
|
2430
2452
|
...
|
|
2431
2453
|
|
|
2432
|
-
class
|
|
2454
|
+
class VIEWLAYER_PT_layer_passes_aov(
|
|
2455
|
+
bpy_types.Panel, ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2456
|
+
):
|
|
2457
|
+
""" """
|
|
2458
|
+
|
|
2459
|
+
COMPAT_ENGINES: typing.Any
|
|
2433
2460
|
""" """
|
|
2434
2461
|
|
|
2435
2462
|
bl_context: typing.Any
|
|
@@ -2438,6 +2465,9 @@ class ViewLayerAOVPanel(bpy_types._GenericUI):
|
|
|
2438
2465
|
bl_label: typing.Any
|
|
2439
2466
|
""" """
|
|
2440
2467
|
|
|
2468
|
+
bl_parent_id: typing.Any
|
|
2469
|
+
""" """
|
|
2470
|
+
|
|
2441
2471
|
bl_region_type: typing.Any
|
|
2442
2472
|
""" """
|
|
2443
2473
|
|
|
@@ -2585,26 +2615,15 @@ class ViewLayerAOVPanel(bpy_types._GenericUI):
|
|
|
2585
2615
|
""" """
|
|
2586
2616
|
...
|
|
2587
2617
|
|
|
2588
|
-
class
|
|
2618
|
+
class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
2619
|
+
bpy_types.Panel,
|
|
2620
|
+
ViewLayerCryptomattePanel,
|
|
2621
|
+
ViewLayerButtonsPanel,
|
|
2622
|
+
bpy_types._GenericUI,
|
|
2623
|
+
):
|
|
2589
2624
|
""" """
|
|
2590
2625
|
|
|
2591
|
-
|
|
2592
|
-
""" """
|
|
2593
|
-
|
|
2594
|
-
bl_region_type: typing.Any
|
|
2595
|
-
""" """
|
|
2596
|
-
|
|
2597
|
-
bl_space_type: typing.Any
|
|
2598
|
-
""" """
|
|
2599
|
-
|
|
2600
|
-
def poll(self, context):
|
|
2601
|
-
"""
|
|
2602
|
-
|
|
2603
|
-
:param context:
|
|
2604
|
-
"""
|
|
2605
|
-
...
|
|
2606
|
-
|
|
2607
|
-
class ViewLayerCryptomattePanel(bpy_types._GenericUI):
|
|
2626
|
+
COMPAT_ENGINES: typing.Any
|
|
2608
2627
|
""" """
|
|
2609
2628
|
|
|
2610
2629
|
bl_context: typing.Any
|
|
@@ -2613,6 +2632,9 @@ class ViewLayerCryptomattePanel(bpy_types._GenericUI):
|
|
|
2613
2632
|
bl_label: typing.Any
|
|
2614
2633
|
""" """
|
|
2615
2634
|
|
|
2635
|
+
bl_parent_id: typing.Any
|
|
2636
|
+
""" """
|
|
2637
|
+
|
|
2616
2638
|
bl_region_type: typing.Any
|
|
2617
2639
|
""" """
|
|
2618
2640
|
|
|
@@ -2760,7 +2782,15 @@ class ViewLayerCryptomattePanel(bpy_types._GenericUI):
|
|
|
2760
2782
|
""" """
|
|
2761
2783
|
...
|
|
2762
2784
|
|
|
2763
|
-
class
|
|
2785
|
+
class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
2786
|
+
bpy_types.Panel,
|
|
2787
|
+
ViewLayerLightgroupsPanel,
|
|
2788
|
+
ViewLayerButtonsPanel,
|
|
2789
|
+
bpy_types._GenericUI,
|
|
2790
|
+
):
|
|
2791
|
+
""" """
|
|
2792
|
+
|
|
2793
|
+
COMPAT_ENGINES: typing.Any
|
|
2764
2794
|
""" """
|
|
2765
2795
|
|
|
2766
2796
|
bl_context: typing.Any
|
|
@@ -2769,6 +2799,9 @@ class ViewLayerLightgroupsPanel(bpy_types._GenericUI):
|
|
|
2769
2799
|
bl_label: typing.Any
|
|
2770
2800
|
""" """
|
|
2771
2801
|
|
|
2802
|
+
bl_parent_id: typing.Any
|
|
2803
|
+
""" """
|
|
2804
|
+
|
|
2772
2805
|
bl_region_type: typing.Any
|
|
2773
2806
|
""" """
|
|
2774
2807
|
|