fake-bpy-module-latest 20251001__tar.gz → 20251003__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.
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/PKG-INFO +1 -1
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/anim/__init__.pyi +7 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/node_add_menu_compositor/__init__.pyi +58 -2
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/node_add_menu_geometry/__init__.pyi +28 -28
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/node_add_menu_shader/__init__.pyi +11 -9
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_paint_common/__init__.pyi +0 -5
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_node/__init__.pyi +2 -35
- fake_bpy_module_latest-20251003/bl_ui/space_time/__init__.pyi +139 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/types/__init__.pyi +98 -225
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/app/__init__.pyi +3 -3
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/node/__init__.pyi +48 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/render/__init__.pyi +6 -6
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/sequencer/__init__.pyi +2 -10
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/wm/__init__.pyi +107 -12
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/stub_internal/rna_enums/__init__.pyi +4 -5
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/types/__init__.pyi +5205 -1721
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/anim_utils/__init__.pyi +13 -9
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/fake_bpy_module_latest.egg-info/PKG-INFO +1 -1
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/types/__init__.pyi +95 -95
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/geometry/__init__.pyi +22 -3
- fake_bpy_module_latest-20251001/bl_ui/space_time/__init__.pyi +0 -215
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/README.md +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_blendfile_header/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_blendfile_header/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/assets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/assets/remote_library_listing/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_types/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/_bpy_types/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/addon_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/aud/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/aud/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_override/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_templates_system/Storyboarding/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_templates_system/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_app_templates_system/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_math/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/blend_render_info/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/blf/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/blf/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/pointcloud/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/stub_internal/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/console_python/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/console_python/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/console_shell/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/fake_bpy_module_latest.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/fake_bpy_module_latest.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/fake_bpy_module_latest.egg-info/top_level.txt +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/gpu_extras/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/graphviz_export/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/idprop/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/idprop/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/imbuf/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/mathutils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/pyproject.toml +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_info/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/rna_xml/py.typed +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/setup.cfg +0 -0
- {fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/setup.py +0 -0
|
@@ -83,10 +83,10 @@ class NODE_MT_compositor_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
83
83
|
:rtype: typing.Any
|
|
84
84
|
"""
|
|
85
85
|
|
|
86
|
-
def draw(self,
|
|
86
|
+
def draw(self, context) -> None:
|
|
87
87
|
"""
|
|
88
88
|
|
|
89
|
-
:param
|
|
89
|
+
:param context:
|
|
90
90
|
"""
|
|
91
91
|
|
|
92
92
|
class NODE_MT_compositor_node_color_mix_base(bl_ui.node_add_menu.NodeMenu):
|
|
@@ -117,6 +117,33 @@ class NODE_MT_compositor_node_color_mix_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
117
117
|
:param context:
|
|
118
118
|
"""
|
|
119
119
|
|
|
120
|
+
class NODE_MT_compositor_node_creative_base(bl_ui.node_add_menu.NodeMenu):
|
|
121
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
122
|
+
|
|
123
|
+
bl_label: typing.Any
|
|
124
|
+
bl_rna: typing.Any
|
|
125
|
+
id_data: typing.Any
|
|
126
|
+
|
|
127
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
:return: The RNA type or default when not found.
|
|
131
|
+
:rtype: bpy.types.Struct
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
135
|
+
"""
|
|
136
|
+
|
|
137
|
+
:return: The class or default when not found.
|
|
138
|
+
:rtype: typing.Any
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
def draw(self, _context) -> None:
|
|
142
|
+
"""
|
|
143
|
+
|
|
144
|
+
:param _context:
|
|
145
|
+
"""
|
|
146
|
+
|
|
120
147
|
class NODE_MT_compositor_node_filter_base(bl_ui.node_add_menu.NodeMenu):
|
|
121
148
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
122
149
|
|
|
@@ -309,6 +336,34 @@ class NODE_MT_compositor_node_mask_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
309
336
|
:param _context:
|
|
310
337
|
"""
|
|
311
338
|
|
|
339
|
+
class NODE_MT_compositor_node_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
340
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
341
|
+
|
|
342
|
+
bl_label: typing.Any
|
|
343
|
+
bl_rna: typing.Any
|
|
344
|
+
id_data: typing.Any
|
|
345
|
+
menu_path: typing.Any
|
|
346
|
+
|
|
347
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
348
|
+
"""
|
|
349
|
+
|
|
350
|
+
:return: The RNA type or default when not found.
|
|
351
|
+
:rtype: bpy.types.Struct
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
355
|
+
"""
|
|
356
|
+
|
|
357
|
+
:return: The class or default when not found.
|
|
358
|
+
:rtype: typing.Any
|
|
359
|
+
"""
|
|
360
|
+
|
|
361
|
+
def draw(self, context) -> None:
|
|
362
|
+
"""
|
|
363
|
+
|
|
364
|
+
:param context:
|
|
365
|
+
"""
|
|
366
|
+
|
|
312
367
|
class NODE_MT_compositor_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
313
368
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
314
369
|
|
|
@@ -451,6 +506,7 @@ class NODE_MT_compositor_node_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
451
506
|
bl_label: typing.Any
|
|
452
507
|
bl_rna: typing.Any
|
|
453
508
|
id_data: typing.Any
|
|
509
|
+
menu_path: typing.Any
|
|
454
510
|
|
|
455
511
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
456
512
|
"""
|
|
@@ -116,6 +116,33 @@ class NODE_MT_gn_attribute_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
116
116
|
:param _context:
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
|
+
class NODE_MT_gn_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
120
|
+
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
121
|
+
|
|
122
|
+
bl_label: typing.Any
|
|
123
|
+
bl_rna: typing.Any
|
|
124
|
+
id_data: typing.Any
|
|
125
|
+
|
|
126
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
:return: The RNA type or default when not found.
|
|
130
|
+
:rtype: bpy.types.Struct
|
|
131
|
+
"""
|
|
132
|
+
|
|
133
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
:return: The class or default when not found.
|
|
137
|
+
:rtype: typing.Any
|
|
138
|
+
"""
|
|
139
|
+
|
|
140
|
+
def draw(self, context) -> None:
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
:param context:
|
|
144
|
+
"""
|
|
145
|
+
|
|
119
146
|
class NODE_MT_gn_curve_base(bl_ui.node_add_menu.NodeMenu):
|
|
120
147
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
121
148
|
|
|
@@ -762,6 +789,7 @@ class NODE_MT_gn_material_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
762
789
|
bl_label: typing.Any
|
|
763
790
|
bl_rna: typing.Any
|
|
764
791
|
id_data: typing.Any
|
|
792
|
+
menu_path: typing.Any
|
|
765
793
|
|
|
766
794
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
767
795
|
"""
|
|
@@ -1141,34 +1169,6 @@ class NODE_MT_gn_utilities_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
1141
1169
|
:param context:
|
|
1142
1170
|
"""
|
|
1143
1171
|
|
|
1144
|
-
class NODE_MT_gn_utilities_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
1145
|
-
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1146
|
-
|
|
1147
|
-
bl_label: typing.Any
|
|
1148
|
-
bl_rna: typing.Any
|
|
1149
|
-
id_data: typing.Any
|
|
1150
|
-
menu_path: typing.Any
|
|
1151
|
-
|
|
1152
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1153
|
-
"""
|
|
1154
|
-
|
|
1155
|
-
:return: The RNA type or default when not found.
|
|
1156
|
-
:rtype: bpy.types.Struct
|
|
1157
|
-
"""
|
|
1158
|
-
|
|
1159
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1160
|
-
"""
|
|
1161
|
-
|
|
1162
|
-
:return: The class or default when not found.
|
|
1163
|
-
:rtype: typing.Any
|
|
1164
|
-
"""
|
|
1165
|
-
|
|
1166
|
-
def draw(self, context) -> None:
|
|
1167
|
-
"""
|
|
1168
|
-
|
|
1169
|
-
:param context:
|
|
1170
|
-
"""
|
|
1171
|
-
|
|
1172
1172
|
class NODE_MT_gn_utilities_deprecated_base(bl_ui.node_add_menu.NodeMenu):
|
|
1173
1173
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
1174
1174
|
|
|
@@ -61,7 +61,7 @@ class NODE_MT_shader_node_color_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
61
61
|
:param context:
|
|
62
62
|
"""
|
|
63
63
|
|
|
64
|
-
class
|
|
64
|
+
class NODE_MT_shader_node_displacement_base(bl_ui.node_add_menu.NodeMenu):
|
|
65
65
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
66
66
|
|
|
67
67
|
bl_label: typing.Any
|
|
@@ -82,10 +82,10 @@ class NODE_MT_shader_node_converter_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
82
82
|
:rtype: typing.Any
|
|
83
83
|
"""
|
|
84
84
|
|
|
85
|
-
def draw(self,
|
|
85
|
+
def draw(self, _context) -> None:
|
|
86
86
|
"""
|
|
87
87
|
|
|
88
|
-
:param
|
|
88
|
+
:param _context:
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
91
|
class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
@@ -115,12 +115,13 @@ class NODE_MT_shader_node_input_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
115
115
|
:param context:
|
|
116
116
|
"""
|
|
117
117
|
|
|
118
|
-
class
|
|
118
|
+
class NODE_MT_shader_node_math_base(bl_ui.node_add_menu.NodeMenu):
|
|
119
119
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
120
120
|
|
|
121
121
|
bl_label: typing.Any
|
|
122
122
|
bl_rna: typing.Any
|
|
123
123
|
id_data: typing.Any
|
|
124
|
+
menu_path: typing.Any
|
|
124
125
|
|
|
125
126
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
126
127
|
"""
|
|
@@ -142,7 +143,7 @@ class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
142
143
|
:param context:
|
|
143
144
|
"""
|
|
144
145
|
|
|
145
|
-
class
|
|
146
|
+
class NODE_MT_shader_node_output_base(bl_ui.node_add_menu.NodeMenu):
|
|
146
147
|
"""A baseclass defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
147
148
|
|
|
148
149
|
bl_label: typing.Any
|
|
@@ -163,10 +164,10 @@ class NODE_MT_shader_node_script_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
163
164
|
:rtype: typing.Any
|
|
164
165
|
"""
|
|
165
166
|
|
|
166
|
-
def draw(self,
|
|
167
|
+
def draw(self, context) -> None:
|
|
167
168
|
"""
|
|
168
169
|
|
|
169
|
-
:param
|
|
170
|
+
:param context:
|
|
170
171
|
"""
|
|
171
172
|
|
|
172
173
|
class NODE_MT_shader_node_shader_base(bl_ui.node_add_menu.NodeMenu):
|
|
@@ -256,6 +257,7 @@ class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
256
257
|
bl_label: typing.Any
|
|
257
258
|
bl_rna: typing.Any
|
|
258
259
|
id_data: typing.Any
|
|
260
|
+
menu_path: typing.Any
|
|
259
261
|
|
|
260
262
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
261
263
|
"""
|
|
@@ -271,10 +273,10 @@ class NODE_MT_shader_node_vector_base(bl_ui.node_add_menu.NodeMenu):
|
|
|
271
273
|
:rtype: typing.Any
|
|
272
274
|
"""
|
|
273
275
|
|
|
274
|
-
def draw(self,
|
|
276
|
+
def draw(self, context) -> None:
|
|
275
277
|
"""
|
|
276
278
|
|
|
277
|
-
:param
|
|
279
|
+
:param context:
|
|
278
280
|
"""
|
|
279
281
|
|
|
280
282
|
def cycles_shader_nodes_poll(context) -> None: ...
|
|
@@ -96,7 +96,6 @@ class UnifiedPaintPanel:
|
|
|
96
96
|
unified_name=None,
|
|
97
97
|
pressure_name=None,
|
|
98
98
|
curve_visibility_name=None,
|
|
99
|
-
icon="NONE",
|
|
100
99
|
text=None,
|
|
101
100
|
slider=False,
|
|
102
101
|
header=False,
|
|
@@ -113,7 +112,6 @@ class UnifiedPaintPanel:
|
|
|
113
112
|
:param unified_name:
|
|
114
113
|
:param pressure_name:
|
|
115
114
|
:param curve_visibility_name:
|
|
116
|
-
:param icon:
|
|
117
115
|
:param text:
|
|
118
116
|
:param slider:
|
|
119
117
|
:param header:
|
|
@@ -344,9 +342,6 @@ class TextureMaskPanel(BrushPanel):
|
|
|
344
342
|
"""
|
|
345
343
|
|
|
346
344
|
def brush_basic__draw_color_selector(context, layout, brush, gp_settings) -> None: ...
|
|
347
|
-
def brush_basic_gpencil_vertex_settings(
|
|
348
|
-
layout, context, brush, *, compact=False
|
|
349
|
-
) -> None: ...
|
|
350
345
|
def brush_basic_grease_pencil_paint_settings(
|
|
351
346
|
layout, context, brush, props, *, compact=False
|
|
352
347
|
) -> None: ...
|
{fake_bpy_module_latest-20251001 → fake_bpy_module_latest-20251003}/bl_ui/space_node/__init__.pyi
RENAMED
|
@@ -813,41 +813,7 @@ class NODE_PT_node_tree_animation(_bpy_types.Panel):
|
|
|
813
813
|
bl_category: typing.Any
|
|
814
814
|
bl_label: typing.Any
|
|
815
815
|
bl_options: typing.Any
|
|
816
|
-
|
|
817
|
-
bl_rna: typing.Any
|
|
818
|
-
bl_space_type: typing.Any
|
|
819
|
-
id_data: typing.Any
|
|
820
|
-
|
|
821
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
822
|
-
"""
|
|
823
|
-
|
|
824
|
-
:return: The RNA type or default when not found.
|
|
825
|
-
:rtype: bpy.types.Struct
|
|
826
|
-
"""
|
|
827
|
-
|
|
828
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
829
|
-
"""
|
|
830
|
-
|
|
831
|
-
:return: The class or default when not found.
|
|
832
|
-
:rtype: typing.Any
|
|
833
|
-
"""
|
|
834
|
-
|
|
835
|
-
def draw(self, context) -> None:
|
|
836
|
-
"""
|
|
837
|
-
|
|
838
|
-
:param context:
|
|
839
|
-
"""
|
|
840
|
-
|
|
841
|
-
@classmethod
|
|
842
|
-
def poll(cls, context) -> None:
|
|
843
|
-
"""
|
|
844
|
-
|
|
845
|
-
:param context:
|
|
846
|
-
"""
|
|
847
|
-
|
|
848
|
-
class NODE_PT_node_tree_interface(_bpy_types.Panel):
|
|
849
|
-
bl_category: typing.Any
|
|
850
|
-
bl_label: typing.Any
|
|
816
|
+
bl_order: typing.Any
|
|
851
817
|
bl_region_type: typing.Any
|
|
852
818
|
bl_rna: typing.Any
|
|
853
819
|
bl_space_type: typing.Any
|
|
@@ -883,6 +849,7 @@ class NODE_PT_node_tree_interface(_bpy_types.Panel):
|
|
|
883
849
|
class NODE_PT_node_tree_properties(_bpy_types.Panel):
|
|
884
850
|
bl_category: typing.Any
|
|
885
851
|
bl_label: typing.Any
|
|
852
|
+
bl_order: typing.Any
|
|
886
853
|
bl_region_type: typing.Any
|
|
887
854
|
bl_rna: typing.Any
|
|
888
855
|
bl_space_type: typing.Any
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
6
|
+
import bpy.types
|
|
7
|
+
|
|
8
|
+
class TIME_PT_auto_keyframing(TimelinePanelButtons, _bpy_types.Panel):
|
|
9
|
+
bl_label: typing.Any
|
|
10
|
+
bl_options: typing.Any
|
|
11
|
+
bl_region_type: typing.Any
|
|
12
|
+
bl_rna: typing.Any
|
|
13
|
+
bl_space_type: typing.Any
|
|
14
|
+
bl_ui_units_x: typing.Any
|
|
15
|
+
id_data: typing.Any
|
|
16
|
+
|
|
17
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
:return: The RNA type or default when not found.
|
|
21
|
+
:rtype: bpy.types.Struct
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
:return: The class or default when not found.
|
|
28
|
+
:rtype: typing.Any
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
def draw(self, context) -> None:
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
:param context:
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
class TIME_PT_keyframing_settings(TimelinePanelButtons, _bpy_types.Panel):
|
|
38
|
+
bl_description: typing.Any
|
|
39
|
+
bl_label: typing.Any
|
|
40
|
+
bl_options: typing.Any
|
|
41
|
+
bl_region_type: typing.Any
|
|
42
|
+
bl_rna: typing.Any
|
|
43
|
+
bl_space_type: typing.Any
|
|
44
|
+
id_data: typing.Any
|
|
45
|
+
|
|
46
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
:return: The RNA type or default when not found.
|
|
50
|
+
:rtype: bpy.types.Struct
|
|
51
|
+
"""
|
|
52
|
+
|
|
53
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
:return: The class or default when not found.
|
|
57
|
+
:rtype: typing.Any
|
|
58
|
+
"""
|
|
59
|
+
|
|
60
|
+
def draw(self, context) -> None:
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
:param context:
|
|
64
|
+
"""
|
|
65
|
+
|
|
66
|
+
def draw_header(self, context) -> None:
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
:param context:
|
|
70
|
+
"""
|
|
71
|
+
|
|
72
|
+
class TIME_PT_playback(TimelinePanelButtons, _bpy_types.Panel):
|
|
73
|
+
bl_label: typing.Any
|
|
74
|
+
bl_region_type: typing.Any
|
|
75
|
+
bl_rna: typing.Any
|
|
76
|
+
bl_space_type: typing.Any
|
|
77
|
+
bl_ui_units_x: typing.Any
|
|
78
|
+
id_data: typing.Any
|
|
79
|
+
|
|
80
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
:return: The RNA type or default when not found.
|
|
84
|
+
:rtype: bpy.types.Struct
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
88
|
+
"""
|
|
89
|
+
|
|
90
|
+
:return: The class or default when not found.
|
|
91
|
+
:rtype: typing.Any
|
|
92
|
+
"""
|
|
93
|
+
|
|
94
|
+
def draw(self, context) -> None:
|
|
95
|
+
"""
|
|
96
|
+
|
|
97
|
+
:param context:
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
class TIME_PT_playhead_snapping(_bpy_types.Panel):
|
|
101
|
+
bl_label: typing.Any
|
|
102
|
+
bl_region_type: typing.Any
|
|
103
|
+
bl_rna: typing.Any
|
|
104
|
+
bl_space_type: typing.Any
|
|
105
|
+
id_data: typing.Any
|
|
106
|
+
|
|
107
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
108
|
+
"""
|
|
109
|
+
|
|
110
|
+
:return: The RNA type or default when not found.
|
|
111
|
+
:rtype: bpy.types.Struct
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
:return: The class or default when not found.
|
|
118
|
+
:rtype: typing.Any
|
|
119
|
+
"""
|
|
120
|
+
|
|
121
|
+
def draw(self, context) -> None:
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
:param context:
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
@classmethod
|
|
128
|
+
def poll(cls, context) -> None:
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
:param context:
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
class TimelinePanelButtons:
|
|
135
|
+
bl_region_type: typing.Any
|
|
136
|
+
bl_space_type: typing.Any
|
|
137
|
+
|
|
138
|
+
def marker_menu_generic(layout, context) -> None: ...
|
|
139
|
+
def playback_controls(layout, context) -> None: ...
|