fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
|
@@ -1,38 +1,125 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
|
-
import rna_prop_ui
|
|
5
3
|
|
|
6
4
|
GenericType = typing.TypeVar("GenericType")
|
|
7
5
|
|
|
8
|
-
class VIEWLAYER_MT_lightgroup_sync(bpy_types.
|
|
6
|
+
class VIEWLAYER_MT_lightgroup_sync(bpy_types._GenericUI):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
9
|
bl_label: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
10
12
|
bl_rna: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
11
15
|
id_data: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
def append(self, draw_func):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param draw_func:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
def as_pointer(self):
|
|
26
|
+
""" """
|
|
27
|
+
...
|
|
28
|
+
|
|
29
|
+
def bl_rna_get_subclass(self):
|
|
30
|
+
""" """
|
|
31
|
+
...
|
|
32
|
+
|
|
33
|
+
def bl_rna_get_subclass_py(self):
|
|
34
|
+
""" """
|
|
35
|
+
...
|
|
36
|
+
|
|
37
|
+
def draw(self, _context):
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
:param _context:
|
|
41
|
+
"""
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
def draw_collapsible(self, context, layout):
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
:param context:
|
|
48
|
+
:param layout:
|
|
49
|
+
"""
|
|
50
|
+
...
|
|
51
|
+
|
|
52
|
+
def draw_preset(self, _context):
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
:param _context:
|
|
56
|
+
"""
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def driver_add(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
62
|
+
|
|
63
|
+
def driver_remove(self):
|
|
64
|
+
""" """
|
|
65
|
+
...
|
|
66
|
+
|
|
67
|
+
def get(self):
|
|
68
|
+
""" """
|
|
69
|
+
...
|
|
70
|
+
|
|
71
|
+
def id_properties_clear(self):
|
|
72
|
+
""" """
|
|
73
|
+
...
|
|
74
|
+
|
|
75
|
+
def id_properties_ensure(self):
|
|
76
|
+
""" """
|
|
77
|
+
...
|
|
78
|
+
|
|
79
|
+
def id_properties_ui(self):
|
|
80
|
+
""" """
|
|
81
|
+
...
|
|
82
|
+
|
|
83
|
+
def is_extended(self):
|
|
84
|
+
""" """
|
|
85
|
+
...
|
|
86
|
+
|
|
87
|
+
def is_property_hidden(self):
|
|
88
|
+
""" """
|
|
89
|
+
...
|
|
90
|
+
|
|
91
|
+
def is_property_overridable_library(self):
|
|
92
|
+
""" """
|
|
93
|
+
...
|
|
94
|
+
|
|
95
|
+
def is_property_readonly(self):
|
|
96
|
+
""" """
|
|
97
|
+
...
|
|
98
|
+
|
|
99
|
+
def is_property_set(self):
|
|
100
|
+
""" """
|
|
101
|
+
...
|
|
102
|
+
|
|
103
|
+
def items(self):
|
|
104
|
+
""" """
|
|
105
|
+
...
|
|
106
|
+
|
|
107
|
+
def keyframe_delete(self):
|
|
108
|
+
""" """
|
|
109
|
+
...
|
|
110
|
+
|
|
111
|
+
def keyframe_insert(self):
|
|
112
|
+
""" """
|
|
113
|
+
...
|
|
114
|
+
|
|
115
|
+
def keys(self):
|
|
116
|
+
""" """
|
|
117
|
+
...
|
|
118
|
+
|
|
119
|
+
def path_from_id(self):
|
|
120
|
+
""" """
|
|
121
|
+
...
|
|
12
122
|
|
|
13
|
-
def append(self, draw_func): ...
|
|
14
|
-
def as_pointer(self): ...
|
|
15
|
-
def bl_rna_get_subclass(self): ...
|
|
16
|
-
def bl_rna_get_subclass_py(self): ...
|
|
17
|
-
def draw(self, _context): ...
|
|
18
|
-
def draw_collapsible(self, context, layout): ...
|
|
19
|
-
def draw_preset(self, _context): ...
|
|
20
|
-
def driver_add(self): ...
|
|
21
|
-
def driver_remove(self): ...
|
|
22
|
-
def get(self): ...
|
|
23
|
-
def id_properties_clear(self): ...
|
|
24
|
-
def id_properties_ensure(self): ...
|
|
25
|
-
def id_properties_ui(self): ...
|
|
26
|
-
def is_extended(self): ...
|
|
27
|
-
def is_property_hidden(self): ...
|
|
28
|
-
def is_property_overridable_library(self): ...
|
|
29
|
-
def is_property_readonly(self): ...
|
|
30
|
-
def is_property_set(self): ...
|
|
31
|
-
def items(self): ...
|
|
32
|
-
def keyframe_delete(self): ...
|
|
33
|
-
def keyframe_insert(self): ...
|
|
34
|
-
def keys(self): ...
|
|
35
|
-
def path_from_id(self): ...
|
|
36
123
|
def path_menu(
|
|
37
124
|
self,
|
|
38
125
|
searchpaths,
|
|
@@ -43,735 +130,2786 @@ class VIEWLAYER_MT_lightgroup_sync(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43
130
|
filter_path,
|
|
44
131
|
display_name,
|
|
45
132
|
add_operator,
|
|
46
|
-
):
|
|
47
|
-
|
|
48
|
-
def pop(self): ...
|
|
49
|
-
def prepend(self, draw_func): ...
|
|
50
|
-
def property_overridable_library_set(self): ...
|
|
51
|
-
def property_unset(self): ...
|
|
52
|
-
def remove(self, draw_func): ...
|
|
53
|
-
def type_recast(self): ...
|
|
54
|
-
def values(self): ...
|
|
55
|
-
|
|
56
|
-
class VIEWLAYER_PT_layer_custom_props(
|
|
57
|
-
rna_prop_ui.PropertyPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
58
|
-
):
|
|
59
|
-
bl_context: typing.Any
|
|
60
|
-
bl_label: typing.Any
|
|
61
|
-
bl_options: typing.Any
|
|
62
|
-
bl_order: typing.Any
|
|
63
|
-
bl_region_type: typing.Any
|
|
64
|
-
bl_rna: typing.Any
|
|
65
|
-
bl_space_type: typing.Any
|
|
66
|
-
id_data: typing.Any
|
|
133
|
+
):
|
|
134
|
+
"""
|
|
67
135
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
def id_properties_ui(self): ...
|
|
79
|
-
def is_extended(self): ...
|
|
80
|
-
def is_property_hidden(self): ...
|
|
81
|
-
def is_property_overridable_library(self): ...
|
|
82
|
-
def is_property_readonly(self): ...
|
|
83
|
-
def is_property_set(self): ...
|
|
84
|
-
def items(self): ...
|
|
85
|
-
def keyframe_delete(self): ...
|
|
86
|
-
def keyframe_insert(self): ...
|
|
87
|
-
def keys(self): ...
|
|
88
|
-
def path_from_id(self): ...
|
|
89
|
-
def path_resolve(self): ...
|
|
90
|
-
def poll(self, context): ...
|
|
91
|
-
def pop(self): ...
|
|
92
|
-
def prepend(self, draw_func): ...
|
|
93
|
-
def property_overridable_library_set(self): ...
|
|
94
|
-
def property_unset(self): ...
|
|
95
|
-
def remove(self, draw_func): ...
|
|
96
|
-
def type_recast(self): ...
|
|
97
|
-
def values(self): ...
|
|
98
|
-
|
|
99
|
-
class VIEWLAYER_UL_aov(bpy_types.UIList, bpy_types._GenericUI):
|
|
100
|
-
bl_rna: typing.Any
|
|
101
|
-
id_data: typing.Any
|
|
136
|
+
:param searchpaths:
|
|
137
|
+
:param operator:
|
|
138
|
+
:param props_default:
|
|
139
|
+
:param prop_filepath:
|
|
140
|
+
:param filter_ext:
|
|
141
|
+
:param filter_path:
|
|
142
|
+
:param display_name:
|
|
143
|
+
:param add_operator:
|
|
144
|
+
"""
|
|
145
|
+
...
|
|
102
146
|
|
|
103
|
-
def
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
def bl_rna_get_subclass_py(self): ...
|
|
107
|
-
def draw_item(
|
|
108
|
-
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
109
|
-
): ...
|
|
110
|
-
def driver_add(self): ...
|
|
111
|
-
def driver_remove(self): ...
|
|
112
|
-
def get(self): ...
|
|
113
|
-
def id_properties_clear(self): ...
|
|
114
|
-
def id_properties_ensure(self): ...
|
|
115
|
-
def id_properties_ui(self): ...
|
|
116
|
-
def is_extended(self): ...
|
|
117
|
-
def is_property_hidden(self): ...
|
|
118
|
-
def is_property_overridable_library(self): ...
|
|
119
|
-
def is_property_readonly(self): ...
|
|
120
|
-
def is_property_set(self): ...
|
|
121
|
-
def items(self): ...
|
|
122
|
-
def keyframe_delete(self): ...
|
|
123
|
-
def keyframe_insert(self): ...
|
|
124
|
-
def keys(self): ...
|
|
125
|
-
def path_from_id(self): ...
|
|
126
|
-
def path_resolve(self): ...
|
|
127
|
-
def pop(self): ...
|
|
128
|
-
def prepend(self, draw_func): ...
|
|
129
|
-
def property_overridable_library_set(self): ...
|
|
130
|
-
def property_unset(self): ...
|
|
131
|
-
def remove(self, draw_func): ...
|
|
132
|
-
def type_recast(self): ...
|
|
133
|
-
def values(self): ...
|
|
147
|
+
def path_resolve(self):
|
|
148
|
+
""" """
|
|
149
|
+
...
|
|
134
150
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
151
|
+
def pop(self):
|
|
152
|
+
""" """
|
|
153
|
+
...
|
|
154
|
+
|
|
155
|
+
def prepend(self, draw_func):
|
|
156
|
+
"""
|
|
157
|
+
|
|
158
|
+
:param draw_func:
|
|
159
|
+
"""
|
|
160
|
+
...
|
|
139
161
|
|
|
140
|
-
def
|
|
162
|
+
def property_overridable_library_set(self):
|
|
163
|
+
""" """
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
def property_unset(self):
|
|
167
|
+
""" """
|
|
168
|
+
...
|
|
169
|
+
|
|
170
|
+
def remove(self, draw_func):
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
:param draw_func:
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
176
|
+
|
|
177
|
+
def type_recast(self):
|
|
178
|
+
""" """
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def values(self):
|
|
182
|
+
""" """
|
|
183
|
+
...
|
|
184
|
+
|
|
185
|
+
class VIEWLAYER_PT_eevee_layer_passes_data(bpy_types._GenericUI):
|
|
186
|
+
""" """
|
|
141
187
|
|
|
142
|
-
class VIEWLAYER_PT_eevee_layer_passes_data(
|
|
143
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
144
|
-
):
|
|
145
188
|
COMPAT_ENGINES: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
146
191
|
bl_context: typing.Any
|
|
192
|
+
""" """
|
|
193
|
+
|
|
147
194
|
bl_label: typing.Any
|
|
195
|
+
""" """
|
|
196
|
+
|
|
148
197
|
bl_parent_id: typing.Any
|
|
198
|
+
""" """
|
|
199
|
+
|
|
149
200
|
bl_region_type: typing.Any
|
|
201
|
+
""" """
|
|
202
|
+
|
|
150
203
|
bl_rna: typing.Any
|
|
204
|
+
""" """
|
|
205
|
+
|
|
151
206
|
bl_space_type: typing.Any
|
|
207
|
+
""" """
|
|
208
|
+
|
|
152
209
|
id_data: typing.Any
|
|
210
|
+
""" """
|
|
211
|
+
|
|
212
|
+
def append(self, draw_func):
|
|
213
|
+
"""
|
|
214
|
+
|
|
215
|
+
:param draw_func:
|
|
216
|
+
"""
|
|
217
|
+
...
|
|
218
|
+
|
|
219
|
+
def as_pointer(self):
|
|
220
|
+
""" """
|
|
221
|
+
...
|
|
222
|
+
|
|
223
|
+
def bl_rna_get_subclass(self):
|
|
224
|
+
""" """
|
|
225
|
+
...
|
|
226
|
+
|
|
227
|
+
def bl_rna_get_subclass_py(self):
|
|
228
|
+
""" """
|
|
229
|
+
...
|
|
230
|
+
|
|
231
|
+
def draw(self, context):
|
|
232
|
+
"""
|
|
233
|
+
|
|
234
|
+
:param context:
|
|
235
|
+
"""
|
|
236
|
+
...
|
|
237
|
+
|
|
238
|
+
def driver_add(self):
|
|
239
|
+
""" """
|
|
240
|
+
...
|
|
241
|
+
|
|
242
|
+
def driver_remove(self):
|
|
243
|
+
""" """
|
|
244
|
+
...
|
|
245
|
+
|
|
246
|
+
def get(self):
|
|
247
|
+
""" """
|
|
248
|
+
...
|
|
249
|
+
|
|
250
|
+
def id_properties_clear(self):
|
|
251
|
+
""" """
|
|
252
|
+
...
|
|
253
|
+
|
|
254
|
+
def id_properties_ensure(self):
|
|
255
|
+
""" """
|
|
256
|
+
...
|
|
257
|
+
|
|
258
|
+
def id_properties_ui(self):
|
|
259
|
+
""" """
|
|
260
|
+
...
|
|
261
|
+
|
|
262
|
+
def is_extended(self):
|
|
263
|
+
""" """
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def is_property_hidden(self):
|
|
267
|
+
""" """
|
|
268
|
+
...
|
|
269
|
+
|
|
270
|
+
def is_property_overridable_library(self):
|
|
271
|
+
""" """
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def is_property_readonly(self):
|
|
275
|
+
""" """
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
def is_property_set(self):
|
|
279
|
+
""" """
|
|
280
|
+
...
|
|
281
|
+
|
|
282
|
+
def items(self):
|
|
283
|
+
""" """
|
|
284
|
+
...
|
|
285
|
+
|
|
286
|
+
def keyframe_delete(self):
|
|
287
|
+
""" """
|
|
288
|
+
...
|
|
289
|
+
|
|
290
|
+
def keyframe_insert(self):
|
|
291
|
+
""" """
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def keys(self):
|
|
295
|
+
""" """
|
|
296
|
+
...
|
|
297
|
+
|
|
298
|
+
def path_from_id(self):
|
|
299
|
+
""" """
|
|
300
|
+
...
|
|
301
|
+
|
|
302
|
+
def path_resolve(self):
|
|
303
|
+
""" """
|
|
304
|
+
...
|
|
305
|
+
|
|
306
|
+
def poll(self, context):
|
|
307
|
+
"""
|
|
308
|
+
|
|
309
|
+
:param context:
|
|
310
|
+
"""
|
|
311
|
+
...
|
|
312
|
+
|
|
313
|
+
def pop(self):
|
|
314
|
+
""" """
|
|
315
|
+
...
|
|
316
|
+
|
|
317
|
+
def prepend(self, draw_func):
|
|
318
|
+
"""
|
|
319
|
+
|
|
320
|
+
:param draw_func:
|
|
321
|
+
"""
|
|
322
|
+
...
|
|
323
|
+
|
|
324
|
+
def property_overridable_library_set(self):
|
|
325
|
+
""" """
|
|
326
|
+
...
|
|
327
|
+
|
|
328
|
+
def property_unset(self):
|
|
329
|
+
""" """
|
|
330
|
+
...
|
|
331
|
+
|
|
332
|
+
def remove(self, draw_func):
|
|
333
|
+
"""
|
|
334
|
+
|
|
335
|
+
:param draw_func:
|
|
336
|
+
"""
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
def type_recast(self):
|
|
340
|
+
""" """
|
|
341
|
+
...
|
|
342
|
+
|
|
343
|
+
def values(self):
|
|
344
|
+
""" """
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
class VIEWLAYER_PT_eevee_layer_passes_effects(bpy_types._GenericUI):
|
|
348
|
+
""" """
|
|
153
349
|
|
|
154
|
-
def append(self, draw_func): ...
|
|
155
|
-
def as_pointer(self): ...
|
|
156
|
-
def bl_rna_get_subclass(self): ...
|
|
157
|
-
def bl_rna_get_subclass_py(self): ...
|
|
158
|
-
def draw(self, context): ...
|
|
159
|
-
def driver_add(self): ...
|
|
160
|
-
def driver_remove(self): ...
|
|
161
|
-
def get(self): ...
|
|
162
|
-
def id_properties_clear(self): ...
|
|
163
|
-
def id_properties_ensure(self): ...
|
|
164
|
-
def id_properties_ui(self): ...
|
|
165
|
-
def is_extended(self): ...
|
|
166
|
-
def is_property_hidden(self): ...
|
|
167
|
-
def is_property_overridable_library(self): ...
|
|
168
|
-
def is_property_readonly(self): ...
|
|
169
|
-
def is_property_set(self): ...
|
|
170
|
-
def items(self): ...
|
|
171
|
-
def keyframe_delete(self): ...
|
|
172
|
-
def keyframe_insert(self): ...
|
|
173
|
-
def keys(self): ...
|
|
174
|
-
def path_from_id(self): ...
|
|
175
|
-
def path_resolve(self): ...
|
|
176
|
-
def poll(self, context): ...
|
|
177
|
-
def pop(self): ...
|
|
178
|
-
def prepend(self, draw_func): ...
|
|
179
|
-
def property_overridable_library_set(self): ...
|
|
180
|
-
def property_unset(self): ...
|
|
181
|
-
def remove(self, draw_func): ...
|
|
182
|
-
def type_recast(self): ...
|
|
183
|
-
def values(self): ...
|
|
184
|
-
|
|
185
|
-
class VIEWLAYER_PT_eevee_layer_passes_effects(
|
|
186
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
187
|
-
):
|
|
188
350
|
COMPAT_ENGINES: typing.Any
|
|
351
|
+
""" """
|
|
352
|
+
|
|
189
353
|
bl_context: typing.Any
|
|
354
|
+
""" """
|
|
355
|
+
|
|
190
356
|
bl_label: typing.Any
|
|
357
|
+
""" """
|
|
358
|
+
|
|
191
359
|
bl_parent_id: typing.Any
|
|
360
|
+
""" """
|
|
361
|
+
|
|
192
362
|
bl_region_type: typing.Any
|
|
363
|
+
""" """
|
|
364
|
+
|
|
193
365
|
bl_rna: typing.Any
|
|
366
|
+
""" """
|
|
367
|
+
|
|
194
368
|
bl_space_type: typing.Any
|
|
369
|
+
""" """
|
|
370
|
+
|
|
195
371
|
id_data: typing.Any
|
|
372
|
+
""" """
|
|
373
|
+
|
|
374
|
+
def append(self, draw_func):
|
|
375
|
+
"""
|
|
376
|
+
|
|
377
|
+
:param draw_func:
|
|
378
|
+
"""
|
|
379
|
+
...
|
|
380
|
+
|
|
381
|
+
def as_pointer(self):
|
|
382
|
+
""" """
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
def bl_rna_get_subclass(self):
|
|
386
|
+
""" """
|
|
387
|
+
...
|
|
388
|
+
|
|
389
|
+
def bl_rna_get_subclass_py(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def draw(self, context):
|
|
394
|
+
"""
|
|
395
|
+
|
|
396
|
+
:param context:
|
|
397
|
+
"""
|
|
398
|
+
...
|
|
399
|
+
|
|
400
|
+
def driver_add(self):
|
|
401
|
+
""" """
|
|
402
|
+
...
|
|
403
|
+
|
|
404
|
+
def driver_remove(self):
|
|
405
|
+
""" """
|
|
406
|
+
...
|
|
407
|
+
|
|
408
|
+
def get(self):
|
|
409
|
+
""" """
|
|
410
|
+
...
|
|
411
|
+
|
|
412
|
+
def id_properties_clear(self):
|
|
413
|
+
""" """
|
|
414
|
+
...
|
|
415
|
+
|
|
416
|
+
def id_properties_ensure(self):
|
|
417
|
+
""" """
|
|
418
|
+
...
|
|
419
|
+
|
|
420
|
+
def id_properties_ui(self):
|
|
421
|
+
""" """
|
|
422
|
+
...
|
|
423
|
+
|
|
424
|
+
def is_extended(self):
|
|
425
|
+
""" """
|
|
426
|
+
...
|
|
427
|
+
|
|
428
|
+
def is_property_hidden(self):
|
|
429
|
+
""" """
|
|
430
|
+
...
|
|
431
|
+
|
|
432
|
+
def is_property_overridable_library(self):
|
|
433
|
+
""" """
|
|
434
|
+
...
|
|
435
|
+
|
|
436
|
+
def is_property_readonly(self):
|
|
437
|
+
""" """
|
|
438
|
+
...
|
|
439
|
+
|
|
440
|
+
def is_property_set(self):
|
|
441
|
+
""" """
|
|
442
|
+
...
|
|
443
|
+
|
|
444
|
+
def items(self):
|
|
445
|
+
""" """
|
|
446
|
+
...
|
|
447
|
+
|
|
448
|
+
def keyframe_delete(self):
|
|
449
|
+
""" """
|
|
450
|
+
...
|
|
451
|
+
|
|
452
|
+
def keyframe_insert(self):
|
|
453
|
+
""" """
|
|
454
|
+
...
|
|
455
|
+
|
|
456
|
+
def keys(self):
|
|
457
|
+
""" """
|
|
458
|
+
...
|
|
459
|
+
|
|
460
|
+
def path_from_id(self):
|
|
461
|
+
""" """
|
|
462
|
+
...
|
|
463
|
+
|
|
464
|
+
def path_resolve(self):
|
|
465
|
+
""" """
|
|
466
|
+
...
|
|
467
|
+
|
|
468
|
+
def poll(self, context):
|
|
469
|
+
"""
|
|
470
|
+
|
|
471
|
+
:param context:
|
|
472
|
+
"""
|
|
473
|
+
...
|
|
474
|
+
|
|
475
|
+
def pop(self):
|
|
476
|
+
""" """
|
|
477
|
+
...
|
|
478
|
+
|
|
479
|
+
def prepend(self, draw_func):
|
|
480
|
+
"""
|
|
481
|
+
|
|
482
|
+
:param draw_func:
|
|
483
|
+
"""
|
|
484
|
+
...
|
|
485
|
+
|
|
486
|
+
def property_overridable_library_set(self):
|
|
487
|
+
""" """
|
|
488
|
+
...
|
|
489
|
+
|
|
490
|
+
def property_unset(self):
|
|
491
|
+
""" """
|
|
492
|
+
...
|
|
493
|
+
|
|
494
|
+
def remove(self, draw_func):
|
|
495
|
+
"""
|
|
496
|
+
|
|
497
|
+
:param draw_func:
|
|
498
|
+
"""
|
|
499
|
+
...
|
|
500
|
+
|
|
501
|
+
def type_recast(self):
|
|
502
|
+
""" """
|
|
503
|
+
...
|
|
504
|
+
|
|
505
|
+
def values(self):
|
|
506
|
+
""" """
|
|
507
|
+
...
|
|
508
|
+
|
|
509
|
+
class VIEWLAYER_PT_eevee_layer_passes_light(bpy_types._GenericUI):
|
|
510
|
+
""" """
|
|
196
511
|
|
|
197
|
-
def append(self, draw_func): ...
|
|
198
|
-
def as_pointer(self): ...
|
|
199
|
-
def bl_rna_get_subclass(self): ...
|
|
200
|
-
def bl_rna_get_subclass_py(self): ...
|
|
201
|
-
def draw(self, context): ...
|
|
202
|
-
def driver_add(self): ...
|
|
203
|
-
def driver_remove(self): ...
|
|
204
|
-
def get(self): ...
|
|
205
|
-
def id_properties_clear(self): ...
|
|
206
|
-
def id_properties_ensure(self): ...
|
|
207
|
-
def id_properties_ui(self): ...
|
|
208
|
-
def is_extended(self): ...
|
|
209
|
-
def is_property_hidden(self): ...
|
|
210
|
-
def is_property_overridable_library(self): ...
|
|
211
|
-
def is_property_readonly(self): ...
|
|
212
|
-
def is_property_set(self): ...
|
|
213
|
-
def items(self): ...
|
|
214
|
-
def keyframe_delete(self): ...
|
|
215
|
-
def keyframe_insert(self): ...
|
|
216
|
-
def keys(self): ...
|
|
217
|
-
def path_from_id(self): ...
|
|
218
|
-
def path_resolve(self): ...
|
|
219
|
-
def poll(self, context): ...
|
|
220
|
-
def pop(self): ...
|
|
221
|
-
def prepend(self, draw_func): ...
|
|
222
|
-
def property_overridable_library_set(self): ...
|
|
223
|
-
def property_unset(self): ...
|
|
224
|
-
def remove(self, draw_func): ...
|
|
225
|
-
def type_recast(self): ...
|
|
226
|
-
def values(self): ...
|
|
227
|
-
|
|
228
|
-
class VIEWLAYER_PT_eevee_layer_passes_light(
|
|
229
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
230
|
-
):
|
|
231
512
|
COMPAT_ENGINES: typing.Any
|
|
513
|
+
""" """
|
|
514
|
+
|
|
232
515
|
bl_context: typing.Any
|
|
516
|
+
""" """
|
|
517
|
+
|
|
233
518
|
bl_label: typing.Any
|
|
519
|
+
""" """
|
|
520
|
+
|
|
234
521
|
bl_parent_id: typing.Any
|
|
522
|
+
""" """
|
|
523
|
+
|
|
235
524
|
bl_region_type: typing.Any
|
|
525
|
+
""" """
|
|
526
|
+
|
|
236
527
|
bl_rna: typing.Any
|
|
528
|
+
""" """
|
|
529
|
+
|
|
237
530
|
bl_space_type: typing.Any
|
|
531
|
+
""" """
|
|
532
|
+
|
|
238
533
|
id_data: typing.Any
|
|
534
|
+
""" """
|
|
535
|
+
|
|
536
|
+
def append(self, draw_func):
|
|
537
|
+
"""
|
|
538
|
+
|
|
539
|
+
:param draw_func:
|
|
540
|
+
"""
|
|
541
|
+
...
|
|
542
|
+
|
|
543
|
+
def as_pointer(self):
|
|
544
|
+
""" """
|
|
545
|
+
...
|
|
546
|
+
|
|
547
|
+
def bl_rna_get_subclass(self):
|
|
548
|
+
""" """
|
|
549
|
+
...
|
|
550
|
+
|
|
551
|
+
def bl_rna_get_subclass_py(self):
|
|
552
|
+
""" """
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def draw(self, context):
|
|
556
|
+
"""
|
|
557
|
+
|
|
558
|
+
:param context:
|
|
559
|
+
"""
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def driver_add(self):
|
|
563
|
+
""" """
|
|
564
|
+
...
|
|
565
|
+
|
|
566
|
+
def driver_remove(self):
|
|
567
|
+
""" """
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def get(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def id_properties_clear(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def id_properties_ensure(self):
|
|
579
|
+
""" """
|
|
580
|
+
...
|
|
581
|
+
|
|
582
|
+
def id_properties_ui(self):
|
|
583
|
+
""" """
|
|
584
|
+
...
|
|
585
|
+
|
|
586
|
+
def is_extended(self):
|
|
587
|
+
""" """
|
|
588
|
+
...
|
|
589
|
+
|
|
590
|
+
def is_property_hidden(self):
|
|
591
|
+
""" """
|
|
592
|
+
...
|
|
593
|
+
|
|
594
|
+
def is_property_overridable_library(self):
|
|
595
|
+
""" """
|
|
596
|
+
...
|
|
597
|
+
|
|
598
|
+
def is_property_readonly(self):
|
|
599
|
+
""" """
|
|
600
|
+
...
|
|
601
|
+
|
|
602
|
+
def is_property_set(self):
|
|
603
|
+
""" """
|
|
604
|
+
...
|
|
605
|
+
|
|
606
|
+
def items(self):
|
|
607
|
+
""" """
|
|
608
|
+
...
|
|
609
|
+
|
|
610
|
+
def keyframe_delete(self):
|
|
611
|
+
""" """
|
|
612
|
+
...
|
|
613
|
+
|
|
614
|
+
def keyframe_insert(self):
|
|
615
|
+
""" """
|
|
616
|
+
...
|
|
617
|
+
|
|
618
|
+
def keys(self):
|
|
619
|
+
""" """
|
|
620
|
+
...
|
|
621
|
+
|
|
622
|
+
def path_from_id(self):
|
|
623
|
+
""" """
|
|
624
|
+
...
|
|
625
|
+
|
|
626
|
+
def path_resolve(self):
|
|
627
|
+
""" """
|
|
628
|
+
...
|
|
629
|
+
|
|
630
|
+
def poll(self, context):
|
|
631
|
+
"""
|
|
632
|
+
|
|
633
|
+
:param context:
|
|
634
|
+
"""
|
|
635
|
+
...
|
|
636
|
+
|
|
637
|
+
def pop(self):
|
|
638
|
+
""" """
|
|
639
|
+
...
|
|
640
|
+
|
|
641
|
+
def prepend(self, draw_func):
|
|
642
|
+
"""
|
|
643
|
+
|
|
644
|
+
:param draw_func:
|
|
645
|
+
"""
|
|
646
|
+
...
|
|
647
|
+
|
|
648
|
+
def property_overridable_library_set(self):
|
|
649
|
+
""" """
|
|
650
|
+
...
|
|
651
|
+
|
|
652
|
+
def property_unset(self):
|
|
653
|
+
""" """
|
|
654
|
+
...
|
|
655
|
+
|
|
656
|
+
def remove(self, draw_func):
|
|
657
|
+
"""
|
|
658
|
+
|
|
659
|
+
:param draw_func:
|
|
660
|
+
"""
|
|
661
|
+
...
|
|
662
|
+
|
|
663
|
+
def type_recast(self):
|
|
664
|
+
""" """
|
|
665
|
+
...
|
|
666
|
+
|
|
667
|
+
def values(self):
|
|
668
|
+
""" """
|
|
669
|
+
...
|
|
670
|
+
|
|
671
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_data(bpy_types._GenericUI):
|
|
672
|
+
""" """
|
|
239
673
|
|
|
240
|
-
def append(self, draw_func): ...
|
|
241
|
-
def as_pointer(self): ...
|
|
242
|
-
def bl_rna_get_subclass(self): ...
|
|
243
|
-
def bl_rna_get_subclass_py(self): ...
|
|
244
|
-
def draw(self, context): ...
|
|
245
|
-
def driver_add(self): ...
|
|
246
|
-
def driver_remove(self): ...
|
|
247
|
-
def get(self): ...
|
|
248
|
-
def id_properties_clear(self): ...
|
|
249
|
-
def id_properties_ensure(self): ...
|
|
250
|
-
def id_properties_ui(self): ...
|
|
251
|
-
def is_extended(self): ...
|
|
252
|
-
def is_property_hidden(self): ...
|
|
253
|
-
def is_property_overridable_library(self): ...
|
|
254
|
-
def is_property_readonly(self): ...
|
|
255
|
-
def is_property_set(self): ...
|
|
256
|
-
def items(self): ...
|
|
257
|
-
def keyframe_delete(self): ...
|
|
258
|
-
def keyframe_insert(self): ...
|
|
259
|
-
def keys(self): ...
|
|
260
|
-
def path_from_id(self): ...
|
|
261
|
-
def path_resolve(self): ...
|
|
262
|
-
def poll(self, context): ...
|
|
263
|
-
def pop(self): ...
|
|
264
|
-
def prepend(self, draw_func): ...
|
|
265
|
-
def property_overridable_library_set(self): ...
|
|
266
|
-
def property_unset(self): ...
|
|
267
|
-
def remove(self, draw_func): ...
|
|
268
|
-
def type_recast(self): ...
|
|
269
|
-
def values(self): ...
|
|
270
|
-
|
|
271
|
-
class VIEWLAYER_PT_eevee_next_layer_passes_data(
|
|
272
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
273
|
-
):
|
|
274
674
|
COMPAT_ENGINES: typing.Any
|
|
675
|
+
""" """
|
|
676
|
+
|
|
275
677
|
bl_context: typing.Any
|
|
678
|
+
""" """
|
|
679
|
+
|
|
276
680
|
bl_label: typing.Any
|
|
681
|
+
""" """
|
|
682
|
+
|
|
277
683
|
bl_parent_id: typing.Any
|
|
684
|
+
""" """
|
|
685
|
+
|
|
278
686
|
bl_region_type: typing.Any
|
|
687
|
+
""" """
|
|
688
|
+
|
|
279
689
|
bl_rna: typing.Any
|
|
690
|
+
""" """
|
|
691
|
+
|
|
280
692
|
bl_space_type: typing.Any
|
|
693
|
+
""" """
|
|
694
|
+
|
|
281
695
|
id_data: typing.Any
|
|
696
|
+
""" """
|
|
697
|
+
|
|
698
|
+
def append(self, draw_func):
|
|
699
|
+
"""
|
|
700
|
+
|
|
701
|
+
:param draw_func:
|
|
702
|
+
"""
|
|
703
|
+
...
|
|
704
|
+
|
|
705
|
+
def as_pointer(self):
|
|
706
|
+
""" """
|
|
707
|
+
...
|
|
708
|
+
|
|
709
|
+
def bl_rna_get_subclass(self):
|
|
710
|
+
""" """
|
|
711
|
+
...
|
|
712
|
+
|
|
713
|
+
def bl_rna_get_subclass_py(self):
|
|
714
|
+
""" """
|
|
715
|
+
...
|
|
716
|
+
|
|
717
|
+
def draw(self, context):
|
|
718
|
+
"""
|
|
719
|
+
|
|
720
|
+
:param context:
|
|
721
|
+
"""
|
|
722
|
+
...
|
|
723
|
+
|
|
724
|
+
def driver_add(self):
|
|
725
|
+
""" """
|
|
726
|
+
...
|
|
727
|
+
|
|
728
|
+
def driver_remove(self):
|
|
729
|
+
""" """
|
|
730
|
+
...
|
|
731
|
+
|
|
732
|
+
def get(self):
|
|
733
|
+
""" """
|
|
734
|
+
...
|
|
735
|
+
|
|
736
|
+
def id_properties_clear(self):
|
|
737
|
+
""" """
|
|
738
|
+
...
|
|
739
|
+
|
|
740
|
+
def id_properties_ensure(self):
|
|
741
|
+
""" """
|
|
742
|
+
...
|
|
743
|
+
|
|
744
|
+
def id_properties_ui(self):
|
|
745
|
+
""" """
|
|
746
|
+
...
|
|
747
|
+
|
|
748
|
+
def is_extended(self):
|
|
749
|
+
""" """
|
|
750
|
+
...
|
|
751
|
+
|
|
752
|
+
def is_property_hidden(self):
|
|
753
|
+
""" """
|
|
754
|
+
...
|
|
755
|
+
|
|
756
|
+
def is_property_overridable_library(self):
|
|
757
|
+
""" """
|
|
758
|
+
...
|
|
759
|
+
|
|
760
|
+
def is_property_readonly(self):
|
|
761
|
+
""" """
|
|
762
|
+
...
|
|
763
|
+
|
|
764
|
+
def is_property_set(self):
|
|
765
|
+
""" """
|
|
766
|
+
...
|
|
767
|
+
|
|
768
|
+
def items(self):
|
|
769
|
+
""" """
|
|
770
|
+
...
|
|
771
|
+
|
|
772
|
+
def keyframe_delete(self):
|
|
773
|
+
""" """
|
|
774
|
+
...
|
|
775
|
+
|
|
776
|
+
def keyframe_insert(self):
|
|
777
|
+
""" """
|
|
778
|
+
...
|
|
779
|
+
|
|
780
|
+
def keys(self):
|
|
781
|
+
""" """
|
|
782
|
+
...
|
|
783
|
+
|
|
784
|
+
def path_from_id(self):
|
|
785
|
+
""" """
|
|
786
|
+
...
|
|
787
|
+
|
|
788
|
+
def path_resolve(self):
|
|
789
|
+
""" """
|
|
790
|
+
...
|
|
791
|
+
|
|
792
|
+
def poll(self, context):
|
|
793
|
+
"""
|
|
794
|
+
|
|
795
|
+
:param context:
|
|
796
|
+
"""
|
|
797
|
+
...
|
|
798
|
+
|
|
799
|
+
def pop(self):
|
|
800
|
+
""" """
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
def prepend(self, draw_func):
|
|
804
|
+
"""
|
|
805
|
+
|
|
806
|
+
:param draw_func:
|
|
807
|
+
"""
|
|
808
|
+
...
|
|
809
|
+
|
|
810
|
+
def property_overridable_library_set(self):
|
|
811
|
+
""" """
|
|
812
|
+
...
|
|
813
|
+
|
|
814
|
+
def property_unset(self):
|
|
815
|
+
""" """
|
|
816
|
+
...
|
|
817
|
+
|
|
818
|
+
def remove(self, draw_func):
|
|
819
|
+
"""
|
|
820
|
+
|
|
821
|
+
:param draw_func:
|
|
822
|
+
"""
|
|
823
|
+
...
|
|
824
|
+
|
|
825
|
+
def type_recast(self):
|
|
826
|
+
""" """
|
|
827
|
+
...
|
|
828
|
+
|
|
829
|
+
def values(self):
|
|
830
|
+
""" """
|
|
831
|
+
...
|
|
832
|
+
|
|
833
|
+
class VIEWLAYER_PT_eevee_next_layer_passes_light(bpy_types._GenericUI):
|
|
834
|
+
""" """
|
|
282
835
|
|
|
283
|
-
def append(self, draw_func): ...
|
|
284
|
-
def as_pointer(self): ...
|
|
285
|
-
def bl_rna_get_subclass(self): ...
|
|
286
|
-
def bl_rna_get_subclass_py(self): ...
|
|
287
|
-
def draw(self, context): ...
|
|
288
|
-
def driver_add(self): ...
|
|
289
|
-
def driver_remove(self): ...
|
|
290
|
-
def get(self): ...
|
|
291
|
-
def id_properties_clear(self): ...
|
|
292
|
-
def id_properties_ensure(self): ...
|
|
293
|
-
def id_properties_ui(self): ...
|
|
294
|
-
def is_extended(self): ...
|
|
295
|
-
def is_property_hidden(self): ...
|
|
296
|
-
def is_property_overridable_library(self): ...
|
|
297
|
-
def is_property_readonly(self): ...
|
|
298
|
-
def is_property_set(self): ...
|
|
299
|
-
def items(self): ...
|
|
300
|
-
def keyframe_delete(self): ...
|
|
301
|
-
def keyframe_insert(self): ...
|
|
302
|
-
def keys(self): ...
|
|
303
|
-
def path_from_id(self): ...
|
|
304
|
-
def path_resolve(self): ...
|
|
305
|
-
def poll(self, context): ...
|
|
306
|
-
def pop(self): ...
|
|
307
|
-
def prepend(self, draw_func): ...
|
|
308
|
-
def property_overridable_library_set(self): ...
|
|
309
|
-
def property_unset(self): ...
|
|
310
|
-
def remove(self, draw_func): ...
|
|
311
|
-
def type_recast(self): ...
|
|
312
|
-
def values(self): ...
|
|
313
|
-
|
|
314
|
-
class VIEWLAYER_PT_eevee_next_layer_passes_light(
|
|
315
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
316
|
-
):
|
|
317
836
|
COMPAT_ENGINES: typing.Any
|
|
837
|
+
""" """
|
|
838
|
+
|
|
318
839
|
bl_context: typing.Any
|
|
840
|
+
""" """
|
|
841
|
+
|
|
319
842
|
bl_label: typing.Any
|
|
843
|
+
""" """
|
|
844
|
+
|
|
320
845
|
bl_parent_id: typing.Any
|
|
321
|
-
|
|
322
|
-
bl_rna: typing.Any
|
|
323
|
-
bl_space_type: typing.Any
|
|
324
|
-
id_data: typing.Any
|
|
846
|
+
""" """
|
|
325
847
|
|
|
326
|
-
def append(self, draw_func): ...
|
|
327
|
-
def as_pointer(self): ...
|
|
328
|
-
def bl_rna_get_subclass(self): ...
|
|
329
|
-
def bl_rna_get_subclass_py(self): ...
|
|
330
|
-
def draw(self, context): ...
|
|
331
|
-
def driver_add(self): ...
|
|
332
|
-
def driver_remove(self): ...
|
|
333
|
-
def get(self): ...
|
|
334
|
-
def id_properties_clear(self): ...
|
|
335
|
-
def id_properties_ensure(self): ...
|
|
336
|
-
def id_properties_ui(self): ...
|
|
337
|
-
def is_extended(self): ...
|
|
338
|
-
def is_property_hidden(self): ...
|
|
339
|
-
def is_property_overridable_library(self): ...
|
|
340
|
-
def is_property_readonly(self): ...
|
|
341
|
-
def is_property_set(self): ...
|
|
342
|
-
def items(self): ...
|
|
343
|
-
def keyframe_delete(self): ...
|
|
344
|
-
def keyframe_insert(self): ...
|
|
345
|
-
def keys(self): ...
|
|
346
|
-
def path_from_id(self): ...
|
|
347
|
-
def path_resolve(self): ...
|
|
348
|
-
def poll(self, context): ...
|
|
349
|
-
def pop(self): ...
|
|
350
|
-
def prepend(self, draw_func): ...
|
|
351
|
-
def property_overridable_library_set(self): ...
|
|
352
|
-
def property_unset(self): ...
|
|
353
|
-
def remove(self, draw_func): ...
|
|
354
|
-
def type_recast(self): ...
|
|
355
|
-
def values(self): ...
|
|
356
|
-
|
|
357
|
-
class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
358
|
-
COMPAT_ENGINES: typing.Any
|
|
359
|
-
bl_context: typing.Any
|
|
360
|
-
bl_label: typing.Any
|
|
361
|
-
bl_options: typing.Any
|
|
362
848
|
bl_region_type: typing.Any
|
|
363
|
-
|
|
364
|
-
bl_space_type: typing.Any
|
|
365
|
-
id_data: typing.Any
|
|
849
|
+
""" """
|
|
366
850
|
|
|
367
|
-
def append(self, draw_func): ...
|
|
368
|
-
def as_pointer(self): ...
|
|
369
|
-
def bl_rna_get_subclass(self): ...
|
|
370
|
-
def bl_rna_get_subclass_py(self): ...
|
|
371
|
-
def draw(self, context): ...
|
|
372
|
-
def driver_add(self): ...
|
|
373
|
-
def driver_remove(self): ...
|
|
374
|
-
def get(self): ...
|
|
375
|
-
def id_properties_clear(self): ...
|
|
376
|
-
def id_properties_ensure(self): ...
|
|
377
|
-
def id_properties_ui(self): ...
|
|
378
|
-
def is_extended(self): ...
|
|
379
|
-
def is_property_hidden(self): ...
|
|
380
|
-
def is_property_overridable_library(self): ...
|
|
381
|
-
def is_property_readonly(self): ...
|
|
382
|
-
def is_property_set(self): ...
|
|
383
|
-
def items(self): ...
|
|
384
|
-
def keyframe_delete(self): ...
|
|
385
|
-
def keyframe_insert(self): ...
|
|
386
|
-
def keys(self): ...
|
|
387
|
-
def path_from_id(self): ...
|
|
388
|
-
def path_resolve(self): ...
|
|
389
|
-
def poll(self, context): ...
|
|
390
|
-
def pop(self): ...
|
|
391
|
-
def prepend(self, draw_func): ...
|
|
392
|
-
def property_overridable_library_set(self): ...
|
|
393
|
-
def property_unset(self): ...
|
|
394
|
-
def remove(self, draw_func): ...
|
|
395
|
-
def type_recast(self): ...
|
|
396
|
-
def values(self): ...
|
|
397
|
-
|
|
398
|
-
class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
|
|
399
|
-
COMPAT_ENGINES: typing.Any
|
|
400
|
-
bl_context: typing.Any
|
|
401
|
-
bl_label: typing.Any
|
|
402
|
-
bl_region_type: typing.Any
|
|
403
851
|
bl_rna: typing.Any
|
|
404
|
-
|
|
405
|
-
id_data: typing.Any
|
|
852
|
+
""" """
|
|
406
853
|
|
|
407
|
-
def append(self, draw_func): ...
|
|
408
|
-
def as_pointer(self): ...
|
|
409
|
-
def bl_rna_get_subclass(self): ...
|
|
410
|
-
def bl_rna_get_subclass_py(self): ...
|
|
411
|
-
def draw(self, context): ...
|
|
412
|
-
def driver_add(self): ...
|
|
413
|
-
def driver_remove(self): ...
|
|
414
|
-
def get(self): ...
|
|
415
|
-
def id_properties_clear(self): ...
|
|
416
|
-
def id_properties_ensure(self): ...
|
|
417
|
-
def id_properties_ui(self): ...
|
|
418
|
-
def is_extended(self): ...
|
|
419
|
-
def is_property_hidden(self): ...
|
|
420
|
-
def is_property_overridable_library(self): ...
|
|
421
|
-
def is_property_readonly(self): ...
|
|
422
|
-
def is_property_set(self): ...
|
|
423
|
-
def items(self): ...
|
|
424
|
-
def keyframe_delete(self): ...
|
|
425
|
-
def keyframe_insert(self): ...
|
|
426
|
-
def keys(self): ...
|
|
427
|
-
def path_from_id(self): ...
|
|
428
|
-
def path_resolve(self): ...
|
|
429
|
-
def poll(self, context): ...
|
|
430
|
-
def pop(self): ...
|
|
431
|
-
def prepend(self, draw_func): ...
|
|
432
|
-
def property_overridable_library_set(self): ...
|
|
433
|
-
def property_unset(self): ...
|
|
434
|
-
def remove(self, draw_func): ...
|
|
435
|
-
def type_recast(self): ...
|
|
436
|
-
def values(self): ...
|
|
437
|
-
|
|
438
|
-
class VIEWLAYER_PT_layer_passes(
|
|
439
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
440
|
-
):
|
|
441
|
-
COMPAT_ENGINES: typing.Any
|
|
442
|
-
bl_context: typing.Any
|
|
443
|
-
bl_label: typing.Any
|
|
444
|
-
bl_region_type: typing.Any
|
|
445
|
-
bl_rna: typing.Any
|
|
446
854
|
bl_space_type: typing.Any
|
|
855
|
+
""" """
|
|
856
|
+
|
|
447
857
|
id_data: typing.Any
|
|
858
|
+
""" """
|
|
448
859
|
|
|
449
|
-
def append(self, draw_func):
|
|
450
|
-
|
|
451
|
-
def bl_rna_get_subclass(self): ...
|
|
452
|
-
def bl_rna_get_subclass_py(self): ...
|
|
453
|
-
def draw(self, context): ...
|
|
454
|
-
def driver_add(self): ...
|
|
455
|
-
def driver_remove(self): ...
|
|
456
|
-
def get(self): ...
|
|
457
|
-
def id_properties_clear(self): ...
|
|
458
|
-
def id_properties_ensure(self): ...
|
|
459
|
-
def id_properties_ui(self): ...
|
|
460
|
-
def is_extended(self): ...
|
|
461
|
-
def is_property_hidden(self): ...
|
|
462
|
-
def is_property_overridable_library(self): ...
|
|
463
|
-
def is_property_readonly(self): ...
|
|
464
|
-
def is_property_set(self): ...
|
|
465
|
-
def items(self): ...
|
|
466
|
-
def keyframe_delete(self): ...
|
|
467
|
-
def keyframe_insert(self): ...
|
|
468
|
-
def keys(self): ...
|
|
469
|
-
def path_from_id(self): ...
|
|
470
|
-
def path_resolve(self): ...
|
|
471
|
-
def poll(self, context): ...
|
|
472
|
-
def pop(self): ...
|
|
473
|
-
def prepend(self, draw_func): ...
|
|
474
|
-
def property_overridable_library_set(self): ...
|
|
475
|
-
def property_unset(self): ...
|
|
476
|
-
def remove(self, draw_func): ...
|
|
477
|
-
def type_recast(self): ...
|
|
478
|
-
def values(self): ...
|
|
479
|
-
|
|
480
|
-
class VIEWLAYER_PT_workbench_layer_passes_data(
|
|
481
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
482
|
-
):
|
|
483
|
-
COMPAT_ENGINES: typing.Any
|
|
484
|
-
bl_context: typing.Any
|
|
485
|
-
bl_label: typing.Any
|
|
486
|
-
bl_parent_id: typing.Any
|
|
487
|
-
bl_region_type: typing.Any
|
|
488
|
-
bl_rna: typing.Any
|
|
489
|
-
bl_space_type: typing.Any
|
|
490
|
-
id_data: typing.Any
|
|
860
|
+
def append(self, draw_func):
|
|
861
|
+
"""
|
|
491
862
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
def
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
def
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
def
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
def
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
def
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
def
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
863
|
+
:param draw_func:
|
|
864
|
+
"""
|
|
865
|
+
...
|
|
866
|
+
|
|
867
|
+
def as_pointer(self):
|
|
868
|
+
""" """
|
|
869
|
+
...
|
|
870
|
+
|
|
871
|
+
def bl_rna_get_subclass(self):
|
|
872
|
+
""" """
|
|
873
|
+
...
|
|
874
|
+
|
|
875
|
+
def bl_rna_get_subclass_py(self):
|
|
876
|
+
""" """
|
|
877
|
+
...
|
|
878
|
+
|
|
879
|
+
def draw(self, context):
|
|
880
|
+
"""
|
|
881
|
+
|
|
882
|
+
:param context:
|
|
883
|
+
"""
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def driver_add(self):
|
|
887
|
+
""" """
|
|
888
|
+
...
|
|
889
|
+
|
|
890
|
+
def driver_remove(self):
|
|
891
|
+
""" """
|
|
892
|
+
...
|
|
893
|
+
|
|
894
|
+
def get(self):
|
|
895
|
+
""" """
|
|
896
|
+
...
|
|
897
|
+
|
|
898
|
+
def id_properties_clear(self):
|
|
899
|
+
""" """
|
|
900
|
+
...
|
|
901
|
+
|
|
902
|
+
def id_properties_ensure(self):
|
|
903
|
+
""" """
|
|
904
|
+
...
|
|
905
|
+
|
|
906
|
+
def id_properties_ui(self):
|
|
907
|
+
""" """
|
|
908
|
+
...
|
|
909
|
+
|
|
910
|
+
def is_extended(self):
|
|
911
|
+
""" """
|
|
912
|
+
...
|
|
913
|
+
|
|
914
|
+
def is_property_hidden(self):
|
|
915
|
+
""" """
|
|
916
|
+
...
|
|
917
|
+
|
|
918
|
+
def is_property_overridable_library(self):
|
|
919
|
+
""" """
|
|
920
|
+
...
|
|
921
|
+
|
|
922
|
+
def is_property_readonly(self):
|
|
923
|
+
""" """
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def is_property_set(self):
|
|
927
|
+
""" """
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def items(self):
|
|
931
|
+
""" """
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def keyframe_delete(self):
|
|
935
|
+
""" """
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def keyframe_insert(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def keys(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def path_from_id(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def path_resolve(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def poll(self, context):
|
|
955
|
+
"""
|
|
956
|
+
|
|
957
|
+
:param context:
|
|
958
|
+
"""
|
|
959
|
+
...
|
|
960
|
+
|
|
961
|
+
def pop(self):
|
|
962
|
+
""" """
|
|
963
|
+
...
|
|
964
|
+
|
|
965
|
+
def prepend(self, draw_func):
|
|
966
|
+
"""
|
|
967
|
+
|
|
968
|
+
:param draw_func:
|
|
969
|
+
"""
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
def property_overridable_library_set(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def property_unset(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
980
|
+
def remove(self, draw_func):
|
|
981
|
+
"""
|
|
982
|
+
|
|
983
|
+
:param draw_func:
|
|
984
|
+
"""
|
|
985
|
+
...
|
|
986
|
+
|
|
987
|
+
def type_recast(self):
|
|
988
|
+
""" """
|
|
989
|
+
...
|
|
990
|
+
|
|
991
|
+
def values(self):
|
|
992
|
+
""" """
|
|
993
|
+
...
|
|
994
|
+
|
|
995
|
+
class VIEWLAYER_PT_filter(bpy_types._GenericUI):
|
|
996
|
+
""" """
|
|
997
|
+
|
|
998
|
+
COMPAT_ENGINES: typing.Any
|
|
999
|
+
""" """
|
|
530
1000
|
|
|
531
|
-
def append(self, draw_func): ...
|
|
532
|
-
def as_pointer(self): ...
|
|
533
|
-
def bl_rna_get_subclass(self): ...
|
|
534
|
-
def bl_rna_get_subclass_py(self): ...
|
|
535
|
-
def draw(self, context): ...
|
|
536
|
-
def driver_add(self): ...
|
|
537
|
-
def driver_remove(self): ...
|
|
538
|
-
def get(self): ...
|
|
539
|
-
def id_properties_clear(self): ...
|
|
540
|
-
def id_properties_ensure(self): ...
|
|
541
|
-
def id_properties_ui(self): ...
|
|
542
|
-
def is_extended(self): ...
|
|
543
|
-
def is_property_hidden(self): ...
|
|
544
|
-
def is_property_overridable_library(self): ...
|
|
545
|
-
def is_property_readonly(self): ...
|
|
546
|
-
def is_property_set(self): ...
|
|
547
|
-
def items(self): ...
|
|
548
|
-
def keyframe_delete(self): ...
|
|
549
|
-
def keyframe_insert(self): ...
|
|
550
|
-
def keys(self): ...
|
|
551
|
-
def path_from_id(self): ...
|
|
552
|
-
def path_resolve(self): ...
|
|
553
|
-
def poll(self, context): ...
|
|
554
|
-
def pop(self): ...
|
|
555
|
-
def prepend(self, draw_func): ...
|
|
556
|
-
def property_overridable_library_set(self): ...
|
|
557
|
-
def property_unset(self): ...
|
|
558
|
-
def remove(self, draw_func): ...
|
|
559
|
-
def type_recast(self): ...
|
|
560
|
-
def values(self): ...
|
|
561
|
-
|
|
562
|
-
class ViewLayerCryptomattePanel(
|
|
563
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
564
|
-
):
|
|
565
1001
|
bl_context: typing.Any
|
|
1002
|
+
""" """
|
|
1003
|
+
|
|
566
1004
|
bl_label: typing.Any
|
|
1005
|
+
""" """
|
|
1006
|
+
|
|
1007
|
+
bl_options: typing.Any
|
|
1008
|
+
""" """
|
|
1009
|
+
|
|
567
1010
|
bl_region_type: typing.Any
|
|
1011
|
+
""" """
|
|
1012
|
+
|
|
568
1013
|
bl_rna: typing.Any
|
|
1014
|
+
""" """
|
|
1015
|
+
|
|
569
1016
|
bl_space_type: typing.Any
|
|
1017
|
+
""" """
|
|
1018
|
+
|
|
570
1019
|
id_data: typing.Any
|
|
1020
|
+
""" """
|
|
1021
|
+
|
|
1022
|
+
def append(self, draw_func):
|
|
1023
|
+
"""
|
|
1024
|
+
|
|
1025
|
+
:param draw_func:
|
|
1026
|
+
"""
|
|
1027
|
+
...
|
|
1028
|
+
|
|
1029
|
+
def as_pointer(self):
|
|
1030
|
+
""" """
|
|
1031
|
+
...
|
|
1032
|
+
|
|
1033
|
+
def bl_rna_get_subclass(self):
|
|
1034
|
+
""" """
|
|
1035
|
+
...
|
|
1036
|
+
|
|
1037
|
+
def bl_rna_get_subclass_py(self):
|
|
1038
|
+
""" """
|
|
1039
|
+
...
|
|
1040
|
+
|
|
1041
|
+
def draw(self, context):
|
|
1042
|
+
"""
|
|
1043
|
+
|
|
1044
|
+
:param context:
|
|
1045
|
+
"""
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def driver_add(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def driver_remove(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
def get(self):
|
|
1057
|
+
""" """
|
|
1058
|
+
...
|
|
1059
|
+
|
|
1060
|
+
def id_properties_clear(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def id_properties_ensure(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def id_properties_ui(self):
|
|
1069
|
+
""" """
|
|
1070
|
+
...
|
|
1071
|
+
|
|
1072
|
+
def is_extended(self):
|
|
1073
|
+
""" """
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def is_property_hidden(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def is_property_overridable_library(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def is_property_readonly(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
def is_property_set(self):
|
|
1089
|
+
""" """
|
|
1090
|
+
...
|
|
1091
|
+
|
|
1092
|
+
def items(self):
|
|
1093
|
+
""" """
|
|
1094
|
+
...
|
|
1095
|
+
|
|
1096
|
+
def keyframe_delete(self):
|
|
1097
|
+
""" """
|
|
1098
|
+
...
|
|
1099
|
+
|
|
1100
|
+
def keyframe_insert(self):
|
|
1101
|
+
""" """
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def keys(self):
|
|
1105
|
+
""" """
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def path_from_id(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
1112
|
+
def path_resolve(self):
|
|
1113
|
+
""" """
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def poll(self, context):
|
|
1117
|
+
"""
|
|
1118
|
+
|
|
1119
|
+
:param context:
|
|
1120
|
+
"""
|
|
1121
|
+
...
|
|
1122
|
+
|
|
1123
|
+
def pop(self):
|
|
1124
|
+
""" """
|
|
1125
|
+
...
|
|
1126
|
+
|
|
1127
|
+
def prepend(self, draw_func):
|
|
1128
|
+
"""
|
|
1129
|
+
|
|
1130
|
+
:param draw_func:
|
|
1131
|
+
"""
|
|
1132
|
+
...
|
|
1133
|
+
|
|
1134
|
+
def property_overridable_library_set(self):
|
|
1135
|
+
""" """
|
|
1136
|
+
...
|
|
1137
|
+
|
|
1138
|
+
def property_unset(self):
|
|
1139
|
+
""" """
|
|
1140
|
+
...
|
|
1141
|
+
|
|
1142
|
+
def remove(self, draw_func):
|
|
1143
|
+
"""
|
|
1144
|
+
|
|
1145
|
+
:param draw_func:
|
|
1146
|
+
"""
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
|
+
def type_recast(self):
|
|
1150
|
+
""" """
|
|
1151
|
+
...
|
|
1152
|
+
|
|
1153
|
+
def values(self):
|
|
1154
|
+
""" """
|
|
1155
|
+
...
|
|
1156
|
+
|
|
1157
|
+
class VIEWLAYER_PT_layer(bpy_types._GenericUI):
|
|
1158
|
+
""" """
|
|
1159
|
+
|
|
1160
|
+
COMPAT_ENGINES: typing.Any
|
|
1161
|
+
""" """
|
|
571
1162
|
|
|
572
|
-
def append(self, draw_func): ...
|
|
573
|
-
def as_pointer(self): ...
|
|
574
|
-
def bl_rna_get_subclass(self): ...
|
|
575
|
-
def bl_rna_get_subclass_py(self): ...
|
|
576
|
-
def draw(self, context): ...
|
|
577
|
-
def driver_add(self): ...
|
|
578
|
-
def driver_remove(self): ...
|
|
579
|
-
def get(self): ...
|
|
580
|
-
def id_properties_clear(self): ...
|
|
581
|
-
def id_properties_ensure(self): ...
|
|
582
|
-
def id_properties_ui(self): ...
|
|
583
|
-
def is_extended(self): ...
|
|
584
|
-
def is_property_hidden(self): ...
|
|
585
|
-
def is_property_overridable_library(self): ...
|
|
586
|
-
def is_property_readonly(self): ...
|
|
587
|
-
def is_property_set(self): ...
|
|
588
|
-
def items(self): ...
|
|
589
|
-
def keyframe_delete(self): ...
|
|
590
|
-
def keyframe_insert(self): ...
|
|
591
|
-
def keys(self): ...
|
|
592
|
-
def path_from_id(self): ...
|
|
593
|
-
def path_resolve(self): ...
|
|
594
|
-
def poll(self, context): ...
|
|
595
|
-
def pop(self): ...
|
|
596
|
-
def prepend(self, draw_func): ...
|
|
597
|
-
def property_overridable_library_set(self): ...
|
|
598
|
-
def property_unset(self): ...
|
|
599
|
-
def remove(self, draw_func): ...
|
|
600
|
-
def type_recast(self): ...
|
|
601
|
-
def values(self): ...
|
|
602
|
-
|
|
603
|
-
class ViewLayerLightgroupsPanel(
|
|
604
|
-
ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
605
|
-
):
|
|
606
1163
|
bl_context: typing.Any
|
|
1164
|
+
""" """
|
|
1165
|
+
|
|
607
1166
|
bl_label: typing.Any
|
|
1167
|
+
""" """
|
|
1168
|
+
|
|
608
1169
|
bl_region_type: typing.Any
|
|
1170
|
+
""" """
|
|
1171
|
+
|
|
609
1172
|
bl_rna: typing.Any
|
|
1173
|
+
""" """
|
|
1174
|
+
|
|
610
1175
|
bl_space_type: typing.Any
|
|
1176
|
+
""" """
|
|
1177
|
+
|
|
611
1178
|
id_data: typing.Any
|
|
1179
|
+
""" """
|
|
1180
|
+
|
|
1181
|
+
def append(self, draw_func):
|
|
1182
|
+
"""
|
|
1183
|
+
|
|
1184
|
+
:param draw_func:
|
|
1185
|
+
"""
|
|
1186
|
+
...
|
|
1187
|
+
|
|
1188
|
+
def as_pointer(self):
|
|
1189
|
+
""" """
|
|
1190
|
+
...
|
|
1191
|
+
|
|
1192
|
+
def bl_rna_get_subclass(self):
|
|
1193
|
+
""" """
|
|
1194
|
+
...
|
|
1195
|
+
|
|
1196
|
+
def bl_rna_get_subclass_py(self):
|
|
1197
|
+
""" """
|
|
1198
|
+
...
|
|
1199
|
+
|
|
1200
|
+
def draw(self, context):
|
|
1201
|
+
"""
|
|
1202
|
+
|
|
1203
|
+
:param context:
|
|
1204
|
+
"""
|
|
1205
|
+
...
|
|
1206
|
+
|
|
1207
|
+
def driver_add(self):
|
|
1208
|
+
""" """
|
|
1209
|
+
...
|
|
1210
|
+
|
|
1211
|
+
def driver_remove(self):
|
|
1212
|
+
""" """
|
|
1213
|
+
...
|
|
1214
|
+
|
|
1215
|
+
def get(self):
|
|
1216
|
+
""" """
|
|
1217
|
+
...
|
|
1218
|
+
|
|
1219
|
+
def id_properties_clear(self):
|
|
1220
|
+
""" """
|
|
1221
|
+
...
|
|
1222
|
+
|
|
1223
|
+
def id_properties_ensure(self):
|
|
1224
|
+
""" """
|
|
1225
|
+
...
|
|
1226
|
+
|
|
1227
|
+
def id_properties_ui(self):
|
|
1228
|
+
""" """
|
|
1229
|
+
...
|
|
1230
|
+
|
|
1231
|
+
def is_extended(self):
|
|
1232
|
+
""" """
|
|
1233
|
+
...
|
|
1234
|
+
|
|
1235
|
+
def is_property_hidden(self):
|
|
1236
|
+
""" """
|
|
1237
|
+
...
|
|
1238
|
+
|
|
1239
|
+
def is_property_overridable_library(self):
|
|
1240
|
+
""" """
|
|
1241
|
+
...
|
|
1242
|
+
|
|
1243
|
+
def is_property_readonly(self):
|
|
1244
|
+
""" """
|
|
1245
|
+
...
|
|
1246
|
+
|
|
1247
|
+
def is_property_set(self):
|
|
1248
|
+
""" """
|
|
1249
|
+
...
|
|
1250
|
+
|
|
1251
|
+
def items(self):
|
|
1252
|
+
""" """
|
|
1253
|
+
...
|
|
1254
|
+
|
|
1255
|
+
def keyframe_delete(self):
|
|
1256
|
+
""" """
|
|
1257
|
+
...
|
|
1258
|
+
|
|
1259
|
+
def keyframe_insert(self):
|
|
1260
|
+
""" """
|
|
1261
|
+
...
|
|
1262
|
+
|
|
1263
|
+
def keys(self):
|
|
1264
|
+
""" """
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1267
|
+
def path_from_id(self):
|
|
1268
|
+
""" """
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def path_resolve(self):
|
|
1272
|
+
""" """
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def poll(self, context):
|
|
1276
|
+
"""
|
|
1277
|
+
|
|
1278
|
+
:param context:
|
|
1279
|
+
"""
|
|
1280
|
+
...
|
|
1281
|
+
|
|
1282
|
+
def pop(self):
|
|
1283
|
+
""" """
|
|
1284
|
+
...
|
|
1285
|
+
|
|
1286
|
+
def prepend(self, draw_func):
|
|
1287
|
+
"""
|
|
1288
|
+
|
|
1289
|
+
:param draw_func:
|
|
1290
|
+
"""
|
|
1291
|
+
...
|
|
1292
|
+
|
|
1293
|
+
def property_overridable_library_set(self):
|
|
1294
|
+
""" """
|
|
1295
|
+
...
|
|
1296
|
+
|
|
1297
|
+
def property_unset(self):
|
|
1298
|
+
""" """
|
|
1299
|
+
...
|
|
1300
|
+
|
|
1301
|
+
def remove(self, draw_func):
|
|
1302
|
+
"""
|
|
1303
|
+
|
|
1304
|
+
:param draw_func:
|
|
1305
|
+
"""
|
|
1306
|
+
...
|
|
1307
|
+
|
|
1308
|
+
def type_recast(self):
|
|
1309
|
+
""" """
|
|
1310
|
+
...
|
|
1311
|
+
|
|
1312
|
+
def values(self):
|
|
1313
|
+
""" """
|
|
1314
|
+
...
|
|
1315
|
+
|
|
1316
|
+
class VIEWLAYER_PT_layer_custom_props(bpy_types._GenericUI):
|
|
1317
|
+
""" """
|
|
612
1318
|
|
|
613
|
-
def append(self, draw_func): ...
|
|
614
|
-
def as_pointer(self): ...
|
|
615
|
-
def bl_rna_get_subclass(self): ...
|
|
616
|
-
def bl_rna_get_subclass_py(self): ...
|
|
617
|
-
def draw(self, context): ...
|
|
618
|
-
def driver_add(self): ...
|
|
619
|
-
def driver_remove(self): ...
|
|
620
|
-
def get(self): ...
|
|
621
|
-
def id_properties_clear(self): ...
|
|
622
|
-
def id_properties_ensure(self): ...
|
|
623
|
-
def id_properties_ui(self): ...
|
|
624
|
-
def is_extended(self): ...
|
|
625
|
-
def is_property_hidden(self): ...
|
|
626
|
-
def is_property_overridable_library(self): ...
|
|
627
|
-
def is_property_readonly(self): ...
|
|
628
|
-
def is_property_set(self): ...
|
|
629
|
-
def items(self): ...
|
|
630
|
-
def keyframe_delete(self): ...
|
|
631
|
-
def keyframe_insert(self): ...
|
|
632
|
-
def keys(self): ...
|
|
633
|
-
def path_from_id(self): ...
|
|
634
|
-
def path_resolve(self): ...
|
|
635
|
-
def poll(self, context): ...
|
|
636
|
-
def pop(self): ...
|
|
637
|
-
def prepend(self, draw_func): ...
|
|
638
|
-
def property_overridable_library_set(self): ...
|
|
639
|
-
def property_unset(self): ...
|
|
640
|
-
def remove(self, draw_func): ...
|
|
641
|
-
def type_recast(self): ...
|
|
642
|
-
def values(self): ...
|
|
643
|
-
|
|
644
|
-
class VIEWLAYER_PT_layer_passes_aov(
|
|
645
|
-
ViewLayerAOVPanel, ViewLayerButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
|
|
646
|
-
):
|
|
647
|
-
COMPAT_ENGINES: typing.Any
|
|
648
1319
|
bl_context: typing.Any
|
|
1320
|
+
""" """
|
|
1321
|
+
|
|
649
1322
|
bl_label: typing.Any
|
|
650
|
-
|
|
1323
|
+
""" """
|
|
1324
|
+
|
|
1325
|
+
bl_options: typing.Any
|
|
1326
|
+
""" """
|
|
1327
|
+
|
|
1328
|
+
bl_order: typing.Any
|
|
1329
|
+
""" """
|
|
1330
|
+
|
|
651
1331
|
bl_region_type: typing.Any
|
|
1332
|
+
""" """
|
|
1333
|
+
|
|
652
1334
|
bl_rna: typing.Any
|
|
1335
|
+
""" """
|
|
1336
|
+
|
|
653
1337
|
bl_space_type: typing.Any
|
|
1338
|
+
""" """
|
|
1339
|
+
|
|
654
1340
|
id_data: typing.Any
|
|
1341
|
+
""" """
|
|
1342
|
+
|
|
1343
|
+
def append(self, draw_func):
|
|
1344
|
+
"""
|
|
1345
|
+
|
|
1346
|
+
:param draw_func:
|
|
1347
|
+
"""
|
|
1348
|
+
...
|
|
1349
|
+
|
|
1350
|
+
def as_pointer(self):
|
|
1351
|
+
""" """
|
|
1352
|
+
...
|
|
1353
|
+
|
|
1354
|
+
def bl_rna_get_subclass(self):
|
|
1355
|
+
""" """
|
|
1356
|
+
...
|
|
1357
|
+
|
|
1358
|
+
def bl_rna_get_subclass_py(self):
|
|
1359
|
+
""" """
|
|
1360
|
+
...
|
|
1361
|
+
|
|
1362
|
+
def draw(self, context):
|
|
1363
|
+
"""
|
|
1364
|
+
|
|
1365
|
+
:param context:
|
|
1366
|
+
"""
|
|
1367
|
+
...
|
|
1368
|
+
|
|
1369
|
+
def driver_add(self):
|
|
1370
|
+
""" """
|
|
1371
|
+
...
|
|
1372
|
+
|
|
1373
|
+
def driver_remove(self):
|
|
1374
|
+
""" """
|
|
1375
|
+
...
|
|
1376
|
+
|
|
1377
|
+
def get(self):
|
|
1378
|
+
""" """
|
|
1379
|
+
...
|
|
1380
|
+
|
|
1381
|
+
def id_properties_clear(self):
|
|
1382
|
+
""" """
|
|
1383
|
+
...
|
|
1384
|
+
|
|
1385
|
+
def id_properties_ensure(self):
|
|
1386
|
+
""" """
|
|
1387
|
+
...
|
|
1388
|
+
|
|
1389
|
+
def id_properties_ui(self):
|
|
1390
|
+
""" """
|
|
1391
|
+
...
|
|
1392
|
+
|
|
1393
|
+
def is_extended(self):
|
|
1394
|
+
""" """
|
|
1395
|
+
...
|
|
1396
|
+
|
|
1397
|
+
def is_property_hidden(self):
|
|
1398
|
+
""" """
|
|
1399
|
+
...
|
|
1400
|
+
|
|
1401
|
+
def is_property_overridable_library(self):
|
|
1402
|
+
""" """
|
|
1403
|
+
...
|
|
1404
|
+
|
|
1405
|
+
def is_property_readonly(self):
|
|
1406
|
+
""" """
|
|
1407
|
+
...
|
|
1408
|
+
|
|
1409
|
+
def is_property_set(self):
|
|
1410
|
+
""" """
|
|
1411
|
+
...
|
|
1412
|
+
|
|
1413
|
+
def items(self):
|
|
1414
|
+
""" """
|
|
1415
|
+
...
|
|
1416
|
+
|
|
1417
|
+
def keyframe_delete(self):
|
|
1418
|
+
""" """
|
|
1419
|
+
...
|
|
1420
|
+
|
|
1421
|
+
def keyframe_insert(self):
|
|
1422
|
+
""" """
|
|
1423
|
+
...
|
|
1424
|
+
|
|
1425
|
+
def keys(self):
|
|
1426
|
+
""" """
|
|
1427
|
+
...
|
|
1428
|
+
|
|
1429
|
+
def path_from_id(self):
|
|
1430
|
+
""" """
|
|
1431
|
+
...
|
|
1432
|
+
|
|
1433
|
+
def path_resolve(self):
|
|
1434
|
+
""" """
|
|
1435
|
+
...
|
|
1436
|
+
|
|
1437
|
+
def poll(self, context):
|
|
1438
|
+
"""
|
|
1439
|
+
|
|
1440
|
+
:param context:
|
|
1441
|
+
"""
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def pop(self):
|
|
1445
|
+
""" """
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
def prepend(self, draw_func):
|
|
1449
|
+
"""
|
|
1450
|
+
|
|
1451
|
+
:param draw_func:
|
|
1452
|
+
"""
|
|
1453
|
+
...
|
|
1454
|
+
|
|
1455
|
+
def property_overridable_library_set(self):
|
|
1456
|
+
""" """
|
|
1457
|
+
...
|
|
1458
|
+
|
|
1459
|
+
def property_unset(self):
|
|
1460
|
+
""" """
|
|
1461
|
+
...
|
|
1462
|
+
|
|
1463
|
+
def remove(self, draw_func):
|
|
1464
|
+
"""
|
|
1465
|
+
|
|
1466
|
+
:param draw_func:
|
|
1467
|
+
"""
|
|
1468
|
+
...
|
|
1469
|
+
|
|
1470
|
+
def type_recast(self):
|
|
1471
|
+
""" """
|
|
1472
|
+
...
|
|
1473
|
+
|
|
1474
|
+
def values(self):
|
|
1475
|
+
""" """
|
|
1476
|
+
...
|
|
1477
|
+
|
|
1478
|
+
class VIEWLAYER_PT_layer_passes(bpy_types._GenericUI):
|
|
1479
|
+
""" """
|
|
655
1480
|
|
|
656
|
-
def append(self, draw_func): ...
|
|
657
|
-
def as_pointer(self): ...
|
|
658
|
-
def bl_rna_get_subclass(self): ...
|
|
659
|
-
def bl_rna_get_subclass_py(self): ...
|
|
660
|
-
def draw(self, context): ...
|
|
661
|
-
def driver_add(self): ...
|
|
662
|
-
def driver_remove(self): ...
|
|
663
|
-
def get(self): ...
|
|
664
|
-
def id_properties_clear(self): ...
|
|
665
|
-
def id_properties_ensure(self): ...
|
|
666
|
-
def id_properties_ui(self): ...
|
|
667
|
-
def is_extended(self): ...
|
|
668
|
-
def is_property_hidden(self): ...
|
|
669
|
-
def is_property_overridable_library(self): ...
|
|
670
|
-
def is_property_readonly(self): ...
|
|
671
|
-
def is_property_set(self): ...
|
|
672
|
-
def items(self): ...
|
|
673
|
-
def keyframe_delete(self): ...
|
|
674
|
-
def keyframe_insert(self): ...
|
|
675
|
-
def keys(self): ...
|
|
676
|
-
def path_from_id(self): ...
|
|
677
|
-
def path_resolve(self): ...
|
|
678
|
-
def poll(self, context): ...
|
|
679
|
-
def pop(self): ...
|
|
680
|
-
def prepend(self, draw_func): ...
|
|
681
|
-
def property_overridable_library_set(self): ...
|
|
682
|
-
def property_unset(self): ...
|
|
683
|
-
def remove(self, draw_func): ...
|
|
684
|
-
def type_recast(self): ...
|
|
685
|
-
def values(self): ...
|
|
686
|
-
|
|
687
|
-
class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
688
|
-
ViewLayerCryptomattePanel,
|
|
689
|
-
ViewLayerButtonsPanel,
|
|
690
|
-
bpy_types.Panel,
|
|
691
|
-
bpy_types._GenericUI,
|
|
692
|
-
):
|
|
693
1481
|
COMPAT_ENGINES: typing.Any
|
|
1482
|
+
""" """
|
|
1483
|
+
|
|
694
1484
|
bl_context: typing.Any
|
|
1485
|
+
""" """
|
|
1486
|
+
|
|
695
1487
|
bl_label: typing.Any
|
|
696
|
-
|
|
1488
|
+
""" """
|
|
1489
|
+
|
|
697
1490
|
bl_region_type: typing.Any
|
|
1491
|
+
""" """
|
|
1492
|
+
|
|
698
1493
|
bl_rna: typing.Any
|
|
1494
|
+
""" """
|
|
1495
|
+
|
|
699
1496
|
bl_space_type: typing.Any
|
|
1497
|
+
""" """
|
|
1498
|
+
|
|
700
1499
|
id_data: typing.Any
|
|
1500
|
+
""" """
|
|
1501
|
+
|
|
1502
|
+
def append(self, draw_func):
|
|
1503
|
+
"""
|
|
1504
|
+
|
|
1505
|
+
:param draw_func:
|
|
1506
|
+
"""
|
|
1507
|
+
...
|
|
1508
|
+
|
|
1509
|
+
def as_pointer(self):
|
|
1510
|
+
""" """
|
|
1511
|
+
...
|
|
1512
|
+
|
|
1513
|
+
def bl_rna_get_subclass(self):
|
|
1514
|
+
""" """
|
|
1515
|
+
...
|
|
1516
|
+
|
|
1517
|
+
def bl_rna_get_subclass_py(self):
|
|
1518
|
+
""" """
|
|
1519
|
+
...
|
|
1520
|
+
|
|
1521
|
+
def draw(self, context):
|
|
1522
|
+
"""
|
|
1523
|
+
|
|
1524
|
+
:param context:
|
|
1525
|
+
"""
|
|
1526
|
+
...
|
|
1527
|
+
|
|
1528
|
+
def driver_add(self):
|
|
1529
|
+
""" """
|
|
1530
|
+
...
|
|
1531
|
+
|
|
1532
|
+
def driver_remove(self):
|
|
1533
|
+
""" """
|
|
1534
|
+
...
|
|
1535
|
+
|
|
1536
|
+
def get(self):
|
|
1537
|
+
""" """
|
|
1538
|
+
...
|
|
1539
|
+
|
|
1540
|
+
def id_properties_clear(self):
|
|
1541
|
+
""" """
|
|
1542
|
+
...
|
|
1543
|
+
|
|
1544
|
+
def id_properties_ensure(self):
|
|
1545
|
+
""" """
|
|
1546
|
+
...
|
|
1547
|
+
|
|
1548
|
+
def id_properties_ui(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def is_extended(self):
|
|
1553
|
+
""" """
|
|
1554
|
+
...
|
|
1555
|
+
|
|
1556
|
+
def is_property_hidden(self):
|
|
1557
|
+
""" """
|
|
1558
|
+
...
|
|
1559
|
+
|
|
1560
|
+
def is_property_overridable_library(self):
|
|
1561
|
+
""" """
|
|
1562
|
+
...
|
|
1563
|
+
|
|
1564
|
+
def is_property_readonly(self):
|
|
1565
|
+
""" """
|
|
1566
|
+
...
|
|
1567
|
+
|
|
1568
|
+
def is_property_set(self):
|
|
1569
|
+
""" """
|
|
1570
|
+
...
|
|
1571
|
+
|
|
1572
|
+
def items(self):
|
|
1573
|
+
""" """
|
|
1574
|
+
...
|
|
1575
|
+
|
|
1576
|
+
def keyframe_delete(self):
|
|
1577
|
+
""" """
|
|
1578
|
+
...
|
|
1579
|
+
|
|
1580
|
+
def keyframe_insert(self):
|
|
1581
|
+
""" """
|
|
1582
|
+
...
|
|
1583
|
+
|
|
1584
|
+
def keys(self):
|
|
1585
|
+
""" """
|
|
1586
|
+
...
|
|
1587
|
+
|
|
1588
|
+
def path_from_id(self):
|
|
1589
|
+
""" """
|
|
1590
|
+
...
|
|
1591
|
+
|
|
1592
|
+
def path_resolve(self):
|
|
1593
|
+
""" """
|
|
1594
|
+
...
|
|
1595
|
+
|
|
1596
|
+
def poll(self, context):
|
|
1597
|
+
"""
|
|
1598
|
+
|
|
1599
|
+
:param context:
|
|
1600
|
+
"""
|
|
1601
|
+
...
|
|
1602
|
+
|
|
1603
|
+
def pop(self):
|
|
1604
|
+
""" """
|
|
1605
|
+
...
|
|
1606
|
+
|
|
1607
|
+
def prepend(self, draw_func):
|
|
1608
|
+
"""
|
|
1609
|
+
|
|
1610
|
+
:param draw_func:
|
|
1611
|
+
"""
|
|
1612
|
+
...
|
|
1613
|
+
|
|
1614
|
+
def property_overridable_library_set(self):
|
|
1615
|
+
""" """
|
|
1616
|
+
...
|
|
1617
|
+
|
|
1618
|
+
def property_unset(self):
|
|
1619
|
+
""" """
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def remove(self, draw_func):
|
|
1623
|
+
"""
|
|
1624
|
+
|
|
1625
|
+
:param draw_func:
|
|
1626
|
+
"""
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1629
|
+
def type_recast(self):
|
|
1630
|
+
""" """
|
|
1631
|
+
...
|
|
1632
|
+
|
|
1633
|
+
def values(self):
|
|
1634
|
+
""" """
|
|
1635
|
+
...
|
|
1636
|
+
|
|
1637
|
+
class VIEWLAYER_PT_layer_passes_aov(bpy_types._GenericUI):
|
|
1638
|
+
""" """
|
|
701
1639
|
|
|
702
|
-
def append(self, draw_func): ...
|
|
703
|
-
def as_pointer(self): ...
|
|
704
|
-
def bl_rna_get_subclass(self): ...
|
|
705
|
-
def bl_rna_get_subclass_py(self): ...
|
|
706
|
-
def draw(self, context): ...
|
|
707
|
-
def driver_add(self): ...
|
|
708
|
-
def driver_remove(self): ...
|
|
709
|
-
def get(self): ...
|
|
710
|
-
def id_properties_clear(self): ...
|
|
711
|
-
def id_properties_ensure(self): ...
|
|
712
|
-
def id_properties_ui(self): ...
|
|
713
|
-
def is_extended(self): ...
|
|
714
|
-
def is_property_hidden(self): ...
|
|
715
|
-
def is_property_overridable_library(self): ...
|
|
716
|
-
def is_property_readonly(self): ...
|
|
717
|
-
def is_property_set(self): ...
|
|
718
|
-
def items(self): ...
|
|
719
|
-
def keyframe_delete(self): ...
|
|
720
|
-
def keyframe_insert(self): ...
|
|
721
|
-
def keys(self): ...
|
|
722
|
-
def path_from_id(self): ...
|
|
723
|
-
def path_resolve(self): ...
|
|
724
|
-
def poll(self, context): ...
|
|
725
|
-
def pop(self): ...
|
|
726
|
-
def prepend(self, draw_func): ...
|
|
727
|
-
def property_overridable_library_set(self): ...
|
|
728
|
-
def property_unset(self): ...
|
|
729
|
-
def remove(self, draw_func): ...
|
|
730
|
-
def type_recast(self): ...
|
|
731
|
-
def values(self): ...
|
|
732
|
-
|
|
733
|
-
class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
734
|
-
ViewLayerLightgroupsPanel,
|
|
735
|
-
ViewLayerButtonsPanel,
|
|
736
|
-
bpy_types.Panel,
|
|
737
|
-
bpy_types._GenericUI,
|
|
738
|
-
):
|
|
739
1640
|
COMPAT_ENGINES: typing.Any
|
|
1641
|
+
""" """
|
|
1642
|
+
|
|
740
1643
|
bl_context: typing.Any
|
|
1644
|
+
""" """
|
|
1645
|
+
|
|
741
1646
|
bl_label: typing.Any
|
|
1647
|
+
""" """
|
|
1648
|
+
|
|
742
1649
|
bl_parent_id: typing.Any
|
|
1650
|
+
""" """
|
|
1651
|
+
|
|
743
1652
|
bl_region_type: typing.Any
|
|
1653
|
+
""" """
|
|
1654
|
+
|
|
744
1655
|
bl_rna: typing.Any
|
|
1656
|
+
""" """
|
|
1657
|
+
|
|
745
1658
|
bl_space_type: typing.Any
|
|
1659
|
+
""" """
|
|
1660
|
+
|
|
746
1661
|
id_data: typing.Any
|
|
1662
|
+
""" """
|
|
1663
|
+
|
|
1664
|
+
def append(self, draw_func):
|
|
1665
|
+
"""
|
|
1666
|
+
|
|
1667
|
+
:param draw_func:
|
|
1668
|
+
"""
|
|
1669
|
+
...
|
|
1670
|
+
|
|
1671
|
+
def as_pointer(self):
|
|
1672
|
+
""" """
|
|
1673
|
+
...
|
|
1674
|
+
|
|
1675
|
+
def bl_rna_get_subclass(self):
|
|
1676
|
+
""" """
|
|
1677
|
+
...
|
|
1678
|
+
|
|
1679
|
+
def bl_rna_get_subclass_py(self):
|
|
1680
|
+
""" """
|
|
1681
|
+
...
|
|
1682
|
+
|
|
1683
|
+
def draw(self, context):
|
|
1684
|
+
"""
|
|
1685
|
+
|
|
1686
|
+
:param context:
|
|
1687
|
+
"""
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
def driver_add(self):
|
|
1691
|
+
""" """
|
|
1692
|
+
...
|
|
1693
|
+
|
|
1694
|
+
def driver_remove(self):
|
|
1695
|
+
""" """
|
|
1696
|
+
...
|
|
1697
|
+
|
|
1698
|
+
def get(self):
|
|
1699
|
+
""" """
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
def id_properties_clear(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
def id_properties_ensure(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def id_properties_ui(self):
|
|
1711
|
+
""" """
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
def is_extended(self):
|
|
1715
|
+
""" """
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
def is_property_hidden(self):
|
|
1719
|
+
""" """
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
def is_property_overridable_library(self):
|
|
1723
|
+
""" """
|
|
1724
|
+
...
|
|
1725
|
+
|
|
1726
|
+
def is_property_readonly(self):
|
|
1727
|
+
""" """
|
|
1728
|
+
...
|
|
1729
|
+
|
|
1730
|
+
def is_property_set(self):
|
|
1731
|
+
""" """
|
|
1732
|
+
...
|
|
1733
|
+
|
|
1734
|
+
def items(self):
|
|
1735
|
+
""" """
|
|
1736
|
+
...
|
|
1737
|
+
|
|
1738
|
+
def keyframe_delete(self):
|
|
1739
|
+
""" """
|
|
1740
|
+
...
|
|
1741
|
+
|
|
1742
|
+
def keyframe_insert(self):
|
|
1743
|
+
""" """
|
|
1744
|
+
...
|
|
1745
|
+
|
|
1746
|
+
def keys(self):
|
|
1747
|
+
""" """
|
|
1748
|
+
...
|
|
1749
|
+
|
|
1750
|
+
def path_from_id(self):
|
|
1751
|
+
""" """
|
|
1752
|
+
...
|
|
1753
|
+
|
|
1754
|
+
def path_resolve(self):
|
|
1755
|
+
""" """
|
|
1756
|
+
...
|
|
1757
|
+
|
|
1758
|
+
def poll(self, context):
|
|
1759
|
+
"""
|
|
1760
|
+
|
|
1761
|
+
:param context:
|
|
1762
|
+
"""
|
|
1763
|
+
...
|
|
1764
|
+
|
|
1765
|
+
def pop(self):
|
|
1766
|
+
""" """
|
|
1767
|
+
...
|
|
1768
|
+
|
|
1769
|
+
def prepend(self, draw_func):
|
|
1770
|
+
"""
|
|
1771
|
+
|
|
1772
|
+
:param draw_func:
|
|
1773
|
+
"""
|
|
1774
|
+
...
|
|
1775
|
+
|
|
1776
|
+
def property_overridable_library_set(self):
|
|
1777
|
+
""" """
|
|
1778
|
+
...
|
|
1779
|
+
|
|
1780
|
+
def property_unset(self):
|
|
1781
|
+
""" """
|
|
1782
|
+
...
|
|
1783
|
+
|
|
1784
|
+
def remove(self, draw_func):
|
|
1785
|
+
"""
|
|
1786
|
+
|
|
1787
|
+
:param draw_func:
|
|
1788
|
+
"""
|
|
1789
|
+
...
|
|
1790
|
+
|
|
1791
|
+
def type_recast(self):
|
|
1792
|
+
""" """
|
|
1793
|
+
...
|
|
1794
|
+
|
|
1795
|
+
def values(self):
|
|
1796
|
+
""" """
|
|
1797
|
+
...
|
|
1798
|
+
|
|
1799
|
+
class VIEWLAYER_PT_layer_passes_cryptomatte(bpy_types._GenericUI):
|
|
1800
|
+
""" """
|
|
1801
|
+
|
|
1802
|
+
COMPAT_ENGINES: typing.Any
|
|
1803
|
+
""" """
|
|
1804
|
+
|
|
1805
|
+
bl_context: typing.Any
|
|
1806
|
+
""" """
|
|
1807
|
+
|
|
1808
|
+
bl_label: typing.Any
|
|
1809
|
+
""" """
|
|
1810
|
+
|
|
1811
|
+
bl_parent_id: typing.Any
|
|
1812
|
+
""" """
|
|
1813
|
+
|
|
1814
|
+
bl_region_type: typing.Any
|
|
1815
|
+
""" """
|
|
1816
|
+
|
|
1817
|
+
bl_rna: typing.Any
|
|
1818
|
+
""" """
|
|
1819
|
+
|
|
1820
|
+
bl_space_type: typing.Any
|
|
1821
|
+
""" """
|
|
1822
|
+
|
|
1823
|
+
id_data: typing.Any
|
|
1824
|
+
""" """
|
|
1825
|
+
|
|
1826
|
+
def append(self, draw_func):
|
|
1827
|
+
"""
|
|
1828
|
+
|
|
1829
|
+
:param draw_func:
|
|
1830
|
+
"""
|
|
1831
|
+
...
|
|
1832
|
+
|
|
1833
|
+
def as_pointer(self):
|
|
1834
|
+
""" """
|
|
1835
|
+
...
|
|
1836
|
+
|
|
1837
|
+
def bl_rna_get_subclass(self):
|
|
1838
|
+
""" """
|
|
1839
|
+
...
|
|
1840
|
+
|
|
1841
|
+
def bl_rna_get_subclass_py(self):
|
|
1842
|
+
""" """
|
|
1843
|
+
...
|
|
1844
|
+
|
|
1845
|
+
def draw(self, context):
|
|
1846
|
+
"""
|
|
1847
|
+
|
|
1848
|
+
:param context:
|
|
1849
|
+
"""
|
|
1850
|
+
...
|
|
1851
|
+
|
|
1852
|
+
def driver_add(self):
|
|
1853
|
+
""" """
|
|
1854
|
+
...
|
|
1855
|
+
|
|
1856
|
+
def driver_remove(self):
|
|
1857
|
+
""" """
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def get(self):
|
|
1861
|
+
""" """
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
def id_properties_clear(self):
|
|
1865
|
+
""" """
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1868
|
+
def id_properties_ensure(self):
|
|
1869
|
+
""" """
|
|
1870
|
+
...
|
|
1871
|
+
|
|
1872
|
+
def id_properties_ui(self):
|
|
1873
|
+
""" """
|
|
1874
|
+
...
|
|
1875
|
+
|
|
1876
|
+
def is_extended(self):
|
|
1877
|
+
""" """
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
def is_property_hidden(self):
|
|
1881
|
+
""" """
|
|
1882
|
+
...
|
|
1883
|
+
|
|
1884
|
+
def is_property_overridable_library(self):
|
|
1885
|
+
""" """
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def is_property_readonly(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def is_property_set(self):
|
|
1893
|
+
""" """
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
def items(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
def keyframe_delete(self):
|
|
1901
|
+
""" """
|
|
1902
|
+
...
|
|
1903
|
+
|
|
1904
|
+
def keyframe_insert(self):
|
|
1905
|
+
""" """
|
|
1906
|
+
...
|
|
1907
|
+
|
|
1908
|
+
def keys(self):
|
|
1909
|
+
""" """
|
|
1910
|
+
...
|
|
1911
|
+
|
|
1912
|
+
def path_from_id(self):
|
|
1913
|
+
""" """
|
|
1914
|
+
...
|
|
1915
|
+
|
|
1916
|
+
def path_resolve(self):
|
|
1917
|
+
""" """
|
|
1918
|
+
...
|
|
1919
|
+
|
|
1920
|
+
def poll(self, context):
|
|
1921
|
+
"""
|
|
1922
|
+
|
|
1923
|
+
:param context:
|
|
1924
|
+
"""
|
|
1925
|
+
...
|
|
1926
|
+
|
|
1927
|
+
def pop(self):
|
|
1928
|
+
""" """
|
|
1929
|
+
...
|
|
1930
|
+
|
|
1931
|
+
def prepend(self, draw_func):
|
|
1932
|
+
"""
|
|
1933
|
+
|
|
1934
|
+
:param draw_func:
|
|
1935
|
+
"""
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1938
|
+
def property_overridable_library_set(self):
|
|
1939
|
+
""" """
|
|
1940
|
+
...
|
|
1941
|
+
|
|
1942
|
+
def property_unset(self):
|
|
1943
|
+
""" """
|
|
1944
|
+
...
|
|
1945
|
+
|
|
1946
|
+
def remove(self, draw_func):
|
|
1947
|
+
"""
|
|
1948
|
+
|
|
1949
|
+
:param draw_func:
|
|
1950
|
+
"""
|
|
1951
|
+
...
|
|
1952
|
+
|
|
1953
|
+
def type_recast(self):
|
|
1954
|
+
""" """
|
|
1955
|
+
...
|
|
1956
|
+
|
|
1957
|
+
def values(self):
|
|
1958
|
+
""" """
|
|
1959
|
+
...
|
|
1960
|
+
|
|
1961
|
+
class VIEWLAYER_PT_layer_passes_lightgroups(bpy_types._GenericUI):
|
|
1962
|
+
""" """
|
|
1963
|
+
|
|
1964
|
+
COMPAT_ENGINES: typing.Any
|
|
1965
|
+
""" """
|
|
1966
|
+
|
|
1967
|
+
bl_context: typing.Any
|
|
1968
|
+
""" """
|
|
1969
|
+
|
|
1970
|
+
bl_label: typing.Any
|
|
1971
|
+
""" """
|
|
1972
|
+
|
|
1973
|
+
bl_parent_id: typing.Any
|
|
1974
|
+
""" """
|
|
1975
|
+
|
|
1976
|
+
bl_region_type: typing.Any
|
|
1977
|
+
""" """
|
|
1978
|
+
|
|
1979
|
+
bl_rna: typing.Any
|
|
1980
|
+
""" """
|
|
1981
|
+
|
|
1982
|
+
bl_space_type: typing.Any
|
|
1983
|
+
""" """
|
|
1984
|
+
|
|
1985
|
+
id_data: typing.Any
|
|
1986
|
+
""" """
|
|
1987
|
+
|
|
1988
|
+
def append(self, draw_func):
|
|
1989
|
+
"""
|
|
1990
|
+
|
|
1991
|
+
:param draw_func:
|
|
1992
|
+
"""
|
|
1993
|
+
...
|
|
1994
|
+
|
|
1995
|
+
def as_pointer(self):
|
|
1996
|
+
""" """
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1999
|
+
def bl_rna_get_subclass(self):
|
|
2000
|
+
""" """
|
|
2001
|
+
...
|
|
2002
|
+
|
|
2003
|
+
def bl_rna_get_subclass_py(self):
|
|
2004
|
+
""" """
|
|
2005
|
+
...
|
|
2006
|
+
|
|
2007
|
+
def draw(self, context):
|
|
2008
|
+
"""
|
|
2009
|
+
|
|
2010
|
+
:param context:
|
|
2011
|
+
"""
|
|
2012
|
+
...
|
|
2013
|
+
|
|
2014
|
+
def driver_add(self):
|
|
2015
|
+
""" """
|
|
2016
|
+
...
|
|
2017
|
+
|
|
2018
|
+
def driver_remove(self):
|
|
2019
|
+
""" """
|
|
2020
|
+
...
|
|
2021
|
+
|
|
2022
|
+
def get(self):
|
|
2023
|
+
""" """
|
|
2024
|
+
...
|
|
2025
|
+
|
|
2026
|
+
def id_properties_clear(self):
|
|
2027
|
+
""" """
|
|
2028
|
+
...
|
|
2029
|
+
|
|
2030
|
+
def id_properties_ensure(self):
|
|
2031
|
+
""" """
|
|
2032
|
+
...
|
|
2033
|
+
|
|
2034
|
+
def id_properties_ui(self):
|
|
2035
|
+
""" """
|
|
2036
|
+
...
|
|
2037
|
+
|
|
2038
|
+
def is_extended(self):
|
|
2039
|
+
""" """
|
|
2040
|
+
...
|
|
2041
|
+
|
|
2042
|
+
def is_property_hidden(self):
|
|
2043
|
+
""" """
|
|
2044
|
+
...
|
|
2045
|
+
|
|
2046
|
+
def is_property_overridable_library(self):
|
|
2047
|
+
""" """
|
|
2048
|
+
...
|
|
2049
|
+
|
|
2050
|
+
def is_property_readonly(self):
|
|
2051
|
+
""" """
|
|
2052
|
+
...
|
|
2053
|
+
|
|
2054
|
+
def is_property_set(self):
|
|
2055
|
+
""" """
|
|
2056
|
+
...
|
|
2057
|
+
|
|
2058
|
+
def items(self):
|
|
2059
|
+
""" """
|
|
2060
|
+
...
|
|
2061
|
+
|
|
2062
|
+
def keyframe_delete(self):
|
|
2063
|
+
""" """
|
|
2064
|
+
...
|
|
2065
|
+
|
|
2066
|
+
def keyframe_insert(self):
|
|
2067
|
+
""" """
|
|
2068
|
+
...
|
|
2069
|
+
|
|
2070
|
+
def keys(self):
|
|
2071
|
+
""" """
|
|
2072
|
+
...
|
|
2073
|
+
|
|
2074
|
+
def path_from_id(self):
|
|
2075
|
+
""" """
|
|
2076
|
+
...
|
|
2077
|
+
|
|
2078
|
+
def path_resolve(self):
|
|
2079
|
+
""" """
|
|
2080
|
+
...
|
|
2081
|
+
|
|
2082
|
+
def poll(self, context):
|
|
2083
|
+
"""
|
|
2084
|
+
|
|
2085
|
+
:param context:
|
|
2086
|
+
"""
|
|
2087
|
+
...
|
|
2088
|
+
|
|
2089
|
+
def pop(self):
|
|
2090
|
+
""" """
|
|
2091
|
+
...
|
|
2092
|
+
|
|
2093
|
+
def prepend(self, draw_func):
|
|
2094
|
+
"""
|
|
2095
|
+
|
|
2096
|
+
:param draw_func:
|
|
2097
|
+
"""
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
def property_overridable_library_set(self):
|
|
2101
|
+
""" """
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
def property_unset(self):
|
|
2105
|
+
""" """
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
def remove(self, draw_func):
|
|
2109
|
+
"""
|
|
2110
|
+
|
|
2111
|
+
:param draw_func:
|
|
2112
|
+
"""
|
|
2113
|
+
...
|
|
2114
|
+
|
|
2115
|
+
def type_recast(self):
|
|
2116
|
+
""" """
|
|
2117
|
+
...
|
|
2118
|
+
|
|
2119
|
+
def values(self):
|
|
2120
|
+
""" """
|
|
2121
|
+
...
|
|
2122
|
+
|
|
2123
|
+
class VIEWLAYER_PT_workbench_layer_passes_data(bpy_types._GenericUI):
|
|
2124
|
+
""" """
|
|
2125
|
+
|
|
2126
|
+
COMPAT_ENGINES: typing.Any
|
|
2127
|
+
""" """
|
|
2128
|
+
|
|
2129
|
+
bl_context: typing.Any
|
|
2130
|
+
""" """
|
|
2131
|
+
|
|
2132
|
+
bl_label: typing.Any
|
|
2133
|
+
""" """
|
|
2134
|
+
|
|
2135
|
+
bl_parent_id: typing.Any
|
|
2136
|
+
""" """
|
|
2137
|
+
|
|
2138
|
+
bl_region_type: typing.Any
|
|
2139
|
+
""" """
|
|
2140
|
+
|
|
2141
|
+
bl_rna: typing.Any
|
|
2142
|
+
""" """
|
|
2143
|
+
|
|
2144
|
+
bl_space_type: typing.Any
|
|
2145
|
+
""" """
|
|
2146
|
+
|
|
2147
|
+
id_data: typing.Any
|
|
2148
|
+
""" """
|
|
2149
|
+
|
|
2150
|
+
def append(self, draw_func):
|
|
2151
|
+
"""
|
|
2152
|
+
|
|
2153
|
+
:param draw_func:
|
|
2154
|
+
"""
|
|
2155
|
+
...
|
|
2156
|
+
|
|
2157
|
+
def as_pointer(self):
|
|
2158
|
+
""" """
|
|
2159
|
+
...
|
|
2160
|
+
|
|
2161
|
+
def bl_rna_get_subclass(self):
|
|
2162
|
+
""" """
|
|
2163
|
+
...
|
|
2164
|
+
|
|
2165
|
+
def bl_rna_get_subclass_py(self):
|
|
2166
|
+
""" """
|
|
2167
|
+
...
|
|
2168
|
+
|
|
2169
|
+
def draw(self, context):
|
|
2170
|
+
"""
|
|
2171
|
+
|
|
2172
|
+
:param context:
|
|
2173
|
+
"""
|
|
2174
|
+
...
|
|
2175
|
+
|
|
2176
|
+
def driver_add(self):
|
|
2177
|
+
""" """
|
|
2178
|
+
...
|
|
2179
|
+
|
|
2180
|
+
def driver_remove(self):
|
|
2181
|
+
""" """
|
|
2182
|
+
...
|
|
2183
|
+
|
|
2184
|
+
def get(self):
|
|
2185
|
+
""" """
|
|
2186
|
+
...
|
|
2187
|
+
|
|
2188
|
+
def id_properties_clear(self):
|
|
2189
|
+
""" """
|
|
2190
|
+
...
|
|
2191
|
+
|
|
2192
|
+
def id_properties_ensure(self):
|
|
2193
|
+
""" """
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
def id_properties_ui(self):
|
|
2197
|
+
""" """
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def is_extended(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
def is_property_hidden(self):
|
|
2205
|
+
""" """
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
def is_property_overridable_library(self):
|
|
2209
|
+
""" """
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
def is_property_readonly(self):
|
|
2213
|
+
""" """
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
def is_property_set(self):
|
|
2217
|
+
""" """
|
|
2218
|
+
...
|
|
2219
|
+
|
|
2220
|
+
def items(self):
|
|
2221
|
+
""" """
|
|
2222
|
+
...
|
|
2223
|
+
|
|
2224
|
+
def keyframe_delete(self):
|
|
2225
|
+
""" """
|
|
2226
|
+
...
|
|
2227
|
+
|
|
2228
|
+
def keyframe_insert(self):
|
|
2229
|
+
""" """
|
|
2230
|
+
...
|
|
2231
|
+
|
|
2232
|
+
def keys(self):
|
|
2233
|
+
""" """
|
|
2234
|
+
...
|
|
2235
|
+
|
|
2236
|
+
def path_from_id(self):
|
|
2237
|
+
""" """
|
|
2238
|
+
...
|
|
2239
|
+
|
|
2240
|
+
def path_resolve(self):
|
|
2241
|
+
""" """
|
|
2242
|
+
...
|
|
2243
|
+
|
|
2244
|
+
def poll(self, context):
|
|
2245
|
+
"""
|
|
2246
|
+
|
|
2247
|
+
:param context:
|
|
2248
|
+
"""
|
|
2249
|
+
...
|
|
2250
|
+
|
|
2251
|
+
def pop(self):
|
|
2252
|
+
""" """
|
|
2253
|
+
...
|
|
2254
|
+
|
|
2255
|
+
def prepend(self, draw_func):
|
|
2256
|
+
"""
|
|
2257
|
+
|
|
2258
|
+
:param draw_func:
|
|
2259
|
+
"""
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def property_overridable_library_set(self):
|
|
2263
|
+
""" """
|
|
2264
|
+
...
|
|
2265
|
+
|
|
2266
|
+
def property_unset(self):
|
|
2267
|
+
""" """
|
|
2268
|
+
...
|
|
2269
|
+
|
|
2270
|
+
def remove(self, draw_func):
|
|
2271
|
+
"""
|
|
2272
|
+
|
|
2273
|
+
:param draw_func:
|
|
2274
|
+
"""
|
|
2275
|
+
...
|
|
2276
|
+
|
|
2277
|
+
def type_recast(self):
|
|
2278
|
+
""" """
|
|
2279
|
+
...
|
|
2280
|
+
|
|
2281
|
+
def values(self):
|
|
2282
|
+
""" """
|
|
2283
|
+
...
|
|
2284
|
+
|
|
2285
|
+
class VIEWLAYER_UL_aov(bpy_types._GenericUI):
|
|
2286
|
+
""" """
|
|
2287
|
+
|
|
2288
|
+
bl_rna: typing.Any
|
|
2289
|
+
""" """
|
|
2290
|
+
|
|
2291
|
+
id_data: typing.Any
|
|
2292
|
+
""" """
|
|
2293
|
+
|
|
2294
|
+
def append(self, draw_func):
|
|
2295
|
+
"""
|
|
2296
|
+
|
|
2297
|
+
:param draw_func:
|
|
2298
|
+
"""
|
|
2299
|
+
...
|
|
2300
|
+
|
|
2301
|
+
def as_pointer(self):
|
|
2302
|
+
""" """
|
|
2303
|
+
...
|
|
2304
|
+
|
|
2305
|
+
def bl_rna_get_subclass(self):
|
|
2306
|
+
""" """
|
|
2307
|
+
...
|
|
2308
|
+
|
|
2309
|
+
def bl_rna_get_subclass_py(self):
|
|
2310
|
+
""" """
|
|
2311
|
+
...
|
|
2312
|
+
|
|
2313
|
+
def draw_item(
|
|
2314
|
+
self, _context, layout, _data, item, icon, _active_data, _active_propname
|
|
2315
|
+
):
|
|
2316
|
+
"""
|
|
2317
|
+
|
|
2318
|
+
:param _context:
|
|
2319
|
+
:param layout:
|
|
2320
|
+
:param _data:
|
|
2321
|
+
:param item:
|
|
2322
|
+
:param icon:
|
|
2323
|
+
:param _active_data:
|
|
2324
|
+
:param _active_propname:
|
|
2325
|
+
"""
|
|
2326
|
+
...
|
|
2327
|
+
|
|
2328
|
+
def driver_add(self):
|
|
2329
|
+
""" """
|
|
2330
|
+
...
|
|
2331
|
+
|
|
2332
|
+
def driver_remove(self):
|
|
2333
|
+
""" """
|
|
2334
|
+
...
|
|
2335
|
+
|
|
2336
|
+
def get(self):
|
|
2337
|
+
""" """
|
|
2338
|
+
...
|
|
2339
|
+
|
|
2340
|
+
def id_properties_clear(self):
|
|
2341
|
+
""" """
|
|
2342
|
+
...
|
|
2343
|
+
|
|
2344
|
+
def id_properties_ensure(self):
|
|
2345
|
+
""" """
|
|
2346
|
+
...
|
|
2347
|
+
|
|
2348
|
+
def id_properties_ui(self):
|
|
2349
|
+
""" """
|
|
2350
|
+
...
|
|
2351
|
+
|
|
2352
|
+
def is_extended(self):
|
|
2353
|
+
""" """
|
|
2354
|
+
...
|
|
2355
|
+
|
|
2356
|
+
def is_property_hidden(self):
|
|
2357
|
+
""" """
|
|
2358
|
+
...
|
|
2359
|
+
|
|
2360
|
+
def is_property_overridable_library(self):
|
|
2361
|
+
""" """
|
|
2362
|
+
...
|
|
2363
|
+
|
|
2364
|
+
def is_property_readonly(self):
|
|
2365
|
+
""" """
|
|
2366
|
+
...
|
|
2367
|
+
|
|
2368
|
+
def is_property_set(self):
|
|
2369
|
+
""" """
|
|
2370
|
+
...
|
|
2371
|
+
|
|
2372
|
+
def items(self):
|
|
2373
|
+
""" """
|
|
2374
|
+
...
|
|
2375
|
+
|
|
2376
|
+
def keyframe_delete(self):
|
|
2377
|
+
""" """
|
|
2378
|
+
...
|
|
2379
|
+
|
|
2380
|
+
def keyframe_insert(self):
|
|
2381
|
+
""" """
|
|
2382
|
+
...
|
|
2383
|
+
|
|
2384
|
+
def keys(self):
|
|
2385
|
+
""" """
|
|
2386
|
+
...
|
|
2387
|
+
|
|
2388
|
+
def path_from_id(self):
|
|
2389
|
+
""" """
|
|
2390
|
+
...
|
|
2391
|
+
|
|
2392
|
+
def path_resolve(self):
|
|
2393
|
+
""" """
|
|
2394
|
+
...
|
|
2395
|
+
|
|
2396
|
+
def pop(self):
|
|
2397
|
+
""" """
|
|
2398
|
+
...
|
|
2399
|
+
|
|
2400
|
+
def prepend(self, draw_func):
|
|
2401
|
+
"""
|
|
2402
|
+
|
|
2403
|
+
:param draw_func:
|
|
2404
|
+
"""
|
|
2405
|
+
...
|
|
2406
|
+
|
|
2407
|
+
def property_overridable_library_set(self):
|
|
2408
|
+
""" """
|
|
2409
|
+
...
|
|
2410
|
+
|
|
2411
|
+
def property_unset(self):
|
|
2412
|
+
""" """
|
|
2413
|
+
...
|
|
2414
|
+
|
|
2415
|
+
def remove(self, draw_func):
|
|
2416
|
+
"""
|
|
2417
|
+
|
|
2418
|
+
:param draw_func:
|
|
2419
|
+
"""
|
|
2420
|
+
...
|
|
2421
|
+
|
|
2422
|
+
def type_recast(self):
|
|
2423
|
+
""" """
|
|
2424
|
+
...
|
|
2425
|
+
|
|
2426
|
+
def values(self):
|
|
2427
|
+
""" """
|
|
2428
|
+
...
|
|
2429
|
+
|
|
2430
|
+
class ViewLayerAOVPanel(bpy_types._GenericUI):
|
|
2431
|
+
""" """
|
|
2432
|
+
|
|
2433
|
+
bl_context: typing.Any
|
|
2434
|
+
""" """
|
|
2435
|
+
|
|
2436
|
+
bl_label: typing.Any
|
|
2437
|
+
""" """
|
|
2438
|
+
|
|
2439
|
+
bl_region_type: typing.Any
|
|
2440
|
+
""" """
|
|
2441
|
+
|
|
2442
|
+
bl_rna: typing.Any
|
|
2443
|
+
""" """
|
|
2444
|
+
|
|
2445
|
+
bl_space_type: typing.Any
|
|
2446
|
+
""" """
|
|
2447
|
+
|
|
2448
|
+
id_data: typing.Any
|
|
2449
|
+
""" """
|
|
2450
|
+
|
|
2451
|
+
def append(self, draw_func):
|
|
2452
|
+
"""
|
|
2453
|
+
|
|
2454
|
+
:param draw_func:
|
|
2455
|
+
"""
|
|
2456
|
+
...
|
|
2457
|
+
|
|
2458
|
+
def as_pointer(self):
|
|
2459
|
+
""" """
|
|
2460
|
+
...
|
|
2461
|
+
|
|
2462
|
+
def bl_rna_get_subclass(self):
|
|
2463
|
+
""" """
|
|
2464
|
+
...
|
|
2465
|
+
|
|
2466
|
+
def bl_rna_get_subclass_py(self):
|
|
2467
|
+
""" """
|
|
2468
|
+
...
|
|
2469
|
+
|
|
2470
|
+
def draw(self, context):
|
|
2471
|
+
"""
|
|
2472
|
+
|
|
2473
|
+
:param context:
|
|
2474
|
+
"""
|
|
2475
|
+
...
|
|
2476
|
+
|
|
2477
|
+
def driver_add(self):
|
|
2478
|
+
""" """
|
|
2479
|
+
...
|
|
2480
|
+
|
|
2481
|
+
def driver_remove(self):
|
|
2482
|
+
""" """
|
|
2483
|
+
...
|
|
2484
|
+
|
|
2485
|
+
def get(self):
|
|
2486
|
+
""" """
|
|
2487
|
+
...
|
|
2488
|
+
|
|
2489
|
+
def id_properties_clear(self):
|
|
2490
|
+
""" """
|
|
2491
|
+
...
|
|
2492
|
+
|
|
2493
|
+
def id_properties_ensure(self):
|
|
2494
|
+
""" """
|
|
2495
|
+
...
|
|
2496
|
+
|
|
2497
|
+
def id_properties_ui(self):
|
|
2498
|
+
""" """
|
|
2499
|
+
...
|
|
2500
|
+
|
|
2501
|
+
def is_extended(self):
|
|
2502
|
+
""" """
|
|
2503
|
+
...
|
|
2504
|
+
|
|
2505
|
+
def is_property_hidden(self):
|
|
2506
|
+
""" """
|
|
2507
|
+
...
|
|
2508
|
+
|
|
2509
|
+
def is_property_overridable_library(self):
|
|
2510
|
+
""" """
|
|
2511
|
+
...
|
|
2512
|
+
|
|
2513
|
+
def is_property_readonly(self):
|
|
2514
|
+
""" """
|
|
2515
|
+
...
|
|
2516
|
+
|
|
2517
|
+
def is_property_set(self):
|
|
2518
|
+
""" """
|
|
2519
|
+
...
|
|
2520
|
+
|
|
2521
|
+
def items(self):
|
|
2522
|
+
""" """
|
|
2523
|
+
...
|
|
2524
|
+
|
|
2525
|
+
def keyframe_delete(self):
|
|
2526
|
+
""" """
|
|
2527
|
+
...
|
|
2528
|
+
|
|
2529
|
+
def keyframe_insert(self):
|
|
2530
|
+
""" """
|
|
2531
|
+
...
|
|
2532
|
+
|
|
2533
|
+
def keys(self):
|
|
2534
|
+
""" """
|
|
2535
|
+
...
|
|
2536
|
+
|
|
2537
|
+
def path_from_id(self):
|
|
2538
|
+
""" """
|
|
2539
|
+
...
|
|
2540
|
+
|
|
2541
|
+
def path_resolve(self):
|
|
2542
|
+
""" """
|
|
2543
|
+
...
|
|
2544
|
+
|
|
2545
|
+
def poll(self, context):
|
|
2546
|
+
"""
|
|
2547
|
+
|
|
2548
|
+
:param context:
|
|
2549
|
+
"""
|
|
2550
|
+
...
|
|
2551
|
+
|
|
2552
|
+
def pop(self):
|
|
2553
|
+
""" """
|
|
2554
|
+
...
|
|
2555
|
+
|
|
2556
|
+
def prepend(self, draw_func):
|
|
2557
|
+
"""
|
|
2558
|
+
|
|
2559
|
+
:param draw_func:
|
|
2560
|
+
"""
|
|
2561
|
+
...
|
|
2562
|
+
|
|
2563
|
+
def property_overridable_library_set(self):
|
|
2564
|
+
""" """
|
|
2565
|
+
...
|
|
2566
|
+
|
|
2567
|
+
def property_unset(self):
|
|
2568
|
+
""" """
|
|
2569
|
+
...
|
|
2570
|
+
|
|
2571
|
+
def remove(self, draw_func):
|
|
2572
|
+
"""
|
|
2573
|
+
|
|
2574
|
+
:param draw_func:
|
|
2575
|
+
"""
|
|
2576
|
+
...
|
|
2577
|
+
|
|
2578
|
+
def type_recast(self):
|
|
2579
|
+
""" """
|
|
2580
|
+
...
|
|
2581
|
+
|
|
2582
|
+
def values(self):
|
|
2583
|
+
""" """
|
|
2584
|
+
...
|
|
2585
|
+
|
|
2586
|
+
class ViewLayerButtonsPanel:
|
|
2587
|
+
""" """
|
|
2588
|
+
|
|
2589
|
+
bl_context: typing.Any
|
|
2590
|
+
""" """
|
|
2591
|
+
|
|
2592
|
+
bl_region_type: typing.Any
|
|
2593
|
+
""" """
|
|
2594
|
+
|
|
2595
|
+
bl_space_type: typing.Any
|
|
2596
|
+
""" """
|
|
2597
|
+
|
|
2598
|
+
def poll(self, context):
|
|
2599
|
+
"""
|
|
2600
|
+
|
|
2601
|
+
:param context:
|
|
2602
|
+
"""
|
|
2603
|
+
...
|
|
2604
|
+
|
|
2605
|
+
class ViewLayerCryptomattePanel(bpy_types._GenericUI):
|
|
2606
|
+
""" """
|
|
2607
|
+
|
|
2608
|
+
bl_context: typing.Any
|
|
2609
|
+
""" """
|
|
2610
|
+
|
|
2611
|
+
bl_label: typing.Any
|
|
2612
|
+
""" """
|
|
2613
|
+
|
|
2614
|
+
bl_region_type: typing.Any
|
|
2615
|
+
""" """
|
|
2616
|
+
|
|
2617
|
+
bl_rna: typing.Any
|
|
2618
|
+
""" """
|
|
2619
|
+
|
|
2620
|
+
bl_space_type: typing.Any
|
|
2621
|
+
""" """
|
|
2622
|
+
|
|
2623
|
+
id_data: typing.Any
|
|
2624
|
+
""" """
|
|
2625
|
+
|
|
2626
|
+
def append(self, draw_func):
|
|
2627
|
+
"""
|
|
2628
|
+
|
|
2629
|
+
:param draw_func:
|
|
2630
|
+
"""
|
|
2631
|
+
...
|
|
2632
|
+
|
|
2633
|
+
def as_pointer(self):
|
|
2634
|
+
""" """
|
|
2635
|
+
...
|
|
2636
|
+
|
|
2637
|
+
def bl_rna_get_subclass(self):
|
|
2638
|
+
""" """
|
|
2639
|
+
...
|
|
2640
|
+
|
|
2641
|
+
def bl_rna_get_subclass_py(self):
|
|
2642
|
+
""" """
|
|
2643
|
+
...
|
|
2644
|
+
|
|
2645
|
+
def draw(self, context):
|
|
2646
|
+
"""
|
|
2647
|
+
|
|
2648
|
+
:param context:
|
|
2649
|
+
"""
|
|
2650
|
+
...
|
|
2651
|
+
|
|
2652
|
+
def driver_add(self):
|
|
2653
|
+
""" """
|
|
2654
|
+
...
|
|
2655
|
+
|
|
2656
|
+
def driver_remove(self):
|
|
2657
|
+
""" """
|
|
2658
|
+
...
|
|
2659
|
+
|
|
2660
|
+
def get(self):
|
|
2661
|
+
""" """
|
|
2662
|
+
...
|
|
2663
|
+
|
|
2664
|
+
def id_properties_clear(self):
|
|
2665
|
+
""" """
|
|
2666
|
+
...
|
|
2667
|
+
|
|
2668
|
+
def id_properties_ensure(self):
|
|
2669
|
+
""" """
|
|
2670
|
+
...
|
|
2671
|
+
|
|
2672
|
+
def id_properties_ui(self):
|
|
2673
|
+
""" """
|
|
2674
|
+
...
|
|
2675
|
+
|
|
2676
|
+
def is_extended(self):
|
|
2677
|
+
""" """
|
|
2678
|
+
...
|
|
2679
|
+
|
|
2680
|
+
def is_property_hidden(self):
|
|
2681
|
+
""" """
|
|
2682
|
+
...
|
|
2683
|
+
|
|
2684
|
+
def is_property_overridable_library(self):
|
|
2685
|
+
""" """
|
|
2686
|
+
...
|
|
2687
|
+
|
|
2688
|
+
def is_property_readonly(self):
|
|
2689
|
+
""" """
|
|
2690
|
+
...
|
|
2691
|
+
|
|
2692
|
+
def is_property_set(self):
|
|
2693
|
+
""" """
|
|
2694
|
+
...
|
|
2695
|
+
|
|
2696
|
+
def items(self):
|
|
2697
|
+
""" """
|
|
2698
|
+
...
|
|
2699
|
+
|
|
2700
|
+
def keyframe_delete(self):
|
|
2701
|
+
""" """
|
|
2702
|
+
...
|
|
2703
|
+
|
|
2704
|
+
def keyframe_insert(self):
|
|
2705
|
+
""" """
|
|
2706
|
+
...
|
|
2707
|
+
|
|
2708
|
+
def keys(self):
|
|
2709
|
+
""" """
|
|
2710
|
+
...
|
|
2711
|
+
|
|
2712
|
+
def path_from_id(self):
|
|
2713
|
+
""" """
|
|
2714
|
+
...
|
|
2715
|
+
|
|
2716
|
+
def path_resolve(self):
|
|
2717
|
+
""" """
|
|
2718
|
+
...
|
|
2719
|
+
|
|
2720
|
+
def poll(self, context):
|
|
2721
|
+
"""
|
|
2722
|
+
|
|
2723
|
+
:param context:
|
|
2724
|
+
"""
|
|
2725
|
+
...
|
|
2726
|
+
|
|
2727
|
+
def pop(self):
|
|
2728
|
+
""" """
|
|
2729
|
+
...
|
|
2730
|
+
|
|
2731
|
+
def prepend(self, draw_func):
|
|
2732
|
+
"""
|
|
2733
|
+
|
|
2734
|
+
:param draw_func:
|
|
2735
|
+
"""
|
|
2736
|
+
...
|
|
2737
|
+
|
|
2738
|
+
def property_overridable_library_set(self):
|
|
2739
|
+
""" """
|
|
2740
|
+
...
|
|
2741
|
+
|
|
2742
|
+
def property_unset(self):
|
|
2743
|
+
""" """
|
|
2744
|
+
...
|
|
2745
|
+
|
|
2746
|
+
def remove(self, draw_func):
|
|
2747
|
+
"""
|
|
2748
|
+
|
|
2749
|
+
:param draw_func:
|
|
2750
|
+
"""
|
|
2751
|
+
...
|
|
2752
|
+
|
|
2753
|
+
def type_recast(self):
|
|
2754
|
+
""" """
|
|
2755
|
+
...
|
|
2756
|
+
|
|
2757
|
+
def values(self):
|
|
2758
|
+
""" """
|
|
2759
|
+
...
|
|
2760
|
+
|
|
2761
|
+
class ViewLayerLightgroupsPanel(bpy_types._GenericUI):
|
|
2762
|
+
""" """
|
|
2763
|
+
|
|
2764
|
+
bl_context: typing.Any
|
|
2765
|
+
""" """
|
|
2766
|
+
|
|
2767
|
+
bl_label: typing.Any
|
|
2768
|
+
""" """
|
|
2769
|
+
|
|
2770
|
+
bl_region_type: typing.Any
|
|
2771
|
+
""" """
|
|
2772
|
+
|
|
2773
|
+
bl_rna: typing.Any
|
|
2774
|
+
""" """
|
|
2775
|
+
|
|
2776
|
+
bl_space_type: typing.Any
|
|
2777
|
+
""" """
|
|
2778
|
+
|
|
2779
|
+
id_data: typing.Any
|
|
2780
|
+
""" """
|
|
2781
|
+
|
|
2782
|
+
def append(self, draw_func):
|
|
2783
|
+
"""
|
|
2784
|
+
|
|
2785
|
+
:param draw_func:
|
|
2786
|
+
"""
|
|
2787
|
+
...
|
|
2788
|
+
|
|
2789
|
+
def as_pointer(self):
|
|
2790
|
+
""" """
|
|
2791
|
+
...
|
|
2792
|
+
|
|
2793
|
+
def bl_rna_get_subclass(self):
|
|
2794
|
+
""" """
|
|
2795
|
+
...
|
|
2796
|
+
|
|
2797
|
+
def bl_rna_get_subclass_py(self):
|
|
2798
|
+
""" """
|
|
2799
|
+
...
|
|
2800
|
+
|
|
2801
|
+
def draw(self, context):
|
|
2802
|
+
"""
|
|
2803
|
+
|
|
2804
|
+
:param context:
|
|
2805
|
+
"""
|
|
2806
|
+
...
|
|
2807
|
+
|
|
2808
|
+
def driver_add(self):
|
|
2809
|
+
""" """
|
|
2810
|
+
...
|
|
2811
|
+
|
|
2812
|
+
def driver_remove(self):
|
|
2813
|
+
""" """
|
|
2814
|
+
...
|
|
2815
|
+
|
|
2816
|
+
def get(self):
|
|
2817
|
+
""" """
|
|
2818
|
+
...
|
|
2819
|
+
|
|
2820
|
+
def id_properties_clear(self):
|
|
2821
|
+
""" """
|
|
2822
|
+
...
|
|
2823
|
+
|
|
2824
|
+
def id_properties_ensure(self):
|
|
2825
|
+
""" """
|
|
2826
|
+
...
|
|
2827
|
+
|
|
2828
|
+
def id_properties_ui(self):
|
|
2829
|
+
""" """
|
|
2830
|
+
...
|
|
2831
|
+
|
|
2832
|
+
def is_extended(self):
|
|
2833
|
+
""" """
|
|
2834
|
+
...
|
|
2835
|
+
|
|
2836
|
+
def is_property_hidden(self):
|
|
2837
|
+
""" """
|
|
2838
|
+
...
|
|
2839
|
+
|
|
2840
|
+
def is_property_overridable_library(self):
|
|
2841
|
+
""" """
|
|
2842
|
+
...
|
|
2843
|
+
|
|
2844
|
+
def is_property_readonly(self):
|
|
2845
|
+
""" """
|
|
2846
|
+
...
|
|
2847
|
+
|
|
2848
|
+
def is_property_set(self):
|
|
2849
|
+
""" """
|
|
2850
|
+
...
|
|
2851
|
+
|
|
2852
|
+
def items(self):
|
|
2853
|
+
""" """
|
|
2854
|
+
...
|
|
2855
|
+
|
|
2856
|
+
def keyframe_delete(self):
|
|
2857
|
+
""" """
|
|
2858
|
+
...
|
|
2859
|
+
|
|
2860
|
+
def keyframe_insert(self):
|
|
2861
|
+
""" """
|
|
2862
|
+
...
|
|
2863
|
+
|
|
2864
|
+
def keys(self):
|
|
2865
|
+
""" """
|
|
2866
|
+
...
|
|
2867
|
+
|
|
2868
|
+
def path_from_id(self):
|
|
2869
|
+
""" """
|
|
2870
|
+
...
|
|
2871
|
+
|
|
2872
|
+
def path_resolve(self):
|
|
2873
|
+
""" """
|
|
2874
|
+
...
|
|
2875
|
+
|
|
2876
|
+
def poll(self, context):
|
|
2877
|
+
"""
|
|
2878
|
+
|
|
2879
|
+
:param context:
|
|
2880
|
+
"""
|
|
2881
|
+
...
|
|
2882
|
+
|
|
2883
|
+
def pop(self):
|
|
2884
|
+
""" """
|
|
2885
|
+
...
|
|
2886
|
+
|
|
2887
|
+
def prepend(self, draw_func):
|
|
2888
|
+
"""
|
|
2889
|
+
|
|
2890
|
+
:param draw_func:
|
|
2891
|
+
"""
|
|
2892
|
+
...
|
|
2893
|
+
|
|
2894
|
+
def property_overridable_library_set(self):
|
|
2895
|
+
""" """
|
|
2896
|
+
...
|
|
2897
|
+
|
|
2898
|
+
def property_unset(self):
|
|
2899
|
+
""" """
|
|
2900
|
+
...
|
|
2901
|
+
|
|
2902
|
+
def remove(self, draw_func):
|
|
2903
|
+
"""
|
|
2904
|
+
|
|
2905
|
+
:param draw_func:
|
|
2906
|
+
"""
|
|
2907
|
+
...
|
|
2908
|
+
|
|
2909
|
+
def type_recast(self):
|
|
2910
|
+
""" """
|
|
2911
|
+
...
|
|
747
2912
|
|
|
748
|
-
def
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
def bl_rna_get_subclass_py(self): ...
|
|
752
|
-
def draw(self, context): ...
|
|
753
|
-
def driver_add(self): ...
|
|
754
|
-
def driver_remove(self): ...
|
|
755
|
-
def get(self): ...
|
|
756
|
-
def id_properties_clear(self): ...
|
|
757
|
-
def id_properties_ensure(self): ...
|
|
758
|
-
def id_properties_ui(self): ...
|
|
759
|
-
def is_extended(self): ...
|
|
760
|
-
def is_property_hidden(self): ...
|
|
761
|
-
def is_property_overridable_library(self): ...
|
|
762
|
-
def is_property_readonly(self): ...
|
|
763
|
-
def is_property_set(self): ...
|
|
764
|
-
def items(self): ...
|
|
765
|
-
def keyframe_delete(self): ...
|
|
766
|
-
def keyframe_insert(self): ...
|
|
767
|
-
def keys(self): ...
|
|
768
|
-
def path_from_id(self): ...
|
|
769
|
-
def path_resolve(self): ...
|
|
770
|
-
def poll(self, context): ...
|
|
771
|
-
def pop(self): ...
|
|
772
|
-
def prepend(self, draw_func): ...
|
|
773
|
-
def property_overridable_library_set(self): ...
|
|
774
|
-
def property_unset(self): ...
|
|
775
|
-
def remove(self, draw_func): ...
|
|
776
|
-
def type_recast(self): ...
|
|
777
|
-
def values(self): ...
|
|
2913
|
+
def values(self):
|
|
2914
|
+
""" """
|
|
2915
|
+
...
|