fake-bpy-module 20240516__py3-none-any.whl → 20240518__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +44 -38
- animsys_refactor/__init__.pyi +7 -27
- aud/__init__.pyi +8 -11
- bgl/__init__.pyi +121 -1812
- bl_app_override/__init__.pyi +8 -19
- bl_app_override/helpers/__init__.pyi +5 -23
- bl_app_template_utils/__init__.pyi +5 -17
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +6 -24
- bl_i18n_utils/utils/__init__.pyi +93 -122
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +9 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +128 -59
- bl_operators/anim/__init__.pyi +1001 -398
- bl_operators/assets/__init__.pyi +376 -152
- bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
- bl_operators/clip/__init__.pyi +1264 -532
- bl_operators/console/__init__.pyi +626 -242
- bl_operators/constraint/__init__.pyi +502 -201
- bl_operators/file/__init__.pyi +376 -150
- bl_operators/freestyle/__init__.pyi +501 -200
- bl_operators/geometry_nodes/__init__.pyi +514 -266
- bl_operators/image/__init__.pyi +621 -251
- bl_operators/mesh/__init__.pyi +376 -150
- bl_operators/node/__init__.pyi +1253 -516
- bl_operators/object/__init__.pyi +1879 -755
- bl_operators/object_align/__init__.pyi +129 -64
- bl_operators/object_quick_effects/__init__.pyi +504 -213
- bl_operators/object_randomize_transform/__init__.pyi +129 -54
- bl_operators/presets/__init__.pyi +3072 -1403
- bl_operators/rigidbody/__init__.pyi +376 -150
- bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
- bl_operators/sequencer/__init__.pyi +1010 -434
- bl_operators/spreadsheet/__init__.pyi +126 -50
- bl_operators/userpref/__init__.pyi +3253 -1267
- bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
- bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
- bl_operators/uvcalc_transform/__init__.pyi +297 -159
- bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
- bl_operators/view3d/__init__.pyi +868 -342
- bl_operators/wm/__init__.pyi +5795 -2388
- bl_operators/world/__init__.pyi +126 -50
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +8 -4
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +366 -269
- bl_ui/anim/__init__.pyi +164 -74
- bl_ui/asset_shelf/__init__.pyi +129 -56
- bl_ui/generic_ui_list/__init__.pyi +412 -163
- bl_ui/node_add_menu/__init__.pyi +171 -94
- bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
- bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
- bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
- bl_ui/properties_animviz/__init__.pyi +2 -16
- bl_ui/properties_collection/__init__.pyi +807 -379
- bl_ui/properties_constraint/__init__.pyi +10292 -4941
- bl_ui/properties_data_armature/__init__.pyi +1615 -753
- bl_ui/properties_data_bone/__init__.pyi +1284 -608
- bl_ui/properties_data_camera/__init__.pyi +1854 -927
- bl_ui/properties_data_curve/__init__.pyi +1927 -937
- bl_ui/properties_data_curves/__init__.pyi +806 -375
- bl_ui/properties_data_empty/__init__.pyi +257 -125
- bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
- bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
- bl_ui/properties_data_lattice/__init__.pyi +388 -188
- bl_ui/properties_data_light/__init__.pyi +1540 -756
- bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
- bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
- bl_ui/properties_data_metaball/__init__.pyi +644 -308
- bl_ui/properties_data_modifier/__init__.pyi +1353 -671
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
- bl_ui/properties_data_speaker/__init__.pyi +644 -316
- bl_ui/properties_data_volume/__init__.pyi +1028 -484
- bl_ui/properties_freestyle/__init__.pyi +3112 -1619
- bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
- bl_ui/properties_mask_common/__init__.pyi +1102 -523
- bl_ui/properties_material/__init__.pyi +2089 -1009
- bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
- bl_ui/properties_object/__init__.pyi +1832 -873
- bl_ui/properties_output/__init__.pyi +2405 -1173
- bl_ui/properties_paint_common/__init__.pyi +416 -386
- bl_ui/properties_particle/__init__.pyi +6740 -3346
- bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
- bl_ui/properties_physics_common/__init__.pyi +135 -98
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
- bl_ui/properties_physics_field/__init__.pyi +1282 -627
- bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
- bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
- bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
- bl_ui/properties_render/__init__.pyi +6843 -3367
- bl_ui/properties_scene/__init__.pyi +1924 -913
- bl_ui/properties_texture/__init__.pyi +3371 -1667
- bl_ui/properties_view_layer/__init__.pyi +2344 -1107
- bl_ui/properties_workspace/__init__.pyi +516 -244
- bl_ui/properties_world/__init__.pyi +1284 -630
- bl_ui/space_clip/__init__.pyi +10172 -4695
- bl_ui/space_console/__init__.pyi +940 -423
- bl_ui/space_dopesheet/__init__.pyi +4325 -2013
- bl_ui/space_filebrowser/__init__.pyi +4172 -1903
- bl_ui/space_graph/__init__.pyi +3107 -1394
- bl_ui/space_image/__init__.pyi +9764 -4614
- bl_ui/space_info/__init__.pyi +939 -421
- bl_ui/space_nla/__init__.pyi +2623 -1183
- bl_ui/space_node/__init__.pyi +3995 -1840
- bl_ui/space_outliner/__init__.pyi +2203 -991
- bl_ui/space_properties/__init__.pyi +386 -165
- bl_ui/space_sequencer/__init__.pyi +10809 -4978
- bl_ui/space_spreadsheet/__init__.pyi +130 -53
- bl_ui/space_statusbar/__init__.pyi +129 -52
- bl_ui/space_text/__init__.pyi +2457 -1100
- bl_ui/space_time/__init__.pyi +1034 -481
- bl_ui/space_toolsystem_common/__init__.pyi +56 -211
- bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
- bl_ui/space_topbar/__init__.pyi +3982 -1805
- bl_ui/space_userpref/__init__.pyi +11383 -5290
- bl_ui/space_view3d/__init__.pyi +40873 -18532
- bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
- bl_ui/temp_anim_layers/__init__.pyi +130 -62
- bl_ui/utils/__init__.pyi +28 -27
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +3 -10
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +39 -56
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2683 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17058 -26311
- bpy/utils/__init__.pyi +247 -179
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -29
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +9 -6
- bpy_extras/extensions/junction_module/__init__.pyi +6 -8
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +116 -41
- bpy_extras/keyconfig_utils/__init__.pyi +4 -11
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +52 -288
- bpy_extras/node_utils/__init__.pyi +10 -10
- bpy_extras/object_utils/__init__.pyi +71 -14
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +4203 -1605
- console_python/__init__.pyi +12 -37
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +14 -44
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +2 -12
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +6 -18
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -9
- idprop/types/__init__.pyi +8 -35
- imbuf/__init__.pyi +4 -4
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2692 -997
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -6
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +39 -215
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +24 -62
- rna_xml/__init__.pyi +16 -39
- sys_info/__init__.pyi +1 -4
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -9,31 +9,14 @@ class IMAGE_PT_tools_active(
|
|
|
9
9
|
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
10
10
|
bpy_types._GenericUI,
|
|
11
11
|
):
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
12
|
bl_label: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
13
|
bl_options: typing.Any
|
|
18
|
-
""" """
|
|
19
|
-
|
|
20
14
|
bl_region_type: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
15
|
bl_rna: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
16
|
bl_space_type: typing.Any
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
17
|
id_data: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
18
|
keymap_prefix: typing.Any
|
|
33
|
-
""" """
|
|
34
|
-
|
|
35
19
|
tool_fallback_id: typing.Any
|
|
36
|
-
""" """
|
|
37
20
|
|
|
38
21
|
def append(self, draw_func):
|
|
39
22
|
"""
|
|
@@ -42,18 +25,9 @@ class IMAGE_PT_tools_active(
|
|
|
42
25
|
"""
|
|
43
26
|
...
|
|
44
27
|
|
|
45
|
-
def as_pointer(self):
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
def bl_rna_get_subclass(self):
|
|
50
|
-
""" """
|
|
51
|
-
...
|
|
52
|
-
|
|
53
|
-
def bl_rna_get_subclass_py(self):
|
|
54
|
-
""" """
|
|
55
|
-
...
|
|
56
|
-
|
|
28
|
+
def as_pointer(self): ...
|
|
29
|
+
def bl_rna_get_subclass(self): ...
|
|
30
|
+
def bl_rna_get_subclass_py(self): ...
|
|
57
31
|
def draw(self, context):
|
|
58
32
|
"""
|
|
59
33
|
|
|
@@ -61,7 +35,9 @@ class IMAGE_PT_tools_active(
|
|
|
61
35
|
"""
|
|
62
36
|
...
|
|
63
37
|
|
|
64
|
-
def draw_active_tool_fallback(
|
|
38
|
+
def draw_active_tool_fallback(
|
|
39
|
+
self, context, layout, tool, is_horizontal_layout=False
|
|
40
|
+
):
|
|
65
41
|
"""
|
|
66
42
|
|
|
67
43
|
:param context:
|
|
@@ -71,7 +47,9 @@ class IMAGE_PT_tools_active(
|
|
|
71
47
|
"""
|
|
72
48
|
...
|
|
73
49
|
|
|
74
|
-
def draw_active_tool_header(
|
|
50
|
+
def draw_active_tool_header(
|
|
51
|
+
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
52
|
+
):
|
|
75
53
|
"""
|
|
76
54
|
|
|
77
55
|
:param context:
|
|
@@ -81,7 +59,7 @@ class IMAGE_PT_tools_active(
|
|
|
81
59
|
"""
|
|
82
60
|
...
|
|
83
61
|
|
|
84
|
-
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
62
|
+
def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
|
|
85
63
|
"""
|
|
86
64
|
|
|
87
65
|
:param layout:
|
|
@@ -107,62 +85,20 @@ class IMAGE_PT_tools_active(
|
|
|
107
85
|
"""
|
|
108
86
|
...
|
|
109
87
|
|
|
110
|
-
def driver_add(self):
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
def
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
def
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
def
|
|
123
|
-
|
|
124
|
-
...
|
|
125
|
-
|
|
126
|
-
def id_properties_ensure(self):
|
|
127
|
-
""" """
|
|
128
|
-
...
|
|
129
|
-
|
|
130
|
-
def id_properties_ui(self):
|
|
131
|
-
""" """
|
|
132
|
-
...
|
|
133
|
-
|
|
134
|
-
def is_extended(self):
|
|
135
|
-
""" """
|
|
136
|
-
...
|
|
137
|
-
|
|
138
|
-
def is_property_hidden(self):
|
|
139
|
-
""" """
|
|
140
|
-
...
|
|
141
|
-
|
|
142
|
-
def is_property_overridable_library(self):
|
|
143
|
-
""" """
|
|
144
|
-
...
|
|
145
|
-
|
|
146
|
-
def is_property_readonly(self):
|
|
147
|
-
""" """
|
|
148
|
-
...
|
|
149
|
-
|
|
150
|
-
def is_property_set(self):
|
|
151
|
-
""" """
|
|
152
|
-
...
|
|
153
|
-
|
|
154
|
-
def items(self):
|
|
155
|
-
""" """
|
|
156
|
-
...
|
|
157
|
-
|
|
158
|
-
def keyframe_delete(self):
|
|
159
|
-
""" """
|
|
160
|
-
...
|
|
161
|
-
|
|
162
|
-
def keyframe_insert(self):
|
|
163
|
-
""" """
|
|
164
|
-
...
|
|
165
|
-
|
|
88
|
+
def driver_add(self): ...
|
|
89
|
+
def driver_remove(self): ...
|
|
90
|
+
def get(self): ...
|
|
91
|
+
def id_properties_clear(self): ...
|
|
92
|
+
def id_properties_ensure(self): ...
|
|
93
|
+
def id_properties_ui(self): ...
|
|
94
|
+
def is_extended(self): ...
|
|
95
|
+
def is_property_hidden(self): ...
|
|
96
|
+
def is_property_overridable_library(self): ...
|
|
97
|
+
def is_property_readonly(self): ...
|
|
98
|
+
def is_property_set(self): ...
|
|
99
|
+
def items(self): ...
|
|
100
|
+
def keyframe_delete(self): ...
|
|
101
|
+
def keyframe_insert(self): ...
|
|
166
102
|
def keymap_ui_hierarchy(self, context_mode):
|
|
167
103
|
"""
|
|
168
104
|
|
|
@@ -170,22 +106,10 @@ class IMAGE_PT_tools_active(
|
|
|
170
106
|
"""
|
|
171
107
|
...
|
|
172
108
|
|
|
173
|
-
def keys(self):
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
def path_from_id(self):
|
|
178
|
-
""" """
|
|
179
|
-
...
|
|
180
|
-
|
|
181
|
-
def path_resolve(self):
|
|
182
|
-
""" """
|
|
183
|
-
...
|
|
184
|
-
|
|
185
|
-
def pop(self):
|
|
186
|
-
""" """
|
|
187
|
-
...
|
|
188
|
-
|
|
109
|
+
def keys(self): ...
|
|
110
|
+
def path_from_id(self): ...
|
|
111
|
+
def path_resolve(self): ...
|
|
112
|
+
def pop(self): ...
|
|
189
113
|
def prepend(self, draw_func):
|
|
190
114
|
"""
|
|
191
115
|
|
|
@@ -193,22 +117,10 @@ class IMAGE_PT_tools_active(
|
|
|
193
117
|
"""
|
|
194
118
|
...
|
|
195
119
|
|
|
196
|
-
def property_overridable_library_set(self):
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
def property_unset(self):
|
|
201
|
-
""" """
|
|
202
|
-
...
|
|
203
|
-
|
|
204
|
-
def register(self):
|
|
205
|
-
""" """
|
|
206
|
-
...
|
|
207
|
-
|
|
208
|
-
def register_ensure(self):
|
|
209
|
-
""" """
|
|
210
|
-
...
|
|
211
|
-
|
|
120
|
+
def property_overridable_library_set(self): ...
|
|
121
|
+
def property_unset(self): ...
|
|
122
|
+
def register(self): ...
|
|
123
|
+
def register_ensure(self): ...
|
|
212
124
|
def remove(self, draw_func):
|
|
213
125
|
"""
|
|
214
126
|
|
|
@@ -223,11 +135,8 @@ class IMAGE_PT_tools_active(
|
|
|
223
135
|
"""
|
|
224
136
|
...
|
|
225
137
|
|
|
226
|
-
def tools_all(self):
|
|
227
|
-
|
|
228
|
-
...
|
|
229
|
-
|
|
230
|
-
def tools_from_context(self, context, mode):
|
|
138
|
+
def tools_all(self): ...
|
|
139
|
+
def tools_from_context(self, context, mode=None):
|
|
231
140
|
"""
|
|
232
141
|
|
|
233
142
|
:param context:
|
|
@@ -235,44 +144,22 @@ class IMAGE_PT_tools_active(
|
|
|
235
144
|
"""
|
|
236
145
|
...
|
|
237
146
|
|
|
238
|
-
def type_recast(self):
|
|
239
|
-
|
|
240
|
-
...
|
|
241
|
-
|
|
242
|
-
def values(self):
|
|
243
|
-
""" """
|
|
244
|
-
...
|
|
147
|
+
def type_recast(self): ...
|
|
148
|
+
def values(self): ...
|
|
245
149
|
|
|
246
150
|
class NODE_PT_tools_active(
|
|
247
151
|
bpy_types.Panel,
|
|
248
152
|
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
249
153
|
bpy_types._GenericUI,
|
|
250
154
|
):
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
155
|
bl_label: typing.Any
|
|
254
|
-
""" """
|
|
255
|
-
|
|
256
156
|
bl_options: typing.Any
|
|
257
|
-
""" """
|
|
258
|
-
|
|
259
157
|
bl_region_type: typing.Any
|
|
260
|
-
""" """
|
|
261
|
-
|
|
262
158
|
bl_rna: typing.Any
|
|
263
|
-
""" """
|
|
264
|
-
|
|
265
159
|
bl_space_type: typing.Any
|
|
266
|
-
""" """
|
|
267
|
-
|
|
268
160
|
id_data: typing.Any
|
|
269
|
-
""" """
|
|
270
|
-
|
|
271
161
|
keymap_prefix: typing.Any
|
|
272
|
-
""" """
|
|
273
|
-
|
|
274
162
|
tool_fallback_id: typing.Any
|
|
275
|
-
""" """
|
|
276
163
|
|
|
277
164
|
def append(self, draw_func):
|
|
278
165
|
"""
|
|
@@ -281,18 +168,9 @@ class NODE_PT_tools_active(
|
|
|
281
168
|
"""
|
|
282
169
|
...
|
|
283
170
|
|
|
284
|
-
def as_pointer(self):
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
def bl_rna_get_subclass(self):
|
|
289
|
-
""" """
|
|
290
|
-
...
|
|
291
|
-
|
|
292
|
-
def bl_rna_get_subclass_py(self):
|
|
293
|
-
""" """
|
|
294
|
-
...
|
|
295
|
-
|
|
171
|
+
def as_pointer(self): ...
|
|
172
|
+
def bl_rna_get_subclass(self): ...
|
|
173
|
+
def bl_rna_get_subclass_py(self): ...
|
|
296
174
|
def draw(self, context):
|
|
297
175
|
"""
|
|
298
176
|
|
|
@@ -300,7 +178,9 @@ class NODE_PT_tools_active(
|
|
|
300
178
|
"""
|
|
301
179
|
...
|
|
302
180
|
|
|
303
|
-
def draw_active_tool_fallback(
|
|
181
|
+
def draw_active_tool_fallback(
|
|
182
|
+
self, context, layout, tool, is_horizontal_layout=False
|
|
183
|
+
):
|
|
304
184
|
"""
|
|
305
185
|
|
|
306
186
|
:param context:
|
|
@@ -310,7 +190,9 @@ class NODE_PT_tools_active(
|
|
|
310
190
|
"""
|
|
311
191
|
...
|
|
312
192
|
|
|
313
|
-
def draw_active_tool_header(
|
|
193
|
+
def draw_active_tool_header(
|
|
194
|
+
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
195
|
+
):
|
|
314
196
|
"""
|
|
315
197
|
|
|
316
198
|
:param context:
|
|
@@ -320,7 +202,7 @@ class NODE_PT_tools_active(
|
|
|
320
202
|
"""
|
|
321
203
|
...
|
|
322
204
|
|
|
323
|
-
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
205
|
+
def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
|
|
324
206
|
"""
|
|
325
207
|
|
|
326
208
|
:param layout:
|
|
@@ -346,62 +228,20 @@ class NODE_PT_tools_active(
|
|
|
346
228
|
"""
|
|
347
229
|
...
|
|
348
230
|
|
|
349
|
-
def driver_add(self):
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
def
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
def
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
def
|
|
362
|
-
|
|
363
|
-
...
|
|
364
|
-
|
|
365
|
-
def id_properties_ensure(self):
|
|
366
|
-
""" """
|
|
367
|
-
...
|
|
368
|
-
|
|
369
|
-
def id_properties_ui(self):
|
|
370
|
-
""" """
|
|
371
|
-
...
|
|
372
|
-
|
|
373
|
-
def is_extended(self):
|
|
374
|
-
""" """
|
|
375
|
-
...
|
|
376
|
-
|
|
377
|
-
def is_property_hidden(self):
|
|
378
|
-
""" """
|
|
379
|
-
...
|
|
380
|
-
|
|
381
|
-
def is_property_overridable_library(self):
|
|
382
|
-
""" """
|
|
383
|
-
...
|
|
384
|
-
|
|
385
|
-
def is_property_readonly(self):
|
|
386
|
-
""" """
|
|
387
|
-
...
|
|
388
|
-
|
|
389
|
-
def is_property_set(self):
|
|
390
|
-
""" """
|
|
391
|
-
...
|
|
392
|
-
|
|
393
|
-
def items(self):
|
|
394
|
-
""" """
|
|
395
|
-
...
|
|
396
|
-
|
|
397
|
-
def keyframe_delete(self):
|
|
398
|
-
""" """
|
|
399
|
-
...
|
|
400
|
-
|
|
401
|
-
def keyframe_insert(self):
|
|
402
|
-
""" """
|
|
403
|
-
...
|
|
404
|
-
|
|
231
|
+
def driver_add(self): ...
|
|
232
|
+
def driver_remove(self): ...
|
|
233
|
+
def get(self): ...
|
|
234
|
+
def id_properties_clear(self): ...
|
|
235
|
+
def id_properties_ensure(self): ...
|
|
236
|
+
def id_properties_ui(self): ...
|
|
237
|
+
def is_extended(self): ...
|
|
238
|
+
def is_property_hidden(self): ...
|
|
239
|
+
def is_property_overridable_library(self): ...
|
|
240
|
+
def is_property_readonly(self): ...
|
|
241
|
+
def is_property_set(self): ...
|
|
242
|
+
def items(self): ...
|
|
243
|
+
def keyframe_delete(self): ...
|
|
244
|
+
def keyframe_insert(self): ...
|
|
405
245
|
def keymap_ui_hierarchy(self, context_mode):
|
|
406
246
|
"""
|
|
407
247
|
|
|
@@ -409,22 +249,10 @@ class NODE_PT_tools_active(
|
|
|
409
249
|
"""
|
|
410
250
|
...
|
|
411
251
|
|
|
412
|
-
def keys(self):
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
def path_from_id(self):
|
|
417
|
-
""" """
|
|
418
|
-
...
|
|
419
|
-
|
|
420
|
-
def path_resolve(self):
|
|
421
|
-
""" """
|
|
422
|
-
...
|
|
423
|
-
|
|
424
|
-
def pop(self):
|
|
425
|
-
""" """
|
|
426
|
-
...
|
|
427
|
-
|
|
252
|
+
def keys(self): ...
|
|
253
|
+
def path_from_id(self): ...
|
|
254
|
+
def path_resolve(self): ...
|
|
255
|
+
def pop(self): ...
|
|
428
256
|
def prepend(self, draw_func):
|
|
429
257
|
"""
|
|
430
258
|
|
|
@@ -432,22 +260,10 @@ class NODE_PT_tools_active(
|
|
|
432
260
|
"""
|
|
433
261
|
...
|
|
434
262
|
|
|
435
|
-
def property_overridable_library_set(self):
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
def property_unset(self):
|
|
440
|
-
""" """
|
|
441
|
-
...
|
|
442
|
-
|
|
443
|
-
def register(self):
|
|
444
|
-
""" """
|
|
445
|
-
...
|
|
446
|
-
|
|
447
|
-
def register_ensure(self):
|
|
448
|
-
""" """
|
|
449
|
-
...
|
|
450
|
-
|
|
263
|
+
def property_overridable_library_set(self): ...
|
|
264
|
+
def property_unset(self): ...
|
|
265
|
+
def register(self): ...
|
|
266
|
+
def register_ensure(self): ...
|
|
451
267
|
def remove(self, draw_func):
|
|
452
268
|
"""
|
|
453
269
|
|
|
@@ -462,11 +278,8 @@ class NODE_PT_tools_active(
|
|
|
462
278
|
"""
|
|
463
279
|
...
|
|
464
280
|
|
|
465
|
-
def tools_all(self):
|
|
466
|
-
|
|
467
|
-
...
|
|
468
|
-
|
|
469
|
-
def tools_from_context(self, context, mode):
|
|
281
|
+
def tools_all(self): ...
|
|
282
|
+
def tools_from_context(self, context, mode=None):
|
|
470
283
|
"""
|
|
471
284
|
|
|
472
285
|
:param context:
|
|
@@ -474,44 +287,22 @@ class NODE_PT_tools_active(
|
|
|
474
287
|
"""
|
|
475
288
|
...
|
|
476
289
|
|
|
477
|
-
def type_recast(self):
|
|
478
|
-
|
|
479
|
-
...
|
|
480
|
-
|
|
481
|
-
def values(self):
|
|
482
|
-
""" """
|
|
483
|
-
...
|
|
290
|
+
def type_recast(self): ...
|
|
291
|
+
def values(self): ...
|
|
484
292
|
|
|
485
293
|
class SEQUENCER_PT_tools_active(
|
|
486
294
|
bpy_types.Panel,
|
|
487
295
|
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
488
296
|
bpy_types._GenericUI,
|
|
489
297
|
):
|
|
490
|
-
""" """
|
|
491
|
-
|
|
492
298
|
bl_label: typing.Any
|
|
493
|
-
""" """
|
|
494
|
-
|
|
495
299
|
bl_options: typing.Any
|
|
496
|
-
""" """
|
|
497
|
-
|
|
498
300
|
bl_region_type: typing.Any
|
|
499
|
-
""" """
|
|
500
|
-
|
|
501
301
|
bl_rna: typing.Any
|
|
502
|
-
""" """
|
|
503
|
-
|
|
504
302
|
bl_space_type: typing.Any
|
|
505
|
-
""" """
|
|
506
|
-
|
|
507
303
|
id_data: typing.Any
|
|
508
|
-
""" """
|
|
509
|
-
|
|
510
304
|
keymap_prefix: typing.Any
|
|
511
|
-
""" """
|
|
512
|
-
|
|
513
305
|
tool_fallback_id: typing.Any
|
|
514
|
-
""" """
|
|
515
306
|
|
|
516
307
|
def append(self, draw_func):
|
|
517
308
|
"""
|
|
@@ -520,18 +311,9 @@ class SEQUENCER_PT_tools_active(
|
|
|
520
311
|
"""
|
|
521
312
|
...
|
|
522
313
|
|
|
523
|
-
def as_pointer(self):
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
def bl_rna_get_subclass(self):
|
|
528
|
-
""" """
|
|
529
|
-
...
|
|
530
|
-
|
|
531
|
-
def bl_rna_get_subclass_py(self):
|
|
532
|
-
""" """
|
|
533
|
-
...
|
|
534
|
-
|
|
314
|
+
def as_pointer(self): ...
|
|
315
|
+
def bl_rna_get_subclass(self): ...
|
|
316
|
+
def bl_rna_get_subclass_py(self): ...
|
|
535
317
|
def draw(self, context):
|
|
536
318
|
"""
|
|
537
319
|
|
|
@@ -539,7 +321,9 @@ class SEQUENCER_PT_tools_active(
|
|
|
539
321
|
"""
|
|
540
322
|
...
|
|
541
323
|
|
|
542
|
-
def draw_active_tool_fallback(
|
|
324
|
+
def draw_active_tool_fallback(
|
|
325
|
+
self, context, layout, tool, is_horizontal_layout=False
|
|
326
|
+
):
|
|
543
327
|
"""
|
|
544
328
|
|
|
545
329
|
:param context:
|
|
@@ -549,7 +333,9 @@ class SEQUENCER_PT_tools_active(
|
|
|
549
333
|
"""
|
|
550
334
|
...
|
|
551
335
|
|
|
552
|
-
def draw_active_tool_header(
|
|
336
|
+
def draw_active_tool_header(
|
|
337
|
+
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
338
|
+
):
|
|
553
339
|
"""
|
|
554
340
|
|
|
555
341
|
:param context:
|
|
@@ -559,7 +345,7 @@ class SEQUENCER_PT_tools_active(
|
|
|
559
345
|
"""
|
|
560
346
|
...
|
|
561
347
|
|
|
562
|
-
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
348
|
+
def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
|
|
563
349
|
"""
|
|
564
350
|
|
|
565
351
|
:param layout:
|
|
@@ -585,62 +371,20 @@ class SEQUENCER_PT_tools_active(
|
|
|
585
371
|
"""
|
|
586
372
|
...
|
|
587
373
|
|
|
588
|
-
def driver_add(self):
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
def
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
def
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
def
|
|
601
|
-
|
|
602
|
-
...
|
|
603
|
-
|
|
604
|
-
def id_properties_ensure(self):
|
|
605
|
-
""" """
|
|
606
|
-
...
|
|
607
|
-
|
|
608
|
-
def id_properties_ui(self):
|
|
609
|
-
""" """
|
|
610
|
-
...
|
|
611
|
-
|
|
612
|
-
def is_extended(self):
|
|
613
|
-
""" """
|
|
614
|
-
...
|
|
615
|
-
|
|
616
|
-
def is_property_hidden(self):
|
|
617
|
-
""" """
|
|
618
|
-
...
|
|
619
|
-
|
|
620
|
-
def is_property_overridable_library(self):
|
|
621
|
-
""" """
|
|
622
|
-
...
|
|
623
|
-
|
|
624
|
-
def is_property_readonly(self):
|
|
625
|
-
""" """
|
|
626
|
-
...
|
|
627
|
-
|
|
628
|
-
def is_property_set(self):
|
|
629
|
-
""" """
|
|
630
|
-
...
|
|
631
|
-
|
|
632
|
-
def items(self):
|
|
633
|
-
""" """
|
|
634
|
-
...
|
|
635
|
-
|
|
636
|
-
def keyframe_delete(self):
|
|
637
|
-
""" """
|
|
638
|
-
...
|
|
639
|
-
|
|
640
|
-
def keyframe_insert(self):
|
|
641
|
-
""" """
|
|
642
|
-
...
|
|
643
|
-
|
|
374
|
+
def driver_add(self): ...
|
|
375
|
+
def driver_remove(self): ...
|
|
376
|
+
def get(self): ...
|
|
377
|
+
def id_properties_clear(self): ...
|
|
378
|
+
def id_properties_ensure(self): ...
|
|
379
|
+
def id_properties_ui(self): ...
|
|
380
|
+
def is_extended(self): ...
|
|
381
|
+
def is_property_hidden(self): ...
|
|
382
|
+
def is_property_overridable_library(self): ...
|
|
383
|
+
def is_property_readonly(self): ...
|
|
384
|
+
def is_property_set(self): ...
|
|
385
|
+
def items(self): ...
|
|
386
|
+
def keyframe_delete(self): ...
|
|
387
|
+
def keyframe_insert(self): ...
|
|
644
388
|
def keymap_ui_hierarchy(self, context_mode):
|
|
645
389
|
"""
|
|
646
390
|
|
|
@@ -648,22 +392,10 @@ class SEQUENCER_PT_tools_active(
|
|
|
648
392
|
"""
|
|
649
393
|
...
|
|
650
394
|
|
|
651
|
-
def keys(self):
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
def path_from_id(self):
|
|
656
|
-
""" """
|
|
657
|
-
...
|
|
658
|
-
|
|
659
|
-
def path_resolve(self):
|
|
660
|
-
""" """
|
|
661
|
-
...
|
|
662
|
-
|
|
663
|
-
def pop(self):
|
|
664
|
-
""" """
|
|
665
|
-
...
|
|
666
|
-
|
|
395
|
+
def keys(self): ...
|
|
396
|
+
def path_from_id(self): ...
|
|
397
|
+
def path_resolve(self): ...
|
|
398
|
+
def pop(self): ...
|
|
667
399
|
def prepend(self, draw_func):
|
|
668
400
|
"""
|
|
669
401
|
|
|
@@ -671,22 +403,10 @@ class SEQUENCER_PT_tools_active(
|
|
|
671
403
|
"""
|
|
672
404
|
...
|
|
673
405
|
|
|
674
|
-
def property_overridable_library_set(self):
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
def property_unset(self):
|
|
679
|
-
""" """
|
|
680
|
-
...
|
|
681
|
-
|
|
682
|
-
def register(self):
|
|
683
|
-
""" """
|
|
684
|
-
...
|
|
685
|
-
|
|
686
|
-
def register_ensure(self):
|
|
687
|
-
""" """
|
|
688
|
-
...
|
|
689
|
-
|
|
406
|
+
def property_overridable_library_set(self): ...
|
|
407
|
+
def property_unset(self): ...
|
|
408
|
+
def register(self): ...
|
|
409
|
+
def register_ensure(self): ...
|
|
690
410
|
def remove(self, draw_func):
|
|
691
411
|
"""
|
|
692
412
|
|
|
@@ -701,11 +421,8 @@ class SEQUENCER_PT_tools_active(
|
|
|
701
421
|
"""
|
|
702
422
|
...
|
|
703
423
|
|
|
704
|
-
def tools_all(self):
|
|
705
|
-
|
|
706
|
-
...
|
|
707
|
-
|
|
708
|
-
def tools_from_context(self, context, mode):
|
|
424
|
+
def tools_all(self): ...
|
|
425
|
+
def tools_from_context(self, context, mode=None):
|
|
709
426
|
"""
|
|
710
427
|
|
|
711
428
|
:param context:
|
|
@@ -713,44 +430,22 @@ class SEQUENCER_PT_tools_active(
|
|
|
713
430
|
"""
|
|
714
431
|
...
|
|
715
432
|
|
|
716
|
-
def type_recast(self):
|
|
717
|
-
|
|
718
|
-
...
|
|
719
|
-
|
|
720
|
-
def values(self):
|
|
721
|
-
""" """
|
|
722
|
-
...
|
|
433
|
+
def type_recast(self): ...
|
|
434
|
+
def values(self): ...
|
|
723
435
|
|
|
724
436
|
class VIEW3D_PT_tools_active(
|
|
725
437
|
bpy_types.Panel,
|
|
726
438
|
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
727
439
|
bpy_types._GenericUI,
|
|
728
440
|
):
|
|
729
|
-
""" """
|
|
730
|
-
|
|
731
441
|
bl_label: typing.Any
|
|
732
|
-
""" """
|
|
733
|
-
|
|
734
442
|
bl_options: typing.Any
|
|
735
|
-
""" """
|
|
736
|
-
|
|
737
443
|
bl_region_type: typing.Any
|
|
738
|
-
""" """
|
|
739
|
-
|
|
740
444
|
bl_rna: typing.Any
|
|
741
|
-
""" """
|
|
742
|
-
|
|
743
445
|
bl_space_type: typing.Any
|
|
744
|
-
""" """
|
|
745
|
-
|
|
746
446
|
id_data: typing.Any
|
|
747
|
-
""" """
|
|
748
|
-
|
|
749
447
|
keymap_prefix: typing.Any
|
|
750
|
-
""" """
|
|
751
|
-
|
|
752
448
|
tool_fallback_id: typing.Any
|
|
753
|
-
""" """
|
|
754
449
|
|
|
755
450
|
def append(self, draw_func):
|
|
756
451
|
"""
|
|
@@ -759,18 +454,9 @@ class VIEW3D_PT_tools_active(
|
|
|
759
454
|
"""
|
|
760
455
|
...
|
|
761
456
|
|
|
762
|
-
def as_pointer(self):
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
def bl_rna_get_subclass(self):
|
|
767
|
-
""" """
|
|
768
|
-
...
|
|
769
|
-
|
|
770
|
-
def bl_rna_get_subclass_py(self):
|
|
771
|
-
""" """
|
|
772
|
-
...
|
|
773
|
-
|
|
457
|
+
def as_pointer(self): ...
|
|
458
|
+
def bl_rna_get_subclass(self): ...
|
|
459
|
+
def bl_rna_get_subclass_py(self): ...
|
|
774
460
|
def draw(self, context):
|
|
775
461
|
"""
|
|
776
462
|
|
|
@@ -778,7 +464,9 @@ class VIEW3D_PT_tools_active(
|
|
|
778
464
|
"""
|
|
779
465
|
...
|
|
780
466
|
|
|
781
|
-
def draw_active_tool_fallback(
|
|
467
|
+
def draw_active_tool_fallback(
|
|
468
|
+
self, context, layout, tool, is_horizontal_layout=False
|
|
469
|
+
):
|
|
782
470
|
"""
|
|
783
471
|
|
|
784
472
|
:param context:
|
|
@@ -788,7 +476,9 @@ class VIEW3D_PT_tools_active(
|
|
|
788
476
|
"""
|
|
789
477
|
...
|
|
790
478
|
|
|
791
|
-
def draw_active_tool_header(
|
|
479
|
+
def draw_active_tool_header(
|
|
480
|
+
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
481
|
+
):
|
|
792
482
|
"""
|
|
793
483
|
|
|
794
484
|
:param context:
|
|
@@ -798,7 +488,7 @@ class VIEW3D_PT_tools_active(
|
|
|
798
488
|
"""
|
|
799
489
|
...
|
|
800
490
|
|
|
801
|
-
def draw_cls(self, layout, context, detect_layout, scale_y):
|
|
491
|
+
def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
|
|
802
492
|
"""
|
|
803
493
|
|
|
804
494
|
:param layout:
|
|
@@ -824,62 +514,20 @@ class VIEW3D_PT_tools_active(
|
|
|
824
514
|
"""
|
|
825
515
|
...
|
|
826
516
|
|
|
827
|
-
def driver_add(self):
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
def
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
def
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
def
|
|
840
|
-
|
|
841
|
-
...
|
|
842
|
-
|
|
843
|
-
def id_properties_ensure(self):
|
|
844
|
-
""" """
|
|
845
|
-
...
|
|
846
|
-
|
|
847
|
-
def id_properties_ui(self):
|
|
848
|
-
""" """
|
|
849
|
-
...
|
|
850
|
-
|
|
851
|
-
def is_extended(self):
|
|
852
|
-
""" """
|
|
853
|
-
...
|
|
854
|
-
|
|
855
|
-
def is_property_hidden(self):
|
|
856
|
-
""" """
|
|
857
|
-
...
|
|
858
|
-
|
|
859
|
-
def is_property_overridable_library(self):
|
|
860
|
-
""" """
|
|
861
|
-
...
|
|
862
|
-
|
|
863
|
-
def is_property_readonly(self):
|
|
864
|
-
""" """
|
|
865
|
-
...
|
|
866
|
-
|
|
867
|
-
def is_property_set(self):
|
|
868
|
-
""" """
|
|
869
|
-
...
|
|
870
|
-
|
|
871
|
-
def items(self):
|
|
872
|
-
""" """
|
|
873
|
-
...
|
|
874
|
-
|
|
875
|
-
def keyframe_delete(self):
|
|
876
|
-
""" """
|
|
877
|
-
...
|
|
878
|
-
|
|
879
|
-
def keyframe_insert(self):
|
|
880
|
-
""" """
|
|
881
|
-
...
|
|
882
|
-
|
|
517
|
+
def driver_add(self): ...
|
|
518
|
+
def driver_remove(self): ...
|
|
519
|
+
def get(self): ...
|
|
520
|
+
def id_properties_clear(self): ...
|
|
521
|
+
def id_properties_ensure(self): ...
|
|
522
|
+
def id_properties_ui(self): ...
|
|
523
|
+
def is_extended(self): ...
|
|
524
|
+
def is_property_hidden(self): ...
|
|
525
|
+
def is_property_overridable_library(self): ...
|
|
526
|
+
def is_property_readonly(self): ...
|
|
527
|
+
def is_property_set(self): ...
|
|
528
|
+
def items(self): ...
|
|
529
|
+
def keyframe_delete(self): ...
|
|
530
|
+
def keyframe_insert(self): ...
|
|
883
531
|
def keymap_ui_hierarchy(self, context_mode):
|
|
884
532
|
"""
|
|
885
533
|
|
|
@@ -887,22 +535,10 @@ class VIEW3D_PT_tools_active(
|
|
|
887
535
|
"""
|
|
888
536
|
...
|
|
889
537
|
|
|
890
|
-
def keys(self):
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
def path_from_id(self):
|
|
895
|
-
""" """
|
|
896
|
-
...
|
|
897
|
-
|
|
898
|
-
def path_resolve(self):
|
|
899
|
-
""" """
|
|
900
|
-
...
|
|
901
|
-
|
|
902
|
-
def pop(self):
|
|
903
|
-
""" """
|
|
904
|
-
...
|
|
905
|
-
|
|
538
|
+
def keys(self): ...
|
|
539
|
+
def path_from_id(self): ...
|
|
540
|
+
def path_resolve(self): ...
|
|
541
|
+
def pop(self): ...
|
|
906
542
|
def prepend(self, draw_func):
|
|
907
543
|
"""
|
|
908
544
|
|
|
@@ -910,22 +546,10 @@ class VIEW3D_PT_tools_active(
|
|
|
910
546
|
"""
|
|
911
547
|
...
|
|
912
548
|
|
|
913
|
-
def property_overridable_library_set(self):
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
def property_unset(self):
|
|
918
|
-
""" """
|
|
919
|
-
...
|
|
920
|
-
|
|
921
|
-
def register(self):
|
|
922
|
-
""" """
|
|
923
|
-
...
|
|
924
|
-
|
|
925
|
-
def register_ensure(self):
|
|
926
|
-
""" """
|
|
927
|
-
...
|
|
928
|
-
|
|
549
|
+
def property_overridable_library_set(self): ...
|
|
550
|
+
def property_unset(self): ...
|
|
551
|
+
def register(self): ...
|
|
552
|
+
def register_ensure(self): ...
|
|
929
553
|
def remove(self, draw_func):
|
|
930
554
|
"""
|
|
931
555
|
|
|
@@ -940,11 +564,8 @@ class VIEW3D_PT_tools_active(
|
|
|
940
564
|
"""
|
|
941
565
|
...
|
|
942
566
|
|
|
943
|
-
def tools_all(self):
|
|
944
|
-
|
|
945
|
-
...
|
|
946
|
-
|
|
947
|
-
def tools_from_context(self, context, mode):
|
|
567
|
+
def tools_all(self): ...
|
|
568
|
+
def tools_from_context(self, context, mode=None):
|
|
948
569
|
"""
|
|
949
570
|
|
|
950
571
|
:param context:
|
|
@@ -952,28 +573,14 @@ class VIEW3D_PT_tools_active(
|
|
|
952
573
|
"""
|
|
953
574
|
...
|
|
954
575
|
|
|
955
|
-
def type_recast(self):
|
|
956
|
-
|
|
957
|
-
...
|
|
958
|
-
|
|
959
|
-
def values(self):
|
|
960
|
-
""" """
|
|
961
|
-
...
|
|
576
|
+
def type_recast(self): ...
|
|
577
|
+
def values(self): ...
|
|
962
578
|
|
|
963
579
|
class _defs_annotate:
|
|
964
|
-
""" """
|
|
965
|
-
|
|
966
580
|
eraser: typing.Any
|
|
967
|
-
""" """
|
|
968
|
-
|
|
969
581
|
line: typing.Any
|
|
970
|
-
""" """
|
|
971
|
-
|
|
972
582
|
poly: typing.Any
|
|
973
|
-
""" """
|
|
974
|
-
|
|
975
583
|
scribble: typing.Any
|
|
976
|
-
""" """
|
|
977
584
|
|
|
978
585
|
def draw_settings_common(self, context, layout, tool):
|
|
979
586
|
"""
|
|
@@ -985,8 +592,6 @@ class _defs_annotate:
|
|
|
985
592
|
...
|
|
986
593
|
|
|
987
594
|
class _defs_curves_sculpt:
|
|
988
|
-
""" """
|
|
989
|
-
|
|
990
595
|
def generate_from_brushes(self, context):
|
|
991
596
|
"""
|
|
992
597
|
|
|
@@ -995,163 +600,63 @@ class _defs_curves_sculpt:
|
|
|
995
600
|
...
|
|
996
601
|
|
|
997
602
|
class _defs_edit_armature:
|
|
998
|
-
""" """
|
|
999
|
-
|
|
1000
603
|
bone_envelope: typing.Any
|
|
1001
|
-
""" """
|
|
1002
|
-
|
|
1003
604
|
bone_size: typing.Any
|
|
1004
|
-
""" """
|
|
1005
|
-
|
|
1006
605
|
extrude: typing.Any
|
|
1007
|
-
""" """
|
|
1008
|
-
|
|
1009
606
|
extrude_cursor: typing.Any
|
|
1010
|
-
""" """
|
|
1011
|
-
|
|
1012
607
|
roll: typing.Any
|
|
1013
|
-
""" """
|
|
1014
608
|
|
|
1015
609
|
class _defs_edit_curve:
|
|
1016
|
-
""" """
|
|
1017
|
-
|
|
1018
610
|
curve_radius: typing.Any
|
|
1019
|
-
""" """
|
|
1020
|
-
|
|
1021
611
|
curve_vertex_randomize: typing.Any
|
|
1022
|
-
""" """
|
|
1023
|
-
|
|
1024
612
|
draw: typing.Any
|
|
1025
|
-
""" """
|
|
1026
|
-
|
|
1027
613
|
extrude: typing.Any
|
|
1028
|
-
""" """
|
|
1029
|
-
|
|
1030
614
|
extrude_cursor: typing.Any
|
|
1031
|
-
""" """
|
|
1032
|
-
|
|
1033
615
|
pen: typing.Any
|
|
1034
|
-
""" """
|
|
1035
|
-
|
|
1036
616
|
tilt: typing.Any
|
|
1037
|
-
""" """
|
|
1038
617
|
|
|
1039
618
|
class _defs_edit_curves:
|
|
1040
|
-
""" """
|
|
1041
|
-
|
|
1042
619
|
draw: typing.Any
|
|
1043
|
-
""" """
|
|
1044
620
|
|
|
1045
621
|
class _defs_edit_mesh:
|
|
1046
|
-
""" """
|
|
1047
|
-
|
|
1048
622
|
bevel: typing.Any
|
|
1049
|
-
""" """
|
|
1050
|
-
|
|
1051
623
|
bisect: typing.Any
|
|
1052
|
-
""" """
|
|
1053
|
-
|
|
1054
624
|
edge_slide: typing.Any
|
|
1055
|
-
""" """
|
|
1056
|
-
|
|
1057
625
|
extrude: typing.Any
|
|
1058
|
-
""" """
|
|
1059
|
-
|
|
1060
626
|
extrude_cursor: typing.Any
|
|
1061
|
-
""" """
|
|
1062
|
-
|
|
1063
627
|
extrude_individual: typing.Any
|
|
1064
|
-
""" """
|
|
1065
|
-
|
|
1066
628
|
extrude_manifold: typing.Any
|
|
1067
|
-
""" """
|
|
1068
|
-
|
|
1069
629
|
extrude_normals: typing.Any
|
|
1070
|
-
""" """
|
|
1071
|
-
|
|
1072
630
|
inset: typing.Any
|
|
1073
|
-
""" """
|
|
1074
|
-
|
|
1075
631
|
knife: typing.Any
|
|
1076
|
-
""" """
|
|
1077
|
-
|
|
1078
632
|
loopcut_slide: typing.Any
|
|
1079
|
-
""" """
|
|
1080
|
-
|
|
1081
633
|
offset_edge_loops_slide: typing.Any
|
|
1082
|
-
""" """
|
|
1083
|
-
|
|
1084
634
|
poly_build: typing.Any
|
|
1085
|
-
""" """
|
|
1086
|
-
|
|
1087
635
|
push_pull: typing.Any
|
|
1088
|
-
""" """
|
|
1089
|
-
|
|
1090
636
|
rip_edge: typing.Any
|
|
1091
|
-
""" """
|
|
1092
|
-
|
|
1093
637
|
rip_region: typing.Any
|
|
1094
|
-
""" """
|
|
1095
|
-
|
|
1096
638
|
shrink_fatten: typing.Any
|
|
1097
|
-
""" """
|
|
1098
|
-
|
|
1099
639
|
spin: typing.Any
|
|
1100
|
-
""" """
|
|
1101
|
-
|
|
1102
640
|
tosphere: typing.Any
|
|
1103
|
-
""" """
|
|
1104
|
-
|
|
1105
641
|
vert_slide: typing.Any
|
|
1106
|
-
""" """
|
|
1107
|
-
|
|
1108
642
|
vertex_randomize: typing.Any
|
|
1109
|
-
""" """
|
|
1110
|
-
|
|
1111
643
|
vertex_smooth: typing.Any
|
|
1112
|
-
""" """
|
|
1113
644
|
|
|
1114
645
|
class _defs_edit_text:
|
|
1115
|
-
""" """
|
|
1116
|
-
|
|
1117
646
|
select_text: typing.Any
|
|
1118
|
-
""" """
|
|
1119
647
|
|
|
1120
648
|
class _defs_gpencil_edit:
|
|
1121
|
-
""" """
|
|
1122
|
-
|
|
1123
649
|
bend: typing.Any
|
|
1124
|
-
""" """
|
|
1125
|
-
|
|
1126
650
|
box_select: typing.Any
|
|
1127
|
-
""" """
|
|
1128
|
-
|
|
1129
651
|
circle_select: typing.Any
|
|
1130
|
-
""" """
|
|
1131
|
-
|
|
1132
652
|
extrude: typing.Any
|
|
1133
|
-
""" """
|
|
1134
|
-
|
|
1135
653
|
interpolate: typing.Any
|
|
1136
|
-
""" """
|
|
1137
|
-
|
|
1138
654
|
lasso_select: typing.Any
|
|
1139
|
-
""" """
|
|
1140
|
-
|
|
1141
655
|
radius: typing.Any
|
|
1142
|
-
""" """
|
|
1143
|
-
|
|
1144
656
|
select: typing.Any
|
|
1145
|
-
""" """
|
|
1146
|
-
|
|
1147
657
|
shear: typing.Any
|
|
1148
|
-
""" """
|
|
1149
|
-
|
|
1150
658
|
tosphere: typing.Any
|
|
1151
|
-
""" """
|
|
1152
|
-
|
|
1153
659
|
transform_fill: typing.Any
|
|
1154
|
-
""" """
|
|
1155
660
|
|
|
1156
661
|
def is_segment(self, context):
|
|
1157
662
|
"""
|
|
@@ -1161,34 +666,15 @@ class _defs_gpencil_edit:
|
|
|
1161
666
|
...
|
|
1162
667
|
|
|
1163
668
|
class _defs_gpencil_paint:
|
|
1164
|
-
""" """
|
|
1165
|
-
|
|
1166
669
|
arc: typing.Any
|
|
1167
|
-
""" """
|
|
1168
|
-
|
|
1169
670
|
box: typing.Any
|
|
1170
|
-
""" """
|
|
1171
|
-
|
|
1172
671
|
circle: typing.Any
|
|
1173
|
-
""" """
|
|
1174
|
-
|
|
1175
672
|
curve: typing.Any
|
|
1176
|
-
""" """
|
|
1177
|
-
|
|
1178
673
|
cutter: typing.Any
|
|
1179
|
-
""" """
|
|
1180
|
-
|
|
1181
674
|
eyedropper: typing.Any
|
|
1182
|
-
""" """
|
|
1183
|
-
|
|
1184
675
|
interpolate: typing.Any
|
|
1185
|
-
""" """
|
|
1186
|
-
|
|
1187
676
|
line: typing.Any
|
|
1188
|
-
""" """
|
|
1189
|
-
|
|
1190
677
|
polyline: typing.Any
|
|
1191
|
-
""" """
|
|
1192
678
|
|
|
1193
679
|
def generate_from_brushes(self, context):
|
|
1194
680
|
"""
|
|
@@ -1208,8 +694,6 @@ class _defs_gpencil_paint:
|
|
|
1208
694
|
...
|
|
1209
695
|
|
|
1210
696
|
class _defs_gpencil_sculpt:
|
|
1211
|
-
""" """
|
|
1212
|
-
|
|
1213
697
|
def generate_from_brushes(self, context):
|
|
1214
698
|
"""
|
|
1215
699
|
|
|
@@ -1225,8 +709,6 @@ class _defs_gpencil_sculpt:
|
|
|
1225
709
|
...
|
|
1226
710
|
|
|
1227
711
|
class _defs_gpencil_vertex:
|
|
1228
|
-
""" """
|
|
1229
|
-
|
|
1230
712
|
def generate_from_brushes(self, context):
|
|
1231
713
|
"""
|
|
1232
714
|
|
|
@@ -1242,8 +724,6 @@ class _defs_gpencil_vertex:
|
|
|
1242
724
|
...
|
|
1243
725
|
|
|
1244
726
|
class _defs_gpencil_weight:
|
|
1245
|
-
""" """
|
|
1246
|
-
|
|
1247
727
|
def generate_from_brushes(self, context):
|
|
1248
728
|
"""
|
|
1249
729
|
|
|
@@ -1252,40 +732,17 @@ class _defs_gpencil_weight:
|
|
|
1252
732
|
...
|
|
1253
733
|
|
|
1254
734
|
class _defs_grease_pencil_paint:
|
|
1255
|
-
""" """
|
|
1256
|
-
|
|
1257
735
|
arc: typing.Any
|
|
1258
|
-
""" """
|
|
1259
|
-
|
|
1260
736
|
box: typing.Any
|
|
1261
|
-
""" """
|
|
1262
|
-
|
|
1263
737
|
circle: typing.Any
|
|
1264
|
-
""" """
|
|
1265
|
-
|
|
1266
738
|
curve: typing.Any
|
|
1267
|
-
""" """
|
|
1268
|
-
|
|
1269
739
|
cutter: typing.Any
|
|
1270
|
-
""" """
|
|
1271
|
-
|
|
1272
740
|
draw: typing.Any
|
|
1273
|
-
""" """
|
|
1274
|
-
|
|
1275
741
|
erase: typing.Any
|
|
1276
|
-
""" """
|
|
1277
|
-
|
|
1278
742
|
fill: typing.Any
|
|
1279
|
-
""" """
|
|
1280
|
-
|
|
1281
743
|
line: typing.Any
|
|
1282
|
-
""" """
|
|
1283
|
-
|
|
1284
744
|
polyline: typing.Any
|
|
1285
|
-
""" """
|
|
1286
|
-
|
|
1287
745
|
tint: typing.Any
|
|
1288
|
-
""" """
|
|
1289
746
|
|
|
1290
747
|
def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
|
|
1291
748
|
"""
|
|
@@ -1298,8 +755,6 @@ class _defs_grease_pencil_paint:
|
|
|
1298
755
|
...
|
|
1299
756
|
|
|
1300
757
|
class _defs_grease_pencil_sculpt:
|
|
1301
|
-
""" """
|
|
1302
|
-
|
|
1303
758
|
def generate_from_brushes(self, context):
|
|
1304
759
|
"""
|
|
1305
760
|
|
|
@@ -1315,8 +770,6 @@ class _defs_grease_pencil_sculpt:
|
|
|
1315
770
|
...
|
|
1316
771
|
|
|
1317
772
|
class _defs_grease_pencil_weight:
|
|
1318
|
-
""" """
|
|
1319
|
-
|
|
1320
773
|
def generate_from_brushes(self, context):
|
|
1321
774
|
"""
|
|
1322
775
|
|
|
@@ -1325,13 +778,8 @@ class _defs_grease_pencil_weight:
|
|
|
1325
778
|
...
|
|
1326
779
|
|
|
1327
780
|
class _defs_image_generic:
|
|
1328
|
-
""" """
|
|
1329
|
-
|
|
1330
781
|
cursor: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
782
|
sample: typing.Any
|
|
1334
|
-
""" """
|
|
1335
783
|
|
|
1336
784
|
def poll_uvedit(self, context):
|
|
1337
785
|
"""
|
|
@@ -1341,77 +789,35 @@ class _defs_image_generic:
|
|
|
1341
789
|
...
|
|
1342
790
|
|
|
1343
791
|
class _defs_image_uv_edit:
|
|
1344
|
-
""" """
|
|
1345
|
-
|
|
1346
792
|
rip_region: typing.Any
|
|
1347
|
-
""" """
|
|
1348
793
|
|
|
1349
794
|
class _defs_image_uv_sculpt:
|
|
1350
|
-
""" """
|
|
1351
|
-
|
|
1352
795
|
grab: typing.Any
|
|
1353
|
-
""" """
|
|
1354
|
-
|
|
1355
796
|
pinch: typing.Any
|
|
1356
|
-
""" """
|
|
1357
|
-
|
|
1358
797
|
relax: typing.Any
|
|
1359
|
-
""" """
|
|
1360
798
|
|
|
1361
799
|
class _defs_image_uv_select:
|
|
1362
|
-
""" """
|
|
1363
|
-
|
|
1364
800
|
box: typing.Any
|
|
1365
|
-
""" """
|
|
1366
|
-
|
|
1367
801
|
circle: typing.Any
|
|
1368
|
-
""" """
|
|
1369
|
-
|
|
1370
802
|
lasso: typing.Any
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
803
|
select: typing.Any
|
|
1374
|
-
""" """
|
|
1375
804
|
|
|
1376
805
|
class _defs_image_uv_transform:
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
806
|
rotate: typing.Any
|
|
1380
|
-
""" """
|
|
1381
|
-
|
|
1382
807
|
scale: typing.Any
|
|
1383
|
-
""" """
|
|
1384
|
-
|
|
1385
808
|
transform: typing.Any
|
|
1386
|
-
""" """
|
|
1387
|
-
|
|
1388
809
|
translate: typing.Any
|
|
1389
|
-
""" """
|
|
1390
810
|
|
|
1391
811
|
class _defs_node_edit:
|
|
1392
|
-
""" """
|
|
1393
|
-
|
|
1394
812
|
links_cut: typing.Any
|
|
1395
|
-
""" """
|
|
1396
813
|
|
|
1397
814
|
class _defs_node_select:
|
|
1398
|
-
""" """
|
|
1399
|
-
|
|
1400
815
|
box: typing.Any
|
|
1401
|
-
""" """
|
|
1402
|
-
|
|
1403
816
|
circle: typing.Any
|
|
1404
|
-
""" """
|
|
1405
|
-
|
|
1406
817
|
lasso: typing.Any
|
|
1407
|
-
""" """
|
|
1408
|
-
|
|
1409
818
|
select: typing.Any
|
|
1410
|
-
""" """
|
|
1411
819
|
|
|
1412
820
|
class _defs_particle:
|
|
1413
|
-
""" """
|
|
1414
|
-
|
|
1415
821
|
def generate_from_brushes(self, context):
|
|
1416
822
|
"""
|
|
1417
823
|
|
|
@@ -1420,73 +826,29 @@ class _defs_particle:
|
|
|
1420
826
|
...
|
|
1421
827
|
|
|
1422
828
|
class _defs_pose:
|
|
1423
|
-
""" """
|
|
1424
|
-
|
|
1425
829
|
breakdown: typing.Any
|
|
1426
|
-
""" """
|
|
1427
|
-
|
|
1428
830
|
push: typing.Any
|
|
1429
|
-
""" """
|
|
1430
|
-
|
|
1431
831
|
relax: typing.Any
|
|
1432
|
-
""" """
|
|
1433
832
|
|
|
1434
833
|
class _defs_sculpt:
|
|
1435
|
-
""" """
|
|
1436
|
-
|
|
1437
834
|
cloth_filter: typing.Any
|
|
1438
|
-
""" """
|
|
1439
|
-
|
|
1440
835
|
color_filter: typing.Any
|
|
1441
|
-
""" """
|
|
1442
|
-
|
|
1443
836
|
face_set_box: typing.Any
|
|
1444
|
-
""" """
|
|
1445
|
-
|
|
1446
837
|
face_set_edit: typing.Any
|
|
1447
|
-
""" """
|
|
1448
|
-
|
|
1449
838
|
face_set_lasso: typing.Any
|
|
1450
|
-
""" """
|
|
1451
|
-
|
|
1452
839
|
hide_border: typing.Any
|
|
1453
|
-
""" """
|
|
1454
|
-
|
|
1455
840
|
hide_lasso: typing.Any
|
|
1456
|
-
""" """
|
|
1457
|
-
|
|
1458
841
|
hide_line: typing.Any
|
|
1459
|
-
""" """
|
|
1460
|
-
|
|
1461
842
|
hide_polyline: typing.Any
|
|
1462
|
-
""" """
|
|
1463
|
-
|
|
1464
843
|
mask_border: typing.Any
|
|
1465
|
-
""" """
|
|
1466
|
-
|
|
1467
844
|
mask_by_color: typing.Any
|
|
1468
|
-
""" """
|
|
1469
|
-
|
|
1470
845
|
mask_lasso: typing.Any
|
|
1471
|
-
""" """
|
|
1472
|
-
|
|
1473
846
|
mask_line: typing.Any
|
|
1474
|
-
""" """
|
|
1475
|
-
|
|
1476
847
|
mesh_filter: typing.Any
|
|
1477
|
-
""" """
|
|
1478
|
-
|
|
1479
848
|
project_line: typing.Any
|
|
1480
|
-
""" """
|
|
1481
|
-
|
|
1482
849
|
trim_box: typing.Any
|
|
1483
|
-
""" """
|
|
1484
|
-
|
|
1485
850
|
trim_lasso: typing.Any
|
|
1486
|
-
""" """
|
|
1487
|
-
|
|
1488
851
|
trim_line: typing.Any
|
|
1489
|
-
""" """
|
|
1490
852
|
|
|
1491
853
|
def generate_from_brushes(self, context):
|
|
1492
854
|
"""
|
|
@@ -1496,41 +858,19 @@ class _defs_sculpt:
|
|
|
1496
858
|
...
|
|
1497
859
|
|
|
1498
860
|
class _defs_sequencer_generic:
|
|
1499
|
-
""" """
|
|
1500
|
-
|
|
1501
861
|
blade: typing.Any
|
|
1502
|
-
""" """
|
|
1503
|
-
|
|
1504
862
|
cursor: typing.Any
|
|
1505
|
-
""" """
|
|
1506
|
-
|
|
1507
863
|
rotate: typing.Any
|
|
1508
|
-
""" """
|
|
1509
|
-
|
|
1510
864
|
sample: typing.Any
|
|
1511
|
-
""" """
|
|
1512
|
-
|
|
1513
865
|
scale: typing.Any
|
|
1514
|
-
""" """
|
|
1515
|
-
|
|
1516
866
|
transform: typing.Any
|
|
1517
|
-
""" """
|
|
1518
|
-
|
|
1519
867
|
translate: typing.Any
|
|
1520
|
-
""" """
|
|
1521
868
|
|
|
1522
869
|
class _defs_sequencer_select:
|
|
1523
|
-
""" """
|
|
1524
|
-
|
|
1525
870
|
box: typing.Any
|
|
1526
|
-
""" """
|
|
1527
|
-
|
|
1528
871
|
select: typing.Any
|
|
1529
|
-
""" """
|
|
1530
872
|
|
|
1531
873
|
class _defs_texture_paint:
|
|
1532
|
-
""" """
|
|
1533
|
-
|
|
1534
874
|
def generate_from_brushes(self, context):
|
|
1535
875
|
"""
|
|
1536
876
|
|
|
@@ -1546,28 +886,13 @@ class _defs_texture_paint:
|
|
|
1546
886
|
...
|
|
1547
887
|
|
|
1548
888
|
class _defs_transform:
|
|
1549
|
-
""" """
|
|
1550
|
-
|
|
1551
889
|
bend: typing.Any
|
|
1552
|
-
""" """
|
|
1553
|
-
|
|
1554
890
|
rotate: typing.Any
|
|
1555
|
-
""" """
|
|
1556
|
-
|
|
1557
891
|
scale: typing.Any
|
|
1558
|
-
""" """
|
|
1559
|
-
|
|
1560
892
|
scale_cage: typing.Any
|
|
1561
|
-
""" """
|
|
1562
|
-
|
|
1563
893
|
shear: typing.Any
|
|
1564
|
-
""" """
|
|
1565
|
-
|
|
1566
894
|
transform: typing.Any
|
|
1567
|
-
""" """
|
|
1568
|
-
|
|
1569
895
|
translate: typing.Any
|
|
1570
|
-
""" """
|
|
1571
896
|
|
|
1572
897
|
def draw_transform_sculpt_tool_settings(self, context, layout):
|
|
1573
898
|
"""
|
|
@@ -1578,8 +903,6 @@ class _defs_transform:
|
|
|
1578
903
|
...
|
|
1579
904
|
|
|
1580
905
|
class _defs_vertex_paint:
|
|
1581
|
-
""" """
|
|
1582
|
-
|
|
1583
906
|
def generate_from_brushes(self, context):
|
|
1584
907
|
"""
|
|
1585
908
|
|
|
@@ -1595,22 +918,11 @@ class _defs_vertex_paint:
|
|
|
1595
918
|
...
|
|
1596
919
|
|
|
1597
920
|
class _defs_view3d_add:
|
|
1598
|
-
""" """
|
|
1599
|
-
|
|
1600
921
|
cone_add: typing.Any
|
|
1601
|
-
""" """
|
|
1602
|
-
|
|
1603
922
|
cube_add: typing.Any
|
|
1604
|
-
""" """
|
|
1605
|
-
|
|
1606
923
|
cylinder_add: typing.Any
|
|
1607
|
-
""" """
|
|
1608
|
-
|
|
1609
924
|
ico_sphere_add: typing.Any
|
|
1610
|
-
""" """
|
|
1611
|
-
|
|
1612
925
|
uv_sphere_add: typing.Any
|
|
1613
|
-
""" """
|
|
1614
926
|
|
|
1615
927
|
def description_interactive_add(self, context, _item, _km, prefix):
|
|
1616
928
|
"""
|
|
@@ -1633,43 +945,20 @@ class _defs_view3d_add:
|
|
|
1633
945
|
...
|
|
1634
946
|
|
|
1635
947
|
class _defs_view3d_generic:
|
|
1636
|
-
""" """
|
|
1637
|
-
|
|
1638
948
|
cursor: typing.Any
|
|
1639
|
-
""" """
|
|
1640
|
-
|
|
1641
949
|
cursor_click: typing.Any
|
|
1642
|
-
""" """
|
|
1643
|
-
|
|
1644
950
|
ruler: typing.Any
|
|
1645
|
-
""" """
|
|
1646
951
|
|
|
1647
952
|
class _defs_view3d_select:
|
|
1648
|
-
""" """
|
|
1649
|
-
|
|
1650
953
|
box: typing.Any
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
954
|
circle: typing.Any
|
|
1654
|
-
""" """
|
|
1655
|
-
|
|
1656
955
|
lasso: typing.Any
|
|
1657
|
-
""" """
|
|
1658
|
-
|
|
1659
956
|
select: typing.Any
|
|
1660
|
-
""" """
|
|
1661
957
|
|
|
1662
958
|
class _defs_weight_paint:
|
|
1663
|
-
""" """
|
|
1664
|
-
|
|
1665
959
|
gradient: typing.Any
|
|
1666
|
-
""" """
|
|
1667
|
-
|
|
1668
960
|
sample_weight: typing.Any
|
|
1669
|
-
""" """
|
|
1670
|
-
|
|
1671
961
|
sample_weight_group: typing.Any
|
|
1672
|
-
""" """
|
|
1673
962
|
|
|
1674
963
|
def generate_from_brushes(self, context):
|
|
1675
964
|
"""
|
|
@@ -1686,37 +975,19 @@ class _defs_weight_paint:
|
|
|
1686
975
|
...
|
|
1687
976
|
|
|
1688
977
|
class _template_widget:
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
def VIEW3D_GGT_xform_extrude(self):
|
|
1692
|
-
""" """
|
|
1693
|
-
...
|
|
1694
|
-
|
|
1695
|
-
def VIEW3D_GGT_xform_gizmo(self):
|
|
1696
|
-
""" """
|
|
1697
|
-
...
|
|
1698
|
-
|
|
1699
|
-
def curve_draw_settings(context, layout, tool, extra):
|
|
1700
|
-
""" """
|
|
1701
|
-
|
|
1702
|
-
...
|
|
978
|
+
def VIEW3D_GGT_xform_extrude(self): ...
|
|
979
|
+
def VIEW3D_GGT_xform_gizmo(self): ...
|
|
1703
980
|
|
|
981
|
+
def curve_draw_settings(context, layout, tool, extra=False): ...
|
|
1704
982
|
def generate_from_enum_ex(
|
|
1705
983
|
_context,
|
|
1706
984
|
idname_prefix,
|
|
1707
985
|
icon_prefix,
|
|
1708
986
|
type,
|
|
1709
987
|
attr,
|
|
1710
|
-
cursor,
|
|
1711
|
-
tooldef_keywords,
|
|
1712
|
-
icon_map,
|
|
1713
|
-
use_separators,
|
|
1714
|
-
):
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
...
|
|
1718
|
-
|
|
1719
|
-
def kmi_to_string_or_none(kmi):
|
|
1720
|
-
""" """
|
|
1721
|
-
|
|
1722
|
-
...
|
|
988
|
+
cursor="DEFAULT",
|
|
989
|
+
tooldef_keywords=None,
|
|
990
|
+
icon_map=None,
|
|
991
|
+
use_separators=True,
|
|
992
|
+
): ...
|
|
993
|
+
def kmi_to_string_or_none(kmi): ...
|