fake-bpy-module-latest 20250926__py3-none-any.whl → 20260115__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 +1 -0
- _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_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 -4
- bl_operators/node/__init__.pyi +37 -56
- 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 +0 -50
- 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 +0 -16
- bl_ui/node_add_menu/__init__.pyi +23 -25
- bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
- bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
- bl_ui/node_add_menu_shader/__init__.pyi +21 -39
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -12
- 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 +29 -88
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +29 -137
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +7 -41
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +294 -634
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +56 -59
- 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 -164
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- 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 +17 -166
- 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 -38
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +41 -518
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +279 -662
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- 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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -74
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +96 -667
- 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 +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +116 -1316
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +65 -33
- bpy/types/__init__.pyi +19924 -57212
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260115.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20250926.dist-info → fake_bpy_module_latest-20260115.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +162 -230
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +2 -23
- 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_latest-20250926.dist-info/RECORD +0 -373
- {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_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_latest-20250926.dist-info → fake_bpy_module_latest-20260115.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,12 @@ 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
|
-
:rtype: typing.Any
|
|
163
184
|
"""
|
|
164
185
|
|
|
165
186
|
class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -177,14 +198,12 @@ class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Pa
|
|
|
177
198
|
"""
|
|
178
199
|
|
|
179
200
|
:return: The RNA type or default when not found.
|
|
180
|
-
:rtype: bpy.types.Struct
|
|
181
201
|
"""
|
|
182
202
|
|
|
183
203
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
184
204
|
"""
|
|
185
205
|
|
|
186
206
|
:return: The class or default when not found.
|
|
187
|
-
:rtype: typing.Any
|
|
188
207
|
"""
|
|
189
208
|
|
|
190
209
|
def draw(self, context) -> None:
|
|
@@ -206,14 +225,12 @@ class RENDER_PT_context(_bpy_types.Panel):
|
|
|
206
225
|
"""
|
|
207
226
|
|
|
208
227
|
:return: The RNA type or default when not found.
|
|
209
|
-
:rtype: bpy.types.Struct
|
|
210
228
|
"""
|
|
211
229
|
|
|
212
230
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
213
231
|
"""
|
|
214
232
|
|
|
215
233
|
:return: The class or default when not found.
|
|
216
|
-
:rtype: typing.Any
|
|
217
234
|
"""
|
|
218
235
|
|
|
219
236
|
@classmethod
|
|
@@ -237,14 +254,12 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
237
254
|
"""
|
|
238
255
|
|
|
239
256
|
:return: The RNA type or default when not found.
|
|
240
|
-
:rtype: bpy.types.Struct
|
|
241
257
|
"""
|
|
242
258
|
|
|
243
259
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
244
260
|
"""
|
|
245
261
|
|
|
246
262
|
:return: The class or default when not found.
|
|
247
|
-
:rtype: typing.Any
|
|
248
263
|
"""
|
|
249
264
|
|
|
250
265
|
def draw(self, context) -> None:
|
|
@@ -274,14 +289,12 @@ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
274
289
|
"""
|
|
275
290
|
|
|
276
291
|
:return: The RNA type or default when not found.
|
|
277
|
-
:rtype: bpy.types.Struct
|
|
278
292
|
"""
|
|
279
293
|
|
|
280
294
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
281
295
|
"""
|
|
282
296
|
|
|
283
297
|
:return: The class or default when not found.
|
|
284
|
-
:rtype: typing.Any
|
|
285
298
|
"""
|
|
286
299
|
|
|
287
300
|
def draw(self, context) -> None:
|
|
@@ -311,14 +324,12 @@ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
311
324
|
"""
|
|
312
325
|
|
|
313
326
|
:return: The RNA type or default when not found.
|
|
314
|
-
:rtype: bpy.types.Struct
|
|
315
327
|
"""
|
|
316
328
|
|
|
317
329
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
318
330
|
"""
|
|
319
331
|
|
|
320
332
|
:return: The class or default when not found.
|
|
321
|
-
:rtype: typing.Any
|
|
322
333
|
"""
|
|
323
334
|
|
|
324
335
|
def draw(self, context) -> None:
|
|
@@ -349,14 +360,12 @@ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
349
360
|
"""
|
|
350
361
|
|
|
351
362
|
:return: The RNA type or default when not found.
|
|
352
|
-
:rtype: bpy.types.Struct
|
|
353
363
|
"""
|
|
354
364
|
|
|
355
365
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
356
366
|
"""
|
|
357
367
|
|
|
358
368
|
:return: The class or default when not found.
|
|
359
|
-
:rtype: typing.Any
|
|
360
369
|
"""
|
|
361
370
|
|
|
362
371
|
def draw(self, context) -> None:
|
|
@@ -392,14 +401,12 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
392
401
|
"""
|
|
393
402
|
|
|
394
403
|
:return: The RNA type or default when not found.
|
|
395
|
-
:rtype: bpy.types.Struct
|
|
396
404
|
"""
|
|
397
405
|
|
|
398
406
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
407
|
"""
|
|
400
408
|
|
|
401
409
|
:return: The class or default when not found.
|
|
402
|
-
:rtype: typing.Any
|
|
403
410
|
"""
|
|
404
411
|
|
|
405
412
|
def draw(self, context) -> None:
|
|
@@ -429,14 +436,12 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
429
436
|
"""
|
|
430
437
|
|
|
431
438
|
:return: The RNA type or default when not found.
|
|
432
|
-
:rtype: bpy.types.Struct
|
|
433
439
|
"""
|
|
434
440
|
|
|
435
441
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
436
442
|
"""
|
|
437
443
|
|
|
438
444
|
:return: The class or default when not found.
|
|
439
|
-
:rtype: typing.Any
|
|
440
445
|
"""
|
|
441
446
|
|
|
442
447
|
def draw(self, context) -> None:
|
|
@@ -467,14 +472,12 @@ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
467
472
|
"""
|
|
468
473
|
|
|
469
474
|
:return: The RNA type or default when not found.
|
|
470
|
-
:rtype: bpy.types.Struct
|
|
471
475
|
"""
|
|
472
476
|
|
|
473
477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
474
478
|
"""
|
|
475
479
|
|
|
476
480
|
:return: The class or default when not found.
|
|
477
|
-
:rtype: typing.Any
|
|
478
481
|
"""
|
|
479
482
|
|
|
480
483
|
def draw(self, context) -> None:
|
|
@@ -510,14 +513,12 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
510
513
|
"""
|
|
511
514
|
|
|
512
515
|
:return: The RNA type or default when not found.
|
|
513
|
-
:rtype: bpy.types.Struct
|
|
514
516
|
"""
|
|
515
517
|
|
|
516
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
517
519
|
"""
|
|
518
520
|
|
|
519
521
|
:return: The class or default when not found.
|
|
520
|
-
:rtype: typing.Any
|
|
521
522
|
"""
|
|
522
523
|
|
|
523
524
|
def draw(self, context) -> None:
|
|
@@ -547,14 +548,12 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
547
548
|
"""
|
|
548
549
|
|
|
549
550
|
:return: The RNA type or default when not found.
|
|
550
|
-
:rtype: bpy.types.Struct
|
|
551
551
|
"""
|
|
552
552
|
|
|
553
553
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
554
554
|
"""
|
|
555
555
|
|
|
556
556
|
:return: The class or default when not found.
|
|
557
|
-
:rtype: typing.Any
|
|
558
557
|
"""
|
|
559
558
|
|
|
560
559
|
def draw(self, context) -> None:
|
|
@@ -591,14 +590,12 @@ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
591
590
|
"""
|
|
592
591
|
|
|
593
592
|
:return: The RNA type or default when not found.
|
|
594
|
-
:rtype: bpy.types.Struct
|
|
595
593
|
"""
|
|
596
594
|
|
|
597
595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
598
596
|
"""
|
|
599
597
|
|
|
600
598
|
:return: The class or default when not found.
|
|
601
|
-
:rtype: typing.Any
|
|
602
599
|
"""
|
|
603
600
|
|
|
604
601
|
def draw(self, context) -> None:
|
|
@@ -621,14 +618,12 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
621
618
|
"""
|
|
622
619
|
|
|
623
620
|
:return: The RNA type or default when not found.
|
|
624
|
-
:rtype: bpy.types.Struct
|
|
625
621
|
"""
|
|
626
622
|
|
|
627
623
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
628
624
|
"""
|
|
629
625
|
|
|
630
626
|
:return: The class or default when not found.
|
|
631
|
-
:rtype: typing.Any
|
|
632
627
|
"""
|
|
633
628
|
|
|
634
629
|
def draw(self, context) -> None:
|
|
@@ -661,14 +656,12 @@ class RENDER_PT_eevee_performance_compositor(
|
|
|
661
656
|
"""
|
|
662
657
|
|
|
663
658
|
:return: The RNA type or default when not found.
|
|
664
|
-
:rtype: bpy.types.Struct
|
|
665
659
|
"""
|
|
666
660
|
|
|
667
661
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
668
662
|
"""
|
|
669
663
|
|
|
670
664
|
:return: The class or default when not found.
|
|
671
|
-
:rtype: typing.Any
|
|
672
665
|
"""
|
|
673
666
|
|
|
674
667
|
class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
@@ -688,14 +681,12 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
|
688
681
|
"""
|
|
689
682
|
|
|
690
683
|
:return: The RNA type or default when not found.
|
|
691
|
-
:rtype: bpy.types.Struct
|
|
692
684
|
"""
|
|
693
685
|
|
|
694
686
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
695
687
|
"""
|
|
696
688
|
|
|
697
689
|
:return: The class or default when not found.
|
|
698
|
-
:rtype: typing.Any
|
|
699
690
|
"""
|
|
700
691
|
|
|
701
692
|
class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -713,14 +704,12 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
713
704
|
"""
|
|
714
705
|
|
|
715
706
|
:return: The RNA type or default when not found.
|
|
716
|
-
:rtype: bpy.types.Struct
|
|
717
707
|
"""
|
|
718
708
|
|
|
719
709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
720
710
|
"""
|
|
721
711
|
|
|
722
712
|
:return: The class or default when not found.
|
|
723
|
-
:rtype: typing.Any
|
|
724
713
|
"""
|
|
725
714
|
|
|
726
715
|
def draw(self, context) -> None:
|
|
@@ -751,14 +740,12 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel)
|
|
|
751
740
|
"""
|
|
752
741
|
|
|
753
742
|
:return: The RNA type or default when not found.
|
|
754
|
-
:rtype: bpy.types.Struct
|
|
755
743
|
"""
|
|
756
744
|
|
|
757
745
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
758
746
|
"""
|
|
759
747
|
|
|
760
748
|
:return: The class or default when not found.
|
|
761
|
-
:rtype: typing.Any
|
|
762
749
|
"""
|
|
763
750
|
|
|
764
751
|
def draw(self, context) -> None:
|
|
@@ -788,14 +775,12 @@ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
788
775
|
"""
|
|
789
776
|
|
|
790
777
|
:return: The RNA type or default when not found.
|
|
791
|
-
:rtype: bpy.types.Struct
|
|
792
778
|
"""
|
|
793
779
|
|
|
794
780
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
795
781
|
"""
|
|
796
782
|
|
|
797
783
|
:return: The class or default when not found.
|
|
798
|
-
:rtype: typing.Any
|
|
799
784
|
"""
|
|
800
785
|
|
|
801
786
|
def draw(self, context) -> None:
|
|
@@ -837,14 +822,12 @@ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Pan
|
|
|
837
822
|
"""
|
|
838
823
|
|
|
839
824
|
:return: The RNA type or default when not found.
|
|
840
|
-
:rtype: bpy.types.Struct
|
|
841
825
|
"""
|
|
842
826
|
|
|
843
827
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
844
828
|
"""
|
|
845
829
|
|
|
846
830
|
:return: The class or default when not found.
|
|
847
|
-
:rtype: typing.Any
|
|
848
831
|
"""
|
|
849
832
|
|
|
850
833
|
class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -860,14 +843,12 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
860
843
|
"""
|
|
861
844
|
|
|
862
845
|
:return: The RNA type or default when not found.
|
|
863
|
-
:rtype: bpy.types.Struct
|
|
864
846
|
"""
|
|
865
847
|
|
|
866
848
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
867
849
|
"""
|
|
868
850
|
|
|
869
851
|
:return: The class or default when not found.
|
|
870
|
-
:rtype: typing.Any
|
|
871
852
|
"""
|
|
872
853
|
|
|
873
854
|
def draw(self, context) -> None:
|
|
@@ -898,14 +879,12 @@ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
898
879
|
"""
|
|
899
880
|
|
|
900
881
|
:return: The RNA type or default when not found.
|
|
901
|
-
:rtype: bpy.types.Struct
|
|
902
882
|
"""
|
|
903
883
|
|
|
904
884
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
905
885
|
"""
|
|
906
886
|
|
|
907
887
|
:return: The class or default when not found.
|
|
908
|
-
:rtype: typing.Any
|
|
909
888
|
"""
|
|
910
889
|
|
|
911
890
|
def draw(self, context) -> None:
|
|
@@ -935,14 +914,12 @@ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
935
914
|
"""
|
|
936
915
|
|
|
937
916
|
:return: The RNA type or default when not found.
|
|
938
|
-
:rtype: bpy.types.Struct
|
|
939
917
|
"""
|
|
940
918
|
|
|
941
919
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
942
920
|
"""
|
|
943
921
|
|
|
944
922
|
:return: The class or default when not found.
|
|
945
|
-
:rtype: typing.Any
|
|
946
923
|
"""
|
|
947
924
|
|
|
948
925
|
def draw(self, context) -> None:
|
|
@@ -973,14 +950,12 @@ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
973
950
|
"""
|
|
974
951
|
|
|
975
952
|
:return: The RNA type or default when not found.
|
|
976
|
-
:rtype: bpy.types.Struct
|
|
977
953
|
"""
|
|
978
954
|
|
|
979
955
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
980
956
|
"""
|
|
981
957
|
|
|
982
958
|
:return: The class or default when not found.
|
|
983
|
-
:rtype: typing.Any
|
|
984
959
|
"""
|
|
985
960
|
|
|
986
961
|
def draw(self, context) -> None:
|
|
@@ -1016,14 +991,12 @@ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1016
991
|
"""
|
|
1017
992
|
|
|
1018
993
|
:return: The RNA type or default when not found.
|
|
1019
|
-
:rtype: bpy.types.Struct
|
|
1020
994
|
"""
|
|
1021
995
|
|
|
1022
996
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1023
997
|
"""
|
|
1024
998
|
|
|
1025
999
|
:return: The class or default when not found.
|
|
1026
|
-
:rtype: typing.Any
|
|
1027
1000
|
"""
|
|
1028
1001
|
|
|
1029
1002
|
def draw(self, context) -> None:
|
|
@@ -1054,14 +1027,12 @@ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1054
1027
|
"""
|
|
1055
1028
|
|
|
1056
1029
|
:return: The RNA type or default when not found.
|
|
1057
|
-
:rtype: bpy.types.Struct
|
|
1058
1030
|
"""
|
|
1059
1031
|
|
|
1060
1032
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1061
1033
|
"""
|
|
1062
1034
|
|
|
1063
1035
|
:return: The class or default when not found.
|
|
1064
|
-
:rtype: typing.Any
|
|
1065
1036
|
"""
|
|
1066
1037
|
|
|
1067
1038
|
def draw(self, context) -> None:
|
|
@@ -1091,14 +1062,12 @@ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1091
1062
|
"""
|
|
1092
1063
|
|
|
1093
1064
|
:return: The RNA type or default when not found.
|
|
1094
|
-
:rtype: bpy.types.Struct
|
|
1095
1065
|
"""
|
|
1096
1066
|
|
|
1097
1067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1098
1068
|
"""
|
|
1099
1069
|
|
|
1100
1070
|
:return: The class or default when not found.
|
|
1101
|
-
:rtype: typing.Any
|
|
1102
1071
|
"""
|
|
1103
1072
|
|
|
1104
1073
|
def draw(self, context) -> None:
|
|
@@ -1129,14 +1098,12 @@ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1129
1098
|
"""
|
|
1130
1099
|
|
|
1131
1100
|
:return: The RNA type or default when not found.
|
|
1132
|
-
:rtype: bpy.types.Struct
|
|
1133
1101
|
"""
|
|
1134
1102
|
|
|
1135
1103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1136
1104
|
"""
|
|
1137
1105
|
|
|
1138
1106
|
:return: The class or default when not found.
|
|
1139
|
-
:rtype: typing.Any
|
|
1140
1107
|
"""
|
|
1141
1108
|
|
|
1142
1109
|
def draw(self, context) -> None:
|
|
@@ -1173,14 +1140,12 @@ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1173
1140
|
"""
|
|
1174
1141
|
|
|
1175
1142
|
:return: The RNA type or default when not found.
|
|
1176
|
-
:rtype: bpy.types.Struct
|
|
1177
1143
|
"""
|
|
1178
1144
|
|
|
1179
1145
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1180
1146
|
"""
|
|
1181
1147
|
|
|
1182
1148
|
:return: The class or default when not found.
|
|
1183
|
-
:rtype: typing.Any
|
|
1184
1149
|
"""
|
|
1185
1150
|
|
|
1186
1151
|
def draw(self, context) -> None:
|
|
@@ -1211,14 +1176,12 @@ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1211
1176
|
"""
|
|
1212
1177
|
|
|
1213
1178
|
:return: The RNA type or default when not found.
|
|
1214
|
-
:rtype: bpy.types.Struct
|
|
1215
1179
|
"""
|
|
1216
1180
|
|
|
1217
1181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1218
1182
|
"""
|
|
1219
1183
|
|
|
1220
1184
|
:return: The class or default when not found.
|
|
1221
|
-
:rtype: typing.Any
|
|
1222
1185
|
"""
|
|
1223
1186
|
|
|
1224
1187
|
def draw(self, context) -> None:
|
|
@@ -1242,14 +1205,12 @@ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1242
1205
|
"""
|
|
1243
1206
|
|
|
1244
1207
|
:return: The RNA type or default when not found.
|
|
1245
|
-
:rtype: bpy.types.Struct
|
|
1246
1208
|
"""
|
|
1247
1209
|
|
|
1248
1210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1249
1211
|
"""
|
|
1250
1212
|
|
|
1251
1213
|
:return: The class or default when not found.
|
|
1252
|
-
:rtype: typing.Any
|
|
1253
1214
|
"""
|
|
1254
1215
|
|
|
1255
1216
|
def draw(self, context) -> None:
|
|
@@ -1273,14 +1234,12 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1273
1234
|
"""
|
|
1274
1235
|
|
|
1275
1236
|
:return: The RNA type or default when not found.
|
|
1276
|
-
:rtype: bpy.types.Struct
|
|
1277
1237
|
"""
|
|
1278
1238
|
|
|
1279
1239
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1280
1240
|
"""
|
|
1281
1241
|
|
|
1282
1242
|
:return: The class or default when not found.
|
|
1283
|
-
:rtype: typing.Any
|
|
1284
1243
|
"""
|
|
1285
1244
|
|
|
1286
1245
|
def draw(self, context) -> None:
|
|
@@ -1309,14 +1268,12 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1309
1268
|
"""
|
|
1310
1269
|
|
|
1311
1270
|
:return: The RNA type or default when not found.
|
|
1312
|
-
:rtype: bpy.types.Struct
|
|
1313
1271
|
"""
|
|
1314
1272
|
|
|
1315
1273
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1316
1274
|
"""
|
|
1317
1275
|
|
|
1318
1276
|
:return: The class or default when not found.
|
|
1319
|
-
:rtype: typing.Any
|
|
1320
1277
|
"""
|
|
1321
1278
|
|
|
1322
1279
|
def draw(self, context) -> None:
|
|
@@ -1346,14 +1303,12 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1346
1303
|
"""
|
|
1347
1304
|
|
|
1348
1305
|
:return: The RNA type or default when not found.
|
|
1349
|
-
:rtype: bpy.types.Struct
|
|
1350
1306
|
"""
|
|
1351
1307
|
|
|
1352
1308
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1353
1309
|
"""
|
|
1354
1310
|
|
|
1355
1311
|
:return: The class or default when not found.
|
|
1356
|
-
:rtype: typing.Any
|
|
1357
1312
|
"""
|
|
1358
1313
|
|
|
1359
1314
|
def draw(self, context) -> None:
|
|
@@ -1375,14 +1330,12 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1375
1330
|
"""
|
|
1376
1331
|
|
|
1377
1332
|
:return: The RNA type or default when not found.
|
|
1378
|
-
:rtype: bpy.types.Struct
|
|
1379
1333
|
"""
|
|
1380
1334
|
|
|
1381
1335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1382
1336
|
"""
|
|
1383
1337
|
|
|
1384
1338
|
:return: The class or default when not found.
|
|
1385
|
-
:rtype: typing.Any
|
|
1386
1339
|
"""
|
|
1387
1340
|
|
|
1388
1341
|
def draw(self, context) -> None:
|
|
@@ -1411,14 +1364,12 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1411
1364
|
"""
|
|
1412
1365
|
|
|
1413
1366
|
:return: The RNA type or default when not found.
|
|
1414
|
-
:rtype: bpy.types.Struct
|
|
1415
1367
|
"""
|
|
1416
1368
|
|
|
1417
1369
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1418
1370
|
"""
|
|
1419
1371
|
|
|
1420
1372
|
:return: The class or default when not found.
|
|
1421
|
-
:rtype: typing.Any
|
|
1422
1373
|
"""
|
|
1423
1374
|
|
|
1424
1375
|
def draw(self, context) -> None:
|
|
@@ -1447,14 +1398,12 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1447
1398
|
"""
|
|
1448
1399
|
|
|
1449
1400
|
:return: The RNA type or default when not found.
|
|
1450
|
-
:rtype: bpy.types.Struct
|
|
1451
1401
|
"""
|
|
1452
1402
|
|
|
1453
1403
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1454
1404
|
"""
|
|
1455
1405
|
|
|
1456
1406
|
:return: The class or default when not found.
|
|
1457
|
-
:rtype: typing.Any
|
|
1458
1407
|
"""
|
|
1459
1408
|
|
|
1460
1409
|
def draw(self, context) -> None:
|
|
@@ -1484,14 +1433,12 @@ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1484
1433
|
"""
|
|
1485
1434
|
|
|
1486
1435
|
:return: The RNA type or default when not found.
|
|
1487
|
-
:rtype: bpy.types.Struct
|
|
1488
1436
|
"""
|
|
1489
1437
|
|
|
1490
1438
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1491
1439
|
"""
|
|
1492
1440
|
|
|
1493
1441
|
:return: The class or default when not found.
|
|
1494
|
-
:rtype: typing.Any
|
|
1495
1442
|
"""
|
|
1496
1443
|
|
|
1497
1444
|
def draw(self, context) -> None:
|
|
@@ -1525,14 +1472,12 @@ class RENDER_PT_simplify_greasepencil(
|
|
|
1525
1472
|
"""
|
|
1526
1473
|
|
|
1527
1474
|
:return: The RNA type or default when not found.
|
|
1528
|
-
:rtype: bpy.types.Struct
|
|
1529
1475
|
"""
|
|
1530
1476
|
|
|
1531
1477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1532
1478
|
"""
|
|
1533
1479
|
|
|
1534
1480
|
:return: The class or default when not found.
|
|
1535
|
-
:rtype: typing.Any
|
|
1536
1481
|
"""
|
|
1537
1482
|
|
|
1538
1483
|
class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -1549,14 +1494,12 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1549
1494
|
"""
|
|
1550
1495
|
|
|
1551
1496
|
:return: The RNA type or default when not found.
|
|
1552
|
-
:rtype: bpy.types.Struct
|
|
1553
1497
|
"""
|
|
1554
1498
|
|
|
1555
1499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1556
1500
|
"""
|
|
1557
1501
|
|
|
1558
1502
|
:return: The class or default when not found.
|
|
1559
|
-
:rtype: typing.Any
|
|
1560
1503
|
"""
|
|
1561
1504
|
|
|
1562
1505
|
def draw(self, context) -> None:
|
|
@@ -1579,14 +1522,12 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1579
1522
|
"""
|
|
1580
1523
|
|
|
1581
1524
|
:return: The RNA type or default when not found.
|
|
1582
|
-
:rtype: bpy.types.Struct
|
|
1583
1525
|
"""
|
|
1584
1526
|
|
|
1585
1527
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1586
1528
|
"""
|
|
1587
1529
|
|
|
1588
1530
|
:return: The class or default when not found.
|
|
1589
|
-
:rtype: typing.Any
|
|
1590
1531
|
"""
|
|
1591
1532
|
|
|
1592
1533
|
def draw(self, context) -> None:
|