fake-bpy-module 20240715__tar.gz → 20240716__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-20240715 → fake_bpy_module-20240716}/PKG-INFO +1 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/anim/__init__.pyi +10 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/assets/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bone_selection_sets/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/clip/__init__.pyi +20 -10
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/connect_to_output/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/console/__init__.pyi +10 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/constraint/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/freestyle/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/geometry_nodes/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/image/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/image_as_planes/__init__.pyi +5 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/mesh/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node/__init__.pyi +20 -10
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object/__init__.pyi +22 -11
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_align/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_quick_effects/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_randomize_transform/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/presets/__init__.pyi +10 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/rigidbody/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/sequencer/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/spreadsheet/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/userpref/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_transform/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/view3d/__init__.pyi +18 -11
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/wm/__init__.pyi +48 -25
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/world/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/asset_shelf/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_collection/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_constraint/__init__.pyi +10 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_armature/__init__.pyi +14 -7
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_bone/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_camera/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_curve/__init__.pyi +16 -8
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_curves/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_empty/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_lattice/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_light/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_mesh/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_metaball/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_modifier/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_speaker/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_volume/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_freestyle/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_mask_common/__init__.pyi +14 -7
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_material/__init__.pyi +15 -8
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_object/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_output/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_paint_common/__init__.pyi +31 -18
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_particle/__init__.pyi +82 -41
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_common/__init__.pyi +6 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_field/__init__.pyi +24 -12
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_render/__init__.pyi +81 -41
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_scene/__init__.pyi +10 -5
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_texture/__init__.pyi +16 -8
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_view_layer/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_world/__init__.pyi +14 -7
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_clip/__init__.pyi +34 -17
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_dopesheet/__init__.pyi +20 -10
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_filebrowser/__init__.pyi +20 -10
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_image/__init__.pyi +34 -17
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_nla/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_node/__init__.pyi +18 -9
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_outliner/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_sequencer/__init__.pyi +76 -38
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_text/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_time/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_topbar/__init__.pyi +12 -6
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_userpref/__init__.pyi +44 -22
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_view3d/__init__.pyi +93 -47
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/temp_anim_layers/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/utils/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/image/__init__.pyi +14 -56
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sequencer/__init__.pyi +1 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/asset_utils/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_builtins/__init__.pyi +4 -2
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_utils/__init__.pyi +6 -3
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/README.md +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/aud/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bgl/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_math/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_graph/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blf/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/action/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/boid/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/brush/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/clip/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/curve/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/curves/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/dpaint/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/graph/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/lattice/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/nla/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/node/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/object/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/outliner/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/paint/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/pose/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/scene/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/screen/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sound/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/transform/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/uv/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/wm/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/props/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_python/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_shell/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/pyproject.toml +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_info/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/setup.cfg +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/setup.py +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/sys_info/__init__.pyi +0 -0
- {fake_bpy_module-20240715 → fake_bpy_module-20240716}/sys_info/py.typed +0 -0
|
@@ -12,7 +12,8 @@ class I18n:
|
|
|
12
12
|
py_file: typing.Any
|
|
13
13
|
writers: typing.Any
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
@classmethod
|
|
16
|
+
def check_py_module_has_translations(cls, src, settings=None):
|
|
16
17
|
"""Check whether a given src (a py module, either a directory or a py file) has some i18n translation data,
|
|
17
18
|
and returns a tuple (src_file, translations_tuple) if yes, else (None, None).
|
|
18
19
|
|
|
@@ -111,14 +112,16 @@ class I18nMessage:
|
|
|
111
112
|
sources: typing.Any
|
|
112
113
|
|
|
113
114
|
def copy(self): ...
|
|
114
|
-
|
|
115
|
+
@classmethod
|
|
116
|
+
def do_escape(cls, txt):
|
|
115
117
|
"""Replace some chars by their escaped versions!
|
|
116
118
|
|
|
117
119
|
:param txt:
|
|
118
120
|
"""
|
|
119
121
|
...
|
|
120
122
|
|
|
121
|
-
|
|
123
|
+
@classmethod
|
|
124
|
+
def do_unescape(cls, txt):
|
|
122
125
|
"""Replace escaped chars by real ones!
|
|
123
126
|
|
|
124
127
|
:param txt:
|
|
@@ -185,8 +188,9 @@ class I18nMessages:
|
|
|
185
188
|
"""
|
|
186
189
|
...
|
|
187
190
|
|
|
191
|
+
@classmethod
|
|
188
192
|
def gen_empty_messages(
|
|
189
|
-
|
|
193
|
+
cls,
|
|
190
194
|
uid,
|
|
191
195
|
blender_ver,
|
|
192
196
|
blender_hash,
|
|
@@ -395,7 +395,8 @@ class ARMATURE_OT_collection_remove_unused:
|
|
|
395
395
|
"""Returns the property from the path, raise an exception when not found."""
|
|
396
396
|
...
|
|
397
397
|
|
|
398
|
-
|
|
398
|
+
@classmethod
|
|
399
|
+
def poll(cls, context):
|
|
399
400
|
"""
|
|
400
401
|
|
|
401
402
|
:param context:
|
|
@@ -626,7 +627,8 @@ class ARMATURE_OT_collection_show_all:
|
|
|
626
627
|
"""Returns the property from the path, raise an exception when not found."""
|
|
627
628
|
...
|
|
628
629
|
|
|
629
|
-
|
|
630
|
+
@classmethod
|
|
631
|
+
def poll(cls, context):
|
|
630
632
|
"""
|
|
631
633
|
|
|
632
634
|
:param context:
|
|
@@ -840,7 +842,8 @@ class ARMATURE_OT_collection_unsolo_all:
|
|
|
840
842
|
"""Returns the property from the path, raise an exception when not found."""
|
|
841
843
|
...
|
|
842
844
|
|
|
843
|
-
|
|
845
|
+
@classmethod
|
|
846
|
+
def poll(cls, context):
|
|
844
847
|
"""
|
|
845
848
|
|
|
846
849
|
:param context:
|
|
@@ -1054,7 +1057,8 @@ class ARMATURE_OT_copy_bone_color_to_selected:
|
|
|
1054
1057
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1055
1058
|
...
|
|
1056
1059
|
|
|
1057
|
-
|
|
1060
|
+
@classmethod
|
|
1061
|
+
def poll(cls, context):
|
|
1058
1062
|
"""
|
|
1059
1063
|
|
|
1060
1064
|
:param context:
|
|
@@ -1268,7 +1272,8 @@ class ClearUselessActions:
|
|
|
1268
1272
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1269
1273
|
...
|
|
1270
1274
|
|
|
1271
|
-
|
|
1275
|
+
@classmethod
|
|
1276
|
+
def poll(cls, _context):
|
|
1272
1277
|
"""
|
|
1273
1278
|
|
|
1274
1279
|
:param _context:
|
|
@@ -196,7 +196,8 @@ class ASSET_OT_open_containing_blend_file:
|
|
|
196
196
|
"""Returns the property from the path, raise an exception when not found."""
|
|
197
197
|
...
|
|
198
198
|
|
|
199
|
-
|
|
199
|
+
@classmethod
|
|
200
|
+
def poll(cls, context):
|
|
200
201
|
"""
|
|
201
202
|
|
|
202
203
|
:param context:
|
|
@@ -624,7 +625,8 @@ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator):
|
|
|
624
625
|
"""Returns the property from the path, raise an exception when not found."""
|
|
625
626
|
...
|
|
626
627
|
|
|
627
|
-
|
|
628
|
+
@classmethod
|
|
629
|
+
def poll(cls, context):
|
|
628
630
|
"""
|
|
629
631
|
|
|
630
632
|
:param context:
|
|
@@ -671,7 +673,8 @@ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator):
|
|
|
671
673
|
...
|
|
672
674
|
|
|
673
675
|
class AssetBrowserMetadataOperator:
|
|
674
|
-
|
|
676
|
+
@classmethod
|
|
677
|
+
def poll(cls, context):
|
|
675
678
|
"""
|
|
676
679
|
|
|
677
680
|
:param context:
|
{fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bone_selection_sets/__init__.pyi
RENAMED
|
@@ -1473,7 +1473,8 @@ class POSE_OT_selection_set_move(_PoseModeOnlyMixin, _NeedSelSetMixin):
|
|
|
1473
1473
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1474
1474
|
...
|
|
1475
1475
|
|
|
1476
|
-
|
|
1476
|
+
@classmethod
|
|
1477
|
+
def poll(cls, context):
|
|
1477
1478
|
"""
|
|
1478
1479
|
|
|
1479
1480
|
:param context:
|
|
@@ -2965,7 +2966,8 @@ class SelectionSet:
|
|
|
2965
2966
|
class _PoseModeOnlyMixin:
|
|
2966
2967
|
"""Operator only available for objects of type armature in pose mode."""
|
|
2967
2968
|
|
|
2968
|
-
|
|
2969
|
+
@classmethod
|
|
2970
|
+
def poll(cls, context):
|
|
2969
2971
|
"""
|
|
2970
2972
|
|
|
2971
2973
|
:param context:
|
|
@@ -2975,7 +2977,8 @@ class _PoseModeOnlyMixin:
|
|
|
2975
2977
|
class _NeedSelSetMixin(_PoseModeOnlyMixin):
|
|
2976
2978
|
"""Operator only available if the armature has a selected selection set."""
|
|
2977
2979
|
|
|
2978
|
-
|
|
2980
|
+
@classmethod
|
|
2981
|
+
def poll(cls, context):
|
|
2979
2982
|
"""
|
|
2980
2983
|
|
|
2981
2984
|
:param context:
|
|
@@ -174,7 +174,8 @@ class CLIP_OT_bundles_to_mesh:
|
|
|
174
174
|
"""Returns the property from the path, raise an exception when not found."""
|
|
175
175
|
...
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
@classmethod
|
|
178
|
+
def poll(cls, context):
|
|
178
179
|
"""
|
|
179
180
|
|
|
180
181
|
:param context:
|
|
@@ -603,7 +604,8 @@ class CLIP_OT_delete_proxy:
|
|
|
603
604
|
"""Returns the property from the path, raise an exception when not found."""
|
|
604
605
|
...
|
|
605
606
|
|
|
606
|
-
|
|
607
|
+
@classmethod
|
|
608
|
+
def poll(cls, context):
|
|
607
609
|
"""
|
|
608
610
|
|
|
609
611
|
:param context:
|
|
@@ -817,7 +819,8 @@ class CLIP_OT_filter_tracks:
|
|
|
817
819
|
"""Returns the property from the path, raise an exception when not found."""
|
|
818
820
|
...
|
|
819
821
|
|
|
820
|
-
|
|
822
|
+
@classmethod
|
|
823
|
+
def poll(cls, context):
|
|
821
824
|
"""
|
|
822
825
|
|
|
823
826
|
:param context:
|
|
@@ -1028,7 +1031,8 @@ class CLIP_OT_set_active_clip:
|
|
|
1028
1031
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1029
1032
|
...
|
|
1030
1033
|
|
|
1031
|
-
|
|
1034
|
+
@classmethod
|
|
1035
|
+
def poll(cls, context):
|
|
1032
1036
|
"""
|
|
1033
1037
|
|
|
1034
1038
|
:param context:
|
|
@@ -1242,7 +1246,8 @@ class CLIP_OT_set_viewport_background:
|
|
|
1242
1246
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1243
1247
|
...
|
|
1244
1248
|
|
|
1245
|
-
|
|
1249
|
+
@classmethod
|
|
1250
|
+
def poll(cls, context):
|
|
1246
1251
|
"""
|
|
1247
1252
|
|
|
1248
1253
|
:param context:
|
|
@@ -1328,7 +1333,8 @@ class CLIP_OT_setup_tracking_scene:
|
|
|
1328
1333
|
"""
|
|
1329
1334
|
...
|
|
1330
1335
|
|
|
1331
|
-
|
|
1336
|
+
@staticmethod
|
|
1337
|
+
def createCollection(context, collection_name):
|
|
1332
1338
|
"""
|
|
1333
1339
|
|
|
1334
1340
|
:param context:
|
|
@@ -1464,7 +1470,8 @@ class CLIP_OT_setup_tracking_scene:
|
|
|
1464
1470
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1465
1471
|
...
|
|
1466
1472
|
|
|
1467
|
-
|
|
1473
|
+
@classmethod
|
|
1474
|
+
def poll(cls, context):
|
|
1468
1475
|
"""
|
|
1469
1476
|
|
|
1470
1477
|
:param context:
|
|
@@ -1678,7 +1685,8 @@ class CLIP_OT_track_settings_as_default:
|
|
|
1678
1685
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1679
1686
|
...
|
|
1680
1687
|
|
|
1681
|
-
|
|
1688
|
+
@classmethod
|
|
1689
|
+
def poll(cls, context):
|
|
1682
1690
|
"""
|
|
1683
1691
|
|
|
1684
1692
|
:param context:
|
|
@@ -1892,7 +1900,8 @@ class CLIP_OT_track_settings_to_track:
|
|
|
1892
1900
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1893
1901
|
...
|
|
1894
1902
|
|
|
1895
|
-
|
|
1903
|
+
@classmethod
|
|
1904
|
+
def poll(cls, context):
|
|
1896
1905
|
"""
|
|
1897
1906
|
|
|
1898
1907
|
:param context:
|
|
@@ -2106,7 +2115,8 @@ class CLIP_OT_track_to_empty:
|
|
|
2106
2115
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2107
2116
|
...
|
|
2108
2117
|
|
|
2109
|
-
|
|
2118
|
+
@classmethod
|
|
2119
|
+
def poll(cls, context):
|
|
2110
2120
|
"""
|
|
2111
2121
|
|
|
2112
2122
|
:param context:
|
{fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/connect_to_output/__init__.pyi
RENAMED
|
@@ -73,7 +73,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
73
73
|
"""
|
|
74
74
|
...
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
@staticmethod
|
|
77
|
+
def ensure_group_output(node_tree):
|
|
77
78
|
"""Check if a group output node exists, otherwise create it
|
|
78
79
|
|
|
79
80
|
:param node_tree:
|
|
@@ -109,7 +110,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
109
110
|
"""
|
|
110
111
|
...
|
|
111
112
|
|
|
112
|
-
|
|
113
|
+
@staticmethod
|
|
114
|
+
def get_output_sockets(node_tree):
|
|
113
115
|
"""
|
|
114
116
|
|
|
115
117
|
:param node_tree:
|
|
@@ -251,7 +253,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
251
253
|
"""Returns the property from the path, raise an exception when not found."""
|
|
252
254
|
...
|
|
253
255
|
|
|
254
|
-
|
|
256
|
+
@classmethod
|
|
257
|
+
def poll(cls, context):
|
|
255
258
|
"""Already implemented natively for compositing nodes.
|
|
256
259
|
|
|
257
260
|
:param context:
|
|
@@ -281,7 +284,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
281
284
|
"""Unset a property, will use default value afterward."""
|
|
282
285
|
...
|
|
283
286
|
|
|
284
|
-
|
|
287
|
+
@staticmethod
|
|
288
|
+
def remove_socket(tree, socket):
|
|
285
289
|
"""
|
|
286
290
|
|
|
287
291
|
:param tree:
|
|
@@ -289,7 +293,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
289
293
|
"""
|
|
290
294
|
...
|
|
291
295
|
|
|
292
|
-
|
|
296
|
+
@classmethod
|
|
297
|
+
def search_connected_viewer_sockets(cls, output_node, r_sockets, index=None):
|
|
293
298
|
"""From an output node, recursively scan node tree for connected viewer sockets
|
|
294
299
|
|
|
295
300
|
:param output_node:
|
|
@@ -298,7 +303,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
|
|
|
298
303
|
"""
|
|
299
304
|
...
|
|
300
305
|
|
|
301
|
-
|
|
306
|
+
@classmethod
|
|
307
|
+
def search_viewer_sockets_in_tree(cls, tree, r_sockets):
|
|
302
308
|
"""Recursively get all viewer sockets in a node tree
|
|
303
309
|
|
|
304
310
|
:param tree:
|
|
@@ -173,7 +173,8 @@ class ConsoleAutocomplete:
|
|
|
173
173
|
"""Returns the property from the path, raise an exception when not found."""
|
|
174
174
|
...
|
|
175
175
|
|
|
176
|
-
|
|
176
|
+
@classmethod
|
|
177
|
+
def poll(cls, context):
|
|
177
178
|
"""
|
|
178
179
|
|
|
179
180
|
:param context:
|
|
@@ -386,7 +387,8 @@ class ConsoleBanner:
|
|
|
386
387
|
"""Returns the property from the path, raise an exception when not found."""
|
|
387
388
|
...
|
|
388
389
|
|
|
389
|
-
|
|
390
|
+
@classmethod
|
|
391
|
+
def poll(cls, context):
|
|
390
392
|
"""
|
|
391
393
|
|
|
392
394
|
:param context:
|
|
@@ -599,7 +601,8 @@ class ConsoleCopyAsScript:
|
|
|
599
601
|
"""Returns the property from the path, raise an exception when not found."""
|
|
600
602
|
...
|
|
601
603
|
|
|
602
|
-
|
|
604
|
+
@classmethod
|
|
605
|
+
def poll(cls, context):
|
|
603
606
|
"""
|
|
604
607
|
|
|
605
608
|
:param context:
|
|
@@ -813,7 +816,8 @@ class ConsoleExec:
|
|
|
813
816
|
"""Returns the property from the path, raise an exception when not found."""
|
|
814
817
|
...
|
|
815
818
|
|
|
816
|
-
|
|
819
|
+
@classmethod
|
|
820
|
+
def poll(cls, context):
|
|
817
821
|
"""
|
|
818
822
|
|
|
819
823
|
:param context:
|
|
@@ -1026,7 +1030,8 @@ class ConsoleLanguage:
|
|
|
1026
1030
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1027
1031
|
...
|
|
1028
1032
|
|
|
1029
|
-
|
|
1033
|
+
@classmethod
|
|
1034
|
+
def poll(cls, context):
|
|
1030
1035
|
"""
|
|
1031
1036
|
|
|
1032
1037
|
:param context:
|
|
@@ -174,7 +174,8 @@ class CONSTRAINT_OT_add_target:
|
|
|
174
174
|
"""Returns the property from the path, raise an exception when not found."""
|
|
175
175
|
...
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
@classmethod
|
|
178
|
+
def poll(cls, context):
|
|
178
179
|
"""
|
|
179
180
|
|
|
180
181
|
:param context:
|
|
@@ -388,7 +389,8 @@ class CONSTRAINT_OT_disable_keep_transform:
|
|
|
388
389
|
"""Returns the property from the path, raise an exception when not found."""
|
|
389
390
|
...
|
|
390
391
|
|
|
391
|
-
|
|
392
|
+
@classmethod
|
|
393
|
+
def poll(cls, context):
|
|
392
394
|
"""
|
|
393
395
|
|
|
394
396
|
:param context:
|
|
@@ -602,7 +604,8 @@ class CONSTRAINT_OT_normalize_target_weights:
|
|
|
602
604
|
"""Returns the property from the path, raise an exception when not found."""
|
|
603
605
|
...
|
|
604
606
|
|
|
605
|
-
|
|
607
|
+
@classmethod
|
|
608
|
+
def poll(cls, context):
|
|
606
609
|
"""
|
|
607
610
|
|
|
608
611
|
:param context:
|
|
@@ -816,7 +819,8 @@ class CONSTRAINT_OT_remove_target:
|
|
|
816
819
|
"""Returns the property from the path, raise an exception when not found."""
|
|
817
820
|
...
|
|
818
821
|
|
|
819
|
-
|
|
822
|
+
@classmethod
|
|
823
|
+
def poll(cls, context):
|
|
820
824
|
"""
|
|
821
825
|
|
|
822
826
|
:param context:
|
|
@@ -174,7 +174,8 @@ class SCENE_OT_freestyle_add_edge_marks_to_keying_set:
|
|
|
174
174
|
"""Returns the property from the path, raise an exception when not found."""
|
|
175
175
|
...
|
|
176
176
|
|
|
177
|
-
|
|
177
|
+
@classmethod
|
|
178
|
+
def poll(cls, context):
|
|
178
179
|
"""
|
|
179
180
|
|
|
180
181
|
:param context:
|
|
@@ -388,7 +389,8 @@ class SCENE_OT_freestyle_add_face_marks_to_keying_set:
|
|
|
388
389
|
"""Returns the property from the path, raise an exception when not found."""
|
|
389
390
|
...
|
|
390
391
|
|
|
391
|
-
|
|
392
|
+
@classmethod
|
|
393
|
+
def poll(cls, context):
|
|
392
394
|
"""
|
|
393
395
|
|
|
394
396
|
:param context:
|
|
@@ -602,7 +604,8 @@ class SCENE_OT_freestyle_fill_range_by_selection:
|
|
|
602
604
|
"""Returns the property from the path, raise an exception when not found."""
|
|
603
605
|
...
|
|
604
606
|
|
|
605
|
-
|
|
607
|
+
@classmethod
|
|
608
|
+
def poll(cls, context):
|
|
606
609
|
"""
|
|
607
610
|
|
|
608
611
|
:param context:
|
|
@@ -824,7 +827,8 @@ class SCENE_OT_freestyle_module_open:
|
|
|
824
827
|
"""Returns the property from the path, raise an exception when not found."""
|
|
825
828
|
...
|
|
826
829
|
|
|
827
|
-
|
|
830
|
+
@classmethod
|
|
831
|
+
def poll(cls, context):
|
|
828
832
|
"""
|
|
829
833
|
|
|
830
834
|
:param context:
|
{fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/geometry_nodes/__init__.pyi
RENAMED
|
@@ -182,7 +182,8 @@ class MoveModifierToNodes:
|
|
|
182
182
|
"""Returns the property from the path, raise an exception when not found."""
|
|
183
183
|
...
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
@classmethod
|
|
186
|
+
def poll(cls, context):
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
189
|
:param context:
|
|
@@ -396,7 +397,8 @@ class NewGeometryNodeGroupTool:
|
|
|
396
397
|
"""Returns the property from the path, raise an exception when not found."""
|
|
397
398
|
...
|
|
398
399
|
|
|
399
|
-
|
|
400
|
+
@classmethod
|
|
401
|
+
def poll(cls, context):
|
|
400
402
|
"""
|
|
401
403
|
|
|
402
404
|
:param context:
|
|
@@ -610,7 +612,8 @@ class NewGeometryNodeTreeAssign:
|
|
|
610
612
|
"""Returns the property from the path, raise an exception when not found."""
|
|
611
613
|
...
|
|
612
614
|
|
|
613
|
-
|
|
615
|
+
@classmethod
|
|
616
|
+
def poll(cls, context):
|
|
614
617
|
"""
|
|
615
618
|
|
|
616
619
|
:param context:
|
|
@@ -824,7 +827,8 @@ class NewGeometryNodesModifier:
|
|
|
824
827
|
"""Returns the property from the path, raise an exception when not found."""
|
|
825
828
|
...
|
|
826
829
|
|
|
827
|
-
|
|
830
|
+
@classmethod
|
|
831
|
+
def poll(cls, context):
|
|
828
832
|
"""
|
|
829
833
|
|
|
830
834
|
:param context:
|
|
@@ -871,14 +875,16 @@ class NewGeometryNodesModifier:
|
|
|
871
875
|
...
|
|
872
876
|
|
|
873
877
|
class ZoneOperator:
|
|
874
|
-
|
|
878
|
+
@classmethod
|
|
879
|
+
def get_node(cls, context):
|
|
875
880
|
"""
|
|
876
881
|
|
|
877
882
|
:param context:
|
|
878
883
|
"""
|
|
879
884
|
...
|
|
880
885
|
|
|
881
|
-
|
|
886
|
+
@classmethod
|
|
887
|
+
def poll(cls, context):
|
|
882
888
|
"""
|
|
883
889
|
|
|
884
890
|
:param context:
|
|
@@ -374,7 +374,8 @@ class IMAGE_FH_drop_handler:
|
|
|
374
374
|
"""Returns the property from the path, raise an exception when not found."""
|
|
375
375
|
...
|
|
376
376
|
|
|
377
|
-
|
|
377
|
+
@classmethod
|
|
378
|
+
def poll_drop(cls, context):
|
|
378
379
|
"""
|
|
379
380
|
|
|
380
381
|
:param context:
|
|
@@ -582,7 +583,8 @@ class IMAGE_OT_open_images:
|
|
|
582
583
|
"""Returns the property from the path, raise an exception when not found."""
|
|
583
584
|
...
|
|
584
585
|
|
|
585
|
-
|
|
586
|
+
@classmethod
|
|
587
|
+
def poll(cls, context):
|
|
586
588
|
"""
|
|
587
589
|
|
|
588
590
|
:param context:
|
{fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/image_as_planes/__init__.pyi
RENAMED
|
@@ -206,7 +206,8 @@ class IMAGE_OT_convert_to_mesh_plane(TextureProperties_MixIn, MaterialProperties
|
|
|
206
206
|
"""Returns the property from the path, raise an exception when not found."""
|
|
207
207
|
...
|
|
208
208
|
|
|
209
|
-
|
|
209
|
+
@classmethod
|
|
210
|
+
def poll(cls, context):
|
|
210
211
|
"""
|
|
211
212
|
|
|
212
213
|
:param context:
|
|
@@ -644,7 +645,7 @@ class TextureProperties_MixIn:
|
|
|
644
645
|
"""
|
|
645
646
|
...
|
|
646
647
|
|
|
647
|
-
def apply_texture_options(texture, img_spec): ...
|
|
648
|
+
def apply_texture_options(self_, texture, img_spec): ...
|
|
648
649
|
def auto_align_nodes(node_tree):
|
|
649
650
|
"""Given a shader node tree, arrange nodes neatly relative to the output node."""
|
|
650
651
|
|
|
@@ -665,8 +666,8 @@ def compute_camera_size(context, center, fill_mode, aspect):
|
|
|
665
666
|
|
|
666
667
|
...
|
|
667
668
|
|
|
668
|
-
def create_cycles_material(context, img_spec, name): ...
|
|
669
|
-
def create_cycles_texnode(node_tree, img_spec): ...
|
|
669
|
+
def create_cycles_material(self_, context, img_spec, name): ...
|
|
670
|
+
def create_cycles_texnode(self_, node_tree, img_spec): ...
|
|
670
671
|
def find_image_sequences(files):
|
|
671
672
|
"""From a group of files, detect image sequences.This returns a generator of tuples, which contain the filename,
|
|
672
673
|
start frame, and length of the detected sequence
|
|
@@ -182,7 +182,8 @@ class MeshMirrorUV:
|
|
|
182
182
|
"""Returns the property from the path, raise an exception when not found."""
|
|
183
183
|
...
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
@classmethod
|
|
186
|
+
def poll(cls, context):
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
189
|
:param context:
|
|
@@ -396,7 +397,8 @@ class MeshSelectNext:
|
|
|
396
397
|
"""Returns the property from the path, raise an exception when not found."""
|
|
397
398
|
...
|
|
398
399
|
|
|
399
|
-
|
|
400
|
+
@classmethod
|
|
401
|
+
def poll(cls, context):
|
|
400
402
|
"""
|
|
401
403
|
|
|
402
404
|
:param context:
|
|
@@ -610,7 +612,8 @@ class MeshSelectPrev:
|
|
|
610
612
|
"""Returns the property from the path, raise an exception when not found."""
|
|
611
613
|
...
|
|
612
614
|
|
|
613
|
-
|
|
615
|
+
@classmethod
|
|
616
|
+
def poll(cls, context):
|
|
614
617
|
"""
|
|
615
618
|
|
|
616
619
|
:param context:
|
|
@@ -159,7 +159,8 @@ class NODE_FH_image_node:
|
|
|
159
159
|
"""Returns the property from the path, raise an exception when not found."""
|
|
160
160
|
...
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
@classmethod
|
|
163
|
+
def poll_drop(cls, context):
|
|
163
164
|
"""
|
|
164
165
|
|
|
165
166
|
:param context:
|
|
@@ -249,7 +250,8 @@ class NODE_OT_add_node(NodeAddOperator):
|
|
|
249
250
|
"""
|
|
250
251
|
...
|
|
251
252
|
|
|
252
|
-
|
|
253
|
+
@classmethod
|
|
254
|
+
def description(cls, _context, properties):
|
|
253
255
|
"""
|
|
254
256
|
|
|
255
257
|
:param _context:
|
|
@@ -1116,7 +1118,8 @@ class NODE_OT_collapse_hide_unused_toggle:
|
|
|
1116
1118
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1117
1119
|
...
|
|
1118
1120
|
|
|
1119
|
-
|
|
1121
|
+
@classmethod
|
|
1122
|
+
def poll(cls, context):
|
|
1120
1123
|
"""
|
|
1121
1124
|
|
|
1122
1125
|
:param context:
|
|
@@ -1330,7 +1333,8 @@ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator):
|
|
|
1330
1333
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1331
1334
|
...
|
|
1332
1335
|
|
|
1333
|
-
|
|
1336
|
+
@classmethod
|
|
1337
|
+
def poll(cls, context):
|
|
1334
1338
|
"""
|
|
1335
1339
|
|
|
1336
1340
|
:param context:
|
|
@@ -1439,7 +1443,8 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator):
|
|
|
1439
1443
|
"""
|
|
1440
1444
|
...
|
|
1441
1445
|
|
|
1442
|
-
|
|
1446
|
+
@staticmethod
|
|
1447
|
+
def find_valid_socket_type(tree):
|
|
1443
1448
|
"""
|
|
1444
1449
|
|
|
1445
1450
|
:param tree:
|
|
@@ -1979,7 +1984,8 @@ class NODE_OT_tree_path_parent:
|
|
|
1979
1984
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1980
1985
|
...
|
|
1981
1986
|
|
|
1982
|
-
|
|
1987
|
+
@classmethod
|
|
1988
|
+
def poll(cls, context):
|
|
1983
1989
|
"""
|
|
1984
1990
|
|
|
1985
1991
|
:param context:
|
|
@@ -2034,7 +2040,8 @@ class NodeAddOperator:
|
|
|
2034
2040
|
"""
|
|
2035
2041
|
...
|
|
2036
2042
|
|
|
2037
|
-
|
|
2043
|
+
@staticmethod
|
|
2044
|
+
def deselect_nodes(context):
|
|
2038
2045
|
"""
|
|
2039
2046
|
|
|
2040
2047
|
:param context:
|
|
@@ -2049,14 +2056,16 @@ class NodeAddOperator:
|
|
|
2049
2056
|
"""
|
|
2050
2057
|
...
|
|
2051
2058
|
|
|
2052
|
-
|
|
2059
|
+
@classmethod
|
|
2060
|
+
def poll(cls, context):
|
|
2053
2061
|
"""
|
|
2054
2062
|
|
|
2055
2063
|
:param context:
|
|
2056
2064
|
"""
|
|
2057
2065
|
...
|
|
2058
2066
|
|
|
2059
|
-
|
|
2067
|
+
@staticmethod
|
|
2068
|
+
def store_mouse_cursor(context, event):
|
|
2060
2069
|
"""
|
|
2061
2070
|
|
|
2062
2071
|
:param context:
|
|
@@ -2065,7 +2074,8 @@ class NodeAddOperator:
|
|
|
2065
2074
|
...
|
|
2066
2075
|
|
|
2067
2076
|
class NodeInterfaceOperator:
|
|
2068
|
-
|
|
2077
|
+
@classmethod
|
|
2078
|
+
def poll(cls, context):
|
|
2069
2079
|
"""
|
|
2070
2080
|
|
|
2071
2081
|
:param context:
|