fake-bpy-module 20240722__py3-none-any.whl → 20240724__py3-none-any.whl
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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -16
- bl_operators/connect_to_output/__init__.pyi +4 -1
- bl_operators/image_as_planes/__init__.pyi +12 -2
- bl_operators/node/__init__.pyi +14 -14
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +24 -24
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +9 -7
- bl_ui/properties_constraint/__init__.pyi +227 -80
- bl_ui/properties_data_armature/__init__.pyi +27 -18
- bl_ui/properties_data_bone/__init__.pyi +13 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -15
- bl_ui/properties_data_curve/__init__.pyi +72 -78
- bl_ui/properties_data_curves/__init__.pyi +9 -7
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +42 -21
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
- bl_ui/properties_data_lattice/__init__.pyi +6 -4
- bl_ui/properties_data_light/__init__.pyi +15 -13
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
- bl_ui/properties_data_mesh/__init__.pyi +71 -69
- bl_ui/properties_data_metaball/__init__.pyi +8 -6
- bl_ui/properties_data_modifier/__init__.pyi +9 -10
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +8 -6
- bl_ui/properties_data_volume/__init__.pyi +11 -9
- bl_ui/properties_freestyle/__init__.pyi +31 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +19 -17
- bl_ui/properties_material_gpencil/__init__.pyi +17 -11
- bl_ui/properties_object/__init__.pyi +22 -15
- bl_ui/properties_output/__init__.pyi +19 -19
- bl_ui/properties_paint_common/__init__.pyi +18 -19
- bl_ui/properties_particle/__init__.pyi +56 -53
- bl_ui/properties_physics_cloth/__init__.pyi +15 -15
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
- bl_ui/properties_physics_field/__init__.pyi +10 -11
- bl_ui/properties_physics_fluid/__init__.pyi +29 -29
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -16
- bl_ui/properties_render/__init__.pyi +63 -58
- bl_ui/properties_scene/__init__.pyi +37 -37
- bl_ui/properties_texture/__init__.pyi +31 -43
- bl_ui/properties_view_layer/__init__.pyi +52 -56
- bl_ui/properties_workspace/__init__.pyi +7 -5
- bl_ui/properties_world/__init__.pyi +13 -11
- bl_ui/space_clip/__init__.pyi +90 -72
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +68 -32
- bl_ui/space_filebrowser/__init__.pyi +38 -32
- bl_ui/space_graph/__init__.pyi +23 -21
- bl_ui/space_image/__init__.pyi +254 -274
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +18 -18
- bl_ui/space_node/__init__.pyi +35 -29
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +95 -79
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -8
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +126 -92
- bl_ui/space_view3d/__init__.pyi +359 -366
- bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29470 -29130
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
|
@@ -2,12 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import bpy.types
|
|
5
|
-
import bpy_types
|
|
6
5
|
|
|
7
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
8
|
|
|
10
|
-
class VIEW3D_PT_animation_layers(bpy.types.Panel
|
|
9
|
+
class VIEW3D_PT_animation_layers(bpy.types.Panel):
|
|
11
10
|
bl_category: typing.Any
|
|
12
11
|
bl_label: typing.Any
|
|
13
12
|
bl_region_type: typing.Any
|
|
@@ -544,7 +544,7 @@ def gltf(
|
|
|
544
544
|
:type export_frame_step: int | None
|
|
545
545
|
:param export_force_sampling: Always Sample Animations, Apply sampling to all animations
|
|
546
546
|
:type export_force_sampling: bool | None
|
|
547
|
-
:param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer
|
|
547
|
+
:param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode 'NLA Tracks' and 'Scene'
|
|
548
548
|
:type export_pointer_animation: bool | None
|
|
549
549
|
:param export_animation_mode: Animation mode, Export Animation mode
|
|
550
550
|
|
|
@@ -1154,6 +1154,24 @@ def set_active_material(
|
|
|
1154
1154
|
|
|
1155
1155
|
...
|
|
1156
1156
|
|
|
1157
|
+
def set_curve_resolution(
|
|
1158
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1159
|
+
execution_context: int | str | None = None,
|
|
1160
|
+
undo: bool | None = None,
|
|
1161
|
+
*,
|
|
1162
|
+
resolution: int | None = 12,
|
|
1163
|
+
):
|
|
1164
|
+
"""Set resolution of selected curves
|
|
1165
|
+
|
|
1166
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1167
|
+
:type execution_context: int | str | None
|
|
1168
|
+
:type undo: bool | None
|
|
1169
|
+
:param resolution: Resolution, The resolution to use for each curve segment
|
|
1170
|
+
:type resolution: int | None
|
|
1171
|
+
"""
|
|
1172
|
+
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1157
1175
|
def set_curve_type(
|
|
1158
1176
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1159
1177
|
execution_context: int | str | None = None,
|
bpy/ops/sequencer/__init__.pyi
CHANGED
|
@@ -1559,7 +1559,7 @@ def select(
|
|
|
1559
1559
|
:type center: bool | None
|
|
1560
1560
|
:param linked_handle: Linked Handle, Select handles next to the active strip
|
|
1561
1561
|
:type linked_handle: bool | None
|
|
1562
|
-
:param linked_time: Linked Time, Select other strips at the same time
|
|
1562
|
+
:param linked_time: Linked Time, Select other strips or handles at the same time, or all retiming keys after the current in retiming mode
|
|
1563
1563
|
:type linked_time: bool | None
|
|
1564
1564
|
:param side_of_frame: Side of Frame, Select all strips on same side of the current frame as the mouse cursor
|
|
1565
1565
|
:type side_of_frame: bool | None
|