fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
6
|
+
import bpy.types
|
|
7
|
+
|
|
8
|
+
class STRIP_PT_modifiers(StripModButtonsPanel, _bpy_types.Panel):
|
|
9
|
+
bl_context: typing.Any
|
|
10
|
+
bl_label: typing.Any
|
|
11
|
+
bl_options: typing.Any
|
|
12
|
+
bl_region_type: typing.Any
|
|
13
|
+
bl_rna: typing.Any
|
|
14
|
+
bl_space_type: typing.Any
|
|
15
|
+
id_data: typing.Any
|
|
16
|
+
|
|
17
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
:return: The RNA type or default when not found.
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
:return: The class or default when not found.
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
def draw(self, context) -> None:
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
:param context:
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
class StripModButtonsPanel:
|
|
36
|
+
bl_context: typing.Any
|
|
37
|
+
bl_region_type: typing.Any
|
|
38
|
+
bl_space_type: typing.Any
|
|
39
|
+
|
|
40
|
+
@classmethod
|
|
41
|
+
def poll(cls, context) -> None:
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
:param context:
|
|
45
|
+
"""
|
|
@@ -17,14 +17,12 @@ class TEXTURE_MT_context_menu(_bpy_types.Menu):
|
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
:return: The RNA type or default when not found.
|
|
20
|
-
:rtype: bpy.types.Struct
|
|
21
20
|
"""
|
|
22
21
|
|
|
23
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
:return: The class or default when not found.
|
|
27
|
-
:rtype: typing.Any
|
|
28
26
|
"""
|
|
29
27
|
|
|
30
28
|
def draw(self, _context) -> None:
|
|
@@ -56,14 +54,12 @@ class TEXTURE_PT_animation(
|
|
|
56
54
|
"""
|
|
57
55
|
|
|
58
56
|
:return: The RNA type or default when not found.
|
|
59
|
-
:rtype: bpy.types.Struct
|
|
60
57
|
"""
|
|
61
58
|
|
|
62
59
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
63
60
|
"""
|
|
64
61
|
|
|
65
62
|
:return: The class or default when not found.
|
|
66
|
-
:rtype: typing.Any
|
|
67
63
|
"""
|
|
68
64
|
|
|
69
65
|
def draw(self, context) -> None:
|
|
@@ -93,14 +89,12 @@ class TEXTURE_PT_blend(TextureTypePanel, _bpy_types.Panel):
|
|
|
93
89
|
"""
|
|
94
90
|
|
|
95
91
|
:return: The RNA type or default when not found.
|
|
96
|
-
:rtype: bpy.types.Struct
|
|
97
92
|
"""
|
|
98
93
|
|
|
99
94
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
100
95
|
"""
|
|
101
96
|
|
|
102
97
|
:return: The class or default when not found.
|
|
103
|
-
:rtype: typing.Any
|
|
104
98
|
"""
|
|
105
99
|
|
|
106
100
|
def draw(self, context) -> None:
|
|
@@ -123,14 +117,12 @@ class TEXTURE_PT_clouds(TextureTypePanel, _bpy_types.Panel):
|
|
|
123
117
|
"""
|
|
124
118
|
|
|
125
119
|
:return: The RNA type or default when not found.
|
|
126
|
-
:rtype: bpy.types.Struct
|
|
127
120
|
"""
|
|
128
121
|
|
|
129
122
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
130
123
|
"""
|
|
131
124
|
|
|
132
125
|
:return: The class or default when not found.
|
|
133
|
-
:rtype: typing.Any
|
|
134
126
|
"""
|
|
135
127
|
|
|
136
128
|
def draw(self, context) -> None:
|
|
@@ -153,14 +145,12 @@ class TEXTURE_PT_colors(TextureColorsPoll, TextureButtonsPanel, _bpy_types.Panel
|
|
|
153
145
|
"""
|
|
154
146
|
|
|
155
147
|
:return: The RNA type or default when not found.
|
|
156
|
-
:rtype: bpy.types.Struct
|
|
157
148
|
"""
|
|
158
149
|
|
|
159
150
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
160
151
|
"""
|
|
161
152
|
|
|
162
153
|
:return: The class or default when not found.
|
|
163
|
-
:rtype: typing.Any
|
|
164
154
|
"""
|
|
165
155
|
|
|
166
156
|
def draw(self, context) -> None:
|
|
@@ -184,14 +174,12 @@ class TEXTURE_PT_colors_ramp(TextureColorsPoll, TextureButtonsPanel, _bpy_types.
|
|
|
184
174
|
"""
|
|
185
175
|
|
|
186
176
|
:return: The RNA type or default when not found.
|
|
187
|
-
:rtype: bpy.types.Struct
|
|
188
177
|
"""
|
|
189
178
|
|
|
190
179
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
191
180
|
"""
|
|
192
181
|
|
|
193
182
|
:return: The class or default when not found.
|
|
194
|
-
:rtype: typing.Any
|
|
195
183
|
"""
|
|
196
184
|
|
|
197
185
|
def draw(self, context) -> None:
|
|
@@ -220,14 +208,12 @@ class TEXTURE_PT_context(TextureButtonsPanel, _bpy_types.Panel):
|
|
|
220
208
|
"""
|
|
221
209
|
|
|
222
210
|
:return: The RNA type or default when not found.
|
|
223
|
-
:rtype: bpy.types.Struct
|
|
224
211
|
"""
|
|
225
212
|
|
|
226
213
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
227
214
|
"""
|
|
228
215
|
|
|
229
216
|
:return: The class or default when not found.
|
|
230
|
-
:rtype: typing.Any
|
|
231
217
|
"""
|
|
232
218
|
|
|
233
219
|
def draw(self, context) -> None:
|
|
@@ -257,14 +243,12 @@ class TEXTURE_PT_custom_props(
|
|
|
257
243
|
"""
|
|
258
244
|
|
|
259
245
|
:return: The RNA type or default when not found.
|
|
260
|
-
:rtype: bpy.types.Struct
|
|
261
246
|
"""
|
|
262
247
|
|
|
263
248
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
264
249
|
"""
|
|
265
250
|
|
|
266
251
|
:return: The class or default when not found.
|
|
267
|
-
:rtype: typing.Any
|
|
268
252
|
"""
|
|
269
253
|
|
|
270
254
|
@classmethod
|
|
@@ -288,14 +272,12 @@ class TEXTURE_PT_distortednoise(TextureTypePanel, _bpy_types.Panel):
|
|
|
288
272
|
"""
|
|
289
273
|
|
|
290
274
|
:return: The RNA type or default when not found.
|
|
291
|
-
:rtype: bpy.types.Struct
|
|
292
275
|
"""
|
|
293
276
|
|
|
294
277
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
295
278
|
"""
|
|
296
279
|
|
|
297
280
|
:return: The class or default when not found.
|
|
298
|
-
:rtype: typing.Any
|
|
299
281
|
"""
|
|
300
282
|
|
|
301
283
|
def draw(self, context) -> None:
|
|
@@ -318,14 +300,12 @@ class TEXTURE_PT_image(TextureTypePanel, _bpy_types.Panel):
|
|
|
318
300
|
"""
|
|
319
301
|
|
|
320
302
|
:return: The RNA type or default when not found.
|
|
321
|
-
:rtype: bpy.types.Struct
|
|
322
303
|
"""
|
|
323
304
|
|
|
324
305
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
325
306
|
"""
|
|
326
307
|
|
|
327
308
|
:return: The class or default when not found.
|
|
328
|
-
:rtype: typing.Any
|
|
329
309
|
"""
|
|
330
310
|
|
|
331
311
|
def draw(self, _context) -> None:
|
|
@@ -350,14 +330,12 @@ class TEXTURE_PT_image_alpha(TextureTypePanel, _bpy_types.Panel):
|
|
|
350
330
|
"""
|
|
351
331
|
|
|
352
332
|
:return: The RNA type or default when not found.
|
|
353
|
-
:rtype: bpy.types.Struct
|
|
354
333
|
"""
|
|
355
334
|
|
|
356
335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
357
336
|
"""
|
|
358
337
|
|
|
359
338
|
:return: The class or default when not found.
|
|
360
|
-
:rtype: typing.Any
|
|
361
339
|
"""
|
|
362
340
|
|
|
363
341
|
def draw(self, context) -> None:
|
|
@@ -388,14 +366,12 @@ class TEXTURE_PT_image_mapping(TextureTypePanel, _bpy_types.Panel):
|
|
|
388
366
|
"""
|
|
389
367
|
|
|
390
368
|
:return: The RNA type or default when not found.
|
|
391
|
-
:rtype: bpy.types.Struct
|
|
392
369
|
"""
|
|
393
370
|
|
|
394
371
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
395
372
|
"""
|
|
396
373
|
|
|
397
374
|
:return: The class or default when not found.
|
|
398
|
-
:rtype: typing.Any
|
|
399
375
|
"""
|
|
400
376
|
|
|
401
377
|
def draw(self, context) -> None:
|
|
@@ -420,14 +396,12 @@ class TEXTURE_PT_image_mapping_crop(TextureTypePanel, _bpy_types.Panel):
|
|
|
420
396
|
"""
|
|
421
397
|
|
|
422
398
|
:return: The RNA type or default when not found.
|
|
423
|
-
:rtype: bpy.types.Struct
|
|
424
399
|
"""
|
|
425
400
|
|
|
426
401
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
427
402
|
"""
|
|
428
403
|
|
|
429
404
|
:return: The class or default when not found.
|
|
430
|
-
:rtype: typing.Any
|
|
431
405
|
"""
|
|
432
406
|
|
|
433
407
|
def draw(self, context) -> None:
|
|
@@ -452,14 +426,12 @@ class TEXTURE_PT_image_sampling(TextureTypePanel, _bpy_types.Panel):
|
|
|
452
426
|
"""
|
|
453
427
|
|
|
454
428
|
:return: The RNA type or default when not found.
|
|
455
|
-
:rtype: bpy.types.Struct
|
|
456
429
|
"""
|
|
457
430
|
|
|
458
431
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
459
432
|
"""
|
|
460
433
|
|
|
461
434
|
:return: The class or default when not found.
|
|
462
|
-
:rtype: typing.Any
|
|
463
435
|
"""
|
|
464
436
|
|
|
465
437
|
def draw(self, context) -> None:
|
|
@@ -483,14 +455,12 @@ class TEXTURE_PT_image_settings(TextureTypePanel, _bpy_types.Panel):
|
|
|
483
455
|
"""
|
|
484
456
|
|
|
485
457
|
:return: The RNA type or default when not found.
|
|
486
|
-
:rtype: bpy.types.Struct
|
|
487
458
|
"""
|
|
488
459
|
|
|
489
460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
490
461
|
"""
|
|
491
462
|
|
|
492
463
|
:return: The class or default when not found.
|
|
493
|
-
:rtype: typing.Any
|
|
494
464
|
"""
|
|
495
465
|
|
|
496
466
|
def draw(self, context) -> None:
|
|
@@ -513,14 +483,12 @@ class TEXTURE_PT_influence(TextureSlotPanel, _bpy_types.Panel):
|
|
|
513
483
|
"""
|
|
514
484
|
|
|
515
485
|
:return: The RNA type or default when not found.
|
|
516
|
-
:rtype: bpy.types.Struct
|
|
517
486
|
"""
|
|
518
487
|
|
|
519
488
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
520
489
|
"""
|
|
521
490
|
|
|
522
491
|
:return: The class or default when not found.
|
|
523
|
-
:rtype: typing.Any
|
|
524
492
|
"""
|
|
525
493
|
|
|
526
494
|
def draw(self, context) -> None:
|
|
@@ -550,14 +518,12 @@ class TEXTURE_PT_magic(TextureTypePanel, _bpy_types.Panel):
|
|
|
550
518
|
"""
|
|
551
519
|
|
|
552
520
|
:return: The RNA type or default when not found.
|
|
553
|
-
:rtype: bpy.types.Struct
|
|
554
521
|
"""
|
|
555
522
|
|
|
556
523
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
557
524
|
"""
|
|
558
525
|
|
|
559
526
|
:return: The class or default when not found.
|
|
560
|
-
:rtype: typing.Any
|
|
561
527
|
"""
|
|
562
528
|
|
|
563
529
|
def draw(self, context) -> None:
|
|
@@ -579,14 +545,12 @@ class TEXTURE_PT_mapping(TextureSlotPanel, _bpy_types.Panel):
|
|
|
579
545
|
"""
|
|
580
546
|
|
|
581
547
|
:return: The RNA type or default when not found.
|
|
582
|
-
:rtype: bpy.types.Struct
|
|
583
548
|
"""
|
|
584
549
|
|
|
585
550
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
586
551
|
"""
|
|
587
552
|
|
|
588
553
|
:return: The class or default when not found.
|
|
589
|
-
:rtype: typing.Any
|
|
590
554
|
"""
|
|
591
555
|
|
|
592
556
|
def draw(self, context) -> None:
|
|
@@ -616,14 +580,12 @@ class TEXTURE_PT_marble(TextureTypePanel, _bpy_types.Panel):
|
|
|
616
580
|
"""
|
|
617
581
|
|
|
618
582
|
:return: The RNA type or default when not found.
|
|
619
|
-
:rtype: bpy.types.Struct
|
|
620
583
|
"""
|
|
621
584
|
|
|
622
585
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
623
586
|
"""
|
|
624
587
|
|
|
625
588
|
:return: The class or default when not found.
|
|
626
|
-
:rtype: typing.Any
|
|
627
589
|
"""
|
|
628
590
|
|
|
629
591
|
def draw(self, context) -> None:
|
|
@@ -646,14 +608,12 @@ class TEXTURE_PT_musgrave(TextureTypePanel, _bpy_types.Panel):
|
|
|
646
608
|
"""
|
|
647
609
|
|
|
648
610
|
:return: The RNA type or default when not found.
|
|
649
|
-
:rtype: bpy.types.Struct
|
|
650
611
|
"""
|
|
651
612
|
|
|
652
613
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
653
614
|
"""
|
|
654
615
|
|
|
655
616
|
:return: The class or default when not found.
|
|
656
|
-
:rtype: typing.Any
|
|
657
617
|
"""
|
|
658
618
|
|
|
659
619
|
def draw(self, context) -> None:
|
|
@@ -675,14 +635,12 @@ class TEXTURE_PT_node(TextureButtonsPanel, _bpy_types.Panel):
|
|
|
675
635
|
"""
|
|
676
636
|
|
|
677
637
|
:return: The RNA type or default when not found.
|
|
678
|
-
:rtype: bpy.types.Struct
|
|
679
638
|
"""
|
|
680
639
|
|
|
681
640
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
682
641
|
"""
|
|
683
642
|
|
|
684
643
|
:return: The class or default when not found.
|
|
685
|
-
:rtype: typing.Any
|
|
686
644
|
"""
|
|
687
645
|
|
|
688
646
|
def draw(self, context) -> None:
|
|
@@ -711,14 +669,12 @@ class TEXTURE_PT_preview(TextureButtonsPanel, _bpy_types.Panel):
|
|
|
711
669
|
"""
|
|
712
670
|
|
|
713
671
|
:return: The RNA type or default when not found.
|
|
714
|
-
:rtype: bpy.types.Struct
|
|
715
672
|
"""
|
|
716
673
|
|
|
717
674
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
718
675
|
"""
|
|
719
676
|
|
|
720
677
|
:return: The class or default when not found.
|
|
721
|
-
:rtype: typing.Any
|
|
722
678
|
"""
|
|
723
679
|
|
|
724
680
|
def draw(self, context) -> None:
|
|
@@ -748,14 +704,12 @@ class TEXTURE_PT_stucci(TextureTypePanel, _bpy_types.Panel):
|
|
|
748
704
|
"""
|
|
749
705
|
|
|
750
706
|
:return: The RNA type or default when not found.
|
|
751
|
-
:rtype: bpy.types.Struct
|
|
752
707
|
"""
|
|
753
708
|
|
|
754
709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
755
710
|
"""
|
|
756
711
|
|
|
757
712
|
:return: The class or default when not found.
|
|
758
|
-
:rtype: typing.Any
|
|
759
713
|
"""
|
|
760
714
|
|
|
761
715
|
def draw(self, context) -> None:
|
|
@@ -778,14 +732,12 @@ class TEXTURE_PT_voronoi(TextureTypePanel, _bpy_types.Panel):
|
|
|
778
732
|
"""
|
|
779
733
|
|
|
780
734
|
:return: The RNA type or default when not found.
|
|
781
|
-
:rtype: bpy.types.Struct
|
|
782
735
|
"""
|
|
783
736
|
|
|
784
737
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
785
738
|
"""
|
|
786
739
|
|
|
787
740
|
:return: The class or default when not found.
|
|
788
|
-
:rtype: typing.Any
|
|
789
741
|
"""
|
|
790
742
|
|
|
791
743
|
def draw(self, context) -> None:
|
|
@@ -809,14 +761,12 @@ class TEXTURE_PT_voronoi_feature_weights(TextureTypePanel, _bpy_types.Panel):
|
|
|
809
761
|
"""
|
|
810
762
|
|
|
811
763
|
:return: The RNA type or default when not found.
|
|
812
|
-
:rtype: bpy.types.Struct
|
|
813
764
|
"""
|
|
814
765
|
|
|
815
766
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
816
767
|
"""
|
|
817
768
|
|
|
818
769
|
:return: The class or default when not found.
|
|
819
|
-
:rtype: typing.Any
|
|
820
770
|
"""
|
|
821
771
|
|
|
822
772
|
def draw(self, context) -> None:
|
|
@@ -839,14 +789,12 @@ class TEXTURE_PT_wood(TextureTypePanel, _bpy_types.Panel):
|
|
|
839
789
|
"""
|
|
840
790
|
|
|
841
791
|
:return: The RNA type or default when not found.
|
|
842
|
-
:rtype: bpy.types.Struct
|
|
843
792
|
"""
|
|
844
793
|
|
|
845
794
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
846
795
|
"""
|
|
847
796
|
|
|
848
797
|
:return: The class or default when not found.
|
|
849
|
-
:rtype: typing.Any
|
|
850
798
|
"""
|
|
851
799
|
|
|
852
800
|
def draw(self, context) -> None:
|
|
@@ -863,14 +811,12 @@ class TEXTURE_UL_texslots(_bpy_types.UIList):
|
|
|
863
811
|
"""
|
|
864
812
|
|
|
865
813
|
:return: The RNA type or default when not found.
|
|
866
|
-
:rtype: bpy.types.Struct
|
|
867
814
|
"""
|
|
868
815
|
|
|
869
816
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
870
817
|
"""
|
|
871
818
|
|
|
872
819
|
:return: The class or default when not found.
|
|
873
|
-
:rtype: typing.Any
|
|
874
820
|
"""
|
|
875
821
|
|
|
876
822
|
def draw_item(
|
|
@@ -15,14 +15,12 @@ class VIEWLAYER_MT_lightgroup_sync(_bpy_types.Menu):
|
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
:return: The RNA type or default when not found.
|
|
18
|
-
:rtype: bpy.types.Struct
|
|
19
18
|
"""
|
|
20
19
|
|
|
21
20
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
:return: The class or default when not found.
|
|
25
|
-
:rtype: typing.Any
|
|
26
24
|
"""
|
|
27
25
|
|
|
28
26
|
def draw(self, _context) -> None:
|
|
@@ -45,14 +43,12 @@ class VIEWLAYER_PT_context_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
|
45
43
|
"""
|
|
46
44
|
|
|
47
45
|
:return: The RNA type or default when not found.
|
|
48
|
-
:rtype: bpy.types.Struct
|
|
49
46
|
"""
|
|
50
47
|
|
|
51
48
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
52
49
|
"""
|
|
53
50
|
|
|
54
51
|
:return: The class or default when not found.
|
|
55
|
-
:rtype: typing.Any
|
|
56
52
|
"""
|
|
57
53
|
|
|
58
54
|
def draw(self, context) -> None:
|
|
@@ -82,14 +78,12 @@ class VIEWLAYER_PT_eevee_layer_passes_data(ViewLayerButtonsPanel, _bpy_types.Pan
|
|
|
82
78
|
"""
|
|
83
79
|
|
|
84
80
|
:return: The RNA type or default when not found.
|
|
85
|
-
:rtype: bpy.types.Struct
|
|
86
81
|
"""
|
|
87
82
|
|
|
88
83
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
89
84
|
"""
|
|
90
85
|
|
|
91
86
|
:return: The class or default when not found.
|
|
92
|
-
:rtype: typing.Any
|
|
93
87
|
"""
|
|
94
88
|
|
|
95
89
|
def draw(self, context) -> None:
|
|
@@ -113,14 +107,12 @@ class VIEWLAYER_PT_eevee_layer_passes_light(ViewLayerButtonsPanel, _bpy_types.Pa
|
|
|
113
107
|
"""
|
|
114
108
|
|
|
115
109
|
:return: The RNA type or default when not found.
|
|
116
|
-
:rtype: bpy.types.Struct
|
|
117
110
|
"""
|
|
118
111
|
|
|
119
112
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
120
113
|
"""
|
|
121
114
|
|
|
122
115
|
:return: The class or default when not found.
|
|
123
|
-
:rtype: typing.Any
|
|
124
116
|
"""
|
|
125
117
|
|
|
126
118
|
def draw(self, context) -> None:
|
|
@@ -143,14 +135,12 @@ class VIEWLAYER_PT_filter(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
|
143
135
|
"""
|
|
144
136
|
|
|
145
137
|
:return: The RNA type or default when not found.
|
|
146
|
-
:rtype: bpy.types.Struct
|
|
147
138
|
"""
|
|
148
139
|
|
|
149
140
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
150
141
|
"""
|
|
151
142
|
|
|
152
143
|
:return: The class or default when not found.
|
|
153
|
-
:rtype: typing.Any
|
|
154
144
|
"""
|
|
155
145
|
|
|
156
146
|
def draw(self, context) -> None:
|
|
@@ -172,14 +162,12 @@ class VIEWLAYER_PT_layer(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
|
172
162
|
"""
|
|
173
163
|
|
|
174
164
|
:return: The RNA type or default when not found.
|
|
175
|
-
:rtype: bpy.types.Struct
|
|
176
165
|
"""
|
|
177
166
|
|
|
178
167
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
179
168
|
"""
|
|
180
169
|
|
|
181
170
|
:return: The class or default when not found.
|
|
182
|
-
:rtype: typing.Any
|
|
183
171
|
"""
|
|
184
172
|
|
|
185
173
|
def draw(self, context) -> None:
|
|
@@ -206,14 +194,12 @@ class VIEWLAYER_PT_layer_custom_props(rna_prop_ui.PropertyPanel, _bpy_types.Pane
|
|
|
206
194
|
"""
|
|
207
195
|
|
|
208
196
|
:return: The RNA type or default when not found.
|
|
209
|
-
:rtype: bpy.types.Struct
|
|
210
197
|
"""
|
|
211
198
|
|
|
212
199
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
213
200
|
"""
|
|
214
201
|
|
|
215
202
|
:return: The class or default when not found.
|
|
216
|
-
:rtype: typing.Any
|
|
217
203
|
"""
|
|
218
204
|
|
|
219
205
|
class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
@@ -229,14 +215,12 @@ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
|
229
215
|
"""
|
|
230
216
|
|
|
231
217
|
:return: The RNA type or default when not found.
|
|
232
|
-
:rtype: bpy.types.Struct
|
|
233
218
|
"""
|
|
234
219
|
|
|
235
220
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
236
221
|
"""
|
|
237
222
|
|
|
238
223
|
:return: The class or default when not found.
|
|
239
|
-
:rtype: typing.Any
|
|
240
224
|
"""
|
|
241
225
|
|
|
242
226
|
def draw(self, context) -> None:
|
|
@@ -259,14 +243,12 @@ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, _bpy_types.Panel):
|
|
|
259
243
|
"""
|
|
260
244
|
|
|
261
245
|
:return: The RNA type or default when not found.
|
|
262
|
-
:rtype: bpy.types.Struct
|
|
263
246
|
"""
|
|
264
247
|
|
|
265
248
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
266
249
|
"""
|
|
267
250
|
|
|
268
251
|
:return: The class or default when not found.
|
|
269
|
-
:rtype: typing.Any
|
|
270
252
|
"""
|
|
271
253
|
|
|
272
254
|
class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
@@ -285,14 +267,12 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(
|
|
|
285
267
|
"""
|
|
286
268
|
|
|
287
269
|
:return: The RNA type or default when not found.
|
|
288
|
-
:rtype: bpy.types.Struct
|
|
289
270
|
"""
|
|
290
271
|
|
|
291
272
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
292
273
|
"""
|
|
293
274
|
|
|
294
275
|
:return: The class or default when not found.
|
|
295
|
-
:rtype: typing.Any
|
|
296
276
|
"""
|
|
297
277
|
|
|
298
278
|
class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
@@ -311,14 +291,12 @@ class VIEWLAYER_PT_layer_passes_lightgroups(
|
|
|
311
291
|
"""
|
|
312
292
|
|
|
313
293
|
:return: The RNA type or default when not found.
|
|
314
|
-
:rtype: bpy.types.Struct
|
|
315
294
|
"""
|
|
316
295
|
|
|
317
296
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
318
297
|
"""
|
|
319
298
|
|
|
320
299
|
:return: The class or default when not found.
|
|
321
|
-
:rtype: typing.Any
|
|
322
300
|
"""
|
|
323
301
|
|
|
324
302
|
class VIEWLAYER_PT_override(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
@@ -335,14 +313,12 @@ class VIEWLAYER_PT_override(ViewLayerButtonsPanel, _bpy_types.Panel):
|
|
|
335
313
|
"""
|
|
336
314
|
|
|
337
315
|
:return: The RNA type or default when not found.
|
|
338
|
-
:rtype: bpy.types.Struct
|
|
339
316
|
"""
|
|
340
317
|
|
|
341
318
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
342
319
|
"""
|
|
343
320
|
|
|
344
321
|
:return: The class or default when not found.
|
|
345
|
-
:rtype: typing.Any
|
|
346
322
|
"""
|
|
347
323
|
|
|
348
324
|
def draw(self, context) -> None:
|
|
@@ -365,14 +341,12 @@ class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, _bpy_types
|
|
|
365
341
|
"""
|
|
366
342
|
|
|
367
343
|
:return: The RNA type or default when not found.
|
|
368
|
-
:rtype: bpy.types.Struct
|
|
369
344
|
"""
|
|
370
345
|
|
|
371
346
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
372
347
|
"""
|
|
373
348
|
|
|
374
349
|
:return: The class or default when not found.
|
|
375
|
-
:rtype: typing.Any
|
|
376
350
|
"""
|
|
377
351
|
|
|
378
352
|
def draw(self, context) -> None:
|
|
@@ -385,18 +359,23 @@ class VIEWLAYER_UL_aov(_bpy_types.UIList):
|
|
|
385
359
|
bl_rna: typing.Any
|
|
386
360
|
id_data: typing.Any
|
|
387
361
|
|
|
362
|
+
@staticmethod
|
|
363
|
+
def aov_icon(item) -> None:
|
|
364
|
+
"""
|
|
365
|
+
|
|
366
|
+
:param item:
|
|
367
|
+
"""
|
|
368
|
+
|
|
388
369
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
389
370
|
"""
|
|
390
371
|
|
|
391
372
|
:return: The RNA type or default when not found.
|
|
392
|
-
:rtype: bpy.types.Struct
|
|
393
373
|
"""
|
|
394
374
|
|
|
395
375
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
396
376
|
"""
|
|
397
377
|
|
|
398
378
|
:return: The class or default when not found.
|
|
399
|
-
:rtype: typing.Any
|
|
400
379
|
"""
|
|
401
380
|
|
|
402
381
|
def draw_item(
|