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