fake-bpy-module 20240927__py3-none-any.whl → 20240929__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 (87) hide show
  1. bl_ui/generic_ui_list/__init__.pyi +2 -2
  2. bl_ui/space_dopesheet/__init__.pyi +25 -0
  3. bl_ui/space_view3d/__init__.pyi +36 -0
  4. bpy/__init__.pyi +1 -1
  5. bpy/ops/action/__init__.pyi +76 -76
  6. bpy/ops/anim/__init__.pyi +144 -120
  7. bpy/ops/armature/__init__.pyi +96 -96
  8. bpy/ops/asset/__init__.pyi +32 -32
  9. bpy/ops/boid/__init__.pyi +16 -16
  10. bpy/ops/brush/__init__.pyi +26 -26
  11. bpy/ops/buttons/__init__.pyi +12 -12
  12. bpy/ops/cachefile/__init__.pyi +10 -10
  13. bpy/ops/camera/__init__.pyi +4 -4
  14. bpy/ops/clip/__init__.pyi +184 -184
  15. bpy/ops/cloth/__init__.pyi +2 -2
  16. bpy/ops/collection/__init__.pyi +18 -18
  17. bpy/ops/console/__init__.pyi +42 -42
  18. bpy/ops/constraint/__init__.pyi +36 -36
  19. bpy/ops/curve/__init__.pyi +102 -102
  20. bpy/ops/curves/__init__.pyi +54 -54
  21. bpy/ops/cycles/__init__.pyi +6 -6
  22. bpy/ops/dpaint/__init__.pyi +10 -10
  23. bpy/ops/ed/__init__.pyi +24 -24
  24. bpy/ops/export_anim/__init__.pyi +2 -2
  25. bpy/ops/export_scene/__init__.pyi +4 -4
  26. bpy/ops/extensions/__init__.pyi +68 -68
  27. bpy/ops/file/__init__.pyi +80 -80
  28. bpy/ops/fluid/__init__.pyi +28 -28
  29. bpy/ops/font/__init__.pyi +46 -46
  30. bpy/ops/geometry/__init__.pyi +20 -20
  31. bpy/ops/gizmogroup/__init__.pyi +4 -4
  32. bpy/ops/gpencil/__init__.pyi +284 -284
  33. bpy/ops/graph/__init__.pyi +130 -130
  34. bpy/ops/grease_pencil/__init__.pyi +220 -200
  35. bpy/ops/image/__init__.pyi +98 -98
  36. bpy/ops/import_anim/__init__.pyi +2 -2
  37. bpy/ops/import_curve/__init__.pyi +2 -2
  38. bpy/ops/import_scene/__init__.pyi +4 -4
  39. bpy/ops/info/__init__.pyi +14 -14
  40. bpy/ops/lattice/__init__.pyi +16 -16
  41. bpy/ops/marker/__init__.pyi +22 -22
  42. bpy/ops/mask/__init__.pyi +78 -78
  43. bpy/ops/material/__init__.pyi +6 -6
  44. bpy/ops/mball/__init__.pyi +16 -16
  45. bpy/ops/mesh/__init__.pyi +326 -326
  46. bpy/ops/nla/__init__.pyi +78 -78
  47. bpy/ops/node/__init__.pyi +230 -230
  48. bpy/ops/object/__init__.pyi +476 -476
  49. bpy/ops/outliner/__init__.pyi +142 -142
  50. bpy/ops/paint/__init__.pyi +108 -108
  51. bpy/ops/paintcurve/__init__.pyi +16 -16
  52. bpy/ops/palette/__init__.pyi +14 -14
  53. bpy/ops/particle/__init__.pyi +72 -72
  54. bpy/ops/pose/__init__.pyi +102 -102
  55. bpy/ops/poselib/__init__.pyi +18 -18
  56. bpy/ops/preferences/__init__.pyi +70 -70
  57. bpy/ops/ptcache/__init__.pyi +14 -14
  58. bpy/ops/render/__init__.pyi +26 -26
  59. bpy/ops/rigidbody/__init__.pyi +26 -26
  60. bpy/ops/scene/__init__.pyi +74 -74
  61. bpy/ops/screen/__init__.pyi +78 -78
  62. bpy/ops/script/__init__.pyi +6 -6
  63. bpy/ops/sculpt/__init__.pyi +74 -74
  64. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  65. bpy/ops/sequencer/__init__.pyi +178 -178
  66. bpy/ops/sound/__init__.pyi +14 -14
  67. bpy/ops/spreadsheet/__init__.pyi +8 -8
  68. bpy/ops/surface/__init__.pyi +12 -12
  69. bpy/ops/text/__init__.pyi +86 -86
  70. bpy/ops/text_editor/__init__.pyi +2 -2
  71. bpy/ops/texture/__init__.pyi +8 -8
  72. bpy/ops/transform/__init__.pyi +54 -54
  73. bpy/ops/ui/__init__.pyi +68 -68
  74. bpy/ops/uilist/__init__.pyi +6 -6
  75. bpy/ops/uv/__init__.pyi +98 -98
  76. bpy/ops/view2d/__init__.pyi +28 -28
  77. bpy/ops/view3d/__init__.pyi +134 -134
  78. bpy/ops/wm/__init__.pyi +232 -232
  79. bpy/ops/workspace/__init__.pyi +14 -14
  80. bpy/ops/world/__init__.pyi +4 -4
  81. bpy/types/__init__.pyi +449 -226
  82. bpy/typing/__init__.pyi +1 -0
  83. bpy_extras/object_utils/__init__.pyi +4 -4
  84. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
  85. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +87 -87
  86. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
  87. {fake_bpy_module-20240927.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
@@ -4,7 +4,7 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def preset_add(
7
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
7
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
8
  execution_context: int | str | None = None,
9
9
  undo: bool | None = None,
10
10
  *,
@@ -14,7 +14,7 @@ def preset_add(
14
14
  ):
15
15
  """Add or remove a Cloth Preset
16
16
 
17
- :type override_context: bpy.types.Context | dict[str, typing.Any]
17
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
18
  :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
20
  :param name: Name, Name of the preset, used to make the path name
@@ -4,7 +4,7 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def create(
7
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
7
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
8
  execution_context: int | str | None = None,
9
9
  undo: bool | None = None,
10
10
  *,
@@ -12,7 +12,7 @@ def create(
12
12
  ):
13
13
  """Create an object collection from selected objects
14
14
 
15
- :type override_context: bpy.types.Context | dict[str, typing.Any]
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
16
  :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  :param name: Name, Name of the new collection
@@ -20,19 +20,19 @@ def create(
20
20
  """
21
21
 
22
22
  def export_all(
23
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
24
  execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  ):
27
27
  """Invoke all configured exporters on this collection
28
28
 
29
- :type override_context: bpy.types.Context | dict[str, typing.Any]
29
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
30
30
  :type execution_context: int | str | None
31
31
  :type undo: bool | None
32
32
  """
33
33
 
34
34
  def exporter_add(
35
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
35
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
36
36
  execution_context: int | str | None = None,
37
37
  undo: bool | None = None,
38
38
  *,
@@ -40,7 +40,7 @@ def exporter_add(
40
40
  ):
41
41
  """Add Exporter
42
42
 
43
- :type override_context: bpy.types.Context | dict[str, typing.Any]
43
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
44
44
  :type execution_context: int | str | None
45
45
  :type undo: bool | None
46
46
  :param name: Name, FileHandler idname
@@ -48,7 +48,7 @@ def exporter_add(
48
48
  """
49
49
 
50
50
  def exporter_export(
51
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
51
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
52
52
  execution_context: int | str | None = None,
53
53
  undo: bool | None = None,
54
54
  *,
@@ -56,7 +56,7 @@ def exporter_export(
56
56
  ):
57
57
  """Invoke the export operation
58
58
 
59
- :type override_context: bpy.types.Context | dict[str, typing.Any]
59
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
60
60
  :type execution_context: int | str | None
61
61
  :type undo: bool | None
62
62
  :param index: Index, Exporter index
@@ -64,7 +64,7 @@ def exporter_export(
64
64
  """
65
65
 
66
66
  def exporter_remove(
67
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
67
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
68
68
  execution_context: int | str | None = None,
69
69
  undo: bool | None = None,
70
70
  *,
@@ -72,7 +72,7 @@ def exporter_remove(
72
72
  ):
73
73
  """Remove Exporter
74
74
 
75
- :type override_context: bpy.types.Context | dict[str, typing.Any]
75
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
76
76
  :type execution_context: int | str | None
77
77
  :type undo: bool | None
78
78
  :param index: Index, Exporter index
@@ -80,7 +80,7 @@ def exporter_remove(
80
80
  """
81
81
 
82
82
  def objects_add_active(
83
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
83
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
84
84
  execution_context: int | str | None = None,
85
85
  undo: bool | None = None,
86
86
  *,
@@ -88,7 +88,7 @@ def objects_add_active(
88
88
  ):
89
89
  """Add the object to an object collection that contains the active object
90
90
 
91
- :type override_context: bpy.types.Context | dict[str, typing.Any]
91
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
92
92
  :type execution_context: int | str | None
93
93
  :type undo: bool | None
94
94
  :param collection: Collection, The collection to add other selected objects to
@@ -96,7 +96,7 @@ def objects_add_active(
96
96
  """
97
97
 
98
98
  def objects_remove(
99
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
99
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
100
100
  execution_context: int | str | None = None,
101
101
  undo: bool | None = None,
102
102
  *,
@@ -104,7 +104,7 @@ def objects_remove(
104
104
  ):
105
105
  """Remove selected objects from a collection
106
106
 
107
- :type override_context: bpy.types.Context | dict[str, typing.Any]
107
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
108
108
  :type execution_context: int | str | None
109
109
  :type undo: bool | None
110
110
  :param collection: Collection, The collection to remove this object from
@@ -112,7 +112,7 @@ def objects_remove(
112
112
  """
113
113
 
114
114
  def objects_remove_active(
115
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
115
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
116
116
  execution_context: int | str | None = None,
117
117
  undo: bool | None = None,
118
118
  *,
@@ -120,7 +120,7 @@ def objects_remove_active(
120
120
  ):
121
121
  """Remove the object from an object collection that contains the active object
122
122
 
123
- :type override_context: bpy.types.Context | dict[str, typing.Any]
123
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
124
124
  :type execution_context: int | str | None
125
125
  :type undo: bool | None
126
126
  :param collection: Collection, The collection to remove other selected objects from
@@ -128,13 +128,13 @@ def objects_remove_active(
128
128
  """
129
129
 
130
130
  def objects_remove_all(
131
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
131
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
132
132
  execution_context: int | str | None = None,
133
133
  undo: bool | None = None,
134
134
  ):
135
135
  """Remove selected objects from all collections
136
136
 
137
- :type override_context: bpy.types.Context | dict[str, typing.Any]
137
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
138
138
  :type execution_context: int | str | None
139
139
  :type undo: bool | None
140
140
  """
@@ -4,31 +4,31 @@ import typing_extensions
4
4
  import bpy.types
5
5
 
6
6
  def autocomplete(
7
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
7
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
8
8
  execution_context: int | str | None = None,
9
9
  undo: bool | None = None,
10
10
  ):
11
11
  """Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
12
12
 
13
- :type override_context: bpy.types.Context | dict[str, typing.Any]
13
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
14
14
  :type execution_context: int | str | None
15
15
  :type undo: bool | None
16
16
  """
17
17
 
18
18
  def banner(
19
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
19
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
20
20
  execution_context: int | str | None = None,
21
21
  undo: bool | None = None,
22
22
  ):
23
23
  """Print a message when the terminal initializes
24
24
 
25
- :type override_context: bpy.types.Context | dict[str, typing.Any]
25
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
26
26
  :type execution_context: int | str | None
27
27
  :type undo: bool | None
28
28
  """
29
29
 
30
30
  def clear(
31
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
31
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
32
32
  execution_context: int | str | None = None,
33
33
  undo: bool | None = None,
34
34
  *,
@@ -37,7 +37,7 @@ def clear(
37
37
  ):
38
38
  """Clear text by type
39
39
 
40
- :type override_context: bpy.types.Context | dict[str, typing.Any]
40
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
41
41
  :type execution_context: int | str | None
42
42
  :type undo: bool | None
43
43
  :param scrollback: Scrollback, Clear the scrollback history
@@ -47,19 +47,19 @@ def clear(
47
47
  """
48
48
 
49
49
  def clear_line(
50
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
50
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
51
51
  execution_context: int | str | None = None,
52
52
  undo: bool | None = None,
53
53
  ):
54
54
  """Clear the line and store in history
55
55
 
56
- :type override_context: bpy.types.Context | dict[str, typing.Any]
56
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
57
57
  :type execution_context: int | str | None
58
58
  :type undo: bool | None
59
59
  """
60
60
 
61
61
  def copy(
62
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
62
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
63
63
  execution_context: int | str | None = None,
64
64
  undo: bool | None = None,
65
65
  *,
@@ -67,7 +67,7 @@ def copy(
67
67
  ):
68
68
  """Copy selected text to clipboard
69
69
 
70
- :type override_context: bpy.types.Context | dict[str, typing.Any]
70
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
71
71
  :type execution_context: int | str | None
72
72
  :type undo: bool | None
73
73
  :param delete: Delete Selection, Whether to delete the selection after copying
@@ -75,19 +75,19 @@ def copy(
75
75
  """
76
76
 
77
77
  def copy_as_script(
78
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
78
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
79
79
  execution_context: int | str | None = None,
80
80
  undo: bool | None = None,
81
81
  ):
82
82
  """Copy the console contents for use in a script
83
83
 
84
- :type override_context: bpy.types.Context | dict[str, typing.Any]
84
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
85
85
  :type execution_context: int | str | None
86
86
  :type undo: bool | None
87
87
  """
88
88
 
89
89
  def delete(
90
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
90
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
91
91
  execution_context: int | str | None = None,
92
92
  undo: bool | None = None,
93
93
  *,
@@ -98,7 +98,7 @@ def delete(
98
98
  ):
99
99
  """Delete text by cursor position
100
100
 
101
- :type override_context: bpy.types.Context | dict[str, typing.Any]
101
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
102
102
  :type execution_context: int | str | None
103
103
  :type undo: bool | None
104
104
  :param type: Type, Which part of the text to delete
@@ -106,7 +106,7 @@ def delete(
106
106
  """
107
107
 
108
108
  def execute(
109
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
109
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
110
110
  execution_context: int | str | None = None,
111
111
  undo: bool | None = None,
112
112
  *,
@@ -114,7 +114,7 @@ def execute(
114
114
  ):
115
115
  """Execute the current console line as a Python expression
116
116
 
117
- :type override_context: bpy.types.Context | dict[str, typing.Any]
117
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
118
118
  :type execution_context: int | str | None
119
119
  :type undo: bool | None
120
120
  :param interactive: interactive
@@ -122,7 +122,7 @@ def execute(
122
122
  """
123
123
 
124
124
  def history_append(
125
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
125
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
126
126
  execution_context: int | str | None = None,
127
127
  undo: bool | None = None,
128
128
  *,
@@ -132,7 +132,7 @@ def history_append(
132
132
  ):
133
133
  """Append history at cursor position
134
134
 
135
- :type override_context: bpy.types.Context | dict[str, typing.Any]
135
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
136
136
  :type execution_context: int | str | None
137
137
  :type undo: bool | None
138
138
  :param text: Text, Text to insert at the cursor position
@@ -144,7 +144,7 @@ def history_append(
144
144
  """
145
145
 
146
146
  def history_cycle(
147
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
147
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
148
148
  execution_context: int | str | None = None,
149
149
  undo: bool | None = None,
150
150
  *,
@@ -152,7 +152,7 @@ def history_cycle(
152
152
  ):
153
153
  """Cycle through history
154
154
 
155
- :type override_context: bpy.types.Context | dict[str, typing.Any]
155
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
156
156
  :type execution_context: int | str | None
157
157
  :type undo: bool | None
158
158
  :param reverse: Reverse, Reverse cycle history
@@ -160,31 +160,31 @@ def history_cycle(
160
160
  """
161
161
 
162
162
  def indent(
163
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
163
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
164
164
  execution_context: int | str | None = None,
165
165
  undo: bool | None = None,
166
166
  ):
167
167
  """Add 4 spaces at line beginning
168
168
 
169
- :type override_context: bpy.types.Context | dict[str, typing.Any]
169
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
170
170
  :type execution_context: int | str | None
171
171
  :type undo: bool | None
172
172
  """
173
173
 
174
174
  def indent_or_autocomplete(
175
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
175
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
176
176
  execution_context: int | str | None = None,
177
177
  undo: bool | None = None,
178
178
  ):
179
179
  """Indent selected text or autocomplete
180
180
 
181
- :type override_context: bpy.types.Context | dict[str, typing.Any]
181
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
182
182
  :type execution_context: int | str | None
183
183
  :type undo: bool | None
184
184
  """
185
185
 
186
186
  def insert(
187
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
187
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
188
188
  execution_context: int | str | None = None,
189
189
  undo: bool | None = None,
190
190
  *,
@@ -192,7 +192,7 @@ def insert(
192
192
  ):
193
193
  """Insert text at cursor position
194
194
 
195
- :type override_context: bpy.types.Context | dict[str, typing.Any]
195
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
196
196
  :type execution_context: int | str | None
197
197
  :type undo: bool | None
198
198
  :param text: Text, Text to insert at the cursor position
@@ -200,7 +200,7 @@ def insert(
200
200
  """
201
201
 
202
202
  def language(
203
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
203
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
204
204
  execution_context: int | str | None = None,
205
205
  undo: bool | None = None,
206
206
  *,
@@ -208,7 +208,7 @@ def language(
208
208
  ):
209
209
  """Set the current language for this console
210
210
 
211
- :type override_context: bpy.types.Context | dict[str, typing.Any]
211
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
212
212
  :type execution_context: int | str | None
213
213
  :type undo: bool | None
214
214
  :param language: Language
@@ -216,7 +216,7 @@ def language(
216
216
  """
217
217
 
218
218
  def move(
219
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
219
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
220
220
  execution_context: int | str | None = None,
221
221
  undo: bool | None = None,
222
222
  *,
@@ -233,7 +233,7 @@ def move(
233
233
  ):
234
234
  """Move cursor position
235
235
 
236
- :type override_context: bpy.types.Context | dict[str, typing.Any]
236
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
237
237
  :type execution_context: int | str | None
238
238
  :type undo: bool | None
239
239
  :param type: Type, Where to move cursor to
@@ -243,7 +243,7 @@ def move(
243
243
  """
244
244
 
245
245
  def paste(
246
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
246
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
247
247
  execution_context: int | str | None = None,
248
248
  undo: bool | None = None,
249
249
  *,
@@ -251,7 +251,7 @@ def paste(
251
251
  ):
252
252
  """Paste text from clipboard
253
253
 
254
- :type override_context: bpy.types.Context | dict[str, typing.Any]
254
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
255
255
  :type execution_context: int | str | None
256
256
  :type undo: bool | None
257
257
  :param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
@@ -259,7 +259,7 @@ def paste(
259
259
  """
260
260
 
261
261
  def scrollback_append(
262
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
262
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
263
263
  execution_context: int | str | None = None,
264
264
  undo: bool | None = None,
265
265
  *,
@@ -268,7 +268,7 @@ def scrollback_append(
268
268
  ):
269
269
  """Append scrollback text by type
270
270
 
271
- :type override_context: bpy.types.Context | dict[str, typing.Any]
271
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
272
272
  :type execution_context: int | str | None
273
273
  :type undo: bool | None
274
274
  :param text: Text, Text to insert at the cursor position
@@ -278,49 +278,49 @@ def scrollback_append(
278
278
  """
279
279
 
280
280
  def select_all(
281
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
281
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
282
282
  execution_context: int | str | None = None,
283
283
  undo: bool | None = None,
284
284
  ):
285
285
  """Select all the text
286
286
 
287
- :type override_context: bpy.types.Context | dict[str, typing.Any]
287
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
288
288
  :type execution_context: int | str | None
289
289
  :type undo: bool | None
290
290
  """
291
291
 
292
292
  def select_set(
293
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
293
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
294
294
  execution_context: int | str | None = None,
295
295
  undo: bool | None = None,
296
296
  ):
297
297
  """Set the console selection
298
298
 
299
- :type override_context: bpy.types.Context | dict[str, typing.Any]
299
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
300
300
  :type execution_context: int | str | None
301
301
  :type undo: bool | None
302
302
  """
303
303
 
304
304
  def select_word(
305
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
305
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
306
306
  execution_context: int | str | None = None,
307
307
  undo: bool | None = None,
308
308
  ):
309
309
  """Select word at cursor position
310
310
 
311
- :type override_context: bpy.types.Context | dict[str, typing.Any]
311
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
312
312
  :type execution_context: int | str | None
313
313
  :type undo: bool | None
314
314
  """
315
315
 
316
316
  def unindent(
317
- override_context: bpy.types.Context | dict[str, typing.Any] = None,
317
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
318
318
  execution_context: int | str | None = None,
319
319
  undo: bool | None = None,
320
320
  ):
321
321
  """Delete 4 spaces from line beginning
322
322
 
323
- :type override_context: bpy.types.Context | dict[str, typing.Any]
323
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
324
324
  :type execution_context: int | str | None
325
325
  :type undo: bool | None
326
326
  """