fake-bpy-module 20250602__tar.gz → 20250604__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-20250602 → fake_bpy_module-20250604}/PKG-INFO +1 -1
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_paint_common/__init__.pyi +1 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_dopesheet/__init__.pyi +2 -2
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_graph/__init__.pyi +2 -4
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_nla/__init__.pyi +2 -4
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_node/__init__.pyi +28 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_sequencer/__init__.pyi +2 -1
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_toolsystem_common/__init__.pyi +0 -17
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_view3d_toolbar/__init__.pyi +41 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/utils/__init__.pyi +17 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/app/__init__.pyi +5 -5
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/action/__init__.pyi +14 -13
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/boid/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/brush/__init__.pyi +4 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/clip/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/curve/__init__.pyi +5 -5
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/curves/__init__.pyi +9 -9
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/dpaint/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/geometry/__init__.pyi +22 -19
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/graph/__init__.pyi +19 -17
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/grease_pencil/__init__.pyi +50 -9
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/image/__init__.pyi +12 -9
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/lattice/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/mesh/__init__.pyi +45 -43
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/nla/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/node/__init__.pyi +4 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/object/__init__.pyi +76 -69
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/outliner/__init__.pyi +5 -5
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/paint/__init__.pyi +9 -7
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/pose/__init__.pyi +15 -13
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/rigidbody/__init__.pyi +9 -9
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/scene/__init__.pyi +12 -9
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/screen/__init__.pyi +7 -7
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/sequencer/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/sound/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/transform/__init__.pyi +89 -73
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/uv/__init__.pyi +3 -3
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/wm/__init__.pyi +33 -20
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/props/__init__.pyi +61 -59
- {fake_bpy_module-20250602/bpy/_typing → fake_bpy_module-20250604/bpy/stub_internal}/rna_enums/__init__.pyi +2 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/types/__init__.pyi +1384 -966
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/fake_bpy_module.egg-info/PKG-INFO +1 -1
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/fake_bpy_module.egg-info/SOURCES.txt +2 -2
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/__init__.pyi +4 -6
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/README.md +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/addons/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/addons/cli/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/freedesktop/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/system_info/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/addon_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/addon_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/animsys_refactor/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/animsys_refactor/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/aud/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/aud/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bgl/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bgl/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_app_override/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_app_override/helpers/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_app_override/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_app_template_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_app_template_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/autocomplete/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_console_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/settings/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/io/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_keymap_utils/versioning/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_math/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_math/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/assets/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/clip/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/connect_to_output/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/console/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/file/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/image/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/image_as_planes/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/mesh/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/node/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/node_editor/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/object/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/object_align/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/object_quick_effects/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/presets/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/sequencer/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/userpref/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/wm/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_operators/world/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_previews_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_previews_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_rna_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_rna_utils/data_path/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_rna_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_text_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_text_utils/external_editor/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_text_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/asset_shelf/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/generic_ui_list/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/node_add_menu/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_animviz/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_collection/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_armature/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_bone/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_camera/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_curve/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_curves/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_empty/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_light/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_data_volume/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_mask_common/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_material/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_object/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_output/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_particle/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_common/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_field/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_render/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_scene/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_texture/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_view_layer/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_workspace/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_world/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_clip/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_console/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_filebrowser/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_image/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_info/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_outliner/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_properties/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_statusbar/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_text/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_time/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_topbar/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_userpref/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_view3d/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui_utils/layout/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/blend_render_info/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/blend_render_info/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/blf/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/blf/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/ops/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bmesh/utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/app/handlers/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/app/icons/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/app/timers/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/app/translations/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/msgbus/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/armature/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/asset/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/buttons/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/cachefile/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/camera/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/cloth/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/collection/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/console/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/constraint/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/cycles/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/ed/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/export_anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/export_scene/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/extensions/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/file/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/fluid/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/font/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/gizmogroup/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/gpencil/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/import_anim/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/import_curve/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/import_scene/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/info/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/marker/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/mask/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/material/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/mball/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/paintcurve/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/palette/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/particle/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/pointcloud/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/poselib/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/preferences/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/ptcache/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/render/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/script/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/sculpt/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/spreadsheet/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/surface/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/text/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/text_editor/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/texture/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/ui/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/uilist/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/view2d/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/view3d/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/workspace/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/ops/world/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/path/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/py.typed +0 -0
- {fake_bpy_module-20250602/bpy/_typing → fake_bpy_module-20250604/bpy/stub_internal}/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/utils/previews/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy/utils/units/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/anim_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/asset_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/id_map_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/image_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/io_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/mesh_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/node_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/object_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/view3d_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/wm_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_restrict_state/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_restrict_state/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/bpy_types/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/console_python/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/console_python/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/console_shell/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/console_shell/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/fake_bpy_module.egg-info/top_level.txt +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/chainingiterators/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/functions/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/predicates/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/shaders/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/capabilities/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/matrix/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/platform/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/select/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/shader/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/state/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/texture/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu/types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu_extras/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu_extras/batch/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu_extras/presets/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/gpu_extras/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/graphviz_export/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/graphviz_export/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/idprop/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/idprop/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/idprop/types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/imbuf/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/imbuf/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/imbuf/types/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/keyingsets_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/keyingsets_builtins/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/keyingsets_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/keyingsets_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/bvhtree/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/geometry/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/interpolate/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/kdtree/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/noise/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/mathutils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/nodeitems_builtins/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/nodeitems_builtins/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/nodeitems_utils/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/nodeitems_utils/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/pyproject.toml +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_info/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_info/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_keymap_ui/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_keymap_ui/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_prop_ui/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_prop_ui/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_xml/__init__.pyi +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/rna_xml/py.typed +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/setup.cfg +0 -0
- {fake_bpy_module-20250602 → fake_bpy_module-20250604}/setup.py +0 -0
{fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/properties_paint_common/__init__.pyi
RENAMED
|
@@ -367,5 +367,6 @@ def brush_shared_settings(layout, context, brush, popover=False):
|
|
|
367
367
|
"""Draw simple brush settings that are shared between different paint modes."""
|
|
368
368
|
|
|
369
369
|
def brush_texture_settings(layout, brush, sculpt): ...
|
|
370
|
+
def color_jitter_panel(layout, context, brush): ...
|
|
370
371
|
def draw_color_settings(context, layout, brush, color_type=False):
|
|
371
372
|
"""Draw color wheel and gradient settings."""
|
|
@@ -3,7 +3,7 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bl_ui.properties_data_grease_pencil
|
|
6
|
-
import bl_ui.
|
|
6
|
+
import bl_ui.utils
|
|
7
7
|
import bpy.types
|
|
8
8
|
import rna_prop_ui
|
|
9
9
|
|
|
@@ -696,7 +696,7 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
696
696
|
"""
|
|
697
697
|
|
|
698
698
|
class DOPESHEET_PT_playhead_snapping(
|
|
699
|
-
bl_ui.
|
|
699
|
+
bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel
|
|
700
700
|
):
|
|
701
701
|
bl_label: typing.Any
|
|
702
702
|
bl_region_type: typing.Any
|
|
@@ -3,7 +3,7 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bl_ui.space_dopesheet
|
|
6
|
-
import bl_ui.
|
|
6
|
+
import bl_ui.utils
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
class GRAPH_HT_header(bpy.types.Header):
|
|
@@ -490,9 +490,7 @@ class GRAPH_PT_filters(
|
|
|
490
490
|
:param context:
|
|
491
491
|
"""
|
|
492
492
|
|
|
493
|
-
class GRAPH_PT_playhead_snapping(
|
|
494
|
-
bl_ui.space_toolsystem_common.PlayheadSnappingPanel, bpy.types.Panel
|
|
495
|
-
):
|
|
493
|
+
class GRAPH_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel):
|
|
496
494
|
bl_label: typing.Any
|
|
497
495
|
bl_region_type: typing.Any
|
|
498
496
|
bl_rna: typing.Any
|
|
@@ -3,7 +3,7 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bl_ui.space_dopesheet
|
|
6
|
-
import bl_ui.
|
|
6
|
+
import bl_ui.utils
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
class NLA_HT_header(bpy.types.Header):
|
|
@@ -422,9 +422,7 @@ class NLA_PT_filters(bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy.types
|
|
|
422
422
|
:param context:
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
|
-
class NLA_PT_playhead_snapping(
|
|
426
|
-
bl_ui.space_toolsystem_common.PlayheadSnappingPanel, bpy.types.Panel
|
|
427
|
-
):
|
|
425
|
+
class NLA_PT_playhead_snapping(bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel):
|
|
428
426
|
bl_label: typing.Any
|
|
429
427
|
bl_region_type: typing.Any
|
|
430
428
|
bl_rna: typing.Any
|
|
@@ -611,6 +611,34 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
|
|
|
611
611
|
:param context:
|
|
612
612
|
"""
|
|
613
613
|
|
|
614
|
+
class NODE_PT_gizmo_display(bpy.types.Panel):
|
|
615
|
+
bl_label: typing.Any
|
|
616
|
+
bl_region_type: typing.Any
|
|
617
|
+
bl_rna: typing.Any
|
|
618
|
+
bl_space_type: typing.Any
|
|
619
|
+
bl_ui_units_x: typing.Any
|
|
620
|
+
id_data: typing.Any
|
|
621
|
+
|
|
622
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
623
|
+
"""
|
|
624
|
+
|
|
625
|
+
:return: The RNA type or default when not found.
|
|
626
|
+
:rtype: bpy.types.Struct
|
|
627
|
+
"""
|
|
628
|
+
|
|
629
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
630
|
+
"""
|
|
631
|
+
|
|
632
|
+
:return: The class or default when not found.
|
|
633
|
+
:rtype: typing.Any
|
|
634
|
+
"""
|
|
635
|
+
|
|
636
|
+
def draw(self, context):
|
|
637
|
+
"""
|
|
638
|
+
|
|
639
|
+
:param context:
|
|
640
|
+
"""
|
|
641
|
+
|
|
614
642
|
class NODE_PT_material_slots(bpy.types.Panel):
|
|
615
643
|
bl_label: typing.Any
|
|
616
644
|
bl_region_type: typing.Any
|
|
@@ -4,6 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bl_ui.properties_grease_pencil_common
|
|
6
6
|
import bl_ui.space_toolsystem_common
|
|
7
|
+
import bl_ui.utils
|
|
7
8
|
import bpy.types
|
|
8
9
|
import rna_prop_ui
|
|
9
10
|
|
|
@@ -1901,7 +1902,7 @@ class SEQUENCER_PT_overlay(bpy.types.Panel):
|
|
|
1901
1902
|
"""
|
|
1902
1903
|
|
|
1903
1904
|
class SEQUENCER_PT_playhead_snapping(
|
|
1904
|
-
bl_ui.
|
|
1905
|
+
bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel
|
|
1905
1906
|
):
|
|
1906
1907
|
bl_label: typing.Any
|
|
1907
1908
|
bl_region_type: typing.Any
|
{fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_toolsystem_common/__init__.pyi
RENAMED
|
@@ -4,23 +4,6 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bpy.types
|
|
6
6
|
|
|
7
|
-
class PlayheadSnappingPanel:
|
|
8
|
-
bl_label: typing.Any
|
|
9
|
-
bl_region_type: typing.Any
|
|
10
|
-
|
|
11
|
-
def draw(self, context):
|
|
12
|
-
"""
|
|
13
|
-
|
|
14
|
-
:param context:
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
@classmethod
|
|
18
|
-
def poll(cls, context):
|
|
19
|
-
"""
|
|
20
|
-
|
|
21
|
-
:param context:
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
7
|
class ToolActivePanelHelper:
|
|
25
8
|
bl_label: typing.Any
|
|
26
9
|
|
{fake_bpy_module-20250602 → fake_bpy_module-20250604}/bl_ui/space_view3d_toolbar/__init__.pyi
RENAMED
|
@@ -1358,6 +1358,47 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
|
|
|
1358
1358
|
:param context:
|
|
1359
1359
|
"""
|
|
1360
1360
|
|
|
1361
|
+
class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
|
|
1362
|
+
View3DPanel, bpy.types.Panel
|
|
1363
|
+
):
|
|
1364
|
+
bl_category: typing.Any
|
|
1365
|
+
bl_context: typing.Any
|
|
1366
|
+
bl_label: typing.Any
|
|
1367
|
+
bl_options: typing.Any
|
|
1368
|
+
bl_parent_id: typing.Any
|
|
1369
|
+
bl_region_type: typing.Any
|
|
1370
|
+
bl_rna: typing.Any
|
|
1371
|
+
bl_space_type: typing.Any
|
|
1372
|
+
bl_ui_units_x: typing.Any
|
|
1373
|
+
id_data: typing.Any
|
|
1374
|
+
|
|
1375
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1376
|
+
"""
|
|
1377
|
+
|
|
1378
|
+
:return: The RNA type or default when not found.
|
|
1379
|
+
:rtype: bpy.types.Struct
|
|
1380
|
+
"""
|
|
1381
|
+
|
|
1382
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1383
|
+
"""
|
|
1384
|
+
|
|
1385
|
+
:return: The class or default when not found.
|
|
1386
|
+
:rtype: typing.Any
|
|
1387
|
+
"""
|
|
1388
|
+
|
|
1389
|
+
def draw(self, context):
|
|
1390
|
+
"""
|
|
1391
|
+
|
|
1392
|
+
:param context:
|
|
1393
|
+
"""
|
|
1394
|
+
|
|
1395
|
+
@classmethod
|
|
1396
|
+
def poll(cls, context):
|
|
1397
|
+
"""
|
|
1398
|
+
|
|
1399
|
+
:param context:
|
|
1400
|
+
"""
|
|
1401
|
+
|
|
1361
1402
|
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
|
|
1362
1403
|
bl_category: typing.Any
|
|
1363
1404
|
bl_context: typing.Any
|
|
@@ -3,6 +3,23 @@ import collections.abc
|
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
|
+
class PlayheadSnappingPanel:
|
|
7
|
+
bl_label: typing.Any
|
|
8
|
+
bl_region_type: typing.Any
|
|
9
|
+
|
|
10
|
+
def draw(self, context):
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
:param context:
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
@classmethod
|
|
17
|
+
def poll(cls, context):
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
:param context:
|
|
21
|
+
"""
|
|
22
|
+
|
|
6
23
|
class PresetPanel:
|
|
7
24
|
bl_label: typing.Any
|
|
8
25
|
bl_region_type: typing.Any
|
|
@@ -15,7 +15,7 @@ import typing
|
|
|
15
15
|
import collections.abc
|
|
16
16
|
import typing_extensions
|
|
17
17
|
import numpy.typing as npt
|
|
18
|
-
import bpy.
|
|
18
|
+
import bpy.stub_internal.rna_enums
|
|
19
19
|
|
|
20
20
|
from . import handlers as handlers
|
|
21
21
|
from . import icons as icons
|
|
@@ -29,11 +29,11 @@ def help_text(all: bool | None = False):
|
|
|
29
29
|
:type all: bool | None
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
|
-
def is_job_running(job_type: bpy.
|
|
32
|
+
def is_job_running(job_type: bpy.stub_internal.rna_enums.WmJobTypeItems):
|
|
33
33
|
"""Check whether a job of the given type is running.
|
|
34
34
|
|
|
35
35
|
:param job_type: job type in `rna_enum_wm_job_type_items`.
|
|
36
|
-
:type job_type: bpy.
|
|
36
|
+
:type job_type: bpy.stub_internal.rna_enums.WmJobTypeItems
|
|
37
37
|
:return: Whether a job of the given type is currently running.
|
|
38
38
|
"""
|
|
39
39
|
|
|
@@ -190,7 +190,7 @@ factory_startup: typing.Any
|
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
ffmpeg: typing.Any
|
|
193
|
-
""" Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(
|
|
193
|
+
""" Constant value bpy.app.ffmpeg(supported=True, avcodec_version=(61, 19, 101), avcodec_version_string='61, 19, 101', avdevice_version=(61, 3, 100), avdevice_version_string='61, 3, 100', avformat_version=(61, 7, 100), avformat_version_string='61, 7, 100', avutil_version=(59, 39, 100), avutil_version_string='59, 39, 100', swscale_version=(8, 3, 100), swscale_version_string=' 8, 3, 100')
|
|
194
194
|
"""
|
|
195
195
|
|
|
196
196
|
module: typing.Any
|
|
@@ -202,7 +202,7 @@ ocio: typing.Any
|
|
|
202
202
|
"""
|
|
203
203
|
|
|
204
204
|
oiio: typing.Any
|
|
205
|
-
""" Constant value bpy.app.oiio(supported=True, version=(3, 0,
|
|
205
|
+
""" Constant value bpy.app.oiio(supported=True, version=(3, 0, 6), version_string=' 3, 0, 6')
|
|
206
206
|
"""
|
|
207
207
|
|
|
208
208
|
online_access: typing.Any
|
|
@@ -2,8 +2,8 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy._typing.rna_enums
|
|
6
5
|
import bpy.ops.transform
|
|
6
|
+
import bpy.stub_internal.rna_enums
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
def bake_keys(execution_context: int | str | None = None, undo: bool | None = None):
|
|
@@ -116,14 +116,14 @@ def easing_type(
|
|
|
116
116
|
undo: bool | None = None,
|
|
117
117
|
/,
|
|
118
118
|
*,
|
|
119
|
-
type: bpy.
|
|
119
|
+
type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
|
|
120
120
|
):
|
|
121
121
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
122
122
|
|
|
123
123
|
:type execution_context: int | str | None
|
|
124
124
|
:type undo: bool | None
|
|
125
125
|
:param type: Type
|
|
126
|
-
:type type: bpy.
|
|
126
|
+
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None
|
|
127
127
|
"""
|
|
128
128
|
|
|
129
129
|
def extrapolation_type(
|
|
@@ -166,14 +166,14 @@ def handle_type(
|
|
|
166
166
|
undo: bool | None = None,
|
|
167
167
|
/,
|
|
168
168
|
*,
|
|
169
|
-
type: bpy.
|
|
169
|
+
type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None = "FREE",
|
|
170
170
|
):
|
|
171
171
|
"""Set type of handle for selected keyframes
|
|
172
172
|
|
|
173
173
|
:type execution_context: int | str | None
|
|
174
174
|
:type undo: bool | None
|
|
175
175
|
:param type: Type
|
|
176
|
-
:type type: bpy.
|
|
176
|
+
:type type: bpy.stub_internal.rna_enums.KeyframeHandleTypeItems | None
|
|
177
177
|
"""
|
|
178
178
|
|
|
179
179
|
def interpolation_type(
|
|
@@ -181,14 +181,15 @@ def interpolation_type(
|
|
|
181
181
|
undo: bool | None = None,
|
|
182
182
|
/,
|
|
183
183
|
*,
|
|
184
|
-
type: bpy.
|
|
184
|
+
type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems
|
|
185
|
+
| None = "CONSTANT",
|
|
185
186
|
):
|
|
186
187
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
187
188
|
|
|
188
189
|
:type execution_context: int | str | None
|
|
189
190
|
:type undo: bool | None
|
|
190
191
|
:param type: Type
|
|
191
|
-
:type type: bpy.
|
|
192
|
+
:type type: bpy.stub_internal.rna_enums.BeztripleInterpolationModeItems | None
|
|
192
193
|
"""
|
|
193
194
|
|
|
194
195
|
def keyframe_insert(
|
|
@@ -211,14 +212,14 @@ def keyframe_type(
|
|
|
211
212
|
undo: bool | None = None,
|
|
212
213
|
/,
|
|
213
214
|
*,
|
|
214
|
-
type: bpy.
|
|
215
|
+
type: bpy.stub_internal.rna_enums.BeztripleKeyframeTypeItems | None = "KEYFRAME",
|
|
215
216
|
):
|
|
216
217
|
"""Set type of keyframe for the selected keyframes
|
|
217
218
|
|
|
218
219
|
:type execution_context: int | str | None
|
|
219
220
|
:type undo: bool | None
|
|
220
221
|
:param type: Type
|
|
221
|
-
:type type: bpy.
|
|
222
|
+
:type type: bpy.stub_internal.rna_enums.BeztripleKeyframeTypeItems | None
|
|
222
223
|
"""
|
|
223
224
|
|
|
224
225
|
def layer_next(execution_context: int | str | None = None, undo: bool | None = None):
|
|
@@ -280,8 +281,8 @@ def paste(
|
|
|
280
281
|
undo: bool | None = None,
|
|
281
282
|
/,
|
|
282
283
|
*,
|
|
283
|
-
offset: bpy.
|
|
284
|
-
merge: bpy.
|
|
284
|
+
offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None = "START",
|
|
285
|
+
merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None = "MIX",
|
|
285
286
|
flipped: bool | None = False,
|
|
286
287
|
):
|
|
287
288
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
@@ -289,9 +290,9 @@ def paste(
|
|
|
289
290
|
:type execution_context: int | str | None
|
|
290
291
|
:type undo: bool | None
|
|
291
292
|
:param offset: Offset, Paste time offset of keys
|
|
292
|
-
:type offset: bpy.
|
|
293
|
+
:type offset: bpy.stub_internal.rna_enums.KeyframePasteOffsetItems | None
|
|
293
294
|
:param merge: Type, Method of merging pasted keys and existing
|
|
294
|
-
:type merge: bpy.
|
|
295
|
+
:type merge: bpy.stub_internal.rna_enums.KeyframePasteMergeItems | None
|
|
295
296
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
296
297
|
:type flipped: bool | None
|
|
297
298
|
"""
|
|
@@ -2,21 +2,21 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy.
|
|
5
|
+
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
7
|
def rule_add(
|
|
8
8
|
execution_context: int | str | None = None,
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
/,
|
|
11
11
|
*,
|
|
12
|
-
type: bpy.
|
|
12
|
+
type: bpy.stub_internal.rna_enums.BoidruleTypeItems | None = "GOAL",
|
|
13
13
|
):
|
|
14
14
|
"""Add a boid rule to the current boid state
|
|
15
15
|
|
|
16
16
|
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
:param type: Type
|
|
19
|
-
:type type: bpy.
|
|
19
|
+
:type type: bpy.stub_internal.rna_enums.BoidruleTypeItems | None
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
22
|
def rule_del(execution_context: int | str | None = None, undo: bool | None = None):
|
|
@@ -2,14 +2,15 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy.
|
|
5
|
+
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
7
|
def asset_activate(
|
|
8
8
|
execution_context: int | str | None = None,
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
/,
|
|
11
11
|
*,
|
|
12
|
-
asset_library_type: bpy.
|
|
12
|
+
asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems
|
|
13
|
+
| None = "LOCAL",
|
|
13
14
|
asset_library_identifier: str = "",
|
|
14
15
|
relative_asset_identifier: str = "",
|
|
15
16
|
use_toggle: bool | None = False,
|
|
@@ -19,7 +20,7 @@ def asset_activate(
|
|
|
19
20
|
:type execution_context: int | str | None
|
|
20
21
|
:type undo: bool | None
|
|
21
22
|
:param asset_library_type: Asset Library Type
|
|
22
|
-
:type asset_library_type: bpy.
|
|
23
|
+
:type asset_library_type: bpy.stub_internal.rna_enums.AssetLibraryTypeItems | None
|
|
23
24
|
:param asset_library_identifier: Asset Library Identifier
|
|
24
25
|
:type asset_library_identifier: str
|
|
25
26
|
:param relative_asset_identifier: Relative Asset Identifier
|
|
@@ -2,8 +2,8 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy._typing.rna_enums
|
|
6
5
|
import bpy.ops.transform
|
|
6
|
+
import bpy.stub_internal.rna_enums
|
|
7
7
|
import bpy.types
|
|
8
8
|
import mathutils
|
|
9
9
|
|
|
@@ -648,14 +648,14 @@ def mode_set(
|
|
|
648
648
|
undo: bool | None = None,
|
|
649
649
|
/,
|
|
650
650
|
*,
|
|
651
|
-
mode: bpy.
|
|
651
|
+
mode: bpy.stub_internal.rna_enums.ClipEditorModeItems | None = "TRACKING",
|
|
652
652
|
):
|
|
653
653
|
"""Set the clip interaction mode
|
|
654
654
|
|
|
655
655
|
:type execution_context: int | str | None
|
|
656
656
|
:type undo: bool | None
|
|
657
657
|
:param mode: Mode
|
|
658
|
-
:type mode: bpy.
|
|
658
|
+
:type mode: bpy.stub_internal.rna_enums.ClipEditorModeItems | None
|
|
659
659
|
"""
|
|
660
660
|
|
|
661
661
|
def new_image_from_plane_marker(
|
|
@@ -2,8 +2,8 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy._typing.rna_enums
|
|
6
5
|
import bpy.ops.transform
|
|
6
|
+
import bpy.stub_internal.rna_enums
|
|
7
7
|
import bpy.types
|
|
8
8
|
import mathutils
|
|
9
9
|
|
|
@@ -85,7 +85,7 @@ def draw(
|
|
|
85
85
|
/,
|
|
86
86
|
*,
|
|
87
87
|
error_threshold: float | None = 0.0,
|
|
88
|
-
fit_method: bpy.
|
|
88
|
+
fit_method: bpy.stub_internal.rna_enums.CurveFitMethodItems | None = "REFIT",
|
|
89
89
|
corner_angle: float | None = 1.22173,
|
|
90
90
|
use_cyclic: bool | None = True,
|
|
91
91
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
@@ -99,7 +99,7 @@ def draw(
|
|
|
99
99
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
100
100
|
:type error_threshold: float | None
|
|
101
101
|
:param fit_method: Fit Method
|
|
102
|
-
:type fit_method: bpy.
|
|
102
|
+
:type fit_method: bpy.stub_internal.rna_enums.CurveFitMethodItems | None
|
|
103
103
|
:param corner_angle: Corner Angle
|
|
104
104
|
:type corner_angle: float | None
|
|
105
105
|
:param use_cyclic: Cyclic
|
|
@@ -140,14 +140,14 @@ def extrude(
|
|
|
140
140
|
undo: bool | None = None,
|
|
141
141
|
/,
|
|
142
142
|
*,
|
|
143
|
-
mode: bpy.
|
|
143
|
+
mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
|
|
144
144
|
):
|
|
145
145
|
"""Extrude selected control point(s)
|
|
146
146
|
|
|
147
147
|
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param mode: Mode
|
|
150
|
-
:type mode: bpy.
|
|
150
|
+
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
151
151
|
"""
|
|
152
152
|
|
|
153
153
|
def extrude_move(
|
|
@@ -2,8 +2,8 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy._typing.rna_enums
|
|
6
5
|
import bpy.ops.transform
|
|
6
|
+
import bpy.stub_internal.rna_enums
|
|
7
7
|
import bpy.types
|
|
8
8
|
import mathutils
|
|
9
9
|
|
|
@@ -157,7 +157,7 @@ def curve_type_set(
|
|
|
157
157
|
undo: bool | None = None,
|
|
158
158
|
/,
|
|
159
159
|
*,
|
|
160
|
-
type: bpy.
|
|
160
|
+
type: bpy.stub_internal.rna_enums.CurvesTypeItems | None = "POLY",
|
|
161
161
|
use_handles: bool | None = False,
|
|
162
162
|
):
|
|
163
163
|
"""Set type of selected curves
|
|
@@ -165,7 +165,7 @@ def curve_type_set(
|
|
|
165
165
|
:type execution_context: int | str | None
|
|
166
166
|
:type undo: bool | None
|
|
167
167
|
:param type: Type, Curve type
|
|
168
|
-
:type type: bpy.
|
|
168
|
+
:type type: bpy.stub_internal.rna_enums.CurvesTypeItems | None
|
|
169
169
|
:param use_handles: Handles, Take handle information into account in the conversion
|
|
170
170
|
:type use_handles: bool | None
|
|
171
171
|
"""
|
|
@@ -190,7 +190,7 @@ def draw(
|
|
|
190
190
|
/,
|
|
191
191
|
*,
|
|
192
192
|
error_threshold: float | None = 0.0,
|
|
193
|
-
fit_method: bpy.
|
|
193
|
+
fit_method: bpy.stub_internal.rna_enums.CurveFitMethodItems | None = "REFIT",
|
|
194
194
|
corner_angle: float | None = 1.22173,
|
|
195
195
|
use_cyclic: bool | None = True,
|
|
196
196
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
@@ -206,7 +206,7 @@ def draw(
|
|
|
206
206
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
207
207
|
:type error_threshold: float | None
|
|
208
208
|
:param fit_method: Fit Method
|
|
209
|
-
:type fit_method: bpy.
|
|
209
|
+
:type fit_method: bpy.stub_internal.rna_enums.CurveFitMethodItems | None
|
|
210
210
|
:param corner_angle: Corner Angle
|
|
211
211
|
:type corner_angle: float | None
|
|
212
212
|
:param use_cyclic: Cyclic
|
|
@@ -276,14 +276,14 @@ def handle_type_set(
|
|
|
276
276
|
undo: bool | None = None,
|
|
277
277
|
/,
|
|
278
278
|
*,
|
|
279
|
-
type: bpy.
|
|
279
|
+
type: bpy.stub_internal.rna_enums.CurvesHandleTypeItems | None = "AUTO",
|
|
280
280
|
):
|
|
281
281
|
"""Set the handle type for bezier curves
|
|
282
282
|
|
|
283
283
|
:type execution_context: int | str | None
|
|
284
284
|
:type undo: bool | None
|
|
285
285
|
:param type: Type
|
|
286
|
-
:type type: bpy.
|
|
286
|
+
:type type: bpy.stub_internal.rna_enums.CurvesHandleTypeItems | None
|
|
287
287
|
"""
|
|
288
288
|
|
|
289
289
|
def sculptmode_toggle(
|
|
@@ -406,14 +406,14 @@ def set_selection_domain(
|
|
|
406
406
|
undo: bool | None = None,
|
|
407
407
|
/,
|
|
408
408
|
*,
|
|
409
|
-
domain: bpy.
|
|
409
|
+
domain: bpy.stub_internal.rna_enums.AttributeCurvesDomainItems | None = "POINT",
|
|
410
410
|
):
|
|
411
411
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
412
412
|
|
|
413
413
|
:type execution_context: int | str | None
|
|
414
414
|
:type undo: bool | None
|
|
415
415
|
:param domain: Domain
|
|
416
|
-
:type domain: bpy.
|
|
416
|
+
:type domain: bpy.stub_internal.rna_enums.AttributeCurvesDomainItems | None
|
|
417
417
|
"""
|
|
418
418
|
|
|
419
419
|
def snap_curves_to_surface(
|
|
@@ -2,7 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bpy.
|
|
5
|
+
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
7
|
def bake(execution_context: int | str | None = None, undo: bool | None = None):
|
|
8
8
|
"""Bake dynamic paint image sequence surface
|
|
@@ -49,12 +49,12 @@ def type_toggle(
|
|
|
49
49
|
undo: bool | None = None,
|
|
50
50
|
/,
|
|
51
51
|
*,
|
|
52
|
-
type: bpy.
|
|
52
|
+
type: bpy.stub_internal.rna_enums.PropDynamicpaintTypeItems | None = "CANVAS",
|
|
53
53
|
):
|
|
54
54
|
"""Toggle whether given type is active or not
|
|
55
55
|
|
|
56
56
|
:type execution_context: int | str | None
|
|
57
57
|
:type undo: bool | None
|
|
58
58
|
:param type: Type
|
|
59
|
-
:type type: bpy.
|
|
59
|
+
:type type: bpy.stub_internal.rna_enums.PropDynamicpaintTypeItems | None
|
|
60
60
|
"""
|