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_ui/space_image/__init__.pyi
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
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 bl_ui.properties_grease_pencil_common
|
|
5
7
|
import bl_ui.properties_mask_common
|
|
6
8
|
import bl_ui.properties_paint_common
|
|
@@ -12,45 +14,42 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
|
12
14
|
bl_space_type: typing.Any
|
|
13
15
|
|
|
14
16
|
@classmethod
|
|
15
|
-
def poll(cls, context):
|
|
17
|
+
def poll(cls, context) -> None:
|
|
16
18
|
"""
|
|
17
19
|
|
|
18
20
|
:param context:
|
|
19
21
|
"""
|
|
20
22
|
|
|
21
|
-
class IMAGE_AST_brush_paint(ImageAssetShelf,
|
|
23
|
+
class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
|
|
22
24
|
bl_activate_operator: typing.Any
|
|
23
|
-
bl_default_preview_size: typing.Any
|
|
24
25
|
bl_options: typing.Any
|
|
25
26
|
bl_rna: typing.Any
|
|
26
27
|
bl_space_type: typing.Any
|
|
27
28
|
brush_type_prop: typing.Any
|
|
29
|
+
filter_brush: typing.Any
|
|
28
30
|
id_data: typing.Any
|
|
29
31
|
mode_prop: typing.Any
|
|
30
|
-
tool_prop: typing.Any
|
|
31
32
|
|
|
32
33
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
33
34
|
"""
|
|
34
35
|
|
|
35
36
|
:return: The RNA type or default when not found.
|
|
36
|
-
:rtype: bpy.types.Struct
|
|
37
37
|
"""
|
|
38
38
|
|
|
39
39
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
42
|
:return: The class or default when not found.
|
|
43
|
-
:rtype: typing.Any
|
|
44
43
|
"""
|
|
45
44
|
|
|
46
45
|
@classmethod
|
|
47
|
-
def poll(cls, context):
|
|
46
|
+
def poll(cls, context) -> None:
|
|
48
47
|
"""
|
|
49
48
|
|
|
50
49
|
:param context:
|
|
51
50
|
"""
|
|
52
51
|
|
|
53
|
-
class IMAGE_HT_header(
|
|
52
|
+
class IMAGE_HT_header(_bpy_types.Header):
|
|
54
53
|
bl_rna: typing.Any
|
|
55
54
|
bl_space_type: typing.Any
|
|
56
55
|
id_data: typing.Any
|
|
@@ -59,31 +58,29 @@ class IMAGE_HT_header(bpy.types.Header):
|
|
|
59
58
|
"""
|
|
60
59
|
|
|
61
60
|
:return: The RNA type or default when not found.
|
|
62
|
-
:rtype: bpy.types.Struct
|
|
63
61
|
"""
|
|
64
62
|
|
|
65
63
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
66
64
|
"""
|
|
67
65
|
|
|
68
66
|
:return: The class or default when not found.
|
|
69
|
-
:rtype: typing.Any
|
|
70
67
|
"""
|
|
71
68
|
|
|
72
|
-
def draw(self, context):
|
|
69
|
+
def draw(self, context) -> None:
|
|
73
70
|
"""
|
|
74
71
|
|
|
75
72
|
:param context:
|
|
76
73
|
"""
|
|
77
74
|
|
|
78
75
|
@staticmethod
|
|
79
|
-
def draw_xform_template(layout, context):
|
|
76
|
+
def draw_xform_template(layout, context) -> None:
|
|
80
77
|
"""
|
|
81
78
|
|
|
82
79
|
:param layout:
|
|
83
80
|
:param context:
|
|
84
81
|
"""
|
|
85
82
|
|
|
86
|
-
class IMAGE_HT_tool_header(
|
|
83
|
+
class IMAGE_HT_tool_header(_bpy_types.Header):
|
|
87
84
|
bl_region_type: typing.Any
|
|
88
85
|
bl_rna: typing.Any
|
|
89
86
|
bl_space_type: typing.Any
|
|
@@ -93,35 +90,33 @@ class IMAGE_HT_tool_header(bpy.types.Header):
|
|
|
93
90
|
"""
|
|
94
91
|
|
|
95
92
|
:return: The RNA type or default when not found.
|
|
96
|
-
:rtype: bpy.types.Struct
|
|
97
93
|
"""
|
|
98
94
|
|
|
99
95
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
100
96
|
"""
|
|
101
97
|
|
|
102
98
|
:return: The class or default when not found.
|
|
103
|
-
:rtype: typing.Any
|
|
104
99
|
"""
|
|
105
100
|
|
|
106
|
-
def draw(self, context):
|
|
101
|
+
def draw(self, context) -> None:
|
|
107
102
|
"""
|
|
108
103
|
|
|
109
104
|
:param context:
|
|
110
105
|
"""
|
|
111
106
|
|
|
112
|
-
def draw_mode_settings(self, context):
|
|
107
|
+
def draw_mode_settings(self, context) -> None:
|
|
113
108
|
"""
|
|
114
109
|
|
|
115
110
|
:param context:
|
|
116
111
|
"""
|
|
117
112
|
|
|
118
|
-
def draw_tool_settings(self, context):
|
|
113
|
+
def draw_tool_settings(self, context) -> None:
|
|
119
114
|
"""
|
|
120
115
|
|
|
121
116
|
:param context:
|
|
122
117
|
"""
|
|
123
118
|
|
|
124
|
-
class IMAGE_MT_editor_menus(
|
|
119
|
+
class IMAGE_MT_editor_menus(_bpy_types.Menu):
|
|
125
120
|
bl_idname: typing.Any
|
|
126
121
|
bl_label: typing.Any
|
|
127
122
|
bl_rna: typing.Any
|
|
@@ -131,23 +126,21 @@ class IMAGE_MT_editor_menus(bpy.types.Menu):
|
|
|
131
126
|
"""
|
|
132
127
|
|
|
133
128
|
:return: The RNA type or default when not found.
|
|
134
|
-
:rtype: bpy.types.Struct
|
|
135
129
|
"""
|
|
136
130
|
|
|
137
131
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
138
132
|
"""
|
|
139
133
|
|
|
140
134
|
:return: The class or default when not found.
|
|
141
|
-
:rtype: typing.Any
|
|
142
135
|
"""
|
|
143
136
|
|
|
144
|
-
def draw(self, context):
|
|
137
|
+
def draw(self, context) -> None:
|
|
145
138
|
"""
|
|
146
139
|
|
|
147
140
|
:param context:
|
|
148
141
|
"""
|
|
149
142
|
|
|
150
|
-
class IMAGE_MT_image(
|
|
143
|
+
class IMAGE_MT_image(_bpy_types.Menu):
|
|
151
144
|
bl_label: typing.Any
|
|
152
145
|
bl_rna: typing.Any
|
|
153
146
|
id_data: typing.Any
|
|
@@ -156,23 +149,21 @@ class IMAGE_MT_image(bpy.types.Menu):
|
|
|
156
149
|
"""
|
|
157
150
|
|
|
158
151
|
:return: The RNA type or default when not found.
|
|
159
|
-
:rtype: bpy.types.Struct
|
|
160
152
|
"""
|
|
161
153
|
|
|
162
154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
163
155
|
"""
|
|
164
156
|
|
|
165
157
|
:return: The class or default when not found.
|
|
166
|
-
:rtype: typing.Any
|
|
167
158
|
"""
|
|
168
159
|
|
|
169
|
-
def draw(self, context):
|
|
160
|
+
def draw(self, context) -> None:
|
|
170
161
|
"""
|
|
171
162
|
|
|
172
163
|
:param context:
|
|
173
164
|
"""
|
|
174
165
|
|
|
175
|
-
class IMAGE_MT_image_invert(
|
|
166
|
+
class IMAGE_MT_image_invert(_bpy_types.Menu):
|
|
176
167
|
bl_label: typing.Any
|
|
177
168
|
bl_rna: typing.Any
|
|
178
169
|
id_data: typing.Any
|
|
@@ -181,23 +172,21 @@ class IMAGE_MT_image_invert(bpy.types.Menu):
|
|
|
181
172
|
"""
|
|
182
173
|
|
|
183
174
|
:return: The RNA type or default when not found.
|
|
184
|
-
:rtype: bpy.types.Struct
|
|
185
175
|
"""
|
|
186
176
|
|
|
187
177
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
188
178
|
"""
|
|
189
179
|
|
|
190
180
|
:return: The class or default when not found.
|
|
191
|
-
:rtype: typing.Any
|
|
192
181
|
"""
|
|
193
182
|
|
|
194
|
-
def draw(self, _context):
|
|
183
|
+
def draw(self, _context) -> None:
|
|
195
184
|
"""
|
|
196
185
|
|
|
197
186
|
:param _context:
|
|
198
187
|
"""
|
|
199
188
|
|
|
200
|
-
class IMAGE_MT_image_transform(
|
|
189
|
+
class IMAGE_MT_image_transform(_bpy_types.Menu):
|
|
201
190
|
bl_label: typing.Any
|
|
202
191
|
bl_rna: typing.Any
|
|
203
192
|
id_data: typing.Any
|
|
@@ -206,23 +195,21 @@ class IMAGE_MT_image_transform(bpy.types.Menu):
|
|
|
206
195
|
"""
|
|
207
196
|
|
|
208
197
|
:return: The RNA type or default when not found.
|
|
209
|
-
:rtype: bpy.types.Struct
|
|
210
198
|
"""
|
|
211
199
|
|
|
212
200
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
213
201
|
"""
|
|
214
202
|
|
|
215
203
|
:return: The class or default when not found.
|
|
216
|
-
:rtype: typing.Any
|
|
217
204
|
"""
|
|
218
205
|
|
|
219
|
-
def draw(self, _context):
|
|
206
|
+
def draw(self, _context) -> None:
|
|
220
207
|
"""
|
|
221
208
|
|
|
222
209
|
:param _context:
|
|
223
210
|
"""
|
|
224
211
|
|
|
225
|
-
class IMAGE_MT_mask_context_menu(
|
|
212
|
+
class IMAGE_MT_mask_context_menu(_bpy_types.Menu):
|
|
226
213
|
bl_label: typing.Any
|
|
227
214
|
bl_rna: typing.Any
|
|
228
215
|
id_data: typing.Any
|
|
@@ -231,30 +218,28 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
|
|
|
231
218
|
"""
|
|
232
219
|
|
|
233
220
|
:return: The RNA type or default when not found.
|
|
234
|
-
:rtype: bpy.types.Struct
|
|
235
221
|
"""
|
|
236
222
|
|
|
237
223
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
238
224
|
"""
|
|
239
225
|
|
|
240
226
|
:return: The class or default when not found.
|
|
241
|
-
:rtype: typing.Any
|
|
242
227
|
"""
|
|
243
228
|
|
|
244
|
-
def draw(self, context):
|
|
229
|
+
def draw(self, context) -> None:
|
|
245
230
|
"""
|
|
246
231
|
|
|
247
232
|
:param context:
|
|
248
233
|
"""
|
|
249
234
|
|
|
250
235
|
@classmethod
|
|
251
|
-
def poll(cls, context):
|
|
236
|
+
def poll(cls, context) -> None:
|
|
252
237
|
"""
|
|
253
238
|
|
|
254
239
|
:param context:
|
|
255
240
|
"""
|
|
256
241
|
|
|
257
|
-
class IMAGE_MT_pivot_pie(
|
|
242
|
+
class IMAGE_MT_pivot_pie(_bpy_types.Menu):
|
|
258
243
|
bl_label: typing.Any
|
|
259
244
|
bl_rna: typing.Any
|
|
260
245
|
id_data: typing.Any
|
|
@@ -263,23 +248,21 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu):
|
|
|
263
248
|
"""
|
|
264
249
|
|
|
265
250
|
:return: The RNA type or default when not found.
|
|
266
|
-
:rtype: bpy.types.Struct
|
|
267
251
|
"""
|
|
268
252
|
|
|
269
253
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
270
254
|
"""
|
|
271
255
|
|
|
272
256
|
:return: The class or default when not found.
|
|
273
|
-
:rtype: typing.Any
|
|
274
257
|
"""
|
|
275
258
|
|
|
276
|
-
def draw(self, context):
|
|
259
|
+
def draw(self, context) -> None:
|
|
277
260
|
"""
|
|
278
261
|
|
|
279
262
|
:param context:
|
|
280
263
|
"""
|
|
281
264
|
|
|
282
|
-
class IMAGE_MT_select(
|
|
265
|
+
class IMAGE_MT_select(_bpy_types.Menu):
|
|
283
266
|
bl_label: typing.Any
|
|
284
267
|
bl_rna: typing.Any
|
|
285
268
|
id_data: typing.Any
|
|
@@ -288,23 +271,21 @@ class IMAGE_MT_select(bpy.types.Menu):
|
|
|
288
271
|
"""
|
|
289
272
|
|
|
290
273
|
:return: The RNA type or default when not found.
|
|
291
|
-
:rtype: bpy.types.Struct
|
|
292
274
|
"""
|
|
293
275
|
|
|
294
276
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
295
277
|
"""
|
|
296
278
|
|
|
297
279
|
:return: The class or default when not found.
|
|
298
|
-
:rtype: typing.Any
|
|
299
280
|
"""
|
|
300
281
|
|
|
301
|
-
def draw(self, _context):
|
|
282
|
+
def draw(self, _context) -> None:
|
|
302
283
|
"""
|
|
303
284
|
|
|
304
285
|
:param _context:
|
|
305
286
|
"""
|
|
306
287
|
|
|
307
|
-
class IMAGE_MT_select_linked(
|
|
288
|
+
class IMAGE_MT_select_linked(_bpy_types.Menu):
|
|
308
289
|
bl_label: typing.Any
|
|
309
290
|
bl_rna: typing.Any
|
|
310
291
|
id_data: typing.Any
|
|
@@ -313,23 +294,21 @@ class IMAGE_MT_select_linked(bpy.types.Menu):
|
|
|
313
294
|
"""
|
|
314
295
|
|
|
315
296
|
:return: The RNA type or default when not found.
|
|
316
|
-
:rtype: bpy.types.Struct
|
|
317
297
|
"""
|
|
318
298
|
|
|
319
299
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
320
300
|
"""
|
|
321
301
|
|
|
322
302
|
:return: The class or default when not found.
|
|
323
|
-
:rtype: typing.Any
|
|
324
303
|
"""
|
|
325
304
|
|
|
326
|
-
def draw(self, _context):
|
|
305
|
+
def draw(self, _context) -> None:
|
|
327
306
|
"""
|
|
328
307
|
|
|
329
308
|
:param _context:
|
|
330
309
|
"""
|
|
331
310
|
|
|
332
|
-
class IMAGE_MT_uvs(
|
|
311
|
+
class IMAGE_MT_uvs(_bpy_types.Menu):
|
|
333
312
|
bl_label: typing.Any
|
|
334
313
|
bl_rna: typing.Any
|
|
335
314
|
id_data: typing.Any
|
|
@@ -338,17 +317,15 @@ class IMAGE_MT_uvs(bpy.types.Menu):
|
|
|
338
317
|
"""
|
|
339
318
|
|
|
340
319
|
:return: The RNA type or default when not found.
|
|
341
|
-
:rtype: bpy.types.Struct
|
|
342
320
|
"""
|
|
343
321
|
|
|
344
322
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
345
323
|
"""
|
|
346
324
|
|
|
347
325
|
:return: The class or default when not found.
|
|
348
|
-
:rtype: typing.Any
|
|
349
326
|
"""
|
|
350
327
|
|
|
351
|
-
class IMAGE_MT_uvs_align(
|
|
328
|
+
class IMAGE_MT_uvs_align(_bpy_types.Menu):
|
|
352
329
|
bl_label: typing.Any
|
|
353
330
|
bl_rna: typing.Any
|
|
354
331
|
id_data: typing.Any
|
|
@@ -357,23 +334,21 @@ class IMAGE_MT_uvs_align(bpy.types.Menu):
|
|
|
357
334
|
"""
|
|
358
335
|
|
|
359
336
|
:return: The RNA type or default when not found.
|
|
360
|
-
:rtype: bpy.types.Struct
|
|
361
337
|
"""
|
|
362
338
|
|
|
363
339
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
364
340
|
"""
|
|
365
341
|
|
|
366
342
|
:return: The class or default when not found.
|
|
367
|
-
:rtype: typing.Any
|
|
368
343
|
"""
|
|
369
344
|
|
|
370
|
-
def draw(self, _context):
|
|
345
|
+
def draw(self, _context) -> None:
|
|
371
346
|
"""
|
|
372
347
|
|
|
373
348
|
:param _context:
|
|
374
349
|
"""
|
|
375
350
|
|
|
376
|
-
class IMAGE_MT_uvs_context_menu(
|
|
351
|
+
class IMAGE_MT_uvs_context_menu(_bpy_types.Menu):
|
|
377
352
|
bl_label: typing.Any
|
|
378
353
|
bl_rna: typing.Any
|
|
379
354
|
id_data: typing.Any
|
|
@@ -382,23 +357,21 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
|
|
|
382
357
|
"""
|
|
383
358
|
|
|
384
359
|
:return: The RNA type or default when not found.
|
|
385
|
-
:rtype: bpy.types.Struct
|
|
386
360
|
"""
|
|
387
361
|
|
|
388
362
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
389
363
|
"""
|
|
390
364
|
|
|
391
365
|
:return: The class or default when not found.
|
|
392
|
-
:rtype: typing.Any
|
|
393
366
|
"""
|
|
394
367
|
|
|
395
|
-
def draw(self, context):
|
|
368
|
+
def draw(self, context) -> None:
|
|
396
369
|
"""
|
|
397
370
|
|
|
398
371
|
:param context:
|
|
399
372
|
"""
|
|
400
373
|
|
|
401
|
-
class IMAGE_MT_uvs_merge(
|
|
374
|
+
class IMAGE_MT_uvs_merge(_bpy_types.Menu):
|
|
402
375
|
bl_label: typing.Any
|
|
403
376
|
bl_rna: typing.Any
|
|
404
377
|
id_data: typing.Any
|
|
@@ -407,48 +380,45 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu):
|
|
|
407
380
|
"""
|
|
408
381
|
|
|
409
382
|
:return: The RNA type or default when not found.
|
|
410
|
-
:rtype: bpy.types.Struct
|
|
411
383
|
"""
|
|
412
384
|
|
|
413
385
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
414
386
|
"""
|
|
415
387
|
|
|
416
388
|
:return: The class or default when not found.
|
|
417
|
-
:rtype: typing.Any
|
|
418
389
|
"""
|
|
419
390
|
|
|
420
|
-
def draw(self, _context):
|
|
391
|
+
def draw(self, _context) -> None:
|
|
421
392
|
"""
|
|
422
393
|
|
|
423
394
|
:param _context:
|
|
424
395
|
"""
|
|
425
396
|
|
|
426
|
-
class IMAGE_MT_uvs_mirror(
|
|
397
|
+
class IMAGE_MT_uvs_mirror(_bpy_types.Menu):
|
|
427
398
|
bl_label: typing.Any
|
|
428
399
|
bl_rna: typing.Any
|
|
400
|
+
bl_translation_context: typing.Any
|
|
429
401
|
id_data: typing.Any
|
|
430
402
|
|
|
431
403
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
432
404
|
"""
|
|
433
405
|
|
|
434
406
|
:return: The RNA type or default when not found.
|
|
435
|
-
:rtype: bpy.types.Struct
|
|
436
407
|
"""
|
|
437
408
|
|
|
438
409
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
439
410
|
"""
|
|
440
411
|
|
|
441
412
|
:return: The class or default when not found.
|
|
442
|
-
:rtype: typing.Any
|
|
443
413
|
"""
|
|
444
414
|
|
|
445
|
-
def draw(self, _context):
|
|
415
|
+
def draw(self, _context) -> None:
|
|
446
416
|
"""
|
|
447
417
|
|
|
448
418
|
:param _context:
|
|
449
419
|
"""
|
|
450
420
|
|
|
451
|
-
class IMAGE_MT_uvs_select_mode(
|
|
421
|
+
class IMAGE_MT_uvs_select_mode(_bpy_types.Menu):
|
|
452
422
|
bl_label: typing.Any
|
|
453
423
|
bl_rna: typing.Any
|
|
454
424
|
id_data: typing.Any
|
|
@@ -457,23 +427,21 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
|
|
|
457
427
|
"""
|
|
458
428
|
|
|
459
429
|
:return: The RNA type or default when not found.
|
|
460
|
-
:rtype: bpy.types.Struct
|
|
461
430
|
"""
|
|
462
431
|
|
|
463
432
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
464
433
|
"""
|
|
465
434
|
|
|
466
435
|
:return: The class or default when not found.
|
|
467
|
-
:rtype: typing.Any
|
|
468
436
|
"""
|
|
469
437
|
|
|
470
|
-
def draw(self, context):
|
|
438
|
+
def draw(self, context) -> None:
|
|
471
439
|
"""
|
|
472
440
|
|
|
473
441
|
:param context:
|
|
474
442
|
"""
|
|
475
443
|
|
|
476
|
-
class IMAGE_MT_uvs_showhide(
|
|
444
|
+
class IMAGE_MT_uvs_showhide(_bpy_types.Menu):
|
|
477
445
|
bl_label: typing.Any
|
|
478
446
|
bl_rna: typing.Any
|
|
479
447
|
id_data: typing.Any
|
|
@@ -482,23 +450,21 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
|
|
|
482
450
|
"""
|
|
483
451
|
|
|
484
452
|
:return: The RNA type or default when not found.
|
|
485
|
-
:rtype: bpy.types.Struct
|
|
486
453
|
"""
|
|
487
454
|
|
|
488
455
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
489
456
|
"""
|
|
490
457
|
|
|
491
458
|
:return: The class or default when not found.
|
|
492
|
-
:rtype: typing.Any
|
|
493
459
|
"""
|
|
494
460
|
|
|
495
|
-
def draw(self, _context):
|
|
461
|
+
def draw(self, _context) -> None:
|
|
496
462
|
"""
|
|
497
463
|
|
|
498
464
|
:param _context:
|
|
499
465
|
"""
|
|
500
466
|
|
|
501
|
-
class IMAGE_MT_uvs_snap(
|
|
467
|
+
class IMAGE_MT_uvs_snap(_bpy_types.Menu):
|
|
502
468
|
bl_label: typing.Any
|
|
503
469
|
bl_rna: typing.Any
|
|
504
470
|
id_data: typing.Any
|
|
@@ -507,23 +473,21 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu):
|
|
|
507
473
|
"""
|
|
508
474
|
|
|
509
475
|
:return: The RNA type or default when not found.
|
|
510
|
-
:rtype: bpy.types.Struct
|
|
511
476
|
"""
|
|
512
477
|
|
|
513
478
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
514
479
|
"""
|
|
515
480
|
|
|
516
481
|
:return: The class or default when not found.
|
|
517
|
-
:rtype: typing.Any
|
|
518
482
|
"""
|
|
519
483
|
|
|
520
|
-
def draw(self, _context):
|
|
484
|
+
def draw(self, _context) -> None:
|
|
521
485
|
"""
|
|
522
486
|
|
|
523
487
|
:param _context:
|
|
524
488
|
"""
|
|
525
489
|
|
|
526
|
-
class IMAGE_MT_uvs_snap_pie(
|
|
490
|
+
class IMAGE_MT_uvs_snap_pie(_bpy_types.Menu):
|
|
527
491
|
bl_label: typing.Any
|
|
528
492
|
bl_rna: typing.Any
|
|
529
493
|
id_data: typing.Any
|
|
@@ -532,23 +496,21 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
|
|
|
532
496
|
"""
|
|
533
497
|
|
|
534
498
|
:return: The RNA type or default when not found.
|
|
535
|
-
:rtype: bpy.types.Struct
|
|
536
499
|
"""
|
|
537
500
|
|
|
538
501
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
539
502
|
"""
|
|
540
503
|
|
|
541
504
|
:return: The class or default when not found.
|
|
542
|
-
:rtype: typing.Any
|
|
543
505
|
"""
|
|
544
506
|
|
|
545
|
-
def draw(self, _context):
|
|
507
|
+
def draw(self, _context) -> None:
|
|
546
508
|
"""
|
|
547
509
|
|
|
548
510
|
:param _context:
|
|
549
511
|
"""
|
|
550
512
|
|
|
551
|
-
class IMAGE_MT_uvs_split(
|
|
513
|
+
class IMAGE_MT_uvs_split(_bpy_types.Menu):
|
|
552
514
|
bl_label: typing.Any
|
|
553
515
|
bl_rna: typing.Any
|
|
554
516
|
id_data: typing.Any
|
|
@@ -557,23 +519,21 @@ class IMAGE_MT_uvs_split(bpy.types.Menu):
|
|
|
557
519
|
"""
|
|
558
520
|
|
|
559
521
|
:return: The RNA type or default when not found.
|
|
560
|
-
:rtype: bpy.types.Struct
|
|
561
522
|
"""
|
|
562
523
|
|
|
563
524
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
564
525
|
"""
|
|
565
526
|
|
|
566
527
|
:return: The class or default when not found.
|
|
567
|
-
:rtype: typing.Any
|
|
568
528
|
"""
|
|
569
529
|
|
|
570
|
-
def draw(self, _context):
|
|
530
|
+
def draw(self, _context) -> None:
|
|
571
531
|
"""
|
|
572
532
|
|
|
573
533
|
:param _context:
|
|
574
534
|
"""
|
|
575
535
|
|
|
576
|
-
class IMAGE_MT_uvs_transform(
|
|
536
|
+
class IMAGE_MT_uvs_transform(_bpy_types.Menu):
|
|
577
537
|
bl_label: typing.Any
|
|
578
538
|
bl_rna: typing.Any
|
|
579
539
|
id_data: typing.Any
|
|
@@ -582,23 +542,21 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu):
|
|
|
582
542
|
"""
|
|
583
543
|
|
|
584
544
|
:return: The RNA type or default when not found.
|
|
585
|
-
:rtype: bpy.types.Struct
|
|
586
545
|
"""
|
|
587
546
|
|
|
588
547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
589
548
|
"""
|
|
590
549
|
|
|
591
550
|
:return: The class or default when not found.
|
|
592
|
-
:rtype: typing.Any
|
|
593
551
|
"""
|
|
594
552
|
|
|
595
|
-
def draw(self, _context):
|
|
553
|
+
def draw(self, _context) -> None:
|
|
596
554
|
"""
|
|
597
555
|
|
|
598
556
|
:param _context:
|
|
599
557
|
"""
|
|
600
558
|
|
|
601
|
-
class IMAGE_MT_uvs_unwrap(
|
|
559
|
+
class IMAGE_MT_uvs_unwrap(_bpy_types.Menu):
|
|
602
560
|
bl_label: typing.Any
|
|
603
561
|
bl_rna: typing.Any
|
|
604
562
|
id_data: typing.Any
|
|
@@ -607,23 +565,21 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
|
|
|
607
565
|
"""
|
|
608
566
|
|
|
609
567
|
:return: The RNA type or default when not found.
|
|
610
|
-
:rtype: bpy.types.Struct
|
|
611
568
|
"""
|
|
612
569
|
|
|
613
570
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
614
571
|
"""
|
|
615
572
|
|
|
616
573
|
:return: The class or default when not found.
|
|
617
|
-
:rtype: typing.Any
|
|
618
574
|
"""
|
|
619
575
|
|
|
620
|
-
def draw(self, _context):
|
|
576
|
+
def draw(self, _context) -> None:
|
|
621
577
|
"""
|
|
622
578
|
|
|
623
579
|
:param _context:
|
|
624
580
|
"""
|
|
625
581
|
|
|
626
|
-
class IMAGE_MT_view(
|
|
582
|
+
class IMAGE_MT_view(_bpy_types.Menu):
|
|
627
583
|
bl_label: typing.Any
|
|
628
584
|
bl_rna: typing.Any
|
|
629
585
|
id_data: typing.Any
|
|
@@ -632,23 +588,21 @@ class IMAGE_MT_view(bpy.types.Menu):
|
|
|
632
588
|
"""
|
|
633
589
|
|
|
634
590
|
:return: The RNA type or default when not found.
|
|
635
|
-
:rtype: bpy.types.Struct
|
|
636
591
|
"""
|
|
637
592
|
|
|
638
593
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
639
594
|
"""
|
|
640
595
|
|
|
641
596
|
:return: The class or default when not found.
|
|
642
|
-
:rtype: typing.Any
|
|
643
597
|
"""
|
|
644
598
|
|
|
645
|
-
def draw(self, context):
|
|
599
|
+
def draw(self, context) -> None:
|
|
646
600
|
"""
|
|
647
601
|
|
|
648
602
|
:param context:
|
|
649
603
|
"""
|
|
650
604
|
|
|
651
|
-
class IMAGE_MT_view_pie(
|
|
605
|
+
class IMAGE_MT_view_pie(_bpy_types.Menu):
|
|
652
606
|
bl_label: typing.Any
|
|
653
607
|
bl_rna: typing.Any
|
|
654
608
|
id_data: typing.Any
|
|
@@ -657,23 +611,21 @@ class IMAGE_MT_view_pie(bpy.types.Menu):
|
|
|
657
611
|
"""
|
|
658
612
|
|
|
659
613
|
:return: The RNA type or default when not found.
|
|
660
|
-
:rtype: bpy.types.Struct
|
|
661
614
|
"""
|
|
662
615
|
|
|
663
616
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
664
617
|
"""
|
|
665
618
|
|
|
666
619
|
:return: The class or default when not found.
|
|
667
|
-
:rtype: typing.Any
|
|
668
620
|
"""
|
|
669
621
|
|
|
670
|
-
def draw(self, context):
|
|
622
|
+
def draw(self, context) -> None:
|
|
671
623
|
"""
|
|
672
624
|
|
|
673
625
|
:param context:
|
|
674
626
|
"""
|
|
675
627
|
|
|
676
|
-
class IMAGE_MT_view_zoom(
|
|
628
|
+
class IMAGE_MT_view_zoom(_bpy_types.Menu):
|
|
677
629
|
bl_label: typing.Any
|
|
678
630
|
bl_rna: typing.Any
|
|
679
631
|
id_data: typing.Any
|
|
@@ -682,24 +634,22 @@ class IMAGE_MT_view_zoom(bpy.types.Menu):
|
|
|
682
634
|
"""
|
|
683
635
|
|
|
684
636
|
:return: The RNA type or default when not found.
|
|
685
|
-
:rtype: bpy.types.Struct
|
|
686
637
|
"""
|
|
687
638
|
|
|
688
639
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
689
640
|
"""
|
|
690
641
|
|
|
691
642
|
:return: The class or default when not found.
|
|
692
|
-
:rtype: typing.Any
|
|
693
643
|
"""
|
|
694
644
|
|
|
695
|
-
def draw(self, context):
|
|
645
|
+
def draw(self, context) -> None:
|
|
696
646
|
"""
|
|
697
647
|
|
|
698
648
|
:param context:
|
|
699
649
|
"""
|
|
700
650
|
|
|
701
651
|
class IMAGE_PT_active_mask_point(
|
|
702
|
-
bl_ui.properties_mask_common.MASK_PT_point,
|
|
652
|
+
bl_ui.properties_mask_common.MASK_PT_point, _bpy_types.Panel
|
|
703
653
|
):
|
|
704
654
|
bl_category: typing.Any
|
|
705
655
|
bl_label: typing.Any
|
|
@@ -712,18 +662,16 @@ class IMAGE_PT_active_mask_point(
|
|
|
712
662
|
"""
|
|
713
663
|
|
|
714
664
|
:return: The RNA type or default when not found.
|
|
715
|
-
:rtype: bpy.types.Struct
|
|
716
665
|
"""
|
|
717
666
|
|
|
718
667
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
719
668
|
"""
|
|
720
669
|
|
|
721
670
|
:return: The class or default when not found.
|
|
722
|
-
:rtype: typing.Any
|
|
723
671
|
"""
|
|
724
672
|
|
|
725
673
|
class IMAGE_PT_active_mask_spline(
|
|
726
|
-
bl_ui.properties_mask_common.MASK_PT_spline,
|
|
674
|
+
bl_ui.properties_mask_common.MASK_PT_spline, _bpy_types.Panel
|
|
727
675
|
):
|
|
728
676
|
bl_category: typing.Any
|
|
729
677
|
bl_label: typing.Any
|
|
@@ -736,18 +684,16 @@ class IMAGE_PT_active_mask_spline(
|
|
|
736
684
|
"""
|
|
737
685
|
|
|
738
686
|
:return: The RNA type or default when not found.
|
|
739
|
-
:rtype: bpy.types.Struct
|
|
740
687
|
"""
|
|
741
688
|
|
|
742
689
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
743
690
|
"""
|
|
744
691
|
|
|
745
692
|
:return: The class or default when not found.
|
|
746
|
-
:rtype: typing.Any
|
|
747
693
|
"""
|
|
748
694
|
|
|
749
695
|
class IMAGE_PT_active_tool(
|
|
750
|
-
|
|
696
|
+
_bpy_types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
751
697
|
):
|
|
752
698
|
bl_category: typing.Any
|
|
753
699
|
bl_label: typing.Any
|
|
@@ -760,18 +706,16 @@ class IMAGE_PT_active_tool(
|
|
|
760
706
|
"""
|
|
761
707
|
|
|
762
708
|
:return: The RNA type or default when not found.
|
|
763
|
-
:rtype: bpy.types.Struct
|
|
764
709
|
"""
|
|
765
710
|
|
|
766
711
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
767
712
|
"""
|
|
768
713
|
|
|
769
714
|
:return: The class or default when not found.
|
|
770
|
-
:rtype: typing.Any
|
|
771
715
|
"""
|
|
772
716
|
|
|
773
717
|
class IMAGE_PT_annotation(
|
|
774
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
718
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel, _bpy_types.Panel
|
|
775
719
|
):
|
|
776
720
|
bl_category: typing.Any
|
|
777
721
|
bl_label: typing.Any
|
|
@@ -785,17 +729,15 @@ class IMAGE_PT_annotation(
|
|
|
785
729
|
"""
|
|
786
730
|
|
|
787
731
|
:return: The RNA type or default when not found.
|
|
788
|
-
:rtype: bpy.types.Struct
|
|
789
732
|
"""
|
|
790
733
|
|
|
791
734
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
792
735
|
"""
|
|
793
736
|
|
|
794
737
|
:return: The class or default when not found.
|
|
795
|
-
:rtype: typing.Any
|
|
796
738
|
"""
|
|
797
739
|
|
|
798
|
-
class IMAGE_PT_gizmo_display(
|
|
740
|
+
class IMAGE_PT_gizmo_display(_bpy_types.Panel):
|
|
799
741
|
bl_label: typing.Any
|
|
800
742
|
bl_region_type: typing.Any
|
|
801
743
|
bl_rna: typing.Any
|
|
@@ -807,23 +749,21 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel):
|
|
|
807
749
|
"""
|
|
808
750
|
|
|
809
751
|
:return: The RNA type or default when not found.
|
|
810
|
-
:rtype: bpy.types.Struct
|
|
811
752
|
"""
|
|
812
753
|
|
|
813
754
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
814
755
|
"""
|
|
815
756
|
|
|
816
757
|
:return: The class or default when not found.
|
|
817
|
-
:rtype: typing.Any
|
|
818
758
|
"""
|
|
819
759
|
|
|
820
|
-
def draw(self, context):
|
|
760
|
+
def draw(self, context) -> None:
|
|
821
761
|
"""
|
|
822
762
|
|
|
823
763
|
:param context:
|
|
824
764
|
"""
|
|
825
765
|
|
|
826
|
-
class IMAGE_PT_image_properties(
|
|
766
|
+
class IMAGE_PT_image_properties(_bpy_types.Panel):
|
|
827
767
|
bl_category: typing.Any
|
|
828
768
|
bl_label: typing.Any
|
|
829
769
|
bl_region_type: typing.Any
|
|
@@ -835,30 +775,28 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
|
|
|
835
775
|
"""
|
|
836
776
|
|
|
837
777
|
:return: The RNA type or default when not found.
|
|
838
|
-
:rtype: bpy.types.Struct
|
|
839
778
|
"""
|
|
840
779
|
|
|
841
780
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
842
781
|
"""
|
|
843
782
|
|
|
844
783
|
:return: The class or default when not found.
|
|
845
|
-
:rtype: typing.Any
|
|
846
784
|
"""
|
|
847
785
|
|
|
848
|
-
def draw(self, context):
|
|
786
|
+
def draw(self, context) -> None:
|
|
849
787
|
"""
|
|
850
788
|
|
|
851
789
|
:param context:
|
|
852
790
|
"""
|
|
853
791
|
|
|
854
792
|
@classmethod
|
|
855
|
-
def poll(cls, context):
|
|
793
|
+
def poll(cls, context) -> None:
|
|
856
794
|
"""
|
|
857
795
|
|
|
858
796
|
:param context:
|
|
859
797
|
"""
|
|
860
798
|
|
|
861
|
-
class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask,
|
|
799
|
+
class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
|
|
862
800
|
bl_category: typing.Any
|
|
863
801
|
bl_label: typing.Any
|
|
864
802
|
bl_options: typing.Any
|
|
@@ -871,18 +809,16 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
|
|
|
871
809
|
"""
|
|
872
810
|
|
|
873
811
|
:return: The RNA type or default when not found.
|
|
874
|
-
:rtype: bpy.types.Struct
|
|
875
812
|
"""
|
|
876
813
|
|
|
877
814
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
878
815
|
"""
|
|
879
816
|
|
|
880
817
|
:return: The class or default when not found.
|
|
881
|
-
:rtype: typing.Any
|
|
882
818
|
"""
|
|
883
819
|
|
|
884
820
|
class IMAGE_PT_mask_animation(
|
|
885
|
-
bl_ui.properties_mask_common.MASK_PT_animation,
|
|
821
|
+
bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
|
|
886
822
|
):
|
|
887
823
|
bl_category: typing.Any
|
|
888
824
|
bl_label: typing.Any
|
|
@@ -896,19 +832,18 @@ class IMAGE_PT_mask_animation(
|
|
|
896
832
|
"""
|
|
897
833
|
|
|
898
834
|
:return: The RNA type or default when not found.
|
|
899
|
-
:rtype: bpy.types.Struct
|
|
900
835
|
"""
|
|
901
836
|
|
|
902
837
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
903
838
|
"""
|
|
904
839
|
|
|
905
840
|
:return: The class or default when not found.
|
|
906
|
-
:rtype: typing.Any
|
|
907
841
|
"""
|
|
908
842
|
|
|
909
|
-
class
|
|
910
|
-
bl_ui.properties_mask_common.
|
|
843
|
+
class IMAGE_PT_mask_layers(
|
|
844
|
+
bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
|
|
911
845
|
):
|
|
846
|
+
bl_category: typing.Any
|
|
912
847
|
bl_label: typing.Any
|
|
913
848
|
bl_region_type: typing.Any
|
|
914
849
|
bl_rna: typing.Any
|
|
@@ -919,69 +854,74 @@ class IMAGE_PT_mask_display(
|
|
|
919
854
|
"""
|
|
920
855
|
|
|
921
856
|
:return: The RNA type or default when not found.
|
|
922
|
-
:rtype: bpy.types.Struct
|
|
923
857
|
"""
|
|
924
858
|
|
|
925
859
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
926
860
|
"""
|
|
927
861
|
|
|
928
862
|
:return: The class or default when not found.
|
|
929
|
-
:rtype: typing.Any
|
|
930
863
|
"""
|
|
931
864
|
|
|
932
|
-
class
|
|
933
|
-
bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel
|
|
934
|
-
):
|
|
935
|
-
bl_category: typing.Any
|
|
865
|
+
class IMAGE_PT_overlay(_bpy_types.Panel):
|
|
936
866
|
bl_label: typing.Any
|
|
937
867
|
bl_region_type: typing.Any
|
|
938
868
|
bl_rna: typing.Any
|
|
939
869
|
bl_space_type: typing.Any
|
|
870
|
+
bl_ui_units_x: typing.Any
|
|
940
871
|
id_data: typing.Any
|
|
941
872
|
|
|
942
873
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
943
874
|
"""
|
|
944
875
|
|
|
945
876
|
:return: The RNA type or default when not found.
|
|
946
|
-
:rtype: bpy.types.Struct
|
|
947
877
|
"""
|
|
948
878
|
|
|
949
879
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
950
880
|
"""
|
|
951
881
|
|
|
952
882
|
:return: The class or default when not found.
|
|
953
|
-
:rtype: typing.Any
|
|
954
883
|
"""
|
|
955
884
|
|
|
956
|
-
|
|
885
|
+
def draw(self, context) -> None:
|
|
886
|
+
"""
|
|
887
|
+
|
|
888
|
+
:param context:
|
|
889
|
+
"""
|
|
890
|
+
|
|
891
|
+
class IMAGE_PT_overlay_guides(_bpy_types.Panel):
|
|
957
892
|
bl_label: typing.Any
|
|
893
|
+
bl_parent_id: typing.Any
|
|
958
894
|
bl_region_type: typing.Any
|
|
959
895
|
bl_rna: typing.Any
|
|
960
896
|
bl_space_type: typing.Any
|
|
961
|
-
bl_ui_units_x: typing.Any
|
|
962
897
|
id_data: typing.Any
|
|
963
898
|
|
|
964
899
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
965
900
|
"""
|
|
966
901
|
|
|
967
902
|
:return: The RNA type or default when not found.
|
|
968
|
-
:rtype: bpy.types.Struct
|
|
969
903
|
"""
|
|
970
904
|
|
|
971
905
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
972
906
|
"""
|
|
973
907
|
|
|
974
908
|
:return: The class or default when not found.
|
|
975
|
-
:rtype: typing.Any
|
|
976
909
|
"""
|
|
977
910
|
|
|
978
|
-
def draw(self, context):
|
|
911
|
+
def draw(self, context) -> None:
|
|
979
912
|
"""
|
|
980
913
|
|
|
981
914
|
:param context:
|
|
982
915
|
"""
|
|
983
916
|
|
|
984
|
-
|
|
917
|
+
@classmethod
|
|
918
|
+
def poll(cls, context) -> None:
|
|
919
|
+
"""
|
|
920
|
+
|
|
921
|
+
:param context:
|
|
922
|
+
"""
|
|
923
|
+
|
|
924
|
+
class IMAGE_PT_overlay_image(_bpy_types.Panel):
|
|
985
925
|
bl_label: typing.Any
|
|
986
926
|
bl_parent_id: typing.Any
|
|
987
927
|
bl_region_type: typing.Any
|
|
@@ -993,30 +933,50 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel):
|
|
|
993
933
|
"""
|
|
994
934
|
|
|
995
935
|
:return: The RNA type or default when not found.
|
|
996
|
-
:rtype: bpy.types.Struct
|
|
997
936
|
"""
|
|
998
937
|
|
|
999
938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1000
939
|
"""
|
|
1001
940
|
|
|
1002
941
|
:return: The class or default when not found.
|
|
1003
|
-
:rtype: typing.Any
|
|
1004
942
|
"""
|
|
1005
943
|
|
|
1006
|
-
def draw(self, context):
|
|
944
|
+
def draw(self, context) -> None:
|
|
1007
945
|
"""
|
|
1008
946
|
|
|
1009
947
|
:param context:
|
|
1010
948
|
"""
|
|
1011
949
|
|
|
950
|
+
class IMAGE_PT_overlay_mask(
|
|
951
|
+
bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
|
|
952
|
+
):
|
|
953
|
+
bl_label: typing.Any
|
|
954
|
+
bl_parent_id: typing.Any
|
|
955
|
+
bl_region_type: typing.Any
|
|
956
|
+
bl_rna: typing.Any
|
|
957
|
+
bl_space_type: typing.Any
|
|
958
|
+
id_data: typing.Any
|
|
959
|
+
|
|
960
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
961
|
+
"""
|
|
962
|
+
|
|
963
|
+
:return: The RNA type or default when not found.
|
|
964
|
+
"""
|
|
965
|
+
|
|
966
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
967
|
+
"""
|
|
968
|
+
|
|
969
|
+
:return: The class or default when not found.
|
|
970
|
+
"""
|
|
971
|
+
|
|
1012
972
|
@classmethod
|
|
1013
|
-
def poll(cls, context):
|
|
973
|
+
def poll(cls, context) -> None:
|
|
1014
974
|
"""
|
|
1015
975
|
|
|
1016
976
|
:param context:
|
|
1017
977
|
"""
|
|
1018
978
|
|
|
1019
|
-
class
|
|
979
|
+
class IMAGE_PT_overlay_render_guides(_bpy_types.Panel):
|
|
1020
980
|
bl_label: typing.Any
|
|
1021
981
|
bl_parent_id: typing.Any
|
|
1022
982
|
bl_region_type: typing.Any
|
|
@@ -1028,23 +988,28 @@ class IMAGE_PT_overlay_image(bpy.types.Panel):
|
|
|
1028
988
|
"""
|
|
1029
989
|
|
|
1030
990
|
:return: The RNA type or default when not found.
|
|
1031
|
-
:rtype: bpy.types.Struct
|
|
1032
991
|
"""
|
|
1033
992
|
|
|
1034
993
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1035
994
|
"""
|
|
1036
995
|
|
|
1037
996
|
:return: The class or default when not found.
|
|
1038
|
-
:rtype: typing.Any
|
|
1039
997
|
"""
|
|
1040
998
|
|
|
1041
|
-
def draw(self, context):
|
|
999
|
+
def draw(self, context) -> None:
|
|
1000
|
+
"""
|
|
1001
|
+
|
|
1002
|
+
:param context:
|
|
1003
|
+
"""
|
|
1004
|
+
|
|
1005
|
+
@classmethod
|
|
1006
|
+
def poll(cls, context) -> None:
|
|
1042
1007
|
"""
|
|
1043
1008
|
|
|
1044
1009
|
:param context:
|
|
1045
1010
|
"""
|
|
1046
1011
|
|
|
1047
|
-
class
|
|
1012
|
+
class IMAGE_PT_overlay_uv_display(_bpy_types.Panel):
|
|
1048
1013
|
bl_label: typing.Any
|
|
1049
1014
|
bl_parent_id: typing.Any
|
|
1050
1015
|
bl_region_type: typing.Any
|
|
@@ -1056,30 +1021,28 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
|
|
|
1056
1021
|
"""
|
|
1057
1022
|
|
|
1058
1023
|
:return: The RNA type or default when not found.
|
|
1059
|
-
:rtype: bpy.types.Struct
|
|
1060
1024
|
"""
|
|
1061
1025
|
|
|
1062
1026
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1063
1027
|
"""
|
|
1064
1028
|
|
|
1065
1029
|
:return: The class or default when not found.
|
|
1066
|
-
:rtype: typing.Any
|
|
1067
1030
|
"""
|
|
1068
1031
|
|
|
1069
|
-
def draw(self, context):
|
|
1032
|
+
def draw(self, context) -> None:
|
|
1070
1033
|
"""
|
|
1071
1034
|
|
|
1072
1035
|
:param context:
|
|
1073
1036
|
"""
|
|
1074
1037
|
|
|
1075
1038
|
@classmethod
|
|
1076
|
-
def poll(cls, context):
|
|
1039
|
+
def poll(cls, context) -> None:
|
|
1077
1040
|
"""
|
|
1078
1041
|
|
|
1079
1042
|
:param context:
|
|
1080
1043
|
"""
|
|
1081
1044
|
|
|
1082
|
-
class IMAGE_PT_overlay_uv_edit_geometry(
|
|
1045
|
+
class IMAGE_PT_overlay_uv_edit_geometry(_bpy_types.Panel):
|
|
1083
1046
|
bl_label: typing.Any
|
|
1084
1047
|
bl_parent_id: typing.Any
|
|
1085
1048
|
bl_region_type: typing.Any
|
|
@@ -1091,30 +1054,28 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
|
|
|
1091
1054
|
"""
|
|
1092
1055
|
|
|
1093
1056
|
:return: The RNA type or default when not found.
|
|
1094
|
-
:rtype: bpy.types.Struct
|
|
1095
1057
|
"""
|
|
1096
1058
|
|
|
1097
1059
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1098
1060
|
"""
|
|
1099
1061
|
|
|
1100
1062
|
:return: The class or default when not found.
|
|
1101
|
-
:rtype: typing.Any
|
|
1102
1063
|
"""
|
|
1103
1064
|
|
|
1104
|
-
def draw(self, context):
|
|
1065
|
+
def draw(self, context) -> None:
|
|
1105
1066
|
"""
|
|
1106
1067
|
|
|
1107
1068
|
:param context:
|
|
1108
1069
|
"""
|
|
1109
1070
|
|
|
1110
1071
|
@classmethod
|
|
1111
|
-
def poll(cls, context):
|
|
1072
|
+
def poll(cls, context) -> None:
|
|
1112
1073
|
"""
|
|
1113
1074
|
|
|
1114
1075
|
:param context:
|
|
1115
1076
|
"""
|
|
1116
1077
|
|
|
1117
|
-
class IMAGE_PT_overlay_uv_stretch(
|
|
1078
|
+
class IMAGE_PT_overlay_uv_stretch(_bpy_types.Panel):
|
|
1118
1079
|
bl_label: typing.Any
|
|
1119
1080
|
bl_parent_id: typing.Any
|
|
1120
1081
|
bl_region_type: typing.Any
|
|
@@ -1126,31 +1087,29 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
|
|
|
1126
1087
|
"""
|
|
1127
1088
|
|
|
1128
1089
|
:return: The RNA type or default when not found.
|
|
1129
|
-
:rtype: bpy.types.Struct
|
|
1130
1090
|
"""
|
|
1131
1091
|
|
|
1132
1092
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1133
1093
|
"""
|
|
1134
1094
|
|
|
1135
1095
|
:return: The class or default when not found.
|
|
1136
|
-
:rtype: typing.Any
|
|
1137
1096
|
"""
|
|
1138
1097
|
|
|
1139
|
-
def draw(self, context):
|
|
1098
|
+
def draw(self, context) -> None:
|
|
1140
1099
|
"""
|
|
1141
1100
|
|
|
1142
1101
|
:param context:
|
|
1143
1102
|
"""
|
|
1144
1103
|
|
|
1145
1104
|
@classmethod
|
|
1146
|
-
def poll(cls, context):
|
|
1105
|
+
def poll(cls, context) -> None:
|
|
1147
1106
|
"""
|
|
1148
1107
|
|
|
1149
1108
|
:param context:
|
|
1150
1109
|
"""
|
|
1151
1110
|
|
|
1152
1111
|
class IMAGE_PT_paint_clone(
|
|
1153
|
-
ImagePaintPanel,
|
|
1112
|
+
ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ClonePanel
|
|
1154
1113
|
):
|
|
1155
1114
|
bl_category: typing.Any
|
|
1156
1115
|
bl_context: typing.Any
|
|
@@ -1166,22 +1125,20 @@ class IMAGE_PT_paint_clone(
|
|
|
1166
1125
|
"""
|
|
1167
1126
|
|
|
1168
1127
|
:return: The RNA type or default when not found.
|
|
1169
|
-
:rtype: bpy.types.Struct
|
|
1170
1128
|
"""
|
|
1171
1129
|
|
|
1172
1130
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1173
1131
|
"""
|
|
1174
1132
|
|
|
1175
1133
|
:return: The class or default when not found.
|
|
1176
|
-
:rtype: typing.Any
|
|
1177
1134
|
"""
|
|
1178
1135
|
|
|
1179
|
-
class ImagePaintPanel:
|
|
1136
|
+
class ImagePaintPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
1180
1137
|
bl_region_type: typing.Any
|
|
1181
1138
|
bl_space_type: typing.Any
|
|
1182
1139
|
|
|
1183
1140
|
class IMAGE_PT_paint_curve(
|
|
1184
|
-
|
|
1141
|
+
_bpy_types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.FalloffPanel
|
|
1185
1142
|
):
|
|
1186
1143
|
bl_category: typing.Any
|
|
1187
1144
|
bl_context: typing.Any
|
|
@@ -1197,18 +1154,16 @@ class IMAGE_PT_paint_curve(
|
|
|
1197
1154
|
"""
|
|
1198
1155
|
|
|
1199
1156
|
:return: The RNA type or default when not found.
|
|
1200
|
-
:rtype: bpy.types.Struct
|
|
1201
1157
|
"""
|
|
1202
1158
|
|
|
1203
1159
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1204
1160
|
"""
|
|
1205
1161
|
|
|
1206
1162
|
:return: The class or default when not found.
|
|
1207
|
-
:rtype: typing.Any
|
|
1208
1163
|
"""
|
|
1209
1164
|
|
|
1210
1165
|
class IMAGE_PT_paint_select(
|
|
1211
|
-
ImagePaintPanel,
|
|
1166
|
+
ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
|
|
1212
1167
|
):
|
|
1213
1168
|
bl_category: typing.Any
|
|
1214
1169
|
bl_context: typing.Any
|
|
@@ -1222,18 +1177,16 @@ class IMAGE_PT_paint_select(
|
|
|
1222
1177
|
"""
|
|
1223
1178
|
|
|
1224
1179
|
:return: The RNA type or default when not found.
|
|
1225
|
-
:rtype: bpy.types.Struct
|
|
1226
1180
|
"""
|
|
1227
1181
|
|
|
1228
1182
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1229
1183
|
"""
|
|
1230
1184
|
|
|
1231
1185
|
:return: The class or default when not found.
|
|
1232
|
-
:rtype: typing.Any
|
|
1233
1186
|
"""
|
|
1234
1187
|
|
|
1235
1188
|
class IMAGE_PT_paint_stroke(
|
|
1236
|
-
|
|
1189
|
+
_bpy_types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
|
|
1237
1190
|
):
|
|
1238
1191
|
bl_category: typing.Any
|
|
1239
1192
|
bl_context: typing.Any
|
|
@@ -1250,18 +1203,16 @@ class IMAGE_PT_paint_stroke(
|
|
|
1250
1203
|
"""
|
|
1251
1204
|
|
|
1252
1205
|
:return: The RNA type or default when not found.
|
|
1253
|
-
:rtype: bpy.types.Struct
|
|
1254
1206
|
"""
|
|
1255
1207
|
|
|
1256
1208
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1257
1209
|
"""
|
|
1258
1210
|
|
|
1259
1211
|
:return: The class or default when not found.
|
|
1260
|
-
:rtype: typing.Any
|
|
1261
1212
|
"""
|
|
1262
1213
|
|
|
1263
1214
|
class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
1264
|
-
BrushButtonsPanel,
|
|
1215
|
+
BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
|
|
1265
1216
|
):
|
|
1266
1217
|
bl_category: typing.Any
|
|
1267
1218
|
bl_context: typing.Any
|
|
@@ -1277,18 +1228,16 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
|
|
|
1277
1228
|
"""
|
|
1278
1229
|
|
|
1279
1230
|
:return: The RNA type or default when not found.
|
|
1280
|
-
:rtype: bpy.types.Struct
|
|
1281
1231
|
"""
|
|
1282
1232
|
|
|
1283
1233
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1284
1234
|
"""
|
|
1285
1235
|
|
|
1286
1236
|
:return: The class or default when not found.
|
|
1287
|
-
:rtype: typing.Any
|
|
1288
1237
|
"""
|
|
1289
1238
|
|
|
1290
1239
|
class IMAGE_PT_paint_swatches(
|
|
1291
|
-
ImagePaintPanel,
|
|
1240
|
+
ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
|
|
1292
1241
|
):
|
|
1293
1242
|
bl_category: typing.Any
|
|
1294
1243
|
bl_context: typing.Any
|
|
@@ -1304,17 +1253,15 @@ class IMAGE_PT_paint_swatches(
|
|
|
1304
1253
|
"""
|
|
1305
1254
|
|
|
1306
1255
|
:return: The RNA type or default when not found.
|
|
1307
|
-
:rtype: bpy.types.Struct
|
|
1308
1256
|
"""
|
|
1309
1257
|
|
|
1310
1258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1311
1259
|
"""
|
|
1312
1260
|
|
|
1313
1261
|
:return: The class or default when not found.
|
|
1314
|
-
:rtype: typing.Any
|
|
1315
1262
|
"""
|
|
1316
1263
|
|
|
1317
|
-
class IMAGE_PT_proportional_edit(
|
|
1264
|
+
class IMAGE_PT_proportional_edit(_bpy_types.Panel):
|
|
1318
1265
|
bl_label: typing.Any
|
|
1319
1266
|
bl_region_type: typing.Any
|
|
1320
1267
|
bl_rna: typing.Any
|
|
@@ -1326,23 +1273,21 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel):
|
|
|
1326
1273
|
"""
|
|
1327
1274
|
|
|
1328
1275
|
:return: The RNA type or default when not found.
|
|
1329
|
-
:rtype: bpy.types.Struct
|
|
1330
1276
|
"""
|
|
1331
1277
|
|
|
1332
1278
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1333
1279
|
"""
|
|
1334
1280
|
|
|
1335
1281
|
:return: The class or default when not found.
|
|
1336
|
-
:rtype: typing.Any
|
|
1337
1282
|
"""
|
|
1338
1283
|
|
|
1339
|
-
def draw(self, context):
|
|
1284
|
+
def draw(self, context) -> None:
|
|
1340
1285
|
"""
|
|
1341
1286
|
|
|
1342
1287
|
:param context:
|
|
1343
1288
|
"""
|
|
1344
1289
|
|
|
1345
|
-
class IMAGE_PT_render_slots(
|
|
1290
|
+
class IMAGE_PT_render_slots(_bpy_types.Panel):
|
|
1346
1291
|
bl_category: typing.Any
|
|
1347
1292
|
bl_label: typing.Any
|
|
1348
1293
|
bl_region_type: typing.Any
|
|
@@ -1354,30 +1299,28 @@ class IMAGE_PT_render_slots(bpy.types.Panel):
|
|
|
1354
1299
|
"""
|
|
1355
1300
|
|
|
1356
1301
|
:return: The RNA type or default when not found.
|
|
1357
|
-
:rtype: bpy.types.Struct
|
|
1358
1302
|
"""
|
|
1359
1303
|
|
|
1360
1304
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1361
1305
|
"""
|
|
1362
1306
|
|
|
1363
1307
|
:return: The class or default when not found.
|
|
1364
|
-
:rtype: typing.Any
|
|
1365
1308
|
"""
|
|
1366
1309
|
|
|
1367
|
-
def draw(self, context):
|
|
1310
|
+
def draw(self, context) -> None:
|
|
1368
1311
|
"""
|
|
1369
1312
|
|
|
1370
1313
|
:param context:
|
|
1371
1314
|
"""
|
|
1372
1315
|
|
|
1373
1316
|
@classmethod
|
|
1374
|
-
def poll(cls, context):
|
|
1317
|
+
def poll(cls, context) -> None:
|
|
1375
1318
|
"""
|
|
1376
1319
|
|
|
1377
1320
|
:param context:
|
|
1378
1321
|
"""
|
|
1379
1322
|
|
|
1380
|
-
class IMAGE_PT_sample_line(ImageScopesPanel,
|
|
1323
|
+
class IMAGE_PT_sample_line(ImageScopesPanel, _bpy_types.Panel):
|
|
1381
1324
|
bl_category: typing.Any
|
|
1382
1325
|
bl_label: typing.Any
|
|
1383
1326
|
bl_region_type: typing.Any
|
|
@@ -1389,23 +1332,21 @@ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
|
|
|
1389
1332
|
"""
|
|
1390
1333
|
|
|
1391
1334
|
:return: The RNA type or default when not found.
|
|
1392
|
-
:rtype: bpy.types.Struct
|
|
1393
1335
|
"""
|
|
1394
1336
|
|
|
1395
1337
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1396
1338
|
"""
|
|
1397
1339
|
|
|
1398
1340
|
:return: The class or default when not found.
|
|
1399
|
-
:rtype: typing.Any
|
|
1400
1341
|
"""
|
|
1401
1342
|
|
|
1402
|
-
def draw(self, context):
|
|
1343
|
+
def draw(self, context) -> None:
|
|
1403
1344
|
"""
|
|
1404
1345
|
|
|
1405
1346
|
:param context:
|
|
1406
1347
|
"""
|
|
1407
1348
|
|
|
1408
|
-
class IMAGE_PT_scope_sample(ImageScopesPanel,
|
|
1349
|
+
class IMAGE_PT_scope_sample(ImageScopesPanel, _bpy_types.Panel):
|
|
1409
1350
|
bl_category: typing.Any
|
|
1410
1351
|
bl_label: typing.Any
|
|
1411
1352
|
bl_options: typing.Any
|
|
@@ -1418,23 +1359,21 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
|
|
|
1418
1359
|
"""
|
|
1419
1360
|
|
|
1420
1361
|
:return: The RNA type or default when not found.
|
|
1421
|
-
:rtype: bpy.types.Struct
|
|
1422
1362
|
"""
|
|
1423
1363
|
|
|
1424
1364
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1425
1365
|
"""
|
|
1426
1366
|
|
|
1427
1367
|
:return: The class or default when not found.
|
|
1428
|
-
:rtype: typing.Any
|
|
1429
1368
|
"""
|
|
1430
1369
|
|
|
1431
|
-
def draw(self, context):
|
|
1370
|
+
def draw(self, context) -> None:
|
|
1432
1371
|
"""
|
|
1433
1372
|
|
|
1434
1373
|
:param context:
|
|
1435
1374
|
"""
|
|
1436
1375
|
|
|
1437
|
-
class IMAGE_PT_snapping(
|
|
1376
|
+
class IMAGE_PT_snapping(_bpy_types.Panel):
|
|
1438
1377
|
bl_label: typing.Any
|
|
1439
1378
|
bl_region_type: typing.Any
|
|
1440
1379
|
bl_rna: typing.Any
|
|
@@ -1445,24 +1384,22 @@ class IMAGE_PT_snapping(bpy.types.Panel):
|
|
|
1445
1384
|
"""
|
|
1446
1385
|
|
|
1447
1386
|
:return: The RNA type or default when not found.
|
|
1448
|
-
:rtype: bpy.types.Struct
|
|
1449
1387
|
"""
|
|
1450
1388
|
|
|
1451
1389
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1452
1390
|
"""
|
|
1453
1391
|
|
|
1454
1392
|
:return: The class or default when not found.
|
|
1455
|
-
:rtype: typing.Any
|
|
1456
1393
|
"""
|
|
1457
1394
|
|
|
1458
|
-
def draw(self, context):
|
|
1395
|
+
def draw(self, context) -> None:
|
|
1459
1396
|
"""
|
|
1460
1397
|
|
|
1461
1398
|
:param context:
|
|
1462
1399
|
"""
|
|
1463
1400
|
|
|
1464
1401
|
class IMAGE_PT_tools_brush_display(
|
|
1465
|
-
BrushButtonsPanel,
|
|
1402
|
+
BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.DisplayPanel
|
|
1466
1403
|
):
|
|
1467
1404
|
bl_category: typing.Any
|
|
1468
1405
|
bl_context: typing.Any
|
|
@@ -1479,17 +1416,15 @@ class IMAGE_PT_tools_brush_display(
|
|
|
1479
1416
|
"""
|
|
1480
1417
|
|
|
1481
1418
|
:return: The RNA type or default when not found.
|
|
1482
|
-
:rtype: bpy.types.Struct
|
|
1483
1419
|
"""
|
|
1484
1420
|
|
|
1485
1421
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1486
1422
|
"""
|
|
1487
1423
|
|
|
1488
1424
|
:return: The class or default when not found.
|
|
1489
|
-
:rtype: typing.Any
|
|
1490
1425
|
"""
|
|
1491
1426
|
|
|
1492
|
-
class IMAGE_PT_tools_brush_texture(BrushButtonsPanel,
|
|
1427
|
+
class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
|
|
1493
1428
|
bl_category: typing.Any
|
|
1494
1429
|
bl_context: typing.Any
|
|
1495
1430
|
bl_label: typing.Any
|
|
@@ -1504,23 +1439,21 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
|
|
|
1504
1439
|
"""
|
|
1505
1440
|
|
|
1506
1441
|
:return: The RNA type or default when not found.
|
|
1507
|
-
:rtype: bpy.types.Struct
|
|
1508
1442
|
"""
|
|
1509
1443
|
|
|
1510
1444
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1511
1445
|
"""
|
|
1512
1446
|
|
|
1513
1447
|
:return: The class or default when not found.
|
|
1514
|
-
:rtype: typing.Any
|
|
1515
1448
|
"""
|
|
1516
1449
|
|
|
1517
|
-
def draw(self, context):
|
|
1450
|
+
def draw(self, context) -> None:
|
|
1518
1451
|
"""
|
|
1519
1452
|
|
|
1520
1453
|
:param context:
|
|
1521
1454
|
"""
|
|
1522
1455
|
|
|
1523
|
-
class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel,
|
|
1456
|
+
class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, _bpy_types.Panel):
|
|
1524
1457
|
bl_category: typing.Any
|
|
1525
1458
|
bl_context: typing.Any
|
|
1526
1459
|
bl_label: typing.Any
|
|
@@ -1534,24 +1467,22 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
|
|
|
1534
1467
|
"""
|
|
1535
1468
|
|
|
1536
1469
|
:return: The RNA type or default when not found.
|
|
1537
|
-
:rtype: bpy.types.Struct
|
|
1538
1470
|
"""
|
|
1539
1471
|
|
|
1540
1472
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1541
1473
|
"""
|
|
1542
1474
|
|
|
1543
1475
|
:return: The class or default when not found.
|
|
1544
|
-
:rtype: typing.Any
|
|
1545
1476
|
"""
|
|
1546
1477
|
|
|
1547
|
-
def draw(self, context):
|
|
1478
|
+
def draw(self, context) -> None:
|
|
1548
1479
|
"""
|
|
1549
1480
|
|
|
1550
1481
|
:param context:
|
|
1551
1482
|
"""
|
|
1552
1483
|
|
|
1553
1484
|
class IMAGE_PT_tools_mask_texture(
|
|
1554
|
-
BrushButtonsPanel,
|
|
1485
|
+
BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
|
|
1555
1486
|
):
|
|
1556
1487
|
bl_category: typing.Any
|
|
1557
1488
|
bl_context: typing.Any
|
|
@@ -1568,17 +1499,15 @@ class IMAGE_PT_tools_mask_texture(
|
|
|
1568
1499
|
"""
|
|
1569
1500
|
|
|
1570
1501
|
:return: The RNA type or default when not found.
|
|
1571
|
-
:rtype: bpy.types.Struct
|
|
1572
1502
|
"""
|
|
1573
1503
|
|
|
1574
1504
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1575
1505
|
"""
|
|
1576
1506
|
|
|
1577
1507
|
:return: The class or default when not found.
|
|
1578
|
-
:rtype: typing.Any
|
|
1579
1508
|
"""
|
|
1580
1509
|
|
|
1581
|
-
class IMAGE_PT_udim_tiles(
|
|
1510
|
+
class IMAGE_PT_udim_tiles(_bpy_types.Panel):
|
|
1582
1511
|
bl_category: typing.Any
|
|
1583
1512
|
bl_label: typing.Any
|
|
1584
1513
|
bl_region_type: typing.Any
|
|
@@ -1590,30 +1519,28 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel):
|
|
|
1590
1519
|
"""
|
|
1591
1520
|
|
|
1592
1521
|
:return: The RNA type or default when not found.
|
|
1593
|
-
:rtype: bpy.types.Struct
|
|
1594
1522
|
"""
|
|
1595
1523
|
|
|
1596
1524
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1597
1525
|
"""
|
|
1598
1526
|
|
|
1599
1527
|
:return: The class or default when not found.
|
|
1600
|
-
:rtype: typing.Any
|
|
1601
1528
|
"""
|
|
1602
1529
|
|
|
1603
|
-
def draw(self, context):
|
|
1530
|
+
def draw(self, context) -> None:
|
|
1604
1531
|
"""
|
|
1605
1532
|
|
|
1606
1533
|
:param context:
|
|
1607
1534
|
"""
|
|
1608
1535
|
|
|
1609
1536
|
@classmethod
|
|
1610
|
-
def poll(cls, context):
|
|
1537
|
+
def poll(cls, context) -> None:
|
|
1611
1538
|
"""
|
|
1612
1539
|
|
|
1613
1540
|
:param context:
|
|
1614
1541
|
"""
|
|
1615
1542
|
|
|
1616
|
-
class IMAGE_PT_uv_cursor(
|
|
1543
|
+
class IMAGE_PT_uv_cursor(_bpy_types.Panel):
|
|
1617
1544
|
bl_category: typing.Any
|
|
1618
1545
|
bl_label: typing.Any
|
|
1619
1546
|
bl_region_type: typing.Any
|
|
@@ -1625,30 +1552,28 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel):
|
|
|
1625
1552
|
"""
|
|
1626
1553
|
|
|
1627
1554
|
:return: The RNA type or default when not found.
|
|
1628
|
-
:rtype: bpy.types.Struct
|
|
1629
1555
|
"""
|
|
1630
1556
|
|
|
1631
1557
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1632
1558
|
"""
|
|
1633
1559
|
|
|
1634
1560
|
:return: The class or default when not found.
|
|
1635
|
-
:rtype: typing.Any
|
|
1636
1561
|
"""
|
|
1637
1562
|
|
|
1638
|
-
def draw(self, context):
|
|
1563
|
+
def draw(self, context) -> None:
|
|
1639
1564
|
"""
|
|
1640
1565
|
|
|
1641
1566
|
:param context:
|
|
1642
1567
|
"""
|
|
1643
1568
|
|
|
1644
1569
|
@classmethod
|
|
1645
|
-
def poll(cls, context):
|
|
1570
|
+
def poll(cls, context) -> None:
|
|
1646
1571
|
"""
|
|
1647
1572
|
|
|
1648
1573
|
:param context:
|
|
1649
1574
|
"""
|
|
1650
1575
|
|
|
1651
|
-
class IMAGE_PT_uv_sculpt_curve(
|
|
1576
|
+
class IMAGE_PT_uv_sculpt_curve(_bpy_types.Panel):
|
|
1652
1577
|
bl_context: typing.Any
|
|
1653
1578
|
bl_label: typing.Any
|
|
1654
1579
|
bl_region_type: typing.Any
|
|
@@ -1660,23 +1585,21 @@ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel):
|
|
|
1660
1585
|
"""
|
|
1661
1586
|
|
|
1662
1587
|
:return: The RNA type or default when not found.
|
|
1663
|
-
:rtype: bpy.types.Struct
|
|
1664
1588
|
"""
|
|
1665
1589
|
|
|
1666
1590
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1667
1591
|
"""
|
|
1668
1592
|
|
|
1669
1593
|
:return: The class or default when not found.
|
|
1670
|
-
:rtype: typing.Any
|
|
1671
1594
|
"""
|
|
1672
1595
|
|
|
1673
|
-
def draw(self, context):
|
|
1596
|
+
def draw(self, context) -> None:
|
|
1674
1597
|
"""
|
|
1675
1598
|
|
|
1676
1599
|
:param context:
|
|
1677
1600
|
"""
|
|
1678
1601
|
|
|
1679
|
-
class IMAGE_PT_uv_sculpt_options(
|
|
1602
|
+
class IMAGE_PT_uv_sculpt_options(_bpy_types.Panel):
|
|
1680
1603
|
bl_context: typing.Any
|
|
1681
1604
|
bl_label: typing.Any
|
|
1682
1605
|
bl_region_type: typing.Any
|
|
@@ -1688,23 +1611,21 @@ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel):
|
|
|
1688
1611
|
"""
|
|
1689
1612
|
|
|
1690
1613
|
:return: The RNA type or default when not found.
|
|
1691
|
-
:rtype: bpy.types.Struct
|
|
1692
1614
|
"""
|
|
1693
1615
|
|
|
1694
1616
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1695
1617
|
"""
|
|
1696
1618
|
|
|
1697
1619
|
:return: The class or default when not found.
|
|
1698
|
-
:rtype: typing.Any
|
|
1699
1620
|
"""
|
|
1700
1621
|
|
|
1701
|
-
def draw(self, context):
|
|
1622
|
+
def draw(self, context) -> None:
|
|
1702
1623
|
"""
|
|
1703
1624
|
|
|
1704
1625
|
:param context:
|
|
1705
1626
|
"""
|
|
1706
1627
|
|
|
1707
|
-
class IMAGE_PT_view_display(
|
|
1628
|
+
class IMAGE_PT_view_display(_bpy_types.Panel):
|
|
1708
1629
|
bl_category: typing.Any
|
|
1709
1630
|
bl_label: typing.Any
|
|
1710
1631
|
bl_region_type: typing.Any
|
|
@@ -1716,30 +1637,28 @@ class IMAGE_PT_view_display(bpy.types.Panel):
|
|
|
1716
1637
|
"""
|
|
1717
1638
|
|
|
1718
1639
|
:return: The RNA type or default when not found.
|
|
1719
|
-
:rtype: bpy.types.Struct
|
|
1720
1640
|
"""
|
|
1721
1641
|
|
|
1722
1642
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1723
1643
|
"""
|
|
1724
1644
|
|
|
1725
1645
|
:return: The class or default when not found.
|
|
1726
|
-
:rtype: typing.Any
|
|
1727
1646
|
"""
|
|
1728
1647
|
|
|
1729
|
-
def draw(self, context):
|
|
1648
|
+
def draw(self, context) -> None:
|
|
1730
1649
|
"""
|
|
1731
1650
|
|
|
1732
1651
|
:param context:
|
|
1733
1652
|
"""
|
|
1734
1653
|
|
|
1735
1654
|
@classmethod
|
|
1736
|
-
def poll(cls, context):
|
|
1655
|
+
def poll(cls, context) -> None:
|
|
1737
1656
|
"""
|
|
1738
1657
|
|
|
1739
1658
|
:param context:
|
|
1740
1659
|
"""
|
|
1741
1660
|
|
|
1742
|
-
class IMAGE_PT_view_histogram(ImageScopesPanel,
|
|
1661
|
+
class IMAGE_PT_view_histogram(ImageScopesPanel, _bpy_types.Panel):
|
|
1743
1662
|
bl_category: typing.Any
|
|
1744
1663
|
bl_label: typing.Any
|
|
1745
1664
|
bl_region_type: typing.Any
|
|
@@ -1751,23 +1670,21 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
|
|
|
1751
1670
|
"""
|
|
1752
1671
|
|
|
1753
1672
|
:return: The RNA type or default when not found.
|
|
1754
|
-
:rtype: bpy.types.Struct
|
|
1755
1673
|
"""
|
|
1756
1674
|
|
|
1757
1675
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1758
1676
|
"""
|
|
1759
1677
|
|
|
1760
1678
|
:return: The class or default when not found.
|
|
1761
|
-
:rtype: typing.Any
|
|
1762
1679
|
"""
|
|
1763
1680
|
|
|
1764
|
-
def draw(self, context):
|
|
1681
|
+
def draw(self, context) -> None:
|
|
1765
1682
|
"""
|
|
1766
1683
|
|
|
1767
1684
|
:param context:
|
|
1768
1685
|
"""
|
|
1769
1686
|
|
|
1770
|
-
class IMAGE_PT_view_vectorscope(ImageScopesPanel,
|
|
1687
|
+
class IMAGE_PT_view_vectorscope(ImageScopesPanel, _bpy_types.Panel):
|
|
1771
1688
|
bl_category: typing.Any
|
|
1772
1689
|
bl_label: typing.Any
|
|
1773
1690
|
bl_region_type: typing.Any
|
|
@@ -1779,23 +1696,21 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
|
|
|
1779
1696
|
"""
|
|
1780
1697
|
|
|
1781
1698
|
:return: The RNA type or default when not found.
|
|
1782
|
-
:rtype: bpy.types.Struct
|
|
1783
1699
|
"""
|
|
1784
1700
|
|
|
1785
1701
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1786
1702
|
"""
|
|
1787
1703
|
|
|
1788
1704
|
:return: The class or default when not found.
|
|
1789
|
-
:rtype: typing.Any
|
|
1790
1705
|
"""
|
|
1791
1706
|
|
|
1792
|
-
def draw(self, context):
|
|
1707
|
+
def draw(self, context) -> None:
|
|
1793
1708
|
"""
|
|
1794
1709
|
|
|
1795
1710
|
:param context:
|
|
1796
1711
|
"""
|
|
1797
1712
|
|
|
1798
|
-
class IMAGE_PT_view_waveform(ImageScopesPanel,
|
|
1713
|
+
class IMAGE_PT_view_waveform(ImageScopesPanel, _bpy_types.Panel):
|
|
1799
1714
|
bl_category: typing.Any
|
|
1800
1715
|
bl_label: typing.Any
|
|
1801
1716
|
bl_region_type: typing.Any
|
|
@@ -1807,23 +1722,21 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
|
|
|
1807
1722
|
"""
|
|
1808
1723
|
|
|
1809
1724
|
:return: The RNA type or default when not found.
|
|
1810
|
-
:rtype: bpy.types.Struct
|
|
1811
1725
|
"""
|
|
1812
1726
|
|
|
1813
1727
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1814
1728
|
"""
|
|
1815
1729
|
|
|
1816
1730
|
:return: The class or default when not found.
|
|
1817
|
-
:rtype: typing.Any
|
|
1818
1731
|
"""
|
|
1819
1732
|
|
|
1820
|
-
def draw(self, context):
|
|
1733
|
+
def draw(self, context) -> None:
|
|
1821
1734
|
"""
|
|
1822
1735
|
|
|
1823
1736
|
:param context:
|
|
1824
1737
|
"""
|
|
1825
1738
|
|
|
1826
|
-
class IMAGE_UL_render_slots(
|
|
1739
|
+
class IMAGE_UL_render_slots(_bpy_types.UIList):
|
|
1827
1740
|
bl_rna: typing.Any
|
|
1828
1741
|
id_data: typing.Any
|
|
1829
1742
|
|
|
@@ -1831,14 +1744,12 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
|
|
|
1831
1744
|
"""
|
|
1832
1745
|
|
|
1833
1746
|
:return: The RNA type or default when not found.
|
|
1834
|
-
:rtype: bpy.types.Struct
|
|
1835
1747
|
"""
|
|
1836
1748
|
|
|
1837
1749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1838
1750
|
"""
|
|
1839
1751
|
|
|
1840
1752
|
:return: The class or default when not found.
|
|
1841
|
-
:rtype: typing.Any
|
|
1842
1753
|
"""
|
|
1843
1754
|
|
|
1844
1755
|
def draw_item(
|
|
@@ -1851,7 +1762,7 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
|
|
|
1851
1762
|
_active_data,
|
|
1852
1763
|
_active_propname,
|
|
1853
1764
|
_index,
|
|
1854
|
-
):
|
|
1765
|
+
) -> None:
|
|
1855
1766
|
"""
|
|
1856
1767
|
|
|
1857
1768
|
:param _context:
|
|
@@ -1864,7 +1775,7 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
|
|
|
1864
1775
|
:param _index:
|
|
1865
1776
|
"""
|
|
1866
1777
|
|
|
1867
|
-
class IMAGE_UL_udim_tiles(
|
|
1778
|
+
class IMAGE_UL_udim_tiles(_bpy_types.UIList):
|
|
1868
1779
|
bl_rna: typing.Any
|
|
1869
1780
|
id_data: typing.Any
|
|
1870
1781
|
|
|
@@ -1872,14 +1783,12 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
|
|
|
1872
1783
|
"""
|
|
1873
1784
|
|
|
1874
1785
|
:return: The RNA type or default when not found.
|
|
1875
|
-
:rtype: bpy.types.Struct
|
|
1876
1786
|
"""
|
|
1877
1787
|
|
|
1878
1788
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1879
1789
|
"""
|
|
1880
1790
|
|
|
1881
1791
|
:return: The class or default when not found.
|
|
1882
|
-
:rtype: typing.Any
|
|
1883
1792
|
"""
|
|
1884
1793
|
|
|
1885
1794
|
def draw_item(
|
|
@@ -1892,7 +1801,7 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
|
|
|
1892
1801
|
_active_data,
|
|
1893
1802
|
_active_propname,
|
|
1894
1803
|
_index,
|
|
1895
|
-
):
|
|
1804
|
+
) -> None:
|
|
1896
1805
|
"""
|
|
1897
1806
|
|
|
1898
1807
|
:param _context:
|
|
@@ -1907,16 +1816,15 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
|
|
|
1907
1816
|
|
|
1908
1817
|
class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
1909
1818
|
bl_activate_operator: typing.Any
|
|
1910
|
-
bl_default_preview_size: typing.Any
|
|
1911
1819
|
bl_options: typing.Any
|
|
1912
1820
|
bl_space_type: typing.Any
|
|
1913
1821
|
brush_type_prop: typing.Any
|
|
1822
|
+
filter_brush: typing.Any
|
|
1914
1823
|
mode_prop: typing.Any
|
|
1915
|
-
tool_prop: typing.Any
|
|
1916
1824
|
|
|
1917
1825
|
class ImageScopesPanel:
|
|
1918
1826
|
@classmethod
|
|
1919
|
-
def poll(cls, context):
|
|
1827
|
+
def poll(cls, context) -> None:
|
|
1920
1828
|
"""
|
|
1921
1829
|
|
|
1922
1830
|
:param context:
|
|
@@ -1924,7 +1832,7 @@ class ImageScopesPanel:
|
|
|
1924
1832
|
|
|
1925
1833
|
class _draw_tool_settings_context_mode:
|
|
1926
1834
|
@staticmethod
|
|
1927
|
-
def PAINT(context, layout, tool):
|
|
1835
|
+
def PAINT(context, layout, tool) -> None:
|
|
1928
1836
|
"""
|
|
1929
1837
|
|
|
1930
1838
|
:param context:
|
|
@@ -1933,7 +1841,7 @@ class _draw_tool_settings_context_mode:
|
|
|
1933
1841
|
"""
|
|
1934
1842
|
|
|
1935
1843
|
@staticmethod
|
|
1936
|
-
def UV(context, layout, tool):
|
|
1844
|
+
def UV(context, layout, tool) -> None:
|
|
1937
1845
|
"""
|
|
1938
1846
|
|
|
1939
1847
|
:param context:
|
|
@@ -1941,7 +1849,7 @@ class _draw_tool_settings_context_mode:
|
|
|
1941
1849
|
:param tool:
|
|
1942
1850
|
"""
|
|
1943
1851
|
|
|
1944
|
-
class IMAGE_PT_paint_color(
|
|
1852
|
+
class IMAGE_PT_paint_color(_bpy_types.Panel, ImagePaintPanel):
|
|
1945
1853
|
bl_category: typing.Any
|
|
1946
1854
|
bl_context: typing.Any
|
|
1947
1855
|
bl_label: typing.Any
|
|
@@ -1955,30 +1863,28 @@ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
|
|
|
1955
1863
|
"""
|
|
1956
1864
|
|
|
1957
1865
|
:return: The RNA type or default when not found.
|
|
1958
|
-
:rtype: bpy.types.Struct
|
|
1959
1866
|
"""
|
|
1960
1867
|
|
|
1961
1868
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1962
1869
|
"""
|
|
1963
1870
|
|
|
1964
1871
|
:return: The class or default when not found.
|
|
1965
|
-
:rtype: typing.Any
|
|
1966
1872
|
"""
|
|
1967
1873
|
|
|
1968
|
-
def draw(self, context):
|
|
1874
|
+
def draw(self, context) -> None:
|
|
1969
1875
|
"""
|
|
1970
1876
|
|
|
1971
1877
|
:param context:
|
|
1972
1878
|
"""
|
|
1973
1879
|
|
|
1974
1880
|
@classmethod
|
|
1975
|
-
def poll(cls, context):
|
|
1881
|
+
def poll(cls, context) -> None:
|
|
1976
1882
|
"""
|
|
1977
1883
|
|
|
1978
1884
|
:param context:
|
|
1979
1885
|
"""
|
|
1980
1886
|
|
|
1981
|
-
class IMAGE_PT_paint_settings(
|
|
1887
|
+
class IMAGE_PT_paint_settings(_bpy_types.Panel, ImagePaintPanel):
|
|
1982
1888
|
bl_category: typing.Any
|
|
1983
1889
|
bl_context: typing.Any
|
|
1984
1890
|
bl_label: typing.Any
|
|
@@ -1991,23 +1897,28 @@ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
|
|
|
1991
1897
|
"""
|
|
1992
1898
|
|
|
1993
1899
|
:return: The RNA type or default when not found.
|
|
1994
|
-
:rtype: bpy.types.Struct
|
|
1995
1900
|
"""
|
|
1996
1901
|
|
|
1997
1902
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1998
1903
|
"""
|
|
1999
1904
|
|
|
2000
1905
|
:return: The class or default when not found.
|
|
2001
|
-
:rtype: typing.Any
|
|
2002
1906
|
"""
|
|
2003
1907
|
|
|
2004
|
-
def draw(self, context):
|
|
1908
|
+
def draw(self, context) -> None:
|
|
1909
|
+
"""
|
|
1910
|
+
|
|
1911
|
+
:param context:
|
|
1912
|
+
"""
|
|
1913
|
+
|
|
1914
|
+
@classmethod
|
|
1915
|
+
def poll(cls, context) -> None:
|
|
2005
1916
|
"""
|
|
2006
1917
|
|
|
2007
1918
|
:param context:
|
|
2008
1919
|
"""
|
|
2009
1920
|
|
|
2010
|
-
class IMAGE_PT_paint_settings_advanced(
|
|
1921
|
+
class IMAGE_PT_paint_settings_advanced(_bpy_types.Panel, ImagePaintPanel):
|
|
2011
1922
|
bl_category: typing.Any
|
|
2012
1923
|
bl_context: typing.Any
|
|
2013
1924
|
bl_label: typing.Any
|
|
@@ -2022,17 +1933,22 @@ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
|
|
|
2022
1933
|
"""
|
|
2023
1934
|
|
|
2024
1935
|
:return: The RNA type or default when not found.
|
|
2025
|
-
:rtype: bpy.types.Struct
|
|
2026
1936
|
"""
|
|
2027
1937
|
|
|
2028
1938
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2029
1939
|
"""
|
|
2030
1940
|
|
|
2031
1941
|
:return: The class or default when not found.
|
|
2032
|
-
:rtype: typing.Any
|
|
2033
1942
|
"""
|
|
2034
1943
|
|
|
2035
|
-
def draw(self, context):
|
|
1944
|
+
def draw(self, context) -> None:
|
|
1945
|
+
"""
|
|
1946
|
+
|
|
1947
|
+
:param context:
|
|
1948
|
+
"""
|
|
1949
|
+
|
|
1950
|
+
@classmethod
|
|
1951
|
+
def poll(cls, context) -> None:
|
|
2036
1952
|
"""
|
|
2037
1953
|
|
|
2038
1954
|
:param context:
|