fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
- {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
- {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
- _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
- _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
- _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
- _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
- {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
- _bl_text_utils/external_editor/__init__.pyi +6 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
- _blendfile_header/__init__.pyi +48 -0
- _bpy_internal/__init__.pyi +5 -1
- _bpy_internal/addons/__init__.pyi +1 -0
- _bpy_internal/addons/cli/__init__.pyi +2 -1
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
- _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
- _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
- {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/grease_pencil/__init__.pyi +1 -0
- _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
- _bpy_internal/system_info/__init__.pyi +1 -0
- _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
- _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
- _bpy_types/__init__.pyi +1635 -0
- {console_python → _console_python}/__init__.pyi +8 -7
- _console_shell/__init__.pyi +10 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
- _keyingsets_utils/__init__.pyi +21 -0
- {rna_info → _rna_info}/__init__.pyi +32 -27
- {rna_xml → _rna_xml}/__init__.pyi +7 -6
- addon_utils/__init__.pyi +13 -25
- aud/__init__.pyi +133 -155
- bge/__init__.pyi +1 -0
- bge/app/__init__.pyi +1 -0
- bge/constraints/__init__.pyi +22 -51
- bge/types/__init__.pyi +618 -1913
- bge_extras/__init__.pyi +1 -0
- bge_extras/logger/__init__.pyi +4 -3
- bgui/__init__.pyi +1 -0
- bgui/frame/__init__.pyi +1 -0
- bgui/frame_button/__init__.pyi +1 -0
- bgui/image/__init__.pyi +1 -1
- bgui/image_button/__init__.pyi +1 -0
- bgui/label/__init__.pyi +1 -0
- bgui/list_box/__init__.pyi +1 -1
- bgui/progress_bar/__init__.pyi +2 -1
- bgui/system/__init__.pyi +3 -5
- bgui/text_block/__init__.pyi +1 -0
- bgui/text_input/__init__.pyi +9 -8
- bgui/theme/__init__.pyi +4 -3
- bgui/widget/__init__.pyi +5 -4
- bl_app_override/__init__.pyi +4 -3
- bl_app_override/helpers/__init__.pyi +3 -2
- bl_app_template_utils/__init__.pyi +5 -4
- bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +2 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +10 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
- bl_keymap_utils/versioning/__init__.pyi +2 -1
- bl_math/__init__.pyi +4 -13
- bl_operators/__init__.pyi +4 -2
- bl_operators/add_mesh_torus/__init__.pyi +9 -9
- bl_operators/anim/__init__.pyi +90 -62
- bl_operators/assets/__init__.pyi +14 -18
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
- bl_operators/bone_selection_sets/__init__.pyi +34 -60
- bl_operators/clip/__init__.pyi +39 -57
- bl_operators/connect_to_output/__init__.pyi +20 -18
- bl_operators/console/__init__.pyi +17 -25
- bl_operators/constraint/__init__.pyi +15 -21
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +13 -17
- bl_operators/freestyle/__init__.pyi +15 -21
- bl_operators/geometry_nodes/__init__.pyi +30 -36
- bl_operators/grease_pencil/__init__.pyi +5 -5
- bl_operators/image/__init__.pyi +14 -22
- bl_operators/image_as_planes/__init__.pyi +36 -42
- bl_operators/mesh/__init__.pyi +8 -53
- bl_operators/node/__init__.pyi +375 -92
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +10 -9
- bl_operators/object/__init__.pyi +57 -98
- bl_operators/object_align/__init__.pyi +8 -8
- bl_operators/object_quick_effects/__init__.pyi +15 -21
- bl_operators/object_randomize_transform/__init__.pyi +6 -6
- bl_operators/presets/__init__.pyi +46 -94
- bl_operators/rigidbody/__init__.pyi +12 -16
- bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
- bl_operators/sequencer/__init__.pyi +40 -54
- bl_operators/spreadsheet/__init__.pyi +7 -7
- bl_operators/userpref/__init__.pyi +69 -117
- bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
- bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
- bl_operators/uvcalc_transform/__init__.pyi +39 -28
- bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
- bl_operators/view3d/__init__.pyi +31 -43
- bl_operators/wm/__init__.pyi +139 -231
- bl_operators/world/__init__.pyi +6 -6
- bl_ui/__init__.pyi +18 -17
- bl_ui/anim/__init__.pyi +5 -5
- bl_ui/asset_shelf/__init__.pyi +5 -5
- bl_ui/generic_ui_list/__init__.pyi +11 -25
- bl_ui/node_add_menu/__init__.pyi +281 -12
- bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
- bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
- bl_ui/node_add_menu_shader/__init__.pyi +67 -67
- bl_ui/node_add_menu_texture/__init__.pyi +25 -69
- bl_ui/properties_animviz/__init__.pyi +3 -2
- bl_ui/properties_collection/__init__.pyi +20 -30
- bl_ui/properties_constraint/__init__.pyi +228 -450
- bl_ui/properties_data_armature/__init__.pyi +45 -79
- bl_ui/properties_data_bone/__init__.pyi +33 -51
- bl_ui/properties_data_camera/__init__.pyi +43 -75
- bl_ui/properties_data_curve/__init__.pyi +42 -101
- bl_ui/properties_data_curves/__init__.pyi +21 -35
- bl_ui/properties_data_empty/__init__.pyi +8 -10
- bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
- bl_ui/properties_data_lattice/__init__.pyi +12 -18
- bl_ui/properties_data_light/__init__.pyi +28 -46
- bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
- bl_ui/properties_data_mesh/__init__.pyi +73 -120
- bl_ui/properties_data_metaball/__init__.pyi +16 -26
- bl_ui/properties_data_modifier/__init__.pyi +34 -39
- bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
- bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
- bl_ui/properties_data_speaker/__init__.pyi +15 -25
- bl_ui/properties_data_volume/__init__.pyi +22 -38
- bl_ui/properties_freestyle/__init__.pyi +79 -127
- bl_ui/properties_game/__init__.pyi +88 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
- bl_ui/properties_mask_common/__init__.pyi +33 -45
- bl_ui/properties_material/__init__.pyi +52 -111
- bl_ui/properties_material_gpencil/__init__.pyi +48 -68
- bl_ui/properties_object/__init__.pyi +123 -93
- bl_ui/properties_output/__init__.pyi +103 -81
- bl_ui/properties_paint_common/__init__.pyi +78 -59
- bl_ui/properties_particle/__init__.pyi +160 -262
- bl_ui/properties_physics_cloth/__init__.pyi +36 -62
- bl_ui/properties_physics_common/__init__.pyi +11 -11
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
- bl_ui/properties_physics_field/__init__.pyi +35 -53
- bl_ui/properties_physics_fluid/__init__.pyi +106 -160
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
- bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
- bl_ui/properties_physics_softbody/__init__.pyi +38 -66
- bl_ui/properties_render/__init__.pyi +267 -259
- bl_ui/properties_scene/__init__.pyi +69 -72
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +69 -122
- bl_ui/properties_view_layer/__init__.pyi +97 -51
- bl_ui/properties_workspace/__init__.pyi +12 -18
- bl_ui/properties_world/__init__.pyi +33 -53
- bl_ui/space_clip/__init__.pyi +231 -311
- bl_ui/space_console/__init__.pyi +14 -24
- bl_ui/space_dopesheet/__init__.pyi +193 -125
- bl_ui/space_filebrowser/__init__.pyi +107 -131
- bl_ui/space_graph/__init__.pyi +93 -80
- bl_ui/space_image/__init__.pyi +207 -291
- bl_ui/space_info/__init__.pyi +14 -24
- bl_ui/space_logic/__init__.pyi +14 -22
- bl_ui/space_nla/__init__.pyi +63 -69
- bl_ui/space_node/__init__.pyi +215 -154
- bl_ui/space_outliner/__init__.pyi +65 -61
- bl_ui/space_properties/__init__.pyi +41 -16
- bl_ui/space_sequencer/__init__.pyi +276 -980
- bl_ui/space_spreadsheet/__init__.pyi +27 -23
- bl_ui/space_statusbar/__init__.pyi +4 -4
- bl_ui/space_text/__init__.pyi +39 -73
- bl_ui/space_time/__init__.pyi +33 -78
- bl_ui/space_toolsystem_common/__init__.pyi +31 -28
- bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
- bl_ui/space_topbar/__init__.pyi +68 -111
- bl_ui/space_userpref/__init__.pyi +310 -445
- bl_ui/space_view3d/__init__.pyi +667 -1122
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
- bl_ui/utils/__init__.pyi +4 -3
- blend_render_info/__init__.pyi +4 -2
- blf/__init__.pyi +92 -59
- bmesh/__init__.pyi +4 -10
- bmesh/geometry/__init__.pyi +2 -4
- bmesh/ops/__init__.pyi +442 -815
- bmesh/types/__init__.pyi +377 -720
- bmesh/utils/__init__.pyi +20 -45
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +96 -90
- bpy/app/handlers/__init__.pyi +24 -19
- bpy/app/icons/__init__.pyi +2 -7
- bpy/app/timers/__init__.pyi +5 -18
- bpy/app/translations/__init__.pyi +21 -35
- bpy/msgbus/__init__.pyi +20 -9
- bpy/ops/__init__.pyi +21 -3
- bpy/ops/action/__init__.pyi +121 -226
- bpy/ops/anim/__init__.pyi +204 -358
- bpy/ops/armature/__init__.pyi +129 -249
- bpy/ops/asset/__init__.pyi +82 -111
- bpy/ops/bge_bricknodes/__init__.pyi +61 -0
- bpy/ops/boid/__init__.pyi +44 -50
- bpy/ops/bricknodes/__init__.pyi +37 -0
- bpy/ops/brush/__init__.pyi +33 -120
- bpy/ops/buttons/__init__.pyi +27 -83
- bpy/ops/cachefile/__init__.pyi +16 -74
- bpy/ops/camera/__init__.pyi +3 -13
- bpy/ops/clip/__init__.pyi +278 -558
- bpy/ops/cloth/__init__.pyi +2 -6
- bpy/ops/collection/__init__.pyi +34 -44
- bpy/ops/console/__init__.pyi +70 -111
- bpy/ops/constraint/__init__.pyi +34 -102
- bpy/ops/curve/__init__.pyi +163 -315
- bpy/ops/curves/__init__.pyi +163 -189
- bpy/ops/cycles/__init__.pyi +8 -18
- bpy/ops/dpaint/__init__.pyi +21 -30
- bpy/ops/ed/__init__.pyi +59 -103
- bpy/ops/export_anim/__init__.pyi +4 -11
- bpy/ops/export_scene/__init__.pyi +29 -174
- bpy/ops/extensions/__init__.pyi +102 -194
- bpy/ops/file/__init__.pyi +166 -272
- bpy/ops/fluid/__init__.pyi +78 -86
- bpy/ops/font/__init__.pyi +73 -164
- bpy/ops/geometry/__init__.pyi +33 -144
- bpy/ops/gizmogroup/__init__.pyi +8 -14
- bpy/ops/gpencil/__init__.pyi +31 -58
- bpy/ops/graph/__init__.pyi +176 -411
- bpy/ops/grease_pencil/__init__.pyi +416 -639
- bpy/ops/image/__init__.pyi +148 -492
- bpy/ops/import_anim/__init__.pyi +5 -18
- bpy/ops/import_curve/__init__.pyi +4 -6
- bpy/ops/import_scene/__init__.pyi +22 -49
- bpy/ops/info/__init__.pyi +27 -43
- bpy/ops/lattice/__init__.pyi +26 -43
- bpy/ops/logic/__init__.pyi +49 -122
- bpy/ops/logic_nodes/__init__.pyi +461 -0
- bpy/ops/marker/__init__.pyi +24 -60
- bpy/ops/mask/__init__.pyi +118 -222
- bpy/ops/material/__init__.pyi +19 -18
- bpy/ops/mball/__init__.pyi +13 -39
- bpy/ops/mesh/__init__.pyi +409 -1264
- bpy/ops/nla/__init__.pyi +140 -232
- bpy/ops/node/__init__.pyi +1189 -807
- bpy/ops/object/__init__.pyi +806 -1659
- bpy/ops/outliner/__init__.pyi +284 -432
- bpy/ops/paint/__init__.pyi +189 -381
- bpy/ops/paintcurve/__init__.pyi +29 -44
- bpy/ops/palette/__init__.pyi +23 -34
- bpy/ops/particle/__init__.pyi +135 -201
- bpy/ops/pointcloud/__init__.pyi +23 -42
- bpy/ops/pose/__init__.pyi +195 -310
- bpy/ops/poselib/__init__.pyi +45 -73
- bpy/ops/preferences/__init__.pyi +89 -221
- bpy/ops/ptcache/__init__.pyi +32 -39
- bpy/ops/render/__init__.pyi +36 -83
- bpy/ops/rigidbody/__init__.pyi +47 -78
- bpy/ops/scene/__init__.pyi +169 -222
- bpy/ops/screen/__init__.pyi +146 -259
- bpy/ops/script/__init__.pyi +9 -15
- bpy/ops/sculpt/__init__.pyi +194 -354
- bpy/ops/sculpt_curves/__init__.pyi +21 -29
- bpy/ops/sequencer/__init__.pyi +586 -836
- bpy/ops/sound/__init__.pyi +25 -131
- bpy/ops/spreadsheet/__init__.pyi +34 -21
- bpy/ops/surface/__init__.pyi +7 -54
- bpy/ops/text/__init__.pyi +166 -281
- bpy/ops/text_editor/__init__.pyi +2 -6
- bpy/ops/texture/__init__.pyi +20 -22
- bpy/ops/transform/__init__.pyi +108 -445
- bpy/ops/ui/__init__.pyi +157 -219
- bpy/ops/uilist/__init__.pyi +4 -16
- bpy/ops/uv/__init__.pyi +291 -347
- bpy/ops/view2d/__init__.pyi +29 -88
- bpy/ops/view3d/__init__.pyi +238 -438
- bpy/ops/wm/__init__.pyi +651 -1510
- bpy/ops/workspace/__init__.pyi +42 -44
- bpy/ops/world/__init__.pyi +12 -13
- bpy/path/__init__.pyi +5 -36
- bpy/props/__init__.pyi +395 -259
- bpy/{_typing → stub_internal}/__init__.pyi +1 -0
- bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
- bpy/types/__init__.pyi +93285 -103831
- bpy/utils/__init__.pyi +46 -104
- bpy/utils/previews/__init__.pyi +7 -15
- bpy/utils/units/__init__.pyi +6 -15
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +32 -23
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +2 -2
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/image_utils/__init__.pyi +3 -11
- bpy_extras/io_utils/__init__.pyi +22 -38
- bpy_extras/keyconfig_utils/__init__.pyi +5 -4
- bpy_extras/mesh_utils/__init__.pyi +3 -14
- bpy_extras/node_shader_utils/__init__.pyi +63 -70
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +6 -19
- bpy_extras/view3d_utils/__init__.pyi +1 -18
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
- fake_bge_module-20260201.dist-info/RECORD +414 -0
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
- {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +41 -60
- freestyle/functions/__init__.pyi +56 -194
- freestyle/predicates/__init__.pyi +11 -61
- freestyle/shaders/__init__.pyi +95 -156
- freestyle/types/__init__.pyi +306 -941
- freestyle/utils/ContextFunctions/__init__.pyi +4 -24
- freestyle/utils/__init__.pyi +46 -36
- gpu/__init__.pyi +84 -5
- gpu/capabilities/__init__.pyi +1 -21
- gpu/matrix/__init__.pyi +16 -24
- gpu/platform/__init__.pyi +3 -7
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +43 -9
- gpu/state/__init__.pyi +66 -44
- gpu/texture/__init__.pyi +4 -5
- gpu/types/__init__.pyi +216 -216
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +2 -5
- gpu_extras/presets/__init__.pyi +9 -10
- idprop/__init__.pyi +17 -0
- idprop/types/__init__.pyi +18 -17
- imbuf/__init__.pyi +13 -9
- imbuf/types/__init__.pyi +10 -23
- keyingsets_builtins/__init__.pyi +51 -93
- mathutils/__init__.pyi +296 -2255
- mathutils/bvhtree/__init__.pyi +22 -29
- mathutils/geometry/__init__.pyi +83 -132
- mathutils/interpolate/__init__.pyi +7 -5
- mathutils/kdtree/__init__.pyi +5 -14
- mathutils/noise/__init__.pyi +62 -106
- nodeitems_builtins/__init__.pyi +5 -4
- nodeitems_utils/__init__.pyi +10 -9
- rna_keymap_ui/__init__.pyi +7 -6
- rna_prop_ui/__init__.pyi +14 -13
- _bpy_internal/freedesktop/__init__.pyi +0 -20
- bgl/__init__.pyi +0 -4235
- bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
- bl_i18n_utils/utils_cli/__init__.pyi +0 -10
- bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
- bl_text_utils/external_editor/__init__.pyi +0 -5
- bpy_types/__init__.pyi +0 -29
- console_shell/__init__.pyi +0 -9
- fake_bge_module-20250317.dist-info/RECORD +0 -395
- keyingsets_utils/__init__.pyi +0 -18
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bgl → _bl_console_utils}/py.typed +0 -0
- {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
- {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
- {bl_ui_utils → _blendfile_header}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {bpy_types → _bpy_types}/py.typed +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
bl_operators/wm/__init__.pyi
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
4
6
|
import bpy.types
|
|
5
7
|
|
|
6
|
-
class BatchRenameAction(
|
|
8
|
+
class BatchRenameAction(_bpy_types.PropertyGroup):
|
|
7
9
|
bl_rna: typing.Any
|
|
8
10
|
id_data: typing.Any
|
|
9
11
|
|
|
@@ -11,17 +13,15 @@ class BatchRenameAction(bpy.types.PropertyGroup):
|
|
|
11
13
|
"""
|
|
12
14
|
|
|
13
15
|
:return: The RNA type or default when not found.
|
|
14
|
-
:rtype: bpy.types.Struct
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
18
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
18
19
|
"""
|
|
19
20
|
|
|
20
21
|
:return: The class or default when not found.
|
|
21
|
-
:rtype: typing.Any
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
|
-
class WM_MT_region_toggle_pie(
|
|
24
|
+
class WM_MT_region_toggle_pie(_bpy_types.Menu):
|
|
25
25
|
bl_label: typing.Any
|
|
26
26
|
bl_rna: typing.Any
|
|
27
27
|
id_data: typing.Any
|
|
@@ -30,30 +30,28 @@ class WM_MT_region_toggle_pie(bpy.types.Menu):
|
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
:return: The RNA type or default when not found.
|
|
33
|
-
:rtype: bpy.types.Struct
|
|
34
33
|
"""
|
|
35
34
|
|
|
36
35
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
37
36
|
"""
|
|
38
37
|
|
|
39
38
|
:return: The class or default when not found.
|
|
40
|
-
:rtype: typing.Any
|
|
41
39
|
"""
|
|
42
40
|
|
|
43
|
-
def draw(self, context):
|
|
41
|
+
def draw(self, context) -> None:
|
|
44
42
|
"""
|
|
45
43
|
|
|
46
44
|
:param context:
|
|
47
45
|
"""
|
|
48
46
|
|
|
49
47
|
@classmethod
|
|
50
|
-
def poll(cls, context):
|
|
48
|
+
def poll(cls, context) -> None:
|
|
51
49
|
"""
|
|
52
50
|
|
|
53
51
|
:param context:
|
|
54
52
|
"""
|
|
55
53
|
|
|
56
|
-
class WM_MT_splash(
|
|
54
|
+
class WM_MT_splash(_bpy_types.Menu):
|
|
57
55
|
bl_label: typing.Any
|
|
58
56
|
bl_rna: typing.Any
|
|
59
57
|
id_data: typing.Any
|
|
@@ -62,23 +60,21 @@ class WM_MT_splash(bpy.types.Menu):
|
|
|
62
60
|
"""
|
|
63
61
|
|
|
64
62
|
:return: The RNA type or default when not found.
|
|
65
|
-
:rtype: bpy.types.Struct
|
|
66
63
|
"""
|
|
67
64
|
|
|
68
65
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
69
66
|
"""
|
|
70
67
|
|
|
71
68
|
:return: The class or default when not found.
|
|
72
|
-
:rtype: typing.Any
|
|
73
69
|
"""
|
|
74
70
|
|
|
75
|
-
def draw(self, context):
|
|
71
|
+
def draw(self, context) -> None:
|
|
76
72
|
"""
|
|
77
73
|
|
|
78
74
|
:param context:
|
|
79
75
|
"""
|
|
80
76
|
|
|
81
|
-
class WM_MT_splash_about(
|
|
77
|
+
class WM_MT_splash_about(_bpy_types.Menu):
|
|
82
78
|
bl_label: typing.Any
|
|
83
79
|
bl_rna: typing.Any
|
|
84
80
|
id_data: typing.Any
|
|
@@ -87,23 +83,21 @@ class WM_MT_splash_about(bpy.types.Menu):
|
|
|
87
83
|
"""
|
|
88
84
|
|
|
89
85
|
:return: The RNA type or default when not found.
|
|
90
|
-
:rtype: bpy.types.Struct
|
|
91
86
|
"""
|
|
92
87
|
|
|
93
88
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
94
89
|
"""
|
|
95
90
|
|
|
96
91
|
:return: The class or default when not found.
|
|
97
|
-
:rtype: typing.Any
|
|
98
92
|
"""
|
|
99
93
|
|
|
100
|
-
def draw(self, context):
|
|
94
|
+
def draw(self, context) -> None:
|
|
101
95
|
"""
|
|
102
96
|
|
|
103
97
|
:param context:
|
|
104
98
|
"""
|
|
105
99
|
|
|
106
|
-
class WM_MT_splash_quick_setup(
|
|
100
|
+
class WM_MT_splash_quick_setup(_bpy_types.Menu):
|
|
107
101
|
bl_label: typing.Any
|
|
108
102
|
bl_rna: typing.Any
|
|
109
103
|
id_data: typing.Any
|
|
@@ -112,23 +106,21 @@ class WM_MT_splash_quick_setup(bpy.types.Menu):
|
|
|
112
106
|
"""
|
|
113
107
|
|
|
114
108
|
:return: The RNA type or default when not found.
|
|
115
|
-
:rtype: bpy.types.Struct
|
|
116
109
|
"""
|
|
117
110
|
|
|
118
111
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
119
112
|
"""
|
|
120
113
|
|
|
121
114
|
:return: The class or default when not found.
|
|
122
|
-
:rtype: typing.Any
|
|
123
115
|
"""
|
|
124
116
|
|
|
125
|
-
def draw(self, context):
|
|
117
|
+
def draw(self, context) -> None:
|
|
126
118
|
"""
|
|
127
119
|
|
|
128
120
|
:param context:
|
|
129
121
|
"""
|
|
130
122
|
|
|
131
|
-
class WM_OT_batch_rename(
|
|
123
|
+
class WM_OT_batch_rename(_bpy_types.Operator):
|
|
132
124
|
"""Rename multiple items at once"""
|
|
133
125
|
|
|
134
126
|
bl_idname: typing.Any
|
|
@@ -141,42 +133,40 @@ class WM_OT_batch_rename(bpy.types.Operator):
|
|
|
141
133
|
"""
|
|
142
134
|
|
|
143
135
|
:return: The RNA type or default when not found.
|
|
144
|
-
:rtype: bpy.types.Struct
|
|
145
136
|
"""
|
|
146
137
|
|
|
147
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
148
139
|
"""
|
|
149
140
|
|
|
150
141
|
:return: The class or default when not found.
|
|
151
|
-
:rtype: typing.Any
|
|
152
142
|
"""
|
|
153
143
|
|
|
154
|
-
def check(self, context):
|
|
144
|
+
def check(self, context) -> None:
|
|
155
145
|
"""
|
|
156
146
|
|
|
157
147
|
:param context:
|
|
158
148
|
"""
|
|
159
149
|
|
|
160
|
-
def draw(self, context):
|
|
150
|
+
def draw(self, context) -> None:
|
|
161
151
|
"""
|
|
162
152
|
|
|
163
153
|
:param context:
|
|
164
154
|
"""
|
|
165
155
|
|
|
166
|
-
def execute(self, context):
|
|
156
|
+
def execute(self, context) -> None:
|
|
167
157
|
"""
|
|
168
158
|
|
|
169
159
|
:param context:
|
|
170
160
|
"""
|
|
171
161
|
|
|
172
|
-
def invoke(self, context, event):
|
|
162
|
+
def invoke(self, context, event) -> None:
|
|
173
163
|
"""
|
|
174
164
|
|
|
175
165
|
:param context:
|
|
176
166
|
:param event:
|
|
177
167
|
"""
|
|
178
168
|
|
|
179
|
-
class WM_OT_blenderplayer_start(
|
|
169
|
+
class WM_OT_blenderplayer_start(_bpy_types.Operator):
|
|
180
170
|
"""Launch the blender-player with the current blend-file"""
|
|
181
171
|
|
|
182
172
|
bl_idname: typing.Any
|
|
@@ -188,23 +178,21 @@ class WM_OT_blenderplayer_start(bpy.types.Operator):
|
|
|
188
178
|
"""
|
|
189
179
|
|
|
190
180
|
:return: The RNA type or default when not found.
|
|
191
|
-
:rtype: bpy.types.Struct
|
|
192
181
|
"""
|
|
193
182
|
|
|
194
183
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
195
184
|
"""
|
|
196
185
|
|
|
197
186
|
:return: The class or default when not found.
|
|
198
|
-
:rtype: typing.Any
|
|
199
187
|
"""
|
|
200
188
|
|
|
201
|
-
def execute(self, context):
|
|
189
|
+
def execute(self, context) -> None:
|
|
202
190
|
"""
|
|
203
191
|
|
|
204
192
|
:param context:
|
|
205
193
|
"""
|
|
206
194
|
|
|
207
|
-
class WM_OT_context_collection_boolean_set(
|
|
195
|
+
class WM_OT_context_collection_boolean_set(_bpy_types.Operator):
|
|
208
196
|
"""Set boolean values for a collection of items"""
|
|
209
197
|
|
|
210
198
|
bl_idname: typing.Any
|
|
@@ -217,23 +205,21 @@ class WM_OT_context_collection_boolean_set(bpy.types.Operator):
|
|
|
217
205
|
"""
|
|
218
206
|
|
|
219
207
|
:return: The RNA type or default when not found.
|
|
220
|
-
:rtype: bpy.types.Struct
|
|
221
208
|
"""
|
|
222
209
|
|
|
223
210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
224
211
|
"""
|
|
225
212
|
|
|
226
213
|
:return: The class or default when not found.
|
|
227
|
-
:rtype: typing.Any
|
|
228
214
|
"""
|
|
229
215
|
|
|
230
|
-
def execute(self, context):
|
|
216
|
+
def execute(self, context) -> None:
|
|
231
217
|
"""
|
|
232
218
|
|
|
233
219
|
:param context:
|
|
234
220
|
"""
|
|
235
221
|
|
|
236
|
-
class WM_OT_context_cycle_array(
|
|
222
|
+
class WM_OT_context_cycle_array(_bpy_types.Operator):
|
|
237
223
|
"""Set a context array value (useful for cycling the active mesh edit mode)"""
|
|
238
224
|
|
|
239
225
|
bl_idname: typing.Any
|
|
@@ -246,31 +232,29 @@ class WM_OT_context_cycle_array(bpy.types.Operator):
|
|
|
246
232
|
"""
|
|
247
233
|
|
|
248
234
|
:return: The RNA type or default when not found.
|
|
249
|
-
:rtype: bpy.types.Struct
|
|
250
235
|
"""
|
|
251
236
|
|
|
252
237
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
253
238
|
"""
|
|
254
239
|
|
|
255
240
|
:return: The class or default when not found.
|
|
256
|
-
:rtype: typing.Any
|
|
257
241
|
"""
|
|
258
242
|
|
|
259
243
|
@classmethod
|
|
260
|
-
def description(cls, context, props):
|
|
244
|
+
def description(cls, context, props) -> None:
|
|
261
245
|
"""
|
|
262
246
|
|
|
263
247
|
:param context:
|
|
264
248
|
:param props:
|
|
265
249
|
"""
|
|
266
250
|
|
|
267
|
-
def execute(self, context):
|
|
251
|
+
def execute(self, context) -> None:
|
|
268
252
|
"""
|
|
269
253
|
|
|
270
254
|
:param context:
|
|
271
255
|
"""
|
|
272
256
|
|
|
273
|
-
class WM_OT_context_cycle_enum(
|
|
257
|
+
class WM_OT_context_cycle_enum(_bpy_types.Operator):
|
|
274
258
|
"""Toggle a context value"""
|
|
275
259
|
|
|
276
260
|
bl_idname: typing.Any
|
|
@@ -283,31 +267,29 @@ class WM_OT_context_cycle_enum(bpy.types.Operator):
|
|
|
283
267
|
"""
|
|
284
268
|
|
|
285
269
|
:return: The RNA type or default when not found.
|
|
286
|
-
:rtype: bpy.types.Struct
|
|
287
270
|
"""
|
|
288
271
|
|
|
289
272
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
290
273
|
"""
|
|
291
274
|
|
|
292
275
|
:return: The class or default when not found.
|
|
293
|
-
:rtype: typing.Any
|
|
294
276
|
"""
|
|
295
277
|
|
|
296
278
|
@classmethod
|
|
297
|
-
def description(cls, context, props):
|
|
279
|
+
def description(cls, context, props) -> None:
|
|
298
280
|
"""
|
|
299
281
|
|
|
300
282
|
:param context:
|
|
301
283
|
:param props:
|
|
302
284
|
"""
|
|
303
285
|
|
|
304
|
-
def execute(self, context):
|
|
286
|
+
def execute(self, context) -> None:
|
|
305
287
|
"""
|
|
306
288
|
|
|
307
289
|
:param context:
|
|
308
290
|
"""
|
|
309
291
|
|
|
310
|
-
class WM_OT_context_cycle_int(
|
|
292
|
+
class WM_OT_context_cycle_int(_bpy_types.Operator):
|
|
311
293
|
"""Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
|
|
312
294
|
|
|
313
295
|
bl_idname: typing.Any
|
|
@@ -320,31 +302,29 @@ class WM_OT_context_cycle_int(bpy.types.Operator):
|
|
|
320
302
|
"""
|
|
321
303
|
|
|
322
304
|
:return: The RNA type or default when not found.
|
|
323
|
-
:rtype: bpy.types.Struct
|
|
324
305
|
"""
|
|
325
306
|
|
|
326
307
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
327
308
|
"""
|
|
328
309
|
|
|
329
310
|
:return: The class or default when not found.
|
|
330
|
-
:rtype: typing.Any
|
|
331
311
|
"""
|
|
332
312
|
|
|
333
313
|
@classmethod
|
|
334
|
-
def description(cls, context, props):
|
|
314
|
+
def description(cls, context, props) -> None:
|
|
335
315
|
"""
|
|
336
316
|
|
|
337
317
|
:param context:
|
|
338
318
|
:param props:
|
|
339
319
|
"""
|
|
340
320
|
|
|
341
|
-
def execute(self, context):
|
|
321
|
+
def execute(self, context) -> None:
|
|
342
322
|
"""
|
|
343
323
|
|
|
344
324
|
:param context:
|
|
345
325
|
"""
|
|
346
326
|
|
|
347
|
-
class WM_OT_context_menu_enum(
|
|
327
|
+
class WM_OT_context_menu_enum(_bpy_types.Operator):
|
|
348
328
|
bl_idname: typing.Any
|
|
349
329
|
bl_label: typing.Any
|
|
350
330
|
bl_options: typing.Any
|
|
@@ -355,31 +335,29 @@ class WM_OT_context_menu_enum(bpy.types.Operator):
|
|
|
355
335
|
"""
|
|
356
336
|
|
|
357
337
|
:return: The RNA type or default when not found.
|
|
358
|
-
:rtype: bpy.types.Struct
|
|
359
338
|
"""
|
|
360
339
|
|
|
361
340
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
362
341
|
"""
|
|
363
342
|
|
|
364
343
|
:return: The class or default when not found.
|
|
365
|
-
:rtype: typing.Any
|
|
366
344
|
"""
|
|
367
345
|
|
|
368
346
|
@classmethod
|
|
369
|
-
def description(cls, context, props):
|
|
347
|
+
def description(cls, context, props) -> None:
|
|
370
348
|
"""
|
|
371
349
|
|
|
372
350
|
:param context:
|
|
373
351
|
:param props:
|
|
374
352
|
"""
|
|
375
353
|
|
|
376
|
-
def execute(self, context):
|
|
354
|
+
def execute(self, context) -> None:
|
|
377
355
|
"""
|
|
378
356
|
|
|
379
357
|
:param context:
|
|
380
358
|
"""
|
|
381
359
|
|
|
382
|
-
class WM_OT_context_modal_mouse(
|
|
360
|
+
class WM_OT_context_modal_mouse(_bpy_types.Operator):
|
|
383
361
|
"""Adjust arbitrary values with mouse input"""
|
|
384
362
|
|
|
385
363
|
bl_idname: typing.Any
|
|
@@ -392,31 +370,29 @@ class WM_OT_context_modal_mouse(bpy.types.Operator):
|
|
|
392
370
|
"""
|
|
393
371
|
|
|
394
372
|
:return: The RNA type or default when not found.
|
|
395
|
-
:rtype: bpy.types.Struct
|
|
396
373
|
"""
|
|
397
374
|
|
|
398
375
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
376
|
"""
|
|
400
377
|
|
|
401
378
|
:return: The class or default when not found.
|
|
402
|
-
:rtype: typing.Any
|
|
403
379
|
"""
|
|
404
380
|
|
|
405
|
-
def invoke(self, context, event):
|
|
381
|
+
def invoke(self, context, event) -> None:
|
|
406
382
|
"""
|
|
407
383
|
|
|
408
384
|
:param context:
|
|
409
385
|
:param event:
|
|
410
386
|
"""
|
|
411
387
|
|
|
412
|
-
def modal(self, context, event):
|
|
388
|
+
def modal(self, context, event) -> None:
|
|
413
389
|
"""
|
|
414
390
|
|
|
415
391
|
:param context:
|
|
416
392
|
:param event:
|
|
417
393
|
"""
|
|
418
394
|
|
|
419
|
-
class WM_OT_context_pie_enum(
|
|
395
|
+
class WM_OT_context_pie_enum(_bpy_types.Operator):
|
|
420
396
|
bl_idname: typing.Any
|
|
421
397
|
bl_label: typing.Any
|
|
422
398
|
bl_options: typing.Any
|
|
@@ -427,32 +403,30 @@ class WM_OT_context_pie_enum(bpy.types.Operator):
|
|
|
427
403
|
"""
|
|
428
404
|
|
|
429
405
|
:return: The RNA type or default when not found.
|
|
430
|
-
:rtype: bpy.types.Struct
|
|
431
406
|
"""
|
|
432
407
|
|
|
433
408
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
434
409
|
"""
|
|
435
410
|
|
|
436
411
|
:return: The class or default when not found.
|
|
437
|
-
:rtype: typing.Any
|
|
438
412
|
"""
|
|
439
413
|
|
|
440
414
|
@classmethod
|
|
441
|
-
def description(cls, context, props):
|
|
415
|
+
def description(cls, context, props) -> None:
|
|
442
416
|
"""
|
|
443
417
|
|
|
444
418
|
:param context:
|
|
445
419
|
:param props:
|
|
446
420
|
"""
|
|
447
421
|
|
|
448
|
-
def invoke(self, context, event):
|
|
422
|
+
def invoke(self, context, event) -> None:
|
|
449
423
|
"""
|
|
450
424
|
|
|
451
425
|
:param context:
|
|
452
426
|
:param event:
|
|
453
427
|
"""
|
|
454
428
|
|
|
455
|
-
class WM_OT_context_scale_float(
|
|
429
|
+
class WM_OT_context_scale_float(_bpy_types.Operator):
|
|
456
430
|
"""Scale a float context value"""
|
|
457
431
|
|
|
458
432
|
bl_idname: typing.Any
|
|
@@ -465,31 +439,29 @@ class WM_OT_context_scale_float(bpy.types.Operator):
|
|
|
465
439
|
"""
|
|
466
440
|
|
|
467
441
|
:return: The RNA type or default when not found.
|
|
468
|
-
:rtype: bpy.types.Struct
|
|
469
442
|
"""
|
|
470
443
|
|
|
471
444
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
472
445
|
"""
|
|
473
446
|
|
|
474
447
|
:return: The class or default when not found.
|
|
475
|
-
:rtype: typing.Any
|
|
476
448
|
"""
|
|
477
449
|
|
|
478
450
|
@classmethod
|
|
479
|
-
def description(cls, context, props):
|
|
451
|
+
def description(cls, context, props) -> None:
|
|
480
452
|
"""
|
|
481
453
|
|
|
482
454
|
:param context:
|
|
483
455
|
:param props:
|
|
484
456
|
"""
|
|
485
457
|
|
|
486
|
-
def execute(self, context):
|
|
458
|
+
def execute(self, context) -> None:
|
|
487
459
|
"""
|
|
488
460
|
|
|
489
461
|
:param context:
|
|
490
462
|
"""
|
|
491
463
|
|
|
492
|
-
class WM_OT_context_scale_int(
|
|
464
|
+
class WM_OT_context_scale_int(_bpy_types.Operator):
|
|
493
465
|
"""Scale an int context value"""
|
|
494
466
|
|
|
495
467
|
bl_idname: typing.Any
|
|
@@ -502,31 +474,29 @@ class WM_OT_context_scale_int(bpy.types.Operator):
|
|
|
502
474
|
"""
|
|
503
475
|
|
|
504
476
|
:return: The RNA type or default when not found.
|
|
505
|
-
:rtype: bpy.types.Struct
|
|
506
477
|
"""
|
|
507
478
|
|
|
508
479
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
509
480
|
"""
|
|
510
481
|
|
|
511
482
|
:return: The class or default when not found.
|
|
512
|
-
:rtype: typing.Any
|
|
513
483
|
"""
|
|
514
484
|
|
|
515
485
|
@classmethod
|
|
516
|
-
def description(cls, context, props):
|
|
486
|
+
def description(cls, context, props) -> None:
|
|
517
487
|
"""
|
|
518
488
|
|
|
519
489
|
:param context:
|
|
520
490
|
:param props:
|
|
521
491
|
"""
|
|
522
492
|
|
|
523
|
-
def execute(self, context):
|
|
493
|
+
def execute(self, context) -> None:
|
|
524
494
|
"""
|
|
525
495
|
|
|
526
496
|
:param context:
|
|
527
497
|
"""
|
|
528
498
|
|
|
529
|
-
class WM_OT_context_set_boolean(
|
|
499
|
+
class WM_OT_context_set_boolean(_bpy_types.Operator):
|
|
530
500
|
"""Set a context value"""
|
|
531
501
|
|
|
532
502
|
bl_idname: typing.Any
|
|
@@ -539,25 +509,23 @@ class WM_OT_context_set_boolean(bpy.types.Operator):
|
|
|
539
509
|
"""
|
|
540
510
|
|
|
541
511
|
:return: The RNA type or default when not found.
|
|
542
|
-
:rtype: bpy.types.Struct
|
|
543
512
|
"""
|
|
544
513
|
|
|
545
514
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
546
515
|
"""
|
|
547
516
|
|
|
548
517
|
:return: The class or default when not found.
|
|
549
|
-
:rtype: typing.Any
|
|
550
518
|
"""
|
|
551
519
|
|
|
552
520
|
@classmethod
|
|
553
|
-
def description(cls, context, props):
|
|
521
|
+
def description(cls, context, props) -> None:
|
|
554
522
|
"""
|
|
555
523
|
|
|
556
524
|
:param context:
|
|
557
525
|
:param props:
|
|
558
526
|
"""
|
|
559
527
|
|
|
560
|
-
class WM_OT_context_set_enum(
|
|
528
|
+
class WM_OT_context_set_enum(_bpy_types.Operator):
|
|
561
529
|
"""Set a context value"""
|
|
562
530
|
|
|
563
531
|
bl_idname: typing.Any
|
|
@@ -570,25 +538,23 @@ class WM_OT_context_set_enum(bpy.types.Operator):
|
|
|
570
538
|
"""
|
|
571
539
|
|
|
572
540
|
:return: The RNA type or default when not found.
|
|
573
|
-
:rtype: bpy.types.Struct
|
|
574
541
|
"""
|
|
575
542
|
|
|
576
543
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
577
544
|
"""
|
|
578
545
|
|
|
579
546
|
:return: The class or default when not found.
|
|
580
|
-
:rtype: typing.Any
|
|
581
547
|
"""
|
|
582
548
|
|
|
583
549
|
@classmethod
|
|
584
|
-
def description(cls, context, props):
|
|
550
|
+
def description(cls, context, props) -> None:
|
|
585
551
|
"""
|
|
586
552
|
|
|
587
553
|
:param context:
|
|
588
554
|
:param props:
|
|
589
555
|
"""
|
|
590
556
|
|
|
591
|
-
class WM_OT_context_set_float(
|
|
557
|
+
class WM_OT_context_set_float(_bpy_types.Operator):
|
|
592
558
|
"""Set a context value"""
|
|
593
559
|
|
|
594
560
|
bl_idname: typing.Any
|
|
@@ -601,25 +567,23 @@ class WM_OT_context_set_float(bpy.types.Operator):
|
|
|
601
567
|
"""
|
|
602
568
|
|
|
603
569
|
:return: The RNA type or default when not found.
|
|
604
|
-
:rtype: bpy.types.Struct
|
|
605
570
|
"""
|
|
606
571
|
|
|
607
572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
608
573
|
"""
|
|
609
574
|
|
|
610
575
|
:return: The class or default when not found.
|
|
611
|
-
:rtype: typing.Any
|
|
612
576
|
"""
|
|
613
577
|
|
|
614
578
|
@classmethod
|
|
615
|
-
def description(cls, context, props):
|
|
579
|
+
def description(cls, context, props) -> None:
|
|
616
580
|
"""
|
|
617
581
|
|
|
618
582
|
:param context:
|
|
619
583
|
:param props:
|
|
620
584
|
"""
|
|
621
585
|
|
|
622
|
-
class WM_OT_context_set_id(
|
|
586
|
+
class WM_OT_context_set_id(_bpy_types.Operator):
|
|
623
587
|
"""Set a context value to an ID data-block"""
|
|
624
588
|
|
|
625
589
|
bl_idname: typing.Any
|
|
@@ -632,23 +596,21 @@ class WM_OT_context_set_id(bpy.types.Operator):
|
|
|
632
596
|
"""
|
|
633
597
|
|
|
634
598
|
:return: The RNA type or default when not found.
|
|
635
|
-
:rtype: bpy.types.Struct
|
|
636
599
|
"""
|
|
637
600
|
|
|
638
601
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
639
602
|
"""
|
|
640
603
|
|
|
641
604
|
:return: The class or default when not found.
|
|
642
|
-
:rtype: typing.Any
|
|
643
605
|
"""
|
|
644
606
|
|
|
645
|
-
def execute(self, context):
|
|
607
|
+
def execute(self, context) -> None:
|
|
646
608
|
"""
|
|
647
609
|
|
|
648
610
|
:param context:
|
|
649
611
|
"""
|
|
650
612
|
|
|
651
|
-
class WM_OT_context_set_int(
|
|
613
|
+
class WM_OT_context_set_int(_bpy_types.Operator):
|
|
652
614
|
"""Set a context value"""
|
|
653
615
|
|
|
654
616
|
bl_idname: typing.Any
|
|
@@ -661,25 +623,23 @@ class WM_OT_context_set_int(bpy.types.Operator):
|
|
|
661
623
|
"""
|
|
662
624
|
|
|
663
625
|
:return: The RNA type or default when not found.
|
|
664
|
-
:rtype: bpy.types.Struct
|
|
665
626
|
"""
|
|
666
627
|
|
|
667
628
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
668
629
|
"""
|
|
669
630
|
|
|
670
631
|
:return: The class or default when not found.
|
|
671
|
-
:rtype: typing.Any
|
|
672
632
|
"""
|
|
673
633
|
|
|
674
634
|
@classmethod
|
|
675
|
-
def description(cls, context, props):
|
|
635
|
+
def description(cls, context, props) -> None:
|
|
676
636
|
"""
|
|
677
637
|
|
|
678
638
|
:param context:
|
|
679
639
|
:param props:
|
|
680
640
|
"""
|
|
681
641
|
|
|
682
|
-
class WM_OT_context_set_string(
|
|
642
|
+
class WM_OT_context_set_string(_bpy_types.Operator):
|
|
683
643
|
"""Set a context value"""
|
|
684
644
|
|
|
685
645
|
bl_idname: typing.Any
|
|
@@ -692,25 +652,23 @@ class WM_OT_context_set_string(bpy.types.Operator):
|
|
|
692
652
|
"""
|
|
693
653
|
|
|
694
654
|
:return: The RNA type or default when not found.
|
|
695
|
-
:rtype: bpy.types.Struct
|
|
696
655
|
"""
|
|
697
656
|
|
|
698
657
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
699
658
|
"""
|
|
700
659
|
|
|
701
660
|
:return: The class or default when not found.
|
|
702
|
-
:rtype: typing.Any
|
|
703
661
|
"""
|
|
704
662
|
|
|
705
663
|
@classmethod
|
|
706
|
-
def description(cls, context, props):
|
|
664
|
+
def description(cls, context, props) -> None:
|
|
707
665
|
"""
|
|
708
666
|
|
|
709
667
|
:param context:
|
|
710
668
|
:param props:
|
|
711
669
|
"""
|
|
712
670
|
|
|
713
|
-
class WM_OT_context_set_value(
|
|
671
|
+
class WM_OT_context_set_value(_bpy_types.Operator):
|
|
714
672
|
"""Set a context value"""
|
|
715
673
|
|
|
716
674
|
bl_idname: typing.Any
|
|
@@ -723,31 +681,29 @@ class WM_OT_context_set_value(bpy.types.Operator):
|
|
|
723
681
|
"""
|
|
724
682
|
|
|
725
683
|
:return: The RNA type or default when not found.
|
|
726
|
-
:rtype: bpy.types.Struct
|
|
727
684
|
"""
|
|
728
685
|
|
|
729
686
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
730
687
|
"""
|
|
731
688
|
|
|
732
689
|
:return: The class or default when not found.
|
|
733
|
-
:rtype: typing.Any
|
|
734
690
|
"""
|
|
735
691
|
|
|
736
692
|
@classmethod
|
|
737
|
-
def description(cls, context, props):
|
|
693
|
+
def description(cls, context, props) -> None:
|
|
738
694
|
"""
|
|
739
695
|
|
|
740
696
|
:param context:
|
|
741
697
|
:param props:
|
|
742
698
|
"""
|
|
743
699
|
|
|
744
|
-
def execute(self, context):
|
|
700
|
+
def execute(self, context) -> None:
|
|
745
701
|
"""
|
|
746
702
|
|
|
747
703
|
:param context:
|
|
748
704
|
"""
|
|
749
705
|
|
|
750
|
-
class WM_OT_context_toggle(
|
|
706
|
+
class WM_OT_context_toggle(_bpy_types.Operator):
|
|
751
707
|
"""Toggle a context value"""
|
|
752
708
|
|
|
753
709
|
bl_idname: typing.Any
|
|
@@ -760,31 +716,29 @@ class WM_OT_context_toggle(bpy.types.Operator):
|
|
|
760
716
|
"""
|
|
761
717
|
|
|
762
718
|
:return: The RNA type or default when not found.
|
|
763
|
-
:rtype: bpy.types.Struct
|
|
764
719
|
"""
|
|
765
720
|
|
|
766
721
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
767
722
|
"""
|
|
768
723
|
|
|
769
724
|
:return: The class or default when not found.
|
|
770
|
-
:rtype: typing.Any
|
|
771
725
|
"""
|
|
772
726
|
|
|
773
727
|
@classmethod
|
|
774
|
-
def description(cls, context, props):
|
|
728
|
+
def description(cls, context, props) -> None:
|
|
775
729
|
"""
|
|
776
730
|
|
|
777
731
|
:param context:
|
|
778
732
|
:param props:
|
|
779
733
|
"""
|
|
780
734
|
|
|
781
|
-
def execute(self, context):
|
|
735
|
+
def execute(self, context) -> None:
|
|
782
736
|
"""
|
|
783
737
|
|
|
784
738
|
:param context:
|
|
785
739
|
"""
|
|
786
740
|
|
|
787
|
-
class WM_OT_context_toggle_enum(
|
|
741
|
+
class WM_OT_context_toggle_enum(_bpy_types.Operator):
|
|
788
742
|
"""Toggle a context value"""
|
|
789
743
|
|
|
790
744
|
bl_idname: typing.Any
|
|
@@ -797,31 +751,29 @@ class WM_OT_context_toggle_enum(bpy.types.Operator):
|
|
|
797
751
|
"""
|
|
798
752
|
|
|
799
753
|
:return: The RNA type or default when not found.
|
|
800
|
-
:rtype: bpy.types.Struct
|
|
801
754
|
"""
|
|
802
755
|
|
|
803
756
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
804
757
|
"""
|
|
805
758
|
|
|
806
759
|
:return: The class or default when not found.
|
|
807
|
-
:rtype: typing.Any
|
|
808
760
|
"""
|
|
809
761
|
|
|
810
762
|
@classmethod
|
|
811
|
-
def description(cls, context, props):
|
|
763
|
+
def description(cls, context, props) -> None:
|
|
812
764
|
"""
|
|
813
765
|
|
|
814
766
|
:param context:
|
|
815
767
|
:param props:
|
|
816
768
|
"""
|
|
817
769
|
|
|
818
|
-
def execute(self, context):
|
|
770
|
+
def execute(self, context) -> None:
|
|
819
771
|
"""
|
|
820
772
|
|
|
821
773
|
:param context:
|
|
822
774
|
"""
|
|
823
775
|
|
|
824
|
-
class WM_OT_doc_view(
|
|
776
|
+
class WM_OT_doc_view(_bpy_types.Operator):
|
|
825
777
|
"""Open online reference docs in a web browser"""
|
|
826
778
|
|
|
827
779
|
bl_idname: typing.Any
|
|
@@ -833,23 +785,21 @@ class WM_OT_doc_view(bpy.types.Operator):
|
|
|
833
785
|
"""
|
|
834
786
|
|
|
835
787
|
:return: The RNA type or default when not found.
|
|
836
|
-
:rtype: bpy.types.Struct
|
|
837
788
|
"""
|
|
838
789
|
|
|
839
790
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
840
791
|
"""
|
|
841
792
|
|
|
842
793
|
:return: The class or default when not found.
|
|
843
|
-
:rtype: typing.Any
|
|
844
794
|
"""
|
|
845
795
|
|
|
846
|
-
def execute(self, _context):
|
|
796
|
+
def execute(self, _context) -> None:
|
|
847
797
|
"""
|
|
848
798
|
|
|
849
799
|
:param _context:
|
|
850
800
|
"""
|
|
851
801
|
|
|
852
|
-
class WM_OT_doc_view_manual(
|
|
802
|
+
class WM_OT_doc_view_manual(_bpy_types.Operator):
|
|
853
803
|
"""Load online manual"""
|
|
854
804
|
|
|
855
805
|
bl_idname: typing.Any
|
|
@@ -861,23 +811,21 @@ class WM_OT_doc_view_manual(bpy.types.Operator):
|
|
|
861
811
|
"""
|
|
862
812
|
|
|
863
813
|
:return: The RNA type or default when not found.
|
|
864
|
-
:rtype: bpy.types.Struct
|
|
865
814
|
"""
|
|
866
815
|
|
|
867
816
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
868
817
|
"""
|
|
869
818
|
|
|
870
819
|
:return: The class or default when not found.
|
|
871
|
-
:rtype: typing.Any
|
|
872
820
|
"""
|
|
873
821
|
|
|
874
|
-
def execute(self, _context):
|
|
822
|
+
def execute(self, _context) -> None:
|
|
875
823
|
"""
|
|
876
824
|
|
|
877
825
|
:param _context:
|
|
878
826
|
"""
|
|
879
827
|
|
|
880
|
-
class WM_OT_drop_blend_file(
|
|
828
|
+
class WM_OT_drop_blend_file(_bpy_types.Operator):
|
|
881
829
|
bl_idname: typing.Any
|
|
882
830
|
bl_label: typing.Any
|
|
883
831
|
bl_options: typing.Any
|
|
@@ -888,31 +836,29 @@ class WM_OT_drop_blend_file(bpy.types.Operator):
|
|
|
888
836
|
"""
|
|
889
837
|
|
|
890
838
|
:return: The RNA type or default when not found.
|
|
891
|
-
:rtype: bpy.types.Struct
|
|
892
839
|
"""
|
|
893
840
|
|
|
894
841
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
895
842
|
"""
|
|
896
843
|
|
|
897
844
|
:return: The class or default when not found.
|
|
898
|
-
:rtype: typing.Any
|
|
899
845
|
"""
|
|
900
846
|
|
|
901
|
-
def draw_menu(self, menu, _context):
|
|
847
|
+
def draw_menu(self, menu, _context) -> None:
|
|
902
848
|
"""
|
|
903
849
|
|
|
904
850
|
:param menu:
|
|
905
851
|
:param _context:
|
|
906
852
|
"""
|
|
907
853
|
|
|
908
|
-
def invoke(self, context, _event):
|
|
854
|
+
def invoke(self, context, _event) -> None:
|
|
909
855
|
"""
|
|
910
856
|
|
|
911
857
|
:param context:
|
|
912
858
|
:param _event:
|
|
913
859
|
"""
|
|
914
860
|
|
|
915
|
-
class WM_OT_operator_cheat_sheet(
|
|
861
|
+
class WM_OT_operator_cheat_sheet(_bpy_types.Operator):
|
|
916
862
|
"""List all the operators in a text-block, useful for scripting"""
|
|
917
863
|
|
|
918
864
|
bl_idname: typing.Any
|
|
@@ -924,23 +870,21 @@ class WM_OT_operator_cheat_sheet(bpy.types.Operator):
|
|
|
924
870
|
"""
|
|
925
871
|
|
|
926
872
|
:return: The RNA type or default when not found.
|
|
927
|
-
:rtype: bpy.types.Struct
|
|
928
873
|
"""
|
|
929
874
|
|
|
930
875
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
931
876
|
"""
|
|
932
877
|
|
|
933
878
|
:return: The class or default when not found.
|
|
934
|
-
:rtype: typing.Any
|
|
935
879
|
"""
|
|
936
880
|
|
|
937
|
-
def execute(self, _context):
|
|
881
|
+
def execute(self, _context) -> None:
|
|
938
882
|
"""
|
|
939
883
|
|
|
940
884
|
:param _context:
|
|
941
885
|
"""
|
|
942
886
|
|
|
943
|
-
class WM_OT_operator_pie_enum(
|
|
887
|
+
class WM_OT_operator_pie_enum(_bpy_types.Operator):
|
|
944
888
|
bl_idname: typing.Any
|
|
945
889
|
bl_label: typing.Any
|
|
946
890
|
bl_options: typing.Any
|
|
@@ -951,32 +895,30 @@ class WM_OT_operator_pie_enum(bpy.types.Operator):
|
|
|
951
895
|
"""
|
|
952
896
|
|
|
953
897
|
:return: The RNA type or default when not found.
|
|
954
|
-
:rtype: bpy.types.Struct
|
|
955
898
|
"""
|
|
956
899
|
|
|
957
900
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
958
901
|
"""
|
|
959
902
|
|
|
960
903
|
:return: The class or default when not found.
|
|
961
|
-
:rtype: typing.Any
|
|
962
904
|
"""
|
|
963
905
|
|
|
964
906
|
@classmethod
|
|
965
|
-
def description(cls, context, props):
|
|
907
|
+
def description(cls, context, props) -> None:
|
|
966
908
|
"""
|
|
967
909
|
|
|
968
910
|
:param context:
|
|
969
911
|
:param props:
|
|
970
912
|
"""
|
|
971
913
|
|
|
972
|
-
def invoke(self, context, event):
|
|
914
|
+
def invoke(self, context, event) -> None:
|
|
973
915
|
"""
|
|
974
916
|
|
|
975
917
|
:param context:
|
|
976
918
|
:param event:
|
|
977
919
|
"""
|
|
978
920
|
|
|
979
|
-
class WM_OT_owner_disable(
|
|
921
|
+
class WM_OT_owner_disable(_bpy_types.Operator):
|
|
980
922
|
"""Disable add-on for workspace"""
|
|
981
923
|
|
|
982
924
|
bl_idname: typing.Any
|
|
@@ -988,23 +930,21 @@ class WM_OT_owner_disable(bpy.types.Operator):
|
|
|
988
930
|
"""
|
|
989
931
|
|
|
990
932
|
:return: The RNA type or default when not found.
|
|
991
|
-
:rtype: bpy.types.Struct
|
|
992
933
|
"""
|
|
993
934
|
|
|
994
935
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
995
936
|
"""
|
|
996
937
|
|
|
997
938
|
:return: The class or default when not found.
|
|
998
|
-
:rtype: typing.Any
|
|
999
939
|
"""
|
|
1000
940
|
|
|
1001
|
-
def execute(self, context):
|
|
941
|
+
def execute(self, context) -> None:
|
|
1002
942
|
"""
|
|
1003
943
|
|
|
1004
944
|
:param context:
|
|
1005
945
|
"""
|
|
1006
946
|
|
|
1007
|
-
class WM_OT_owner_enable(
|
|
947
|
+
class WM_OT_owner_enable(_bpy_types.Operator):
|
|
1008
948
|
"""Enable add-on for workspace"""
|
|
1009
949
|
|
|
1010
950
|
bl_idname: typing.Any
|
|
@@ -1016,23 +956,21 @@ class WM_OT_owner_enable(bpy.types.Operator):
|
|
|
1016
956
|
"""
|
|
1017
957
|
|
|
1018
958
|
:return: The RNA type or default when not found.
|
|
1019
|
-
:rtype: bpy.types.Struct
|
|
1020
959
|
"""
|
|
1021
960
|
|
|
1022
961
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1023
962
|
"""
|
|
1024
963
|
|
|
1025
964
|
:return: The class or default when not found.
|
|
1026
|
-
:rtype: typing.Any
|
|
1027
965
|
"""
|
|
1028
966
|
|
|
1029
|
-
def execute(self, context):
|
|
967
|
+
def execute(self, context) -> None:
|
|
1030
968
|
"""
|
|
1031
969
|
|
|
1032
970
|
:param context:
|
|
1033
971
|
"""
|
|
1034
972
|
|
|
1035
|
-
class WM_OT_path_open(
|
|
973
|
+
class WM_OT_path_open(_bpy_types.Operator):
|
|
1036
974
|
"""Open a path in a file browser"""
|
|
1037
975
|
|
|
1038
976
|
bl_idname: typing.Any
|
|
@@ -1045,23 +983,21 @@ class WM_OT_path_open(bpy.types.Operator):
|
|
|
1045
983
|
"""
|
|
1046
984
|
|
|
1047
985
|
:return: The RNA type or default when not found.
|
|
1048
|
-
:rtype: bpy.types.Struct
|
|
1049
986
|
"""
|
|
1050
987
|
|
|
1051
988
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1052
989
|
"""
|
|
1053
990
|
|
|
1054
991
|
:return: The class or default when not found.
|
|
1055
|
-
:rtype: typing.Any
|
|
1056
992
|
"""
|
|
1057
993
|
|
|
1058
|
-
def execute(self, _context):
|
|
994
|
+
def execute(self, _context) -> None:
|
|
1059
995
|
"""
|
|
1060
996
|
|
|
1061
997
|
:param _context:
|
|
1062
998
|
"""
|
|
1063
999
|
|
|
1064
|
-
class WM_OT_properties_add(
|
|
1000
|
+
class WM_OT_properties_add(_bpy_types.Operator):
|
|
1065
1001
|
"""Add your own property to the data-block"""
|
|
1066
1002
|
|
|
1067
1003
|
bl_idname: typing.Any
|
|
@@ -1074,23 +1010,21 @@ class WM_OT_properties_add(bpy.types.Operator):
|
|
|
1074
1010
|
"""
|
|
1075
1011
|
|
|
1076
1012
|
:return: The RNA type or default when not found.
|
|
1077
|
-
:rtype: bpy.types.Struct
|
|
1078
1013
|
"""
|
|
1079
1014
|
|
|
1080
1015
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1081
1016
|
"""
|
|
1082
1017
|
|
|
1083
1018
|
:return: The class or default when not found.
|
|
1084
|
-
:rtype: typing.Any
|
|
1085
1019
|
"""
|
|
1086
1020
|
|
|
1087
|
-
def execute(self, context):
|
|
1021
|
+
def execute(self, context) -> None:
|
|
1088
1022
|
"""
|
|
1089
1023
|
|
|
1090
1024
|
:param context:
|
|
1091
1025
|
"""
|
|
1092
1026
|
|
|
1093
|
-
class WM_OT_properties_context_change(
|
|
1027
|
+
class WM_OT_properties_context_change(_bpy_types.Operator):
|
|
1094
1028
|
"""Jump to a different tab inside the properties editor"""
|
|
1095
1029
|
|
|
1096
1030
|
bl_idname: typing.Any
|
|
@@ -1103,24 +1037,22 @@ class WM_OT_properties_context_change(bpy.types.Operator):
|
|
|
1103
1037
|
"""
|
|
1104
1038
|
|
|
1105
1039
|
:return: The RNA type or default when not found.
|
|
1106
|
-
:rtype: bpy.types.Struct
|
|
1107
1040
|
"""
|
|
1108
1041
|
|
|
1109
1042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1110
1043
|
"""
|
|
1111
1044
|
|
|
1112
1045
|
:return: The class or default when not found.
|
|
1113
|
-
:rtype: typing.Any
|
|
1114
1046
|
"""
|
|
1115
1047
|
|
|
1116
|
-
def execute(self, context):
|
|
1048
|
+
def execute(self, context) -> None:
|
|
1117
1049
|
"""
|
|
1118
1050
|
|
|
1119
1051
|
:param context:
|
|
1120
1052
|
"""
|
|
1121
1053
|
|
|
1122
|
-
class WM_OT_properties_edit(
|
|
1123
|
-
"""Change a custom
|
|
1054
|
+
class WM_OT_properties_edit(_bpy_types.Operator):
|
|
1055
|
+
"""Change a custom propertys type, or adjust how it is displayed in the interface"""
|
|
1124
1056
|
|
|
1125
1057
|
bl_idname: typing.Any
|
|
1126
1058
|
bl_label: typing.Any
|
|
@@ -1132,44 +1064,42 @@ class WM_OT_properties_edit(bpy.types.Operator):
|
|
|
1132
1064
|
"""
|
|
1133
1065
|
|
|
1134
1066
|
:return: The RNA type or default when not found.
|
|
1135
|
-
:rtype: bpy.types.Struct
|
|
1136
1067
|
"""
|
|
1137
1068
|
|
|
1138
1069
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1139
1070
|
"""
|
|
1140
1071
|
|
|
1141
1072
|
:return: The class or default when not found.
|
|
1142
|
-
:rtype: typing.Any
|
|
1143
1073
|
"""
|
|
1144
1074
|
|
|
1145
|
-
def check(self, context):
|
|
1075
|
+
def check(self, context) -> None:
|
|
1146
1076
|
"""
|
|
1147
1077
|
|
|
1148
1078
|
:param context:
|
|
1149
1079
|
"""
|
|
1150
1080
|
|
|
1151
1081
|
@staticmethod
|
|
1152
|
-
def convert_custom_property_to_string(item, name):
|
|
1082
|
+
def convert_custom_property_to_string(item, name) -> None:
|
|
1153
1083
|
"""
|
|
1154
1084
|
|
|
1155
1085
|
:param item:
|
|
1156
1086
|
:param name:
|
|
1157
1087
|
"""
|
|
1158
1088
|
|
|
1159
|
-
def draw(self, _context):
|
|
1089
|
+
def draw(self, _context) -> None:
|
|
1160
1090
|
"""
|
|
1161
1091
|
|
|
1162
1092
|
:param _context:
|
|
1163
1093
|
"""
|
|
1164
1094
|
|
|
1165
|
-
def execute(self, context):
|
|
1095
|
+
def execute(self, context) -> None:
|
|
1166
1096
|
"""
|
|
1167
1097
|
|
|
1168
1098
|
:param context:
|
|
1169
1099
|
"""
|
|
1170
1100
|
|
|
1171
1101
|
@staticmethod
|
|
1172
|
-
def get_property_id_type(item, property_name):
|
|
1102
|
+
def get_property_id_type(item, property_name) -> None:
|
|
1173
1103
|
"""
|
|
1174
1104
|
|
|
1175
1105
|
:param item:
|
|
@@ -1177,33 +1107,33 @@ class WM_OT_properties_edit(bpy.types.Operator):
|
|
|
1177
1107
|
"""
|
|
1178
1108
|
|
|
1179
1109
|
@staticmethod
|
|
1180
|
-
def get_property_type(item, property_name):
|
|
1110
|
+
def get_property_type(item, property_name) -> None:
|
|
1181
1111
|
"""
|
|
1182
1112
|
|
|
1183
1113
|
:param item:
|
|
1184
1114
|
:param property_name:
|
|
1185
1115
|
"""
|
|
1186
1116
|
|
|
1187
|
-
def invoke(self, context, _event):
|
|
1117
|
+
def invoke(self, context, _event) -> None:
|
|
1188
1118
|
"""
|
|
1189
1119
|
|
|
1190
1120
|
:param context:
|
|
1191
1121
|
:param _event:
|
|
1192
1122
|
"""
|
|
1193
1123
|
|
|
1194
|
-
def property_type_update_cb(self, context):
|
|
1124
|
+
def property_type_update_cb(self, context) -> None:
|
|
1195
1125
|
"""
|
|
1196
1126
|
|
|
1197
1127
|
:param context:
|
|
1198
1128
|
"""
|
|
1199
1129
|
|
|
1200
|
-
def subtype_items_cb(self, context):
|
|
1130
|
+
def subtype_items_cb(self, context) -> None:
|
|
1201
1131
|
"""
|
|
1202
1132
|
|
|
1203
1133
|
:param context:
|
|
1204
1134
|
"""
|
|
1205
1135
|
|
|
1206
|
-
class WM_OT_properties_edit_value(
|
|
1136
|
+
class WM_OT_properties_edit_value(_bpy_types.Operator):
|
|
1207
1137
|
"""Edit the value of a custom property"""
|
|
1208
1138
|
|
|
1209
1139
|
bl_idname: typing.Any
|
|
@@ -1216,36 +1146,34 @@ class WM_OT_properties_edit_value(bpy.types.Operator):
|
|
|
1216
1146
|
"""
|
|
1217
1147
|
|
|
1218
1148
|
:return: The RNA type or default when not found.
|
|
1219
|
-
:rtype: bpy.types.Struct
|
|
1220
1149
|
"""
|
|
1221
1150
|
|
|
1222
1151
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1223
1152
|
"""
|
|
1224
1153
|
|
|
1225
1154
|
:return: The class or default when not found.
|
|
1226
|
-
:rtype: typing.Any
|
|
1227
1155
|
"""
|
|
1228
1156
|
|
|
1229
|
-
def draw(self, context):
|
|
1157
|
+
def draw(self, context) -> None:
|
|
1230
1158
|
"""
|
|
1231
1159
|
|
|
1232
1160
|
:param context:
|
|
1233
1161
|
"""
|
|
1234
1162
|
|
|
1235
|
-
def execute(self, context):
|
|
1163
|
+
def execute(self, context) -> None:
|
|
1236
1164
|
"""
|
|
1237
1165
|
|
|
1238
1166
|
:param context:
|
|
1239
1167
|
"""
|
|
1240
1168
|
|
|
1241
|
-
def invoke(self, context, _event):
|
|
1169
|
+
def invoke(self, context, _event) -> None:
|
|
1242
1170
|
"""
|
|
1243
1171
|
|
|
1244
1172
|
:param context:
|
|
1245
1173
|
:param _event:
|
|
1246
1174
|
"""
|
|
1247
1175
|
|
|
1248
|
-
class WM_OT_properties_remove(
|
|
1176
|
+
class WM_OT_properties_remove(_bpy_types.Operator):
|
|
1249
1177
|
"""Internal use (edit a property data_path)"""
|
|
1250
1178
|
|
|
1251
1179
|
bl_idname: typing.Any
|
|
@@ -1258,23 +1186,21 @@ class WM_OT_properties_remove(bpy.types.Operator):
|
|
|
1258
1186
|
"""
|
|
1259
1187
|
|
|
1260
1188
|
:return: The RNA type or default when not found.
|
|
1261
|
-
:rtype: bpy.types.Struct
|
|
1262
1189
|
"""
|
|
1263
1190
|
|
|
1264
1191
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1265
1192
|
"""
|
|
1266
1193
|
|
|
1267
1194
|
:return: The class or default when not found.
|
|
1268
|
-
:rtype: typing.Any
|
|
1269
1195
|
"""
|
|
1270
1196
|
|
|
1271
|
-
def execute(self, context):
|
|
1197
|
+
def execute(self, context) -> None:
|
|
1272
1198
|
"""
|
|
1273
1199
|
|
|
1274
1200
|
:param context:
|
|
1275
1201
|
"""
|
|
1276
1202
|
|
|
1277
|
-
class WM_OT_sysinfo(
|
|
1203
|
+
class WM_OT_sysinfo(_bpy_types.Operator):
|
|
1278
1204
|
"""Generate system information, saved into a text file"""
|
|
1279
1205
|
|
|
1280
1206
|
bl_idname: typing.Any
|
|
@@ -1286,30 +1212,28 @@ class WM_OT_sysinfo(bpy.types.Operator):
|
|
|
1286
1212
|
"""
|
|
1287
1213
|
|
|
1288
1214
|
:return: The RNA type or default when not found.
|
|
1289
|
-
:rtype: bpy.types.Struct
|
|
1290
1215
|
"""
|
|
1291
1216
|
|
|
1292
1217
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1293
1218
|
"""
|
|
1294
1219
|
|
|
1295
1220
|
:return: The class or default when not found.
|
|
1296
|
-
:rtype: typing.Any
|
|
1297
1221
|
"""
|
|
1298
1222
|
|
|
1299
|
-
def execute(self, _context):
|
|
1223
|
+
def execute(self, _context) -> None:
|
|
1300
1224
|
"""
|
|
1301
1225
|
|
|
1302
1226
|
:param _context:
|
|
1303
1227
|
"""
|
|
1304
1228
|
|
|
1305
|
-
def invoke(self, context, _event):
|
|
1229
|
+
def invoke(self, context, _event) -> None:
|
|
1306
1230
|
"""
|
|
1307
1231
|
|
|
1308
1232
|
:param context:
|
|
1309
1233
|
:param _event:
|
|
1310
1234
|
"""
|
|
1311
1235
|
|
|
1312
|
-
class WM_OT_tool_set_by_brush_type(
|
|
1236
|
+
class WM_OT_tool_set_by_brush_type(_bpy_types.Operator):
|
|
1313
1237
|
"""Look up the most appropriate tool for the given brush type and activate that"""
|
|
1314
1238
|
|
|
1315
1239
|
bl_idname: typing.Any
|
|
@@ -1321,23 +1245,21 @@ class WM_OT_tool_set_by_brush_type(bpy.types.Operator):
|
|
|
1321
1245
|
"""
|
|
1322
1246
|
|
|
1323
1247
|
:return: The RNA type or default when not found.
|
|
1324
|
-
:rtype: bpy.types.Struct
|
|
1325
1248
|
"""
|
|
1326
1249
|
|
|
1327
1250
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1328
1251
|
"""
|
|
1329
1252
|
|
|
1330
1253
|
:return: The class or default when not found.
|
|
1331
|
-
:rtype: typing.Any
|
|
1332
1254
|
"""
|
|
1333
1255
|
|
|
1334
|
-
def execute(self, context):
|
|
1256
|
+
def execute(self, context) -> None:
|
|
1335
1257
|
"""
|
|
1336
1258
|
|
|
1337
1259
|
:param context:
|
|
1338
1260
|
"""
|
|
1339
1261
|
|
|
1340
|
-
class WM_OT_tool_set_by_id(
|
|
1262
|
+
class WM_OT_tool_set_by_id(_bpy_types.Operator):
|
|
1341
1263
|
"""Set the tool by name (for key-maps)"""
|
|
1342
1264
|
|
|
1343
1265
|
bl_idname: typing.Any
|
|
@@ -1349,31 +1271,29 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
|
|
|
1349
1271
|
"""
|
|
1350
1272
|
|
|
1351
1273
|
:return: The RNA type or default when not found.
|
|
1352
|
-
:rtype: bpy.types.Struct
|
|
1353
1274
|
"""
|
|
1354
1275
|
|
|
1355
1276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1356
1277
|
"""
|
|
1357
1278
|
|
|
1358
1279
|
:return: The class or default when not found.
|
|
1359
|
-
:rtype: typing.Any
|
|
1360
1280
|
"""
|
|
1361
1281
|
|
|
1362
|
-
def execute(self, context):
|
|
1282
|
+
def execute(self, context) -> None:
|
|
1363
1283
|
"""
|
|
1364
1284
|
|
|
1365
1285
|
:param context:
|
|
1366
1286
|
"""
|
|
1367
1287
|
|
|
1368
1288
|
@staticmethod
|
|
1369
|
-
def space_type_from_operator(op, context):
|
|
1289
|
+
def space_type_from_operator(op, context) -> None:
|
|
1370
1290
|
"""
|
|
1371
1291
|
|
|
1372
1292
|
:param op:
|
|
1373
1293
|
:param context:
|
|
1374
1294
|
"""
|
|
1375
1295
|
|
|
1376
|
-
class WM_OT_tool_set_by_index(
|
|
1296
|
+
class WM_OT_tool_set_by_index(_bpy_types.Operator):
|
|
1377
1297
|
"""Set the tool by index (for key-maps)"""
|
|
1378
1298
|
|
|
1379
1299
|
bl_idname: typing.Any
|
|
@@ -1385,23 +1305,21 @@ class WM_OT_tool_set_by_index(bpy.types.Operator):
|
|
|
1385
1305
|
"""
|
|
1386
1306
|
|
|
1387
1307
|
:return: The RNA type or default when not found.
|
|
1388
|
-
:rtype: bpy.types.Struct
|
|
1389
1308
|
"""
|
|
1390
1309
|
|
|
1391
1310
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1392
1311
|
"""
|
|
1393
1312
|
|
|
1394
1313
|
:return: The class or default when not found.
|
|
1395
|
-
:rtype: typing.Any
|
|
1396
1314
|
"""
|
|
1397
1315
|
|
|
1398
|
-
def execute(self, context):
|
|
1316
|
+
def execute(self, context) -> None:
|
|
1399
1317
|
"""
|
|
1400
1318
|
|
|
1401
1319
|
:param context:
|
|
1402
1320
|
"""
|
|
1403
1321
|
|
|
1404
|
-
class WM_OT_toolbar(
|
|
1322
|
+
class WM_OT_toolbar(_bpy_types.Operator):
|
|
1405
1323
|
bl_idname: typing.Any
|
|
1406
1324
|
bl_label: typing.Any
|
|
1407
1325
|
bl_rna: typing.Any
|
|
@@ -1411,17 +1329,15 @@ class WM_OT_toolbar(bpy.types.Operator):
|
|
|
1411
1329
|
"""
|
|
1412
1330
|
|
|
1413
1331
|
:return: The RNA type or default when not found.
|
|
1414
|
-
:rtype: bpy.types.Struct
|
|
1415
1332
|
"""
|
|
1416
1333
|
|
|
1417
1334
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1418
1335
|
"""
|
|
1419
1336
|
|
|
1420
1337
|
:return: The class or default when not found.
|
|
1421
|
-
:rtype: typing.Any
|
|
1422
1338
|
"""
|
|
1423
1339
|
|
|
1424
|
-
def execute(self, context):
|
|
1340
|
+
def execute(self, context) -> None:
|
|
1425
1341
|
"""
|
|
1426
1342
|
|
|
1427
1343
|
:param context:
|
|
@@ -1430,7 +1346,7 @@ class WM_OT_toolbar(bpy.types.Operator):
|
|
|
1430
1346
|
@staticmethod
|
|
1431
1347
|
def keymap_from_toolbar(
|
|
1432
1348
|
context, space_type, *, use_fallback_keys=True, use_reset=True
|
|
1433
|
-
):
|
|
1349
|
+
) -> None:
|
|
1434
1350
|
"""
|
|
1435
1351
|
|
|
1436
1352
|
:param context:
|
|
@@ -1440,13 +1356,13 @@ class WM_OT_toolbar(bpy.types.Operator):
|
|
|
1440
1356
|
"""
|
|
1441
1357
|
|
|
1442
1358
|
@classmethod
|
|
1443
|
-
def poll(cls, context):
|
|
1359
|
+
def poll(cls, context) -> None:
|
|
1444
1360
|
"""
|
|
1445
1361
|
|
|
1446
1362
|
:param context:
|
|
1447
1363
|
"""
|
|
1448
1364
|
|
|
1449
|
-
class WM_OT_toolbar_fallback_pie(
|
|
1365
|
+
class WM_OT_toolbar_fallback_pie(_bpy_types.Operator):
|
|
1450
1366
|
bl_idname: typing.Any
|
|
1451
1367
|
bl_label: typing.Any
|
|
1452
1368
|
bl_rna: typing.Any
|
|
@@ -1456,17 +1372,15 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
|
|
|
1456
1372
|
"""
|
|
1457
1373
|
|
|
1458
1374
|
:return: The RNA type or default when not found.
|
|
1459
|
-
:rtype: bpy.types.Struct
|
|
1460
1375
|
"""
|
|
1461
1376
|
|
|
1462
1377
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1463
1378
|
"""
|
|
1464
1379
|
|
|
1465
1380
|
:return: The class or default when not found.
|
|
1466
|
-
:rtype: typing.Any
|
|
1467
1381
|
"""
|
|
1468
1382
|
|
|
1469
|
-
def invoke(self, context, event):
|
|
1383
|
+
def invoke(self, context, event) -> None:
|
|
1470
1384
|
"""
|
|
1471
1385
|
|
|
1472
1386
|
:param context:
|
|
@@ -1474,13 +1388,13 @@ class WM_OT_toolbar_fallback_pie(bpy.types.Operator):
|
|
|
1474
1388
|
"""
|
|
1475
1389
|
|
|
1476
1390
|
@classmethod
|
|
1477
|
-
def poll(cls, context):
|
|
1391
|
+
def poll(cls, context) -> None:
|
|
1478
1392
|
"""
|
|
1479
1393
|
|
|
1480
1394
|
:param context:
|
|
1481
1395
|
"""
|
|
1482
1396
|
|
|
1483
|
-
class WM_OT_toolbar_prompt(
|
|
1397
|
+
class WM_OT_toolbar_prompt(_bpy_types.Operator):
|
|
1484
1398
|
"""Leader key like functionality for accessing tools"""
|
|
1485
1399
|
|
|
1486
1400
|
bl_idname: typing.Any
|
|
@@ -1492,31 +1406,29 @@ class WM_OT_toolbar_prompt(bpy.types.Operator):
|
|
|
1492
1406
|
"""
|
|
1493
1407
|
|
|
1494
1408
|
:return: The RNA type or default when not found.
|
|
1495
|
-
:rtype: bpy.types.Struct
|
|
1496
1409
|
"""
|
|
1497
1410
|
|
|
1498
1411
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1499
1412
|
"""
|
|
1500
1413
|
|
|
1501
1414
|
:return: The class or default when not found.
|
|
1502
|
-
:rtype: typing.Any
|
|
1503
1415
|
"""
|
|
1504
1416
|
|
|
1505
|
-
def invoke(self, context, event):
|
|
1417
|
+
def invoke(self, context, event) -> None:
|
|
1506
1418
|
"""
|
|
1507
1419
|
|
|
1508
1420
|
:param context:
|
|
1509
1421
|
:param event:
|
|
1510
1422
|
"""
|
|
1511
1423
|
|
|
1512
|
-
def modal(self, context, event):
|
|
1424
|
+
def modal(self, context, event) -> None:
|
|
1513
1425
|
"""
|
|
1514
1426
|
|
|
1515
1427
|
:param context:
|
|
1516
1428
|
:param event:
|
|
1517
1429
|
"""
|
|
1518
1430
|
|
|
1519
|
-
class WM_OT_url_open(
|
|
1431
|
+
class WM_OT_url_open(_bpy_types.Operator):
|
|
1520
1432
|
"""Open a website in the web browser"""
|
|
1521
1433
|
|
|
1522
1434
|
bl_idname: typing.Any
|
|
@@ -1529,23 +1441,21 @@ class WM_OT_url_open(bpy.types.Operator):
|
|
|
1529
1441
|
"""
|
|
1530
1442
|
|
|
1531
1443
|
:return: The RNA type or default when not found.
|
|
1532
|
-
:rtype: bpy.types.Struct
|
|
1533
1444
|
"""
|
|
1534
1445
|
|
|
1535
1446
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1536
1447
|
"""
|
|
1537
1448
|
|
|
1538
1449
|
:return: The class or default when not found.
|
|
1539
|
-
:rtype: typing.Any
|
|
1540
1450
|
"""
|
|
1541
1451
|
|
|
1542
|
-
def execute(self, _context):
|
|
1452
|
+
def execute(self, _context) -> None:
|
|
1543
1453
|
"""
|
|
1544
1454
|
|
|
1545
1455
|
:param _context:
|
|
1546
1456
|
"""
|
|
1547
1457
|
|
|
1548
|
-
class WM_OT_url_open_preset(
|
|
1458
|
+
class WM_OT_url_open_preset(_bpy_types.Operator):
|
|
1549
1459
|
"""Open a preset website in the web browser"""
|
|
1550
1460
|
|
|
1551
1461
|
bl_idname: typing.Any
|
|
@@ -1560,29 +1470,27 @@ class WM_OT_url_open_preset(bpy.types.Operator):
|
|
|
1560
1470
|
"""
|
|
1561
1471
|
|
|
1562
1472
|
:return: The RNA type or default when not found.
|
|
1563
|
-
:rtype: bpy.types.Struct
|
|
1564
1473
|
"""
|
|
1565
1474
|
|
|
1566
1475
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1567
1476
|
"""
|
|
1568
1477
|
|
|
1569
1478
|
:return: The class or default when not found.
|
|
1570
|
-
:rtype: typing.Any
|
|
1571
1479
|
"""
|
|
1572
1480
|
|
|
1573
|
-
def execute(self, context):
|
|
1481
|
+
def execute(self, context) -> None:
|
|
1574
1482
|
"""
|
|
1575
1483
|
|
|
1576
1484
|
:param context:
|
|
1577
1485
|
"""
|
|
1578
1486
|
|
|
1579
|
-
def context_path_decompose(data_path): ...
|
|
1580
|
-
def context_path_to_rna_property(context, data_path): ...
|
|
1581
|
-
def context_path_validate(context, data_path): ...
|
|
1582
|
-
def description_from_data_path(base, data_path, *, prefix, value=Ellipsis): ...
|
|
1583
|
-
def execute_context_assign(self_, context): ...
|
|
1584
|
-
def operator_path_is_undo(context, data_path): ...
|
|
1585
|
-
def operator_path_undo_return(context, data_path): ...
|
|
1586
|
-
def operator_value_is_undo(value): ...
|
|
1587
|
-
def operator_value_undo_return(value): ...
|
|
1588
|
-
def rna_path_prop_search_for_context(self_, context, edit_text): ...
|
|
1487
|
+
def context_path_decompose(data_path) -> None: ...
|
|
1488
|
+
def context_path_to_rna_property(context, data_path) -> None: ...
|
|
1489
|
+
def context_path_validate(context, data_path) -> None: ...
|
|
1490
|
+
def description_from_data_path(base, data_path, *, prefix, value=Ellipsis) -> None: ...
|
|
1491
|
+
def execute_context_assign(self_, context) -> None: ...
|
|
1492
|
+
def operator_path_is_undo(context, data_path) -> None: ...
|
|
1493
|
+
def operator_path_undo_return(context, data_path) -> None: ...
|
|
1494
|
+
def operator_value_is_undo(value) -> None: ...
|
|
1495
|
+
def operator_value_undo_return(value) -> None: ...
|
|
1496
|
+
def rna_path_prop_search_for_context(self_, context, edit_text) -> None: ...
|