fake-bpy-module 20240619__py3-none-any.whl → 20240621__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.

Files changed (78) hide show
  1. bl_ui/space_userpref/__init__.pyi +225 -0
  2. bpy/ops/action/__init__.pyi +50 -50
  3. bpy/ops/anim/__init__.pyi +94 -94
  4. bpy/ops/armature/__init__.pyi +54 -54
  5. bpy/ops/asset/__init__.pyi +50 -50
  6. bpy/ops/brush/__init__.pyi +10 -10
  7. bpy/ops/buttons/__init__.pyi +88 -88
  8. bpy/ops/cachefile/__init__.pyi +88 -88
  9. bpy/ops/camera/__init__.pyi +14 -14
  10. bpy/ops/clip/__init__.pyi +175 -174
  11. bpy/ops/cloth/__init__.pyi +6 -6
  12. bpy/ops/collection/__init__.pyi +8 -8
  13. bpy/ops/console/__init__.pyi +26 -26
  14. bpy/ops/constraint/__init__.pyi +42 -42
  15. bpy/ops/curve/__init__.pyi +167 -122
  16. bpy/ops/curves/__init__.pyi +75 -58
  17. bpy/ops/cycles/__init__.pyi +10 -10
  18. bpy/ops/ed/__init__.pyi +50 -50
  19. bpy/ops/export_anim/__init__.pyi +14 -14
  20. bpy/ops/export_scene/__init__.pyi +250 -250
  21. bpy/ops/extensions/__init__.pyi +73 -73
  22. bpy/ops/file/__init__.pyi +94 -94
  23. bpy/ops/fluid/__init__.pyi +6 -6
  24. bpy/ops/font/__init__.pyi +100 -100
  25. bpy/ops/geometry/__init__.pyi +20 -20
  26. bpy/ops/gizmogroup/__init__.pyi +10 -10
  27. bpy/ops/gpencil/__init__.pyi +411 -410
  28. bpy/ops/graph/__init__.pyi +194 -194
  29. bpy/ops/grease_pencil/__init__.pyi +100 -100
  30. bpy/ops/image/__init__.pyi +399 -390
  31. bpy/ops/import_anim/__init__.pyi +16 -16
  32. bpy/ops/import_curve/__init__.pyi +4 -4
  33. bpy/ops/import_scene/__init__.pyi +56 -56
  34. bpy/ops/info/__init__.pyi +14 -14
  35. bpy/ops/lattice/__init__.pyi +10 -10
  36. bpy/ops/marker/__init__.pyi +34 -34
  37. bpy/ops/mask/__init__.pyi +63 -62
  38. bpy/ops/mball/__init__.pyi +12 -12
  39. bpy/ops/mesh/__init__.pyi +901 -798
  40. bpy/ops/nla/__init__.pyi +70 -70
  41. bpy/ops/node/__init__.pyi +192 -192
  42. bpy/ops/object/__init__.pyi +1017 -844
  43. bpy/ops/outliner/__init__.pyi +44 -44
  44. bpy/ops/paint/__init__.pyi +169 -168
  45. bpy/ops/paintcurve/__init__.pyi +12 -12
  46. bpy/ops/palette/__init__.pyi +4 -4
  47. bpy/ops/particle/__init__.pyi +34 -34
  48. bpy/ops/pose/__init__.pyi +60 -60
  49. bpy/ops/poselib/__init__.pyi +18 -18
  50. bpy/ops/preferences/__init__.pyi +150 -150
  51. bpy/ops/ptcache/__init__.pyi +4 -4
  52. bpy/ops/render/__init__.pyi +56 -56
  53. bpy/ops/rigidbody/__init__.pyi +8 -8
  54. bpy/ops/scene/__init__.pyi +20 -20
  55. bpy/ops/screen/__init__.pyi +128 -128
  56. bpy/ops/script/__init__.pyi +6 -6
  57. bpy/ops/sculpt/__init__.pyi +207 -202
  58. bpy/ops/sculpt_curves/__init__.pyi +12 -12
  59. bpy/ops/sequencer/__init__.pyi +465 -464
  60. bpy/ops/sound/__init__.pyi +154 -154
  61. bpy/ops/spreadsheet/__init__.pyi +6 -6
  62. bpy/ops/surface/__init__.pyi +109 -60
  63. bpy/ops/text/__init__.pyi +110 -110
  64. bpy/ops/text_editor/__init__.pyi +6 -6
  65. bpy/ops/transform/__init__.pyi +642 -580
  66. bpy/ops/ui/__init__.pyi +25 -24
  67. bpy/ops/uilist/__init__.pyi +12 -12
  68. bpy/ops/uv/__init__.pyi +235 -234
  69. bpy/ops/view2d/__init__.pyi +72 -72
  70. bpy/ops/view3d/__init__.pyi +144 -144
  71. bpy/ops/wm/__init__.pyi +1814 -1804
  72. bpy/ops/workspace/__init__.pyi +4 -4
  73. bpy/types/__init__.pyi +30115 -30082
  74. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/METADATA +1 -1
  75. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/RECORD +78 -78
  76. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/WHEEL +1 -1
  77. freestyle/utils/__init__.pyi +1 -1
  78. {fake_bpy_module-20240619.dist-info → fake_bpy_module-20240621.dist-info}/top_level.txt +0 -0
