fake-bpy-module 20241208__py3-none-any.whl → 20241209__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 (80) hide show
  1. bpy/ops/action/__init__.pyi +38 -138
  2. bpy/ops/anim/__init__.pyi +61 -179
  3. bpy/ops/armature/__init__.pyi +48 -147
  4. bpy/ops/asset/__init__.pyi +16 -71
  5. bpy/ops/boid/__init__.pyi +8 -41
  6. bpy/ops/brush/__init__.pyi +13 -39
  7. bpy/ops/buttons/__init__.pyi +6 -29
  8. bpy/ops/cachefile/__init__.pyi +5 -19
  9. bpy/ops/camera/__init__.pyi +2 -5
  10. bpy/ops/clip/__init__.pyi +92 -290
  11. bpy/ops/cloth/__init__.pyi +1 -3
  12. bpy/ops/collection/__init__.pyi +9 -25
  13. bpy/ops/console/__init__.pyi +21 -79
  14. bpy/ops/constraint/__init__.pyi +18 -45
  15. bpy/ops/curve/__init__.pyi +51 -180
  16. bpy/ops/curves/__init__.pyi +28 -100
  17. bpy/ops/cycles/__init__.pyi +3 -9
  18. bpy/ops/dpaint/__init__.pyi +5 -19
  19. bpy/ops/ed/__init__.pyi +12 -53
  20. bpy/ops/export_anim/__init__.pyi +1 -3
  21. bpy/ops/export_scene/__init__.pyi +2 -5
  22. bpy/ops/extensions/__init__.pyi +34 -110
  23. bpy/ops/file/__init__.pyi +40 -167
  24. bpy/ops/fluid/__init__.pyi +14 -77
  25. bpy/ops/font/__init__.pyi +23 -85
  26. bpy/ops/geometry/__init__.pyi +10 -27
  27. bpy/ops/gizmogroup/__init__.pyi +2 -9
  28. bpy/ops/gpencil/__init__.pyi +8 -32
  29. bpy/ops/graph/__init__.pyi +65 -184
  30. bpy/ops/grease_pencil/__init__.pyi +108 -290
  31. bpy/ops/image/__init__.pyi +49 -154
  32. bpy/ops/import_anim/__init__.pyi +1 -3
  33. bpy/ops/import_curve/__init__.pyi +1 -3
  34. bpy/ops/import_scene/__init__.pyi +2 -4
  35. bpy/ops/info/__init__.pyi +7 -29
  36. bpy/ops/lattice/__init__.pyi +8 -29
  37. bpy/ops/marker/__init__.pyi +11 -31
  38. bpy/ops/mask/__init__.pyi +39 -132
  39. bpy/ops/material/__init__.pyi +3 -19
  40. bpy/ops/mball/__init__.pyi +8 -19
  41. bpy/ops/mesh/__init__.pyi +164 -401
  42. bpy/ops/nla/__init__.pyi +39 -147
  43. bpy/ops/node/__init__.pyi +115 -390
  44. bpy/ops/object/__init__.pyi +237 -630
  45. bpy/ops/outliner/__init__.pyi +71 -263
  46. bpy/ops/paint/__init__.pyi +54 -140
  47. bpy/ops/paintcurve/__init__.pyi +8 -33
  48. bpy/ops/palette/__init__.pyi +7 -27
  49. bpy/ops/particle/__init__.pyi +36 -134
  50. bpy/ops/pose/__init__.pyi +51 -169
  51. bpy/ops/poselib/__init__.pyi +9 -33
  52. bpy/ops/preferences/__init__.pyi +35 -94
  53. bpy/ops/ptcache/__init__.pyi +7 -33
  54. bpy/ops/render/__init__.pyi +13 -37
  55. bpy/ops/rigidbody/__init__.pyi +13 -45
  56. bpy/ops/scene/__init__.pyi +37 -121
  57. bpy/ops/screen/__init__.pyi +39 -137
  58. bpy/ops/script/__init__.pyi +3 -11
  59. bpy/ops/sculpt/__init__.pyi +37 -94
  60. bpy/ops/sculpt_curves/__init__.pyi +4 -10
  61. bpy/ops/sequencer/__init__.pyi +89 -284
  62. bpy/ops/sound/__init__.pyi +7 -23
  63. bpy/ops/spreadsheet/__init__.pyi +4 -15
  64. bpy/ops/surface/__init__.pyi +6 -13
  65. bpy/ops/text/__init__.pyi +43 -175
  66. bpy/ops/text_editor/__init__.pyi +1 -3
  67. bpy/ops/texture/__init__.pyi +4 -21
  68. bpy/ops/transform/__init__.pyi +27 -61
  69. bpy/ops/ui/__init__.pyi +34 -117
  70. bpy/ops/uilist/__init__.pyi +3 -7
  71. bpy/ops/uv/__init__.pyi +49 -134
  72. bpy/ops/view2d/__init__.pyi +14 -39
  73. bpy/ops/view3d/__init__.pyi +67 -232
  74. bpy/ops/wm/__init__.pyi +114 -298
  75. bpy/ops/workspace/__init__.pyi +7 -33
  76. bpy/ops/world/__init__.pyi +2 -11
  77. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
  78. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +80 -80
  79. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
  80. {fake_bpy_module-20241208.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
@@ -1,168 +1,106 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy.types
5
4
 
6
- def bake_all(
7
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
- execution_context: int | str | None = None,
9
- undo: bool | None = None,
10
- ):
5
+ def bake_all(execution_context: int | str | None = None, undo: bool | None = None):
11
6
  """Bake Entire Fluid Simulation
12
7
 
13
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
14
8
  :type execution_context: int | str | None
15
9
  :type undo: bool | None
16
10
  """
17
11
 
18
- def bake_data(
19
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
20
- execution_context: int | str | None = None,
21
- undo: bool | None = None,
22
- ):
12
+ def bake_data(execution_context: int | str | None = None, undo: bool | None = None):
23
13
  """Bake Fluid Data
24
14
 
25
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
26
15
  :type execution_context: int | str | None
27
16
  :type undo: bool | None
28
17
  """
29
18
 
30
- def bake_guides(
31
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
32
- execution_context: int | str | None = None,
33
- undo: bool | None = None,
34
- ):
19
+ def bake_guides(execution_context: int | str | None = None, undo: bool | None = None):
35
20
  """Bake Fluid Guiding
36
21
 
37
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
38
22
  :type execution_context: int | str | None
39
23
  :type undo: bool | None
40
24
  """
41
25
 
42
- def bake_mesh(
43
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
44
- execution_context: int | str | None = None,
45
- undo: bool | None = None,
46
- ):
26
+ def bake_mesh(execution_context: int | str | None = None, undo: bool | None = None):
47
27
  """Bake Fluid Mesh
48
28
 
49
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
50
29
  :type execution_context: int | str | None
51
30
  :type undo: bool | None
52
31
  """
53
32
 
54
- def bake_noise(
55
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
- execution_context: int | str | None = None,
57
- undo: bool | None = None,
58
- ):
33
+ def bake_noise(execution_context: int | str | None = None, undo: bool | None = None):
59
34
  """Bake Fluid Noise
60
35
 
61
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
36
  :type execution_context: int | str | None
63
37
  :type undo: bool | None
64
38
  """
65
39
 
66
40
  def bake_particles(
67
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
68
- execution_context: int | str | None = None,
69
- undo: bool | None = None,
41
+ execution_context: int | str | None = None, undo: bool | None = None
70
42
  ):
71
43
  """Bake Fluid Particles
72
44
 
73
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
74
45
  :type execution_context: int | str | None
75
46
  :type undo: bool | None
76
47
  """
77
48
 
78
- def free_all(
79
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
80
- execution_context: int | str | None = None,
81
- undo: bool | None = None,
82
- ):
49
+ def free_all(execution_context: int | str | None = None, undo: bool | None = None):
83
50
  """Free Entire Fluid Simulation
84
51
 
85
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
86
52
  :type execution_context: int | str | None
87
53
  :type undo: bool | None
88
54
  """
89
55
 
90
- def free_data(
91
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
- execution_context: int | str | None = None,
93
- undo: bool | None = None,
94
- ):
56
+ def free_data(execution_context: int | str | None = None, undo: bool | None = None):
95
57
  """Free Fluid Data
96
58
 
97
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
98
59
  :type execution_context: int | str | None
99
60
  :type undo: bool | None
100
61
  """
101
62
 
102
- def free_guides(
103
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
104
- execution_context: int | str | None = None,
105
- undo: bool | None = None,
106
- ):
63
+ def free_guides(execution_context: int | str | None = None, undo: bool | None = None):
107
64
  """Free Fluid Guiding
108
65
 
109
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
110
66
  :type execution_context: int | str | None
111
67
  :type undo: bool | None
112
68
  """
113
69
 
114
- def free_mesh(
115
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
116
- execution_context: int | str | None = None,
117
- undo: bool | None = None,
118
- ):
70
+ def free_mesh(execution_context: int | str | None = None, undo: bool | None = None):
119
71
  """Free Fluid Mesh
120
72
 
121
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
122
73
  :type execution_context: int | str | None
123
74
  :type undo: bool | None
124
75
  """
125
76
 
126
- def free_noise(
127
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
128
- execution_context: int | str | None = None,
129
- undo: bool | None = None,
130
- ):
77
+ def free_noise(execution_context: int | str | None = None, undo: bool | None = None):
131
78
  """Free Fluid Noise
132
79
 
133
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
134
80
  :type execution_context: int | str | None
135
81
  :type undo: bool | None
136
82
  """
137
83
 
138
84
  def free_particles(
139
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
140
- execution_context: int | str | None = None,
141
- undo: bool | None = None,
85
+ execution_context: int | str | None = None, undo: bool | None = None
142
86
  ):
143
87
  """Free Fluid Particles
144
88
 
145
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
146
89
  :type execution_context: int | str | None
147
90
  :type undo: bool | None
148
91
  """
149
92
 
150
- def pause_bake(
151
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
152
- execution_context: int | str | None = None,
153
- undo: bool | None = None,
154
- ):
93
+ def pause_bake(execution_context: int | str | None = None, undo: bool | None = None):
155
94
  """Pause Bake
156
95
 
157
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
158
96
  :type execution_context: int | str | None
159
97
  :type undo: bool | None
160
98
  """
161
99
 
162
100
  def preset_add(
163
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
164
101
  execution_context: int | str | None = None,
165
102
  undo: bool | None = None,
103
+ /,
166
104
  *,
167
105
  name: str = "",
168
106
  remove_name: bool | None = False,
@@ -170,7 +108,6 @@ def preset_add(
170
108
  ):
171
109
  """Add or remove a Fluid Preset
172
110
 
173
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
174
111
  :type execution_context: int | str | None
175
112
  :type undo: bool | None
176
113
  :param name: Name, Name of the preset, used to make the path name
bpy/ops/font/__init__.pyi CHANGED
@@ -1,46 +1,38 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bpy.types
5
4
 
6
5
  def case_set(
7
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
6
  execution_context: int | str | None = None,
9
7
  undo: bool | None = None,
8
+ /,
10
9
  *,
11
10
  case: typing.Literal["LOWER", "UPPER"] | None = "LOWER",
12
11
  ):
13
12
  """Set font case
14
13
 
15
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
14
  :type execution_context: int | str | None
17
15
  :type undo: bool | None
18
16
  :param case: Case, Lower or upper case
19
17
  :type case: typing.Literal['LOWER','UPPER'] | None
20
18
  """
21
19
 
22
- def case_toggle(
23
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
- execution_context: int | str | None = None,
25
- undo: bool | None = None,
26
- ):
20
+ def case_toggle(execution_context: int | str | None = None, undo: bool | None = None):
27
21
  """Toggle font case
28
22
 
29
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
23
  :type execution_context: int | str | None
31
24
  :type undo: bool | None
32
25
  """
33
26
 
34
27
  def change_character(
35
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
36
28
  execution_context: int | str | None = None,
37
29
  undo: bool | None = None,
30
+ /,
38
31
  *,
39
32
  delta: int | None = 1,
40
33
  ):
41
34
  """Change font character code
42
35
 
43
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
44
36
  :type execution_context: int | str | None
45
37
  :type undo: bool | None
46
38
  :param delta: Delta, Number to increase or decrease character code with
@@ -48,15 +40,14 @@ def change_character(
48
40
  """
49
41
 
50
42
  def change_spacing(
51
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
43
  execution_context: int | str | None = None,
53
44
  undo: bool | None = None,
45
+ /,
54
46
  *,
55
47
  delta: float | None = 1.0,
56
48
  ):
57
49
  """Change font spacing
58
50
 
59
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
51
  :type execution_context: int | str | None
61
52
  :type undo: bool | None
62
53
  :param delta: Delta, Amount to decrease or increase character spacing with
@@ -64,9 +55,9 @@ def change_spacing(
64
55
  """
65
56
 
66
57
  def delete(
67
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
68
58
  execution_context: int | str | None = None,
69
59
  undo: bool | None = None,
60
+ /,
70
61
  *,
71
62
  type: typing.Literal[
72
63
  "NEXT_CHARACTER",
@@ -81,29 +72,23 @@ def delete(
81
72
  ):
82
73
  """Delete text by cursor position
83
74
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
75
  :type execution_context: int | str | None
86
76
  :type undo: bool | None
87
77
  :param type: Type, Which part of the text to delete
88
78
  :type type: typing.Literal['NEXT_CHARACTER','PREVIOUS_CHARACTER','NEXT_WORD','PREVIOUS_WORD','SELECTION','NEXT_OR_SELECTION','PREVIOUS_OR_SELECTION'] | None
89
79
  """
90
80
 
91
- def line_break(
92
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
93
- execution_context: int | str | None = None,
94
- undo: bool | None = None,
95
- ):
81
+ def line_break(execution_context: int | str | None = None, undo: bool | None = None):
96
82
  """Insert line break at cursor position
97
83
 
98
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
99
84
  :type execution_context: int | str | None
100
85
  :type undo: bool | None
101
86
  """
102
87
 
103
88
  def move(
104
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
105
89
  execution_context: int | str | None = None,
106
90
  undo: bool | None = None,
91
+ /,
107
92
  *,
108
93
  type: typing.Literal[
109
94
  "LINE_BEGIN",
@@ -123,7 +108,6 @@ def move(
123
108
  ):
124
109
  """Move cursor to position type
125
110
 
126
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
127
111
  :type execution_context: int | str | None
128
112
  :type undo: bool | None
129
113
  :param type: Type, Where to move cursor to
@@ -131,9 +115,9 @@ def move(
131
115
  """
132
116
 
133
117
  def move_select(
134
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
135
118
  execution_context: int | str | None = None,
136
119
  undo: bool | None = None,
120
+ /,
137
121
  *,
138
122
  type: typing.Literal[
139
123
  "LINE_BEGIN",
@@ -153,7 +137,6 @@ def move_select(
153
137
  ):
154
138
  """Move the cursor while selecting
155
139
 
156
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
157
140
  :type execution_context: int | str | None
158
141
  :type undo: bool | None
159
142
  :param type: Type, Where to move cursor to, to make a selection
@@ -161,9 +144,9 @@ def move_select(
161
144
  """
162
145
 
163
146
  def open(
164
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
165
147
  execution_context: int | str | None = None,
166
148
  undo: bool | None = None,
149
+ /,
167
150
  *,
168
151
  filepath: str = "",
169
152
  hide_props_region: bool | None = True,
@@ -195,7 +178,6 @@ def open(
195
178
  ):
196
179
  """Load a new font from a file
197
180
 
198
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
199
181
  :type execution_context: int | str | None
200
182
  :type undo: bool | None
201
183
  :param filepath: File Path, Path to file
@@ -260,53 +242,37 @@ def open(
260
242
  :type sort_method: str | None
261
243
  """
262
244
 
263
- def select_all(
264
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
265
- execution_context: int | str | None = None,
266
- undo: bool | None = None,
267
- ):
245
+ def select_all(execution_context: int | str | None = None, undo: bool | None = None):
268
246
  """Select all text
269
247
 
270
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
271
248
  :type execution_context: int | str | None
272
249
  :type undo: bool | None
273
250
  """
274
251
 
275
- def select_word(
276
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
277
- execution_context: int | str | None = None,
278
- undo: bool | None = None,
279
- ):
252
+ def select_word(execution_context: int | str | None = None, undo: bool | None = None):
280
253
  """Select word under cursor
281
254
 
282
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
283
255
  :type execution_context: int | str | None
284
256
  :type undo: bool | None
285
257
  """
286
258
 
287
- def selection_set(
288
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
289
- execution_context: int | str | None = None,
290
- undo: bool | None = None,
291
- ):
259
+ def selection_set(execution_context: int | str | None = None, undo: bool | None = None):
292
260
  """Set cursor selection
293
261
 
294
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
295
262
  :type execution_context: int | str | None
296
263
  :type undo: bool | None
297
264
  """
298
265
 
299
266
  def style_set(
300
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
301
267
  execution_context: int | str | None = None,
302
268
  undo: bool | None = None,
269
+ /,
303
270
  *,
304
271
  style: typing.Literal["BOLD", "ITALIC", "UNDERLINE", "SMALL_CAPS"] | None = "BOLD",
305
272
  clear: bool | None = False,
306
273
  ):
307
274
  """Set font style
308
275
 
309
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
310
276
  :type execution_context: int | str | None
311
277
  :type undo: bool | None
312
278
  :param style: Style, Style to set selection to
@@ -316,56 +282,44 @@ def style_set(
316
282
  """
317
283
 
318
284
  def style_toggle(
319
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
320
285
  execution_context: int | str | None = None,
321
286
  undo: bool | None = None,
287
+ /,
322
288
  *,
323
289
  style: typing.Literal["BOLD", "ITALIC", "UNDERLINE", "SMALL_CAPS"] | None = "BOLD",
324
290
  ):
325
291
  """Toggle font style
326
292
 
327
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
328
293
  :type execution_context: int | str | None
329
294
  :type undo: bool | None
330
295
  :param style: Style, Style to set selection to
331
296
  :type style: typing.Literal['BOLD','ITALIC','UNDERLINE','SMALL_CAPS'] | None
332
297
  """
333
298
 
334
- def text_copy(
335
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
336
- execution_context: int | str | None = None,
337
- undo: bool | None = None,
338
- ):
299
+ def text_copy(execution_context: int | str | None = None, undo: bool | None = None):
339
300
  """Copy selected text to clipboard
340
301
 
341
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
342
302
  :type execution_context: int | str | None
343
303
  :type undo: bool | None
344
304
  """
345
305
 
346
- def text_cut(
347
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
348
- execution_context: int | str | None = None,
349
- undo: bool | None = None,
350
- ):
306
+ def text_cut(execution_context: int | str | None = None, undo: bool | None = None):
351
307
  """Cut selected text to clipboard
352
308
 
353
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
354
309
  :type execution_context: int | str | None
355
310
  :type undo: bool | None
356
311
  """
357
312
 
358
313
  def text_insert(
359
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
360
314
  execution_context: int | str | None = None,
361
315
  undo: bool | None = None,
316
+ /,
362
317
  *,
363
318
  text: str = "",
364
319
  accent: bool | None = False,
365
320
  ):
366
321
  """Insert text at cursor position
367
322
 
368
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
369
323
  :type execution_context: int | str | None
370
324
  :type undo: bool | None
371
325
  :param text: Text, Text to insert at the cursor position
@@ -375,27 +329,23 @@ def text_insert(
375
329
  """
376
330
 
377
331
  def text_insert_unicode(
378
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
379
- execution_context: int | str | None = None,
380
- undo: bool | None = None,
332
+ execution_context: int | str | None = None, undo: bool | None = None
381
333
  ):
382
334
  """Insert Unicode Character
383
335
 
384
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
385
336
  :type execution_context: int | str | None
386
337
  :type undo: bool | None
387
338
  """
388
339
 
389
340
  def text_paste(
390
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
391
341
  execution_context: int | str | None = None,
392
342
  undo: bool | None = None,
343
+ /,
393
344
  *,
394
345
  selection: bool | None = False,
395
346
  ):
396
347
  """Paste text from clipboard
397
348
 
398
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
399
349
  :type execution_context: int | str | None
400
350
  :type undo: bool | None
401
351
  :param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
@@ -403,9 +353,9 @@ def text_paste(
403
353
  """
404
354
 
405
355
  def text_paste_from_file(
406
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
407
356
  execution_context: int | str | None = None,
408
357
  undo: bool | None = None,
358
+ /,
409
359
  *,
410
360
  filepath: str = "",
411
361
  hide_props_region: bool | None = True,
@@ -436,7 +386,6 @@ def text_paste_from_file(
436
386
  ):
437
387
  """Paste contents from file
438
388
 
439
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
440
389
  :type execution_context: int | str | None
441
390
  :type undo: bool | None
442
391
  :param filepath: File Path, Path to file
@@ -499,42 +448,31 @@ def text_paste_from_file(
499
448
  :type sort_method: str | None
500
449
  """
501
450
 
502
- def textbox_add(
503
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
504
- execution_context: int | str | None = None,
505
- undo: bool | None = None,
506
- ):
451
+ def textbox_add(execution_context: int | str | None = None, undo: bool | None = None):
507
452
  """Add a new text box
508
453
 
509
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
510
454
  :type execution_context: int | str | None
511
455
  :type undo: bool | None
512
456
  """
513
457
 
514
458
  def textbox_remove(
515
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
516
459
  execution_context: int | str | None = None,
517
460
  undo: bool | None = None,
461
+ /,
518
462
  *,
519
463
  index: int | None = 0,
520
464
  ):
521
465
  """Remove the text box
522
466
 
523
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
524
467
  :type execution_context: int | str | None
525
468
  :type undo: bool | None
526
469
  :param index: Index, The current text box
527
470
  :type index: int | None
528
471
  """
529
472
 
530
- def unlink(
531
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
532
- execution_context: int | str | None = None,
533
- undo: bool | None = None,
534
- ):
473
+ def unlink(execution_context: int | str | None = None, undo: bool | None = None):
535
474
  """Unlink active font data-block
536
475
 
537
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
538
476
  :type execution_context: int | str | None
539
477
  :type undo: bool | None
540
478
  """