fake-bpy-module 20240516__py3-none-any.whl → 20240517__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 +2 -2
- addon_utils/__init__.pyi +43 -12
- animsys_refactor/__init__.pyi +4 -4
- aud/__init__.pyi +7 -7
- bgl/__init__.pyi +121 -183
- bl_app_override/__init__.pyi +5 -5
- bl_app_override/helpers/__init__.pyi +3 -1
- bl_app_template_utils/__init__.pyi +5 -5
- 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 +5 -5
- bl_i18n_utils/settings/__init__.pyi +4 -2
- bl_i18n_utils/utils/__init__.pyi +86 -58
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +4 -4
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
- bl_operators/add_mesh_torus/__init__.pyi +126 -41
- bl_operators/anim/__init__.pyi +1001 -328
- bl_operators/assets/__init__.pyi +376 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
- bl_operators/clip/__init__.pyi +1250 -409
- bl_operators/console/__init__.pyi +626 -205
- bl_operators/constraint/__init__.pyi +502 -165
- bl_operators/file/__init__.pyi +376 -123
- bl_operators/freestyle/__init__.pyi +501 -164
- bl_operators/geometry_nodes/__init__.pyi +501 -164
- bl_operators/image/__init__.pyi +621 -200
- bl_operators/mesh/__init__.pyi +376 -123
- bl_operators/node/__init__.pyi +1243 -402
- bl_operators/object/__init__.pyi +1876 -615
- bl_operators/object_align/__init__.pyi +126 -41
- bl_operators/object_quick_effects/__init__.pyi +502 -165
- bl_operators/object_randomize_transform/__init__.pyi +126 -41
- bl_operators/presets/__init__.pyi +3069 -1027
- bl_operators/rigidbody/__init__.pyi +376 -123
- bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
- bl_operators/sequencer/__init__.pyi +1009 -331
- bl_operators/spreadsheet/__init__.pyi +126 -41
- bl_operators/userpref/__init__.pyi +3263 -1078
- bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
- bl_operators/uvcalc_transform/__init__.pyi +289 -90
- bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
- bl_operators/view3d/__init__.pyi +868 -279
- bl_operators/wm/__init__.pyi +5777 -1934
- bl_operators/world/__init__.pyi +126 -41
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
- bl_rna_utils/data_path/__init__.pyi +8 -3
- bl_ui/__init__.pyi +338 -131
- bl_ui/anim/__init__.pyi +164 -64
- bl_ui/asset_shelf/__init__.pyi +129 -42
- bl_ui/generic_ui_list/__init__.pyi +412 -135
- bl_ui/node_add_menu/__init__.pyi +168 -68
- bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
- bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
- bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
- bl_ui/properties_animviz/__init__.pyi +2 -2
- bl_ui/properties_collection/__init__.pyi +806 -274
- bl_ui/properties_constraint/__init__.pyi +10253 -3458
- bl_ui/properties_data_armature/__init__.pyi +1615 -552
- bl_ui/properties_data_bone/__init__.pyi +1288 -425
- bl_ui/properties_data_camera/__init__.pyi +1854 -631
- bl_ui/properties_data_curve/__init__.pyi +1929 -636
- bl_ui/properties_data_curves/__init__.pyi +806 -274
- bl_ui/properties_data_empty/__init__.pyi +257 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
- bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
- bl_ui/properties_data_lattice/__init__.pyi +388 -127
- bl_ui/properties_data_light/__init__.pyi +1541 -506
- bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
- bl_ui/properties_data_mesh/__init__.pyi +2704 -929
- bl_ui/properties_data_metaball/__init__.pyi +644 -211
- bl_ui/properties_data_modifier/__init__.pyi +1353 -502
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
- bl_ui/properties_data_speaker/__init__.pyi +644 -211
- bl_ui/properties_data_volume/__init__.pyi +1030 -339
- bl_ui/properties_freestyle/__init__.pyi +3113 -1035
- bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
- bl_ui/properties_mask_common/__init__.pyi +1101 -420
- bl_ui/properties_material/__init__.pyi +2091 -699
- bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
- bl_ui/properties_object/__init__.pyi +1838 -618
- bl_ui/properties_output/__init__.pyi +2414 -831
- bl_ui/properties_paint_common/__init__.pyi +412 -289
- bl_ui/properties_particle/__init__.pyi +6737 -2241
- bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
- bl_ui/properties_physics_common/__init__.pyi +129 -42
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
- bl_ui/properties_physics_field/__init__.pyi +1283 -422
- bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
- bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
- bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
- bl_ui/properties_render/__init__.pyi +6830 -2263
- bl_ui/properties_scene/__init__.pyi +1929 -636
- bl_ui/properties_texture/__init__.pyi +3370 -1118
- bl_ui/properties_view_layer/__init__.pyi +2346 -782
- bl_ui/properties_workspace/__init__.pyi +516 -169
- bl_ui/properties_world/__init__.pyi +1284 -421
- bl_ui/space_clip/__init__.pyi +10134 -3639
- bl_ui/space_console/__init__.pyi +939 -357
- bl_ui/space_dopesheet/__init__.pyi +4327 -1562
- bl_ui/space_filebrowser/__init__.pyi +4164 -1499
- bl_ui/space_graph/__init__.pyi +3108 -1179
- bl_ui/space_image/__init__.pyi +9766 -3596
- bl_ui/space_info/__init__.pyi +939 -357
- bl_ui/space_nla/__init__.pyi +2620 -988
- bl_ui/space_node/__init__.pyi +3994 -1434
- bl_ui/space_outliner/__init__.pyi +2203 -842
- bl_ui/space_properties/__init__.pyi +386 -127
- bl_ui/space_sequencer/__init__.pyi +10773 -3878
- bl_ui/space_spreadsheet/__init__.pyi +130 -43
- bl_ui/space_statusbar/__init__.pyi +129 -42
- bl_ui/space_text/__init__.pyi +2458 -925
- bl_ui/space_time/__init__.pyi +1033 -378
- bl_ui/space_toolsystem_common/__init__.pyi +20 -16
- bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
- bl_ui/space_topbar/__init__.pyi +3980 -1496
- bl_ui/space_userpref/__init__.pyi +11373 -3797
- bl_ui/space_view3d/__init__.pyi +40865 -15356
- bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
- bl_ui/temp_anim_layers/__init__.pyi +129 -42
- bl_ui/utils/__init__.pyi +28 -20
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +1 -1
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +38 -38
- 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 +2680 -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 +17056 -21951
- bpy/utils/__init__.pyi +242 -118
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -28
- bpy_extras/bmesh_utils/__init__.pyi +8 -2
- bpy_extras/extensions/junction_module/__init__.pyi +5 -2
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +113 -18
- bpy_extras/keyconfig_utils/__init__.pyi +2 -2
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +9 -4
- bpy_extras/node_utils/__init__.pyi +9 -2
- bpy_extras/object_utils/__init__.pyi +71 -12
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
- bpy_types/__init__.pyi +4197 -1333
- console_python/__init__.pyi +6 -1
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
- fake_bpy_module-20240517.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +3 -3
- 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 -2
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +4 -4
- keyingsets_builtins/__init__.pyi +2688 -839
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_utils/__init__.pyi +1 -1
- rna_info/__init__.pyi +17 -15
- rna_keymap_ui/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +16 -14
- rna_xml/__init__.pyi +12 -12
- _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-20240517.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
console_python/__init__.pyi
CHANGED
|
@@ -40,7 +40,12 @@ def execute(context, is_interactive):
|
|
|
40
40
|
...
|
|
41
41
|
|
|
42
42
|
def get_console(console_id):
|
|
43
|
-
"""
|
|
43
|
+
"""helper function for console operators
|
|
44
|
+
currently each text data block gets its own
|
|
45
|
+
console - code.InteractiveConsole()
|
|
46
|
+
...which is stored in this function.console_id can be any hashable type
|
|
47
|
+
|
|
48
|
+
"""
|
|
44
49
|
|
|
45
50
|
...
|
|
46
51
|
|
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
_bpy_internal/__init__.pyi,sha256=QMwj5sLgqZ-10wBklJV7oSICwcN-GDGlx0IjLtuLORc,85
|
|
2
|
+
_bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
_bpy_internal/freedesktop/__init__.pyi,sha256=odQRNtLpm_TS_SsEkuxD6z3s3xxL0ZsyKz2dumuqKV8,1092
|
|
4
|
+
addon_utils/__init__.pyi,sha256=4HKab4ZmcGo-W7h2j3XMN-mSE1N6aCxaK7Hxug7Y5w8,1981
|
|
5
|
+
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
animsys_refactor/__init__.pyi,sha256=iSLoTfm8TP2kOuEIwWJAVcdE1wb_16iF0TRttM4AROI,753
|
|
7
|
+
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
aud/__init__.pyi,sha256=4Qwi3Alabw7KUEASnmI_9ChK1HglTmMkPjfXTglfCio,32976
|
|
9
|
+
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
+
bgl/__init__.pyi,sha256=wTuGg2B0dbDbZSmP__E2KGuNc4GbOHjTC-KkVd2B3e8,117393
|
|
11
|
+
bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
+
bl_app_override/__init__.pyi,sha256=1_kdOQ2-dU4Scv7Xq42v0pSpP3NuFb_UVdE3ekf9e8U,398
|
|
13
|
+
bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
+
bl_app_override/helpers/__init__.pyi,sha256=QkQEmYp_Hx09WDAE1ERe1rz54o_Iz0C2jyXaJox6row,664
|
|
15
|
+
bl_app_template_utils/__init__.pyi,sha256=5qKzsn5rm0SQRxRlm2qxtcvx3dlQ3rglwQL0TKZvtzc,361
|
|
16
|
+
bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
bl_console_utils/__init__.pyi,sha256=C8aOOivd-epOf-5saWp8KTjQ3sc6IYI3ltA_mkDD6ss,86
|
|
18
|
+
bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
+
bl_console_utils/autocomplete/__init__.pyi,sha256=lnjx6NPD1xYRYEdwf4yM00sog5ABnJJ7bd9465jnd2M,180
|
|
20
|
+
bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=8fwMSEIfPhfKpL0c36Ugz8bVtkiBt9EkCRbpUV5onuM,1435
|
|
21
|
+
bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=JOjlK60E88s5kNxGbmDMNIFsHrwj1-pQJ9pbnr8F5TY,863
|
|
22
|
+
bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=dHscPG8uNE37uTeRyG6IZWjfMWc8oIna4AkTKVASnX0,1528
|
|
23
|
+
bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=8h8V_gS3UNZhPcnjiedE_t2CFIaXI2tr8WlUoPH6eoc,1178
|
|
24
|
+
bl_i18n_utils/__init__.pyi,sha256=7o2If1EpiNT8AYZlJyh2E6eTdSS90jOBJY-CFZTlA6I,242
|
|
25
|
+
bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
+
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=Wr56gTBCXZh0ibTCnhD0EvC6p0h4IdnkkQ0hfzVZvyE,1322
|
|
27
|
+
bl_i18n_utils/merge_po/__init__.pyi,sha256=HfrsUQya5w4IqjpRZdW5xFt1GTeJ8cyaBApeaFSUjtM,93
|
|
28
|
+
bl_i18n_utils/settings/__init__.pyi,sha256=3PP5zkd-YvNY_ivg2dYyur2S_yY5cvwL5yToJMKmIT4,1061
|
|
29
|
+
bl_i18n_utils/utils/__init__.pyi,sha256=1BkjDH0oyDfWG6ZaplwfmK0XvI24tDKAz9-1RanxIDY,8516
|
|
30
|
+
bl_i18n_utils/utils_cli/__init__.pyi,sha256=dxuHBZ3rFVofvKtyvz8oo6egRo0pHO0L-iVhoSehkVE,367
|
|
31
|
+
bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=0zBtHYUDX0h-e6hOlX3GOnjbHn5OTXOjY83vdF-RcCM,117
|
|
32
|
+
bl_i18n_utils/utils_rtl/__init__.pyi,sha256=iD66FYvrlpxx6fYHmkbHuWBLQqD9LR2KTsIkm3yB7Ow,384
|
|
33
|
+
bl_keymap_utils/__init__.pyi,sha256=XmZMVrZIkgDPxo0M2aGe12CjDCQGSxwoVKtWUo8klEw,197
|
|
34
|
+
bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
|
+
bl_keymap_utils/io/__init__.pyi,sha256=GYp_e-rCOECeLHtTf5JE9g3djWHrIr1JQMk0lql_Fh4,664
|
|
36
|
+
bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=fwBm3k769FuEmTniUkLFCHCuhzkCY_pwBjEshfyfq6c,211
|
|
37
|
+
bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=yhLom09rc590Z7Qa4VzzWVa1GngVKH7Rs6-Yv5Ny_ho,97
|
|
38
|
+
bl_keymap_utils/platform_helpers/__init__.pyi,sha256=ls6oIPhQ6_CpVMKraU7Qdxvi2rIZXGIJKy6X1s1zSw4,299
|
|
39
|
+
bl_keymap_utils/versioning/__init__.pyi,sha256=ma5O3Uh4QzL1hjLaCCGdEpLx8TIZa0IsSF4sdGGCqSE,138
|
|
40
|
+
bl_math/__init__.pyi,sha256=cAv_Aq_-Q8S6yqpJsQrEjXf1_P5AOFu_UJ3GRare3Yc,1622
|
|
41
|
+
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
|
+
bl_operators/__init__.pyi,sha256=JRtpKmoC6MywUu4B0MUeigNZ_IEFb0afGyv3dS-qtNE,890
|
|
43
|
+
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
+
bl_operators/add_mesh_torus/__init__.pyi,sha256=tgxI489a0FLIQH1GwCxL391Um2GtlH6VzijmNeXpyaU,6310
|
|
45
|
+
bl_operators/anim/__init__.pyi,sha256=-NJca8a_7AaR3DXpr9H1hkWzDj0NZsqWPUJlFnQ9vbA,45588
|
|
46
|
+
bl_operators/assets/__init__.pyi,sha256=fPQPeZvvMy3gw41Hu4ZRGYS0WHsAa0YgOjfCIzxa3kI,17433
|
|
47
|
+
bl_operators/bmesh/__init__.pyi,sha256=9MnjysTZZe8oY_2L1JtSvysNunPlTRru3pItPRoqsRE,87
|
|
48
|
+
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=NJ7sGc_rj_x1Lq3vJ3v_Rd0VjUFquSS6-fNJYQlZysM,730
|
|
49
|
+
bl_operators/clip/__init__.pyi,sha256=r6z_7_BVPP6waX0Fvj3EuGaVtMUXBMSpWavOHKaCc5o,56842
|
|
50
|
+
bl_operators/console/__init__.pyi,sha256=eyg_cipYqA7V72SKkUdphWvtE43rBaeB5sJEqJAsOWU,27982
|
|
51
|
+
bl_operators/constraint/__init__.pyi,sha256=M5wWCL_Onpd_6RRJsicRey3Hnr9VN8rIu3mwoNOOUxM,22687
|
|
52
|
+
bl_operators/file/__init__.pyi,sha256=Sx69esqcEmN8z2aJnsDEb5AGh70G5wuMZ4K171hDBGs,17089
|
|
53
|
+
bl_operators/freestyle/__init__.pyi,sha256=axOwwRBa-7yAWMhv1Djn_ofmdg0FyqaRM7eyBYrTPA0,22906
|
|
54
|
+
bl_operators/geometry_nodes/__init__.pyi,sha256=ZvbLGyrqZlNF5cHVAQ1AsleyH6gKwIpBFxXkjyfRstE,23786
|
|
55
|
+
bl_operators/image/__init__.pyi,sha256=Na8SCwHfp6IHxVkMABJ87kgtCWmlk-mlFZXL1LHhwas,27443
|
|
56
|
+
bl_operators/mesh/__init__.pyi,sha256=D4buUbyE9sNzzTy-YPloYCRNFEadh20t6_KUpTLGaEY,17024
|
|
57
|
+
bl_operators/node/__init__.pyi,sha256=yKXrTIzwnrRgrvljdvotqIYdMjNNjgv9YQy4jbuPu60,58520
|
|
58
|
+
bl_operators/object/__init__.pyi,sha256=os7vqIgMuE40myrxKjWCyrUPMoZ9AQ5tm7Nun_j8Cgc,84553
|
|
59
|
+
bl_operators/object_align/__init__.pyi,sha256=tIXJIHG7ATixYqbRt30traVsMt9ihClnWFg9R4DvP_I,5925
|
|
60
|
+
bl_operators/object_quick_effects/__init__.pyi,sha256=8h59h-WNWZzTqo73e_kECTnwp7X9FiBESQEyvKLPf1E,22846
|
|
61
|
+
bl_operators/object_randomize_transform/__init__.pyi,sha256=OLqie1bSu2KUNsCTQv-W3VCRs6BCrc1V_8aG7FnyZm0,5803
|
|
62
|
+
bl_operators/presets/__init__.pyi,sha256=GFyhDV39Y-PEVwwloXo6YPS0G1PwYV1Wv32XGkz9NIY,146982
|
|
63
|
+
bl_operators/rigidbody/__init__.pyi,sha256=gbDFuEk1Vuq5yPKLoNfS1VXuoWxFR9gt93SUBULe2W8,17054
|
|
64
|
+
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=_-rRItKPsr-KfXUvuJjsthi-wXhfNMAmD8loZ0dEJkU,5663
|
|
65
|
+
bl_operators/sequencer/__init__.pyi,sha256=jz-6yJjjqD2_RYeJ2Tc-MuEpxsKpw7rPF4FM_S3RVyY,46084
|
|
66
|
+
bl_operators/spreadsheet/__init__.pyi,sha256=Hn1OoSbgYFjS5FLcWuwHbu0feY1tWqo228PinlnhQUM,5857
|
|
67
|
+
bl_operators/userpref/__init__.pyi,sha256=Gw-ly3_ak3qNYTYOMp1Nrwr1r3JdVT2N3wJSxvnPTUs,144208
|
|
68
|
+
bl_operators/uvcalc_follow_active/__init__.pyi,sha256=n9qbavklJ4HE1XXvAScuux4oEH32loJY57_z51uviGo,5946
|
|
69
|
+
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=5h-gn0feH-HM8ltgQf3awi5myCZu8BAEgjDRrd3rDSo,6958
|
|
70
|
+
bl_operators/uvcalc_transform/__init__.pyi,sha256=goCwLCkRURijWSGHDkasZjV7DLK0069CPcSOdWX9EO0,13641
|
|
71
|
+
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=tSUN_yxSpwAlWBRivKW0cLl_ddpTCr4Wwos8DLu4sW0,5880
|
|
72
|
+
bl_operators/view3d/__init__.pyi,sha256=1QvH7feOanDFI2bFYszdeLMU5dN_z8-XSF5Ftn-yCc8,39226
|
|
73
|
+
bl_operators/wm/__init__.pyi,sha256=ZiFtIrEE8M0CWIeAnzzfxDzWenDDOGmpZuAbq7PrXjg,259840
|
|
74
|
+
bl_operators/world/__init__.pyi,sha256=Ais3bYL-CkmhrF_Oj_pgcbQMEJ-vwMyZeq3RDRn-VHg,5801
|
|
75
|
+
bl_previews_utils/__init__.pyi,sha256=p3ziz8G6uAf8yslPB8MclRs0QYdNodhWOytQUjztaFs,92
|
|
76
|
+
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
+
bl_previews_utils/bl_previews_render/__init__.pyi,sha256=_fgW59QX4dVhunxJb2oLy8TBTfYlW4C1WO_aHseb6gk,543
|
|
78
|
+
bl_rna_utils/__init__.pyi,sha256=PLfYioZGQe0XeqpUMlx9AyHlB7ZVXGX_nRyRwCSggII,83
|
|
79
|
+
bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
|
+
bl_rna_utils/data_path/__init__.pyi,sha256=Wo8FiWdf6NdD4zh1_XpmWHy5gxx77NDF54-MnVCrkVA,731
|
|
81
|
+
bl_text_utils/__init__.pyi,sha256=TrRE9vmWOSvvVZqBkxJ1UsIv52vkJOjbcyKxK4ysYAY,89
|
|
82
|
+
bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
83
|
+
bl_text_utils/external_editor/__init__.pyi,sha256=t_OmNSGM6gEivQylIwph-5TMykgvrVbcUYyDEDiGT9M,131
|
|
84
|
+
bl_ui/__init__.pyi,sha256=-l-3pYoVXl8UK9q4-2wPgvT8AXPUvgKdBl7wn-oleHU,20932
|
|
85
|
+
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
|
+
bl_ui/anim/__init__.pyi,sha256=HsymwelZLtOK2DmnT-A-uEkmOs-jQV-3KK57Ny1LUGU,7595
|
|
87
|
+
bl_ui/asset_shelf/__init__.pyi,sha256=kJAUuXgEkZ4MoCkvDAtfTJ8qW_p88jQVx8Ooq-Tm9nY,5918
|
|
88
|
+
bl_ui/generic_ui_list/__init__.pyi,sha256=4LOCaQPz2_Rq9UFXpKGQFLCky8PECHpWKQZogMUJNiI,19824
|
|
89
|
+
bl_ui/node_add_menu/__init__.pyi,sha256=ul1FvwVBE-uL4U7WGkZt4ylb4Nv9bkSlpEEFAB4hfD0,8163
|
|
90
|
+
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=C7azdaMizlvAHq4TM9x1dNSvdaLnlReXO92So7OjdLY,136064
|
|
91
|
+
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=rHSKrnUrBPZtg7SOyTWNxYU7GZbAlOGQGsjhYwUfDT8,362598
|
|
92
|
+
bl_ui/node_add_menu_shader/__init__.pyi,sha256=5hJk3hBiAbpMZplXcADmOEOrSkXCsHPdXywL_r0NFIU,76054
|
|
93
|
+
bl_ui/node_add_menu_texture/__init__.pyi,sha256=x07qKZd9b4imgUs1APIttAz_YvdI_7ioMHwQGF1YHsI,68014
|
|
94
|
+
bl_ui/properties_animviz/__init__.pyi,sha256=XPO3YOPCfM2bIC-njd5AE-LPPRjzDNa7hNfFjs70wuM,785
|
|
95
|
+
bl_ui/properties_collection/__init__.pyi,sha256=3iznzkRKc9akaxof1dEHRnXWg6YYHZLw3UnaNK-fjD0,37768
|
|
96
|
+
bl_ui/properties_constraint/__init__.pyi,sha256=4LL7t-9_3gYDinKkK3BuuURWlJQQWAdclrXuKtwSWMU,717245
|
|
97
|
+
bl_ui/properties_data_armature/__init__.pyi,sha256=fxHUEaU_f4mkwr31qjRuuTrhWlIPWIrC7qSrGPKNq2I,75666
|
|
98
|
+
bl_ui/properties_data_bone/__init__.pyi,sha256=ehnkIlu-utklg0bn5pg91eV54U8zxhDweyREF8T9Zco,60267
|
|
99
|
+
bl_ui/properties_data_camera/__init__.pyi,sha256=Mlb0biNXX6WvgVz-nhjUKh9C30to_wKxvzIKGr9Sq-Q,88080
|
|
100
|
+
bl_ui/properties_data_curve/__init__.pyi,sha256=gK7oRGF50X6udH8ET1tdLdE0iVdVK57dBFcPc3XryO8,91090
|
|
101
|
+
bl_ui/properties_data_curves/__init__.pyi,sha256=a5jln4Jab1_Yb5mUS-_SEHqhR47ppDE39smKO2sf04s,38184
|
|
102
|
+
bl_ui/properties_data_empty/__init__.pyi,sha256=xFLGVKseYHCR-7VlH4O8zb2xKtScgsR_KJB-Psiixg4,12156
|
|
103
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=PmILolDSx15oGGMCanWNSS09XBiEwfReXp9O_ThTLLU,112110
|
|
104
|
+
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=QCw6Nn7A2G7pL2f812pq2Up8NVL_UXowC9aF4SZZ0JU,89669
|
|
105
|
+
bl_ui/properties_data_lattice/__init__.pyi,sha256=sLhKDmQUMJgvgPMmpFd5I65htWdbAyEb6TiS5GjBzoI,18314
|
|
106
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=qVqQbxZRE1z17z5tzNmYf1UZ7apWK3aQZi3fgrDUCIE,72681
|
|
107
|
+
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=i29X00wCXbH7G6qBHi21yF2RB7OoVaD0hFqcGayZ7qc,78108
|
|
108
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=dFPSSrnUTZeG8UZeDSIxrkBrRNgtiqGSOPA9_FIKl3g,126784
|
|
109
|
+
bl_ui/properties_data_metaball/__init__.pyi,sha256=2Bxm-5GyiD2PMTUps-VeYPZtN0mENZsUUTvEPO63IiQ,30182
|
|
110
|
+
bl_ui/properties_data_modifier/__init__.pyi,sha256=om30V1MmwhKvqjRYqO6T86RX8AauJ7Agq34-zB-tpDk,65264
|
|
111
|
+
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=NIj5VQe9wVkhgS8dSW4PN5dhpuLZruO0WA7OpenavlQ,32290
|
|
112
|
+
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=n1q9HowfrS-YHRATx9_CQ-mrnnClf4hsseb2HX2azZ0,6095
|
|
113
|
+
bl_ui/properties_data_speaker/__init__.pyi,sha256=YYPq3HXNZXxIKNT3e2FuxXES_sjTNuKXg4TO8-aiahE,30322
|
|
114
|
+
bl_ui/properties_data_volume/__init__.pyi,sha256=DoFq8SKRz9pK8OXijRR1e-ZQd-zj7Gg8hxu73v6YP4U,48222
|
|
115
|
+
bl_ui/properties_freestyle/__init__.pyi,sha256=6QqG-oWsMa0aGiML-QZsBIFtLZzpcEcj9gpjVVNgHt4,152702
|
|
116
|
+
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=y1vkTQcWIQr_itb8ChTmF2VXQOa5p3oH6ssH3uaCYQA,116811
|
|
117
|
+
bl_ui/properties_mask_common/__init__.pyi,sha256=JLzLDqTwJhUMNcA_vqZBprEWupQA-MIJhj0tOdE41sA,53043
|
|
118
|
+
bl_ui/properties_material/__init__.pyi,sha256=5x2Er-xthhmfl8-tCaRxtaoFJJ0dbouWHEzhuRPpygk,97914
|
|
119
|
+
bl_ui/properties_material_gpencil/__init__.pyi,sha256=pTnDwcVLq1bg4NuuCpVF2fQz-9GwoorNpZ5zIQ_cLcI,63579
|
|
120
|
+
bl_ui/properties_object/__init__.pyi,sha256=fCBS1uLhMb6HWlrIXHB91PzlPSgR6jDXzOh-t7jX7HE,85275
|
|
121
|
+
bl_ui/properties_output/__init__.pyi,sha256=MH4oMrWiqpiM-A0fiE2kp5Yye8fMYRunKPNy0x5EFJU,113592
|
|
122
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=qPeTGuYzkBXBLed0rCEuP-B2XWuQIyDu-z4tbNV4oR8,28487
|
|
123
|
+
bl_ui/properties_particle/__init__.pyi,sha256=0vwnHHVZb7IhYv23Byd4p8fERvsMH0farLTiQ6h8sBc,316909
|
|
124
|
+
bl_ui/properties_physics_cloth/__init__.pyi,sha256=_rb0tuOawrTuXoNseLQnfxC_pu0eHBqfWnQNsmj0790,86321
|
|
125
|
+
bl_ui/properties_physics_common/__init__.pyi,sha256=iyjmljB7fO5bpxjwrqXQPRl92byU_2P6kXGHNimqO3M,6753
|
|
126
|
+
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=8Y4sWzVIxj5cvfCD77zYhElNYdDxSO5g5dBE008fQ-g,147162
|
|
127
|
+
bl_ui/properties_physics_field/__init__.pyi,sha256=kG_A9Ye9w17UKx98aTSYIRRa1LKF8I_4kyW-6dRjjWI,62296
|
|
128
|
+
bl_ui/properties_physics_fluid/__init__.pyi,sha256=mjJtmM57PQb_gBoeC9mcMj4i7WPR_uhXQgdWxB8s7tY,194683
|
|
129
|
+
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=cDLxub2wnEE2sbMdrwkM5KCzaCvqGRMW__-0gGohMws,6111
|
|
130
|
+
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=CGS7ARWVQnoNqTLDavrSD-XbrZn14DgWr_SzRk8ncKE,48579
|
|
131
|
+
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=rmJhk4-StgcOltvjik514ElkisdDr7XtxGmBvfJNN9w,78770
|
|
132
|
+
bl_ui/properties_physics_softbody/__init__.pyi,sha256=RKDGfBep27kJqMxB_bYamduGPNXNdiracO_5S8aIf1A,91094
|
|
133
|
+
bl_ui/properties_render/__init__.pyi,sha256=QY6fcBSyQ80DWwGQRTTASEZaCMdUvbeCqOyiICz4IjQ,321244
|
|
134
|
+
bl_ui/properties_scene/__init__.pyi,sha256=jACXGxeVObFcZIUQMtMaCpQqYM5dRukj260ewkllxwc,90290
|
|
135
|
+
bl_ui/properties_texture/__init__.pyi,sha256=Wbiw9ek1t7xiuLvHr4HDTd65kw-4ThkEHp04sFdCTsM,158938
|
|
136
|
+
bl_ui/properties_view_layer/__init__.pyi,sha256=qT6i3LiLjvVqgjb4IURrgUwGP6GHP-1Q7rGBnHyxYno,109386
|
|
137
|
+
bl_ui/properties_workspace/__init__.pyi,sha256=VdZceAYwghZGGDU_WCf3LfVQ4-HrClJuz1v6PrwLxQ8,24391
|
|
138
|
+
bl_ui/properties_world/__init__.pyi,sha256=DnxLeLcDRa6iMEu7PicH2UCb6VN1PnyaNSXO3QB8C00,60398
|
|
139
|
+
bl_ui/space_clip/__init__.pyi,sha256=sOgyv-Fvxcxd_nPK7rC5z7Ylb2NhJhasS-rPUAWuNPE,470528
|
|
140
|
+
bl_ui/space_console/__init__.pyi,sha256=62BFqSJ8bzzzereGG82zX3Ji57nVTEAPZUur-05Mums,43323
|
|
141
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=736w3-mU6_fMTz-kNYQM7o_wx3vL2L_iZwOAwsw3wQ4,203145
|
|
142
|
+
bl_ui/space_filebrowser/__init__.pyi,sha256=kkeZ4DB3twe84FW9cph_jPISQrtwH3kvypzWjZF-tT0,194618
|
|
143
|
+
bl_ui/space_graph/__init__.pyi,sha256=mmlZo8cGZGRzdsyv9so_kdRBVQptliBnckoqjnd95VY,143497
|
|
144
|
+
bl_ui/space_image/__init__.pyi,sha256=IcFBtd86m9Lx-MT87Jf2fPtKczvce98tPoK7kI3prCo,458578
|
|
145
|
+
bl_ui/space_info/__init__.pyi,sha256=IO7E3XPBhUx6MSiOfooVl9XbhsGYDZ8Xp--YycFyH0E,43289
|
|
146
|
+
bl_ui/space_nla/__init__.pyi,sha256=F-9xQBoEKoxtmGylKw6xDKxjxRflT3b1J2cWuIg_JKk,121441
|
|
147
|
+
bl_ui/space_node/__init__.pyi,sha256=X38uZJHQjwW65RyGaA7xo0Df7WNVyVEN-J72ec1P5f8,184663
|
|
148
|
+
bl_ui/space_outliner/__init__.pyi,sha256=1KXz9VYuMYwjywjyVgTxlSr6TGpor_v_DGs0Xez_2rA,102018
|
|
149
|
+
bl_ui/space_properties/__init__.pyi,sha256=F62eoFs3CGcKnxk4xn_koMDFpLqCy1VgH4KLxbp76TM,17297
|
|
150
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=hWQPuuqpSfuQCu7IsLe1JnPxdrMIQX637nOj-cNkvUg,503158
|
|
151
|
+
bl_ui/space_spreadsheet/__init__.pyi,sha256=f-J480XsNAlucRXGIin-YGl6xUX5s70TsgqOrFPj_6U,6655
|
|
152
|
+
bl_ui/space_statusbar/__init__.pyi,sha256=Pcs-YoCiTSYKbQCtNO-p61coJv2-qf90J7f2g7HZpRo,5744
|
|
153
|
+
bl_ui/space_text/__init__.pyi,sha256=ASkW8gHRG7s39A2hNJ14G0C43By3ZJDAycbfLpaPyF0,113017
|
|
154
|
+
bl_ui/space_time/__init__.pyi,sha256=_824lkheZGCuDppVQJd0pkcnyRTuR8QI0lI8IhL4S6M,48482
|
|
155
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=seulpyhvctRHZsxcODOHP1EDE5GEaA_YNaACRSRRz30,6605
|
|
156
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=_0uI6WMHrdC52gRUzOpBtRvGi_QJzw52j86PTONgpZo,26233
|
|
157
|
+
bl_ui/space_topbar/__init__.pyi,sha256=HED6-wNlidOC7UFxpEs3E7XJ9ZbEtD0wXUJ4X8X4P84,184194
|
|
158
|
+
bl_ui/space_userpref/__init__.pyi,sha256=SjEvB7gaJ5O6nStBhbGGkKOKR2Th62qThLExZnP37WU,537007
|
|
159
|
+
bl_ui/space_view3d/__init__.pyi,sha256=vawqIrxqkoPpuPjFYFMRQAux-dsSe7qfgnmsypt3tqE,1889773
|
|
160
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=UG0zqMSYd-aClZSVNwdzy7b-aKqleLrA1UhOQQ5cd4Q,611334
|
|
161
|
+
bl_ui/temp_anim_layers/__init__.pyi,sha256=sBvoSQV4kqviCiVvpqS1FZo2eyCQLkP7fEG7bxmHEQU,6008
|
|
162
|
+
bl_ui/utils/__init__.pyi,sha256=wkS-Lin9dWhiLEb5wF8HREw1Q8Hqd9qPHeVdjqHGle8,1893
|
|
163
|
+
bl_ui_utils/__init__.pyi,sha256=bnl92Tdgw6pXneG59u9jRoZQPxVGHfX3vepFfj3xlAU,109
|
|
164
|
+
bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
|
+
bl_ui_utils/bug_report_url/__init__.pyi,sha256=RXX0BtD4KjbAeS1rv3KWKphg1zATgSn5ap66abrrGZM,128
|
|
166
|
+
bl_ui_utils/layout/__init__.pyi,sha256=C3iyko-l-YpYE7LYMQxKg821VrFPaY3eeulX40IuLxs,186
|
|
167
|
+
blend_render_info/__init__.pyi,sha256=OIizbcqkXGNziU2LK1jJ9uDbnoM-RCWr8Vztj2cg678,280
|
|
168
|
+
blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
|
+
blf/__init__.pyi,sha256=MHhsmfkSwkNIJ0WbY01YBeYAvgqiZcvmwyD4_AaG7vk,5805
|
|
170
|
+
blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
|
+
bmesh/__init__.pyi,sha256=JHZzU3bVJasGCKpoYlhx2qKcWcyY0n4lJ1VNkOziTbI,1487
|
|
172
|
+
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
+
bmesh/geometry/__init__.pyi,sha256=pNXQSbn_U_Pf1WZEo_mMPmn8XNhqpSCJRs6oQhqB_30,644
|
|
174
|
+
bmesh/ops/__init__.pyi,sha256=PlblZjID7NtYIXJNwLd4BKFkO7Vwc1Vfp-BCp9XNPAo,71537
|
|
175
|
+
bmesh/types/__init__.pyi,sha256=stTCZXJn8HnNJfRiUo7TjrOOzy3JfhkZz9yiH1qHlq8,39542
|
|
176
|
+
bmesh/utils/__init__.pyi,sha256=N9o8XUSbJltAav14Ca6i7jYkeADuMouanZvhPTjWXME,6074
|
|
177
|
+
bpy/__init__.pyi,sha256=FwVgOmNFyREyKoHybvt0PJNE8mqRUwHc2mJrWZphEyI,401
|
|
178
|
+
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
|
+
bpy/app/__init__.pyi,sha256=FjQwaGVqllHvCoDlj0DqMAF0IOAMBOTT1Ix8vHYRyqs,7686
|
|
180
|
+
bpy/app/handlers/__init__.pyi,sha256=Pi1KwR_eBRiCD1bgqx8rJEb8uDe99JogOywMxyqLrEM,6111
|
|
181
|
+
bpy/app/icons/__init__.pyi,sha256=SjMi2dwKdHMkuopc_k88TCaFh5Z_s_PDQNx2r37NGzo,1008
|
|
182
|
+
bpy/app/timers/__init__.pyi,sha256=yPHGgjs5YEYUsjmeRAdOe2JzInJv7PQPnkuHyV8W2e4,1996
|
|
183
|
+
bpy/app/translations/__init__.pyi,sha256=gxkjDju4B_ZoaYS_Gnhw6dfqXBuXGC7LDPDZS_S5G28,6419
|
|
184
|
+
bpy/msgbus/__init__.pyi,sha256=GBRfxyvR7pLSo57JCmXUHC9-Z8HNojzZLTJuLC7H8Ws,2622
|
|
185
|
+
bpy/ops/__init__.pyi,sha256=ET_sX56-tDn0d4H7Y6frFlx3rpS3kET_p_cTP86bZXw,4571
|
|
186
|
+
bpy/ops/action/__init__.pyi,sha256=Rpj8d7Dde9IodChsMVDvimMfjWVLXgRNZxDyCD2FFc0,23473
|
|
187
|
+
bpy/ops/anim/__init__.pyi,sha256=Axr1abhHrc9GoaL3-esAbHZ8i2QE7Gy3S4QYs_Tz3LA,31450
|
|
188
|
+
bpy/ops/armature/__init__.pyi,sha256=ZtFzPNZbhgLx3e_bnIV3pI4mxeV51nNPXb6WVOOJjwc,27978
|
|
189
|
+
bpy/ops/asset/__init__.pyi,sha256=VhJQaEekOGOABS5W5F5K3PHYjv3I4RHOE-3BG_Ov1zc,11956
|
|
190
|
+
bpy/ops/bl_pkg/__init__.pyi,sha256=VXOF0G2qjbi55bKeZAZgw1fBSSjVSORkEhWHbjbRQ60,14297
|
|
191
|
+
bpy/ops/boid/__init__.pyi,sha256=xikAgsxfndH6UsvEB5-wDUd3fwnAdwJox9oFDwOKaIQ,3259
|
|
192
|
+
bpy/ops/brush/__init__.pyi,sha256=wHCKlSRPtKRyXhY8NSNsSKClPXZO17_boKVHO2JXBv8,4794
|
|
193
|
+
bpy/ops/buttons/__init__.pyi,sha256=pm48cjxAZBLIgCqPZAQg1MA4zPV_BG6YSxDkl2wBaQ4,10856
|
|
194
|
+
bpy/ops/cachefile/__init__.pyi,sha256=P6W6ZmSR2FNv5T2o9lLPXuLEBBjYn99md_SFA9qU-Zw,10576
|
|
195
|
+
bpy/ops/camera/__init__.pyi,sha256=lXWomh3Nn3D4NKPjCj2gUZjJmoyttyapY8HjhpwwqJ4,1882
|
|
196
|
+
bpy/ops/clip/__init__.pyi,sha256=Te71khQ1iTQ_TbLPT2WbCgNuYLMJ1UGmzv-GHOZITek,58079
|
|
197
|
+
bpy/ops/cloth/__init__.pyi,sha256=8B934dQ9h4wNkjLueJfDc_av5GYOeSLSQkTBqWDyWQI,872
|
|
198
|
+
bpy/ops/collection/__init__.pyi,sha256=2XdCvpx0D_LIq-4lPbl2KqMOFOcq-jod5Fx3nQHPuRw,4696
|
|
199
|
+
bpy/ops/console/__init__.pyi,sha256=6NPpZ6Uks_P7aZTK2R0fVnCY7HmZUYXMwecCOfT5VQE,10559
|
|
200
|
+
bpy/ops/constraint/__init__.pyi,sha256=parOqFsL_14jlXbe_E5z7XJZEbVcIVYsFk56L5X16YY,14585
|
|
201
|
+
bpy/ops/curve/__init__.pyi,sha256=tQLkDRxT8yxuO7WJUW6OxC2ugWD8z4WJfUIzka1WurM,34677
|
|
202
|
+
bpy/ops/curves/__init__.pyi,sha256=U1AKUJXJ-jkiw3NfaSG79ucP5D4ossLq94iXQV9wBcY,18055
|
|
203
|
+
bpy/ops/cycles/__init__.pyi,sha256=g5gtZ1-CHs8ujjoVO6bsJtAiQeLDz6WWAJp7boLAo9c,2355
|
|
204
|
+
bpy/ops/dpaint/__init__.pyi,sha256=q1bbL0UvyaXI6lP1Pmt08wb30cwzze7ZdPPH-C9ZXMI,2255
|
|
205
|
+
bpy/ops/ed/__init__.pyi,sha256=rEy6Qk5MOCQXm1d6L_aqovAf1xJkQhGkjkOsKfSc0Dg,9422
|
|
206
|
+
bpy/ops/export_anim/__init__.pyi,sha256=SRUNQ2uoOvflgnJGmMRB9haiIl9WjTZDvfdJmUnoRw0,2228
|
|
207
|
+
bpy/ops/export_scene/__init__.pyi,sha256=3zfq7JMFRj_pwD_qvtGyDgEv5OxAKcI55h7us5-kq8o,39321
|
|
208
|
+
bpy/ops/file/__init__.pyi,sha256=DoOa_7o14fW4UvAfkzNz4BMtbb4-p77ovUBcGa5lf9g,25814
|
|
209
|
+
bpy/ops/fluid/__init__.pyi,sha256=6ZW95S7U8iTBHbyNYd6YgVTHYx4oqz8YAlstUIslBB4,5710
|
|
210
|
+
bpy/ops/font/__init__.pyi,sha256=Kz1pqEnkWB5PGOOU03ki4bJbj09GoT_DwMWEAaFdduo,18778
|
|
211
|
+
bpy/ops/geometry/__init__.pyi,sha256=gSBkxBgz4GdekFXsgft3fBnF2BLNPNBwv-q7u2Wkfbg,7086
|
|
212
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=XR0eBixjsf94CRx747cDVBHpqt2vf13PGQ7dGjOQCXc,1733
|
|
213
|
+
bpy/ops/gpencil/__init__.pyi,sha256=_M6HThWQlZHlOeVx4zUGF5-vpqtIyr7dmO_UlNE9RwI,110942
|
|
214
|
+
bpy/ops/graph/__init__.pyi,sha256=wGhsum5bKWGPx-t0YSF3p0GEx8PTv4IyaktKPD4fvPI,51132
|
|
215
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=3fiusNcypDWWbhj3nHJi8HAQsotJAhykcDQWrw1q2RY,43041
|
|
216
|
+
bpy/ops/image/__init__.pyi,sha256=f98FkuV57qku9e9kFE3y4-Irbzj3dy09M9r9_55YuVU,47585
|
|
217
|
+
bpy/ops/import_anim/__init__.pyi,sha256=gAeNJjYCUhs1Yaz04_umCWvScIO1Nh60lKS7Z_bZ7bY,3055
|
|
218
|
+
bpy/ops/import_curve/__init__.pyi,sha256=KZhY3-seG5yt9Jys4Q_4Y4eckIHNCgbOfP7S_IUME0U,702
|
|
219
|
+
bpy/ops/import_scene/__init__.pyi,sha256=2f-ir3P-zHdrloadlJd-72THgjD8mqTad5TgtA7w42s,9789
|
|
220
|
+
bpy/ops/info/__init__.pyi,sha256=znCoJEPHKdnDqm3fEozktzpR_K27uVfRPfTpgXwpLDM,4248
|
|
221
|
+
bpy/ops/lattice/__init__.pyi,sha256=emt0mL_xyIBTq7MwGSPSM9Zxh0MbDX9t7gs9FSme_Nc,4689
|
|
222
|
+
bpy/ops/marker/__init__.pyi,sha256=fBuZdAuuOVcWLwqT6ErLDlC7fppayEC21h4LunfBktc,7315
|
|
223
|
+
bpy/ops/mask/__init__.pyi,sha256=a0qWC0oVukt52ItiiE84wUtOV_vBw_8X_ShAEUd98Es,22543
|
|
224
|
+
bpy/ops/material/__init__.pyi,sha256=d5CJ-dGhtOY3Pu4Cdk9An_P3ISEXdpfq2-pVNg3kfZ4,1211
|
|
225
|
+
bpy/ops/mball/__init__.pyi,sha256=HK3lo8UlaS7s4AJs3HmTrgR2ZPu834qaknfLasWXB2g,5285
|
|
226
|
+
bpy/ops/mesh/__init__.pyi,sha256=5sVI9hQ2slcSy133FMSQCnkilpbGmhFNGUh21RU8xGE,152696
|
|
227
|
+
bpy/ops/nla/__init__.pyi,sha256=jlKUcNPIfjBfgt8mtZK-XqAmGtFRTXn4JHdEaxP8oOM,24733
|
|
228
|
+
bpy/ops/node/__init__.pyi,sha256=TyfVo6LvAadDjx2_IefgI4hA2tDW700hOK8CMhhPGjA,63362
|
|
229
|
+
bpy/ops/object/__init__.pyi,sha256=_ryTJFNQIkl9FQPXDcMS6ih9q7j5PoSyBY3QKWPbmcg,204318
|
|
230
|
+
bpy/ops/outliner/__init__.pyi,sha256=-To8KzGjfValf3RnvnBmaSiGcB7mtk5Ic55sCmqBGQg,37472
|
|
231
|
+
bpy/ops/paint/__init__.pyi,sha256=dYGh2r1AOPcSCkzG_G7Pzfr1K9Zrlvy7O4MZt1Yz6eo,42658
|
|
232
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=6PFeaRc7qVUXpG9jwgK2INWkYNt-WXwlDhPC5QO2suA,4330
|
|
233
|
+
bpy/ops/palette/__init__.pyi,sha256=ixX8_rPfE_0W1GDlIUTsVPKJdMH6R9kuk14JqtkO9qQ,3171
|
|
234
|
+
bpy/ops/particle/__init__.pyi,sha256=-gZYcu5HneRhk4EnVcdzSOzd3w10m4VvzbloS8Iuyb0,19219
|
|
235
|
+
bpy/ops/pose/__init__.pyi,sha256=EJj71nIWN82NUojhzVEveS29P6V0ofDqiOg7p-zTTm4,28530
|
|
236
|
+
bpy/ops/poselib/__init__.pyi,sha256=3Itl6dtskpaB94sqaJ51tsEZQhpMKnSaYaJWMbeysMU,5502
|
|
237
|
+
bpy/ops/preferences/__init__.pyi,sha256=jdUknu1l0tGskbkUPGc8SEO_zKBcINZ5AWrQzQlY2Oo,27437
|
|
238
|
+
bpy/ops/ptcache/__init__.pyi,sha256=C2Sn2N2uSuUDf5JTkePsX55AsA49fmNjH5eRr2n8vKk,2909
|
|
239
|
+
bpy/ops/render/__init__.pyi,sha256=tOqUZx3F4_owN61AThB2ajpL29mUEEXwSjkf2hffL5U,9333
|
|
240
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=A-y6ooJ0RtZOTO7M_p632V98F2wR4NcftQy2KNskt_8,8159
|
|
241
|
+
bpy/ops/scene/__init__.pyi,sha256=F9eJCZVYi_QN8unwgKW0FxyXNhKtJKgbeKv3HwlHp2U,20579
|
|
242
|
+
bpy/ops/screen/__init__.pyi,sha256=goWV8C-CTJPGMm4UMoyaqkGSX4Z-jMHmi7FtpQYOZi0,26898
|
|
243
|
+
bpy/ops/script/__init__.pyi,sha256=icfyDO-Im0aqc_AgMaNinRrhqudXvuYr1M8Xzktkdxc,1548
|
|
244
|
+
bpy/ops/sculpt/__init__.pyi,sha256=-u6xH8igQH1gDrNCwKiaKYssYAxPfSlmW2rFPmQKtx0,42008
|
|
245
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=RrUK3H6zTcPoAuavJpCH0HDL7_WZDWDTG08HffRDNRw,3260
|
|
246
|
+
bpy/ops/sequencer/__init__.pyi,sha256=XgaokdKOcg1X8CDhlTKEnm75APR6wgRi3PgXP0LmMnU,86323
|
|
247
|
+
bpy/ops/sound/__init__.pyi,sha256=RUMO7H_csWLpbsTo8nKI1tfHQnpU68bXuZfx_cbaIig,18246
|
|
248
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=lh_OyhnVKAFc4a3b0RDrn7iR15thg6WAHx9UhG9AaFQ,2064
|
|
249
|
+
bpy/ops/surface/__init__.pyi,sha256=3W0nf0YDk-_kpEDVjXLGtFnDH7DI3oKuFeu-n24KJfs,9298
|
|
250
|
+
bpy/ops/text/__init__.pyi,sha256=NP7O_NazQNPGQMgMu2Jmnwlfb10l4XVnx989gJ-ZCA4,27472
|
|
251
|
+
bpy/ops/text_editor/__init__.pyi,sha256=fuVNCIALbSVb_4Uj6uTlv_Gg0TzdESJlTccP3vd2CZY,878
|
|
252
|
+
bpy/ops/texture/__init__.pyi,sha256=P9o34MsIBrXm0VrpC1wHuBzlJcB7P2bAgJG_G7-PxNM,1701
|
|
253
|
+
bpy/ops/transform/__init__.pyi,sha256=4xyBP6FXo741c2_sFe1jna6aDxm8fv6QlWhH5NTmGRk,61490
|
|
254
|
+
bpy/ops/ui/__init__.pyi,sha256=9FI1ts6hCdlVDVHlt7Pq1Sn2YivbG34Fxhk7UCNKKYw,17105
|
|
255
|
+
bpy/ops/uilist/__init__.pyi,sha256=PRJNfDqcznrH7ejRXa3AfDd-5ltEYtbJ9lw6L4kjfHI,2210
|
|
256
|
+
bpy/ops/uv/__init__.pyi,sha256=AM-eFcVhg01IXdA3srxzRA_zEi38DMe2buaTrJgi260,50085
|
|
257
|
+
bpy/ops/view2d/__init__.pyi,sha256=b6DrLDWo0N7sF661b3RdahXq84xzh9ssRBmFZe5PgQA,9711
|
|
258
|
+
bpy/ops/view3d/__init__.pyi,sha256=sJcVG81PD5nnxohcV_lVTq7BpF5b74LtevhsxIh6FOo,41418
|
|
259
|
+
bpy/ops/wm/__init__.pyi,sha256=-HyjOL_jDnlDd13IgMJYf9xgE1yKRAiL9FYN8Bd1aeo,233123
|
|
260
|
+
bpy/ops/workspace/__init__.pyi,sha256=ZdlM-yuXXHk8fsHgmX_Wk6KN-vtJmCEd3t06LYsS1ng,3238
|
|
261
|
+
bpy/ops/world/__init__.pyi,sha256=JNUD6ZzGZd5vWD5U3VX1R46uwq9VYw5WD_VxCVrKUww,858
|
|
262
|
+
bpy/path/__init__.pyi,sha256=LCHUTB-0jvDzdRHbvzfiYvZjqwRYya2M2xTmjGlLXbs,11426
|
|
263
|
+
bpy/props/__init__.pyi,sha256=hqxyQxnlC2uDTBVpdy1aSc5_wQKwpt80sRPu_tVnYSA,28708
|
|
264
|
+
bpy/types/__init__.pyi,sha256=jLQ9xuGzvSASlodOEO6jE_cYHniDzab-YYxw450TqC0,5265717
|
|
265
|
+
bpy/utils/__init__.pyi,sha256=RUHxpXCSkHQJU4jh5nf3iA_4Bod6ThnKvIjngPLl9v4,18097
|
|
266
|
+
bpy/utils/previews/__init__.pyi,sha256=2CKx0bp8qzb40sZajLvQzaC3AVvrLvlZg3ecqlifBc8,4184
|
|
267
|
+
bpy/utils/units/__init__.pyi,sha256=JdKUUlwObTDqpz1_WKwTZeG7mPdBrI-m64ouj7tKxzM,2584
|
|
268
|
+
bpy_extras/__init__.pyi,sha256=jRe6HRLx7uuyhpEkf1q2Ofk2ar0tIIA6qPiFsaKLu3k,791
|
|
269
|
+
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
270
|
+
bpy_extras/anim_utils/__init__.pyi,sha256=RwqpT_V90SII_NsEWceqsZC1usKm54wR7pa467KRaTY,5951
|
|
271
|
+
bpy_extras/asset_utils/__init__.pyi,sha256=X1WHvG3BoMMSjqFDdFPqPO-5jj_Qyoz9xVOaT3knc4I,960
|
|
272
|
+
bpy_extras/bmesh_utils/__init__.pyi,sha256=a1bGm0kjcMlI1T4qZeOY0UAnnCHpvwVZNKLhBFTcMUI,479
|
|
273
|
+
bpy_extras/extensions/__init__.pyi,sha256=eW6-ZsK_9GjQlSKx3zQazawIFA26aK_gGKgXDDZTuyU,89
|
|
274
|
+
bpy_extras/extensions/junction_module/__init__.pyi,sha256=GyuyPY-_VKDf5W6--YC7R8QSOGkUG3ymsXHM2DkFFn4,1051
|
|
275
|
+
bpy_extras/id_map_utils/__init__.pyi,sha256=81jkO1SoGEGq7wNd9xqR_qC-YPJSQ38QeddE5QgS_U4,734
|
|
276
|
+
bpy_extras/image_utils/__init__.pyi,sha256=oxCoUkQM65cph14M2_JI7MoSLvil84uzlgamFpPrhUY,4054
|
|
277
|
+
bpy_extras/io_utils/__init__.pyi,sha256=Dtgtfych4ECQNSuHJPFli362hb9aP9NALYsJ97CsXrs,9827
|
|
278
|
+
bpy_extras/keyconfig_utils/__init__.pyi,sha256=OL6y2t1EBRt7CO6_yN-_iB2bSWeiMN7DxAiQ6Se8ySY,727
|
|
279
|
+
bpy_extras/mesh_utils/__init__.pyi,sha256=ILm95HQfMNdkQ7O40AfC52x0Pnk1qUX9t_HL5wFo4HI,5148
|
|
280
|
+
bpy_extras/node_shader_utils/__init__.pyi,sha256=dK4V4IeOAHbEvBMsaZ_HAwYAO_DqaeJXKSTffmj23xQ,7776
|
|
281
|
+
bpy_extras/node_utils/__init__.pyi,sha256=kXZziyJYikcbwU0e92m8isH37msQ3bi_h6b077wPLG4,717
|
|
282
|
+
bpy_extras/object_utils/__init__.pyi,sha256=ZvlhCkeSqnN0kBzgfB0n8fk36v113wk0-xHmVQBu_mg,6390
|
|
283
|
+
bpy_extras/view3d_utils/__init__.pyi,sha256=6KiW8HhHdw9WlbIkD5qd5mP-zMWBTdgBABR5SpvDRPA,6783
|
|
284
|
+
bpy_extras/wm_utils/__init__.pyi,sha256=uBAgB3UhPLvn0ZTPW19X64YX29SorkI1sf7my8gTMaU,89
|
|
285
|
+
bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=4PMGwaLZi_4c0-OhLbdbNI3LsVyBRtsChDn1YYT_C8E,1992
|
|
286
|
+
bpy_restrict_state/__init__.pyi,sha256=z0wntJmk-6RiN6gW3oMlFkHOBRPIKGYfC_Q9SIoQRQ4,329
|
|
287
|
+
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
288
|
+
bpy_types/__init__.pyi,sha256=_fcl-4-eQQ0EZe5Le7Uo7VY4KmAc4T1Baxlt7i2ztPk,175171
|
|
289
|
+
bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
290
|
+
console_python/__init__.pyi,sha256=Zo4rGnHss5a1mqB0Qb0KYu5425IyjXGjE4nnO5DnguI,791
|
|
291
|
+
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
292
|
+
console_shell/__init__.pyi,sha256=bQPcR-rZuy_xHF_-FUValvEC7sl2KGKBfIucmrBIV5o,315
|
|
293
|
+
console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
294
|
+
freestyle/__init__.pyi,sha256=L1GXm7a_0C6-tq3hOWFZTMNVepr6HCaD0iWuMty-Qbw,636
|
|
295
|
+
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
296
|
+
freestyle/chainingiterators/__init__.pyi,sha256=XiwzuKxi1PS2j4RIraUG-9iqN389xKbfynU0vlhivTs,11089
|
|
297
|
+
freestyle/functions/__init__.pyi,sha256=9cOM7b3iofJ9iwxPhCLMgXwP2_OyFTLJH5eeZus0lWo,49328
|
|
298
|
+
freestyle/predicates/__init__.pyi,sha256=t1r8JMa7NFShRIh63Cu2Kp3iEweFFMP9Un-LOFsJ-v4,14537
|
|
299
|
+
freestyle/shaders/__init__.pyi,sha256=O8QZQc-53Z2_B-A27WvQNIJSi6IdBtSZrZ3RrJxYFY4,24779
|
|
300
|
+
freestyle/types/__init__.pyi,sha256=t-rq4lcXmoZTegzq60rsv5frvDJdlL9FWfvWIqsZxnc,100904
|
|
301
|
+
freestyle/utils/__init__.pyi,sha256=br4lAEPQ8Pxop-fge6JJMaG9zIdEAfMjHeqFcxCqy2U,5355
|
|
302
|
+
freestyle/utils/ContextFunctions/__init__.pyi,sha256=gQon_Xn2j6FNaCOuoH1-X1DvKB8Shiq_5ABzZgSbhU0,3483
|
|
303
|
+
gpu/__init__.pyi,sha256=atemGkManVH5xfnQVd6p3uuOxK9BZ5poHzjULjKYBmc,7885
|
|
304
|
+
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
|
+
gpu/capabilities/__init__.pyi,sha256=iFcnWtuOABssiepS2uwpSGM64G-fuLUIpn8ryZVEOT4,3887
|
|
306
|
+
gpu/matrix/__init__.pyi,sha256=teAdU5THCvjUh34nn9dzEhCwMUno4LbwvW7C-ay62q0,2452
|
|
307
|
+
gpu/platform/__init__.pyi,sha256=1ycbgPqiGH5JZdi7kxM4LYhyLABr6Ks2d5Cp_i59lDA,845
|
|
308
|
+
gpu/select/__init__.pyi,sha256=iP03e_vBZHR2DW7VZd26VUChackTRCwLMDHJ-9zU0xE,213
|
|
309
|
+
gpu/shader/__init__.pyi,sha256=OZtyQzdb6bfT-EESK6Vut4diQ9Ua4PdSZFLogUF05l0,2031
|
|
310
|
+
gpu/state/__init__.pyi,sha256=cJBy-kC6bB8ayqk1DnLg4hH9MhWwTAacPa5HkjrOH7g,4463
|
|
311
|
+
gpu/texture/__init__.pyi,sha256=VGpcPY4DrGapZr7PvEGFJmuWpZDi6H2SezJVG9wtKRI,647
|
|
312
|
+
gpu/types/__init__.pyi,sha256=WGw8xFVIxRWRxDMyw7lsj_vTUtBvDd_qE-fRBKS73sc,27269
|
|
313
|
+
gpu_extras/__init__.pyi,sha256=DiukKgkimHp3wI9nJLQm7lq4_Kz9yWOv-WfSw0juShw,190
|
|
314
|
+
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
315
|
+
gpu_extras/batch/__init__.pyi,sha256=pSjXxvXYqHZRmXRsWyHHcnzRYJjIAHewvQZywDT26rA,664
|
|
316
|
+
gpu_extras/presets/__init__.pyi,sha256=XgZMQrFZNaIA4AzcLx0YQZf3KlTQeip-g8wkAIfPOwQ,1402
|
|
317
|
+
graphviz_export/__init__.pyi,sha256=BW9fvC-HikLFqS28AsqdI0rHyttSDjdqSClCJ3_P7Lk,247
|
|
318
|
+
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
|
+
idprop/__init__.pyi,sha256=ZCmgF0aMyU_mrjTHCvv5iIj1SGLN55tGsakoZFpJrDU,79
|
|
320
|
+
idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
|
+
idprop/types/__init__.pyi,sha256=ouEIGb3UTSI-ZqThZgcSe4ziuiefxrqEqJZkIw_Ga84,1911
|
|
322
|
+
imbuf/__init__.pyi,sha256=O2lA6DUIw0xQNW8KhR53dCT6zo8zJ1TwBU0f8-mBUwY,1073
|
|
323
|
+
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
324
|
+
imbuf/types/__init__.pyi,sha256=P5DffDL17hiLofWUnC6FKnWjghrhOCkzNSMk-Tp-SDE,1242
|
|
325
|
+
keyingsets_builtins/__init__.pyi,sha256=XiyEJeROTAINcVltJAn1XxS-bJwCaIT7MA8Q8iQQ39w,123364
|
|
326
|
+
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
327
|
+
keyingsets_utils/__init__.pyi,sha256=29-o4Z0jsPvFzDCgnpVs0X0DsOhnwgBPTLWNqCR7JP4,1018
|
|
328
|
+
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
|
+
mathutils/__init__.pyi,sha256=cRpCTOUENCzgEJtPwpq00oDhRjIs6mUuJUv-S_XaRBo,73015
|
|
330
|
+
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
|
+
mathutils/bvhtree/__init__.pyi,sha256=RrgYOYYwKzXOiFybC0bhKst_Vo6CVvrePVSTDVaFubI,4292
|
|
332
|
+
mathutils/geometry/__init__.pyi,sha256=o4XFDN_jSGQ5T_XKYhUVpbBTqUSn8jw94Dm9OAPmnHU,19992
|
|
333
|
+
mathutils/interpolate/__init__.pyi,sha256=CvBzpVTIf1rwilMUmdREPUSD5aCKxFEId_SwlpJAGCg,307
|
|
334
|
+
mathutils/kdtree/__init__.pyi,sha256=_UL-5BwRtnqWsqwPuxpx8LARQNb-ZbEY3sGT270F5yg,2120
|
|
335
|
+
mathutils/noise/__init__.pyi,sha256=SVVFZzvVf8Vq6a-4jUeg60UDWSntkfSrAa16uzRKx_4,12542
|
|
336
|
+
nodeitems_builtins/__init__.pyi,sha256=1EhOAQ6LiyweMaGsqrexDFVjEfTZdnIdgGpknRZr-Qo,873
|
|
337
|
+
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
|
+
nodeitems_utils/__init__.pyi,sha256=8UZfhAuOR_ttYfM4dQpjzcgj0UXRO5LyV16fb7xzbpg,897
|
|
339
|
+
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
|
+
rna_info/__init__.pyi,sha256=Gjtmyq7_N3g_4Yb385XtfQ24_4MB7el5QFEK5erl8j4,4328
|
|
341
|
+
rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
342
|
+
rna_keymap_ui/__init__.pyi,sha256=2S2gcWMxCaz1vZ4T_ICoryEZtCsQq_5__e_SDh2gtGA,517
|
|
343
|
+
rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
|
+
rna_prop_ui/__init__.pyi,sha256=aocc621exnNoe1xsfreqjyXBkMwnOYQg0T6rEZga74I,1484
|
|
345
|
+
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
|
+
rna_xml/__init__.pyi,sha256=nx-0SDwy1BN18A51w6wk_CU94wncYOytcdrsTF4_VJQ,638
|
|
347
|
+
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
348
|
+
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
349
|
+
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
|
+
fake_bpy_module-20240517.dist-info/METADATA,sha256=dzFqdfGgaAXOqK2V6autiM4oVd_5XRlgLnbRvMcts-Q,7109
|
|
351
|
+
fake_bpy_module-20240517.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
352
|
+
fake_bpy_module-20240517.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
353
|
+
fake_bpy_module-20240517.dist-info/RECORD,,
|
|
@@ -32,7 +32,7 @@ class ChainPredicateIterator:
|
|
|
32
32
|
bpred: freestyle.types.BinaryPredicate1D,
|
|
33
33
|
restrict_to_selection: bool = True,
|
|
34
34
|
restrict_to_unvisited: bool = True,
|
|
35
|
-
begin:
|
|
35
|
+
begin: freestyle.types.ViewEdge | None = None,
|
|
36
36
|
orientation: bool = True,
|
|
37
37
|
):
|
|
38
38
|
"""Builds a ChainPredicateIterator from a unary predicate, a binary
|
|
@@ -50,7 +50,7 @@ class ChainPredicateIterator:
|
|
|
50
50
|
already been chained must be ignored ot not.
|
|
51
51
|
:type restrict_to_unvisited: bool
|
|
52
52
|
:param begin: The ViewEdge from where to start the iteration.
|
|
53
|
-
:type begin:
|
|
53
|
+
:type begin: freestyle.types.ViewEdge | None
|
|
54
54
|
:param orientation: If true, we'll look for the next ViewEdge among
|
|
55
55
|
the ViewEdges that surround the ending ViewVertex of begin. If
|
|
56
56
|
false, we'll search over the ViewEdges surrounding the ending
|
|
@@ -83,7 +83,7 @@ class ChainSilhouetteIterator:
|
|
|
83
83
|
def __init__(
|
|
84
84
|
self,
|
|
85
85
|
restrict_to_selection: bool = True,
|
|
86
|
-
begin:
|
|
86
|
+
begin: freestyle.types.ViewEdge | None = None,
|
|
87
87
|
orientation: bool = True,
|
|
88
88
|
):
|
|
89
89
|
"""Builds a ChainSilhouetteIterator from the first ViewEdge used for
|
|
@@ -93,7 +93,7 @@ class ChainSilhouetteIterator:
|
|
|
93
93
|
to stay within the set of selected ViewEdges or not.
|
|
94
94
|
:type restrict_to_selection: bool
|
|
95
95
|
:param begin: The ViewEdge from where to start the iteration.
|
|
96
|
-
:type begin:
|
|
96
|
+
:type begin: freestyle.types.ViewEdge | None
|
|
97
97
|
:param orientation: If true, we'll look for the next ViewEdge among
|
|
98
98
|
the ViewEdges that surround the ending ViewVertex of begin. If
|
|
99
99
|
false, we'll search over the ViewEdges surrounding the ending
|
freestyle/shaders/__init__.pyi
CHANGED
|
@@ -83,7 +83,7 @@ class CalligraphicShader:
|
|
|
83
83
|
self,
|
|
84
84
|
thickness_min: float,
|
|
85
85
|
thickness_max: float,
|
|
86
|
-
orientation: typing.
|
|
86
|
+
orientation: typing.Sequence[float] | mathutils.Vector,
|
|
87
87
|
clamp: bool,
|
|
88
88
|
):
|
|
89
89
|
"""Builds a CalligraphicShader object.
|
|
@@ -94,7 +94,7 @@ class CalligraphicShader:
|
|
|
94
94
|
:param thickness_max: The maximum thickness in the main direction.
|
|
95
95
|
:type thickness_max: float
|
|
96
96
|
:param orientation: The 2D vector giving the main direction.
|
|
97
|
-
:type orientation: typing.
|
|
97
|
+
:type orientation: typing.Sequence[float] | mathutils.Vector
|
|
98
98
|
:param clamp: If true, the strokes are drawn in black when the stroke
|
|
99
99
|
direction is between -90 and 90 degrees with respect to the main
|
|
100
100
|
direction and drawn in white otherwise. If false, the strokes
|