fake-bpy-module 20240517__py3-none-any.whl → 20240519__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/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
|
@@ -3,19 +3,13 @@ import bpy.types
|
|
|
3
3
|
import bpy_types
|
|
4
4
|
import rna_prop_ui
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
8
|
|
|
8
9
|
class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
10
|
bl_label: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
11
|
bl_rna: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
12
|
id_data: typing.Any
|
|
18
|
-
""" """
|
|
19
13
|
|
|
20
14
|
def append(self, draw_func):
|
|
21
15
|
"""Append a draw function to this menu,
|
|
@@ -120,10 +114,7 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
120
114
|
"""
|
|
121
115
|
...
|
|
122
116
|
|
|
123
|
-
def is_extended(self):
|
|
124
|
-
""" """
|
|
125
|
-
...
|
|
126
|
-
|
|
117
|
+
def is_extended(self): ...
|
|
127
118
|
def is_property_hidden(self) -> bool:
|
|
128
119
|
"""Check if a property is hidden.
|
|
129
120
|
|
|
@@ -286,16 +277,9 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
286
277
|
...
|
|
287
278
|
|
|
288
279
|
class ViewLayerButtonsPanel:
|
|
289
|
-
""" """
|
|
290
|
-
|
|
291
280
|
bl_context: typing.Any
|
|
292
|
-
""" """
|
|
293
|
-
|
|
294
281
|
bl_region_type: typing.Any
|
|
295
|
-
""" """
|
|
296
|
-
|
|
297
282
|
bl_space_type: typing.Any
|
|
298
|
-
""" """
|
|
299
283
|
|
|
300
284
|
def poll(self, context):
|
|
301
285
|
"""
|
|
@@ -312,28 +296,13 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
312
296
|
"""
|
|
313
297
|
|
|
314
298
|
bl_context: typing.Any
|
|
315
|
-
""" """
|
|
316
|
-
|
|
317
299
|
bl_label: typing.Any
|
|
318
|
-
""" """
|
|
319
|
-
|
|
320
300
|
bl_options: typing.Any
|
|
321
|
-
""" """
|
|
322
|
-
|
|
323
301
|
bl_order: typing.Any
|
|
324
|
-
""" """
|
|
325
|
-
|
|
326
302
|
bl_region_type: typing.Any
|
|
327
|
-
""" """
|
|
328
|
-
|
|
329
303
|
bl_rna: typing.Any
|
|
330
|
-
""" """
|
|
331
|
-
|
|
332
304
|
bl_space_type: typing.Any
|
|
333
|
-
""" """
|
|
334
|
-
|
|
335
305
|
id_data: typing.Any
|
|
336
|
-
""" """
|
|
337
306
|
|
|
338
307
|
def append(self, draw_func):
|
|
339
308
|
"""Append a draw function to this menu,
|
|
@@ -418,10 +387,7 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
418
387
|
"""
|
|
419
388
|
...
|
|
420
389
|
|
|
421
|
-
def is_extended(self):
|
|
422
|
-
""" """
|
|
423
|
-
...
|
|
424
|
-
|
|
390
|
+
def is_extended(self): ...
|
|
425
391
|
def is_property_hidden(self) -> bool:
|
|
426
392
|
"""Check if a property is hidden.
|
|
427
393
|
|
|
@@ -557,13 +523,8 @@ class VIEWLAYER_PT_layer_custom_props(
|
|
|
557
523
|
...
|
|
558
524
|
|
|
559
525
|
class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
560
|
-
""" """
|
|
561
|
-
|
|
562
526
|
bl_rna: typing.Any
|
|
563
|
-
""" """
|
|
564
|
-
|
|
565
527
|
id_data: typing.Any
|
|
566
|
-
""" """
|
|
567
528
|
|
|
568
529
|
def append(self, draw_func):
|
|
569
530
|
"""Append a draw function to this menu,
|
|
@@ -656,10 +617,7 @@ class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
656
617
|
"""
|
|
657
618
|
...
|
|
658
619
|
|
|
659
|
-
def is_extended(self):
|
|
660
|
-
""" """
|
|
661
|
-
...
|
|
662
|
-
|
|
620
|
+
def is_extended(self): ...
|
|
663
621
|
def is_property_hidden(self) -> bool:
|
|
664
622
|
"""Check if a property is hidden.
|
|
665
623
|
|
|
@@ -790,31 +748,14 @@ class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
790
748
|
class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
791
749
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
792
750
|
):
|
|
793
|
-
""" """
|
|
794
|
-
|
|
795
751
|
COMPAT_ENGINES: typing.Any
|
|
796
|
-
""" """
|
|
797
|
-
|
|
798
752
|
bl_context: typing.Any
|
|
799
|
-
""" """
|
|
800
|
-
|
|
801
753
|
bl_label: typing.Any
|
|
802
|
-
""" """
|
|
803
|
-
|
|
804
754
|
bl_parent_id: typing.Any
|
|
805
|
-
""" """
|
|
806
|
-
|
|
807
755
|
bl_region_type: typing.Any
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
756
|
bl_rna: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
757
|
bl_space_type: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
758
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
759
|
|
|
819
760
|
def append(self, draw_func):
|
|
820
761
|
"""Append a draw function to this menu,
|
|
@@ -899,10 +840,7 @@ class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
|
899
840
|
"""
|
|
900
841
|
...
|
|
901
842
|
|
|
902
|
-
def is_extended(self):
|
|
903
|
-
""" """
|
|
904
|
-
...
|
|
905
|
-
|
|
843
|
+
def is_extended(self): ...
|
|
906
844
|
def is_property_hidden(self) -> bool:
|
|
907
845
|
"""Check if a property is hidden.
|
|
908
846
|
|
|
@@ -1040,31 +978,14 @@ class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
|
1040
978
|
class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
1041
979
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1042
980
|
):
|
|
1043
|
-
""" """
|
|
1044
|
-
|
|
1045
981
|
COMPAT_ENGINES: typing.Any
|
|
1046
|
-
""" """
|
|
1047
|
-
|
|
1048
982
|
bl_context: typing.Any
|
|
1049
|
-
""" """
|
|
1050
|
-
|
|
1051
983
|
bl_label: typing.Any
|
|
1052
|
-
""" """
|
|
1053
|
-
|
|
1054
984
|
bl_parent_id: typing.Any
|
|
1055
|
-
""" """
|
|
1056
|
-
|
|
1057
985
|
bl_region_type: typing.Any
|
|
1058
|
-
""" """
|
|
1059
|
-
|
|
1060
986
|
bl_rna: typing.Any
|
|
1061
|
-
""" """
|
|
1062
|
-
|
|
1063
987
|
bl_space_type: typing.Any
|
|
1064
|
-
""" """
|
|
1065
|
-
|
|
1066
988
|
id_data: typing.Any
|
|
1067
|
-
""" """
|
|
1068
989
|
|
|
1069
990
|
def append(self, draw_func):
|
|
1070
991
|
"""Append a draw function to this menu,
|
|
@@ -1149,10 +1070,7 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
|
1149
1070
|
"""
|
|
1150
1071
|
...
|
|
1151
1072
|
|
|
1152
|
-
def is_extended(self):
|
|
1153
|
-
""" """
|
|
1154
|
-
...
|
|
1155
|
-
|
|
1073
|
+
def is_extended(self): ...
|
|
1156
1074
|
def is_property_hidden(self) -> bool:
|
|
1157
1075
|
"""Check if a property is hidden.
|
|
1158
1076
|
|
|
@@ -1290,31 +1208,14 @@ class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
|
1290
1208
|
class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
1291
1209
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1292
1210
|
):
|
|
1293
|
-
""" """
|
|
1294
|
-
|
|
1295
1211
|
COMPAT_ENGINES: typing.Any
|
|
1296
|
-
""" """
|
|
1297
|
-
|
|
1298
1212
|
bl_context: typing.Any
|
|
1299
|
-
""" """
|
|
1300
|
-
|
|
1301
1213
|
bl_label: typing.Any
|
|
1302
|
-
""" """
|
|
1303
|
-
|
|
1304
1214
|
bl_parent_id: typing.Any
|
|
1305
|
-
""" """
|
|
1306
|
-
|
|
1307
1215
|
bl_region_type: typing.Any
|
|
1308
|
-
""" """
|
|
1309
|
-
|
|
1310
1216
|
bl_rna: typing.Any
|
|
1311
|
-
""" """
|
|
1312
|
-
|
|
1313
1217
|
bl_space_type: typing.Any
|
|
1314
|
-
""" """
|
|
1315
|
-
|
|
1316
1218
|
id_data: typing.Any
|
|
1317
|
-
""" """
|
|
1318
1219
|
|
|
1319
1220
|
def append(self, draw_func):
|
|
1320
1221
|
"""Append a draw function to this menu,
|
|
@@ -1399,10 +1300,7 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
|
1399
1300
|
"""
|
|
1400
1301
|
...
|
|
1401
1302
|
|
|
1402
|
-
def is_extended(self):
|
|
1403
|
-
""" """
|
|
1404
|
-
...
|
|
1405
|
-
|
|
1303
|
+
def is_extended(self): ...
|
|
1406
1304
|
def is_property_hidden(self) -> bool:
|
|
1407
1305
|
"""Check if a property is hidden.
|
|
1408
1306
|
|
|
@@ -1540,31 +1438,14 @@ class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
|
1540
1438
|
class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
1541
1439
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1542
1440
|
):
|
|
1543
|
-
""" """
|
|
1544
|
-
|
|
1545
1441
|
COMPAT_ENGINES: typing.Any
|
|
1546
|
-
""" """
|
|
1547
|
-
|
|
1548
1442
|
bl_context: typing.Any
|
|
1549
|
-
""" """
|
|
1550
|
-
|
|
1551
1443
|
bl_label: typing.Any
|
|
1552
|
-
""" """
|
|
1553
|
-
|
|
1554
1444
|
bl_parent_id: typing.Any
|
|
1555
|
-
""" """
|
|
1556
|
-
|
|
1557
1445
|
bl_region_type: typing.Any
|
|
1558
|
-
""" """
|
|
1559
|
-
|
|
1560
1446
|
bl_rna: typing.Any
|
|
1561
|
-
""" """
|
|
1562
|
-
|
|
1563
1447
|
bl_space_type: typing.Any
|
|
1564
|
-
""" """
|
|
1565
|
-
|
|
1566
1448
|
id_data: typing.Any
|
|
1567
|
-
""" """
|
|
1568
1449
|
|
|
1569
1450
|
def append(self, draw_func):
|
|
1570
1451
|
"""Append a draw function to this menu,
|
|
@@ -1649,10 +1530,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
|
1649
1530
|
"""
|
|
1650
1531
|
...
|
|
1651
1532
|
|
|
1652
|
-
def is_extended(self):
|
|
1653
|
-
""" """
|
|
1654
|
-
...
|
|
1655
|
-
|
|
1533
|
+
def is_extended(self): ...
|
|
1656
1534
|
def is_property_hidden(self) -> bool:
|
|
1657
1535
|
"""Check if a property is hidden.
|
|
1658
1536
|
|
|
@@ -1790,31 +1668,14 @@ class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
|
1790
1668
|
class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
1791
1669
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
1792
1670
|
):
|
|
1793
|
-
""" """
|
|
1794
|
-
|
|
1795
1671
|
COMPAT_ENGINES: typing.Any
|
|
1796
|
-
""" """
|
|
1797
|
-
|
|
1798
1672
|
bl_context: typing.Any
|
|
1799
|
-
""" """
|
|
1800
|
-
|
|
1801
1673
|
bl_label: typing.Any
|
|
1802
|
-
""" """
|
|
1803
|
-
|
|
1804
1674
|
bl_parent_id: typing.Any
|
|
1805
|
-
""" """
|
|
1806
|
-
|
|
1807
1675
|
bl_region_type: typing.Any
|
|
1808
|
-
""" """
|
|
1809
|
-
|
|
1810
1676
|
bl_rna: typing.Any
|
|
1811
|
-
""" """
|
|
1812
|
-
|
|
1813
1677
|
bl_space_type: typing.Any
|
|
1814
|
-
""" """
|
|
1815
|
-
|
|
1816
1678
|
id_data: typing.Any
|
|
1817
|
-
""" """
|
|
1818
1679
|
|
|
1819
1680
|
def append(self, draw_func):
|
|
1820
1681
|
"""Append a draw function to this menu,
|
|
@@ -1899,10 +1760,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
|
1899
1760
|
"""
|
|
1900
1761
|
...
|
|
1901
1762
|
|
|
1902
|
-
def is_extended(self):
|
|
1903
|
-
""" """
|
|
1904
|
-
...
|
|
1905
|
-
|
|
1763
|
+
def is_extended(self): ...
|
|
1906
1764
|
def is_property_hidden(self) -> bool:
|
|
1907
1765
|
"""Check if a property is hidden.
|
|
1908
1766
|
|
|
@@ -2038,31 +1896,14 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
|
2038
1896
|
...
|
|
2039
1897
|
|
|
2040
1898
|
class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
2041
|
-
""" """
|
|
2042
|
-
|
|
2043
1899
|
COMPAT_ENGINES: typing.Any
|
|
2044
|
-
""" """
|
|
2045
|
-
|
|
2046
1900
|
bl_context: typing.Any
|
|
2047
|
-
""" """
|
|
2048
|
-
|
|
2049
1901
|
bl_label: typing.Any
|
|
2050
|
-
""" """
|
|
2051
|
-
|
|
2052
1902
|
bl_options: typing.Any
|
|
2053
|
-
""" """
|
|
2054
|
-
|
|
2055
1903
|
bl_region_type: typing.Any
|
|
2056
|
-
""" """
|
|
2057
|
-
|
|
2058
1904
|
bl_rna: typing.Any
|
|
2059
|
-
""" """
|
|
2060
|
-
|
|
2061
1905
|
bl_space_type: typing.Any
|
|
2062
|
-
""" """
|
|
2063
|
-
|
|
2064
1906
|
id_data: typing.Any
|
|
2065
|
-
""" """
|
|
2066
1907
|
|
|
2067
1908
|
def append(self, draw_func):
|
|
2068
1909
|
"""Append a draw function to this menu,
|
|
@@ -2147,10 +1988,7 @@ class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gen
|
|
|
2147
1988
|
"""
|
|
2148
1989
|
...
|
|
2149
1990
|
|
|
2150
|
-
def is_extended(self):
|
|
2151
|
-
""" """
|
|
2152
|
-
...
|
|
2153
|
-
|
|
1991
|
+
def is_extended(self): ...
|
|
2154
1992
|
def is_property_hidden(self) -> bool:
|
|
2155
1993
|
"""Check if a property is hidden.
|
|
2156
1994
|
|
|
@@ -2286,28 +2124,13 @@ class VIEWLAYER_PT_filter(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gen
|
|
|
2286
2124
|
...
|
|
2287
2125
|
|
|
2288
2126
|
class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
2289
|
-
""" """
|
|
2290
|
-
|
|
2291
2127
|
COMPAT_ENGINES: typing.Any
|
|
2292
|
-
""" """
|
|
2293
|
-
|
|
2294
2128
|
bl_context: typing.Any
|
|
2295
|
-
""" """
|
|
2296
|
-
|
|
2297
2129
|
bl_label: typing.Any
|
|
2298
|
-
""" """
|
|
2299
|
-
|
|
2300
2130
|
bl_region_type: typing.Any
|
|
2301
|
-
""" """
|
|
2302
|
-
|
|
2303
2131
|
bl_rna: typing.Any
|
|
2304
|
-
""" """
|
|
2305
|
-
|
|
2306
2132
|
bl_space_type: typing.Any
|
|
2307
|
-
""" """
|
|
2308
|
-
|
|
2309
2133
|
id_data: typing.Any
|
|
2310
|
-
""" """
|
|
2311
2134
|
|
|
2312
2135
|
def append(self, draw_func):
|
|
2313
2136
|
"""Append a draw function to this menu,
|
|
@@ -2392,10 +2215,7 @@ class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gene
|
|
|
2392
2215
|
"""
|
|
2393
2216
|
...
|
|
2394
2217
|
|
|
2395
|
-
def is_extended(self):
|
|
2396
|
-
""" """
|
|
2397
|
-
...
|
|
2398
|
-
|
|
2218
|
+
def is_extended(self): ...
|
|
2399
2219
|
def is_property_hidden(self) -> bool:
|
|
2400
2220
|
"""Check if a property is hidden.
|
|
2401
2221
|
|
|
@@ -2533,28 +2353,13 @@ class VIEWLAYER_PT_layer(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gene
|
|
|
2533
2353
|
class VIEWLAYER_PT_layer_passes(
|
|
2534
2354
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2535
2355
|
):
|
|
2536
|
-
""" """
|
|
2537
|
-
|
|
2538
2356
|
COMPAT_ENGINES: typing.Any
|
|
2539
|
-
""" """
|
|
2540
|
-
|
|
2541
2357
|
bl_context: typing.Any
|
|
2542
|
-
""" """
|
|
2543
|
-
|
|
2544
2358
|
bl_label: typing.Any
|
|
2545
|
-
""" """
|
|
2546
|
-
|
|
2547
2359
|
bl_region_type: typing.Any
|
|
2548
|
-
""" """
|
|
2549
|
-
|
|
2550
2360
|
bl_rna: typing.Any
|
|
2551
|
-
""" """
|
|
2552
|
-
|
|
2553
2361
|
bl_space_type: typing.Any
|
|
2554
|
-
""" """
|
|
2555
|
-
|
|
2556
2362
|
id_data: typing.Any
|
|
2557
|
-
""" """
|
|
2558
2363
|
|
|
2559
2364
|
def append(self, draw_func):
|
|
2560
2365
|
"""Append a draw function to this menu,
|
|
@@ -2639,10 +2444,7 @@ class VIEWLAYER_PT_layer_passes(
|
|
|
2639
2444
|
"""
|
|
2640
2445
|
...
|
|
2641
2446
|
|
|
2642
|
-
def is_extended(self):
|
|
2643
|
-
""" """
|
|
2644
|
-
...
|
|
2645
|
-
|
|
2447
|
+
def is_extended(self): ...
|
|
2646
2448
|
def is_property_hidden(self) -> bool:
|
|
2647
2449
|
"""Check if a property is hidden.
|
|
2648
2450
|
|
|
@@ -2780,31 +2582,14 @@ class VIEWLAYER_PT_layer_passes(
|
|
|
2780
2582
|
class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
2781
2583
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
2782
2584
|
):
|
|
2783
|
-
""" """
|
|
2784
|
-
|
|
2785
2585
|
COMPAT_ENGINES: typing.Any
|
|
2786
|
-
""" """
|
|
2787
|
-
|
|
2788
2586
|
bl_context: typing.Any
|
|
2789
|
-
""" """
|
|
2790
|
-
|
|
2791
2587
|
bl_label: typing.Any
|
|
2792
|
-
""" """
|
|
2793
|
-
|
|
2794
2588
|
bl_parent_id: typing.Any
|
|
2795
|
-
""" """
|
|
2796
|
-
|
|
2797
2589
|
bl_region_type: typing.Any
|
|
2798
|
-
""" """
|
|
2799
|
-
|
|
2800
2590
|
bl_rna: typing.Any
|
|
2801
|
-
""" """
|
|
2802
|
-
|
|
2803
2591
|
bl_space_type: typing.Any
|
|
2804
|
-
""" """
|
|
2805
|
-
|
|
2806
2592
|
id_data: typing.Any
|
|
2807
|
-
""" """
|
|
2808
2593
|
|
|
2809
2594
|
def append(self, draw_func):
|
|
2810
2595
|
"""Append a draw function to this menu,
|
|
@@ -2889,10 +2674,7 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
|
2889
2674
|
"""
|
|
2890
2675
|
...
|
|
2891
2676
|
|
|
2892
|
-
def is_extended(self):
|
|
2893
|
-
""" """
|
|
2894
|
-
...
|
|
2895
|
-
|
|
2677
|
+
def is_extended(self): ...
|
|
2896
2678
|
def is_property_hidden(self) -> bool:
|
|
2897
2679
|
"""Check if a property is hidden.
|
|
2898
2680
|
|
|
@@ -3028,25 +2810,12 @@ class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
|
3028
2810
|
...
|
|
3029
2811
|
|
|
3030
2812
|
class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI):
|
|
3031
|
-
""" """
|
|
3032
|
-
|
|
3033
2813
|
bl_context: typing.Any
|
|
3034
|
-
""" """
|
|
3035
|
-
|
|
3036
2814
|
bl_label: typing.Any
|
|
3037
|
-
""" """
|
|
3038
|
-
|
|
3039
2815
|
bl_region_type: typing.Any
|
|
3040
|
-
""" """
|
|
3041
|
-
|
|
3042
2816
|
bl_rna: typing.Any
|
|
3043
|
-
""" """
|
|
3044
|
-
|
|
3045
2817
|
bl_space_type: typing.Any
|
|
3046
|
-
""" """
|
|
3047
|
-
|
|
3048
2818
|
id_data: typing.Any
|
|
3049
|
-
""" """
|
|
3050
2819
|
|
|
3051
2820
|
def append(self, draw_func):
|
|
3052
2821
|
"""Append a draw function to this menu,
|
|
@@ -3131,10 +2900,7 @@ class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gener
|
|
|
3131
2900
|
"""
|
|
3132
2901
|
...
|
|
3133
2902
|
|
|
3134
|
-
def is_extended(self):
|
|
3135
|
-
""" """
|
|
3136
|
-
...
|
|
3137
|
-
|
|
2903
|
+
def is_extended(self): ...
|
|
3138
2904
|
def is_property_hidden(self) -> bool:
|
|
3139
2905
|
"""Check if a property is hidden.
|
|
3140
2906
|
|
|
@@ -3272,25 +3038,12 @@ class ViewLayerAOVPanel(bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._Gener
|
|
|
3272
3038
|
class ViewLayerCryptomattePanel(
|
|
3273
3039
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3274
3040
|
):
|
|
3275
|
-
""" """
|
|
3276
|
-
|
|
3277
3041
|
bl_context: typing.Any
|
|
3278
|
-
""" """
|
|
3279
|
-
|
|
3280
3042
|
bl_label: typing.Any
|
|
3281
|
-
""" """
|
|
3282
|
-
|
|
3283
3043
|
bl_region_type: typing.Any
|
|
3284
|
-
""" """
|
|
3285
|
-
|
|
3286
3044
|
bl_rna: typing.Any
|
|
3287
|
-
""" """
|
|
3288
|
-
|
|
3289
3045
|
bl_space_type: typing.Any
|
|
3290
|
-
""" """
|
|
3291
|
-
|
|
3292
3046
|
id_data: typing.Any
|
|
3293
|
-
""" """
|
|
3294
3047
|
|
|
3295
3048
|
def append(self, draw_func):
|
|
3296
3049
|
"""Append a draw function to this menu,
|
|
@@ -3375,10 +3128,7 @@ class ViewLayerCryptomattePanel(
|
|
|
3375
3128
|
"""
|
|
3376
3129
|
...
|
|
3377
3130
|
|
|
3378
|
-
def is_extended(self):
|
|
3379
|
-
""" """
|
|
3380
|
-
...
|
|
3381
|
-
|
|
3131
|
+
def is_extended(self): ...
|
|
3382
3132
|
def is_property_hidden(self) -> bool:
|
|
3383
3133
|
"""Check if a property is hidden.
|
|
3384
3134
|
|
|
@@ -3516,25 +3266,12 @@ class ViewLayerCryptomattePanel(
|
|
|
3516
3266
|
class ViewLayerLightgroupsPanel(
|
|
3517
3267
|
bpy_types.Panel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3518
3268
|
):
|
|
3519
|
-
""" """
|
|
3520
|
-
|
|
3521
3269
|
bl_context: typing.Any
|
|
3522
|
-
""" """
|
|
3523
|
-
|
|
3524
3270
|
bl_label: typing.Any
|
|
3525
|
-
""" """
|
|
3526
|
-
|
|
3527
3271
|
bl_region_type: typing.Any
|
|
3528
|
-
""" """
|
|
3529
|
-
|
|
3530
3272
|
bl_rna: typing.Any
|
|
3531
|
-
""" """
|
|
3532
|
-
|
|
3533
3273
|
bl_space_type: typing.Any
|
|
3534
|
-
""" """
|
|
3535
|
-
|
|
3536
3274
|
id_data: typing.Any
|
|
3537
|
-
""" """
|
|
3538
3275
|
|
|
3539
3276
|
def append(self, draw_func):
|
|
3540
3277
|
"""Append a draw function to this menu,
|
|
@@ -3619,10 +3356,7 @@ class ViewLayerLightgroupsPanel(
|
|
|
3619
3356
|
"""
|
|
3620
3357
|
...
|
|
3621
3358
|
|
|
3622
|
-
def is_extended(self):
|
|
3623
|
-
""" """
|
|
3624
|
-
...
|
|
3625
|
-
|
|
3359
|
+
def is_extended(self): ...
|
|
3626
3360
|
def is_property_hidden(self) -> bool:
|
|
3627
3361
|
"""Check if a property is hidden.
|
|
3628
3362
|
|
|
@@ -3760,31 +3494,14 @@ class ViewLayerLightgroupsPanel(
|
|
|
3760
3494
|
class VIEWLAYER_PT_layer_passes_aov(
|
|
3761
3495
|
bpy_types.Panel, ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types._GenericUI
|
|
3762
3496
|
):
|
|
3763
|
-
""" """
|
|
3764
|
-
|
|
3765
3497
|
COMPAT_ENGINES: typing.Any
|
|
3766
|
-
""" """
|
|
3767
|
-
|
|
3768
3498
|
bl_context: typing.Any
|
|
3769
|
-
""" """
|
|
3770
|
-
|
|
3771
3499
|
bl_label: typing.Any
|
|
3772
|
-
""" """
|
|
3773
|
-
|
|
3774
3500
|
bl_parent_id: typing.Any
|
|
3775
|
-
""" """
|
|
3776
|
-
|
|
3777
3501
|
bl_region_type: typing.Any
|
|
3778
|
-
""" """
|
|
3779
|
-
|
|
3780
3502
|
bl_rna: typing.Any
|
|
3781
|
-
""" """
|
|
3782
|
-
|
|
3783
3503
|
bl_space_type: typing.Any
|
|
3784
|
-
""" """
|
|
3785
|
-
|
|
3786
3504
|
id_data: typing.Any
|
|
3787
|
-
""" """
|
|
3788
3505
|
|
|
3789
3506
|
def append(self, draw_func):
|
|
3790
3507
|
"""Append a draw function to this menu,
|
|
@@ -3869,10 +3586,7 @@ class VIEWLAYER_PT_layer_passes_aov(
|
|
|
3869
3586
|
"""
|
|
3870
3587
|
...
|
|
3871
3588
|
|
|
3872
|
-
def is_extended(self):
|
|
3873
|
-
""" """
|
|
3874
|
-
...
|
|
3875
|
-
|
|
3589
|
+
def is_extended(self): ...
|
|
3876
3590
|
def is_property_hidden(self) -> bool:
|
|
3877
3591
|
"""Check if a property is hidden.
|
|
3878
3592
|
|
|
@@ -4013,31 +3727,14 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
4013
3727
|
ViewLayerButtonsPanel,
|
|
4014
3728
|
bpy_types._GenericUI,
|
|
4015
3729
|
):
|
|
4016
|
-
""" """
|
|
4017
|
-
|
|
4018
3730
|
COMPAT_ENGINES: typing.Any
|
|
4019
|
-
""" """
|
|
4020
|
-
|
|
4021
3731
|
bl_context: typing.Any
|
|
4022
|
-
""" """
|
|
4023
|
-
|
|
4024
3732
|
bl_label: typing.Any
|
|
4025
|
-
""" """
|
|
4026
|
-
|
|
4027
3733
|
bl_parent_id: typing.Any
|
|
4028
|
-
""" """
|
|
4029
|
-
|
|
4030
3734
|
bl_region_type: typing.Any
|
|
4031
|
-
""" """
|
|
4032
|
-
|
|
4033
3735
|
bl_rna: typing.Any
|
|
4034
|
-
""" """
|
|
4035
|
-
|
|
4036
3736
|
bl_space_type: typing.Any
|
|
4037
|
-
""" """
|
|
4038
|
-
|
|
4039
3737
|
id_data: typing.Any
|
|
4040
|
-
""" """
|
|
4041
3738
|
|
|
4042
3739
|
def append(self, draw_func):
|
|
4043
3740
|
"""Append a draw function to this menu,
|
|
@@ -4122,10 +3819,7 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
4122
3819
|
"""
|
|
4123
3820
|
...
|
|
4124
3821
|
|
|
4125
|
-
def is_extended(self):
|
|
4126
|
-
""" """
|
|
4127
|
-
...
|
|
4128
|
-
|
|
3822
|
+
def is_extended(self): ...
|
|
4129
3823
|
def is_property_hidden(self) -> bool:
|
|
4130
3824
|
"""Check if a property is hidden.
|
|
4131
3825
|
|
|
@@ -4266,31 +3960,14 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
4266
3960
|
ViewLayerButtonsPanel,
|
|
4267
3961
|
bpy_types._GenericUI,
|
|
4268
3962
|
):
|
|
4269
|
-
""" """
|
|
4270
|
-
|
|
4271
3963
|
COMPAT_ENGINES: typing.Any
|
|
4272
|
-
""" """
|
|
4273
|
-
|
|
4274
3964
|
bl_context: typing.Any
|
|
4275
|
-
""" """
|
|
4276
|
-
|
|
4277
3965
|
bl_label: typing.Any
|
|
4278
|
-
""" """
|
|
4279
|
-
|
|
4280
3966
|
bl_parent_id: typing.Any
|
|
4281
|
-
""" """
|
|
4282
|
-
|
|
4283
3967
|
bl_region_type: typing.Any
|
|
4284
|
-
""" """
|
|
4285
|
-
|
|
4286
3968
|
bl_rna: typing.Any
|
|
4287
|
-
""" """
|
|
4288
|
-
|
|
4289
3969
|
bl_space_type: typing.Any
|
|
4290
|
-
""" """
|
|
4291
|
-
|
|
4292
3970
|
id_data: typing.Any
|
|
4293
|
-
""" """
|
|
4294
3971
|
|
|
4295
3972
|
def append(self, draw_func):
|
|
4296
3973
|
"""Append a draw function to this menu,
|
|
@@ -4375,10 +4052,7 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
4375
4052
|
"""
|
|
4376
4053
|
...
|
|
4377
4054
|
|
|
4378
|
-
def is_extended(self):
|
|
4379
|
-
""" """
|
|
4380
|
-
...
|
|
4381
|
-
|
|
4055
|
+
def is_extended(self): ...
|
|
4382
4056
|
def is_property_hidden(self) -> bool:
|
|
4383
4057
|
"""Check if a property is hidden.
|
|
4384
4058
|
|