fake-bpy-module 20250828__py3-none-any.whl → 20260118__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-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.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-20260118.dist-info}/WHEEL +0 -0
|
@@ -36,7 +36,6 @@ class ExperimentalPanel:
|
|
|
36
36
|
bl_context: typing.Any
|
|
37
37
|
bl_region_type: typing.Any
|
|
38
38
|
bl_space_type: typing.Any
|
|
39
|
-
url_prefix: typing.Any
|
|
40
39
|
|
|
41
40
|
@classmethod
|
|
42
41
|
def poll(cls, _context) -> None:
|
|
@@ -179,14 +178,12 @@ class USERPREF_HT_header(_bpy_types.Header):
|
|
|
179
178
|
"""
|
|
180
179
|
|
|
181
180
|
:return: The RNA type or default when not found.
|
|
182
|
-
:rtype: bpy.types.Struct
|
|
183
181
|
"""
|
|
184
182
|
|
|
185
183
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
186
184
|
"""
|
|
187
185
|
|
|
188
186
|
:return: The class or default when not found.
|
|
189
|
-
:rtype: typing.Any
|
|
190
187
|
"""
|
|
191
188
|
|
|
192
189
|
def draw(self, context) -> None:
|
|
@@ -213,14 +210,12 @@ class USERPREF_MT_editor_menus(_bpy_types.Menu):
|
|
|
213
210
|
"""
|
|
214
211
|
|
|
215
212
|
:return: The RNA type or default when not found.
|
|
216
|
-
:rtype: bpy.types.Struct
|
|
217
213
|
"""
|
|
218
214
|
|
|
219
215
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
220
216
|
"""
|
|
221
217
|
|
|
222
218
|
:return: The class or default when not found.
|
|
223
|
-
:rtype: typing.Any
|
|
224
219
|
"""
|
|
225
220
|
|
|
226
221
|
def draw(self, _context) -> None:
|
|
@@ -238,14 +233,12 @@ class USERPREF_MT_extensions_active_repo(_bpy_types.Menu):
|
|
|
238
233
|
"""
|
|
239
234
|
|
|
240
235
|
:return: The RNA type or default when not found.
|
|
241
|
-
:rtype: bpy.types.Struct
|
|
242
236
|
"""
|
|
243
237
|
|
|
244
238
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
245
239
|
"""
|
|
246
240
|
|
|
247
241
|
:return: The class or default when not found.
|
|
248
|
-
:rtype: typing.Any
|
|
249
242
|
"""
|
|
250
243
|
|
|
251
244
|
class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
|
|
@@ -257,14 +250,12 @@ class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
|
|
|
257
250
|
"""
|
|
258
251
|
|
|
259
252
|
:return: The RNA type or default when not found.
|
|
260
|
-
:rtype: bpy.types.Struct
|
|
261
253
|
"""
|
|
262
254
|
|
|
263
255
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
264
256
|
"""
|
|
265
257
|
|
|
266
258
|
:return: The class or default when not found.
|
|
267
|
-
:rtype: typing.Any
|
|
268
259
|
"""
|
|
269
260
|
|
|
270
261
|
def draw(self, context) -> None:
|
|
@@ -287,14 +278,12 @@ class USERPREF_MT_interface_theme_presets(_bpy_types.Menu):
|
|
|
287
278
|
"""
|
|
288
279
|
|
|
289
280
|
:return: The RNA type or default when not found.
|
|
290
|
-
:rtype: bpy.types.Struct
|
|
291
281
|
"""
|
|
292
282
|
|
|
293
283
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
294
284
|
"""
|
|
295
285
|
|
|
296
286
|
:return: The class or default when not found.
|
|
297
|
-
:rtype: typing.Any
|
|
298
287
|
"""
|
|
299
288
|
|
|
300
289
|
@staticmethod
|
|
@@ -324,14 +313,12 @@ class USERPREF_MT_keyconfigs(_bpy_types.Menu):
|
|
|
324
313
|
"""
|
|
325
314
|
|
|
326
315
|
:return: The RNA type or default when not found.
|
|
327
|
-
:rtype: bpy.types.Struct
|
|
328
316
|
"""
|
|
329
317
|
|
|
330
318
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
331
319
|
"""
|
|
332
320
|
|
|
333
321
|
:return: The class or default when not found.
|
|
334
|
-
:rtype: typing.Any
|
|
335
322
|
"""
|
|
336
323
|
|
|
337
324
|
def draw(self, context) -> None:
|
|
@@ -349,14 +336,12 @@ class USERPREF_MT_save_load(_bpy_types.Menu):
|
|
|
349
336
|
"""
|
|
350
337
|
|
|
351
338
|
:return: The RNA type or default when not found.
|
|
352
|
-
:rtype: bpy.types.Struct
|
|
353
339
|
"""
|
|
354
340
|
|
|
355
341
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
356
342
|
"""
|
|
357
343
|
|
|
358
344
|
:return: The class or default when not found.
|
|
359
|
-
:rtype: typing.Any
|
|
360
345
|
"""
|
|
361
346
|
|
|
362
347
|
def draw(self, context) -> None:
|
|
@@ -374,20 +359,18 @@ class USERPREF_MT_view(_bpy_types.Menu):
|
|
|
374
359
|
"""
|
|
375
360
|
|
|
376
361
|
:return: The RNA type or default when not found.
|
|
377
|
-
:rtype: bpy.types.Struct
|
|
378
362
|
"""
|
|
379
363
|
|
|
380
364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
381
365
|
"""
|
|
382
366
|
|
|
383
367
|
:return: The class or default when not found.
|
|
384
|
-
:rtype: typing.Any
|
|
385
368
|
"""
|
|
386
369
|
|
|
387
|
-
def draw(self,
|
|
370
|
+
def draw(self, context) -> None:
|
|
388
371
|
"""
|
|
389
372
|
|
|
390
|
-
:param
|
|
373
|
+
:param context:
|
|
391
374
|
"""
|
|
392
375
|
|
|
393
376
|
class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
|
|
@@ -403,14 +386,12 @@ class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
|
|
|
403
386
|
"""
|
|
404
387
|
|
|
405
388
|
:return: The RNA type or default when not found.
|
|
406
|
-
:rtype: bpy.types.Struct
|
|
407
389
|
"""
|
|
408
390
|
|
|
409
391
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
410
392
|
"""
|
|
411
393
|
|
|
412
394
|
:return: The class or default when not found.
|
|
413
|
-
:rtype: typing.Any
|
|
414
395
|
"""
|
|
415
396
|
|
|
416
397
|
@staticmethod
|
|
@@ -450,14 +431,12 @@ class USERPREF_PT_addons_filter(_bpy_types.Panel):
|
|
|
450
431
|
"""
|
|
451
432
|
|
|
452
433
|
:return: The RNA type or default when not found.
|
|
453
|
-
:rtype: bpy.types.Struct
|
|
454
434
|
"""
|
|
455
435
|
|
|
456
436
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
457
437
|
"""
|
|
458
438
|
|
|
459
439
|
:return: The class or default when not found.
|
|
460
|
-
:rtype: typing.Any
|
|
461
440
|
"""
|
|
462
441
|
|
|
463
442
|
def draw(self, context) -> None:
|
|
@@ -482,14 +461,12 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, _bpy_types
|
|
|
482
461
|
"""
|
|
483
462
|
|
|
484
463
|
:return: The RNA type or default when not found.
|
|
485
|
-
:rtype: bpy.types.Struct
|
|
486
464
|
"""
|
|
487
465
|
|
|
488
466
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
489
467
|
"""
|
|
490
468
|
|
|
491
469
|
:return: The class or default when not found.
|
|
492
|
-
:rtype: typing.Any
|
|
493
470
|
"""
|
|
494
471
|
|
|
495
472
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -517,14 +494,12 @@ class USERPREF_PT_animation_keyframes(
|
|
|
517
494
|
"""
|
|
518
495
|
|
|
519
496
|
:return: The RNA type or default when not found.
|
|
520
|
-
:rtype: bpy.types.Struct
|
|
521
497
|
"""
|
|
522
498
|
|
|
523
499
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
524
500
|
"""
|
|
525
501
|
|
|
526
502
|
:return: The class or default when not found.
|
|
527
|
-
:rtype: typing.Any
|
|
528
503
|
"""
|
|
529
504
|
|
|
530
505
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -552,14 +527,12 @@ class USERPREF_PT_animation_timeline(
|
|
|
552
527
|
"""
|
|
553
528
|
|
|
554
529
|
:return: The RNA type or default when not found.
|
|
555
|
-
:rtype: bpy.types.Struct
|
|
556
530
|
"""
|
|
557
531
|
|
|
558
532
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
559
533
|
"""
|
|
560
534
|
|
|
561
535
|
:return: The class or default when not found.
|
|
562
|
-
:rtype: typing.Any
|
|
563
536
|
"""
|
|
564
537
|
|
|
565
538
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -569,6 +542,39 @@ class USERPREF_PT_animation_timeline(
|
|
|
569
542
|
:param layout:
|
|
570
543
|
"""
|
|
571
544
|
|
|
545
|
+
class USERPREF_PT_developer_tools(_bpy_types.Panel):
|
|
546
|
+
bl_context: typing.Any
|
|
547
|
+
bl_label: typing.Any
|
|
548
|
+
bl_region_type: typing.Any
|
|
549
|
+
bl_rna: typing.Any
|
|
550
|
+
bl_space_type: typing.Any
|
|
551
|
+
id_data: typing.Any
|
|
552
|
+
|
|
553
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
554
|
+
"""
|
|
555
|
+
|
|
556
|
+
:return: The RNA type or default when not found.
|
|
557
|
+
"""
|
|
558
|
+
|
|
559
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
560
|
+
"""
|
|
561
|
+
|
|
562
|
+
:return: The class or default when not found.
|
|
563
|
+
"""
|
|
564
|
+
|
|
565
|
+
def draw(self, context) -> None:
|
|
566
|
+
"""
|
|
567
|
+
|
|
568
|
+
:param context:
|
|
569
|
+
"""
|
|
570
|
+
|
|
571
|
+
@classmethod
|
|
572
|
+
def poll(cls, context) -> None:
|
|
573
|
+
"""
|
|
574
|
+
|
|
575
|
+
:param context:
|
|
576
|
+
"""
|
|
577
|
+
|
|
572
578
|
class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
573
579
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
574
580
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -585,14 +591,12 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
|
|
|
585
591
|
"""
|
|
586
592
|
|
|
587
593
|
:return: The RNA type or default when not found.
|
|
588
|
-
:rtype: bpy.types.Struct
|
|
589
594
|
"""
|
|
590
595
|
|
|
591
596
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
592
597
|
"""
|
|
593
598
|
|
|
594
599
|
:return: The class or default when not found.
|
|
595
|
-
:rtype: typing.Any
|
|
596
600
|
"""
|
|
597
601
|
|
|
598
602
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -618,14 +622,12 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
|
618
622
|
"""
|
|
619
623
|
|
|
620
624
|
:return: The RNA type or default when not found.
|
|
621
|
-
:rtype: bpy.types.Struct
|
|
622
625
|
"""
|
|
623
626
|
|
|
624
627
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
625
628
|
"""
|
|
626
629
|
|
|
627
630
|
:return: The class or default when not found.
|
|
628
|
-
:rtype: typing.Any
|
|
629
631
|
"""
|
|
630
632
|
|
|
631
633
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -652,14 +654,12 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, _bpy_types.Panel)
|
|
|
652
654
|
"""
|
|
653
655
|
|
|
654
656
|
:return: The RNA type or default when not found.
|
|
655
|
-
:rtype: bpy.types.Struct
|
|
656
657
|
"""
|
|
657
658
|
|
|
658
659
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
659
660
|
"""
|
|
660
661
|
|
|
661
662
|
:return: The class or default when not found.
|
|
662
|
-
:rtype: typing.Any
|
|
663
663
|
"""
|
|
664
664
|
|
|
665
665
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -686,14 +686,12 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
|
|
|
686
686
|
"""
|
|
687
687
|
|
|
688
688
|
:return: The RNA type or default when not found.
|
|
689
|
-
:rtype: bpy.types.Struct
|
|
690
689
|
"""
|
|
691
690
|
|
|
692
691
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
693
692
|
"""
|
|
694
693
|
|
|
695
694
|
:return: The class or default when not found.
|
|
696
|
-
:rtype: typing.Any
|
|
697
695
|
"""
|
|
698
696
|
|
|
699
697
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -720,14 +718,12 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
|
|
|
720
718
|
"""
|
|
721
719
|
|
|
722
720
|
:return: The RNA type or default when not found.
|
|
723
|
-
:rtype: bpy.types.Struct
|
|
724
721
|
"""
|
|
725
722
|
|
|
726
723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
727
724
|
"""
|
|
728
725
|
|
|
729
726
|
:return: The class or default when not found.
|
|
730
|
-
:rtype: typing.Any
|
|
731
727
|
"""
|
|
732
728
|
|
|
733
729
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -749,14 +745,12 @@ class USERPREF_PT_edit_objects(EditingPanel, _bpy_types.Panel):
|
|
|
749
745
|
"""
|
|
750
746
|
|
|
751
747
|
:return: The RNA type or default when not found.
|
|
752
|
-
:rtype: bpy.types.Struct
|
|
753
748
|
"""
|
|
754
749
|
|
|
755
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
756
751
|
"""
|
|
757
752
|
|
|
758
753
|
:return: The class or default when not found.
|
|
759
|
-
:rtype: typing.Any
|
|
760
754
|
"""
|
|
761
755
|
|
|
762
756
|
def draw(self, context) -> None:
|
|
@@ -785,14 +779,12 @@ class USERPREF_PT_edit_objects_duplicate_data(
|
|
|
785
779
|
"""
|
|
786
780
|
|
|
787
781
|
:return: The RNA type or default when not found.
|
|
788
|
-
:rtype: bpy.types.Struct
|
|
789
782
|
"""
|
|
790
783
|
|
|
791
784
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
792
785
|
"""
|
|
793
786
|
|
|
794
787
|
:return: The class or default when not found.
|
|
795
|
-
:rtype: typing.Any
|
|
796
788
|
"""
|
|
797
789
|
|
|
798
790
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -819,14 +811,12 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
|
|
|
819
811
|
"""
|
|
820
812
|
|
|
821
813
|
:return: The RNA type or default when not found.
|
|
822
|
-
:rtype: bpy.types.Struct
|
|
823
814
|
"""
|
|
824
815
|
|
|
825
816
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
826
817
|
"""
|
|
827
818
|
|
|
828
819
|
:return: The class or default when not found.
|
|
829
|
-
:rtype: typing.Any
|
|
830
820
|
"""
|
|
831
821
|
|
|
832
822
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -855,14 +845,12 @@ class USERPREF_PT_edit_sequence_editor(
|
|
|
855
845
|
"""
|
|
856
846
|
|
|
857
847
|
:return: The RNA type or default when not found.
|
|
858
|
-
:rtype: bpy.types.Struct
|
|
859
848
|
"""
|
|
860
849
|
|
|
861
850
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
862
851
|
"""
|
|
863
852
|
|
|
864
853
|
:return: The class or default when not found.
|
|
865
|
-
:rtype: typing.Any
|
|
866
854
|
"""
|
|
867
855
|
|
|
868
856
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -889,14 +877,12 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
|
|
|
889
877
|
"""
|
|
890
878
|
|
|
891
879
|
:return: The RNA type or default when not found.
|
|
892
|
-
:rtype: bpy.types.Struct
|
|
893
880
|
"""
|
|
894
881
|
|
|
895
882
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
896
883
|
"""
|
|
897
884
|
|
|
898
885
|
:return: The class or default when not found.
|
|
899
|
-
:rtype: typing.Any
|
|
900
886
|
"""
|
|
901
887
|
|
|
902
888
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -923,14 +909,12 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.P
|
|
|
923
909
|
"""
|
|
924
910
|
|
|
925
911
|
:return: The RNA type or default when not found.
|
|
926
|
-
:rtype: bpy.types.Struct
|
|
927
912
|
"""
|
|
928
913
|
|
|
929
914
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
930
915
|
"""
|
|
931
916
|
|
|
932
917
|
:return: The class or default when not found.
|
|
933
|
-
:rtype: typing.Any
|
|
934
918
|
"""
|
|
935
919
|
|
|
936
920
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -940,42 +924,6 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.P
|
|
|
940
924
|
:param layout:
|
|
941
925
|
"""
|
|
942
926
|
|
|
943
|
-
class USERPREF_PT_experimental_debugging(ExperimentalPanel, _bpy_types.Panel):
|
|
944
|
-
bl_context: typing.Any
|
|
945
|
-
bl_label: typing.Any
|
|
946
|
-
bl_region_type: typing.Any
|
|
947
|
-
bl_rna: typing.Any
|
|
948
|
-
bl_space_type: typing.Any
|
|
949
|
-
id_data: typing.Any
|
|
950
|
-
url_prefix: typing.Any
|
|
951
|
-
|
|
952
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
953
|
-
"""
|
|
954
|
-
|
|
955
|
-
:return: The RNA type or default when not found.
|
|
956
|
-
:rtype: bpy.types.Struct
|
|
957
|
-
"""
|
|
958
|
-
|
|
959
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
960
|
-
"""
|
|
961
|
-
|
|
962
|
-
:return: The class or default when not found.
|
|
963
|
-
:rtype: typing.Any
|
|
964
|
-
"""
|
|
965
|
-
|
|
966
|
-
def draw(self, context) -> None:
|
|
967
|
-
"""
|
|
968
|
-
|
|
969
|
-
:param context:
|
|
970
|
-
"""
|
|
971
|
-
|
|
972
|
-
@classmethod
|
|
973
|
-
def poll(cls, _context) -> None:
|
|
974
|
-
"""
|
|
975
|
-
|
|
976
|
-
:param _context:
|
|
977
|
-
"""
|
|
978
|
-
|
|
979
927
|
class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel):
|
|
980
928
|
bl_context: typing.Any
|
|
981
929
|
bl_label: typing.Any
|
|
@@ -983,20 +931,17 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel)
|
|
|
983
931
|
bl_rna: typing.Any
|
|
984
932
|
bl_space_type: typing.Any
|
|
985
933
|
id_data: typing.Any
|
|
986
|
-
url_prefix: typing.Any
|
|
987
934
|
|
|
988
935
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
989
936
|
"""
|
|
990
937
|
|
|
991
938
|
:return: The RNA type or default when not found.
|
|
992
|
-
:rtype: bpy.types.Struct
|
|
993
939
|
"""
|
|
994
940
|
|
|
995
941
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
996
942
|
"""
|
|
997
943
|
|
|
998
944
|
:return: The class or default when not found.
|
|
999
|
-
:rtype: typing.Any
|
|
1000
945
|
"""
|
|
1001
946
|
|
|
1002
947
|
def draw(self, context) -> None:
|
|
@@ -1012,20 +957,17 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, _bpy_types.Panel):
|
|
|
1012
957
|
bl_rna: typing.Any
|
|
1013
958
|
bl_space_type: typing.Any
|
|
1014
959
|
id_data: typing.Any
|
|
1015
|
-
url_prefix: typing.Any
|
|
1016
960
|
|
|
1017
961
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1018
962
|
"""
|
|
1019
963
|
|
|
1020
964
|
:return: The RNA type or default when not found.
|
|
1021
|
-
:rtype: bpy.types.Struct
|
|
1022
965
|
"""
|
|
1023
966
|
|
|
1024
967
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1025
968
|
"""
|
|
1026
969
|
|
|
1027
970
|
:return: The class or default when not found.
|
|
1028
|
-
:rtype: typing.Any
|
|
1029
971
|
"""
|
|
1030
972
|
|
|
1031
973
|
def draw(self, context) -> None:
|
|
@@ -1047,14 +989,12 @@ class USERPREF_PT_extensions(ExtensionsPanel, _bpy_types.Panel):
|
|
|
1047
989
|
"""
|
|
1048
990
|
|
|
1049
991
|
:return: The RNA type or default when not found.
|
|
1050
|
-
:rtype: bpy.types.Struct
|
|
1051
992
|
"""
|
|
1052
993
|
|
|
1053
994
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1054
995
|
"""
|
|
1055
996
|
|
|
1056
997
|
:return: The class or default when not found.
|
|
1057
|
-
:rtype: typing.Any
|
|
1058
998
|
"""
|
|
1059
999
|
|
|
1060
1000
|
class USERPREF_PT_extensions_repos(_bpy_types.Panel):
|
|
@@ -1070,14 +1010,12 @@ class USERPREF_PT_extensions_repos(_bpy_types.Panel):
|
|
|
1070
1010
|
"""
|
|
1071
1011
|
|
|
1072
1012
|
:return: The RNA type or default when not found.
|
|
1073
|
-
:rtype: bpy.types.Struct
|
|
1074
1013
|
"""
|
|
1075
1014
|
|
|
1076
1015
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1077
1016
|
"""
|
|
1078
1017
|
|
|
1079
1018
|
:return: The class or default when not found.
|
|
1080
|
-
:rtype: typing.Any
|
|
1081
1019
|
"""
|
|
1082
1020
|
|
|
1083
1021
|
def draw(self, context) -> None:
|
|
@@ -1099,14 +1037,12 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, _bpy_types.Panel):
|
|
|
1099
1037
|
"""
|
|
1100
1038
|
|
|
1101
1039
|
:return: The RNA type or default when not found.
|
|
1102
|
-
:rtype: bpy.types.Struct
|
|
1103
1040
|
"""
|
|
1104
1041
|
|
|
1105
1042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1106
1043
|
"""
|
|
1107
1044
|
|
|
1108
1045
|
:return: The class or default when not found.
|
|
1109
|
-
:rtype: typing.Any
|
|
1110
1046
|
"""
|
|
1111
1047
|
|
|
1112
1048
|
def draw(self, context) -> None:
|
|
@@ -1127,14 +1063,12 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, _bpy_types.Panel):
|
|
|
1127
1063
|
"""
|
|
1128
1064
|
|
|
1129
1065
|
:return: The RNA type or default when not found.
|
|
1130
|
-
:rtype: bpy.types.Struct
|
|
1131
1066
|
"""
|
|
1132
1067
|
|
|
1133
1068
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1134
1069
|
"""
|
|
1135
1070
|
|
|
1136
1071
|
:return: The class or default when not found.
|
|
1137
|
-
:rtype: typing.Any
|
|
1138
1072
|
"""
|
|
1139
1073
|
|
|
1140
1074
|
def draw(self, context) -> None:
|
|
@@ -1155,14 +1089,12 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, _bpy_types.Panel):
|
|
|
1155
1089
|
"""
|
|
1156
1090
|
|
|
1157
1091
|
:return: The RNA type or default when not found.
|
|
1158
|
-
:rtype: bpy.types.Struct
|
|
1159
1092
|
"""
|
|
1160
1093
|
|
|
1161
1094
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1162
1095
|
"""
|
|
1163
1096
|
|
|
1164
1097
|
:return: The class or default when not found.
|
|
1165
|
-
:rtype: typing.Any
|
|
1166
1098
|
"""
|
|
1167
1099
|
|
|
1168
1100
|
def draw(self, context) -> None:
|
|
@@ -1184,14 +1116,12 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, _bpy_types.Panel):
|
|
|
1184
1116
|
"""
|
|
1185
1117
|
|
|
1186
1118
|
:return: The RNA type or default when not found.
|
|
1187
|
-
:rtype: bpy.types.Struct
|
|
1188
1119
|
"""
|
|
1189
1120
|
|
|
1190
1121
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1191
1122
|
"""
|
|
1192
1123
|
|
|
1193
1124
|
:return: The class or default when not found.
|
|
1194
|
-
:rtype: typing.Any
|
|
1195
1125
|
"""
|
|
1196
1126
|
|
|
1197
1127
|
def draw(self, context) -> None:
|
|
@@ -1220,14 +1150,12 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, _bpy_types.Panel):
|
|
|
1220
1150
|
"""
|
|
1221
1151
|
|
|
1222
1152
|
:return: The RNA type or default when not found.
|
|
1223
|
-
:rtype: bpy.types.Struct
|
|
1224
1153
|
"""
|
|
1225
1154
|
|
|
1226
1155
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1227
1156
|
"""
|
|
1228
1157
|
|
|
1229
1158
|
:return: The class or default when not found.
|
|
1230
|
-
:rtype: typing.Any
|
|
1231
1159
|
"""
|
|
1232
1160
|
|
|
1233
1161
|
def draw(self, context) -> None:
|
|
@@ -1248,14 +1176,12 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, _bpy_types.Panel
|
|
|
1248
1176
|
"""
|
|
1249
1177
|
|
|
1250
1178
|
:return: The RNA type or default when not found.
|
|
1251
|
-
:rtype: bpy.types.Struct
|
|
1252
1179
|
"""
|
|
1253
1180
|
|
|
1254
1181
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1255
1182
|
"""
|
|
1256
1183
|
|
|
1257
1184
|
:return: The class or default when not found.
|
|
1258
|
-
:rtype: typing.Any
|
|
1259
1185
|
"""
|
|
1260
1186
|
|
|
1261
1187
|
def draw(self, context) -> None:
|
|
@@ -1280,14 +1206,12 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, _bpy_types.Panel)
|
|
|
1280
1206
|
"""
|
|
1281
1207
|
|
|
1282
1208
|
:return: The RNA type or default when not found.
|
|
1283
|
-
:rtype: bpy.types.Struct
|
|
1284
1209
|
"""
|
|
1285
1210
|
|
|
1286
1211
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1287
1212
|
"""
|
|
1288
1213
|
|
|
1289
1214
|
:return: The class or default when not found.
|
|
1290
|
-
:rtype: typing.Any
|
|
1291
1215
|
"""
|
|
1292
1216
|
|
|
1293
1217
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1313,14 +1237,12 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
|
1313
1237
|
"""
|
|
1314
1238
|
|
|
1315
1239
|
:return: The RNA type or default when not found.
|
|
1316
|
-
:rtype: bpy.types.Struct
|
|
1317
1240
|
"""
|
|
1318
1241
|
|
|
1319
1242
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1320
1243
|
"""
|
|
1321
1244
|
|
|
1322
1245
|
:return: The class or default when not found.
|
|
1323
|
-
:rtype: typing.Any
|
|
1324
1246
|
"""
|
|
1325
1247
|
|
|
1326
1248
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1347,14 +1269,12 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
|
1347
1269
|
"""
|
|
1348
1270
|
|
|
1349
1271
|
:return: The RNA type or default when not found.
|
|
1350
|
-
:rtype: bpy.types.Struct
|
|
1351
1272
|
"""
|
|
1352
1273
|
|
|
1353
1274
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1354
1275
|
"""
|
|
1355
1276
|
|
|
1356
1277
|
:return: The class or default when not found.
|
|
1357
|
-
:rtype: typing.Any
|
|
1358
1278
|
"""
|
|
1359
1279
|
|
|
1360
1280
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1387,14 +1307,12 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
|
|
|
1387
1307
|
"""
|
|
1388
1308
|
|
|
1389
1309
|
:return: The RNA type or default when not found.
|
|
1390
|
-
:rtype: bpy.types.Struct
|
|
1391
1310
|
"""
|
|
1392
1311
|
|
|
1393
1312
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1394
1313
|
"""
|
|
1395
1314
|
|
|
1396
1315
|
:return: The class or default when not found.
|
|
1397
|
-
:rtype: typing.Any
|
|
1398
1316
|
"""
|
|
1399
1317
|
|
|
1400
1318
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1421,14 +1339,12 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel)
|
|
|
1421
1339
|
"""
|
|
1422
1340
|
|
|
1423
1341
|
:return: The RNA type or default when not found.
|
|
1424
|
-
:rtype: bpy.types.Struct
|
|
1425
1342
|
"""
|
|
1426
1343
|
|
|
1427
1344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1428
1345
|
"""
|
|
1429
1346
|
|
|
1430
1347
|
:return: The class or default when not found.
|
|
1431
|
-
:rtype: typing.Any
|
|
1432
1348
|
"""
|
|
1433
1349
|
|
|
1434
1350
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1445,6 +1361,40 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel)
|
|
|
1445
1361
|
:param context:
|
|
1446
1362
|
"""
|
|
1447
1363
|
|
|
1364
|
+
class USERPREF_PT_interface_accessibility(
|
|
1365
|
+
CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
|
|
1366
|
+
):
|
|
1367
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
1368
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1369
|
+
"""
|
|
1370
|
+
|
|
1371
|
+
bl_context: typing.Any
|
|
1372
|
+
bl_label: typing.Any
|
|
1373
|
+
bl_options: typing.Any
|
|
1374
|
+
bl_region_type: typing.Any
|
|
1375
|
+
bl_rna: typing.Any
|
|
1376
|
+
bl_space_type: typing.Any
|
|
1377
|
+
id_data: typing.Any
|
|
1378
|
+
|
|
1379
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1380
|
+
"""
|
|
1381
|
+
|
|
1382
|
+
:return: The RNA type or default when not found.
|
|
1383
|
+
"""
|
|
1384
|
+
|
|
1385
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1386
|
+
"""
|
|
1387
|
+
|
|
1388
|
+
:return: The class or default when not found.
|
|
1389
|
+
"""
|
|
1390
|
+
|
|
1391
|
+
def draw_centered(self, context, layout) -> None:
|
|
1392
|
+
"""
|
|
1393
|
+
|
|
1394
|
+
:param context:
|
|
1395
|
+
:param layout:
|
|
1396
|
+
"""
|
|
1397
|
+
|
|
1448
1398
|
class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1449
1399
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
1450
1400
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
@@ -1461,14 +1411,12 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types
|
|
|
1461
1411
|
"""
|
|
1462
1412
|
|
|
1463
1413
|
:return: The RNA type or default when not found.
|
|
1464
|
-
:rtype: bpy.types.Struct
|
|
1465
1414
|
"""
|
|
1466
1415
|
|
|
1467
1416
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1468
1417
|
"""
|
|
1469
1418
|
|
|
1470
1419
|
:return: The class or default when not found.
|
|
1471
|
-
:rtype: typing.Any
|
|
1472
1420
|
"""
|
|
1473
1421
|
|
|
1474
1422
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1494,14 +1442,12 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types
|
|
|
1494
1442
|
"""
|
|
1495
1443
|
|
|
1496
1444
|
:return: The RNA type or default when not found.
|
|
1497
|
-
:rtype: bpy.types.Struct
|
|
1498
1445
|
"""
|
|
1499
1446
|
|
|
1500
1447
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1501
1448
|
"""
|
|
1502
1449
|
|
|
1503
1450
|
:return: The class or default when not found.
|
|
1504
|
-
:rtype: typing.Any
|
|
1505
1451
|
"""
|
|
1506
1452
|
|
|
1507
1453
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1511,7 +1457,11 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types
|
|
|
1511
1457
|
:param layout:
|
|
1512
1458
|
"""
|
|
1513
1459
|
|
|
1514
|
-
class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
|
|
1460
|
+
class USERPREF_PT_interface_menus(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1461
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
1462
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1463
|
+
"""
|
|
1464
|
+
|
|
1515
1465
|
bl_context: typing.Any
|
|
1516
1466
|
bl_label: typing.Any
|
|
1517
1467
|
bl_options: typing.Any
|
|
@@ -1524,20 +1474,19 @@ class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
|
|
|
1524
1474
|
"""
|
|
1525
1475
|
|
|
1526
1476
|
:return: The RNA type or default when not found.
|
|
1527
|
-
:rtype: bpy.types.Struct
|
|
1528
1477
|
"""
|
|
1529
1478
|
|
|
1530
1479
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1531
1480
|
"""
|
|
1532
1481
|
|
|
1533
1482
|
:return: The class or default when not found.
|
|
1534
|
-
:rtype: typing.Any
|
|
1535
1483
|
"""
|
|
1536
1484
|
|
|
1537
|
-
def
|
|
1485
|
+
def draw_centered(self, context, layout) -> None:
|
|
1538
1486
|
"""
|
|
1539
1487
|
|
|
1540
1488
|
:param context:
|
|
1489
|
+
:param layout:
|
|
1541
1490
|
"""
|
|
1542
1491
|
|
|
1543
1492
|
class USERPREF_PT_interface_menus_mouse_over(
|
|
@@ -1559,14 +1508,12 @@ class USERPREF_PT_interface_menus_mouse_over(
|
|
|
1559
1508
|
"""
|
|
1560
1509
|
|
|
1561
1510
|
:return: The RNA type or default when not found.
|
|
1562
|
-
:rtype: bpy.types.Struct
|
|
1563
1511
|
"""
|
|
1564
1512
|
|
|
1565
1513
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1566
1514
|
"""
|
|
1567
1515
|
|
|
1568
1516
|
:return: The class or default when not found.
|
|
1569
|
-
:rtype: typing.Any
|
|
1570
1517
|
"""
|
|
1571
1518
|
|
|
1572
1519
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1601,14 +1548,12 @@ class USERPREF_PT_interface_menus_pie(
|
|
|
1601
1548
|
"""
|
|
1602
1549
|
|
|
1603
1550
|
:return: The RNA type or default when not found.
|
|
1604
|
-
:rtype: bpy.types.Struct
|
|
1605
1551
|
"""
|
|
1606
1552
|
|
|
1607
1553
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1608
1554
|
"""
|
|
1609
1555
|
|
|
1610
1556
|
:return: The class or default when not found.
|
|
1611
|
-
:rtype: typing.Any
|
|
1612
1557
|
"""
|
|
1613
1558
|
|
|
1614
1559
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1638,14 +1583,12 @@ class USERPREF_PT_interface_statusbar(
|
|
|
1638
1583
|
"""
|
|
1639
1584
|
|
|
1640
1585
|
:return: The RNA type or default when not found.
|
|
1641
|
-
:rtype: bpy.types.Struct
|
|
1642
1586
|
"""
|
|
1643
1587
|
|
|
1644
1588
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1645
1589
|
"""
|
|
1646
1590
|
|
|
1647
1591
|
:return: The class or default when not found.
|
|
1648
|
-
:rtype: typing.Any
|
|
1649
1592
|
"""
|
|
1650
1593
|
|
|
1651
1594
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1675,14 +1618,12 @@ class USERPREF_PT_interface_temporary_windows(
|
|
|
1675
1618
|
"""
|
|
1676
1619
|
|
|
1677
1620
|
:return: The RNA type or default when not found.
|
|
1678
|
-
:rtype: bpy.types.Struct
|
|
1679
1621
|
"""
|
|
1680
1622
|
|
|
1681
1623
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1682
1624
|
"""
|
|
1683
1625
|
|
|
1684
1626
|
:return: The class or default when not found.
|
|
1685
|
-
:rtype: typing.Any
|
|
1686
1627
|
"""
|
|
1687
1628
|
|
|
1688
1629
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1709,14 +1650,12 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, _bpy_types.Pa
|
|
|
1709
1650
|
"""
|
|
1710
1651
|
|
|
1711
1652
|
:return: The RNA type or default when not found.
|
|
1712
|
-
:rtype: bpy.types.Struct
|
|
1713
1653
|
"""
|
|
1714
1654
|
|
|
1715
1655
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1716
1656
|
"""
|
|
1717
1657
|
|
|
1718
1658
|
:return: The class or default when not found.
|
|
1719
|
-
:rtype: typing.Any
|
|
1720
1659
|
"""
|
|
1721
1660
|
|
|
1722
1661
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1745,14 +1684,12 @@ class USERPREF_PT_interface_translation(
|
|
|
1745
1684
|
"""
|
|
1746
1685
|
|
|
1747
1686
|
:return: The RNA type or default when not found.
|
|
1748
|
-
:rtype: bpy.types.Struct
|
|
1749
1687
|
"""
|
|
1750
1688
|
|
|
1751
1689
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1752
1690
|
"""
|
|
1753
1691
|
|
|
1754
1692
|
:return: The class or default when not found.
|
|
1755
|
-
:rtype: typing.Any
|
|
1756
1693
|
"""
|
|
1757
1694
|
|
|
1758
1695
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1782,14 +1719,12 @@ class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
|
|
|
1782
1719
|
"""
|
|
1783
1720
|
|
|
1784
1721
|
:return: The RNA type or default when not found.
|
|
1785
|
-
:rtype: bpy.types.Struct
|
|
1786
1722
|
"""
|
|
1787
1723
|
|
|
1788
1724
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1789
1725
|
"""
|
|
1790
1726
|
|
|
1791
1727
|
:return: The class or default when not found.
|
|
1792
|
-
:rtype: typing.Any
|
|
1793
1728
|
"""
|
|
1794
1729
|
|
|
1795
1730
|
def draw(self, context) -> None:
|
|
@@ -1799,6 +1734,7 @@ class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
|
|
|
1799
1734
|
"""
|
|
1800
1735
|
|
|
1801
1736
|
class USERPREF_PT_navigation_bar(_bpy_types.Panel):
|
|
1737
|
+
bl_category: typing.Any
|
|
1802
1738
|
bl_label: typing.Any
|
|
1803
1739
|
bl_options: typing.Any
|
|
1804
1740
|
bl_region_type: typing.Any
|
|
@@ -1810,14 +1746,12 @@ class USERPREF_PT_navigation_bar(_bpy_types.Panel):
|
|
|
1810
1746
|
"""
|
|
1811
1747
|
|
|
1812
1748
|
:return: The RNA type or default when not found.
|
|
1813
|
-
:rtype: bpy.types.Struct
|
|
1814
1749
|
"""
|
|
1815
1750
|
|
|
1816
1751
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1817
1752
|
"""
|
|
1818
1753
|
|
|
1819
1754
|
:return: The class or default when not found.
|
|
1820
|
-
:rtype: typing.Any
|
|
1821
1755
|
"""
|
|
1822
1756
|
|
|
1823
1757
|
def draw(self, context) -> None:
|
|
@@ -1844,14 +1778,12 @@ class USERPREF_PT_navigation_fly_walk(
|
|
|
1844
1778
|
"""
|
|
1845
1779
|
|
|
1846
1780
|
:return: The RNA type or default when not found.
|
|
1847
|
-
:rtype: bpy.types.Struct
|
|
1848
1781
|
"""
|
|
1849
1782
|
|
|
1850
1783
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1851
1784
|
"""
|
|
1852
1785
|
|
|
1853
1786
|
:return: The class or default when not found.
|
|
1854
|
-
:rtype: typing.Any
|
|
1855
1787
|
"""
|
|
1856
1788
|
|
|
1857
1789
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1881,14 +1813,12 @@ class USERPREF_PT_navigation_fly_walk_gravity(
|
|
|
1881
1813
|
"""
|
|
1882
1814
|
|
|
1883
1815
|
:return: The RNA type or default when not found.
|
|
1884
|
-
:rtype: bpy.types.Struct
|
|
1885
1816
|
"""
|
|
1886
1817
|
|
|
1887
1818
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1888
1819
|
"""
|
|
1889
1820
|
|
|
1890
1821
|
:return: The class or default when not found.
|
|
1891
|
-
:rtype: typing.Any
|
|
1892
1822
|
"""
|
|
1893
1823
|
|
|
1894
1824
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1931,14 +1861,12 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
1931
1861
|
"""
|
|
1932
1862
|
|
|
1933
1863
|
:return: The RNA type or default when not found.
|
|
1934
|
-
:rtype: bpy.types.Struct
|
|
1935
1864
|
"""
|
|
1936
1865
|
|
|
1937
1866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1938
1867
|
"""
|
|
1939
1868
|
|
|
1940
1869
|
:return: The class or default when not found.
|
|
1941
|
-
:rtype: typing.Any
|
|
1942
1870
|
"""
|
|
1943
1871
|
|
|
1944
1872
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -1971,14 +1899,12 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, _bpy_types
|
|
|
1971
1899
|
"""
|
|
1972
1900
|
|
|
1973
1901
|
:return: The RNA type or default when not found.
|
|
1974
|
-
:rtype: bpy.types.Struct
|
|
1975
1902
|
"""
|
|
1976
1903
|
|
|
1977
1904
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1978
1905
|
"""
|
|
1979
1906
|
|
|
1980
1907
|
:return: The class or default when not found.
|
|
1981
|
-
:rtype: typing.Any
|
|
1982
1908
|
"""
|
|
1983
1909
|
|
|
1984
1910
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2004,14 +1930,12 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, _bpy_types.
|
|
|
2004
1930
|
"""
|
|
2005
1931
|
|
|
2006
1932
|
:return: The RNA type or default when not found.
|
|
2007
|
-
:rtype: bpy.types.Struct
|
|
2008
1933
|
"""
|
|
2009
1934
|
|
|
2010
1935
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2011
1936
|
"""
|
|
2012
1937
|
|
|
2013
1938
|
:return: The class or default when not found.
|
|
2014
|
-
:rtype: typing.Any
|
|
2015
1939
|
"""
|
|
2016
1940
|
|
|
2017
1941
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2033,14 +1957,12 @@ class USERPREF_PT_ndof_settings(_bpy_types.Panel):
|
|
|
2033
1957
|
"""
|
|
2034
1958
|
|
|
2035
1959
|
:return: The RNA type or default when not found.
|
|
2036
|
-
:rtype: bpy.types.Struct
|
|
2037
1960
|
"""
|
|
2038
1961
|
|
|
2039
1962
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2040
1963
|
"""
|
|
2041
1964
|
|
|
2042
1965
|
:return: The class or default when not found.
|
|
2043
|
-
:rtype: typing.Any
|
|
2044
1966
|
"""
|
|
2045
1967
|
|
|
2046
1968
|
def draw(self, context) -> None:
|
|
@@ -2070,14 +1992,12 @@ class USERPREF_PT_save_preferences(_bpy_types.Panel):
|
|
|
2070
1992
|
"""
|
|
2071
1993
|
|
|
2072
1994
|
:return: The RNA type or default when not found.
|
|
2073
|
-
:rtype: bpy.types.Struct
|
|
2074
1995
|
"""
|
|
2075
1996
|
|
|
2076
1997
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2077
1998
|
"""
|
|
2078
1999
|
|
|
2079
2000
|
:return: The class or default when not found.
|
|
2080
|
-
:rtype: typing.Any
|
|
2081
2001
|
"""
|
|
2082
2002
|
|
|
2083
2003
|
def draw(self, context) -> None:
|
|
@@ -2106,14 +2026,12 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, _bpy_types.Panel):
|
|
|
2106
2026
|
"""
|
|
2107
2027
|
|
|
2108
2028
|
:return: The RNA type or default when not found.
|
|
2109
|
-
:rtype: bpy.types.Struct
|
|
2110
2029
|
"""
|
|
2111
2030
|
|
|
2112
2031
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2113
2032
|
"""
|
|
2114
2033
|
|
|
2115
2034
|
:return: The class or default when not found.
|
|
2116
|
-
:rtype: typing.Any
|
|
2117
2035
|
"""
|
|
2118
2036
|
|
|
2119
2037
|
def draw(self, context) -> None:
|
|
@@ -2144,14 +2062,12 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, _bpy_types.Pan
|
|
|
2144
2062
|
"""
|
|
2145
2063
|
|
|
2146
2064
|
:return: The RNA type or default when not found.
|
|
2147
|
-
:rtype: bpy.types.Struct
|
|
2148
2065
|
"""
|
|
2149
2066
|
|
|
2150
2067
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2151
2068
|
"""
|
|
2152
2069
|
|
|
2153
2070
|
:return: The class or default when not found.
|
|
2154
|
-
:rtype: typing.Any
|
|
2155
2071
|
"""
|
|
2156
2072
|
|
|
2157
2073
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2179,14 +2095,12 @@ class USERPREF_PT_saveload_file_browser(
|
|
|
2179
2095
|
"""
|
|
2180
2096
|
|
|
2181
2097
|
:return: The RNA type or default when not found.
|
|
2182
|
-
:rtype: bpy.types.Struct
|
|
2183
2098
|
"""
|
|
2184
2099
|
|
|
2185
2100
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2186
2101
|
"""
|
|
2187
2102
|
|
|
2188
2103
|
:return: The class or default when not found.
|
|
2189
|
-
:rtype: typing.Any
|
|
2190
2104
|
"""
|
|
2191
2105
|
|
|
2192
2106
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2210,14 +2124,12 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, _bpy_types.Panel):
|
|
|
2210
2124
|
"""
|
|
2211
2125
|
|
|
2212
2126
|
:return: The RNA type or default when not found.
|
|
2213
|
-
:rtype: bpy.types.Struct
|
|
2214
2127
|
"""
|
|
2215
2128
|
|
|
2216
2129
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2217
2130
|
"""
|
|
2218
2131
|
|
|
2219
2132
|
:return: The class or default when not found.
|
|
2220
|
-
:rtype: typing.Any
|
|
2221
2133
|
"""
|
|
2222
2134
|
|
|
2223
2135
|
def draw(self, context) -> None:
|
|
@@ -2249,14 +2161,12 @@ class USERPREF_PT_studiolight_lights(
|
|
|
2249
2161
|
"""
|
|
2250
2162
|
|
|
2251
2163
|
:return: The RNA type or default when not found.
|
|
2252
|
-
:rtype: bpy.types.Struct
|
|
2253
2164
|
"""
|
|
2254
2165
|
|
|
2255
2166
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2256
2167
|
"""
|
|
2257
2168
|
|
|
2258
2169
|
:return: The class or default when not found.
|
|
2259
|
-
:rtype: typing.Any
|
|
2260
2170
|
"""
|
|
2261
2171
|
|
|
2262
2172
|
def draw_header_preset(self, _context) -> None:
|
|
@@ -2282,14 +2192,12 @@ class USERPREF_PT_studiolight_matcaps(
|
|
|
2282
2192
|
"""
|
|
2283
2193
|
|
|
2284
2194
|
:return: The RNA type or default when not found.
|
|
2285
|
-
:rtype: bpy.types.Struct
|
|
2286
2195
|
"""
|
|
2287
2196
|
|
|
2288
2197
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2289
2198
|
"""
|
|
2290
2199
|
|
|
2291
2200
|
:return: The class or default when not found.
|
|
2292
|
-
:rtype: typing.Any
|
|
2293
2201
|
"""
|
|
2294
2202
|
|
|
2295
2203
|
def draw_header_preset(self, _context) -> None:
|
|
@@ -2315,14 +2223,12 @@ class USERPREF_PT_studiolight_world(
|
|
|
2315
2223
|
"""
|
|
2316
2224
|
|
|
2317
2225
|
:return: The RNA type or default when not found.
|
|
2318
|
-
:rtype: bpy.types.Struct
|
|
2319
2226
|
"""
|
|
2320
2227
|
|
|
2321
2228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2322
2229
|
"""
|
|
2323
2230
|
|
|
2324
2231
|
:return: The class or default when not found.
|
|
2325
|
-
:rtype: typing.Any
|
|
2326
2232
|
"""
|
|
2327
2233
|
|
|
2328
2234
|
def draw_header_preset(self, _context) -> None:
|
|
@@ -2351,14 +2257,12 @@ class USERPREF_PT_system_cycles_devices(
|
|
|
2351
2257
|
"""
|
|
2352
2258
|
|
|
2353
2259
|
:return: The RNA type or default when not found.
|
|
2354
|
-
:rtype: bpy.types.Struct
|
|
2355
2260
|
"""
|
|
2356
2261
|
|
|
2357
2262
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2358
2263
|
"""
|
|
2359
2264
|
|
|
2360
2265
|
:return: The class or default when not found.
|
|
2361
|
-
:rtype: typing.Any
|
|
2362
2266
|
"""
|
|
2363
2267
|
|
|
2364
2268
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2386,14 +2290,12 @@ class USERPREF_PT_system_display_graphics(
|
|
|
2386
2290
|
"""
|
|
2387
2291
|
|
|
2388
2292
|
:return: The RNA type or default when not found.
|
|
2389
|
-
:rtype: bpy.types.Struct
|
|
2390
2293
|
"""
|
|
2391
2294
|
|
|
2392
2295
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2393
2296
|
"""
|
|
2394
2297
|
|
|
2395
2298
|
:return: The class or default when not found.
|
|
2396
|
-
:rtype: typing.Any
|
|
2397
2299
|
"""
|
|
2398
2300
|
|
|
2399
2301
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2426,14 +2328,12 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, _bpy_types.Panel)
|
|
|
2426
2328
|
"""
|
|
2427
2329
|
|
|
2428
2330
|
:return: The RNA type or default when not found.
|
|
2429
|
-
:rtype: bpy.types.Struct
|
|
2430
2331
|
"""
|
|
2431
2332
|
|
|
2432
2333
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2433
2334
|
"""
|
|
2434
2335
|
|
|
2435
2336
|
:return: The class or default when not found.
|
|
2436
|
-
:rtype: typing.Any
|
|
2437
2337
|
"""
|
|
2438
2338
|
|
|
2439
2339
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2459,14 +2359,12 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, _bpy_types.Panel
|
|
|
2459
2359
|
"""
|
|
2460
2360
|
|
|
2461
2361
|
:return: The RNA type or default when not found.
|
|
2462
|
-
:rtype: bpy.types.Struct
|
|
2463
2362
|
"""
|
|
2464
2363
|
|
|
2465
2364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2466
2365
|
"""
|
|
2467
2366
|
|
|
2468
2367
|
:return: The class or default when not found.
|
|
2469
|
-
:rtype: typing.Any
|
|
2470
2368
|
"""
|
|
2471
2369
|
|
|
2472
2370
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2492,14 +2390,12 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, _bpy_types.P
|
|
|
2492
2390
|
"""
|
|
2493
2391
|
|
|
2494
2392
|
:return: The RNA type or default when not found.
|
|
2495
|
-
:rtype: bpy.types.Struct
|
|
2496
2393
|
"""
|
|
2497
2394
|
|
|
2498
2395
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2499
2396
|
"""
|
|
2500
2397
|
|
|
2501
2398
|
:return: The class or default when not found.
|
|
2502
|
-
:rtype: typing.Any
|
|
2503
2399
|
"""
|
|
2504
2400
|
|
|
2505
2401
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2533,14 +2429,12 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
|
|
|
2533
2429
|
"""
|
|
2534
2430
|
|
|
2535
2431
|
:return: The RNA type or default when not found.
|
|
2536
|
-
:rtype: bpy.types.Struct
|
|
2537
2432
|
"""
|
|
2538
2433
|
|
|
2539
2434
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2540
2435
|
"""
|
|
2541
2436
|
|
|
2542
2437
|
:return: The class or default when not found.
|
|
2543
|
-
:rtype: typing.Any
|
|
2544
2438
|
"""
|
|
2545
2439
|
|
|
2546
2440
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2568,14 +2462,12 @@ class USERPREF_PT_system_video_sequencer(
|
|
|
2568
2462
|
"""
|
|
2569
2463
|
|
|
2570
2464
|
:return: The RNA type or default when not found.
|
|
2571
|
-
:rtype: bpy.types.Struct
|
|
2572
2465
|
"""
|
|
2573
2466
|
|
|
2574
2467
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2575
2468
|
"""
|
|
2576
2469
|
|
|
2577
2470
|
:return: The class or default when not found.
|
|
2578
|
-
:rtype: typing.Any
|
|
2579
2471
|
"""
|
|
2580
2472
|
|
|
2581
2473
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2598,14 +2490,12 @@ class USERPREF_PT_text_editor(FilePathsPanel, _bpy_types.Panel):
|
|
|
2598
2490
|
"""
|
|
2599
2491
|
|
|
2600
2492
|
:return: The RNA type or default when not found.
|
|
2601
|
-
:rtype: bpy.types.Struct
|
|
2602
2493
|
"""
|
|
2603
2494
|
|
|
2604
2495
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2605
2496
|
"""
|
|
2606
2497
|
|
|
2607
2498
|
:return: The class or default when not found.
|
|
2608
|
-
:rtype: typing.Any
|
|
2609
2499
|
"""
|
|
2610
2500
|
|
|
2611
2501
|
def draw(self, context) -> None:
|
|
@@ -2634,14 +2524,12 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel)
|
|
|
2634
2524
|
"""
|
|
2635
2525
|
|
|
2636
2526
|
:return: The RNA type or default when not found.
|
|
2637
|
-
:rtype: bpy.types.Struct
|
|
2638
2527
|
"""
|
|
2639
2528
|
|
|
2640
2529
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2641
2530
|
"""
|
|
2642
2531
|
|
|
2643
2532
|
:return: The class or default when not found.
|
|
2644
|
-
:rtype: typing.Any
|
|
2645
2533
|
"""
|
|
2646
2534
|
|
|
2647
2535
|
class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
|
|
@@ -2657,14 +2545,12 @@ class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
|
|
|
2657
2545
|
"""
|
|
2658
2546
|
|
|
2659
2547
|
:return: The RNA type or default when not found.
|
|
2660
|
-
:rtype: bpy.types.Struct
|
|
2661
2548
|
"""
|
|
2662
2549
|
|
|
2663
2550
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2664
2551
|
"""
|
|
2665
2552
|
|
|
2666
2553
|
:return: The class or default when not found.
|
|
2667
|
-
:rtype: typing.Any
|
|
2668
2554
|
"""
|
|
2669
2555
|
|
|
2670
2556
|
def draw(self, context) -> None:
|
|
@@ -2690,14 +2576,12 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, _bpy_types
|
|
|
2690
2576
|
"""
|
|
2691
2577
|
|
|
2692
2578
|
:return: The RNA type or default when not found.
|
|
2693
|
-
:rtype: bpy.types.Struct
|
|
2694
2579
|
"""
|
|
2695
2580
|
|
|
2696
2581
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2697
2582
|
"""
|
|
2698
2583
|
|
|
2699
2584
|
:return: The class or default when not found.
|
|
2700
|
-
:rtype: typing.Any
|
|
2701
2585
|
"""
|
|
2702
2586
|
|
|
2703
2587
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2732,14 +2616,12 @@ class USERPREF_PT_theme_collection_colors(
|
|
|
2732
2616
|
"""
|
|
2733
2617
|
|
|
2734
2618
|
:return: The RNA type or default when not found.
|
|
2735
|
-
:rtype: bpy.types.Struct
|
|
2736
2619
|
"""
|
|
2737
2620
|
|
|
2738
2621
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2739
2622
|
"""
|
|
2740
2623
|
|
|
2741
2624
|
:return: The class or default when not found.
|
|
2742
|
-
:rtype: typing.Any
|
|
2743
2625
|
"""
|
|
2744
2626
|
|
|
2745
2627
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2775,14 +2657,12 @@ class USERPREF_PT_theme_interface_gizmos(
|
|
|
2775
2657
|
"""
|
|
2776
2658
|
|
|
2777
2659
|
:return: The RNA type or default when not found.
|
|
2778
|
-
:rtype: bpy.types.Struct
|
|
2779
2660
|
"""
|
|
2780
2661
|
|
|
2781
2662
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2782
2663
|
"""
|
|
2783
2664
|
|
|
2784
2665
|
:return: The class or default when not found.
|
|
2785
|
-
:rtype: typing.Any
|
|
2786
2666
|
"""
|
|
2787
2667
|
|
|
2788
2668
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2810,14 +2690,12 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, _bpy_types
|
|
|
2810
2690
|
"""
|
|
2811
2691
|
|
|
2812
2692
|
:return: The RNA type or default when not found.
|
|
2813
|
-
:rtype: bpy.types.Struct
|
|
2814
2693
|
"""
|
|
2815
2694
|
|
|
2816
2695
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2817
2696
|
"""
|
|
2818
2697
|
|
|
2819
2698
|
:return: The class or default when not found.
|
|
2820
|
-
:rtype: typing.Any
|
|
2821
2699
|
"""
|
|
2822
2700
|
|
|
2823
2701
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2845,14 +2723,12 @@ class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, _bpy_types
|
|
|
2845
2723
|
"""
|
|
2846
2724
|
|
|
2847
2725
|
:return: The RNA type or default when not found.
|
|
2848
|
-
:rtype: bpy.types.Struct
|
|
2849
2726
|
"""
|
|
2850
2727
|
|
|
2851
2728
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2852
2729
|
"""
|
|
2853
2730
|
|
|
2854
2731
|
:return: The class or default when not found.
|
|
2855
|
-
:rtype: typing.Any
|
|
2856
2732
|
"""
|
|
2857
2733
|
|
|
2858
2734
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2880,14 +2756,12 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, _bpy_types
|
|
|
2880
2756
|
"""
|
|
2881
2757
|
|
|
2882
2758
|
:return: The RNA type or default when not found.
|
|
2883
|
-
:rtype: bpy.types.Struct
|
|
2884
2759
|
"""
|
|
2885
2760
|
|
|
2886
2761
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2887
2762
|
"""
|
|
2888
2763
|
|
|
2889
2764
|
:return: The class or default when not found.
|
|
2890
|
-
:rtype: typing.Any
|
|
2891
2765
|
"""
|
|
2892
2766
|
|
|
2893
2767
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2917,14 +2791,12 @@ class USERPREF_PT_theme_interface_styles(
|
|
|
2917
2791
|
"""
|
|
2918
2792
|
|
|
2919
2793
|
:return: The RNA type or default when not found.
|
|
2920
|
-
:rtype: bpy.types.Struct
|
|
2921
2794
|
"""
|
|
2922
2795
|
|
|
2923
2796
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2924
2797
|
"""
|
|
2925
2798
|
|
|
2926
2799
|
:return: The class or default when not found.
|
|
2927
|
-
:rtype: typing.Any
|
|
2928
2800
|
"""
|
|
2929
2801
|
|
|
2930
2802
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2954,14 +2826,12 @@ class USERPREF_PT_theme_interface_transparent_checker(
|
|
|
2954
2826
|
"""
|
|
2955
2827
|
|
|
2956
2828
|
:return: The RNA type or default when not found.
|
|
2957
|
-
:rtype: bpy.types.Struct
|
|
2958
2829
|
"""
|
|
2959
2830
|
|
|
2960
2831
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2961
2832
|
"""
|
|
2962
2833
|
|
|
2963
2834
|
:return: The class or default when not found.
|
|
2964
|
-
:rtype: typing.Any
|
|
2965
2835
|
"""
|
|
2966
2836
|
|
|
2967
2837
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -2988,14 +2858,12 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, _bpy_types.Pa
|
|
|
2988
2858
|
"""
|
|
2989
2859
|
|
|
2990
2860
|
:return: The RNA type or default when not found.
|
|
2991
|
-
:rtype: bpy.types.Struct
|
|
2992
2861
|
"""
|
|
2993
2862
|
|
|
2994
2863
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2995
2864
|
"""
|
|
2996
2865
|
|
|
2997
2866
|
:return: The class or default when not found.
|
|
2998
|
-
:rtype: typing.Any
|
|
2999
2867
|
"""
|
|
3000
2868
|
|
|
3001
2869
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3028,14 +2896,12 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, _bpy_types.Pane
|
|
|
3028
2896
|
"""
|
|
3029
2897
|
|
|
3030
2898
|
:return: The RNA type or default when not found.
|
|
3031
|
-
:rtype: bpy.types.Struct
|
|
3032
2899
|
"""
|
|
3033
2900
|
|
|
3034
2901
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3035
2902
|
"""
|
|
3036
2903
|
|
|
3037
2904
|
:return: The class or default when not found.
|
|
3038
|
-
:rtype: typing.Any
|
|
3039
2905
|
"""
|
|
3040
2906
|
|
|
3041
2907
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3068,14 +2934,12 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, _bpy_types.
|
|
|
3068
2934
|
"""
|
|
3069
2935
|
|
|
3070
2936
|
:return: The RNA type or default when not found.
|
|
3071
|
-
:rtype: bpy.types.Struct
|
|
3072
2937
|
"""
|
|
3073
2938
|
|
|
3074
2939
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3075
2940
|
"""
|
|
3076
2941
|
|
|
3077
2942
|
:return: The class or default when not found.
|
|
3078
|
-
:rtype: typing.Any
|
|
3079
2943
|
"""
|
|
3080
2944
|
|
|
3081
2945
|
def draw(self, context) -> None:
|
|
@@ -3106,14 +2970,12 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, _bpy_types.P
|
|
|
3106
2970
|
"""
|
|
3107
2971
|
|
|
3108
2972
|
:return: The RNA type or default when not found.
|
|
3109
|
-
:rtype: bpy.types.Struct
|
|
3110
2973
|
"""
|
|
3111
2974
|
|
|
3112
2975
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3113
2976
|
"""
|
|
3114
2977
|
|
|
3115
2978
|
:return: The class or default when not found.
|
|
3116
|
-
:rtype: typing.Any
|
|
3117
2979
|
"""
|
|
3118
2980
|
|
|
3119
2981
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3139,14 +3001,12 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, _bpy_types.P
|
|
|
3139
3001
|
"""
|
|
3140
3002
|
|
|
3141
3003
|
:return: The RNA type or default when not found.
|
|
3142
|
-
:rtype: bpy.types.Struct
|
|
3143
3004
|
"""
|
|
3144
3005
|
|
|
3145
3006
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3146
3007
|
"""
|
|
3147
3008
|
|
|
3148
3009
|
:return: The class or default when not found.
|
|
3149
|
-
:rtype: typing.Any
|
|
3150
3010
|
"""
|
|
3151
3011
|
|
|
3152
3012
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3175,14 +3035,12 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
3175
3035
|
"""
|
|
3176
3036
|
|
|
3177
3037
|
:return: The RNA type or default when not found.
|
|
3178
|
-
:rtype: bpy.types.Struct
|
|
3179
3038
|
"""
|
|
3180
3039
|
|
|
3181
3040
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3182
3041
|
"""
|
|
3183
3042
|
|
|
3184
3043
|
:return: The class or default when not found.
|
|
3185
|
-
:rtype: typing.Any
|
|
3186
3044
|
"""
|
|
3187
3045
|
|
|
3188
3046
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3208,14 +3066,12 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, _bpy_types.
|
|
|
3208
3066
|
"""
|
|
3209
3067
|
|
|
3210
3068
|
:return: The RNA type or default when not found.
|
|
3211
|
-
:rtype: bpy.types.Struct
|
|
3212
3069
|
"""
|
|
3213
3070
|
|
|
3214
3071
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3215
3072
|
"""
|
|
3216
3073
|
|
|
3217
3074
|
:return: The class or default when not found.
|
|
3218
|
-
:rtype: typing.Any
|
|
3219
3075
|
"""
|
|
3220
3076
|
|
|
3221
3077
|
def draw_centered(self, context, layout) -> None:
|
|
@@ -3233,14 +3089,12 @@ class USERPREF_UL_asset_libraries(_bpy_types.UIList):
|
|
|
3233
3089
|
"""
|
|
3234
3090
|
|
|
3235
3091
|
:return: The RNA type or default when not found.
|
|
3236
|
-
:rtype: bpy.types.Struct
|
|
3237
3092
|
"""
|
|
3238
3093
|
|
|
3239
3094
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3240
3095
|
"""
|
|
3241
3096
|
|
|
3242
3097
|
:return: The class or default when not found.
|
|
3243
|
-
:rtype: typing.Any
|
|
3244
3098
|
"""
|
|
3245
3099
|
|
|
3246
3100
|
def draw_item(
|
|
@@ -3274,14 +3128,12 @@ class USERPREF_UL_extension_repos(_bpy_types.UIList):
|
|
|
3274
3128
|
"""
|
|
3275
3129
|
|
|
3276
3130
|
:return: The RNA type or default when not found.
|
|
3277
|
-
:rtype: bpy.types.Struct
|
|
3278
3131
|
"""
|
|
3279
3132
|
|
|
3280
3133
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
3281
3134
|
"""
|
|
3282
3135
|
|
|
3283
3136
|
:return: The class or default when not found.
|
|
3284
|
-
:rtype: typing.Any
|
|
3285
3137
|
"""
|
|
3286
3138
|
|
|
3287
3139
|
def draw_item(
|