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
|
@@ -8,16 +8,9 @@ class PREFERENCES_OT_addon_disable(bpy_types.Operator):
|
|
|
8
8
|
"""Turn off this extension"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_rna: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
id_data: typing.Any
|
|
20
|
-
""" """
|
|
21
14
|
|
|
22
15
|
def as_keywords(self, ignore=()):
|
|
23
16
|
"""Return a copy of the properties as a dictionary
|
|
@@ -221,16 +214,9 @@ class PREFERENCES_OT_addon_enable(bpy_types.Operator):
|
|
|
221
214
|
"""Turn on this extension"""
|
|
222
215
|
|
|
223
216
|
bl_idname: typing.Any
|
|
224
|
-
""" """
|
|
225
|
-
|
|
226
217
|
bl_label: typing.Any
|
|
227
|
-
""" """
|
|
228
|
-
|
|
229
218
|
bl_rna: typing.Any
|
|
230
|
-
""" """
|
|
231
|
-
|
|
232
219
|
id_data: typing.Any
|
|
233
|
-
""" """
|
|
234
220
|
|
|
235
221
|
def as_keywords(self, ignore=()):
|
|
236
222
|
"""Return a copy of the properties as a dictionary
|
|
@@ -434,19 +420,10 @@ class PREFERENCES_OT_addon_expand(bpy_types.Operator):
|
|
|
434
420
|
"""Display information and preferences for this add-on"""
|
|
435
421
|
|
|
436
422
|
bl_idname: typing.Any
|
|
437
|
-
""" """
|
|
438
|
-
|
|
439
423
|
bl_label: typing.Any
|
|
440
|
-
""" """
|
|
441
|
-
|
|
442
424
|
bl_options: typing.Any
|
|
443
|
-
""" """
|
|
444
|
-
|
|
445
425
|
bl_rna: typing.Any
|
|
446
|
-
""" """
|
|
447
|
-
|
|
448
426
|
id_data: typing.Any
|
|
449
|
-
""" """
|
|
450
427
|
|
|
451
428
|
def as_keywords(self, ignore=()):
|
|
452
429
|
"""Return a copy of the properties as a dictionary
|
|
@@ -650,16 +627,9 @@ class PREFERENCES_OT_addon_install(bpy_types.Operator):
|
|
|
650
627
|
"""Install an add-on"""
|
|
651
628
|
|
|
652
629
|
bl_idname: typing.Any
|
|
653
|
-
""" """
|
|
654
|
-
|
|
655
630
|
bl_label: typing.Any
|
|
656
|
-
""" """
|
|
657
|
-
|
|
658
631
|
bl_rna: typing.Any
|
|
659
|
-
""" """
|
|
660
|
-
|
|
661
632
|
id_data: typing.Any
|
|
662
|
-
""" """
|
|
663
633
|
|
|
664
634
|
def as_keywords(self, ignore=()):
|
|
665
635
|
"""Return a copy of the properties as a dictionary
|
|
@@ -871,16 +841,9 @@ class PREFERENCES_OT_addon_refresh(bpy_types.Operator):
|
|
|
871
841
|
"""Scan add-on directories for new modules"""
|
|
872
842
|
|
|
873
843
|
bl_idname: typing.Any
|
|
874
|
-
""" """
|
|
875
|
-
|
|
876
844
|
bl_label: typing.Any
|
|
877
|
-
""" """
|
|
878
|
-
|
|
879
845
|
bl_rna: typing.Any
|
|
880
|
-
""" """
|
|
881
|
-
|
|
882
846
|
id_data: typing.Any
|
|
883
|
-
""" """
|
|
884
847
|
|
|
885
848
|
def as_keywords(self, ignore=()):
|
|
886
849
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1084,16 +1047,9 @@ class PREFERENCES_OT_addon_remove(bpy_types.Operator):
|
|
|
1084
1047
|
"""Delete the add-on from the file system"""
|
|
1085
1048
|
|
|
1086
1049
|
bl_idname: typing.Any
|
|
1087
|
-
""" """
|
|
1088
|
-
|
|
1089
1050
|
bl_label: typing.Any
|
|
1090
|
-
""" """
|
|
1091
|
-
|
|
1092
1051
|
bl_rna: typing.Any
|
|
1093
|
-
""" """
|
|
1094
|
-
|
|
1095
1052
|
id_data: typing.Any
|
|
1096
|
-
""" """
|
|
1097
1053
|
|
|
1098
1054
|
def as_keywords(self, ignore=()):
|
|
1099
1055
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1319,19 +1275,10 @@ class PREFERENCES_OT_addon_show(bpy_types.Operator):
|
|
|
1319
1275
|
"""Show add-on preferences"""
|
|
1320
1276
|
|
|
1321
1277
|
bl_idname: typing.Any
|
|
1322
|
-
""" """
|
|
1323
|
-
|
|
1324
1278
|
bl_label: typing.Any
|
|
1325
|
-
""" """
|
|
1326
|
-
|
|
1327
1279
|
bl_options: typing.Any
|
|
1328
|
-
""" """
|
|
1329
|
-
|
|
1330
1280
|
bl_rna: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
1281
|
id_data: typing.Any
|
|
1334
|
-
""" """
|
|
1335
1282
|
|
|
1336
1283
|
def as_keywords(self, ignore=()):
|
|
1337
1284
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1535,16 +1482,9 @@ class PREFERENCES_OT_app_template_install(bpy_types.Operator):
|
|
|
1535
1482
|
"""Install an application template"""
|
|
1536
1483
|
|
|
1537
1484
|
bl_idname: typing.Any
|
|
1538
|
-
""" """
|
|
1539
|
-
|
|
1540
1485
|
bl_label: typing.Any
|
|
1541
|
-
""" """
|
|
1542
|
-
|
|
1543
1486
|
bl_rna: typing.Any
|
|
1544
|
-
""" """
|
|
1545
|
-
|
|
1546
1487
|
id_data: typing.Any
|
|
1547
|
-
""" """
|
|
1548
1488
|
|
|
1549
1489
|
def as_keywords(self, ignore=()):
|
|
1550
1490
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1756,16 +1696,9 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
|
|
|
1756
1696
|
"""Copy settings from previous version"""
|
|
1757
1697
|
|
|
1758
1698
|
bl_idname: typing.Any
|
|
1759
|
-
""" """
|
|
1760
|
-
|
|
1761
1699
|
bl_label: typing.Any
|
|
1762
|
-
""" """
|
|
1763
|
-
|
|
1764
1700
|
bl_rna: typing.Any
|
|
1765
|
-
""" """
|
|
1766
|
-
|
|
1767
1701
|
id_data: typing.Any
|
|
1768
|
-
""" """
|
|
1769
1702
|
|
|
1770
1703
|
def as_keywords(self, ignore=()):
|
|
1771
1704
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1944,10 +1877,7 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
|
|
|
1944
1877
|
"""
|
|
1945
1878
|
...
|
|
1946
1879
|
|
|
1947
|
-
def previous_version(self):
|
|
1948
|
-
""" """
|
|
1949
|
-
...
|
|
1950
|
-
|
|
1880
|
+
def previous_version(self): ...
|
|
1951
1881
|
def property_overridable_library_set(self) -> bool:
|
|
1952
1882
|
"""Define a property as overridable or not (only for custom properties!).
|
|
1953
1883
|
|
|
@@ -1977,19 +1907,10 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
|
|
|
1977
1907
|
...
|
|
1978
1908
|
|
|
1979
1909
|
class PREFERENCES_OT_keyconfig_activate(bpy_types.Operator):
|
|
1980
|
-
""" """
|
|
1981
|
-
|
|
1982
1910
|
bl_idname: typing.Any
|
|
1983
|
-
""" """
|
|
1984
|
-
|
|
1985
1911
|
bl_label: typing.Any
|
|
1986
|
-
""" """
|
|
1987
|
-
|
|
1988
1912
|
bl_rna: typing.Any
|
|
1989
|
-
""" """
|
|
1990
|
-
|
|
1991
1913
|
id_data: typing.Any
|
|
1992
|
-
""" """
|
|
1993
1914
|
|
|
1994
1915
|
def as_keywords(self, ignore=()):
|
|
1995
1916
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2193,16 +2114,9 @@ class PREFERENCES_OT_keyconfig_export(bpy_types.Operator):
|
|
|
2193
2114
|
"""Export key configuration to a Python script"""
|
|
2194
2115
|
|
|
2195
2116
|
bl_idname: typing.Any
|
|
2196
|
-
""" """
|
|
2197
|
-
|
|
2198
2117
|
bl_label: typing.Any
|
|
2199
|
-
""" """
|
|
2200
|
-
|
|
2201
2118
|
bl_rna: typing.Any
|
|
2202
|
-
""" """
|
|
2203
|
-
|
|
2204
2119
|
id_data: typing.Any
|
|
2205
|
-
""" """
|
|
2206
2120
|
|
|
2207
2121
|
def as_keywords(self, ignore=()):
|
|
2208
2122
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2414,16 +2328,9 @@ class PREFERENCES_OT_keyconfig_import(bpy_types.Operator):
|
|
|
2414
2328
|
"""Import key configuration from a Python script"""
|
|
2415
2329
|
|
|
2416
2330
|
bl_idname: typing.Any
|
|
2417
|
-
""" """
|
|
2418
|
-
|
|
2419
2331
|
bl_label: typing.Any
|
|
2420
|
-
""" """
|
|
2421
|
-
|
|
2422
2332
|
bl_rna: typing.Any
|
|
2423
|
-
""" """
|
|
2424
|
-
|
|
2425
2333
|
id_data: typing.Any
|
|
2426
|
-
""" """
|
|
2427
2334
|
|
|
2428
2335
|
def as_keywords(self, ignore=()):
|
|
2429
2336
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2635,16 +2542,9 @@ class PREFERENCES_OT_keyconfig_remove(bpy_types.Operator):
|
|
|
2635
2542
|
"""Remove key config"""
|
|
2636
2543
|
|
|
2637
2544
|
bl_idname: typing.Any
|
|
2638
|
-
""" """
|
|
2639
|
-
|
|
2640
2545
|
bl_label: typing.Any
|
|
2641
|
-
""" """
|
|
2642
|
-
|
|
2643
2546
|
bl_rna: typing.Any
|
|
2644
|
-
""" """
|
|
2645
|
-
|
|
2646
2547
|
id_data: typing.Any
|
|
2647
|
-
""" """
|
|
2648
2548
|
|
|
2649
2549
|
def as_keywords(self, ignore=()):
|
|
2650
2550
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2855,16 +2755,9 @@ class PREFERENCES_OT_keyconfig_test(bpy_types.Operator):
|
|
|
2855
2755
|
"""Test key configuration for conflicts"""
|
|
2856
2756
|
|
|
2857
2757
|
bl_idname: typing.Any
|
|
2858
|
-
""" """
|
|
2859
|
-
|
|
2860
2758
|
bl_label: typing.Any
|
|
2861
|
-
""" """
|
|
2862
|
-
|
|
2863
2759
|
bl_rna: typing.Any
|
|
2864
|
-
""" """
|
|
2865
|
-
|
|
2866
2760
|
id_data: typing.Any
|
|
2867
|
-
""" """
|
|
2868
2761
|
|
|
2869
2762
|
def as_keywords(self, ignore=()):
|
|
2870
2763
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3068,16 +2961,9 @@ class PREFERENCES_OT_keyitem_add(bpy_types.Operator):
|
|
|
3068
2961
|
"""Add key map item"""
|
|
3069
2962
|
|
|
3070
2963
|
bl_idname: typing.Any
|
|
3071
|
-
""" """
|
|
3072
|
-
|
|
3073
2964
|
bl_label: typing.Any
|
|
3074
|
-
""" """
|
|
3075
|
-
|
|
3076
2965
|
bl_rna: typing.Any
|
|
3077
|
-
""" """
|
|
3078
|
-
|
|
3079
2966
|
id_data: typing.Any
|
|
3080
|
-
""" """
|
|
3081
2967
|
|
|
3082
2968
|
def as_keywords(self, ignore=()):
|
|
3083
2969
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3281,16 +3167,9 @@ class PREFERENCES_OT_keyitem_remove(bpy_types.Operator):
|
|
|
3281
3167
|
"""Remove key map item"""
|
|
3282
3168
|
|
|
3283
3169
|
bl_idname: typing.Any
|
|
3284
|
-
""" """
|
|
3285
|
-
|
|
3286
3170
|
bl_label: typing.Any
|
|
3287
|
-
""" """
|
|
3288
|
-
|
|
3289
3171
|
bl_rna: typing.Any
|
|
3290
|
-
""" """
|
|
3291
|
-
|
|
3292
3172
|
id_data: typing.Any
|
|
3293
|
-
""" """
|
|
3294
3173
|
|
|
3295
3174
|
def as_keywords(self, ignore=()):
|
|
3296
3175
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3501,16 +3380,9 @@ class PREFERENCES_OT_keyitem_restore(bpy_types.Operator):
|
|
|
3501
3380
|
"""Restore key map item"""
|
|
3502
3381
|
|
|
3503
3382
|
bl_idname: typing.Any
|
|
3504
|
-
""" """
|
|
3505
|
-
|
|
3506
3383
|
bl_label: typing.Any
|
|
3507
|
-
""" """
|
|
3508
|
-
|
|
3509
3384
|
bl_rna: typing.Any
|
|
3510
|
-
""" """
|
|
3511
|
-
|
|
3512
3385
|
id_data: typing.Any
|
|
3513
|
-
""" """
|
|
3514
3386
|
|
|
3515
3387
|
def as_keywords(self, ignore=()):
|
|
3516
3388
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3721,16 +3593,9 @@ class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
|
|
|
3721
3593
|
"""Restore key map(s)"""
|
|
3722
3594
|
|
|
3723
3595
|
bl_idname: typing.Any
|
|
3724
|
-
""" """
|
|
3725
|
-
|
|
3726
3596
|
bl_label: typing.Any
|
|
3727
|
-
""" """
|
|
3728
|
-
|
|
3729
3597
|
bl_rna: typing.Any
|
|
3730
|
-
""" """
|
|
3731
|
-
|
|
3732
3598
|
id_data: typing.Any
|
|
3733
|
-
""" """
|
|
3734
3599
|
|
|
3735
3600
|
def as_keywords(self, ignore=()):
|
|
3736
3601
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3931,19 +3796,10 @@ class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
|
|
|
3931
3796
|
...
|
|
3932
3797
|
|
|
3933
3798
|
class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
|
|
3934
|
-
""" """
|
|
3935
|
-
|
|
3936
3799
|
bl_idname: typing.Any
|
|
3937
|
-
""" """
|
|
3938
|
-
|
|
3939
3800
|
bl_label: typing.Any
|
|
3940
|
-
""" """
|
|
3941
|
-
|
|
3942
3801
|
bl_rna: typing.Any
|
|
3943
|
-
""" """
|
|
3944
|
-
|
|
3945
3802
|
id_data: typing.Any
|
|
3946
|
-
""" """
|
|
3947
3803
|
|
|
3948
3804
|
def as_keywords(self, ignore=()):
|
|
3949
3805
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4152,19 +4008,10 @@ class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
|
|
|
4152
4008
|
...
|
|
4153
4009
|
|
|
4154
4010
|
class PREFERENCES_OT_script_directory_remove(bpy_types.Operator):
|
|
4155
|
-
""" """
|
|
4156
|
-
|
|
4157
4011
|
bl_idname: typing.Any
|
|
4158
|
-
""" """
|
|
4159
|
-
|
|
4160
4012
|
bl_label: typing.Any
|
|
4161
|
-
""" """
|
|
4162
|
-
|
|
4163
4013
|
bl_rna: typing.Any
|
|
4164
|
-
""" """
|
|
4165
|
-
|
|
4166
4014
|
id_data: typing.Any
|
|
4167
|
-
""" """
|
|
4168
4015
|
|
|
4169
4016
|
def as_keywords(self, ignore=()):
|
|
4170
4017
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4368,16 +4215,9 @@ class PREFERENCES_OT_studiolight_copy_settings(bpy_types.Operator):
|
|
|
4368
4215
|
"""Copy Studio Light settings to the Studio Light editor"""
|
|
4369
4216
|
|
|
4370
4217
|
bl_idname: typing.Any
|
|
4371
|
-
""" """
|
|
4372
|
-
|
|
4373
4218
|
bl_label: typing.Any
|
|
4374
|
-
""" """
|
|
4375
|
-
|
|
4376
4219
|
bl_rna: typing.Any
|
|
4377
|
-
""" """
|
|
4378
|
-
|
|
4379
4220
|
id_data: typing.Any
|
|
4380
|
-
""" """
|
|
4381
4221
|
|
|
4382
4222
|
def as_keywords(self, ignore=()):
|
|
4383
4223
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4581,16 +4421,9 @@ class PREFERENCES_OT_studiolight_install(bpy_types.Operator):
|
|
|
4581
4421
|
"""Install a user defined light"""
|
|
4582
4422
|
|
|
4583
4423
|
bl_idname: typing.Any
|
|
4584
|
-
""" """
|
|
4585
|
-
|
|
4586
4424
|
bl_label: typing.Any
|
|
4587
|
-
""" """
|
|
4588
|
-
|
|
4589
4425
|
bl_rna: typing.Any
|
|
4590
|
-
""" """
|
|
4591
|
-
|
|
4592
4426
|
id_data: typing.Any
|
|
4593
|
-
""" """
|
|
4594
4427
|
|
|
4595
4428
|
def as_keywords(self, ignore=()):
|
|
4596
4429
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4802,19 +4635,10 @@ class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
|
|
|
4802
4635
|
"""Save custom studio light from the studio light editor settings"""
|
|
4803
4636
|
|
|
4804
4637
|
ask_override: typing.Any
|
|
4805
|
-
""" """
|
|
4806
|
-
|
|
4807
4638
|
bl_idname: typing.Any
|
|
4808
|
-
""" """
|
|
4809
|
-
|
|
4810
4639
|
bl_label: typing.Any
|
|
4811
|
-
""" """
|
|
4812
|
-
|
|
4813
4640
|
bl_rna: typing.Any
|
|
4814
|
-
""" """
|
|
4815
|
-
|
|
4816
4641
|
id_data: typing.Any
|
|
4817
|
-
""" """
|
|
4818
4642
|
|
|
4819
4643
|
def as_keywords(self, ignore=()):
|
|
4820
4644
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5033,19 +4857,10 @@ class PREFERENCES_OT_studiolight_show(bpy_types.Operator):
|
|
|
5033
4857
|
"""Show light preferences"""
|
|
5034
4858
|
|
|
5035
4859
|
bl_idname: typing.Any
|
|
5036
|
-
""" """
|
|
5037
|
-
|
|
5038
4860
|
bl_label: typing.Any
|
|
5039
|
-
""" """
|
|
5040
|
-
|
|
5041
4861
|
bl_options: typing.Any
|
|
5042
|
-
""" """
|
|
5043
|
-
|
|
5044
4862
|
bl_rna: typing.Any
|
|
5045
|
-
""" """
|
|
5046
|
-
|
|
5047
4863
|
id_data: typing.Any
|
|
5048
|
-
""" """
|
|
5049
4864
|
|
|
5050
4865
|
def as_keywords(self, ignore=()):
|
|
5051
4866
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5256,16 +5071,9 @@ class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
|
|
|
5256
5071
|
"""Delete Studio Light"""
|
|
5257
5072
|
|
|
5258
5073
|
bl_idname: typing.Any
|
|
5259
|
-
""" """
|
|
5260
|
-
|
|
5261
5074
|
bl_label: typing.Any
|
|
5262
|
-
""" """
|
|
5263
|
-
|
|
5264
5075
|
bl_rna: typing.Any
|
|
5265
|
-
""" """
|
|
5266
|
-
|
|
5267
5076
|
id_data: typing.Any
|
|
5268
|
-
""" """
|
|
5269
5077
|
|
|
5270
5078
|
def as_keywords(self, ignore=()):
|
|
5271
5079
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5469,16 +5277,9 @@ class PREFERENCES_OT_theme_install(bpy_types.Operator):
|
|
|
5469
5277
|
"""Load and apply a Blender XML theme file"""
|
|
5470
5278
|
|
|
5471
5279
|
bl_idname: typing.Any
|
|
5472
|
-
""" """
|
|
5473
|
-
|
|
5474
5280
|
bl_label: typing.Any
|
|
5475
|
-
""" """
|
|
5476
|
-
|
|
5477
5281
|
bl_rna: typing.Any
|
|
5478
|
-
""" """
|
|
5479
|
-
|
|
5480
5282
|
id_data: typing.Any
|
|
5481
|
-
""" """
|
|
5482
5283
|
|
|
5483
5284
|
def as_keywords(self, ignore=()):
|
|
5484
5285
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8,19 +8,10 @@ class FollowActiveQuads(bpy_types.Operator):
|
|
|
8
8
|
"""Follow UVs from active quads along continuous face loops"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -235,12 +226,5 @@ class FollowActiveQuads(bpy_types.Operator):
|
|
|
235
226
|
"""
|
|
236
227
|
...
|
|
237
228
|
|
|
238
|
-
def extend(obj, EXTEND_MODE, use_uv_selection):
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
...
|
|
242
|
-
|
|
243
|
-
def main(context, operator):
|
|
244
|
-
""" """
|
|
245
|
-
|
|
246
|
-
...
|
|
229
|
+
def extend(obj, EXTEND_MODE, use_uv_selection): ...
|
|
230
|
+
def main(context, operator): ...
|
|
@@ -8,19 +8,10 @@ class LightMapPack(bpy_types.Operator):
|
|
|
8
8
|
"""Pack each face's UVs into the UV bounds"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -243,31 +234,14 @@ class LightMapPack(bpy_types.Operator):
|
|
|
243
234
|
...
|
|
244
235
|
|
|
245
236
|
class prettyface:
|
|
246
|
-
""" """
|
|
247
|
-
|
|
248
237
|
children: typing.Any
|
|
249
|
-
""" """
|
|
250
|
-
|
|
251
238
|
has_parent: typing.Any
|
|
252
|
-
""" """
|
|
253
|
-
|
|
254
239
|
height: typing.Any
|
|
255
|
-
""" """
|
|
256
|
-
|
|
257
240
|
rot: typing.Any
|
|
258
|
-
""" """
|
|
259
|
-
|
|
260
241
|
uv: typing.Any
|
|
261
|
-
""" """
|
|
262
|
-
|
|
263
242
|
width: typing.Any
|
|
264
|
-
""" """
|
|
265
|
-
|
|
266
243
|
xoff: typing.Any
|
|
267
|
-
""" """
|
|
268
|
-
|
|
269
244
|
yoff: typing.Any
|
|
270
|
-
""" """
|
|
271
245
|
|
|
272
246
|
def place(self, xoff, yoff, xfac, yfac, margin_w, margin_h):
|
|
273
247
|
"""
|
|
@@ -281,9 +255,7 @@ class prettyface:
|
|
|
281
255
|
"""
|
|
282
256
|
...
|
|
283
257
|
|
|
284
|
-
def spin(self):
|
|
285
|
-
""" """
|
|
286
|
-
...
|
|
258
|
+
def spin(self): ...
|
|
287
259
|
|
|
288
260
|
def lightmap_uvpack(
|
|
289
261
|
meshes,
|
|
@@ -302,7 +274,4 @@ def lightmap_uvpack(
|
|
|
302
274
|
|
|
303
275
|
...
|
|
304
276
|
|
|
305
|
-
def unwrap(operator, context, kwargs):
|
|
306
|
-
""" """
|
|
307
|
-
|
|
308
|
-
...
|
|
277
|
+
def unwrap(operator, context, kwargs): ...
|
|
@@ -9,19 +9,10 @@ class AlignUVRotation(bpy_types.Operator):
|
|
|
9
9
|
"""Align the UV island's rotation"""
|
|
10
10
|
|
|
11
11
|
bl_idname: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
12
|
bl_label: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
13
|
bl_options: typing.Any
|
|
18
|
-
""" """
|
|
19
|
-
|
|
20
14
|
bl_rna: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
15
|
id_data: typing.Any
|
|
24
|
-
""" """
|
|
25
16
|
|
|
26
17
|
def as_keywords(self, ignore=()):
|
|
27
18
|
"""Return a copy of the properties as a dictionary
|
|
@@ -239,19 +230,10 @@ class RandomizeUVTransform(bpy_types.Operator):
|
|
|
239
230
|
"""Randomize the UV island's location, rotation, and scale"""
|
|
240
231
|
|
|
241
232
|
bl_idname: typing.Any
|
|
242
|
-
""" """
|
|
243
|
-
|
|
244
233
|
bl_label: typing.Any
|
|
245
|
-
""" """
|
|
246
|
-
|
|
247
234
|
bl_options: typing.Any
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
235
|
bl_rna: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
236
|
id_data: typing.Any
|
|
254
|
-
""" """
|
|
255
237
|
|
|
256
238
|
def as_keywords(self, ignore=()):
|
|
257
239
|
"""Return a copy of the properties as a dictionary
|
|
@@ -458,46 +440,14 @@ class RandomizeUVTransform(bpy_types.Operator):
|
|
|
458
440
|
"""
|
|
459
441
|
...
|
|
460
442
|
|
|
461
|
-
def align_uv_rotation(context, method, axis, correct_aspect):
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
def
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
...
|
|
470
|
-
|
|
471
|
-
def align_uv_rotation_island(bm, uv_layer, faces, method, axis, aspect_y):
|
|
472
|
-
""" """
|
|
473
|
-
|
|
474
|
-
...
|
|
475
|
-
|
|
476
|
-
def find_rotation_auto(bm, uv_layer, faces, aspect_y):
|
|
477
|
-
""" """
|
|
478
|
-
|
|
479
|
-
...
|
|
480
|
-
|
|
481
|
-
def find_rotation_edge(bm, uv_layer, faces, aspect_y):
|
|
482
|
-
""" """
|
|
483
|
-
|
|
484
|
-
...
|
|
485
|
-
|
|
486
|
-
def find_rotation_geometry(bm, uv_layer, faces, method, axis, aspect_y):
|
|
487
|
-
""" """
|
|
488
|
-
|
|
489
|
-
...
|
|
490
|
-
|
|
491
|
-
def get_aspect_y(context):
|
|
492
|
-
""" """
|
|
493
|
-
|
|
494
|
-
...
|
|
495
|
-
|
|
496
|
-
def get_random_transform(transform_params, entropy):
|
|
497
|
-
""" """
|
|
498
|
-
|
|
499
|
-
...
|
|
500
|
-
|
|
443
|
+
def align_uv_rotation(context, method, axis, correct_aspect): ...
|
|
444
|
+
def align_uv_rotation_bmesh(mesh, bm, method, axis, aspect_y): ...
|
|
445
|
+
def align_uv_rotation_island(bm, uv_layer, faces, method, axis, aspect_y): ...
|
|
446
|
+
def find_rotation_auto(bm, uv_layer, faces, aspect_y): ...
|
|
447
|
+
def find_rotation_edge(bm, uv_layer, faces, aspect_y): ...
|
|
448
|
+
def find_rotation_geometry(bm, uv_layer, faces, method, axis, aspect_y): ...
|
|
449
|
+
def get_aspect_y(context): ...
|
|
450
|
+
def get_random_transform(transform_params, entropy): ...
|
|
501
451
|
def is_face_uv_selected(face: bmesh.types.BMFace, uv_layer, any_edge: bool) -> bool:
|
|
502
452
|
"""Returns True if the face is UV selected.
|
|
503
453
|
|
|
@@ -547,17 +497,6 @@ def island_uv_bounds_center(island, uv_layer) -> tuple:
|
|
|
547
497
|
|
|
548
498
|
...
|
|
549
499
|
|
|
550
|
-
def randomize_uv_transform(context, transform_params):
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
...
|
|
554
|
-
|
|
555
|
-
def randomize_uv_transform_bmesh(mesh, bm, transform_params):
|
|
556
|
-
""" """
|
|
557
|
-
|
|
558
|
-
...
|
|
559
|
-
|
|
560
|
-
def randomize_uv_transform_island(bm, uv_layer, faces, transform_params):
|
|
561
|
-
""" """
|
|
562
|
-
|
|
563
|
-
...
|
|
500
|
+
def randomize_uv_transform(context, transform_params): ...
|
|
501
|
+
def randomize_uv_transform_bmesh(mesh, bm, transform_params): ...
|
|
502
|
+
def randomize_uv_transform_island(bm, uv_layer, faces, transform_params): ...
|