fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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 +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 +51 -47
- 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 +1 -17
- bl_ui/node_add_menu/__init__.pyi +13 -16
- 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 +0 -90
- 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 +60 -59
- bpy/app/handlers/__init__.pyi +4 -0
- 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 +15 -165
- 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 +27 -217
- 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 +18 -316
- bpy/ops/grease_pencil/__init__.pyi +61 -522
- 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 +2 -50
- 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 +20 -184
- bpy/ops/node/__init__.pyi +306 -666
- bpy/ops/object/__init__.pyi +139 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +43 -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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -69
- bpy/ops/preferences/__init__.pyi +23 -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 +41 -312
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +92 -669
- 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 +21 -158
- 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 +21798 -58228
- 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-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.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/__init__.pyi +16 -0
- 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 +4 -24
- 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-20250927.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_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
|
@@ -40,14 +40,12 @@ 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
|
-
:rtype: typing.Any
|
|
51
49
|
"""
|
|
52
50
|
|
|
53
51
|
def draw(self, context) -> None:
|
|
@@ -71,14 +69,12 @@ class RENDER_PT_color_management_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
71
69
|
"""
|
|
72
70
|
|
|
73
71
|
:return: The RNA type or default when not found.
|
|
74
|
-
:rtype: bpy.types.Struct
|
|
75
72
|
"""
|
|
76
73
|
|
|
77
74
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
78
75
|
"""
|
|
79
76
|
|
|
80
77
|
:return: The class or default when not found.
|
|
81
|
-
:rtype: typing.Any
|
|
82
78
|
"""
|
|
83
79
|
|
|
84
80
|
def draw(self, context) -> None:
|
|
@@ -102,14 +98,12 @@ class RENDER_PT_color_management_curves(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
102
98
|
"""
|
|
103
99
|
|
|
104
100
|
:return: The RNA type or default when not found.
|
|
105
|
-
:rtype: bpy.types.Struct
|
|
106
101
|
"""
|
|
107
102
|
|
|
108
103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
109
104
|
"""
|
|
110
105
|
|
|
111
106
|
:return: The class or default when not found.
|
|
112
|
-
:rtype: typing.Any
|
|
113
107
|
"""
|
|
114
108
|
|
|
115
109
|
def draw(self, context) -> None:
|
|
@@ -139,14 +133,12 @@ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, _bpy_types.Pa
|
|
|
139
133
|
"""
|
|
140
134
|
|
|
141
135
|
:return: The RNA type or default when not found.
|
|
142
|
-
:rtype: bpy.types.Struct
|
|
143
136
|
"""
|
|
144
137
|
|
|
145
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
146
139
|
"""
|
|
147
140
|
|
|
148
141
|
:return: The class or default when not found.
|
|
149
|
-
:rtype: typing.Any
|
|
150
142
|
"""
|
|
151
143
|
|
|
152
144
|
def draw(self, context) -> None:
|
|
@@ -183,14 +175,12 @@ class RENDER_PT_color_management_white_balance_presets(
|
|
|
183
175
|
"""
|
|
184
176
|
|
|
185
177
|
:return: The RNA type or default when not found.
|
|
186
|
-
:rtype: bpy.types.Struct
|
|
187
178
|
"""
|
|
188
179
|
|
|
189
180
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
190
181
|
"""
|
|
191
182
|
|
|
192
183
|
:return: The class or default when not found.
|
|
193
|
-
:rtype: typing.Any
|
|
194
184
|
"""
|
|
195
185
|
|
|
196
186
|
class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -208,14 +198,12 @@ class RENDER_PT_color_management_working_space(RenderButtonsPanel, _bpy_types.Pa
|
|
|
208
198
|
"""
|
|
209
199
|
|
|
210
200
|
:return: The RNA type or default when not found.
|
|
211
|
-
:rtype: bpy.types.Struct
|
|
212
201
|
"""
|
|
213
202
|
|
|
214
203
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
215
204
|
"""
|
|
216
205
|
|
|
217
206
|
:return: The class or default when not found.
|
|
218
|
-
:rtype: typing.Any
|
|
219
207
|
"""
|
|
220
208
|
|
|
221
209
|
def draw(self, context) -> None:
|
|
@@ -237,14 +225,12 @@ class RENDER_PT_context(_bpy_types.Panel):
|
|
|
237
225
|
"""
|
|
238
226
|
|
|
239
227
|
:return: The RNA type or default when not found.
|
|
240
|
-
:rtype: bpy.types.Struct
|
|
241
228
|
"""
|
|
242
229
|
|
|
243
230
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
244
231
|
"""
|
|
245
232
|
|
|
246
233
|
:return: The class or default when not found.
|
|
247
|
-
:rtype: typing.Any
|
|
248
234
|
"""
|
|
249
235
|
|
|
250
236
|
@classmethod
|
|
@@ -268,14 +254,12 @@ class RENDER_PT_eevee_clamping(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
268
254
|
"""
|
|
269
255
|
|
|
270
256
|
:return: The RNA type or default when not found.
|
|
271
|
-
:rtype: bpy.types.Struct
|
|
272
257
|
"""
|
|
273
258
|
|
|
274
259
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
275
260
|
"""
|
|
276
261
|
|
|
277
262
|
:return: The class or default when not found.
|
|
278
|
-
:rtype: typing.Any
|
|
279
263
|
"""
|
|
280
264
|
|
|
281
265
|
def draw(self, context) -> None:
|
|
@@ -305,14 +289,12 @@ class RENDER_PT_eevee_clamping_surface(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
305
289
|
"""
|
|
306
290
|
|
|
307
291
|
:return: The RNA type or default when not found.
|
|
308
|
-
:rtype: bpy.types.Struct
|
|
309
292
|
"""
|
|
310
293
|
|
|
311
294
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
312
295
|
"""
|
|
313
296
|
|
|
314
297
|
:return: The class or default when not found.
|
|
315
|
-
:rtype: typing.Any
|
|
316
298
|
"""
|
|
317
299
|
|
|
318
300
|
def draw(self, context) -> None:
|
|
@@ -342,14 +324,12 @@ class RENDER_PT_eevee_clamping_volume(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
342
324
|
"""
|
|
343
325
|
|
|
344
326
|
:return: The RNA type or default when not found.
|
|
345
|
-
:rtype: bpy.types.Struct
|
|
346
327
|
"""
|
|
347
328
|
|
|
348
329
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
349
330
|
"""
|
|
350
331
|
|
|
351
332
|
:return: The class or default when not found.
|
|
352
|
-
:rtype: typing.Any
|
|
353
333
|
"""
|
|
354
334
|
|
|
355
335
|
def draw(self, context) -> None:
|
|
@@ -380,14 +360,12 @@ class RENDER_PT_eevee_denoise(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
380
360
|
"""
|
|
381
361
|
|
|
382
362
|
:return: The RNA type or default when not found.
|
|
383
|
-
:rtype: bpy.types.Struct
|
|
384
363
|
"""
|
|
385
364
|
|
|
386
365
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
387
366
|
"""
|
|
388
367
|
|
|
389
368
|
:return: The class or default when not found.
|
|
390
|
-
:rtype: typing.Any
|
|
391
369
|
"""
|
|
392
370
|
|
|
393
371
|
def draw(self, context) -> None:
|
|
@@ -423,14 +401,12 @@ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
423
401
|
"""
|
|
424
402
|
|
|
425
403
|
:return: The RNA type or default when not found.
|
|
426
|
-
:rtype: bpy.types.Struct
|
|
427
404
|
"""
|
|
428
405
|
|
|
429
406
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
430
407
|
"""
|
|
431
408
|
|
|
432
409
|
:return: The class or default when not found.
|
|
433
|
-
:rtype: typing.Any
|
|
434
410
|
"""
|
|
435
411
|
|
|
436
412
|
def draw(self, context) -> None:
|
|
@@ -460,14 +436,12 @@ class RENDER_PT_eevee_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
460
436
|
"""
|
|
461
437
|
|
|
462
438
|
:return: The RNA type or default when not found.
|
|
463
|
-
:rtype: bpy.types.Struct
|
|
464
439
|
"""
|
|
465
440
|
|
|
466
441
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
467
442
|
"""
|
|
468
443
|
|
|
469
444
|
:return: The class or default when not found.
|
|
470
|
-
:rtype: typing.Any
|
|
471
445
|
"""
|
|
472
446
|
|
|
473
447
|
def draw(self, context) -> None:
|
|
@@ -498,14 +472,12 @@ class RENDER_PT_eevee_gi_approximation(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
498
472
|
"""
|
|
499
473
|
|
|
500
474
|
:return: The RNA type or default when not found.
|
|
501
|
-
:rtype: bpy.types.Struct
|
|
502
475
|
"""
|
|
503
476
|
|
|
504
477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
505
478
|
"""
|
|
506
479
|
|
|
507
480
|
:return: The class or default when not found.
|
|
508
|
-
:rtype: typing.Any
|
|
509
481
|
"""
|
|
510
482
|
|
|
511
483
|
def draw(self, context) -> None:
|
|
@@ -541,14 +513,12 @@ class RENDER_PT_eevee_hair(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
541
513
|
"""
|
|
542
514
|
|
|
543
515
|
:return: The RNA type or default when not found.
|
|
544
|
-
:rtype: bpy.types.Struct
|
|
545
516
|
"""
|
|
546
517
|
|
|
547
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
548
519
|
"""
|
|
549
520
|
|
|
550
521
|
:return: The class or default when not found.
|
|
551
|
-
:rtype: typing.Any
|
|
552
522
|
"""
|
|
553
523
|
|
|
554
524
|
def draw(self, context) -> None:
|
|
@@ -578,14 +548,12 @@ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
578
548
|
"""
|
|
579
549
|
|
|
580
550
|
:return: The RNA type or default when not found.
|
|
581
|
-
:rtype: bpy.types.Struct
|
|
582
551
|
"""
|
|
583
552
|
|
|
584
553
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
585
554
|
"""
|
|
586
555
|
|
|
587
556
|
:return: The class or default when not found.
|
|
588
|
-
:rtype: typing.Any
|
|
589
557
|
"""
|
|
590
558
|
|
|
591
559
|
def draw(self, context) -> None:
|
|
@@ -622,14 +590,12 @@ class RENDER_PT_eevee_motion_blur_curve(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
622
590
|
"""
|
|
623
591
|
|
|
624
592
|
:return: The RNA type or default when not found.
|
|
625
|
-
:rtype: bpy.types.Struct
|
|
626
593
|
"""
|
|
627
594
|
|
|
628
595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
629
596
|
"""
|
|
630
597
|
|
|
631
598
|
:return: The class or default when not found.
|
|
632
|
-
:rtype: typing.Any
|
|
633
599
|
"""
|
|
634
600
|
|
|
635
601
|
def draw(self, context) -> None:
|
|
@@ -652,14 +618,12 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
652
618
|
"""
|
|
653
619
|
|
|
654
620
|
:return: The RNA type or default when not found.
|
|
655
|
-
:rtype: bpy.types.Struct
|
|
656
621
|
"""
|
|
657
622
|
|
|
658
623
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
659
624
|
"""
|
|
660
625
|
|
|
661
626
|
:return: The class or default when not found.
|
|
662
|
-
:rtype: typing.Any
|
|
663
627
|
"""
|
|
664
628
|
|
|
665
629
|
def draw(self, context) -> None:
|
|
@@ -692,14 +656,12 @@ class RENDER_PT_eevee_performance_compositor(
|
|
|
692
656
|
"""
|
|
693
657
|
|
|
694
658
|
:return: The RNA type or default when not found.
|
|
695
|
-
:rtype: bpy.types.Struct
|
|
696
659
|
"""
|
|
697
660
|
|
|
698
661
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
699
662
|
"""
|
|
700
663
|
|
|
701
664
|
:return: The class or default when not found.
|
|
702
|
-
:rtype: typing.Any
|
|
703
665
|
"""
|
|
704
666
|
|
|
705
667
|
class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
@@ -719,14 +681,12 @@ class RENDER_PT_eevee_performance_compositor_denoise_settings(
|
|
|
719
681
|
"""
|
|
720
682
|
|
|
721
683
|
:return: The RNA type or default when not found.
|
|
722
|
-
:rtype: bpy.types.Struct
|
|
723
684
|
"""
|
|
724
685
|
|
|
725
686
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
726
687
|
"""
|
|
727
688
|
|
|
728
689
|
:return: The class or default when not found.
|
|
729
|
-
:rtype: typing.Any
|
|
730
690
|
"""
|
|
731
691
|
|
|
732
692
|
class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -744,14 +704,12 @@ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
744
704
|
"""
|
|
745
705
|
|
|
746
706
|
:return: The RNA type or default when not found.
|
|
747
|
-
:rtype: bpy.types.Struct
|
|
748
707
|
"""
|
|
749
708
|
|
|
750
709
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
751
710
|
"""
|
|
752
711
|
|
|
753
712
|
:return: The class or default when not found.
|
|
754
|
-
:rtype: typing.Any
|
|
755
713
|
"""
|
|
756
714
|
|
|
757
715
|
def draw(self, context) -> None:
|
|
@@ -782,14 +740,12 @@ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, _bpy_types.Panel)
|
|
|
782
740
|
"""
|
|
783
741
|
|
|
784
742
|
:return: The RNA type or default when not found.
|
|
785
|
-
:rtype: bpy.types.Struct
|
|
786
743
|
"""
|
|
787
744
|
|
|
788
745
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
789
746
|
"""
|
|
790
747
|
|
|
791
748
|
:return: The class or default when not found.
|
|
792
|
-
:rtype: typing.Any
|
|
793
749
|
"""
|
|
794
750
|
|
|
795
751
|
def draw(self, context) -> None:
|
|
@@ -819,14 +775,12 @@ class RENDER_PT_eevee_raytracing(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
819
775
|
"""
|
|
820
776
|
|
|
821
777
|
:return: The RNA type or default when not found.
|
|
822
|
-
:rtype: bpy.types.Struct
|
|
823
778
|
"""
|
|
824
779
|
|
|
825
780
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
826
781
|
"""
|
|
827
782
|
|
|
828
783
|
:return: The class or default when not found.
|
|
829
|
-
:rtype: typing.Any
|
|
830
784
|
"""
|
|
831
785
|
|
|
832
786
|
def draw(self, context) -> None:
|
|
@@ -868,14 +822,12 @@ class RENDER_PT_eevee_raytracing_presets(bl_ui.utils.PresetPanel, _bpy_types.Pan
|
|
|
868
822
|
"""
|
|
869
823
|
|
|
870
824
|
:return: The RNA type or default when not found.
|
|
871
|
-
:rtype: bpy.types.Struct
|
|
872
825
|
"""
|
|
873
826
|
|
|
874
827
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
875
828
|
"""
|
|
876
829
|
|
|
877
830
|
:return: The class or default when not found.
|
|
878
|
-
:rtype: typing.Any
|
|
879
831
|
"""
|
|
880
832
|
|
|
881
833
|
class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -891,14 +843,12 @@ class RENDER_PT_eevee_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
891
843
|
"""
|
|
892
844
|
|
|
893
845
|
:return: The RNA type or default when not found.
|
|
894
|
-
:rtype: bpy.types.Struct
|
|
895
846
|
"""
|
|
896
847
|
|
|
897
848
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
898
849
|
"""
|
|
899
850
|
|
|
900
851
|
:return: The class or default when not found.
|
|
901
|
-
:rtype: typing.Any
|
|
902
852
|
"""
|
|
903
853
|
|
|
904
854
|
def draw(self, context) -> None:
|
|
@@ -929,14 +879,12 @@ class RENDER_PT_eevee_sampling_advanced(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
929
879
|
"""
|
|
930
880
|
|
|
931
881
|
:return: The RNA type or default when not found.
|
|
932
|
-
:rtype: bpy.types.Struct
|
|
933
882
|
"""
|
|
934
883
|
|
|
935
884
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
936
885
|
"""
|
|
937
886
|
|
|
938
887
|
:return: The class or default when not found.
|
|
939
|
-
:rtype: typing.Any
|
|
940
888
|
"""
|
|
941
889
|
|
|
942
890
|
def draw(self, context) -> None:
|
|
@@ -966,14 +914,12 @@ class RENDER_PT_eevee_sampling_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
966
914
|
"""
|
|
967
915
|
|
|
968
916
|
:return: The RNA type or default when not found.
|
|
969
|
-
:rtype: bpy.types.Struct
|
|
970
917
|
"""
|
|
971
918
|
|
|
972
919
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
973
920
|
"""
|
|
974
921
|
|
|
975
922
|
:return: The class or default when not found.
|
|
976
|
-
:rtype: typing.Any
|
|
977
923
|
"""
|
|
978
924
|
|
|
979
925
|
def draw(self, context) -> None:
|
|
@@ -1004,14 +950,12 @@ class RENDER_PT_eevee_sampling_shadows(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1004
950
|
"""
|
|
1005
951
|
|
|
1006
952
|
:return: The RNA type or default when not found.
|
|
1007
|
-
:rtype: bpy.types.Struct
|
|
1008
953
|
"""
|
|
1009
954
|
|
|
1010
955
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1011
956
|
"""
|
|
1012
957
|
|
|
1013
958
|
:return: The class or default when not found.
|
|
1014
|
-
:rtype: typing.Any
|
|
1015
959
|
"""
|
|
1016
960
|
|
|
1017
961
|
def draw(self, context) -> None:
|
|
@@ -1047,14 +991,12 @@ class RENDER_PT_eevee_sampling_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1047
991
|
"""
|
|
1048
992
|
|
|
1049
993
|
:return: The RNA type or default when not found.
|
|
1050
|
-
:rtype: bpy.types.Struct
|
|
1051
994
|
"""
|
|
1052
995
|
|
|
1053
996
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1054
997
|
"""
|
|
1055
998
|
|
|
1056
999
|
:return: The class or default when not found.
|
|
1057
|
-
:rtype: typing.Any
|
|
1058
1000
|
"""
|
|
1059
1001
|
|
|
1060
1002
|
def draw(self, context) -> None:
|
|
@@ -1085,14 +1027,12 @@ class RENDER_PT_eevee_screen_trace(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1085
1027
|
"""
|
|
1086
1028
|
|
|
1087
1029
|
:return: The RNA type or default when not found.
|
|
1088
|
-
:rtype: bpy.types.Struct
|
|
1089
1030
|
"""
|
|
1090
1031
|
|
|
1091
1032
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1092
1033
|
"""
|
|
1093
1034
|
|
|
1094
1035
|
:return: The class or default when not found.
|
|
1095
|
-
:rtype: typing.Any
|
|
1096
1036
|
"""
|
|
1097
1037
|
|
|
1098
1038
|
def draw(self, context) -> None:
|
|
@@ -1122,14 +1062,12 @@ class RENDER_PT_eevee_volumes(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1122
1062
|
"""
|
|
1123
1063
|
|
|
1124
1064
|
:return: The RNA type or default when not found.
|
|
1125
|
-
:rtype: bpy.types.Struct
|
|
1126
1065
|
"""
|
|
1127
1066
|
|
|
1128
1067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1129
1068
|
"""
|
|
1130
1069
|
|
|
1131
1070
|
:return: The class or default when not found.
|
|
1132
|
-
:rtype: typing.Any
|
|
1133
1071
|
"""
|
|
1134
1072
|
|
|
1135
1073
|
def draw(self, context) -> None:
|
|
@@ -1160,14 +1098,12 @@ class RENDER_PT_eevee_volumes_range(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1160
1098
|
"""
|
|
1161
1099
|
|
|
1162
1100
|
:return: The RNA type or default when not found.
|
|
1163
|
-
:rtype: bpy.types.Struct
|
|
1164
1101
|
"""
|
|
1165
1102
|
|
|
1166
1103
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1167
1104
|
"""
|
|
1168
1105
|
|
|
1169
1106
|
:return: The class or default when not found.
|
|
1170
|
-
:rtype: typing.Any
|
|
1171
1107
|
"""
|
|
1172
1108
|
|
|
1173
1109
|
def draw(self, context) -> None:
|
|
@@ -1204,14 +1140,12 @@ class RENDER_PT_gpencil(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1204
1140
|
"""
|
|
1205
1141
|
|
|
1206
1142
|
:return: The RNA type or default when not found.
|
|
1207
|
-
:rtype: bpy.types.Struct
|
|
1208
1143
|
"""
|
|
1209
1144
|
|
|
1210
1145
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1211
1146
|
"""
|
|
1212
1147
|
|
|
1213
1148
|
:return: The class or default when not found.
|
|
1214
|
-
:rtype: typing.Any
|
|
1215
1149
|
"""
|
|
1216
1150
|
|
|
1217
1151
|
def draw(self, context) -> None:
|
|
@@ -1242,14 +1176,12 @@ class RENDER_PT_grease_pencil_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1242
1176
|
"""
|
|
1243
1177
|
|
|
1244
1178
|
:return: The RNA type or default when not found.
|
|
1245
|
-
:rtype: bpy.types.Struct
|
|
1246
1179
|
"""
|
|
1247
1180
|
|
|
1248
1181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1249
1182
|
"""
|
|
1250
1183
|
|
|
1251
1184
|
:return: The class or default when not found.
|
|
1252
|
-
:rtype: typing.Any
|
|
1253
1185
|
"""
|
|
1254
1186
|
|
|
1255
1187
|
def draw(self, context) -> None:
|
|
@@ -1273,14 +1205,12 @@ class RENDER_PT_grease_pencil_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1273
1205
|
"""
|
|
1274
1206
|
|
|
1275
1207
|
:return: The RNA type or default when not found.
|
|
1276
|
-
:rtype: bpy.types.Struct
|
|
1277
1208
|
"""
|
|
1278
1209
|
|
|
1279
1210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1280
1211
|
"""
|
|
1281
1212
|
|
|
1282
1213
|
:return: The class or default when not found.
|
|
1283
|
-
:rtype: typing.Any
|
|
1284
1214
|
"""
|
|
1285
1215
|
|
|
1286
1216
|
def draw(self, context) -> None:
|
|
@@ -1304,14 +1234,12 @@ class RENDER_PT_hydra_debug(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1304
1234
|
"""
|
|
1305
1235
|
|
|
1306
1236
|
:return: The RNA type or default when not found.
|
|
1307
|
-
:rtype: bpy.types.Struct
|
|
1308
1237
|
"""
|
|
1309
1238
|
|
|
1310
1239
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1311
1240
|
"""
|
|
1312
1241
|
|
|
1313
1242
|
:return: The class or default when not found.
|
|
1314
|
-
:rtype: typing.Any
|
|
1315
1243
|
"""
|
|
1316
1244
|
|
|
1317
1245
|
def draw(self, context) -> None:
|
|
@@ -1340,14 +1268,12 @@ class RENDER_PT_opengl_color(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1340
1268
|
"""
|
|
1341
1269
|
|
|
1342
1270
|
:return: The RNA type or default when not found.
|
|
1343
|
-
:rtype: bpy.types.Struct
|
|
1344
1271
|
"""
|
|
1345
1272
|
|
|
1346
1273
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1347
1274
|
"""
|
|
1348
1275
|
|
|
1349
1276
|
:return: The class or default when not found.
|
|
1350
|
-
:rtype: typing.Any
|
|
1351
1277
|
"""
|
|
1352
1278
|
|
|
1353
1279
|
def draw(self, context) -> None:
|
|
@@ -1377,14 +1303,12 @@ class RENDER_PT_opengl_film(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1377
1303
|
"""
|
|
1378
1304
|
|
|
1379
1305
|
:return: The RNA type or default when not found.
|
|
1380
|
-
:rtype: bpy.types.Struct
|
|
1381
1306
|
"""
|
|
1382
1307
|
|
|
1383
1308
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1384
1309
|
"""
|
|
1385
1310
|
|
|
1386
1311
|
:return: The class or default when not found.
|
|
1387
|
-
:rtype: typing.Any
|
|
1388
1312
|
"""
|
|
1389
1313
|
|
|
1390
1314
|
def draw(self, context) -> None:
|
|
@@ -1406,14 +1330,12 @@ class RENDER_PT_opengl_lighting(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1406
1330
|
"""
|
|
1407
1331
|
|
|
1408
1332
|
:return: The RNA type or default when not found.
|
|
1409
|
-
:rtype: bpy.types.Struct
|
|
1410
1333
|
"""
|
|
1411
1334
|
|
|
1412
1335
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1413
1336
|
"""
|
|
1414
1337
|
|
|
1415
1338
|
:return: The class or default when not found.
|
|
1416
|
-
:rtype: typing.Any
|
|
1417
1339
|
"""
|
|
1418
1340
|
|
|
1419
1341
|
def draw(self, context) -> None:
|
|
@@ -1442,14 +1364,12 @@ class RENDER_PT_opengl_options(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1442
1364
|
"""
|
|
1443
1365
|
|
|
1444
1366
|
:return: The RNA type or default when not found.
|
|
1445
|
-
:rtype: bpy.types.Struct
|
|
1446
1367
|
"""
|
|
1447
1368
|
|
|
1448
1369
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1449
1370
|
"""
|
|
1450
1371
|
|
|
1451
1372
|
:return: The class or default when not found.
|
|
1452
|
-
:rtype: typing.Any
|
|
1453
1373
|
"""
|
|
1454
1374
|
|
|
1455
1375
|
def draw(self, context) -> None:
|
|
@@ -1478,14 +1398,12 @@ class RENDER_PT_opengl_sampling(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1478
1398
|
"""
|
|
1479
1399
|
|
|
1480
1400
|
:return: The RNA type or default when not found.
|
|
1481
|
-
:rtype: bpy.types.Struct
|
|
1482
1401
|
"""
|
|
1483
1402
|
|
|
1484
1403
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1485
1404
|
"""
|
|
1486
1405
|
|
|
1487
1406
|
:return: The class or default when not found.
|
|
1488
|
-
:rtype: typing.Any
|
|
1489
1407
|
"""
|
|
1490
1408
|
|
|
1491
1409
|
def draw(self, context) -> None:
|
|
@@ -1515,14 +1433,12 @@ class RENDER_PT_simplify(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1515
1433
|
"""
|
|
1516
1434
|
|
|
1517
1435
|
:return: The RNA type or default when not found.
|
|
1518
|
-
:rtype: bpy.types.Struct
|
|
1519
1436
|
"""
|
|
1520
1437
|
|
|
1521
1438
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1522
1439
|
"""
|
|
1523
1440
|
|
|
1524
1441
|
:return: The class or default when not found.
|
|
1525
|
-
:rtype: typing.Any
|
|
1526
1442
|
"""
|
|
1527
1443
|
|
|
1528
1444
|
def draw(self, context) -> None:
|
|
@@ -1556,14 +1472,12 @@ class RENDER_PT_simplify_greasepencil(
|
|
|
1556
1472
|
"""
|
|
1557
1473
|
|
|
1558
1474
|
:return: The RNA type or default when not found.
|
|
1559
|
-
:rtype: bpy.types.Struct
|
|
1560
1475
|
"""
|
|
1561
1476
|
|
|
1562
1477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1563
1478
|
"""
|
|
1564
1479
|
|
|
1565
1480
|
:return: The class or default when not found.
|
|
1566
|
-
:rtype: typing.Any
|
|
1567
1481
|
"""
|
|
1568
1482
|
|
|
1569
1483
|
class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
@@ -1580,14 +1494,12 @@ class RENDER_PT_simplify_render(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1580
1494
|
"""
|
|
1581
1495
|
|
|
1582
1496
|
:return: The RNA type or default when not found.
|
|
1583
|
-
:rtype: bpy.types.Struct
|
|
1584
1497
|
"""
|
|
1585
1498
|
|
|
1586
1499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1587
1500
|
"""
|
|
1588
1501
|
|
|
1589
1502
|
:return: The class or default when not found.
|
|
1590
|
-
:rtype: typing.Any
|
|
1591
1503
|
"""
|
|
1592
1504
|
|
|
1593
1505
|
def draw(self, context) -> None:
|
|
@@ -1610,14 +1522,12 @@ class RENDER_PT_simplify_viewport(RenderButtonsPanel, _bpy_types.Panel):
|
|
|
1610
1522
|
"""
|
|
1611
1523
|
|
|
1612
1524
|
:return: The RNA type or default when not found.
|
|
1613
|
-
:rtype: bpy.types.Struct
|
|
1614
1525
|
"""
|
|
1615
1526
|
|
|
1616
1527
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1617
1528
|
"""
|
|
1618
1529
|
|
|
1619
1530
|
:return: The class or default when not found.
|
|
1620
|
-
:rtype: typing.Any
|
|
1621
1531
|
"""
|
|
1622
1532
|
|
|
1623
1533
|
def draw(self, context) -> None:
|