fake-bpy-module 20240930__tar.gz → 20241002__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-20240930 → fake_bpy_module-20241002}/PKG-INFO +1 -1
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/wm/__init__.pyi +28 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_grease_pencil/__init__.pyi +33 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_toolsystem_toolbar/__init__.pyi +48 -2
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/grease_pencil/__init__.pyi +22 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/wm/__init__.pyi +40 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/types/__init__.pyi +181 -1
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/README.md +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/aud/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bgl/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_paint_common/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_dopesheet/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_nla/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_node/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/blf/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/image/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/typing/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/console_python/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/freestyle/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/idprop/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/pyproject.toml +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/setup.cfg +0 -0
- {fake_bpy_module-20240930 → fake_bpy_module-20241002}/setup.py +0 -0
|
@@ -1281,6 +1281,34 @@ class WM_OT_sysinfo(bpy.types.Operator):
|
|
|
1281
1281
|
:param _event:
|
|
1282
1282
|
"""
|
|
1283
1283
|
|
|
1284
|
+
class WM_OT_tool_set_by_brush_type(bpy.types.Operator):
|
|
1285
|
+
"""Look up the most appropriate tool for the given brush type and activate that"""
|
|
1286
|
+
|
|
1287
|
+
bl_idname: typing.Any
|
|
1288
|
+
bl_label: typing.Any
|
|
1289
|
+
bl_rna: typing.Any
|
|
1290
|
+
id_data: typing.Any
|
|
1291
|
+
|
|
1292
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1293
|
+
"""
|
|
1294
|
+
|
|
1295
|
+
:return: The RNA type or default when not found.
|
|
1296
|
+
:rtype: bpy.types.Struct
|
|
1297
|
+
"""
|
|
1298
|
+
|
|
1299
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1300
|
+
"""
|
|
1301
|
+
|
|
1302
|
+
:return: The class or default when not found.
|
|
1303
|
+
:rtype: typing.Any
|
|
1304
|
+
"""
|
|
1305
|
+
|
|
1306
|
+
def execute(self, context):
|
|
1307
|
+
"""
|
|
1308
|
+
|
|
1309
|
+
:param context:
|
|
1310
|
+
"""
|
|
1311
|
+
|
|
1284
1312
|
class WM_OT_tool_set_by_id(bpy.types.Operator):
|
|
1285
1313
|
"""Set the tool by name (for key-maps)"""
|
|
1286
1314
|
|
|
@@ -97,6 +97,32 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
97
97
|
:rtype: typing.Any
|
|
98
98
|
"""
|
|
99
99
|
|
|
100
|
+
class DATA_PT_grease_pencil_layer_adjustments(
|
|
101
|
+
GreasePencil_LayerAdjustmentsPanel, LayerDataButtonsPanel, bpy.types.Panel
|
|
102
|
+
):
|
|
103
|
+
bl_context: typing.Any
|
|
104
|
+
bl_label: typing.Any
|
|
105
|
+
bl_options: typing.Any
|
|
106
|
+
bl_parent_id: typing.Any
|
|
107
|
+
bl_region_type: typing.Any
|
|
108
|
+
bl_rna: typing.Any
|
|
109
|
+
bl_space_type: typing.Any
|
|
110
|
+
id_data: typing.Any
|
|
111
|
+
|
|
112
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
113
|
+
"""
|
|
114
|
+
|
|
115
|
+
:return: The RNA type or default when not found.
|
|
116
|
+
:rtype: bpy.types.Struct
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
:return: The class or default when not found.
|
|
123
|
+
:rtype: typing.Any
|
|
124
|
+
"""
|
|
125
|
+
|
|
100
126
|
class DATA_PT_grease_pencil_layer_masks(
|
|
101
127
|
GreasePencil_LayerMaskPanel, LayerDataButtonsPanel, bpy.types.Panel
|
|
102
128
|
):
|
|
@@ -470,6 +496,13 @@ class GreasPencil_LayerRelationsPanel:
|
|
|
470
496
|
:param context:
|
|
471
497
|
"""
|
|
472
498
|
|
|
499
|
+
class GreasePencil_LayerAdjustmentsPanel:
|
|
500
|
+
def draw(self, context):
|
|
501
|
+
"""
|
|
502
|
+
|
|
503
|
+
:param context:
|
|
504
|
+
"""
|
|
505
|
+
|
|
473
506
|
class GreasePencil_LayerMaskPanel:
|
|
474
507
|
def draw(self, context):
|
|
475
508
|
"""
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_ui/space_toolsystem_toolbar/__init__.pyi
RENAMED
|
@@ -114,7 +114,11 @@ class _defs_annotate:
|
|
|
114
114
|
:param tool:
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
|
-
class _defs_curves_sculpt:
|
|
117
|
+
class _defs_curves_sculpt:
|
|
118
|
+
add: typing.Any
|
|
119
|
+
delete: typing.Any
|
|
120
|
+
density: typing.Any
|
|
121
|
+
select: typing.Any
|
|
118
122
|
|
|
119
123
|
class _defs_edit_armature:
|
|
120
124
|
bone_envelope: typing.Any
|
|
@@ -248,6 +252,8 @@ class _defs_grease_pencil_paint:
|
|
|
248
252
|
"""
|
|
249
253
|
|
|
250
254
|
class _defs_grease_pencil_sculpt:
|
|
255
|
+
clone: typing.Any
|
|
256
|
+
|
|
251
257
|
@staticmethod
|
|
252
258
|
def poll_select_mask(context):
|
|
253
259
|
"""
|
|
@@ -256,6 +262,11 @@ class _defs_grease_pencil_sculpt:
|
|
|
256
262
|
"""
|
|
257
263
|
|
|
258
264
|
class _defs_grease_pencil_vertex:
|
|
265
|
+
average: typing.Any
|
|
266
|
+
blur: typing.Any
|
|
267
|
+
replace: typing.Any
|
|
268
|
+
smear: typing.Any
|
|
269
|
+
|
|
259
270
|
@staticmethod
|
|
260
271
|
def poll_select_mask(context):
|
|
261
272
|
"""
|
|
@@ -263,7 +274,10 @@ class _defs_grease_pencil_vertex:
|
|
|
263
274
|
:param context:
|
|
264
275
|
"""
|
|
265
276
|
|
|
266
|
-
class _defs_grease_pencil_weight:
|
|
277
|
+
class _defs_grease_pencil_weight:
|
|
278
|
+
average: typing.Any
|
|
279
|
+
blur: typing.Any
|
|
280
|
+
smear: typing.Any
|
|
267
281
|
|
|
268
282
|
class _defs_image_generic:
|
|
269
283
|
cursor: typing.Any
|
|
@@ -321,6 +335,8 @@ class _defs_pose:
|
|
|
321
335
|
class _defs_sculpt:
|
|
322
336
|
cloth_filter: typing.Any
|
|
323
337
|
color_filter: typing.Any
|
|
338
|
+
draw_face_sets: typing.Any
|
|
339
|
+
dyntopo_density: typing.Any
|
|
324
340
|
face_set_box: typing.Any
|
|
325
341
|
face_set_edit: typing.Any
|
|
326
342
|
face_set_lasso: typing.Any
|
|
@@ -330,12 +346,16 @@ class _defs_sculpt:
|
|
|
330
346
|
hide_lasso: typing.Any
|
|
331
347
|
hide_line: typing.Any
|
|
332
348
|
hide_polyline: typing.Any
|
|
349
|
+
mask: typing.Any
|
|
333
350
|
mask_border: typing.Any
|
|
334
351
|
mask_by_color: typing.Any
|
|
335
352
|
mask_lasso: typing.Any
|
|
336
353
|
mask_line: typing.Any
|
|
337
354
|
mask_polyline: typing.Any
|
|
338
355
|
mesh_filter: typing.Any
|
|
356
|
+
multires_eraser: typing.Any
|
|
357
|
+
multires_smear: typing.Any
|
|
358
|
+
paint: typing.Any
|
|
339
359
|
project_line: typing.Any
|
|
340
360
|
trim_box: typing.Any
|
|
341
361
|
trim_lasso: typing.Any
|
|
@@ -352,6 +372,20 @@ class _defs_sculpt:
|
|
|
352
372
|
:param draw_popover:
|
|
353
373
|
"""
|
|
354
374
|
|
|
375
|
+
@staticmethod
|
|
376
|
+
def poll_dyntopo(context):
|
|
377
|
+
"""
|
|
378
|
+
|
|
379
|
+
:param context:
|
|
380
|
+
"""
|
|
381
|
+
|
|
382
|
+
@staticmethod
|
|
383
|
+
def poll_multires(context):
|
|
384
|
+
"""
|
|
385
|
+
|
|
386
|
+
:param context:
|
|
387
|
+
"""
|
|
388
|
+
|
|
355
389
|
class _defs_sequencer_generic:
|
|
356
390
|
blade: typing.Any
|
|
357
391
|
cursor: typing.Any
|
|
@@ -368,7 +402,12 @@ class _defs_sequencer_select:
|
|
|
368
402
|
select_timeline: typing.Any
|
|
369
403
|
|
|
370
404
|
class _defs_texture_paint:
|
|
405
|
+
blur: typing.Any
|
|
371
406
|
brush: typing.Any
|
|
407
|
+
clone: typing.Any
|
|
408
|
+
fill: typing.Any
|
|
409
|
+
mask: typing.Any
|
|
410
|
+
smear: typing.Any
|
|
372
411
|
|
|
373
412
|
@staticmethod
|
|
374
413
|
def poll_select_mask(context):
|
|
@@ -394,6 +433,10 @@ class _defs_transform:
|
|
|
394
433
|
"""
|
|
395
434
|
|
|
396
435
|
class _defs_vertex_paint:
|
|
436
|
+
average: typing.Any
|
|
437
|
+
blur: typing.Any
|
|
438
|
+
smear: typing.Any
|
|
439
|
+
|
|
397
440
|
@staticmethod
|
|
398
441
|
def poll_select_mask(context):
|
|
399
442
|
"""
|
|
@@ -440,9 +483,12 @@ class _defs_view3d_select:
|
|
|
440
483
|
select: typing.Any
|
|
441
484
|
|
|
442
485
|
class _defs_weight_paint:
|
|
486
|
+
average: typing.Any
|
|
487
|
+
blur: typing.Any
|
|
443
488
|
gradient: typing.Any
|
|
444
489
|
sample_weight: typing.Any
|
|
445
490
|
sample_weight_group: typing.Any
|
|
491
|
+
smear: typing.Any
|
|
446
492
|
|
|
447
493
|
@staticmethod
|
|
448
494
|
def poll_select_tools(context):
|
|
@@ -496,6 +496,28 @@ def interpolate_sequence(
|
|
|
496
496
|
:type period: float | None
|
|
497
497
|
"""
|
|
498
498
|
|
|
499
|
+
def join_selection(
|
|
500
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
501
|
+
execution_context: int | str | None = None,
|
|
502
|
+
undo: bool | None = None,
|
|
503
|
+
*,
|
|
504
|
+
type: typing.Literal["JOINCOPY", "JOIN"] | None = "JOIN",
|
|
505
|
+
):
|
|
506
|
+
"""New stroke from selected points/strokes
|
|
507
|
+
|
|
508
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
509
|
+
:type execution_context: int | str | None
|
|
510
|
+
:type undo: bool | None
|
|
511
|
+
:param type: Type, Defines how the operator will behave on the selection in the active layer
|
|
512
|
+
|
|
513
|
+
JOINCOPY
|
|
514
|
+
Join and Copy -- Copy the selection in the new stroke.
|
|
515
|
+
|
|
516
|
+
JOIN
|
|
517
|
+
Join -- Move the selection to the new stroke.
|
|
518
|
+
:type type: typing.Literal['JOINCOPY','JOIN'] | None
|
|
519
|
+
"""
|
|
520
|
+
|
|
499
521
|
def layer_active(
|
|
500
522
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
501
523
|
execution_context: int | str | None = None,
|
|
@@ -5133,6 +5133,46 @@ def sysinfo(
|
|
|
5133
5133
|
:type filepath: str
|
|
5134
5134
|
"""
|
|
5135
5135
|
|
|
5136
|
+
def tool_set_by_brush_type(
|
|
5137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5138
|
+
execution_context: int | str | None = None,
|
|
5139
|
+
undo: bool | None = None,
|
|
5140
|
+
*,
|
|
5141
|
+
brush_type: str = "",
|
|
5142
|
+
space_type: typing.Literal[
|
|
5143
|
+
"EMPTY",
|
|
5144
|
+
"VIEW_3D",
|
|
5145
|
+
"IMAGE_EDITOR",
|
|
5146
|
+
"NODE_EDITOR",
|
|
5147
|
+
"SEQUENCE_EDITOR",
|
|
5148
|
+
"CLIP_EDITOR",
|
|
5149
|
+
"DOPESHEET_EDITOR",
|
|
5150
|
+
"GRAPH_EDITOR",
|
|
5151
|
+
"NLA_EDITOR",
|
|
5152
|
+
"TEXT_EDITOR",
|
|
5153
|
+
"CONSOLE",
|
|
5154
|
+
"INFO",
|
|
5155
|
+
"TOPBAR",
|
|
5156
|
+
"STATUSBAR",
|
|
5157
|
+
"OUTLINER",
|
|
5158
|
+
"PROPERTIES",
|
|
5159
|
+
"FILE_BROWSER",
|
|
5160
|
+
"SPREADSHEET",
|
|
5161
|
+
"PREFERENCES",
|
|
5162
|
+
]
|
|
5163
|
+
| None = "EMPTY",
|
|
5164
|
+
):
|
|
5165
|
+
"""Look up the most appropriate tool for the given brush type and activate that
|
|
5166
|
+
|
|
5167
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
5168
|
+
:type execution_context: int | str | None
|
|
5169
|
+
:type undo: bool | None
|
|
5170
|
+
:param brush_type: Brush Type, Brush type identifier for which the most appropriate tool will be looked up
|
|
5171
|
+
:type brush_type: str
|
|
5172
|
+
:param space_type: Type
|
|
5173
|
+
:type space_type: typing.Literal['EMPTY','VIEW_3D','IMAGE_EDITOR','NODE_EDITOR','SEQUENCE_EDITOR','CLIP_EDITOR','DOPESHEET_EDITOR','GRAPH_EDITOR','NLA_EDITOR','TEXT_EDITOR','CONSOLE','INFO','TOPBAR','STATUSBAR','OUTLINER','PROPERTIES','FILE_BROWSER','SPREADSHEET','PREFERENCES'] | None
|
|
5174
|
+
"""
|
|
5175
|
+
|
|
5136
5176
|
def tool_set_by_id(
|
|
5137
5177
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
5138
5178
|
execution_context: int | str | None = None,
|
|
@@ -30397,6 +30397,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
30397
30397
|
* FunctionNodeInvertMatrix.output_template
|
|
30398
30398
|
* FunctionNodeInvertRotation.input_template
|
|
30399
30399
|
* FunctionNodeInvertRotation.output_template
|
|
30400
|
+
* FunctionNodeMatrixDeterminant.input_template
|
|
30401
|
+
* FunctionNodeMatrixDeterminant.output_template
|
|
30400
30402
|
* FunctionNodeMatrixMultiply.input_template
|
|
30401
30403
|
* FunctionNodeMatrixMultiply.output_template
|
|
30402
30404
|
* FunctionNodeProjectPoint.input_template
|
|
@@ -89139,6 +89141,98 @@ database.
|
|
|
89139
89141
|
:columns: 2
|
|
89140
89142
|
|
|
89141
89143
|
|
|
89144
|
+
--------------------
|
|
89145
|
+
|
|
89146
|
+
* bpy_struct.id_data
|
|
89147
|
+
* Node.type
|
|
89148
|
+
* Node.location
|
|
89149
|
+
* Node.width
|
|
89150
|
+
* Node.height
|
|
89151
|
+
* Node.dimensions
|
|
89152
|
+
* Node.name
|
|
89153
|
+
* Node.label
|
|
89154
|
+
* Node.inputs
|
|
89155
|
+
* Node.outputs
|
|
89156
|
+
* Node.internal_links
|
|
89157
|
+
* Node.parent
|
|
89158
|
+
* Node.warning_propagation
|
|
89159
|
+
* Node.use_custom_color
|
|
89160
|
+
* Node.color
|
|
89161
|
+
* Node.select
|
|
89162
|
+
* Node.show_options
|
|
89163
|
+
* Node.show_preview
|
|
89164
|
+
* Node.hide
|
|
89165
|
+
* Node.mute
|
|
89166
|
+
* Node.show_texture
|
|
89167
|
+
* Node.bl_idname
|
|
89168
|
+
* Node.bl_label
|
|
89169
|
+
* Node.bl_description
|
|
89170
|
+
* Node.bl_icon
|
|
89171
|
+
* Node.bl_static_type
|
|
89172
|
+
* Node.bl_width_default
|
|
89173
|
+
* Node.bl_width_min
|
|
89174
|
+
* Node.bl_width_max
|
|
89175
|
+
* Node.bl_height_default
|
|
89176
|
+
* Node.bl_height_min
|
|
89177
|
+
* Node.bl_height_max
|
|
89178
|
+
|
|
89179
|
+
:columns: 2
|
|
89180
|
+
|
|
89181
|
+
|
|
89182
|
+
--------------------
|
|
89183
|
+
|
|
89184
|
+
* bpy_struct.as_pointer
|
|
89185
|
+
* bpy_struct.driver_add
|
|
89186
|
+
* bpy_struct.driver_remove
|
|
89187
|
+
* bpy_struct.get
|
|
89188
|
+
* bpy_struct.id_properties_clear
|
|
89189
|
+
* bpy_struct.id_properties_ensure
|
|
89190
|
+
* bpy_struct.id_properties_ui
|
|
89191
|
+
* bpy_struct.is_property_hidden
|
|
89192
|
+
* bpy_struct.is_property_overridable_library
|
|
89193
|
+
* bpy_struct.is_property_readonly
|
|
89194
|
+
* bpy_struct.is_property_set
|
|
89195
|
+
* bpy_struct.items
|
|
89196
|
+
* bpy_struct.keyframe_delete
|
|
89197
|
+
* bpy_struct.keyframe_insert
|
|
89198
|
+
* bpy_struct.keys
|
|
89199
|
+
* bpy_struct.path_from_id
|
|
89200
|
+
* bpy_struct.path_resolve
|
|
89201
|
+
* bpy_struct.pop
|
|
89202
|
+
* bpy_struct.property_overridable_library_set
|
|
89203
|
+
* bpy_struct.property_unset
|
|
89204
|
+
* bpy_struct.type_recast
|
|
89205
|
+
* bpy_struct.values
|
|
89206
|
+
* Node.socket_value_update
|
|
89207
|
+
* Node.is_registered_node_type
|
|
89208
|
+
* Node.poll
|
|
89209
|
+
* Node.poll_instance
|
|
89210
|
+
* Node.update
|
|
89211
|
+
* Node.insert_link
|
|
89212
|
+
* Node.init
|
|
89213
|
+
* Node.copy
|
|
89214
|
+
* Node.free
|
|
89215
|
+
* Node.draw_buttons
|
|
89216
|
+
* Node.draw_buttons_ext
|
|
89217
|
+
* Node.draw_label
|
|
89218
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
89219
|
+
* Node.debug_zone_lazy_function_graph
|
|
89220
|
+
* Node.poll
|
|
89221
|
+
* Node.bl_rna_get_subclass
|
|
89222
|
+
* Node.bl_rna_get_subclass_py
|
|
89223
|
+
* NodeInternal.poll
|
|
89224
|
+
* NodeInternal.poll_instance
|
|
89225
|
+
* NodeInternal.update
|
|
89226
|
+
* NodeInternal.draw_buttons
|
|
89227
|
+
* NodeInternal.draw_buttons_ext
|
|
89228
|
+
* NodeInternal.bl_rna_get_subclass
|
|
89229
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
89230
|
+
* FunctionNode.bl_rna_get_subclass
|
|
89231
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
89232
|
+
|
|
89233
|
+
:columns: 2
|
|
89234
|
+
|
|
89235
|
+
|
|
89142
89236
|
--------------------
|
|
89143
89237
|
|
|
89144
89238
|
* bpy_struct.id_data
|
|
@@ -141728,6 +141822,57 @@ class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
141728
141822
|
:rtype: typing.Any
|
|
141729
141823
|
"""
|
|
141730
141824
|
|
|
141825
|
+
class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
141826
|
+
@classmethod
|
|
141827
|
+
def is_registered_node_type(cls) -> bool:
|
|
141828
|
+
"""True if a registered node type
|
|
141829
|
+
|
|
141830
|
+
:return: Result
|
|
141831
|
+
:rtype: bool
|
|
141832
|
+
"""
|
|
141833
|
+
|
|
141834
|
+
@classmethod
|
|
141835
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
141836
|
+
"""Input socket template
|
|
141837
|
+
|
|
141838
|
+
:param index: Index
|
|
141839
|
+
:type index: int | None
|
|
141840
|
+
:return: result
|
|
141841
|
+
:rtype: NodeInternalSocketTemplate
|
|
141842
|
+
"""
|
|
141843
|
+
|
|
141844
|
+
@classmethod
|
|
141845
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
141846
|
+
"""Output socket template
|
|
141847
|
+
|
|
141848
|
+
:param index: Index
|
|
141849
|
+
:type index: int | None
|
|
141850
|
+
:return: result
|
|
141851
|
+
:rtype: NodeInternalSocketTemplate
|
|
141852
|
+
"""
|
|
141853
|
+
|
|
141854
|
+
@classmethod
|
|
141855
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
141856
|
+
"""
|
|
141857
|
+
|
|
141858
|
+
:param id: The RNA type identifier.
|
|
141859
|
+
:type id: str | None
|
|
141860
|
+
:param default:
|
|
141861
|
+
:return: The RNA type or default when not found.
|
|
141862
|
+
:rtype: Struct
|
|
141863
|
+
"""
|
|
141864
|
+
|
|
141865
|
+
@classmethod
|
|
141866
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
141867
|
+
"""
|
|
141868
|
+
|
|
141869
|
+
:param id: The RNA type identifier.
|
|
141870
|
+
:type id: str | None
|
|
141871
|
+
:param default:
|
|
141872
|
+
:return: The class or default when not found.
|
|
141873
|
+
:rtype: typing.Any
|
|
141874
|
+
"""
|
|
141875
|
+
|
|
141731
141876
|
class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
141732
141877
|
@classmethod
|
|
141733
141878
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -142732,6 +142877,12 @@ class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
142732
142877
|
"""
|
|
142733
142878
|
|
|
142734
142879
|
class FunctionNodeValueToString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
142880
|
+
data_type: typing.Literal["FLOAT", "INT"]
|
|
142881
|
+
"""
|
|
142882
|
+
|
|
142883
|
+
:type: typing.Literal['FLOAT','INT']
|
|
142884
|
+
"""
|
|
142885
|
+
|
|
142735
142886
|
@classmethod
|
|
142736
142887
|
def is_registered_node_type(cls) -> bool:
|
|
142737
142888
|
"""True if a registered node type
|
|
@@ -157520,6 +157671,12 @@ class GreasePencilLayer(bpy_struct):
|
|
|
157520
157671
|
:type: int
|
|
157521
157672
|
"""
|
|
157522
157673
|
|
|
157674
|
+
radius_offset: float
|
|
157675
|
+
""" Radius change to apply to current strokes
|
|
157676
|
+
|
|
157677
|
+
:type: float
|
|
157678
|
+
"""
|
|
157679
|
+
|
|
157523
157680
|
rotation: mathutils.Euler
|
|
157524
157681
|
""" Euler rotation of the layer
|
|
157525
157682
|
|
|
@@ -157538,6 +157695,18 @@ class GreasePencilLayer(bpy_struct):
|
|
|
157538
157695
|
:type: bool
|
|
157539
157696
|
"""
|
|
157540
157697
|
|
|
157698
|
+
tint_color: mathutils.Color
|
|
157699
|
+
""" Color for tinting stroke colors
|
|
157700
|
+
|
|
157701
|
+
:type: mathutils.Color
|
|
157702
|
+
"""
|
|
157703
|
+
|
|
157704
|
+
tint_factor: float
|
|
157705
|
+
""" Factor of tinting color
|
|
157706
|
+
|
|
157707
|
+
:type: float
|
|
157708
|
+
"""
|
|
157709
|
+
|
|
157541
157710
|
translation: mathutils.Vector
|
|
157542
157711
|
""" Translation of the layer
|
|
157543
157712
|
|
|
@@ -182032,6 +182201,12 @@ class NodesModifier(Modifier, bpy_struct):
|
|
|
182032
182201
|
:type: bool
|
|
182033
182202
|
"""
|
|
182034
182203
|
|
|
182204
|
+
open_warnings_panel: bool
|
|
182205
|
+
"""
|
|
182206
|
+
|
|
182207
|
+
:type: bool
|
|
182208
|
+
"""
|
|
182209
|
+
|
|
182035
182210
|
panels: NodesModifierPanels
|
|
182036
182211
|
"""
|
|
182037
182212
|
|
|
@@ -225589,6 +225764,7 @@ class View3DShading(bpy_struct):
|
|
|
225589
225764
|
"SPECULAR_LIGHT",
|
|
225590
225765
|
"SPECULAR_COLOR",
|
|
225591
225766
|
"VOLUME_LIGHT",
|
|
225767
|
+
"POSITION",
|
|
225592
225768
|
"NORMAL",
|
|
225593
225769
|
"MIST",
|
|
225594
225770
|
"CryptoObject",
|
|
@@ -225598,7 +225774,7 @@ class View3DShading(bpy_struct):
|
|
|
225598
225774
|
]
|
|
225599
225775
|
""" Render Pass to show in the viewport
|
|
225600
225776
|
|
|
225601
|
-
:type: typing.Literal['COMBINED','EMISSION','ENVIRONMENT','AO','SHADOW','TRANSPARENT','DIFFUSE_LIGHT','DIFFUSE_COLOR','SPECULAR_LIGHT','SPECULAR_COLOR','VOLUME_LIGHT','NORMAL','MIST','CryptoObject','CryptoAsset','CryptoMaterial','AOV']
|
|
225777
|
+
:type: typing.Literal['COMBINED','EMISSION','ENVIRONMENT','AO','SHADOW','TRANSPARENT','DIFFUSE_LIGHT','DIFFUSE_COLOR','SPECULAR_LIGHT','SPECULAR_COLOR','VOLUME_LIGHT','POSITION','NORMAL','MIST','CryptoObject','CryptoAsset','CryptoMaterial','AOV']
|
|
225602
225778
|
"""
|
|
225603
225779
|
|
|
225604
225780
|
selected_studio_light: StudioLight
|
|
@@ -230371,6 +230547,8 @@ DATA_PT_grease_pencil_animation: bl_ui.properties_data_grease_pencil.DATA_PT_gre
|
|
|
230371
230547
|
|
|
230372
230548
|
DATA_PT_grease_pencil_custom_props: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_custom_props
|
|
230373
230549
|
|
|
230550
|
+
DATA_PT_grease_pencil_layer_adjustments: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_adjustments
|
|
230551
|
+
|
|
230374
230552
|
DATA_PT_grease_pencil_layer_masks: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_masks
|
|
230375
230553
|
|
|
230376
230554
|
DATA_PT_grease_pencil_layer_relations: bl_ui.properties_data_grease_pencil.DATA_PT_grease_pencil_layer_relations
|
|
@@ -233457,6 +233635,8 @@ WM_OT_properties_remove: bl_operators.wm.WM_OT_properties_remove
|
|
|
233457
233635
|
|
|
233458
233636
|
WM_OT_sysinfo: bl_operators.wm.WM_OT_sysinfo
|
|
233459
233637
|
|
|
233638
|
+
WM_OT_tool_set_by_brush_type: bl_operators.wm.WM_OT_tool_set_by_brush_type
|
|
233639
|
+
|
|
233460
233640
|
WM_OT_tool_set_by_id: bl_operators.wm.WM_OT_tool_set_by_id
|
|
233461
233641
|
|
|
233462
233642
|
WM_OT_tool_set_by_index: bl_operators.wm.WM_OT_tool_set_by_index
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/freedesktop/__init__.pyi
RENAMED
|
File without changes
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/grease_pencil/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/_bpy_internal/system_info/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_console_utils/autocomplete/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fake_bpy_module-20240930 → fake_bpy_module-20241002}/bl_i18n_utils/bl_extract_messages/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|