@@ -10,15 +10,15 @@ def bvh(
10
10
  execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
- filepath: str | typing.Any = "",
14
- filter_glob: str | typing.Any = "*.bvh",
13
+ filepath: str = "",
14
+ filter_glob: str = "*.bvh",
15
15
  target: str | None = "ARMATURE",
16
- global_scale: typing.Any | None = 1.0,
17
- frame_start: typing.Any | None = 1,
18
- use_fps_scale: bool | typing.Any | None = False,
19
- update_scene_fps: bool | typing.Any | None = False,
20
- update_scene_duration: bool | typing.Any | None = False,
21
- use_cyclic: bool | typing.Any | None = False,
16
+ global_scale: float | None = 1.0,
17
+ frame_start: int | None = 1,
18
+ use_fps_scale: bool | None = False,
19
+ update_scene_fps: bool | None = False,
20
+ update_scene_duration: bool | None = False,
21
+ use_cyclic: bool | None = False,
22
22
  rotate_mode: str | None = "NATIVE",
23
23
  axis_forward: str | None = "-Z",
24
24
  axis_up: str | None = "Y",
@@ -29,23 +29,23 @@ def bvh(
29
29
  :type execution_context: int | str | None
30
30
  :type undo: bool | None
31
31
  :param filepath: File Path, Filepath used for importing the file
32
- :type filepath: str | typing.Any
32
+ :type filepath: str
33
33
  :param filter_glob: filter_glob
34
- :type filter_glob: str | typing.Any
34
+ :type filter_glob: str
35
35
  :param target: Target, Import target type
36
36
  :type target: str | None
37
37
  :param global_scale: Scale, Scale the BVH by this value
38
- :type global_scale: typing.Any | None
38
+ :type global_scale: float | None
39
39
  :param frame_start: Start Frame, Starting frame for the animation
40
- :type frame_start: typing.Any | None
40
+ :type frame_start: int | None
41
41
  :param use_fps_scale: Scale FPS, Scale the framerate from the BVH to the current scenes, otherwise each BVH frame maps directly to a Blender frame
42
- :type use_fps_scale: bool | typing.Any | None
42
+ :type use_fps_scale: bool | None
43
43
  :param update_scene_fps: Update Scene FPS, Set the scene framerate to that of the BVH file (note that this nullifies the 'Scale FPS' option, as the scale will be 1:1)
44
- :type update_scene_fps: bool | typing.Any | None
44
+ :type update_scene_fps: bool | None
45
45
  :param update_scene_duration: Update Scene Duration, Extend the scene's duration to the BVH duration (never shortens the scene)
46
- :type update_scene_duration: bool | typing.Any | None
46
+ :type update_scene_duration: bool | None
47
47
  :param use_cyclic: Loop, Loop the animation playback
48
- :type use_cyclic: bool | typing.Any | None
48
+ :type use_cyclic: bool | None
49
49
  :param rotate_mode: Rotation, Rotation conversion
50
50
 
51
51
  QUATERNION
@@ -10,8 +10,8 @@ def svg(
10
10
  execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
- filepath: str | typing.Any = "",
14
- filter_glob: str | typing.Any = "*.svg",
13
+ filepath: str = "",
14
+ filter_glob: str = "*.svg",
15
15
  ):
16
16
  """Load a SVG file
17
17
 
@@ -19,9 +19,9 @@ def svg(
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param filepath: File Path, Filepath used for importing the file
22
- :type filepath: str | typing.Any
22
+ :type filepath: str
23
23
  :param filter_glob: filter_glob
24
- :type filter_glob: str | typing.Any
24
+ :type filter_glob: str
25
25
  """
26
26
 
27
27
  ...
@@ -10,31 +10,31 @@ def fbx(
10
10
  execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
- filepath: str | typing.Any = "",
14
- directory: str | typing.Any = "",
15
- filter_glob: str | typing.Any = "*.fbx",
13
+ filepath: str = "",
14
+ directory: str = "",
15
+ filter_glob: str = "*.fbx",
16
16
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
17
17
  | None = None,
18
18
  ui_tab: str | None = "MAIN",
19
- use_manual_orientation: bool | typing.Any | None = False,
20
- global_scale: typing.Any | None = 1.0,
21
- bake_space_transform: bool | typing.Any | None = False,
22
- use_custom_normals: bool | typing.Any | None = True,
19
+ use_manual_orientation: bool | None = False,
20
+ global_scale: float | None = 1.0,
21
+ bake_space_transform: bool | None = False,
22
+ use_custom_normals: bool | None = True,
23
23
  colors_type: str | None = "SRGB",
24
- use_image_search: bool | typing.Any | None = True,
25
- use_alpha_decals: bool | typing.Any | None = False,
26
- decal_offset: typing.Any | None = 0.0,
27
- use_anim: bool | typing.Any | None = True,
28
- anim_offset: typing.Any | None = 1.0,
29
- use_subsurf: bool | typing.Any | None = False,
30
- use_custom_props: bool | typing.Any | None = True,
31
- use_custom_props_enum_as_string: bool | typing.Any | None = True,
32
- ignore_leaf_bones: bool | typing.Any | None = False,
33
- force_connect_children: bool | typing.Any | None = False,
34
- automatic_bone_orientation: bool | typing.Any | None = False,
24
+ use_image_search: bool | None = True,
25
+ use_alpha_decals: bool | None = False,
26
+ decal_offset: float | None = 0.0,
27
+ use_anim: bool | None = True,
28
+ anim_offset: float | None = 1.0,
29
+ use_subsurf: bool | None = False,
30
+ use_custom_props: bool | None = True,
31
+ use_custom_props_enum_as_string: bool | None = True,
32
+ ignore_leaf_bones: bool | None = False,
33
+ force_connect_children: bool | None = False,
34
+ automatic_bone_orientation: bool | None = False,
35
35
  primary_bone_axis: str | None = "Y",
36
36
  secondary_bone_axis: str | None = "X",
37
- use_prepost_rot: bool | typing.Any | None = True,
37
+ use_prepost_rot: bool | None = True,
38
38
  axis_forward: str | None = "-Z",
39
39
  axis_up: str | None = "Y",
40
40
  ):
@@ -44,11 +44,11 @@ def fbx(
44
44
  :type execution_context: int | str | None
45
45
  :type undo: bool | None
46
46
  :param filepath: File Path, Filepath used for importing the file
47
- :type filepath: str | typing.Any
47
+ :type filepath: str
48
48
  :param directory: directory
49
- :type directory: str | typing.Any
49
+ :type directory: str
50
50
  :param filter_glob: filter_glob
51
- :type filter_glob: str | typing.Any
51
+ :type filter_glob: str
52
52
  :param files: File Path
53
53
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
54
54
  :param ui_tab: ui_tab, Import options categories
@@ -60,13 +60,13 @@ def fbx(
60
60
  Armatures -- Armature-related settings.
61
61
  :type ui_tab: str | None
62
62
  :param use_manual_orientation: Manual Orientation, Specify orientation and scale, instead of using embedded data in FBX file
63
- :type use_manual_orientation: bool | typing.Any | None
63
+ :type use_manual_orientation: bool | None
64
64
  :param global_scale: Scale
65
- :type global_scale: typing.Any | None
65
+ :type global_scale: float | None
66
66
  :param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blender's space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
67
- :type bake_space_transform: bool | typing.Any | None
67
+ :type bake_space_transform: bool | None
68
68
  :param use_custom_normals: Custom Normals, Import custom normals, if available (otherwise Blender will recompute them)
69
- :type use_custom_normals: bool | typing.Any | None
69
+ :type use_custom_normals: bool | None
70
70
  :param colors_type: Vertex Colors, Import vertex color attributes
71
71
 
72
72
  NONE
@@ -79,33 +79,33 @@ def fbx(
79
79
  Linear -- Expect file colors in linear color space.
80
80
  :type colors_type: str | None
81
81
  :param use_image_search: Image Search, Search subdirs for any associated images (WARNING: may be slow)
82
- :type use_image_search: bool | typing.Any | None
82
+ :type use_image_search: bool | None
83
83
  :param use_alpha_decals: Alpha Decals, Treat materials with alpha as decals (no shadow casting)
84
- :type use_alpha_decals: bool | typing.Any | None
84
+ :type use_alpha_decals: bool | None
85
85
  :param decal_offset: Decal Offset, Displace geometry of alpha meshes
86
- :type decal_offset: typing.Any | None
86
+ :type decal_offset: float | None
87
87
  :param use_anim: Import Animation, Import FBX animation
88
- :type use_anim: bool | typing.Any | None
88
+ :type use_anim: bool | None
89
89
  :param anim_offset: Animation Offset, Offset to apply to animation during import, in frames
90
- :type anim_offset: typing.Any | None
90
+ :type anim_offset: float | None
91
91
  :param use_subsurf: Subdivision Data, Import FBX subdivision information as subdivision surface modifiers
92
- :type use_subsurf: bool | typing.Any | None
92
+ :type use_subsurf: bool | None
93
93
  :param use_custom_props: Custom Properties, Import user properties as custom properties
94
- :type use_custom_props: bool | typing.Any | None
94
+ :type use_custom_props: bool | None
95
95
  :param use_custom_props_enum_as_string: Import Enums As Strings, Store enumeration values as strings
96
- :type use_custom_props_enum_as_string: bool | typing.Any | None
96
+ :type use_custom_props_enum_as_string: bool | None
97
97
  :param ignore_leaf_bones: Ignore Leaf Bones, Ignore the last bone at the end of each chain (used to mark the length of the previous bone)
98
- :type ignore_leaf_bones: bool | typing.Any | None
98
+ :type ignore_leaf_bones: bool | None
99
99
  :param force_connect_children: Force Connect Children, Force connection of children bones to their parent, even if their computed head/tail positions do not match (can be useful with pure-joints-type armatures)
100
- :type force_connect_children: bool | typing.Any | None
100
+ :type force_connect_children: bool | None
101
101
  :param automatic_bone_orientation: Automatic Bone Orientation, Try to align the major bone axis with the bone children
102
- :type automatic_bone_orientation: bool | typing.Any | None
102
+ :type automatic_bone_orientation: bool | None
103
103
  :param primary_bone_axis: Primary Bone Axis
104
104
  :type primary_bone_axis: str | None
105
105
  :param secondary_bone_axis: Secondary Bone Axis
106
106
  :type secondary_bone_axis: str | None
107
107
  :param use_prepost_rot: Use Pre/Post Rotation, Use pre/post rotation from FBX transform (you may have to disable that in some cases)
108
- :type use_prepost_rot: bool | typing.Any | None
108
+ :type use_prepost_rot: bool | None
109
109
  :param axis_forward: Forward
110
110
  :type axis_forward: str | None
111
111
  :param axis_up: Up
@@ -119,20 +119,20 @@ def gltf(
119
119
  execution_context: int | str | None = None,
120
120
  undo: bool | None = None,
121
121
  *,
122
- filepath: str | typing.Any = "",
122
+ filepath: str = "",
123
123
  export_import_convert_lighting_mode: str | None = "SPEC",
124
- filter_glob: str | typing.Any = "*.glb;*.gltf",
124
+ filter_glob: str = "*.glb;*.gltf",
125
125
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
126
126
  | None = None,
127
- loglevel: typing.Any | None = 0,
128
- import_pack_images: bool | typing.Any | None = True,
129
- merge_vertices: bool | typing.Any | None = False,
127
+ loglevel: int | None = 0,
128
+ import_pack_images: bool | None = True,
129
+ merge_vertices: bool | None = False,
130
130
  import_shading: str | None = "NORMALS",
131
131
  bone_heuristic: str | None = "BLENDER",
132
- disable_bone_shape: bool | typing.Any | None = False,
133
- bone_shape_scale_factor: typing.Any | None = 1.0,
134
- guess_original_bind_pose: bool | typing.Any | None = True,
135
- import_webp_texture: bool | typing.Any | None = False,
132
+ disable_bone_shape: bool | None = False,
133
+ bone_shape_scale_factor: float | None = 1.0,
134
+ guess_original_bind_pose: bool | None = True,
135
+ import_webp_texture: bool | None = False,
136
136
  ):
137
137
  """Load a glTF 2.0 file
138
138
 
@@ -140,7 +140,7 @@ def gltf(
140
140
  :type execution_context: int | str | None
141
141
  :type undo: bool | None
142
142
  :param filepath: File Path, Filepath used for importing the file
143
- :type filepath: str | typing.Any
143
+ :type filepath: str
144
144
  :param export_import_convert_lighting_mode: Lighting Mode, Optional backwards compatibility for non-standard render engines. Applies to lights
145
145
 
146
146
  SPEC
@@ -153,15 +153,15 @@ def gltf(
153
153
  Raw (Deprecated) -- Blender lighting strengths with no conversion.
154
154
  :type export_import_convert_lighting_mode: str | None
155
155
  :param filter_glob: filter_glob
156
- :type filter_glob: str | typing.Any
156
+ :type filter_glob: str
157
157
  :param files: File Path
158
158
  :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
159
159
  :param loglevel: Log Level, Log Level
160
- :type loglevel: typing.Any | None
160
+ :type loglevel: int | None
161
161
  :param import_pack_images: Pack Images, Pack all images into .blend file
162
- :type import_pack_images: bool | typing.Any | None
162
+ :type import_pack_images: bool | None
163
163
  :param merge_vertices: Merge Vertices, The glTF format requires discontinuous normals, UVs, and other vertex attributes to be stored as separate vertices, as required for rendering on typical graphics hardware. This option attempts to combine co-located vertices where possible. Currently cannot combine verts with different normals
164
- :type merge_vertices: bool | typing.Any | None
164
+ :type merge_vertices: bool | None
165
165
  :param import_shading: Shading, How normals are computed during import
166
166
  :type import_shading: str | None
167
167
  :param bone_heuristic: Bone Dir, Heuristic for placing bones. Tries to make bones pretty
@@ -176,13 +176,13 @@ def gltf(
176
176
  Fortune (may look better, less accurate) -- Might look better than Temperance, but also might have errors. A bone with one child has its tip placed at its child's root. Non-uniform scalings may get messed up though, so beware.
177
177
  :type bone_heuristic: str | None
178
178
  :param disable_bone_shape: Disable Bone Shape, Do not create bone shapes
179
- :type disable_bone_shape: bool | typing.Any | None
179
+ :type disable_bone_shape: bool | None
180
180
  :param bone_shape_scale_factor: Bone Shape Scale, Scale factor for bone shapes
181
- :type bone_shape_scale_factor: typing.Any | None
181
+ :type bone_shape_scale_factor: float | None
182
182
  :param guess_original_bind_pose: Guess Original Bind Pose, Try to guess the original bind pose for skinned meshes from the inverse bind matrices. When off, use default/rest pose as bind pose
183
- :type guess_original_bind_pose: bool | typing.Any | None
183
+ :type guess_original_bind_pose: bool | None
184
184
  :param import_webp_texture: Import WebP textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
185
- :type import_webp_texture: bool | typing.Any | None
185
+ :type import_webp_texture: bool | None
186
186
  """
187
187
 
188
188
  ...
bpy/ops/info/__init__.pyi CHANGED
@@ -96,11 +96,11 @@ def select_box(
96
96
  execution_context: int | str | None = None,
97
97
  undo: bool | None = None,
98
98
  *,
99
- xmin: typing.Any | None = 0,
100
- xmax: typing.Any | None = 0,
101
- ymin: typing.Any | None = 0,
102
- ymax: typing.Any | None = 0,
103
- wait_for_input: bool | typing.Any | None = True,
99
+ xmin: int | None = 0,
100
+ xmax: int | None = 0,
101
+ ymin: int | None = 0,
102
+ ymax: int | None = 0,
103
+ wait_for_input: bool | None = True,
104
104
  mode: str | None = "SET",
105
105
  ):
106
106
  """Toggle box selection
@@ -109,15 +109,15 @@ def select_box(
109
109
  :type execution_context: int | str | None
110
110
  :type undo: bool | None
111
111
  :param xmin: X Min
112
- :type xmin: typing.Any | None
112
+ :type xmin: int | None
113
113
  :param xmax: X Max
114
- :type xmax: typing.Any | None
114
+ :type xmax: int | None
115
115
  :param ymin: Y Min
116
- :type ymin: typing.Any | None
116
+ :type ymin: int | None
117
117
  :param ymax: Y Max
118
- :type ymax: typing.Any | None
118
+ :type ymax: int | None
119
119
  :param wait_for_input: Wait for Input
120
- :type wait_for_input: bool | typing.Any | None
120
+ :type wait_for_input: bool | None
121
121
  :param mode: Mode
122
122
 
123
123
  SET
@@ -138,8 +138,8 @@ def select_pick(
138
138
  execution_context: int | str | None = None,
139
139
  undo: bool | None = None,
140
140
  *,
141
- report_index: typing.Any | None = 0,
142
- extend: bool | typing.Any | None = False,
141
+ report_index: int | None = 0,
142
+ extend: bool | None = False,
143
143
  ):
144
144
  """Select reports by index
145
145
 
@@ -147,9 +147,9 @@ def select_pick(
147
147
  :type execution_context: int | str | None
148
148
  :type undo: bool | None
149
149
  :param report_index: Report, Index of the report
150
- :type report_index: typing.Any | None
150
+ :type report_index: int | None
151
151
  :param extend: Extend, Extend report selection
152
- :type extend: bool | typing.Any | None
152
+ :type extend: bool | None
153
153
  """
154
154
 
155
155
  ...
@@ -86,8 +86,8 @@ def select_mirror(
86
86
  execution_context: int | str | None = None,
87
87
  undo: bool | None = None,
88
88
  *,
89
- axis: typing.Any | None = {"X"},
90
- extend: bool | typing.Any | None = False,
89
+ axis: set[str] | None = {"X"},
90
+ extend: bool | None = False,
91
91
  ):
92
92
  """Select mirrored lattice points
93
93
 
@@ -95,9 +95,9 @@ def select_mirror(
95
95
  :type execution_context: int | str | None
96
96
  :type undo: bool | None
97
97
  :param axis: Axis
98
- :type axis: typing.Any | None
98
+ :type axis: set[str] | None
99
99
  :param extend: Extend, Extend the selection
100
- :type extend: bool | typing.Any | None
100
+ :type extend: bool | None
101
101
  """
102
102
 
103
103
  ...
@@ -121,8 +121,8 @@ def select_random(
121
121
  execution_context: int | str | None = None,
122
122
  undo: bool | None = None,
123
123
  *,
124
- ratio: typing.Any | None = 0.5,
125
- seed: typing.Any | None = 0,
124
+ ratio: float | None = 0.5,
125
+ seed: int | None = 0,
126
126
  action: str | None = "SELECT",
127
127
  ):
128
128
  """Randomly select UVW control points
@@ -131,9 +131,9 @@ def select_random(
131
131
  :type execution_context: int | str | None
132
132
  :type undo: bool | None
133
133
  :param ratio: Ratio, Portion of items to select randomly
134
- :type ratio: typing.Any | None
134
+ :type ratio: float | None
135
135
  :param seed: Random Seed, Seed for the random number generator
136
- :type seed: typing.Any | None
136
+ :type seed: int | None
137
137
  :param action: Action, Selection action to execute
138
138
 
139
139
  SELECT
@@ -151,7 +151,7 @@ def select_ungrouped(
151
151
  execution_context: int | str | None = None,
152
152
  undo: bool | None = None,
153
153
  *,
154
- extend: bool | typing.Any | None = False,
154
+ extend: bool | None = False,
155
155
  ):
156
156
  """Select vertices without a group
157
157
 
@@ -159,7 +159,7 @@ def select_ungrouped(
159
159
  :type execution_context: int | str | None
160
160
  :type undo: bool | None
161
161
  :param extend: Extend, Extend the selection
162
- :type extend: bool | typing.Any | None
162
+ :type extend: bool | None
163
163
  """
164
164
 
165
165
  ...
@@ -38,7 +38,7 @@ def delete(
38
38
  execution_context: int | str | None = None,
39
39
  undo: bool | None = None,
40
40
  *,
41
- confirm: bool | typing.Any | None = True,
41
+ confirm: bool | None = True,
42
42
  ):
43
43
  """Delete selected time marker(s)
44
44
 
@@ -46,7 +46,7 @@ def delete(
46
46
  :type execution_context: int | str | None
47
47
  :type undo: bool | None
48
48
  :param confirm: Confirm, Prompt for confirmation
49
- :type confirm: bool | typing.Any | None
49
+ :type confirm: bool | None
50
50
  """
51
51
 
52
52
  ...
@@ -56,7 +56,7 @@ def duplicate(
56
56
  execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  *,
59
- frames: typing.Any | None = 0,
59
+ frames: int | None = 0,
60
60
  ):
61
61
  """Duplicate selected time marker(s)
62
62
 
@@ -64,7 +64,7 @@ def duplicate(
64
64
  :type execution_context: int | str | None
65
65
  :type undo: bool | None
66
66
  :param frames: Frames
67
- :type frames: typing.Any | None
67
+ :type frames: int | None
68
68
  """
69
69
 
70
70
  ...
@@ -92,8 +92,8 @@ def move(
92
92
  execution_context: int | str | None = None,
93
93
  undo: bool | None = None,
94
94
  *,
95
- frames: typing.Any | None = 0,
96
- tweak: bool | typing.Any | None = False,
95
+ frames: int | None = 0,
96
+ tweak: bool | None = False,
97
97
  ):
98
98
  """Move selected time marker(s)
99
99
 
@@ -101,9 +101,9 @@ def move(
101
101
  :type execution_context: int | str | None
102
102
  :type undo: bool | None
103
103
  :param frames: Frames
104
- :type frames: typing.Any | None
104
+ :type frames: int | None
105
105
  :param tweak: Tweak, Operator has been activated using a click-drag event
106
- :type tweak: bool | typing.Any | None
106
+ :type tweak: bool | None
107
107
  """
108
108
 
109
109
  ...
@@ -113,7 +113,7 @@ def rename(
113
113
  execution_context: int | str | None = None,
114
114
  undo: bool | None = None,
115
115
  *,
116
- name: str | typing.Any = "RenamedMarker",
116
+ name: str = "RenamedMarker",
117
117
  ):
118
118
  """Rename first selected time marker
119
119
 
@@ -121,7 +121,7 @@ def rename(
121
121
  :type execution_context: int | str | None
122
122
  :type undo: bool | None
123
123
  :param name: Name, New name for marker
124
- :type name: str | typing.Any
124
+ :type name: str
125
125
  """
126
126
 
127
127
  ...
@@ -131,11 +131,11 @@ def select(
131
131
  execution_context: int | str | None = None,
132
132
  undo: bool | None = None,
133
133
  *,
134
- wait_to_deselect_others: bool | typing.Any | None = False,
135
- mouse_x: typing.Any | None = 0,
136
- mouse_y: typing.Any | None = 0,
137
- extend: bool | typing.Any | None = False,
138
- camera: bool | typing.Any | None = False,
134
+ wait_to_deselect_others: bool | None = False,
135
+ mouse_x: int | None = 0,
136
+ mouse_y: int | None = 0,
137
+ extend: bool | None = False,
138
+ camera: bool | None = False,
139
139
  ):
140
140
  """Select time marker(s)
141
141
 
@@ -143,15 +143,15 @@ def select(
143
143
  :type execution_context: int | str | None
144
144
  :type undo: bool | None
145
145
  :param wait_to_deselect_others: Wait to Deselect Others
146
- :type wait_to_deselect_others: bool | typing.Any | None
146
+ :type wait_to_deselect_others: bool | None
147
147
  :param mouse_x: Mouse X
148
- :type mouse_x: typing.Any | None
148
+ :type mouse_x: int | None
149
149
  :param mouse_y: Mouse Y
150
- :type mouse_y: typing.Any | None
150
+ :type mouse_y: int | None
151
151
  :param extend: Extend, Extend the selection
152
- :type extend: bool | typing.Any | None
152
+ :type extend: bool | None
153
153
  :param camera: Camera, Select the camera
154
- :type camera: bool | typing.Any | None
154
+ :type camera: bool | None
155
155
  """
156
156
 
157
157
  ...
@@ -191,13 +191,13 @@ def select_box(
191
191
  execution_context: int | str | None = None,
192
192
  undo: bool | None = None,
193
193
  *,
194
- xmin: typing.Any | None = 0,
195
- xmax: typing.Any | None = 0,
196
- ymin: typing.Any | None = 0,
197
- ymax: typing.Any | None = 0,
198
- wait_for_input: bool | typing.Any | None = True,
194
+ xmin: int | None = 0,
195
+ xmax: int | None = 0,
196
+ ymin: int | None = 0,
197
+ ymax: int | None = 0,
198
+ wait_for_input: bool | None = True,
199
199
  mode: str | None = "SET",
200
- tweak: bool | typing.Any | None = False,
200
+ tweak: bool | None = False,
201
201
  ):
202
202
  """Select all time markers using box selection
203
203
 
@@ -205,15 +205,15 @@ def select_box(
205
205
  :type execution_context: int | str | None
206
206
  :type undo: bool | None
207
207
  :param xmin: X Min
208
- :type xmin: typing.Any | None
208
+ :type xmin: int | None
209
209
  :param xmax: X Max
210
- :type xmax: typing.Any | None
210
+ :type xmax: int | None
211
211
  :param ymin: Y Min
212
- :type ymin: typing.Any | None
212
+ :type ymin: int | None
213
213
  :param ymax: Y Max
214
- :type ymax: typing.Any | None
214
+ :type ymax: int | None
215
215
  :param wait_for_input: Wait for Input
216
- :type wait_for_input: bool | typing.Any | None
216
+ :type wait_for_input: bool | None
217
217
  :param mode: Mode
218
218
 
219
219
  SET
@@ -226,7 +226,7 @@ def select_box(
226
226
  Subtract -- Subtract existing selection.
227
227
  :type mode: str | None
228
228
  :param tweak: Tweak, Operator has been activated using a click-drag event
229
- :type tweak: bool | typing.Any | None
229
+ :type tweak: bool | None
230
230
  """
231
231
 
232
232
  ...
@@ -237,7 +237,7 @@ def select_leftright(
237
237
  undo: bool | None = None,
238
238
  *,
239
239
  mode: str | None = "LEFT",
240
- extend: bool | typing.Any | None = False,
240
+ extend: bool | None = False,
241
241
  ):
242
242
  """Select markers on and left/right of the current frame
243
243
 
@@ -247,7 +247,7 @@ def select_leftright(
247
247
  :param mode: Mode
248
248
  :type mode: str | None
249
249
  :param extend: Extend Select
250
- :type extend: bool | typing.Any | None
250
+ :type extend: bool | None
251
251
  """
252
252
 
253
253
  ...