fake-bpy-module 20240721__tar.gz → 20240723__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-20240721 → fake_bpy_module-20240723}/PKG-INFO +1 -1
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/bone_selection_sets/__init__.pyi +6 -18
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/node/__init__.pyi +2 -4
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/presets/__init__.pyi +2 -5
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/wm/__init__.pyi +4 -5
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/__init__.pyi +3 -4
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/anim/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/asset_shelf/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_collection/__init__.pyi +6 -18
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_constraint/__init__.pyi +79 -142
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_armature/__init__.pyi +17 -32
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_bone/__init__.pyi +10 -15
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_camera/__init__.pyi +14 -29
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_curve/__init__.pyi +15 -40
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_curves/__init__.pyi +6 -9
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_empty/__init__.pyi +2 -3
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_lattice/__init__.pyi +3 -4
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_light/__init__.pyi +12 -23
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_mesh/__init__.pyi +20 -27
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_metaball/__init__.pyi +5 -8
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_modifier/__init__.pyi +9 -24
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_speaker/__init__.pyi +5 -6
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_data_volume/__init__.pyi +8 -13
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_freestyle/__init__.pyi +26 -112
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_mask_common/__init__.pyi +7 -8
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_material/__init__.pyi +16 -40
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_object/__init__.pyi +14 -25
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_output/__init__.pyi +18 -45
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_paint_common/__init__.pyi +9 -10
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_particle/__init__.pyi +52 -134
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_common/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_field/__init__.pyi +10 -27
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_render/__init__.pyi +55 -146
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_scene/__init__.pyi +15 -28
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_texture/__init__.pyi +26 -70
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_view_layer/__init__.pyi +49 -80
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_workspace/__init__.pyi +4 -8
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_world/__init__.pyi +10 -17
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_clip/__init__.pyi +72 -116
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_console/__init__.pyi +6 -7
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_dopesheet/__init__.pyi +39 -56
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_filebrowser/__init__.pyi +29 -44
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_graph/__init__.pyi +20 -23
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_image/__init__.pyi +69 -134
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_info/__init__.pyi +6 -7
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_nla/__init__.pyi +17 -26
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_node/__init__.pyi +28 -35
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_outliner/__init__.pyi +14 -15
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_properties/__init__.pyi +3 -4
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_sequencer/__init__.pyi +80 -134
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_spreadsheet/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_statusbar/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_text/__init__.pyi +16 -17
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_time/__init__.pyi +7 -12
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_topbar/__init__.pyi +26 -27
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_userpref/__init__.pyi +91 -196
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_view3d/__init__.pyi +279 -342
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/temp_anim_layers/__init__.pyi +1 -2
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/sequencer/__init__.pyi +1 -1
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/README.md +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/aud/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bgl/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/blf/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/console_python/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/idprop/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/pyproject.toml +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/setup.cfg +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/setup.py +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/sys_info/__init__.pyi +0 -0
- {fake_bpy_module-20240721 → fake_bpy_module-20240723}/sys_info/py.typed +0 -0
{fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_operators/bone_selection_sets/__init__.pyi
RENAMED
|
@@ -113,9 +113,7 @@ class POSE_OT_selection_set_assign(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
113
113
|
"""
|
|
114
114
|
...
|
|
115
115
|
|
|
116
|
-
class POSE_OT_selection_set_copy(
|
|
117
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
118
|
-
):
|
|
116
|
+
class POSE_OT_selection_set_copy(_NeedSelSetMixin, bpy.types.Operator):
|
|
119
117
|
"""Operator only available if the armature has a selected selection set."""
|
|
120
118
|
|
|
121
119
|
bl_description: typing.Any
|
|
@@ -181,9 +179,7 @@ class POSE_OT_selection_set_delete_all(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
181
179
|
"""
|
|
182
180
|
...
|
|
183
181
|
|
|
184
|
-
class POSE_OT_selection_set_deselect(
|
|
185
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
186
|
-
):
|
|
182
|
+
class POSE_OT_selection_set_deselect(_NeedSelSetMixin, bpy.types.Operator):
|
|
187
183
|
"""Operator only available if the armature has a selected selection set."""
|
|
188
184
|
|
|
189
185
|
bl_description: typing.Any
|
|
@@ -216,9 +212,7 @@ class POSE_OT_selection_set_deselect(
|
|
|
216
212
|
"""
|
|
217
213
|
...
|
|
218
214
|
|
|
219
|
-
class POSE_OT_selection_set_move(
|
|
220
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
221
|
-
):
|
|
215
|
+
class POSE_OT_selection_set_move(_NeedSelSetMixin, bpy.types.Operator):
|
|
222
216
|
"""Operator only available if the armature has a selected selection set."""
|
|
223
217
|
|
|
224
218
|
bl_description: typing.Any
|
|
@@ -292,9 +286,7 @@ class POSE_OT_selection_set_paste(_PoseModeOnlyMixin, bpy.types.Operator):
|
|
|
292
286
|
"""
|
|
293
287
|
...
|
|
294
288
|
|
|
295
|
-
class POSE_OT_selection_set_remove(
|
|
296
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
297
|
-
):
|
|
289
|
+
class POSE_OT_selection_set_remove(_NeedSelSetMixin, bpy.types.Operator):
|
|
298
290
|
"""Operator only available if the armature has a selected selection set."""
|
|
299
291
|
|
|
300
292
|
bl_description: typing.Any
|
|
@@ -360,9 +352,7 @@ class POSE_OT_selection_set_remove_bones(_PoseModeOnlyMixin, bpy.types.Operator)
|
|
|
360
352
|
"""
|
|
361
353
|
...
|
|
362
354
|
|
|
363
|
-
class POSE_OT_selection_set_select(
|
|
364
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
365
|
-
):
|
|
355
|
+
class POSE_OT_selection_set_select(_NeedSelSetMixin, bpy.types.Operator):
|
|
366
356
|
"""Operator only available if the armature has a selected selection set."""
|
|
367
357
|
|
|
368
358
|
bl_description: typing.Any
|
|
@@ -395,9 +385,7 @@ class POSE_OT_selection_set_select(
|
|
|
395
385
|
"""
|
|
396
386
|
...
|
|
397
387
|
|
|
398
|
-
class POSE_OT_selection_set_unassign(
|
|
399
|
-
_PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
|
|
400
|
-
):
|
|
388
|
+
class POSE_OT_selection_set_unassign(_NeedSelSetMixin, bpy.types.Operator):
|
|
401
389
|
"""Operator only available if the armature has a selected selection set."""
|
|
402
390
|
|
|
403
391
|
bl_description: typing.Any
|
|
@@ -79,7 +79,7 @@ class NODE_OT_add_node(NodeAddOperator, bpy.types.Operator):
|
|
|
79
79
|
"""
|
|
80
80
|
...
|
|
81
81
|
|
|
82
|
-
class NODE_OT_add_repeat_zone(
|
|
82
|
+
class NODE_OT_add_repeat_zone(NodeAddZoneOperator, bpy.types.Operator):
|
|
83
83
|
"""Add a repeat zone that allows executing nodes a dynamic number of times"""
|
|
84
84
|
|
|
85
85
|
bl_idname: typing.Any
|
|
@@ -106,9 +106,7 @@ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy.types.Op
|
|
|
106
106
|
"""
|
|
107
107
|
...
|
|
108
108
|
|
|
109
|
-
class NODE_OT_add_simulation_zone(
|
|
110
|
-
NodeAddOperator, NodeAddZoneOperator, bpy.types.Operator
|
|
111
|
-
):
|
|
109
|
+
class NODE_OT_add_simulation_zone(NodeAddZoneOperator, bpy.types.Operator):
|
|
112
110
|
"""Add simulation zone input and output nodes to the active tree"""
|
|
113
111
|
|
|
114
112
|
bl_idname: typing.Any
|
|
@@ -3,7 +3,6 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bl_ui.utils
|
|
5
5
|
import bpy.types
|
|
6
|
-
import bpy_types
|
|
7
6
|
|
|
8
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -763,7 +762,7 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
|
|
|
763
762
|
"""
|
|
764
763
|
...
|
|
765
764
|
|
|
766
|
-
class WM_MT_operator_presets(bpy.types.Menu
|
|
765
|
+
class WM_MT_operator_presets(bpy.types.Menu):
|
|
767
766
|
bl_label: typing.Any
|
|
768
767
|
bl_rna: typing.Any
|
|
769
768
|
id_data: typing.Any
|
|
@@ -824,9 +823,7 @@ class WM_OT_operator_presets_cleanup(bpy.types.Operator):
|
|
|
824
823
|
"""
|
|
825
824
|
...
|
|
826
825
|
|
|
827
|
-
class WM_PT_operator_presets(
|
|
828
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
829
|
-
):
|
|
826
|
+
class WM_PT_operator_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
830
827
|
bl_label: typing.Any
|
|
831
828
|
bl_region_type: typing.Any
|
|
832
829
|
bl_rna: typing.Any
|
|
@@ -2,7 +2,6 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -27,7 +26,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
|
|
|
27
26
|
"""
|
|
28
27
|
...
|
|
29
28
|
|
|
30
|
-
class WM_MT_region_toggle_pie(bpy.types.Menu
|
|
29
|
+
class WM_MT_region_toggle_pie(bpy.types.Menu):
|
|
31
30
|
bl_label: typing.Any
|
|
32
31
|
bl_rna: typing.Any
|
|
33
32
|
id_data: typing.Any
|
|
@@ -63,7 +62,7 @@ class WM_MT_region_toggle_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
63
62
|
"""
|
|
64
63
|
...
|
|
65
64
|
|
|
66
|
-
class WM_MT_splash(bpy.types.Menu
|
|
65
|
+
class WM_MT_splash(bpy.types.Menu):
|
|
67
66
|
bl_label: typing.Any
|
|
68
67
|
bl_rna: typing.Any
|
|
69
68
|
id_data: typing.Any
|
|
@@ -91,7 +90,7 @@ class WM_MT_splash(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
91
90
|
"""
|
|
92
91
|
...
|
|
93
92
|
|
|
94
|
-
class WM_MT_splash_about(bpy.types.Menu
|
|
93
|
+
class WM_MT_splash_about(bpy.types.Menu):
|
|
95
94
|
bl_label: typing.Any
|
|
96
95
|
bl_rna: typing.Any
|
|
97
96
|
id_data: typing.Any
|
|
@@ -119,7 +118,7 @@ class WM_MT_splash_about(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
119
118
|
"""
|
|
120
119
|
...
|
|
121
120
|
|
|
122
|
-
class WM_MT_splash_quick_setup(bpy.types.Menu
|
|
121
|
+
class WM_MT_splash_quick_setup(bpy.types.Menu):
|
|
123
122
|
bl_label: typing.Any
|
|
124
123
|
bl_rna: typing.Any
|
|
125
124
|
id_data: typing.Any
|
|
@@ -2,7 +2,6 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
from . import anim
|
|
8
7
|
from . import asset_shelf
|
|
@@ -85,7 +84,7 @@ from . import utils
|
|
|
85
84
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
86
85
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
87
86
|
|
|
88
|
-
class UI_MT_button_context_menu(bpy.types.Menu
|
|
87
|
+
class UI_MT_button_context_menu(bpy.types.Menu):
|
|
89
88
|
"""UI button context menu definition. Scripts can append/prepend this to
|
|
90
89
|
add own operators to the context menu. They must check context though, so
|
|
91
90
|
their items only draw in a valid context and for the correct buttons.
|
|
@@ -119,7 +118,7 @@ class UI_MT_button_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
119
118
|
"""
|
|
120
119
|
...
|
|
121
120
|
|
|
122
|
-
class UI_MT_list_item_context_menu(bpy.types.Menu
|
|
121
|
+
class UI_MT_list_item_context_menu(bpy.types.Menu):
|
|
123
122
|
"""UI List item context menu definition. Scripts can append/prepend this to
|
|
124
123
|
add own operators to the context menu. They must check context though, so
|
|
125
124
|
their items only draw in a valid context and for the correct UI list.
|
|
@@ -153,7 +152,7 @@ class UI_MT_list_item_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
153
152
|
"""
|
|
154
153
|
...
|
|
155
154
|
|
|
156
|
-
class UI_UL_list(bpy.types.UIList
|
|
155
|
+
class UI_UL_list(bpy.types.UIList):
|
|
157
156
|
bl_rna: typing.Any
|
|
158
157
|
id_data: typing.Any
|
|
159
158
|
|
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class ANIM_MT_keyframe_insert_pie(bpy.types.Menu
|
|
9
|
+
class ANIM_MT_keyframe_insert_pie(bpy.types.Menu):
|
|
11
10
|
bl_label: typing.Any
|
|
12
11
|
bl_rna: typing.Any
|
|
13
12
|
id_data: typing.Any
|
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class ASSETSHELF_PT_display(bpy.types.Panel
|
|
9
|
+
class ASSETSHELF_PT_display(bpy.types.Panel):
|
|
11
10
|
bl_label: typing.Any
|
|
12
11
|
bl_region_type: typing.Any
|
|
13
12
|
bl_rna: typing.Any
|
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class NODE_MT_category_layout(bpy.types.Menu
|
|
9
|
+
class NODE_MT_category_layout(bpy.types.Menu):
|
|
11
10
|
bl_idname: typing.Any
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_rna: typing.Any
|
{fake_bpy_module-20240721 → fake_bpy_module-20240723}/bl_ui/node_add_menu_compositor/__init__.pyi
RENAMED
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu
|
|
9
|
+
class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu):
|
|
11
10
|
bl_idname: typing.Any
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_rna: typing.Any
|
|
@@ -36,7 +35,7 @@ class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
36
35
|
"""
|
|
37
36
|
...
|
|
38
37
|
|
|
39
|
-
class NODE_MT_category_compositor_color(bpy.types.Menu
|
|
38
|
+
class NODE_MT_category_compositor_color(bpy.types.Menu):
|
|
40
39
|
bl_idname: typing.Any
|
|
41
40
|
bl_label: typing.Any
|
|
42
41
|
bl_rna: typing.Any
|
|
@@ -65,7 +64,7 @@ class NODE_MT_category_compositor_color(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
65
64
|
"""
|
|
66
65
|
...
|
|
67
66
|
|
|
68
|
-
class NODE_MT_category_compositor_color_adjust(bpy.types.Menu
|
|
67
|
+
class NODE_MT_category_compositor_color_adjust(bpy.types.Menu):
|
|
69
68
|
bl_idname: typing.Any
|
|
70
69
|
bl_label: typing.Any
|
|
71
70
|
bl_rna: typing.Any
|
|
@@ -94,7 +93,7 @@ class NODE_MT_category_compositor_color_adjust(bpy.types.Menu, bpy_types._Generi
|
|
|
94
93
|
"""
|
|
95
94
|
...
|
|
96
95
|
|
|
97
|
-
class NODE_MT_category_compositor_color_mix(bpy.types.Menu
|
|
96
|
+
class NODE_MT_category_compositor_color_mix(bpy.types.Menu):
|
|
98
97
|
bl_idname: typing.Any
|
|
99
98
|
bl_label: typing.Any
|
|
100
99
|
bl_rna: typing.Any
|
|
@@ -123,7 +122,7 @@ class NODE_MT_category_compositor_color_mix(bpy.types.Menu, bpy_types._GenericUI
|
|
|
123
122
|
"""
|
|
124
123
|
...
|
|
125
124
|
|
|
126
|
-
class NODE_MT_category_compositor_filter(bpy.types.Menu
|
|
125
|
+
class NODE_MT_category_compositor_filter(bpy.types.Menu):
|
|
127
126
|
bl_idname: typing.Any
|
|
128
127
|
bl_label: typing.Any
|
|
129
128
|
bl_rna: typing.Any
|
|
@@ -152,7 +151,7 @@ class NODE_MT_category_compositor_filter(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
152
151
|
"""
|
|
153
152
|
...
|
|
154
153
|
|
|
155
|
-
class NODE_MT_category_compositor_filter_blur(bpy.types.Menu
|
|
154
|
+
class NODE_MT_category_compositor_filter_blur(bpy.types.Menu):
|
|
156
155
|
bl_idname: typing.Any
|
|
157
156
|
bl_label: typing.Any
|
|
158
157
|
bl_rna: typing.Any
|
|
@@ -181,7 +180,7 @@ class NODE_MT_category_compositor_filter_blur(bpy.types.Menu, bpy_types._Generic
|
|
|
181
180
|
"""
|
|
182
181
|
...
|
|
183
182
|
|
|
184
|
-
class NODE_MT_category_compositor_group(bpy.types.Menu
|
|
183
|
+
class NODE_MT_category_compositor_group(bpy.types.Menu):
|
|
185
184
|
bl_idname: typing.Any
|
|
186
185
|
bl_label: typing.Any
|
|
187
186
|
bl_rna: typing.Any
|
|
@@ -210,7 +209,7 @@ class NODE_MT_category_compositor_group(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
210
209
|
"""
|
|
211
210
|
...
|
|
212
211
|
|
|
213
|
-
class NODE_MT_category_compositor_input(bpy.types.Menu
|
|
212
|
+
class NODE_MT_category_compositor_input(bpy.types.Menu):
|
|
214
213
|
bl_idname: typing.Any
|
|
215
214
|
bl_label: typing.Any
|
|
216
215
|
bl_rna: typing.Any
|
|
@@ -239,7 +238,7 @@ class NODE_MT_category_compositor_input(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
239
238
|
"""
|
|
240
239
|
...
|
|
241
240
|
|
|
242
|
-
class NODE_MT_category_compositor_input_constant(bpy.types.Menu
|
|
241
|
+
class NODE_MT_category_compositor_input_constant(bpy.types.Menu):
|
|
243
242
|
bl_idname: typing.Any
|
|
244
243
|
bl_label: typing.Any
|
|
245
244
|
bl_rna: typing.Any
|
|
@@ -268,7 +267,7 @@ class NODE_MT_category_compositor_input_constant(bpy.types.Menu, bpy_types._Gene
|
|
|
268
267
|
"""
|
|
269
268
|
...
|
|
270
269
|
|
|
271
|
-
class NODE_MT_category_compositor_input_scene(bpy.types.Menu
|
|
270
|
+
class NODE_MT_category_compositor_input_scene(bpy.types.Menu):
|
|
272
271
|
bl_idname: typing.Any
|
|
273
272
|
bl_label: typing.Any
|
|
274
273
|
bl_rna: typing.Any
|
|
@@ -297,7 +296,7 @@ class NODE_MT_category_compositor_input_scene(bpy.types.Menu, bpy_types._Generic
|
|
|
297
296
|
"""
|
|
298
297
|
...
|
|
299
298
|
|
|
300
|
-
class NODE_MT_category_compositor_keying(bpy.types.Menu
|
|
299
|
+
class NODE_MT_category_compositor_keying(bpy.types.Menu):
|
|
301
300
|
bl_idname: typing.Any
|
|
302
301
|
bl_label: typing.Any
|
|
303
302
|
bl_rna: typing.Any
|
|
@@ -326,7 +325,7 @@ class NODE_MT_category_compositor_keying(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
326
325
|
"""
|
|
327
326
|
...
|
|
328
327
|
|
|
329
|
-
class NODE_MT_category_compositor_mask(bpy.types.Menu
|
|
328
|
+
class NODE_MT_category_compositor_mask(bpy.types.Menu):
|
|
330
329
|
bl_idname: typing.Any
|
|
331
330
|
bl_label: typing.Any
|
|
332
331
|
bl_rna: typing.Any
|
|
@@ -355,7 +354,7 @@ class NODE_MT_category_compositor_mask(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
355
354
|
"""
|
|
356
355
|
...
|
|
357
356
|
|
|
358
|
-
class NODE_MT_category_compositor_output(bpy.types.Menu
|
|
357
|
+
class NODE_MT_category_compositor_output(bpy.types.Menu):
|
|
359
358
|
bl_idname: typing.Any
|
|
360
359
|
bl_label: typing.Any
|
|
361
360
|
bl_rna: typing.Any
|
|
@@ -384,7 +383,7 @@ class NODE_MT_category_compositor_output(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
384
383
|
"""
|
|
385
384
|
...
|
|
386
385
|
|
|
387
|
-
class NODE_MT_category_compositor_tracking(bpy.types.Menu
|
|
386
|
+
class NODE_MT_category_compositor_tracking(bpy.types.Menu):
|
|
388
387
|
bl_idname: typing.Any
|
|
389
388
|
bl_label: typing.Any
|
|
390
389
|
bl_rna: typing.Any
|
|
@@ -414,7 +413,7 @@ class NODE_MT_category_compositor_tracking(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
414
413
|
"""
|
|
415
414
|
...
|
|
416
415
|
|
|
417
|
-
class NODE_MT_category_compositor_transform(bpy.types.Menu
|
|
416
|
+
class NODE_MT_category_compositor_transform(bpy.types.Menu):
|
|
418
417
|
bl_idname: typing.Any
|
|
419
418
|
bl_label: typing.Any
|
|
420
419
|
bl_rna: typing.Any
|
|
@@ -443,7 +442,7 @@ class NODE_MT_category_compositor_transform(bpy.types.Menu, bpy_types._GenericUI
|
|
|
443
442
|
"""
|
|
444
443
|
...
|
|
445
444
|
|
|
446
|
-
class NODE_MT_category_compositor_utilities(bpy.types.Menu
|
|
445
|
+
class NODE_MT_category_compositor_utilities(bpy.types.Menu):
|
|
447
446
|
bl_idname: typing.Any
|
|
448
447
|
bl_label: typing.Any
|
|
449
448
|
bl_rna: typing.Any
|
|
@@ -472,7 +471,7 @@ class NODE_MT_category_compositor_utilities(bpy.types.Menu, bpy_types._GenericUI
|
|
|
472
471
|
"""
|
|
473
472
|
...
|
|
474
473
|
|
|
475
|
-
class NODE_MT_category_compositor_vector(bpy.types.Menu
|
|
474
|
+
class NODE_MT_category_compositor_vector(bpy.types.Menu):
|
|
476
475
|
bl_idname: typing.Any
|
|
477
476
|
bl_label: typing.Any
|
|
478
477
|
bl_rna: typing.Any
|
|
@@ -501,7 +500,7 @@ class NODE_MT_category_compositor_vector(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
501
500
|
"""
|
|
502
501
|
...
|
|
503
502
|
|
|
504
|
-
class NODE_MT_compositor_node_add_all(bpy.types.Menu
|
|
503
|
+
class NODE_MT_compositor_node_add_all(bpy.types.Menu):
|
|
505
504
|
bl_idname: typing.Any
|
|
506
505
|
bl_label: typing.Any
|
|
507
506
|
bl_rna: typing.Any
|