fake-bpy-module 20240601__py3-none-any.whl → 20240604__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 (106) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/generic_ui_list/__init__.pyi +2 -2
  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. blf/__init__.pyi +4 -4
  8. bmesh/ops/__init__.pyi +97 -82
  9. bmesh/types/__init__.pyi +37 -32
  10. bmesh/utils/__init__.pyi +2 -4
  11. bpy/ops/action/__init__.pyi +152 -152
  12. bpy/ops/anim/__init__.pyi +216 -216
  13. bpy/ops/armature/__init__.pyi +192 -192
  14. bpy/ops/asset/__init__.pyi +64 -64
  15. bpy/ops/boid/__init__.pyi +32 -32
  16. bpy/ops/brush/__init__.pyi +36 -36
  17. bpy/ops/buttons/__init__.pyi +24 -24
  18. bpy/ops/cachefile/__init__.pyi +20 -20
  19. bpy/ops/camera/__init__.pyi +8 -8
  20. bpy/ops/clip/__init__.pyi +368 -368
  21. bpy/ops/cloth/__init__.pyi +4 -4
  22. bpy/ops/collection/__init__.pyi +36 -36
  23. bpy/ops/console/__init__.pyi +84 -84
  24. bpy/ops/constraint/__init__.pyi +72 -72
  25. bpy/ops/curve/__init__.pyi +204 -204
  26. bpy/ops/curves/__init__.pyi +108 -108
  27. bpy/ops/cycles/__init__.pyi +12 -12
  28. bpy/ops/dpaint/__init__.pyi +20 -20
  29. bpy/ops/ed/__init__.pyi +48 -48
  30. bpy/ops/export_anim/__init__.pyi +4 -4
  31. bpy/ops/export_scene/__init__.pyi +8 -8
  32. bpy/ops/extensions/__init__.pyi +123 -109
  33. bpy/ops/file/__init__.pyi +160 -160
  34. bpy/ops/fluid/__init__.pyi +56 -56
  35. bpy/ops/font/__init__.pyi +92 -92
  36. bpy/ops/geometry/__init__.pyi +40 -40
  37. bpy/ops/gizmogroup/__init__.pyi +8 -8
  38. bpy/ops/gpencil/__init__.pyi +600 -600
  39. bpy/ops/graph/__init__.pyi +260 -260
  40. bpy/ops/grease_pencil/__init__.pyi +292 -292
  41. bpy/ops/image/__init__.pyi +192 -192
  42. bpy/ops/import_anim/__init__.pyi +4 -4
  43. bpy/ops/import_curve/__init__.pyi +4 -4
  44. bpy/ops/import_scene/__init__.pyi +8 -8
  45. bpy/ops/info/__init__.pyi +28 -28
  46. bpy/ops/lattice/__init__.pyi +32 -32
  47. bpy/ops/marker/__init__.pyi +44 -44
  48. bpy/ops/mask/__init__.pyi +156 -156
  49. bpy/ops/material/__init__.pyi +12 -12
  50. bpy/ops/mball/__init__.pyi +32 -32
  51. bpy/ops/mesh/__init__.pyi +652 -652
  52. bpy/ops/nla/__init__.pyi +156 -156
  53. bpy/ops/node/__init__.pyi +416 -416
  54. bpy/ops/object/__init__.pyi +984 -984
  55. bpy/ops/outliner/__init__.pyi +284 -284
  56. bpy/ops/paint/__init__.pyi +220 -220
  57. bpy/ops/paintcurve/__init__.pyi +32 -32
  58. bpy/ops/palette/__init__.pyi +28 -28
  59. bpy/ops/particle/__init__.pyi +144 -144
  60. bpy/ops/pose/__init__.pyi +156 -156
  61. bpy/ops/poselib/__init__.pyi +36 -36
  62. bpy/ops/preferences/__init__.pyi +148 -148
  63. bpy/ops/ptcache/__init__.pyi +28 -28
  64. bpy/ops/render/__init__.pyi +48 -48
  65. bpy/ops/rigidbody/__init__.pyi +52 -52
  66. bpy/ops/scene/__init__.pyi +156 -156
  67. bpy/ops/screen/__init__.pyi +156 -156
  68. bpy/ops/script/__init__.pyi +12 -12
  69. bpy/ops/sculpt/__init__.pyi +144 -144
  70. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  71. bpy/ops/sequencer/__init__.pyi +364 -340
  72. bpy/ops/sound/__init__.pyi +28 -28
  73. bpy/ops/spreadsheet/__init__.pyi +16 -16
  74. bpy/ops/surface/__init__.pyi +24 -24
  75. bpy/ops/text/__init__.pyi +172 -172
  76. bpy/ops/text_editor/__init__.pyi +4 -4
  77. bpy/ops/texture/__init__.pyi +16 -16
  78. bpy/ops/transform/__init__.pyi +111 -108
  79. bpy/ops/ui/__init__.pyi +132 -132
  80. bpy/ops/uilist/__init__.pyi +12 -12
  81. bpy/ops/uv/__init__.pyi +196 -196
  82. bpy/ops/view2d/__init__.pyi +56 -56
  83. bpy/ops/view3d/__init__.pyi +268 -268
  84. bpy/ops/wm/__init__.pyi +448 -448
  85. bpy/ops/workspace/__init__.pyi +28 -28
  86. bpy/ops/world/__init__.pyi +8 -8
  87. bpy/path/__init__.pyi +18 -18
  88. bpy/props/__init__.pyi +11 -11
  89. bpy/types/__init__.pyi +1527 -1737
  90. bpy/utils/__init__.pyi +4 -4
  91. bpy_extras/mesh_utils/__init__.pyi +4 -4
  92. bpy_extras/view3d_utils/__init__.pyi +24 -20
  93. bpy_types/__init__.pyi +12 -7
  94. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  95. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
  96. freestyle/types/__init__.pyi +64 -64
  97. freestyle/utils/__init__.pyi +2 -2
  98. gpu/matrix/__init__.pyi +15 -6
  99. gpu/state/__init__.pyi +2 -2
  100. gpu/types/__init__.pyi +6 -4
  101. gpu_extras/presets/__init__.pyi +8 -4
  102. imbuf/__init__.pyi +4 -4
  103. mathutils/__init__.pyi +292 -187
  104. mathutils/geometry/__init__.pyi +2 -5
  105. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  106. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,36 +6,36 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def clear_filter(
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
  """Clear the search filter
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 context_menu(
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
  """Display properties editor context_menu
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 directory_browse(
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
  directory: str | typing.Any = "",
@@ -65,8 +65,8 @@ def directory_browse(
65
65
  ):
66
66
  """Open a directory browser, hold Shift to open the file, Alt to browse containing directory
67
67
 
68
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
69
- :type execution_context: str | int | None
68
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
69
+ :type execution_context: int | str | None
70
70
  :type undo: bool | None
71
71
  :param directory: Directory, Directory of the file
72
72
  :type directory: str | typing.Any
@@ -133,8 +133,8 @@ def directory_browse(
133
133
  ...
134
134
 
135
135
  def file_browse(
136
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
- execution_context: str | int | None = None,
136
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
137
+ execution_context: int | str | None = None,
138
138
  undo: bool | None = None,
139
139
  *,
140
140
  filepath: str | typing.Any = "",
@@ -164,8 +164,8 @@ def file_browse(
164
164
  ):
165
165
  """Open a file browser, hold Shift to open the file, Alt to browse containing directory
166
166
 
167
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
168
- :type execution_context: str | int | None
167
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
168
+ :type execution_context: int | str | None
169
169
  :type undo: bool | None
170
170
  :param filepath: File Path, Path to file
171
171
  :type filepath: str | typing.Any
@@ -232,28 +232,28 @@ def file_browse(
232
232
  ...
233
233
 
234
234
  def start_filter(
235
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
236
- execution_context: str | int | None = None,
235
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
236
+ execution_context: int | str | None = None,
237
237
  undo: bool | None = None,
238
238
  ):
239
239
  """Start entering filter text
240
240
 
241
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
242
- :type execution_context: str | int | None
241
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
242
+ :type execution_context: int | str | None
243
243
  :type undo: bool | None
244
244
  """
245
245
 
246
246
  ...
247
247
 
248
248
  def toggle_pin(
249
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
250
- execution_context: str | int | None = None,
249
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
250
+ execution_context: int | str | None = None,
251
251
  undo: bool | None = None,
252
252
  ):
253
253
  """Keep the current data-block displayed
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
  """
259
259
 
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def layer_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
  filepath: str | typing.Any = "",
@@ -37,8 +37,8 @@ def layer_add(
37
37
  ):
38
38
  """Add an override layer to the archive
39
39
 
40
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
41
- :type execution_context: str | int | None
40
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
41
+ :type execution_context: int | str | None
42
42
  :type undo: bool | None
43
43
  :param filepath: File Path, Path to file
44
44
  :type filepath: str | typing.Any
@@ -105,16 +105,16 @@ def layer_add(
105
105
  ...
106
106
 
107
107
  def layer_move(
108
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
109
- execution_context: str | int | None = None,
108
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
109
+ execution_context: int | str | None = None,
110
110
  undo: bool | None = None,
111
111
  *,
112
112
  direction: str | None = "UP",
113
113
  ):
114
114
  """Move layer in the list, layers further down the list will overwrite data from the layers higher up
115
115
 
116
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
117
- :type execution_context: str | int | None
116
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
117
+ :type execution_context: int | str | None
118
118
  :type undo: bool | None
119
119
  :param direction: Direction, Direction to move the active vertex group towards
120
120
  :type direction: str | None
@@ -123,22 +123,22 @@ def layer_move(
123
123
  ...
124
124
 
125
125
  def layer_remove(
126
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
127
- execution_context: str | int | None = None,
126
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
127
+ execution_context: int | str | None = None,
128
128
  undo: bool | None = None,
129
129
  ):
130
130
  """Remove an override layer from the archive
131
131
 
132
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
133
- :type execution_context: str | int | None
132
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
133
+ :type execution_context: int | str | None
134
134
  :type undo: bool | None
135
135
  """
136
136
 
137
137
  ...
138
138
 
139
139
  def open(
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
  filepath: str | typing.Any = "",
@@ -168,8 +168,8 @@ def open(
168
168
  ):
169
169
  """Load a cache file
170
170
 
171
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
172
- :type execution_context: str | int | None
171
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
172
+ :type execution_context: int | str | None
173
173
  :type undo: bool | None
174
174
  :param filepath: File Path, Path to file
175
175
  :type filepath: str | typing.Any
@@ -236,14 +236,14 @@ def open(
236
236
  ...
237
237
 
238
238
  def reload(
239
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
240
- execution_context: str | int | None = None,
239
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
240
+ execution_context: int | str | None = None,
241
241
  undo: bool | None = None,
242
242
  ):
243
243
  """Update objects paths list with new data from the archive
244
244
 
245
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
246
- :type execution_context: str | int | None
245
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
246
+ :type execution_context: int | str | None
247
247
  :type undo: bool | None
248
248
  """
249
249
 
@@ -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 = "",
@@ -17,8 +17,8 @@ def preset_add(
17
17
  ):
18
18
  """Add or remove a Camera Preset
19
19
 
20
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
21
- :type execution_context: str | int | None
20
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
21
+ :type execution_context: int | str | None
22
22
  :type undo: bool | None
23
23
  :param name: Name, Name of the preset, used to make the path name
24
24
  :type name: str | typing.Any
@@ -33,8 +33,8 @@ def preset_add(
33
33
  ...
34
34
 
35
35
  def safe_areas_preset_add(
36
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
37
- execution_context: str | int | None = None,
36
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
37
+ execution_context: int | str | None = None,
38
38
  undo: bool | None = None,
39
39
  *,
40
40
  name: str | typing.Any = "",
@@ -43,8 +43,8 @@ def safe_areas_preset_add(
43
43
  ):
44
44
  """Add or remove a Safe Areas Preset
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 name: Name, Name of the preset, used to make the path name
50
50
  :type name: str | typing.Any