fake-bpy-module 20240927__tar.gz → 20240928__tar.gz
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.
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/PKG-INFO +1 -1
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_dopesheet/__init__.pyi +25 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_view3d/__init__.pyi +36 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/anim/__init__.pyi +24 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/grease_pencil/__init__.pyi +20 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/types/__init__.pyi +195 -7
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/typing/__init__.pyi +1 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/README.md +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/aud/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bgl/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/blf/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/console_python/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/freestyle/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/idprop/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/pyproject.toml +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/setup.cfg +0 -0
- {fake_bpy_module-20240927 → fake_bpy_module-20240928}/setup.py +0 -0
|
@@ -40,6 +40,31 @@ class DOPESHEET_HT_header(bpy.types.Header):
|
|
|
40
40
|
:param context:
|
|
41
41
|
"""
|
|
42
42
|
|
|
43
|
+
class DOPESHEET_MT_action(bpy.types.Menu):
|
|
44
|
+
bl_label: typing.Any
|
|
45
|
+
bl_rna: typing.Any
|
|
46
|
+
id_data: typing.Any
|
|
47
|
+
|
|
48
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
:return: The RNA type or default when not found.
|
|
52
|
+
:rtype: bpy.types.Struct
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
:return: The class or default when not found.
|
|
59
|
+
:rtype: typing.Any
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
def draw(self, context):
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
:param context:
|
|
66
|
+
"""
|
|
67
|
+
|
|
43
68
|
class DOPESHEET_MT_channel(bpy.types.Menu):
|
|
44
69
|
bl_label: typing.Any
|
|
45
70
|
bl_rna: typing.Any
|
|
@@ -6508,6 +6508,42 @@ class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel):
|
|
|
6508
6508
|
:param context:
|
|
6509
6509
|
"""
|
|
6510
6510
|
|
|
6511
|
+
class VIEW3D_PT_overlay_grease_pencil_canvas_options(bpy.types.Panel):
|
|
6512
|
+
bl_label: typing.Any
|
|
6513
|
+
bl_parent_id: typing.Any
|
|
6514
|
+
bl_region_type: typing.Any
|
|
6515
|
+
bl_rna: typing.Any
|
|
6516
|
+
bl_space_type: typing.Any
|
|
6517
|
+
bl_ui_units_x: typing.Any
|
|
6518
|
+
id_data: typing.Any
|
|
6519
|
+
|
|
6520
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
6521
|
+
"""
|
|
6522
|
+
|
|
6523
|
+
:return: The RNA type or default when not found.
|
|
6524
|
+
:rtype: bpy.types.Struct
|
|
6525
|
+
"""
|
|
6526
|
+
|
|
6527
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6528
|
+
"""
|
|
6529
|
+
|
|
6530
|
+
:return: The class or default when not found.
|
|
6531
|
+
:rtype: typing.Any
|
|
6532
|
+
"""
|
|
6533
|
+
|
|
6534
|
+
def draw(self, context):
|
|
6535
|
+
"""
|
|
6536
|
+
|
|
6537
|
+
:param context:
|
|
6538
|
+
"""
|
|
6539
|
+
|
|
6540
|
+
@classmethod
|
|
6541
|
+
def poll(cls, context):
|
|
6542
|
+
"""
|
|
6543
|
+
|
|
6544
|
+
:param context:
|
|
6545
|
+
"""
|
|
6546
|
+
|
|
6511
6547
|
class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel):
|
|
6512
6548
|
bl_label: typing.Any
|
|
6513
6549
|
bl_region_type: typing.Any
|
|
@@ -857,6 +857,30 @@ def scene_range_frame(
|
|
|
857
857
|
:type undo: bool | None
|
|
858
858
|
"""
|
|
859
859
|
|
|
860
|
+
def separate_slots(
|
|
861
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
862
|
+
execution_context: int | str | None = None,
|
|
863
|
+
undo: bool | None = None,
|
|
864
|
+
):
|
|
865
|
+
"""Move all slots of the action on the active object into newly created, separate actions. All users of those slots will be reassigned to the new actions. The current action won't be deleted but will be empty and might end up having zero users
|
|
866
|
+
|
|
867
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
868
|
+
:type execution_context: int | str | None
|
|
869
|
+
:type undo: bool | None
|
|
870
|
+
"""
|
|
871
|
+
|
|
872
|
+
def slot_channels_move_to_new_action(
|
|
873
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
874
|
+
execution_context: int | str | None = None,
|
|
875
|
+
undo: bool | None = None,
|
|
876
|
+
):
|
|
877
|
+
"""Move the selected slots into a newly created action
|
|
878
|
+
|
|
879
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
880
|
+
:type execution_context: int | str | None
|
|
881
|
+
:type undo: bool | None
|
|
882
|
+
"""
|
|
883
|
+
|
|
860
884
|
def slot_new_for_id(
|
|
861
885
|
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
862
886
|
execution_context: int | str | None = None,
|
|
@@ -1267,6 +1267,26 @@ def select_random(
|
|
|
1267
1267
|
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
1268
1268
|
"""
|
|
1269
1269
|
|
|
1270
|
+
def select_similar(
|
|
1271
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1272
|
+
execution_context: int | str | None = None,
|
|
1273
|
+
undo: bool | None = None,
|
|
1274
|
+
*,
|
|
1275
|
+
mode: typing.Literal["LAYER", "MATERIAL", "VERTEX_COLOR", "RADIUS", "OPACITY"]
|
|
1276
|
+
| None = "LAYER",
|
|
1277
|
+
threshold: float | None = 0.1,
|
|
1278
|
+
):
|
|
1279
|
+
"""Select all strokes with similar characteristics
|
|
1280
|
+
|
|
1281
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1282
|
+
:type execution_context: int | str | None
|
|
1283
|
+
:type undo: bool | None
|
|
1284
|
+
:param mode: Mode
|
|
1285
|
+
:type mode: typing.Literal['LAYER','MATERIAL','VERTEX_COLOR','RADIUS','OPACITY'] | None
|
|
1286
|
+
:param threshold: Threshold
|
|
1287
|
+
:type threshold: float | None
|
|
1288
|
+
"""
|
|
1289
|
+
|
|
1270
1290
|
def separate(
|
|
1271
1291
|
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1272
1292
|
execution_context: int | str | None = None,
|
|
@@ -30645,6 +30645,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
30645
30645
|
* GeometryNodeMenuSwitch.output_template
|
|
30646
30646
|
* GeometryNodeMergeByDistance.input_template
|
|
30647
30647
|
* GeometryNodeMergeByDistance.output_template
|
|
30648
|
+
* GeometryNodeMergeLayers.input_template
|
|
30649
|
+
* GeometryNodeMergeLayers.output_template
|
|
30648
30650
|
* GeometryNodeMeshBoolean.input_template
|
|
30649
30651
|
* GeometryNodeMeshBoolean.output_template
|
|
30650
30652
|
* GeometryNodeMeshCircle.input_template
|
|
@@ -61417,6 +61419,99 @@ print(positions_data)
|
|
|
61417
61419
|
:columns: 2
|
|
61418
61420
|
|
|
61419
61421
|
|
|
61422
|
+
--------------------
|
|
61423
|
+
|
|
61424
|
+
* bpy_struct.id_data
|
|
61425
|
+
* Node.type
|
|
61426
|
+
* Node.location
|
|
61427
|
+
* Node.width
|
|
61428
|
+
* Node.height
|
|
61429
|
+
* Node.dimensions
|
|
61430
|
+
* Node.name
|
|
61431
|
+
* Node.label
|
|
61432
|
+
* Node.inputs
|
|
61433
|
+
* Node.outputs
|
|
61434
|
+
* Node.internal_links
|
|
61435
|
+
* Node.parent
|
|
61436
|
+
* Node.warning_propagation
|
|
61437
|
+
* Node.use_custom_color
|
|
61438
|
+
* Node.color
|
|
61439
|
+
* Node.select
|
|
61440
|
+
* Node.show_options
|
|
61441
|
+
* Node.show_preview
|
|
61442
|
+
* Node.hide
|
|
61443
|
+
* Node.mute
|
|
61444
|
+
* Node.show_texture
|
|
61445
|
+
* Node.bl_idname
|
|
61446
|
+
* Node.bl_label
|
|
61447
|
+
* Node.bl_description
|
|
61448
|
+
* Node.bl_icon
|
|
61449
|
+
* Node.bl_static_type
|
|
61450
|
+
* Node.bl_width_default
|
|
61451
|
+
* Node.bl_width_min
|
|
61452
|
+
* Node.bl_width_max
|
|
61453
|
+
* Node.bl_height_default
|
|
61454
|
+
* Node.bl_height_min
|
|
61455
|
+
* Node.bl_height_max
|
|
61456
|
+
|
|
61457
|
+
:columns: 2
|
|
61458
|
+
|
|
61459
|
+
|
|
61460
|
+
--------------------
|
|
61461
|
+
|
|
61462
|
+
* bpy_struct.as_pointer
|
|
61463
|
+
* bpy_struct.driver_add
|
|
61464
|
+
* bpy_struct.driver_remove
|
|
61465
|
+
* bpy_struct.get
|
|
61466
|
+
* bpy_struct.id_properties_clear
|
|
61467
|
+
* bpy_struct.id_properties_ensure
|
|
61468
|
+
* bpy_struct.id_properties_ui
|
|
61469
|
+
* bpy_struct.is_property_hidden
|
|
61470
|
+
* bpy_struct.is_property_overridable_library
|
|
61471
|
+
* bpy_struct.is_property_readonly
|
|
61472
|
+
* bpy_struct.is_property_set
|
|
61473
|
+
* bpy_struct.items
|
|
61474
|
+
* bpy_struct.keyframe_delete
|
|
61475
|
+
* bpy_struct.keyframe_insert
|
|
61476
|
+
* bpy_struct.keys
|
|
61477
|
+
* bpy_struct.path_from_id
|
|
61478
|
+
* bpy_struct.path_resolve
|
|
61479
|
+
* bpy_struct.pop
|
|
61480
|
+
* bpy_struct.property_overridable_library_set
|
|
61481
|
+
* bpy_struct.property_unset
|
|
61482
|
+
* bpy_struct.type_recast
|
|
61483
|
+
* bpy_struct.values
|
|
61484
|
+
* Node.socket_value_update
|
|
61485
|
+
* Node.is_registered_node_type
|
|
61486
|
+
* Node.poll
|
|
61487
|
+
* Node.poll_instance
|
|
61488
|
+
* Node.update
|
|
61489
|
+
* Node.insert_link
|
|
61490
|
+
* Node.init
|
|
61491
|
+
* Node.copy
|
|
61492
|
+
* Node.free
|
|
61493
|
+
* Node.draw_buttons
|
|
61494
|
+
* Node.draw_buttons_ext
|
|
61495
|
+
* Node.draw_label
|
|
61496
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
61497
|
+
* Node.debug_zone_lazy_function_graph
|
|
61498
|
+
* Node.poll
|
|
61499
|
+
* Node.bl_rna_get_subclass
|
|
61500
|
+
* Node.bl_rna_get_subclass_py
|
|
61501
|
+
* NodeInternal.poll
|
|
61502
|
+
* NodeInternal.poll_instance
|
|
61503
|
+
* NodeInternal.update
|
|
61504
|
+
* NodeInternal.draw_buttons
|
|
61505
|
+
* NodeInternal.draw_buttons_ext
|
|
61506
|
+
* NodeInternal.bl_rna_get_subclass
|
|
61507
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
61508
|
+
* GeometryNode.poll
|
|
61509
|
+
* GeometryNode.bl_rna_get_subclass
|
|
61510
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
61511
|
+
|
|
61512
|
+
:columns: 2
|
|
61513
|
+
|
|
61514
|
+
|
|
61420
61515
|
--------------------
|
|
61421
61516
|
|
|
61422
61517
|
* bpy_struct.id_data
|
|
@@ -102963,7 +103058,7 @@ class AttributeGroupCurves(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
102963
103058
|
"""
|
|
102964
103059
|
|
|
102965
103060
|
active_index: int | None
|
|
102966
|
-
""" Active attribute index
|
|
103061
|
+
""" Active attribute index or -1 when none are active
|
|
102967
103062
|
|
|
102968
103063
|
:type: int | None
|
|
102969
103064
|
"""
|
|
@@ -103034,7 +103129,7 @@ class AttributeGroupGreasePencil(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
103034
103129
|
"""
|
|
103035
103130
|
|
|
103036
103131
|
active_index: int | None
|
|
103037
|
-
""" Active attribute index
|
|
103132
|
+
""" Active attribute index or -1 when none are active
|
|
103038
103133
|
|
|
103039
103134
|
:type: int | None
|
|
103040
103135
|
"""
|
|
@@ -103105,7 +103200,7 @@ class AttributeGroupGreasePencilDrawing(bpy_prop_collection[Attribute], bpy_stru
|
|
|
103105
103200
|
"""
|
|
103106
103201
|
|
|
103107
103202
|
active_index: int | None
|
|
103108
|
-
""" Active attribute index
|
|
103203
|
+
""" Active attribute index or -1 when none are active
|
|
103109
103204
|
|
|
103110
103205
|
:type: int | None
|
|
103111
103206
|
"""
|
|
@@ -103194,7 +103289,7 @@ class AttributeGroupMesh(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
103194
103289
|
"""
|
|
103195
103290
|
|
|
103196
103291
|
active_index: int | None
|
|
103197
|
-
""" Active attribute index
|
|
103292
|
+
""" Active attribute index or -1 when none are active
|
|
103198
103293
|
|
|
103199
103294
|
:type: int | None
|
|
103200
103295
|
"""
|
|
@@ -103277,7 +103372,7 @@ class AttributeGroupPointCloud(bpy_prop_collection[Attribute], bpy_struct):
|
|
|
103277
103372
|
"""
|
|
103278
103373
|
|
|
103279
103374
|
active_index: int | None
|
|
103280
|
-
""" Active attribute index
|
|
103375
|
+
""" Active attribute index or -1 when none are active
|
|
103281
103376
|
|
|
103282
103377
|
:type: int | None
|
|
103283
103378
|
"""
|
|
@@ -145592,10 +145687,10 @@ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
145592
145687
|
class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
145593
145688
|
"""Generate an arbitrary number copies of each selected input element"""
|
|
145594
145689
|
|
|
145595
|
-
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "INSTANCE"]
|
|
145690
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
145596
145691
|
""" Which domain to duplicate
|
|
145597
145692
|
|
|
145598
|
-
:type: typing.Literal['POINT','EDGE','FACE','SPLINE','INSTANCE']
|
|
145693
|
+
:type: typing.Literal['POINT','EDGE','FACE','SPLINE','LAYER','INSTANCE']
|
|
145599
145694
|
"""
|
|
145600
145695
|
|
|
145601
145696
|
@classmethod
|
|
@@ -149525,6 +149620,65 @@ class GeometryNodeMergeByDistance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
149525
149620
|
:rtype: typing.Any
|
|
149526
149621
|
"""
|
|
149527
149622
|
|
|
149623
|
+
class GeometryNodeMergeLayers(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
149624
|
+
"""Join groups of grease pencil layers into one"""
|
|
149625
|
+
|
|
149626
|
+
mode: typing.Literal["MERGE_BY_NAME", "MERGE_BY_ID"]
|
|
149627
|
+
""" Determines how to choose which layers are merged
|
|
149628
|
+
|
|
149629
|
+
:type: typing.Literal['MERGE_BY_NAME','MERGE_BY_ID']
|
|
149630
|
+
"""
|
|
149631
|
+
|
|
149632
|
+
@classmethod
|
|
149633
|
+
def is_registered_node_type(cls) -> bool:
|
|
149634
|
+
"""True if a registered node type
|
|
149635
|
+
|
|
149636
|
+
:return: Result
|
|
149637
|
+
:rtype: bool
|
|
149638
|
+
"""
|
|
149639
|
+
|
|
149640
|
+
@classmethod
|
|
149641
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
149642
|
+
"""Input socket template
|
|
149643
|
+
|
|
149644
|
+
:param index: Index
|
|
149645
|
+
:type index: int | None
|
|
149646
|
+
:return: result
|
|
149647
|
+
:rtype: NodeInternalSocketTemplate
|
|
149648
|
+
"""
|
|
149649
|
+
|
|
149650
|
+
@classmethod
|
|
149651
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
149652
|
+
"""Output socket template
|
|
149653
|
+
|
|
149654
|
+
:param index: Index
|
|
149655
|
+
:type index: int | None
|
|
149656
|
+
:return: result
|
|
149657
|
+
:rtype: NodeInternalSocketTemplate
|
|
149658
|
+
"""
|
|
149659
|
+
|
|
149660
|
+
@classmethod
|
|
149661
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
149662
|
+
"""
|
|
149663
|
+
|
|
149664
|
+
:param id: The RNA type identifier.
|
|
149665
|
+
:type id: str | None
|
|
149666
|
+
:param default:
|
|
149667
|
+
:return: The RNA type or default when not found.
|
|
149668
|
+
:rtype: Struct
|
|
149669
|
+
"""
|
|
149670
|
+
|
|
149671
|
+
@classmethod
|
|
149672
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
149673
|
+
"""
|
|
149674
|
+
|
|
149675
|
+
:param id: The RNA type identifier.
|
|
149676
|
+
:type id: str | None
|
|
149677
|
+
:param default:
|
|
149678
|
+
:return: The class or default when not found.
|
|
149679
|
+
:rtype: typing.Any
|
|
149680
|
+
"""
|
|
149681
|
+
|
|
149528
149682
|
class GeometryNodeMeshBoolean(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
149529
149683
|
"""Cut, subtract, or join multiple mesh inputs"""
|
|
149530
149684
|
|
|
@@ -154250,6 +154404,12 @@ class GeometryNodeToolSetSelection(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
154250
154404
|
:type: bpy.typing.AttributeDomainPointEdgeFaceCurveItems
|
|
154251
154405
|
"""
|
|
154252
154406
|
|
|
154407
|
+
selection_type: typing.Literal["BOOLEAN", "FLOAT"]
|
|
154408
|
+
"""
|
|
154409
|
+
|
|
154410
|
+
:type: typing.Literal['BOOLEAN','FLOAT']
|
|
154411
|
+
"""
|
|
154412
|
+
|
|
154253
154413
|
@classmethod
|
|
154254
154414
|
def is_registered_node_type(cls) -> bool:
|
|
154255
154415
|
"""True if a registered node type
|
|
@@ -224760,12 +224920,36 @@ class View3DOverlay(bpy_struct):
|
|
|
224760
224920
|
:type: float
|
|
224761
224921
|
"""
|
|
224762
224922
|
|
|
224923
|
+
gpencil_grid_color: mathutils.Color
|
|
224924
|
+
""" Canvas grid color
|
|
224925
|
+
|
|
224926
|
+
:type: mathutils.Color
|
|
224927
|
+
"""
|
|
224928
|
+
|
|
224929
|
+
gpencil_grid_offset: bpy_prop_array[float]
|
|
224930
|
+
""" Canvas grid offset
|
|
224931
|
+
|
|
224932
|
+
:type: bpy_prop_array[float]
|
|
224933
|
+
"""
|
|
224934
|
+
|
|
224763
224935
|
gpencil_grid_opacity: float
|
|
224764
224936
|
""" Canvas grid opacity
|
|
224765
224937
|
|
|
224766
224938
|
:type: float
|
|
224767
224939
|
"""
|
|
224768
224940
|
|
|
224941
|
+
gpencil_grid_scale: mathutils.Vector
|
|
224942
|
+
""" Canvas grid scale
|
|
224943
|
+
|
|
224944
|
+
:type: mathutils.Vector
|
|
224945
|
+
"""
|
|
224946
|
+
|
|
224947
|
+
gpencil_grid_subdivisions: int
|
|
224948
|
+
""" Canvas grid subdivisions
|
|
224949
|
+
|
|
224950
|
+
:type: int
|
|
224951
|
+
"""
|
|
224952
|
+
|
|
224769
224953
|
gpencil_vertex_paint_opacity: float
|
|
224770
224954
|
""" Vertex Paint mix factor
|
|
224771
224955
|
|
|
@@ -230278,6 +230462,8 @@ DATA_UL_bone_collections: bl_ui.properties_data_armature.DATA_UL_bone_collection
|
|
|
230278
230462
|
|
|
230279
230463
|
DOPESHEET_HT_header: bl_ui.space_dopesheet.DOPESHEET_HT_header
|
|
230280
230464
|
|
|
230465
|
+
DOPESHEET_MT_action: bl_ui.space_dopesheet.DOPESHEET_MT_action
|
|
230466
|
+
|
|
230281
230467
|
DOPESHEET_MT_channel: bl_ui.space_dopesheet.DOPESHEET_MT_channel
|
|
230282
230468
|
|
|
230283
230469
|
DOPESHEET_MT_channel_context_menu: bl_ui.space_dopesheet.DOPESHEET_MT_channel_context_menu
|
|
@@ -232828,6 +233014,8 @@ VIEW3D_PT_overlay_geometry: bl_ui.space_view3d.VIEW3D_PT_overlay_geometry
|
|
|
232828
233014
|
|
|
232829
233015
|
VIEW3D_PT_overlay_gpencil_options: bl_ui.space_view3d.VIEW3D_PT_overlay_gpencil_options
|
|
232830
233016
|
|
|
233017
|
+
VIEW3D_PT_overlay_grease_pencil_canvas_options: bl_ui.space_view3d.VIEW3D_PT_overlay_grease_pencil_canvas_options
|
|
233018
|
+
|
|
232831
233019
|
VIEW3D_PT_overlay_grease_pencil_options: bl_ui.space_view3d.VIEW3D_PT_overlay_grease_pencil_options
|
|
232832
233020
|
|
|
232833
233021
|
VIEW3D_PT_overlay_guides: bl_ui.space_view3d.VIEW3D_PT_overlay_guides
|
|
@@ -982,6 +982,7 @@ type IconItems = typing.Literal[
|
|
|
982
982
|
"FCURVE", # FCURVE.
|
|
983
983
|
"FILE", # FILE.
|
|
984
984
|
"GREASEPENCIL", # GREASEPENCIL.
|
|
985
|
+
"GREASEPENCIL_LAYER_GROUP", # GREASEPENCIL_LAYER_GROUP.
|
|
985
986
|
"GROUP_BONE", # GROUP_BONE.
|
|
986
987
|
"GROUP_UVS", # GROUP_UVS.
|
|
987
988
|
"GROUP_VCOL", # GROUP_VCOL.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/freedesktop/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/grease_pencil/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/_bpy_internal/system_info/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_console_utils/autocomplete/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_i18n_utils/bl_extract_messages/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/keymap_hierarchy/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/platform_helpers/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_keymap_utils/versioning/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/add_mesh_torus/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/bmesh/find_adjacent/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/bone_selection_sets/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/connect_to_output/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/geometry_nodes/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240927 → fake_bpy_module-20240928}/bl_operators/image_as_planes/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|