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