fake-bpy-module 20240812__py3-none-any.whl → 20240813__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 (83) hide show
  1. bl_ui/space_view3d/__init__.pyi +31 -0
  2. bpy/ops/action/__init__.pyi +76 -76
  3. bpy/ops/anim/__init__.pyi +110 -110
  4. bpy/ops/armature/__init__.pyi +96 -96
  5. bpy/ops/asset/__init__.pyi +32 -32
  6. bpy/ops/boid/__init__.pyi +16 -16
  7. bpy/ops/brush/__init__.pyi +26 -26
  8. bpy/ops/buttons/__init__.pyi +12 -12
  9. bpy/ops/cachefile/__init__.pyi +10 -10
  10. bpy/ops/camera/__init__.pyi +4 -4
  11. bpy/ops/clip/__init__.pyi +184 -184
  12. bpy/ops/cloth/__init__.pyi +2 -2
  13. bpy/ops/collection/__init__.pyi +18 -18
  14. bpy/ops/console/__init__.pyi +42 -42
  15. bpy/ops/constraint/__init__.pyi +36 -36
  16. bpy/ops/curve/__init__.pyi +102 -102
  17. bpy/ops/curves/__init__.pyi +54 -54
  18. bpy/ops/cycles/__init__.pyi +6 -6
  19. bpy/ops/dpaint/__init__.pyi +10 -10
  20. bpy/ops/ed/__init__.pyi +24 -24
  21. bpy/ops/export_anim/__init__.pyi +2 -2
  22. bpy/ops/export_scene/__init__.pyi +4 -4
  23. bpy/ops/extensions/__init__.pyi +68 -68
  24. bpy/ops/file/__init__.pyi +80 -80
  25. bpy/ops/fluid/__init__.pyi +28 -28
  26. bpy/ops/font/__init__.pyi +46 -46
  27. bpy/ops/geometry/__init__.pyi +20 -20
  28. bpy/ops/gizmogroup/__init__.pyi +4 -4
  29. bpy/ops/gpencil/__init__.pyi +284 -284
  30. bpy/ops/graph/__init__.pyi +130 -130
  31. bpy/ops/grease_pencil/__init__.pyi +166 -166
  32. bpy/ops/image/__init__.pyi +98 -98
  33. bpy/ops/import_anim/__init__.pyi +2 -2
  34. bpy/ops/import_curve/__init__.pyi +2 -2
  35. bpy/ops/import_scene/__init__.pyi +4 -4
  36. bpy/ops/info/__init__.pyi +14 -14
  37. bpy/ops/lattice/__init__.pyi +16 -16
  38. bpy/ops/marker/__init__.pyi +22 -22
  39. bpy/ops/mask/__init__.pyi +78 -78
  40. bpy/ops/material/__init__.pyi +6 -6
  41. bpy/ops/mball/__init__.pyi +16 -16
  42. bpy/ops/mesh/__init__.pyi +326 -326
  43. bpy/ops/nla/__init__.pyi +78 -78
  44. bpy/ops/node/__init__.pyi +208 -208
  45. bpy/ops/object/__init__.pyi +473 -473
  46. bpy/ops/outliner/__init__.pyi +142 -142
  47. bpy/ops/paint/__init__.pyi +108 -108
  48. bpy/ops/paintcurve/__init__.pyi +16 -16
  49. bpy/ops/palette/__init__.pyi +14 -14
  50. bpy/ops/particle/__init__.pyi +72 -72
  51. bpy/ops/pose/__init__.pyi +102 -102
  52. bpy/ops/poselib/__init__.pyi +18 -18
  53. bpy/ops/preferences/__init__.pyi +70 -70
  54. bpy/ops/ptcache/__init__.pyi +14 -14
  55. bpy/ops/render/__init__.pyi +26 -26
  56. bpy/ops/rigidbody/__init__.pyi +26 -26
  57. bpy/ops/scene/__init__.pyi +74 -74
  58. bpy/ops/screen/__init__.pyi +78 -78
  59. bpy/ops/script/__init__.pyi +6 -6
  60. bpy/ops/sculpt/__init__.pyi +72 -72
  61. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  62. bpy/ops/sequencer/__init__.pyi +174 -174
  63. bpy/ops/sound/__init__.pyi +14 -14
  64. bpy/ops/spreadsheet/__init__.pyi +8 -8
  65. bpy/ops/surface/__init__.pyi +12 -12
  66. bpy/ops/text/__init__.pyi +86 -86
  67. bpy/ops/text_editor/__init__.pyi +2 -2
  68. bpy/ops/texture/__init__.pyi +8 -8
  69. bpy/ops/transform/__init__.pyi +54 -54
  70. bpy/ops/ui/__init__.pyi +64 -64
  71. bpy/ops/uilist/__init__.pyi +6 -6
  72. bpy/ops/uv/__init__.pyi +98 -98
  73. bpy/ops/view2d/__init__.pyi +28 -28
  74. bpy/ops/view3d/__init__.pyi +134 -134
  75. bpy/ops/wm/__init__.pyi +226 -226
  76. bpy/ops/workspace/__init__.pyi +14 -14
  77. bpy/ops/world/__init__.pyi +4 -4
  78. bpy/types/__init__.pyi +44 -34
  79. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/RECORD +83 -83
  81. freestyle/utils/__init__.pyi +1 -1
  82. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/WHEEL +0 -0
  83. {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240813.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def bvh(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -29,7 +29,7 @@ def bvh(
29
29
  ):
30
30
  """Load a BVH motion capture file
31
31
 
32
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
32
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
33
33
  :type execution_context: int | str | None
34
34
  :type undo: bool | None
35
35
  :param filepath: File Path, Filepath used for importing the file
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def svg(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -16,7 +16,7 @@ def svg(
16
16
  ):
17
17
  """Load a SVG file
18
18
 
19
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
19
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
20
20
  :type execution_context: int | str | None
21
21
  :type undo: bool | None
22
22
  :param filepath: File Path, Filepath used for importing the file
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def fbx(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -41,7 +41,7 @@ def fbx(
41
41
  ):
42
42
  """Load a FBX file
43
43
 
44
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
44
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
45
45
  :type execution_context: int | str | None
46
46
  :type undo: bool | None
47
47
  :param filepath: File Path, Filepath used for importing the file
@@ -116,7 +116,7 @@ def fbx(
116
116
  ...
117
117
 
118
118
  def gltf(
119
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
119
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
120
120
  execution_context: int | str | None = None,
121
121
  undo: bool | None = None,
122
122
  *,
@@ -139,7 +139,7 @@ def gltf(
139
139
  ):
140
140
  """Load a glTF 2.0 file
141
141
 
142
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
142
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
143
143
  :type execution_context: int | str | None
144
144
  :type undo: bool | None
145
145
  :param filepath: File Path, Filepath used for importing the file
bpy/ops/info/__init__.pyi CHANGED
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def report_copy(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  ):
14
14
  """Copy selected reports to clipboard
15
15
 
16
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
17
17
  :type execution_context: int | str | None
18
18
  :type undo: bool | None
19
19
  """
@@ -21,13 +21,13 @@ def report_copy(
21
21
  ...
22
22
 
23
23
  def report_delete(
24
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
25
25
  execution_context: int | str | None = None,
26
26
  undo: bool | None = None,
27
27
  ):
28
28
  """Delete selected reports
29
29
 
30
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
31
31
  :type execution_context: int | str | None
32
32
  :type undo: bool | None
33
33
  """
@@ -35,13 +35,13 @@ def report_delete(
35
35
  ...
36
36
 
37
37
  def report_replay(
38
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
38
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
39
39
  execution_context: int | str | None = None,
40
40
  undo: bool | None = None,
41
41
  ):
42
42
  """Replay selected reports
43
43
 
44
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
44
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
45
45
  :type execution_context: int | str | None
46
46
  :type undo: bool | None
47
47
  """
@@ -49,13 +49,13 @@ def report_replay(
49
49
  ...
50
50
 
51
51
  def reports_display_update(
52
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
53
53
  execution_context: int | str | None = None,
54
54
  undo: bool | None = None,
55
55
  ):
56
56
  """Update the display of reports in Blender UI (internal use)
57
57
 
58
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
58
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
59
59
  :type execution_context: int | str | None
60
60
  :type undo: bool | None
61
61
  """
@@ -63,7 +63,7 @@ def reports_display_update(
63
63
  ...
64
64
 
65
65
  def select_all(
66
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
66
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
67
67
  execution_context: int | str | None = None,
68
68
  undo: bool | None = None,
69
69
  *,
@@ -71,7 +71,7 @@ def select_all(
71
71
  ):
72
72
  """Change selection of all visible reports
73
73
 
74
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
74
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
75
75
  :type execution_context: int | str | None
76
76
  :type undo: bool | None
77
77
  :param action: Action, Selection action to execute
@@ -93,7 +93,7 @@ def select_all(
93
93
  ...
94
94
 
95
95
  def select_box(
96
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
96
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
97
97
  execution_context: int | str | None = None,
98
98
  undo: bool | None = None,
99
99
  *,
@@ -106,7 +106,7 @@ def select_box(
106
106
  ):
107
107
  """Toggle box selection
108
108
 
109
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
109
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
110
110
  :type execution_context: int | str | None
111
111
  :type undo: bool | None
112
112
  :param xmin: X Min
@@ -135,7 +135,7 @@ def select_box(
135
135
  ...
136
136
 
137
137
  def select_pick(
138
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
138
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
139
139
  execution_context: int | str | None = None,
140
140
  undo: bool | None = None,
141
141
  *,
@@ -144,7 +144,7 @@ def select_pick(
144
144
  ):
145
145
  """Select reports by index
146
146
 
147
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
147
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
148
148
  :type execution_context: int | str | None
149
149
  :type undo: bool | None
150
150
  :param report_index: Report, Index of the report
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def flip(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  *,
@@ -15,7 +15,7 @@ def flip(
15
15
  ):
16
16
  """Mirror all control points without inverting the lattice deform
17
17
 
18
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
19
19
  :type execution_context: int | str | None
20
20
  :type undo: bool | None
21
21
  :param axis: Flip Axis, Coordinates along this axis get flipped
@@ -25,13 +25,13 @@ def flip(
25
25
  ...
26
26
 
27
27
  def make_regular(
28
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
28
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
29
29
  execution_context: int | str | None = None,
30
30
  undo: bool | None = None,
31
31
  ):
32
32
  """Set UVW control points a uniform distance apart
33
33
 
34
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
34
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
35
35
  :type execution_context: int | str | None
36
36
  :type undo: bool | None
37
37
  """
@@ -39,7 +39,7 @@ def make_regular(
39
39
  ...
40
40
 
41
41
  def select_all(
42
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
43
43
  execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  *,
@@ -47,7 +47,7 @@ def select_all(
47
47
  ):
48
48
  """Change selection of all UVW control points
49
49
 
50
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
50
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
51
51
  :type execution_context: int | str | None
52
52
  :type undo: bool | None
53
53
  :param action: Action, Selection action to execute
@@ -69,13 +69,13 @@ def select_all(
69
69
  ...
70
70
 
71
71
  def select_less(
72
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
72
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
73
73
  execution_context: int | str | None = None,
74
74
  undo: bool | None = None,
75
75
  ):
76
76
  """Deselect vertices at the boundary of each selection region
77
77
 
78
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
78
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
79
79
  :type execution_context: int | str | None
80
80
  :type undo: bool | None
81
81
  """
@@ -83,7 +83,7 @@ def select_less(
83
83
  ...
84
84
 
85
85
  def select_mirror(
86
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
86
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
87
87
  execution_context: int | str | None = None,
88
88
  undo: bool | None = None,
89
89
  *,
@@ -92,7 +92,7 @@ def select_mirror(
92
92
  ):
93
93
  """Select mirrored lattice points
94
94
 
95
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
95
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
96
96
  :type execution_context: int | str | None
97
97
  :type undo: bool | None
98
98
  :param axis: Axis
@@ -104,13 +104,13 @@ def select_mirror(
104
104
  ...
105
105
 
106
106
  def select_more(
107
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
107
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
108
108
  execution_context: int | str | None = None,
109
109
  undo: bool | None = None,
110
110
  ):
111
111
  """Select vertex directly linked to already selected ones
112
112
 
113
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
113
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
114
114
  :type execution_context: int | str | None
115
115
  :type undo: bool | None
116
116
  """
@@ -118,7 +118,7 @@ def select_more(
118
118
  ...
119
119
 
120
120
  def select_random(
121
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
121
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
122
122
  execution_context: int | str | None = None,
123
123
  undo: bool | None = None,
124
124
  *,
@@ -128,7 +128,7 @@ def select_random(
128
128
  ):
129
129
  """Randomly select UVW control points
130
130
 
131
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
131
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
132
132
  :type execution_context: int | str | None
133
133
  :type undo: bool | None
134
134
  :param ratio: Ratio, Portion of items to select randomly
@@ -148,7 +148,7 @@ def select_random(
148
148
  ...
149
149
 
150
150
  def select_ungrouped(
151
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
151
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
152
152
  execution_context: int | str | None = None,
153
153
  undo: bool | None = None,
154
154
  *,
@@ -156,7 +156,7 @@ def select_ungrouped(
156
156
  ):
157
157
  """Select vertices without a group
158
158
 
159
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
159
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
160
160
  :type execution_context: int | str | None
161
161
  :type undo: bool | None
162
162
  :param extend: Extend, Extend the selection
@@ -7,13 +7,13 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  def add(
10
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
11
11
  execution_context: int | str | None = None,
12
12
  undo: bool | None = None,
13
13
  ):
14
14
  """Add a new time marker
15
15
 
16
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
17
17
  :type execution_context: int | str | None
18
18
  :type undo: bool | None
19
19
  """
@@ -21,13 +21,13 @@ def add(
21
21
  ...
22
22
 
23
23
  def camera_bind(
24
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
25
25
  execution_context: int | str | None = None,
26
26
  undo: bool | None = None,
27
27
  ):
28
28
  """Bind the selected camera to a marker on the current frame
29
29
 
30
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
31
31
  :type execution_context: int | str | None
32
32
  :type undo: bool | None
33
33
  """
@@ -35,7 +35,7 @@ def camera_bind(
35
35
  ...
36
36
 
37
37
  def delete(
38
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
38
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
39
39
  execution_context: int | str | None = None,
40
40
  undo: bool | None = None,
41
41
  *,
@@ -43,7 +43,7 @@ def delete(
43
43
  ):
44
44
  """Delete selected time marker(s)
45
45
 
46
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
46
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
47
47
  :type execution_context: int | str | None
48
48
  :type undo: bool | None
49
49
  :param confirm: Confirm, Prompt for confirmation
@@ -53,7 +53,7 @@ def delete(
53
53
  ...
54
54
 
55
55
  def duplicate(
56
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
57
57
  execution_context: int | str | None = None,
58
58
  undo: bool | None = None,
59
59
  *,
@@ -61,7 +61,7 @@ def duplicate(
61
61
  ):
62
62
  """Duplicate selected time marker(s)
63
63
 
64
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
64
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
65
65
  :type execution_context: int | str | None
66
66
  :type undo: bool | None
67
67
  :param frames: Frames
@@ -71,7 +71,7 @@ def duplicate(
71
71
  ...
72
72
 
73
73
  def make_links_scene(
74
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
74
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
75
75
  execution_context: int | str | None = None,
76
76
  undo: bool | None = None,
77
77
  *,
@@ -79,7 +79,7 @@ def make_links_scene(
79
79
  ):
80
80
  """Copy selected markers to another scene
81
81
 
82
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
82
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
83
83
  :type execution_context: int | str | None
84
84
  :type undo: bool | None
85
85
  :param scene: Scene
@@ -89,7 +89,7 @@ def make_links_scene(
89
89
  ...
90
90
 
91
91
  def move(
92
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
93
93
  execution_context: int | str | None = None,
94
94
  undo: bool | None = None,
95
95
  *,
@@ -98,7 +98,7 @@ def move(
98
98
  ):
99
99
  """Move selected time marker(s)
100
100
 
101
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
101
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
102
102
  :type execution_context: int | str | None
103
103
  :type undo: bool | None
104
104
  :param frames: Frames
@@ -110,7 +110,7 @@ def move(
110
110
  ...
111
111
 
112
112
  def rename(
113
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
113
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
114
114
  execution_context: int | str | None = None,
115
115
  undo: bool | None = None,
116
116
  *,
@@ -118,7 +118,7 @@ def rename(
118
118
  ):
119
119
  """Rename first selected time marker
120
120
 
121
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
121
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
122
122
  :type execution_context: int | str | None
123
123
  :type undo: bool | None
124
124
  :param name: Name, New name for marker
@@ -128,7 +128,7 @@ def rename(
128
128
  ...
129
129
 
130
130
  def select(
131
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
131
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
132
132
  execution_context: int | str | None = None,
133
133
  undo: bool | None = None,
134
134
  *,
@@ -140,7 +140,7 @@ def select(
140
140
  ):
141
141
  """Select time marker(s)
142
142
 
143
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
143
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
144
144
  :type execution_context: int | str | None
145
145
  :type undo: bool | None
146
146
  :param wait_to_deselect_others: Wait to Deselect Others
@@ -158,7 +158,7 @@ def select(
158
158
  ...
159
159
 
160
160
  def select_all(
161
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
161
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
162
162
  execution_context: int | str | None = None,
163
163
  undo: bool | None = None,
164
164
  *,
@@ -166,7 +166,7 @@ def select_all(
166
166
  ):
167
167
  """Change selection of all time markers
168
168
 
169
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
169
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
170
170
  :type execution_context: int | str | None
171
171
  :type undo: bool | None
172
172
  :param action: Action, Selection action to execute
@@ -188,7 +188,7 @@ def select_all(
188
188
  ...
189
189
 
190
190
  def select_box(
191
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
191
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
192
192
  execution_context: int | str | None = None,
193
193
  undo: bool | None = None,
194
194
  *,
@@ -202,7 +202,7 @@ def select_box(
202
202
  ):
203
203
  """Select all time markers using box selection
204
204
 
205
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
205
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
206
206
  :type execution_context: int | str | None
207
207
  :type undo: bool | None
208
208
  :param xmin: X Min
@@ -233,7 +233,7 @@ def select_box(
233
233
  ...
234
234
 
235
235
  def select_leftright(
236
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
236
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
237
237
  execution_context: int | str | None = None,
238
238
  undo: bool | None = None,
239
239
  *,
@@ -242,7 +242,7 @@ def select_leftright(
242
242
  ):
243
243
  """Select markers on and left/right of the current frame
244
244
 
245
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
245
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
246
246
  :type execution_context: int | str | None
247
247
  :type undo: bool | None
248
248
  :param mode: Mode