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
|
@@ -40,14 +40,41 @@ class RENDER_PT_color_management(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
42
|
:return: The RNA type or default when not found.
|
|
43
|
-
:rtype: bpy.types.Struct
|
|
44
43
|
"""
|
|
45
44
|
|
|
46
45
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
47
46
|
"""
|
|
48
47
|
|
|
49
48
|
:return: The class or default when not found.
|
|
50
|
-
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
def draw(self, context) -> None:
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
:param context:
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
class RENDER_PT_color_management_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
58
|
+
COMPAT_ENGINES: typing.Any
|
|
59
|
+
bl_context: typing.Any
|
|
60
|
+
bl_label: typing.Any
|
|
61
|
+
bl_options: typing.Any
|
|
62
|
+
bl_parent_id: typing.Any
|
|
63
|
+
bl_region_type: typing.Any
|
|
64
|
+
bl_rna: typing.Any
|
|
65
|
+
bl_space_type: typing.Any
|
|
66
|
+
id_data: typing.Any
|
|
67
|
+
|
|
68
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
:return: The RNA type or default when not found.
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
:return: The class or default when not found.
|
|
51
78
|
"""
|
|
52
79
|
|
|
53
80
|
def draw(self, context) -> None:
|
|
@@ -71,14 +98,12 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
71
98
|
"""
|
|
72
99
|
|
|
73
100
|
:return: The RNA type or default when not found.
|
|
74
|
-
:rtype: bpy.types.Struct
|
|
75
101
|
"""
|
|
76
102
|
|
|
77
103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
78
104
|
"""
|
|
79
105
|
|
|
80
106
|
:return: The class or default when not found.
|
|
81
|
-
:rtype: typing.Any
|
|
82
107
|
"""
|
|
83
108
|
|
|
84
109
|
def draw(self, context) -> None:
|
|
@@ -108,14 +133,12 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, _bpy_types.Pa
|
|
|
108
133
|
"""
|
|
109
134
|
|
|
110
135
|
:return: The RNA type or default when not found.
|
|
111
|
-
:rtype: bpy.types.Struct
|
|
112
136
|
"""
|
|
113
137
|
|
|
114
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
115
139
|
"""
|
|
116
140
|
|
|
117
141
|
:return: The class or default when not found.
|
|
118
|
-
:rtype: typing.Any
|
|
119
142
|
"""
|
|
120
143
|
|
|
121
144
|
def draw(self, context) -> None:
|
|
@@ -152,14 +175,41 @@ class RENDER_PT_color_management_white_balance_presets(
|
|
|
152
175
|
"""
|
|
153
176
|
|
|
154
177
|
:return: The RNA type or default when not found.
|
|
155
|
-
:rtype: bpy.types.Struct
|
|
156
178
|
"""
|
|
157
179
|
|
|
158
180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
159
181
|
"""
|
|
160
182
|
|
|
161
183
|
:return: The class or default when not found.
|
|
162
|
-
|
|
184
|
+
"""
|
|
185
|
+
|
|
186
|
+
class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Panel):
|
|
187
|
+
COMPAT_ENGINES: typing.Any
|
|
188
|
+
bl_context: typing.Any
|
|
189
|
+
bl_label: typing.Any
|
|
190
|
+
bl_options: typing.Any
|
|
191
|
+
bl_parent_id: typing.Any
|
|
192
|
+
bl_region_type: typing.Any
|
|
193
|
+
bl_rna: typing.Any
|
|
194
|
+
bl_space_type: typing.Any
|
|
195
|
+
id_data: typing.Any
|
|
196
|
+
|
|
197
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
198
|
+
"""
|
|
199
|
+
|
|
200
|
+
:return: The RNA type or default when not found.
|
|
201
|
+
"""
|
|
202
|
+
|
|
203
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
204
|
+
"""
|
|
205
|
+
|
|
206
|
+
:return: The class or default when not found.
|
|
207
|
+
"""
|
|
208
|
+
|
|
209
|
+
def draw(self, context) -> None:
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
:param context:
|
|
163
213
|
"""
|
|
164
214
|
|
|
165
215
|
class RENDER_PT_context(_bpy_types.Panel):
|
|
@@ -175,14 +225,12 @@ class RENDER_PT_context(_bpy_types.Panel):
|
|
|
175
225
|
"""
|
|
176
226
|
|
|
177
227
|
:return: The RNA type or default when not found.
|
|
178
|
-
:rtype: bpy.types.Struct
|
|
179
228
|
"""
|
|
180
229
|
|
|
181
230
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
182
231
|
"""
|
|
183
232
|
|
|
184
233
|
:return: The class or default when not found.
|
|
185
|
-
:rtype: typing.Any
|
|
186
234
|
"""
|
|
187
235
|
|
|
188
236
|
@classmethod
|
|
@@ -206,14 +254,12 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
206
254
|
"""
|
|
207
255
|
|
|
208
256
|
:return: The RNA type or default when not found.
|
|
209
|
-
:rtype: bpy.types.Struct
|
|
210
257
|
"""
|
|
211
258
|
|
|
212
259
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
213
260
|
"""
|
|
214
261
|
|
|
215
262
|
:return: The class or default when not found.
|
|
216
|
-
:rtype: typing.Any
|
|
217
263
|
"""
|
|
218
264
|
|
|
219
265
|
def draw(self, context) -> None:
|
|
@@ -243,14 +289,12 @@ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
243
289
|
"""
|
|
244
290
|
|
|
245
291
|
:return: The RNA type or default when not found.
|
|
246
|
-
:rtype: bpy.types.Struct
|
|
247
292
|
"""
|
|
248
293
|
|
|
249
294
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
250
295
|
"""
|
|
251
296
|
|
|
252
297
|
:return: The class or default when not found.
|
|
253
|
-
:rtype: typing.Any
|
|
254
298
|
"""
|
|
255
299
|
|
|
256
300
|
def draw(self, context) -> None:
|
|
@@ -280,14 +324,12 @@ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
280
324
|
"""
|
|
281
325
|
|
|
282
326
|
:return: The RNA type or default when not found.
|
|
283
|
-
:rtype: bpy.types.Struct
|
|
284
327
|
"""
|
|
285
328
|
|
|
286
329
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
287
330
|
"""
|
|
288
331
|
|
|
289
332
|
:return: The class or default when not found.
|
|
290
|
-
:rtype: typing.Any
|
|
291
333
|
"""
|
|
292
334
|
|
|
293
335
|
def draw(self, context) -> None:
|
|
@@ -318,14 +360,12 @@ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
318
360
|
"""
|
|
319
361
|
|
|
320
362
|
:return: The RNA type or default when not found.
|
|
321
|
-
:rtype: bpy.types.Struct
|
|
322
363
|
"""
|
|
323
364
|
|
|
324
365
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
325
366
|
"""
|
|
326
367
|
|
|
327
368
|
:return: The class or default when not found.
|
|
328
|
-
:rtype: typing.Any
|
|
329
369
|
"""
|
|
330
370
|
|
|
331
371
|
def draw(self, context) -> None:
|
|
@@ -361,14 +401,12 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
361
401
|
"""
|
|
362
402
|
|
|
363
403
|
:return: The RNA type or default when not found.
|
|
364
|
-
:rtype: bpy.types.Struct
|
|
365
404
|
"""
|
|
366
405
|
|
|
367
406
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
368
407
|
"""
|
|
369
408
|
|
|
370
409
|
:return: The class or default when not found.
|
|
371
|
-
:rtype: typing.Any
|
|
372
410
|
"""
|
|
373
411
|
|
|
374
412
|
def draw(self, context) -> None:
|
|
@@ -398,14 +436,12 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
398
436
|
"""
|
|
399
437
|
|
|
400
438
|
:return: The RNA type or default when not found.
|
|
401
|
-
:rtype: bpy.types.Struct
|
|
402
439
|
"""
|
|
403
440
|
|
|
404
441
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
405
442
|
"""
|
|
406
443
|
|
|
407
444
|
:return: The class or default when not found.
|
|
408
|
-
:rtype: typing.Any
|
|
409
445
|
"""
|
|
410
446
|
|
|
411
447
|
def draw(self, context) -> None:
|
|
@@ -436,14 +472,12 @@ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
436
472
|
"""
|
|
437
473
|
|
|
438
474
|
:return: The RNA type or default when not found.
|
|
439
|
-
:rtype: bpy.types.Struct
|
|
440
475
|
"""
|
|
441
476
|
|
|
442
477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
443
478
|
"""
|
|
444
479
|
|
|
445
480
|
:return: The class or default when not found.
|
|
446
|
-
:rtype: typing.Any
|
|
447
481
|
"""
|
|
448
482
|
|
|
449
483
|
def draw(self, context) -> None:
|
|
@@ -479,14 +513,12 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
479
513
|
"""
|
|
480
514
|
|
|
481
515
|
:return: The RNA type or default when not found.
|
|
482
|
-
:rtype: bpy.types.Struct
|
|
483
516
|
"""
|
|
484
517
|
|
|
485
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
486
519
|
"""
|
|
487
520
|
|
|
488
521
|
:return: The class or default when not found.
|
|
489
|
-
:rtype: typing.Any
|
|
490
522
|
"""
|
|
491
523
|
|
|
492
524
|
def draw(self, context) -> None:
|
|
@@ -516,14 +548,12 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
516
548
|
"""
|
|
517
549
|
|
|
518
550
|
:return: The RNA type or default when not found.
|
|
519
|
-
:rtype: bpy.types.Struct
|
|
520
551
|
"""
|
|
521
552
|
|
|
522
553
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
523
554
|
"""
|
|
524
555
|
|
|
525
556
|
:return: The class or default when not found.
|
|
526
|
-
:rtype: typing.Any
|
|
527
557
|
"""
|
|
528
558
|
|
|
529
559
|
def draw(self, context) -> None:
|
|
@@ -560,14 +590,12 @@ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
560
590
|
"""
|
|
561
591
|
|
|
562
592
|
:return: The RNA type or default when not found.
|
|
563
|
-
:rtype: bpy.types.Struct
|
|
564
593
|
"""
|
|
565
594
|
|
|
566
595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
567
596
|
"""
|
|
568
597
|
|
|
569
598
|
:return: The class or default when not found.
|
|
570
|
-
:rtype: typing.Any
|
|
571
599
|
"""
|
|
572
600
|
|
|
573
601
|
def draw(self, context) -> None:
|
|
@@ -590,14 +618,12 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
590
618
|
"""
|
|
591
619
|
|
|
592
620
|
:return: The RNA type or default when not found.
|
|
593
|
-
:rtype: bpy.types.Struct
|
|
594
621
|
"""
|
|
595
622
|
|
|
596
623
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
597
624
|
"""
|
|
598
625
|
|
|
599
626
|
:return: The class or default when not found.
|
|
600
|
-
:rtype: typing.Any
|
|
601
627
|
"""
|
|
602
628
|
|
|
603
629
|
def draw(self, context) -> None:
|
|
@@ -630,14 +656,12 @@ class RENDER_PT_eevee_performance_compositor(
|
|
|
630
656
|
"""
|
|
631
657
|
|
|
632
658
|
:return: The RNA type or default when not found.
|
|
633
|
-
:rtype: bpy.types.Struct
|
|
634
659
|
"""
|
|
635
660
|
|
|
636
661
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
637
662
|
"""
|
|
638
663
|
|
|
639
664
|
:return: The class or default when not found.
|
|
640
|
-
:rtype: typing.Any
|
|
641
665
|
"""
|
|
642
666
|
|
|
643
667
|
class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
@@ -657,14 +681,12 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
|
657
681
|
"""
|
|
658
682
|
|
|
659
683
|
:return: The RNA type or default when not found.
|
|
660
|
-
:rtype: bpy.types.Struct
|
|
661
684
|
"""
|
|
662
685
|
|
|
663
686
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
664
687
|
"""
|
|
665
688
|
|
|
666
689
|
:return: The class or default when not found.
|
|
667
|
-
:rtype: typing.Any
|
|
668
690
|
"""
|
|
669
691
|
|
|
670
692
|
class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -682,14 +704,12 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
682
704
|
"""
|
|
683
705
|
|
|
684
706
|
:return: The RNA type or default when not found.
|
|
685
|
-
:rtype: bpy.types.Struct
|
|
686
707
|
"""
|
|
687
708
|
|
|
688
709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
689
710
|
"""
|
|
690
711
|
|
|
691
712
|
:return: The class or default when not found.
|
|
692
|
-
:rtype: typing.Any
|
|
693
713
|
"""
|
|
694
714
|
|
|
695
715
|
def draw(self, context) -> None:
|
|
@@ -720,14 +740,12 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel)
|
|
|
720
740
|
"""
|
|
721
741
|
|
|
722
742
|
:return: The RNA type or default when not found.
|
|
723
|
-
:rtype: bpy.types.Struct
|
|
724
743
|
"""
|
|
725
744
|
|
|
726
745
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
727
746
|
"""
|
|
728
747
|
|
|
729
748
|
:return: The class or default when not found.
|
|
730
|
-
:rtype: typing.Any
|
|
731
749
|
"""
|
|
732
750
|
|
|
733
751
|
def draw(self, context) -> None:
|
|
@@ -757,14 +775,12 @@ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
757
775
|
"""
|
|
758
776
|
|
|
759
777
|
:return: The RNA type or default when not found.
|
|
760
|
-
:rtype: bpy.types.Struct
|
|
761
778
|
"""
|
|
762
779
|
|
|
763
780
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
764
781
|
"""
|
|
765
782
|
|
|
766
783
|
:return: The class or default when not found.
|
|
767
|
-
:rtype: typing.Any
|
|
768
784
|
"""
|
|
769
785
|
|
|
770
786
|
def draw(self, context) -> None:
|
|
@@ -806,14 +822,12 @@ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Pan
|
|
|
806
822
|
"""
|
|
807
823
|
|
|
808
824
|
:return: The RNA type or default when not found.
|
|
809
|
-
:rtype: bpy.types.Struct
|
|
810
825
|
"""
|
|
811
826
|
|
|
812
827
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
813
828
|
"""
|
|
814
829
|
|
|
815
830
|
:return: The class or default when not found.
|
|
816
|
-
:rtype: typing.Any
|
|
817
831
|
"""
|
|
818
832
|
|
|
819
833
|
class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -829,14 +843,12 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
829
843
|
"""
|
|
830
844
|
|
|
831
845
|
:return: The RNA type or default when not found.
|
|
832
|
-
:rtype: bpy.types.Struct
|
|
833
846
|
"""
|
|
834
847
|
|
|
835
848
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
836
849
|
"""
|
|
837
850
|
|
|
838
851
|
:return: The class or default when not found.
|
|
839
|
-
:rtype: typing.Any
|
|
840
852
|
"""
|
|
841
853
|
|
|
842
854
|
def draw(self, context) -> None:
|
|
@@ -867,14 +879,12 @@ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
867
879
|
"""
|
|
868
880
|
|
|
869
881
|
:return: The RNA type or default when not found.
|
|
870
|
-
:rtype: bpy.types.Struct
|
|
871
882
|
"""
|
|
872
883
|
|
|
873
884
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
874
885
|
"""
|
|
875
886
|
|
|
876
887
|
:return: The class or default when not found.
|
|
877
|
-
:rtype: typing.Any
|
|
878
888
|
"""
|
|
879
889
|
|
|
880
890
|
def draw(self, context) -> None:
|
|
@@ -904,14 +914,12 @@ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
904
914
|
"""
|
|
905
915
|
|
|
906
916
|
:return: The RNA type or default when not found.
|
|
907
|
-
:rtype: bpy.types.Struct
|
|
908
917
|
"""
|
|
909
918
|
|
|
910
919
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
911
920
|
"""
|
|
912
921
|
|
|
913
922
|
:return: The class or default when not found.
|
|
914
|
-
:rtype: typing.Any
|
|
915
923
|
"""
|
|
916
924
|
|
|
917
925
|
def draw(self, context) -> None:
|
|
@@ -942,14 +950,12 @@ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
942
950
|
"""
|
|
943
951
|
|
|
944
952
|
:return: The RNA type or default when not found.
|
|
945
|
-
:rtype: bpy.types.Struct
|
|
946
953
|
"""
|
|
947
954
|
|
|
948
955
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
949
956
|
"""
|
|
950
957
|
|
|
951
958
|
:return: The class or default when not found.
|
|
952
|
-
:rtype: typing.Any
|
|
953
959
|
"""
|
|
954
960
|
|
|
955
961
|
def draw(self, context) -> None:
|
|
@@ -985,14 +991,12 @@ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
985
991
|
"""
|
|
986
992
|
|
|
987
993
|
:return: The RNA type or default when not found.
|
|
988
|
-
:rtype: bpy.types.Struct
|
|
989
994
|
"""
|
|
990
995
|
|
|
991
996
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
992
997
|
"""
|
|
993
998
|
|
|
994
999
|
:return: The class or default when not found.
|
|
995
|
-
:rtype: typing.Any
|
|
996
1000
|
"""
|
|
997
1001
|
|
|
998
1002
|
def draw(self, context) -> None:
|
|
@@ -1023,14 +1027,12 @@ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1023
1027
|
"""
|
|
1024
1028
|
|
|
1025
1029
|
:return: The RNA type or default when not found.
|
|
1026
|
-
:rtype: bpy.types.Struct
|
|
1027
1030
|
"""
|
|
1028
1031
|
|
|
1029
1032
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1030
1033
|
"""
|
|
1031
1034
|
|
|
1032
1035
|
:return: The class or default when not found.
|
|
1033
|
-
:rtype: typing.Any
|
|
1034
1036
|
"""
|
|
1035
1037
|
|
|
1036
1038
|
def draw(self, context) -> None:
|
|
@@ -1060,14 +1062,12 @@ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1060
1062
|
"""
|
|
1061
1063
|
|
|
1062
1064
|
:return: The RNA type or default when not found.
|
|
1063
|
-
:rtype: bpy.types.Struct
|
|
1064
1065
|
"""
|
|
1065
1066
|
|
|
1066
1067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1067
1068
|
"""
|
|
1068
1069
|
|
|
1069
1070
|
:return: The class or default when not found.
|
|
1070
|
-
:rtype: typing.Any
|
|
1071
1071
|
"""
|
|
1072
1072
|
|
|
1073
1073
|
def draw(self, context) -> None:
|
|
@@ -1098,14 +1098,12 @@ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1098
1098
|
"""
|
|
1099
1099
|
|
|
1100
1100
|
:return: The RNA type or default when not found.
|
|
1101
|
-
:rtype: bpy.types.Struct
|
|
1102
1101
|
"""
|
|
1103
1102
|
|
|
1104
1103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1105
1104
|
"""
|
|
1106
1105
|
|
|
1107
1106
|
:return: The class or default when not found.
|
|
1108
|
-
:rtype: typing.Any
|
|
1109
1107
|
"""
|
|
1110
1108
|
|
|
1111
1109
|
def draw(self, context) -> None:
|
|
@@ -1142,14 +1140,12 @@ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1142
1140
|
"""
|
|
1143
1141
|
|
|
1144
1142
|
:return: The RNA type or default when not found.
|
|
1145
|
-
:rtype: bpy.types.Struct
|
|
1146
1143
|
"""
|
|
1147
1144
|
|
|
1148
1145
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1149
1146
|
"""
|
|
1150
1147
|
|
|
1151
1148
|
:return: The class or default when not found.
|
|
1152
|
-
:rtype: typing.Any
|
|
1153
1149
|
"""
|
|
1154
1150
|
|
|
1155
1151
|
def draw(self, context) -> None:
|
|
@@ -1180,14 +1176,12 @@ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1180
1176
|
"""
|
|
1181
1177
|
|
|
1182
1178
|
:return: The RNA type or default when not found.
|
|
1183
|
-
:rtype: bpy.types.Struct
|
|
1184
1179
|
"""
|
|
1185
1180
|
|
|
1186
1181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1187
1182
|
"""
|
|
1188
1183
|
|
|
1189
1184
|
:return: The class or default when not found.
|
|
1190
|
-
:rtype: typing.Any
|
|
1191
1185
|
"""
|
|
1192
1186
|
|
|
1193
1187
|
def draw(self, context) -> None:
|
|
@@ -1211,14 +1205,12 @@ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1211
1205
|
"""
|
|
1212
1206
|
|
|
1213
1207
|
:return: The RNA type or default when not found.
|
|
1214
|
-
:rtype: bpy.types.Struct
|
|
1215
1208
|
"""
|
|
1216
1209
|
|
|
1217
1210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1218
1211
|
"""
|
|
1219
1212
|
|
|
1220
1213
|
:return: The class or default when not found.
|
|
1221
|
-
:rtype: typing.Any
|
|
1222
1214
|
"""
|
|
1223
1215
|
|
|
1224
1216
|
def draw(self, context) -> None:
|
|
@@ -1242,14 +1234,12 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1242
1234
|
"""
|
|
1243
1235
|
|
|
1244
1236
|
:return: The RNA type or default when not found.
|
|
1245
|
-
:rtype: bpy.types.Struct
|
|
1246
1237
|
"""
|
|
1247
1238
|
|
|
1248
1239
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1249
1240
|
"""
|
|
1250
1241
|
|
|
1251
1242
|
:return: The class or default when not found.
|
|
1252
|
-
:rtype: typing.Any
|
|
1253
1243
|
"""
|
|
1254
1244
|
|
|
1255
1245
|
def draw(self, context) -> None:
|
|
@@ -1278,14 +1268,12 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1278
1268
|
"""
|
|
1279
1269
|
|
|
1280
1270
|
:return: The RNA type or default when not found.
|
|
1281
|
-
:rtype: bpy.types.Struct
|
|
1282
1271
|
"""
|
|
1283
1272
|
|
|
1284
1273
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1285
1274
|
"""
|
|
1286
1275
|
|
|
1287
1276
|
:return: The class or default when not found.
|
|
1288
|
-
:rtype: typing.Any
|
|
1289
1277
|
"""
|
|
1290
1278
|
|
|
1291
1279
|
def draw(self, context) -> None:
|
|
@@ -1315,14 +1303,12 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1315
1303
|
"""
|
|
1316
1304
|
|
|
1317
1305
|
:return: The RNA type or default when not found.
|
|
1318
|
-
:rtype: bpy.types.Struct
|
|
1319
1306
|
"""
|
|
1320
1307
|
|
|
1321
1308
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1322
1309
|
"""
|
|
1323
1310
|
|
|
1324
1311
|
:return: The class or default when not found.
|
|
1325
|
-
:rtype: typing.Any
|
|
1326
1312
|
"""
|
|
1327
1313
|
|
|
1328
1314
|
def draw(self, context) -> None:
|
|
@@ -1344,14 +1330,12 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1344
1330
|
"""
|
|
1345
1331
|
|
|
1346
1332
|
:return: The RNA type or default when not found.
|
|
1347
|
-
:rtype: bpy.types.Struct
|
|
1348
1333
|
"""
|
|
1349
1334
|
|
|
1350
1335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1351
1336
|
"""
|
|
1352
1337
|
|
|
1353
1338
|
:return: The class or default when not found.
|
|
1354
|
-
:rtype: typing.Any
|
|
1355
1339
|
"""
|
|
1356
1340
|
|
|
1357
1341
|
def draw(self, context) -> None:
|
|
@@ -1380,14 +1364,12 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1380
1364
|
"""
|
|
1381
1365
|
|
|
1382
1366
|
:return: The RNA type or default when not found.
|
|
1383
|
-
:rtype: bpy.types.Struct
|
|
1384
1367
|
"""
|
|
1385
1368
|
|
|
1386
1369
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1387
1370
|
"""
|
|
1388
1371
|
|
|
1389
1372
|
:return: The class or default when not found.
|
|
1390
|
-
:rtype: typing.Any
|
|
1391
1373
|
"""
|
|
1392
1374
|
|
|
1393
1375
|
def draw(self, context) -> None:
|
|
@@ -1416,14 +1398,12 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1416
1398
|
"""
|
|
1417
1399
|
|
|
1418
1400
|
:return: The RNA type or default when not found.
|
|
1419
|
-
:rtype: bpy.types.Struct
|
|
1420
1401
|
"""
|
|
1421
1402
|
|
|
1422
1403
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1423
1404
|
"""
|
|
1424
1405
|
|
|
1425
1406
|
:return: The class or default when not found.
|
|
1426
|
-
:rtype: typing.Any
|
|
1427
1407
|
"""
|
|
1428
1408
|
|
|
1429
1409
|
def draw(self, context) -> None:
|
|
@@ -1453,14 +1433,12 @@ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1453
1433
|
"""
|
|
1454
1434
|
|
|
1455
1435
|
:return: The RNA type or default when not found.
|
|
1456
|
-
:rtype: bpy.types.Struct
|
|
1457
1436
|
"""
|
|
1458
1437
|
|
|
1459
1438
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1460
1439
|
"""
|
|
1461
1440
|
|
|
1462
1441
|
:return: The class or default when not found.
|
|
1463
|
-
:rtype: typing.Any
|
|
1464
1442
|
"""
|
|
1465
1443
|
|
|
1466
1444
|
def draw(self, context) -> None:
|
|
@@ -1494,14 +1472,12 @@ class RENDER_PT_simplify_greasepencil(
|
|
|
1494
1472
|
"""
|
|
1495
1473
|
|
|
1496
1474
|
:return: The RNA type or default when not found.
|
|
1497
|
-
:rtype: bpy.types.Struct
|
|
1498
1475
|
"""
|
|
1499
1476
|
|
|
1500
1477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1501
1478
|
"""
|
|
1502
1479
|
|
|
1503
1480
|
:return: The class or default when not found.
|
|
1504
|
-
:rtype: typing.Any
|
|
1505
1481
|
"""
|
|
1506
1482
|
|
|
1507
1483
|
class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -1518,14 +1494,12 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1518
1494
|
"""
|
|
1519
1495
|
|
|
1520
1496
|
:return: The RNA type or default when not found.
|
|
1521
|
-
:rtype: bpy.types.Struct
|
|
1522
1497
|
"""
|
|
1523
1498
|
|
|
1524
1499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1525
1500
|
"""
|
|
1526
1501
|
|
|
1527
1502
|
:return: The class or default when not found.
|
|
1528
|
-
:rtype: typing.Any
|
|
1529
1503
|
"""
|
|
1530
1504
|
|
|
1531
1505
|
def draw(self, context) -> None:
|
|
@@ -1548,14 +1522,12 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1548
1522
|
"""
|
|
1549
1523
|
|
|
1550
1524
|
:return: The RNA type or default when not found.
|
|
1551
|
-
:rtype: bpy.types.Struct
|
|
1552
1525
|
"""
|
|
1553
1526
|
|
|
1554
1527
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1555
1528
|
"""
|
|
1556
1529
|
|
|
1557
1530
|
:return: The class or default when not found.
|
|
1558
|
-
:rtype: typing.Any
|
|
1559
1531
|
"""
|
|
1560
1532
|
|
|
1561
1533
|
def draw(self, context) -> None:
|