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