fake-bpy-module 20240517__py3-none-any.whl → 20240519__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
|
@@ -3,13 +3,11 @@ import bl_ui.utils
|
|
|
3
3
|
import bpy.types
|
|
4
4
|
import bpy_types
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
8
|
|
|
8
9
|
class AddPresetBase:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
10
|
bl_options: typing.Any
|
|
12
|
-
""" """
|
|
13
11
|
|
|
14
12
|
def as_filename(self, name):
|
|
15
13
|
"""
|
|
@@ -44,16 +42,9 @@ class ExecutePreset(bpy_types.Operator):
|
|
|
44
42
|
"""Load a preset"""
|
|
45
43
|
|
|
46
44
|
bl_idname: typing.Any
|
|
47
|
-
""" """
|
|
48
|
-
|
|
49
45
|
bl_label: typing.Any
|
|
50
|
-
""" """
|
|
51
|
-
|
|
52
46
|
bl_rna: typing.Any
|
|
53
|
-
""" """
|
|
54
|
-
|
|
55
47
|
id_data: typing.Any
|
|
56
|
-
""" """
|
|
57
48
|
|
|
58
49
|
def as_keywords(self, ignore=()):
|
|
59
50
|
"""Return a copy of the properties as a dictionary
|
|
@@ -254,22 +245,11 @@ class ExecutePreset(bpy_types.Operator):
|
|
|
254
245
|
...
|
|
255
246
|
|
|
256
247
|
class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
257
|
-
""" """
|
|
258
|
-
|
|
259
248
|
bl_label: typing.Any
|
|
260
|
-
""" """
|
|
261
|
-
|
|
262
249
|
bl_rna: typing.Any
|
|
263
|
-
""" """
|
|
264
|
-
|
|
265
250
|
id_data: typing.Any
|
|
266
|
-
""" """
|
|
267
|
-
|
|
268
251
|
preset_operator: typing.Any
|
|
269
|
-
""" """
|
|
270
|
-
|
|
271
252
|
preset_subdir: typing.Any
|
|
272
|
-
""" """
|
|
273
253
|
|
|
274
254
|
def append(self, draw_func):
|
|
275
255
|
"""Append a draw function to this menu,
|
|
@@ -374,10 +354,7 @@ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
374
354
|
"""
|
|
375
355
|
...
|
|
376
356
|
|
|
377
|
-
def is_extended(self):
|
|
378
|
-
""" """
|
|
379
|
-
...
|
|
380
|
-
|
|
357
|
+
def is_extended(self): ...
|
|
381
358
|
def is_property_hidden(self) -> bool:
|
|
382
359
|
"""Check if a property is hidden.
|
|
383
360
|
|
|
@@ -543,16 +520,9 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
|
|
|
543
520
|
"""Remove outdated operator properties from presets that may cause problems"""
|
|
544
521
|
|
|
545
522
|
bl_idname: typing.Any
|
|
546
|
-
""" """
|
|
547
|
-
|
|
548
523
|
bl_label: typing.Any
|
|
549
|
-
""" """
|
|
550
|
-
|
|
551
524
|
bl_rna: typing.Any
|
|
552
|
-
""" """
|
|
553
|
-
|
|
554
525
|
id_data: typing.Any
|
|
555
|
-
""" """
|
|
556
526
|
|
|
557
527
|
def as_keywords(self, ignore=()):
|
|
558
528
|
"""Return a copy of the properties as a dictionary
|
|
@@ -755,34 +725,15 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
|
|
|
755
725
|
class WM_PT_operator_presets(
|
|
756
726
|
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
757
727
|
):
|
|
758
|
-
""" """
|
|
759
|
-
|
|
760
728
|
bl_label: typing.Any
|
|
761
|
-
""" """
|
|
762
|
-
|
|
763
729
|
bl_region_type: typing.Any
|
|
764
|
-
""" """
|
|
765
|
-
|
|
766
730
|
bl_rna: typing.Any
|
|
767
|
-
""" """
|
|
768
|
-
|
|
769
731
|
bl_space_type: typing.Any
|
|
770
|
-
""" """
|
|
771
|
-
|
|
772
732
|
id_data: typing.Any
|
|
773
|
-
""" """
|
|
774
|
-
|
|
775
733
|
preset_add_operator: typing.Any
|
|
776
|
-
""" """
|
|
777
|
-
|
|
778
734
|
preset_add_operator_properties: typing.Any
|
|
779
|
-
""" """
|
|
780
|
-
|
|
781
735
|
preset_operator: typing.Any
|
|
782
|
-
""" """
|
|
783
|
-
|
|
784
736
|
preset_subdir: typing.Any
|
|
785
|
-
""" """
|
|
786
737
|
|
|
787
738
|
def append(self, draw_func):
|
|
788
739
|
"""Append a draw function to this menu,
|
|
@@ -882,10 +833,7 @@ class WM_PT_operator_presets(
|
|
|
882
833
|
"""
|
|
883
834
|
...
|
|
884
835
|
|
|
885
|
-
def is_extended(self):
|
|
886
|
-
""" """
|
|
887
|
-
...
|
|
888
|
-
|
|
836
|
+
def is_extended(self): ...
|
|
889
837
|
def is_property_hidden(self) -> bool:
|
|
890
838
|
"""Check if a property is hidden.
|
|
891
839
|
|
|
@@ -1051,31 +999,14 @@ class AddPresetCamera(AddPresetBase, bpy_types.Operator):
|
|
|
1051
999
|
"""Add or remove a Camera Preset"""
|
|
1052
1000
|
|
|
1053
1001
|
bl_idname: typing.Any
|
|
1054
|
-
""" """
|
|
1055
|
-
|
|
1056
1002
|
bl_label: typing.Any
|
|
1057
|
-
""" """
|
|
1058
|
-
|
|
1059
1003
|
bl_options: typing.Any
|
|
1060
|
-
""" """
|
|
1061
|
-
|
|
1062
1004
|
bl_rna: typing.Any
|
|
1063
|
-
""" """
|
|
1064
|
-
|
|
1065
1005
|
id_data: typing.Any
|
|
1066
|
-
""" """
|
|
1067
|
-
|
|
1068
1006
|
preset_defines: typing.Any
|
|
1069
|
-
""" """
|
|
1070
|
-
|
|
1071
1007
|
preset_menu: typing.Any
|
|
1072
|
-
""" """
|
|
1073
|
-
|
|
1074
1008
|
preset_subdir: typing.Any
|
|
1075
|
-
""" """
|
|
1076
|
-
|
|
1077
1009
|
preset_values: typing.Any
|
|
1078
|
-
""" """
|
|
1079
1010
|
|
|
1080
1011
|
def as_filename(self, name):
|
|
1081
1012
|
"""
|
|
@@ -1301,31 +1232,14 @@ class AddPresetCameraSafeAreas(AddPresetBase, bpy_types.Operator):
|
|
|
1301
1232
|
"""Add or remove a Safe Areas Preset"""
|
|
1302
1233
|
|
|
1303
1234
|
bl_idname: typing.Any
|
|
1304
|
-
""" """
|
|
1305
|
-
|
|
1306
1235
|
bl_label: typing.Any
|
|
1307
|
-
""" """
|
|
1308
|
-
|
|
1309
1236
|
bl_options: typing.Any
|
|
1310
|
-
""" """
|
|
1311
|
-
|
|
1312
1237
|
bl_rna: typing.Any
|
|
1313
|
-
""" """
|
|
1314
|
-
|
|
1315
1238
|
id_data: typing.Any
|
|
1316
|
-
""" """
|
|
1317
|
-
|
|
1318
1239
|
preset_defines: typing.Any
|
|
1319
|
-
""" """
|
|
1320
|
-
|
|
1321
1240
|
preset_menu: typing.Any
|
|
1322
|
-
""" """
|
|
1323
|
-
|
|
1324
1241
|
preset_subdir: typing.Any
|
|
1325
|
-
""" """
|
|
1326
|
-
|
|
1327
1242
|
preset_values: typing.Any
|
|
1328
|
-
""" """
|
|
1329
1243
|
|
|
1330
1244
|
def as_filename(self, name):
|
|
1331
1245
|
"""
|
|
@@ -1551,31 +1465,14 @@ class AddPresetCloth(AddPresetBase, bpy_types.Operator):
|
|
|
1551
1465
|
"""Add or remove a Cloth Preset"""
|
|
1552
1466
|
|
|
1553
1467
|
bl_idname: typing.Any
|
|
1554
|
-
""" """
|
|
1555
|
-
|
|
1556
1468
|
bl_label: typing.Any
|
|
1557
|
-
""" """
|
|
1558
|
-
|
|
1559
1469
|
bl_options: typing.Any
|
|
1560
|
-
""" """
|
|
1561
|
-
|
|
1562
1470
|
bl_rna: typing.Any
|
|
1563
|
-
""" """
|
|
1564
|
-
|
|
1565
1471
|
id_data: typing.Any
|
|
1566
|
-
""" """
|
|
1567
|
-
|
|
1568
1472
|
preset_defines: typing.Any
|
|
1569
|
-
""" """
|
|
1570
|
-
|
|
1571
1473
|
preset_menu: typing.Any
|
|
1572
|
-
""" """
|
|
1573
|
-
|
|
1574
1474
|
preset_subdir: typing.Any
|
|
1575
|
-
""" """
|
|
1576
|
-
|
|
1577
1475
|
preset_values: typing.Any
|
|
1578
|
-
""" """
|
|
1579
1476
|
|
|
1580
1477
|
def as_filename(self, name):
|
|
1581
1478
|
"""
|
|
@@ -1801,31 +1698,14 @@ class AddPresetEEVEERaytracing(AddPresetBase, bpy_types.Operator):
|
|
|
1801
1698
|
"""Add or remove an EEVEE ray-tracing preset"""
|
|
1802
1699
|
|
|
1803
1700
|
bl_idname: typing.Any
|
|
1804
|
-
""" """
|
|
1805
|
-
|
|
1806
1701
|
bl_label: typing.Any
|
|
1807
|
-
""" """
|
|
1808
|
-
|
|
1809
1702
|
bl_options: typing.Any
|
|
1810
|
-
""" """
|
|
1811
|
-
|
|
1812
1703
|
bl_rna: typing.Any
|
|
1813
|
-
""" """
|
|
1814
|
-
|
|
1815
1704
|
id_data: typing.Any
|
|
1816
|
-
""" """
|
|
1817
|
-
|
|
1818
1705
|
preset_defines: typing.Any
|
|
1819
|
-
""" """
|
|
1820
|
-
|
|
1821
1706
|
preset_menu: typing.Any
|
|
1822
|
-
""" """
|
|
1823
|
-
|
|
1824
1707
|
preset_subdir: typing.Any
|
|
1825
|
-
""" """
|
|
1826
|
-
|
|
1827
1708
|
preset_values: typing.Any
|
|
1828
|
-
""" """
|
|
1829
1709
|
|
|
1830
1710
|
def as_filename(self, name):
|
|
1831
1711
|
"""
|
|
@@ -2051,31 +1931,14 @@ class AddPresetFluid(AddPresetBase, bpy_types.Operator):
|
|
|
2051
1931
|
"""Add or remove a Fluid Preset"""
|
|
2052
1932
|
|
|
2053
1933
|
bl_idname: typing.Any
|
|
2054
|
-
""" """
|
|
2055
|
-
|
|
2056
1934
|
bl_label: typing.Any
|
|
2057
|
-
""" """
|
|
2058
|
-
|
|
2059
1935
|
bl_options: typing.Any
|
|
2060
|
-
""" """
|
|
2061
|
-
|
|
2062
1936
|
bl_rna: typing.Any
|
|
2063
|
-
""" """
|
|
2064
|
-
|
|
2065
1937
|
id_data: typing.Any
|
|
2066
|
-
""" """
|
|
2067
|
-
|
|
2068
1938
|
preset_defines: typing.Any
|
|
2069
|
-
""" """
|
|
2070
|
-
|
|
2071
1939
|
preset_menu: typing.Any
|
|
2072
|
-
""" """
|
|
2073
|
-
|
|
2074
1940
|
preset_subdir: typing.Any
|
|
2075
|
-
""" """
|
|
2076
|
-
|
|
2077
1941
|
preset_values: typing.Any
|
|
2078
|
-
""" """
|
|
2079
1942
|
|
|
2080
1943
|
def as_filename(self, name):
|
|
2081
1944
|
"""
|
|
@@ -2301,31 +2164,14 @@ class AddPresetGpencilBrush(AddPresetBase, bpy_types.Operator):
|
|
|
2301
2164
|
"""Add or remove grease pencil brush preset"""
|
|
2302
2165
|
|
|
2303
2166
|
bl_idname: typing.Any
|
|
2304
|
-
""" """
|
|
2305
|
-
|
|
2306
2167
|
bl_label: typing.Any
|
|
2307
|
-
""" """
|
|
2308
|
-
|
|
2309
2168
|
bl_options: typing.Any
|
|
2310
|
-
""" """
|
|
2311
|
-
|
|
2312
2169
|
bl_rna: typing.Any
|
|
2313
|
-
""" """
|
|
2314
|
-
|
|
2315
2170
|
id_data: typing.Any
|
|
2316
|
-
""" """
|
|
2317
|
-
|
|
2318
2171
|
preset_defines: typing.Any
|
|
2319
|
-
""" """
|
|
2320
|
-
|
|
2321
2172
|
preset_menu: typing.Any
|
|
2322
|
-
""" """
|
|
2323
|
-
|
|
2324
2173
|
preset_subdir: typing.Any
|
|
2325
|
-
""" """
|
|
2326
|
-
|
|
2327
2174
|
preset_values: typing.Any
|
|
2328
|
-
""" """
|
|
2329
2175
|
|
|
2330
2176
|
def as_filename(self, name):
|
|
2331
2177
|
"""
|
|
@@ -2551,31 +2397,14 @@ class AddPresetGpencilMaterial(AddPresetBase, bpy_types.Operator):
|
|
|
2551
2397
|
"""Add or remove grease pencil material preset"""
|
|
2552
2398
|
|
|
2553
2399
|
bl_idname: typing.Any
|
|
2554
|
-
""" """
|
|
2555
|
-
|
|
2556
2400
|
bl_label: typing.Any
|
|
2557
|
-
""" """
|
|
2558
|
-
|
|
2559
2401
|
bl_options: typing.Any
|
|
2560
|
-
""" """
|
|
2561
|
-
|
|
2562
2402
|
bl_rna: typing.Any
|
|
2563
|
-
""" """
|
|
2564
|
-
|
|
2565
2403
|
id_data: typing.Any
|
|
2566
|
-
""" """
|
|
2567
|
-
|
|
2568
2404
|
preset_defines: typing.Any
|
|
2569
|
-
""" """
|
|
2570
|
-
|
|
2571
2405
|
preset_menu: typing.Any
|
|
2572
|
-
""" """
|
|
2573
|
-
|
|
2574
2406
|
preset_subdir: typing.Any
|
|
2575
|
-
""" """
|
|
2576
|
-
|
|
2577
2407
|
preset_values: typing.Any
|
|
2578
|
-
""" """
|
|
2579
2408
|
|
|
2580
2409
|
def as_filename(self, name):
|
|
2581
2410
|
"""
|
|
@@ -2801,31 +2630,14 @@ class AddPresetHairDynamics(AddPresetBase, bpy_types.Operator):
|
|
|
2801
2630
|
"""Add or remove a Hair Dynamics Preset"""
|
|
2802
2631
|
|
|
2803
2632
|
bl_idname: typing.Any
|
|
2804
|
-
""" """
|
|
2805
|
-
|
|
2806
2633
|
bl_label: typing.Any
|
|
2807
|
-
""" """
|
|
2808
|
-
|
|
2809
2634
|
bl_options: typing.Any
|
|
2810
|
-
""" """
|
|
2811
|
-
|
|
2812
2635
|
bl_rna: typing.Any
|
|
2813
|
-
""" """
|
|
2814
|
-
|
|
2815
2636
|
id_data: typing.Any
|
|
2816
|
-
""" """
|
|
2817
|
-
|
|
2818
2637
|
preset_defines: typing.Any
|
|
2819
|
-
""" """
|
|
2820
|
-
|
|
2821
2638
|
preset_menu: typing.Any
|
|
2822
|
-
""" """
|
|
2823
|
-
|
|
2824
2639
|
preset_subdir: typing.Any
|
|
2825
|
-
""" """
|
|
2826
|
-
|
|
2827
2640
|
preset_values: typing.Any
|
|
2828
|
-
""" """
|
|
2829
2641
|
|
|
2830
2642
|
def as_filename(self, name):
|
|
2831
2643
|
"""
|
|
@@ -3051,25 +2863,12 @@ class AddPresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
|
|
|
3051
2863
|
"""Add a custom theme to the preset list"""
|
|
3052
2864
|
|
|
3053
2865
|
bl_idname: typing.Any
|
|
3054
|
-
""" """
|
|
3055
|
-
|
|
3056
2866
|
bl_label: typing.Any
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2867
|
bl_options: typing.Any
|
|
3060
|
-
""" """
|
|
3061
|
-
|
|
3062
2868
|
bl_rna: typing.Any
|
|
3063
|
-
""" """
|
|
3064
|
-
|
|
3065
2869
|
id_data: typing.Any
|
|
3066
|
-
""" """
|
|
3067
|
-
|
|
3068
2870
|
preset_menu: typing.Any
|
|
3069
|
-
""" """
|
|
3070
|
-
|
|
3071
2871
|
preset_subdir: typing.Any
|
|
3072
|
-
""" """
|
|
3073
2872
|
|
|
3074
2873
|
def as_filename(self, name):
|
|
3075
2874
|
"""
|
|
@@ -3295,25 +3094,12 @@ class AddPresetKeyconfig(AddPresetBase, bpy_types.Operator):
|
|
|
3295
3094
|
"""Add a custom keymap configuration to the preset list"""
|
|
3296
3095
|
|
|
3297
3096
|
bl_idname: typing.Any
|
|
3298
|
-
""" """
|
|
3299
|
-
|
|
3300
3097
|
bl_label: typing.Any
|
|
3301
|
-
""" """
|
|
3302
|
-
|
|
3303
3098
|
bl_options: typing.Any
|
|
3304
|
-
""" """
|
|
3305
|
-
|
|
3306
3099
|
bl_rna: typing.Any
|
|
3307
|
-
""" """
|
|
3308
|
-
|
|
3309
3100
|
id_data: typing.Any
|
|
3310
|
-
""" """
|
|
3311
|
-
|
|
3312
3101
|
preset_menu: typing.Any
|
|
3313
|
-
""" """
|
|
3314
|
-
|
|
3315
3102
|
preset_subdir: typing.Any
|
|
3316
|
-
""" """
|
|
3317
3103
|
|
|
3318
3104
|
def add(self, _context, filepath):
|
|
3319
3105
|
"""
|
|
@@ -3547,31 +3333,14 @@ class AddPresetNodeColor(AddPresetBase, bpy_types.Operator):
|
|
|
3547
3333
|
"""Add or remove a Node Color Preset"""
|
|
3548
3334
|
|
|
3549
3335
|
bl_idname: typing.Any
|
|
3550
|
-
""" """
|
|
3551
|
-
|
|
3552
3336
|
bl_label: typing.Any
|
|
3553
|
-
""" """
|
|
3554
|
-
|
|
3555
3337
|
bl_options: typing.Any
|
|
3556
|
-
""" """
|
|
3557
|
-
|
|
3558
3338
|
bl_rna: typing.Any
|
|
3559
|
-
""" """
|
|
3560
|
-
|
|
3561
3339
|
id_data: typing.Any
|
|
3562
|
-
""" """
|
|
3563
|
-
|
|
3564
3340
|
preset_defines: typing.Any
|
|
3565
|
-
""" """
|
|
3566
|
-
|
|
3567
3341
|
preset_menu: typing.Any
|
|
3568
|
-
""" """
|
|
3569
|
-
|
|
3570
3342
|
preset_subdir: typing.Any
|
|
3571
|
-
""" """
|
|
3572
|
-
|
|
3573
3343
|
preset_values: typing.Any
|
|
3574
|
-
""" """
|
|
3575
3344
|
|
|
3576
3345
|
def as_filename(self, name):
|
|
3577
3346
|
"""
|
|
@@ -3797,31 +3566,14 @@ class AddPresetOperator(AddPresetBase, bpy_types.Operator):
|
|
|
3797
3566
|
"""Add or remove an Operator Preset"""
|
|
3798
3567
|
|
|
3799
3568
|
bl_idname: typing.Any
|
|
3800
|
-
""" """
|
|
3801
|
-
|
|
3802
3569
|
bl_label: typing.Any
|
|
3803
|
-
""" """
|
|
3804
|
-
|
|
3805
3570
|
bl_options: typing.Any
|
|
3806
|
-
""" """
|
|
3807
|
-
|
|
3808
3571
|
bl_rna: typing.Any
|
|
3809
|
-
""" """
|
|
3810
|
-
|
|
3811
3572
|
id_data: typing.Any
|
|
3812
|
-
""" """
|
|
3813
|
-
|
|
3814
3573
|
preset_defines: typing.Any
|
|
3815
|
-
""" """
|
|
3816
|
-
|
|
3817
3574
|
preset_menu: typing.Any
|
|
3818
|
-
""" """
|
|
3819
|
-
|
|
3820
3575
|
preset_subdir: typing.Any
|
|
3821
|
-
""" """
|
|
3822
|
-
|
|
3823
3576
|
preset_values: typing.Any
|
|
3824
|
-
""" """
|
|
3825
3577
|
|
|
3826
3578
|
def as_filename(self, name):
|
|
3827
3579
|
"""
|
|
@@ -4054,31 +3806,14 @@ class AddPresetRender(AddPresetBase, bpy_types.Operator):
|
|
|
4054
3806
|
"""Add or remove a Render Preset"""
|
|
4055
3807
|
|
|
4056
3808
|
bl_idname: typing.Any
|
|
4057
|
-
""" """
|
|
4058
|
-
|
|
4059
3809
|
bl_label: typing.Any
|
|
4060
|
-
""" """
|
|
4061
|
-
|
|
4062
3810
|
bl_options: typing.Any
|
|
4063
|
-
""" """
|
|
4064
|
-
|
|
4065
3811
|
bl_rna: typing.Any
|
|
4066
|
-
""" """
|
|
4067
|
-
|
|
4068
3812
|
id_data: typing.Any
|
|
4069
|
-
""" """
|
|
4070
|
-
|
|
4071
3813
|
preset_defines: typing.Any
|
|
4072
|
-
""" """
|
|
4073
|
-
|
|
4074
3814
|
preset_menu: typing.Any
|
|
4075
|
-
""" """
|
|
4076
|
-
|
|
4077
3815
|
preset_subdir: typing.Any
|
|
4078
|
-
""" """
|
|
4079
|
-
|
|
4080
3816
|
preset_values: typing.Any
|
|
4081
|
-
""" """
|
|
4082
3817
|
|
|
4083
3818
|
def as_filename(self, name):
|
|
4084
3819
|
"""
|
|
@@ -4304,31 +4039,14 @@ class AddPresetTextEditor(AddPresetBase, bpy_types.Operator):
|
|
|
4304
4039
|
"""Add or remove a Text Editor Preset"""
|
|
4305
4040
|
|
|
4306
4041
|
bl_idname: typing.Any
|
|
4307
|
-
""" """
|
|
4308
|
-
|
|
4309
4042
|
bl_label: typing.Any
|
|
4310
|
-
""" """
|
|
4311
|
-
|
|
4312
4043
|
bl_options: typing.Any
|
|
4313
|
-
""" """
|
|
4314
|
-
|
|
4315
4044
|
bl_rna: typing.Any
|
|
4316
|
-
""" """
|
|
4317
|
-
|
|
4318
4045
|
id_data: typing.Any
|
|
4319
|
-
""" """
|
|
4320
|
-
|
|
4321
4046
|
preset_defines: typing.Any
|
|
4322
|
-
""" """
|
|
4323
|
-
|
|
4324
4047
|
preset_menu: typing.Any
|
|
4325
|
-
""" """
|
|
4326
|
-
|
|
4327
4048
|
preset_subdir: typing.Any
|
|
4328
|
-
""" """
|
|
4329
|
-
|
|
4330
4049
|
preset_values: typing.Any
|
|
4331
|
-
""" """
|
|
4332
4050
|
|
|
4333
4051
|
def as_filename(self, name):
|
|
4334
4052
|
"""
|
|
@@ -4554,31 +4272,14 @@ class AddPresetTrackingCamera(AddPresetBase, bpy_types.Operator):
|
|
|
4554
4272
|
"""Add or remove a Tracking Camera Intrinsics Preset"""
|
|
4555
4273
|
|
|
4556
4274
|
bl_idname: typing.Any
|
|
4557
|
-
""" """
|
|
4558
|
-
|
|
4559
4275
|
bl_label: typing.Any
|
|
4560
|
-
""" """
|
|
4561
|
-
|
|
4562
4276
|
bl_options: typing.Any
|
|
4563
|
-
""" """
|
|
4564
|
-
|
|
4565
4277
|
bl_rna: typing.Any
|
|
4566
|
-
""" """
|
|
4567
|
-
|
|
4568
4278
|
id_data: typing.Any
|
|
4569
|
-
""" """
|
|
4570
|
-
|
|
4571
4279
|
preset_defines: typing.Any
|
|
4572
|
-
""" """
|
|
4573
|
-
|
|
4574
4280
|
preset_menu: typing.Any
|
|
4575
|
-
""" """
|
|
4576
|
-
|
|
4577
4281
|
preset_subdir: typing.Any
|
|
4578
|
-
""" """
|
|
4579
|
-
|
|
4580
4282
|
preset_values: typing.Any
|
|
4581
|
-
""" """
|
|
4582
4283
|
|
|
4583
4284
|
def as_filename(self, name):
|
|
4584
4285
|
"""
|
|
@@ -4804,31 +4505,14 @@ class AddPresetTrackingSettings(AddPresetBase, bpy_types.Operator):
|
|
|
4804
4505
|
"""Add or remove a motion tracking settings preset"""
|
|
4805
4506
|
|
|
4806
4507
|
bl_idname: typing.Any
|
|
4807
|
-
""" """
|
|
4808
|
-
|
|
4809
4508
|
bl_label: typing.Any
|
|
4810
|
-
""" """
|
|
4811
|
-
|
|
4812
4509
|
bl_options: typing.Any
|
|
4813
|
-
""" """
|
|
4814
|
-
|
|
4815
4510
|
bl_rna: typing.Any
|
|
4816
|
-
""" """
|
|
4817
|
-
|
|
4818
4511
|
id_data: typing.Any
|
|
4819
|
-
""" """
|
|
4820
|
-
|
|
4821
4512
|
preset_defines: typing.Any
|
|
4822
|
-
""" """
|
|
4823
|
-
|
|
4824
4513
|
preset_menu: typing.Any
|
|
4825
|
-
""" """
|
|
4826
|
-
|
|
4827
4514
|
preset_subdir: typing.Any
|
|
4828
|
-
""" """
|
|
4829
|
-
|
|
4830
4515
|
preset_values: typing.Any
|
|
4831
|
-
""" """
|
|
4832
4516
|
|
|
4833
4517
|
def as_filename(self, name):
|
|
4834
4518
|
"""
|
|
@@ -5054,31 +4738,14 @@ class AddPresetTrackingTrackColor(AddPresetBase, bpy_types.Operator):
|
|
|
5054
4738
|
"""Add or remove a Clip Track Color Preset"""
|
|
5055
4739
|
|
|
5056
4740
|
bl_idname: typing.Any
|
|
5057
|
-
""" """
|
|
5058
|
-
|
|
5059
4741
|
bl_label: typing.Any
|
|
5060
|
-
""" """
|
|
5061
|
-
|
|
5062
4742
|
bl_options: typing.Any
|
|
5063
|
-
""" """
|
|
5064
|
-
|
|
5065
4743
|
bl_rna: typing.Any
|
|
5066
|
-
""" """
|
|
5067
|
-
|
|
5068
4744
|
id_data: typing.Any
|
|
5069
|
-
""" """
|
|
5070
|
-
|
|
5071
4745
|
preset_defines: typing.Any
|
|
5072
|
-
""" """
|
|
5073
|
-
|
|
5074
4746
|
preset_menu: typing.Any
|
|
5075
|
-
""" """
|
|
5076
|
-
|
|
5077
4747
|
preset_subdir: typing.Any
|
|
5078
|
-
""" """
|
|
5079
|
-
|
|
5080
4748
|
preset_values: typing.Any
|
|
5081
|
-
""" """
|
|
5082
4749
|
|
|
5083
4750
|
def as_filename(self, name):
|
|
5084
4751
|
"""
|
|
@@ -5304,25 +4971,12 @@ class RemovePresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
|
|
|
5304
4971
|
"""Remove a custom theme from the preset list"""
|
|
5305
4972
|
|
|
5306
4973
|
bl_idname: typing.Any
|
|
5307
|
-
""" """
|
|
5308
|
-
|
|
5309
4974
|
bl_label: typing.Any
|
|
5310
|
-
""" """
|
|
5311
|
-
|
|
5312
4975
|
bl_options: typing.Any
|
|
5313
|
-
""" """
|
|
5314
|
-
|
|
5315
4976
|
bl_rna: typing.Any
|
|
5316
|
-
""" """
|
|
5317
|
-
|
|
5318
4977
|
id_data: typing.Any
|
|
5319
|
-
""" """
|
|
5320
|
-
|
|
5321
4978
|
preset_menu: typing.Any
|
|
5322
|
-
""" """
|
|
5323
|
-
|
|
5324
4979
|
preset_subdir: typing.Any
|
|
5325
|
-
""" """
|
|
5326
4980
|
|
|
5327
4981
|
def as_filename(self, name):
|
|
5328
4982
|
"""
|
|
@@ -5562,25 +5216,12 @@ class RemovePresetKeyconfig(AddPresetBase, bpy_types.Operator):
|
|
|
5562
5216
|
"""Remove a custom keymap configuration from the preset list"""
|
|
5563
5217
|
|
|
5564
5218
|
bl_idname: typing.Any
|
|
5565
|
-
""" """
|
|
5566
|
-
|
|
5567
5219
|
bl_label: typing.Any
|
|
5568
|
-
""" """
|
|
5569
|
-
|
|
5570
5220
|
bl_options: typing.Any
|
|
5571
|
-
""" """
|
|
5572
|
-
|
|
5573
5221
|
bl_rna: typing.Any
|
|
5574
|
-
""" """
|
|
5575
|
-
|
|
5576
5222
|
id_data: typing.Any
|
|
5577
|
-
""" """
|
|
5578
|
-
|
|
5579
5223
|
preset_menu: typing.Any
|
|
5580
|
-
""" """
|
|
5581
|
-
|
|
5582
5224
|
preset_subdir: typing.Any
|
|
5583
|
-
""" """
|
|
5584
5225
|
|
|
5585
5226
|
def as_filename(self, name):
|
|
5586
5227
|
"""
|
|
@@ -5827,25 +5468,12 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
|
|
|
5827
5468
|
"""Save a custom theme in the preset list"""
|
|
5828
5469
|
|
|
5829
5470
|
bl_idname: typing.Any
|
|
5830
|
-
""" """
|
|
5831
|
-
|
|
5832
5471
|
bl_label: typing.Any
|
|
5833
|
-
""" """
|
|
5834
|
-
|
|
5835
5472
|
bl_options: typing.Any
|
|
5836
|
-
""" """
|
|
5837
|
-
|
|
5838
5473
|
bl_rna: typing.Any
|
|
5839
|
-
""" """
|
|
5840
|
-
|
|
5841
5474
|
id_data: typing.Any
|
|
5842
|
-
""" """
|
|
5843
|
-
|
|
5844
5475
|
preset_menu: typing.Any
|
|
5845
|
-
""" """
|
|
5846
|
-
|
|
5847
5476
|
preset_subdir: typing.Any
|
|
5848
|
-
""" """
|
|
5849
5477
|
|
|
5850
5478
|
def as_filename(self, name):
|
|
5851
5479
|
"""
|