fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 (117) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_operators/presets/__init__.pyi +167 -0
  5. bl_operators/view3d/__init__.pyi +248 -0
  6. bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
  7. blf/__init__.pyi +13 -50
  8. bmesh/ops/__init__.pyi +68 -142
  9. bmesh/types/__init__.pyi +18 -44
  10. bmesh/utils/__init__.pyi +2 -6
  11. bpy/app/icons/__init__.pyi +2 -4
  12. bpy/app/timers/__init__.pyi +2 -6
  13. bpy/ops/action/__init__.pyi +92 -93
  14. bpy/ops/anim/__init__.pyi +104 -104
  15. bpy/ops/armature/__init__.pyi +108 -112
  16. bpy/ops/asset/__init__.pyi +32 -32
  17. bpy/ops/boid/__init__.pyi +18 -18
  18. bpy/ops/brush/__init__.pyi +18 -18
  19. bpy/ops/buttons/__init__.pyi +12 -12
  20. bpy/ops/cachefile/__init__.pyi +10 -10
  21. bpy/ops/camera/__init__.pyi +4 -4
  22. bpy/ops/clip/__init__.pyi +194 -195
  23. bpy/ops/cloth/__init__.pyi +2 -2
  24. bpy/ops/collection/__init__.pyi +10 -10
  25. bpy/ops/console/__init__.pyi +42 -42
  26. bpy/ops/constraint/__init__.pyi +36 -36
  27. bpy/ops/curve/__init__.pyi +114 -118
  28. bpy/ops/curves/__init__.pyi +55 -53
  29. bpy/ops/cycles/__init__.pyi +6 -6
  30. bpy/ops/dpaint/__init__.pyi +12 -12
  31. bpy/ops/ed/__init__.pyi +24 -24
  32. bpy/ops/export_anim/__init__.pyi +2 -2
  33. bpy/ops/export_mesh/__init__.pyi +2 -2
  34. bpy/ops/export_scene/__init__.pyi +7 -7
  35. bpy/ops/file/__init__.pyi +80 -83
  36. bpy/ops/fluid/__init__.pyi +28 -28
  37. bpy/ops/font/__init__.pyi +46 -46
  38. bpy/ops/geometry/__init__.pyi +38 -38
  39. bpy/ops/gizmogroup/__init__.pyi +4 -4
  40. bpy/ops/gpencil/__init__.pyi +308 -309
  41. bpy/ops/graph/__init__.pyi +150 -151
  42. bpy/ops/grease_pencil/__init__.pyi +114 -115
  43. bpy/ops/image/__init__.pyi +100 -100
  44. bpy/ops/import_anim/__init__.pyi +2 -2
  45. bpy/ops/import_curve/__init__.pyi +2 -2
  46. bpy/ops/import_mesh/__init__.pyi +2 -2
  47. bpy/ops/import_scene/__init__.pyi +6 -6
  48. bpy/ops/info/__init__.pyi +14 -14
  49. bpy/ops/lattice/__init__.pyi +16 -16
  50. bpy/ops/marker/__init__.pyi +22 -22
  51. bpy/ops/mask/__init__.pyi +90 -91
  52. bpy/ops/material/__init__.pyi +6 -6
  53. bpy/ops/mball/__init__.pyi +20 -21
  54. bpy/ops/mesh/__init__.pyi +429 -427
  55. bpy/ops/nla/__init__.pyi +90 -91
  56. bpy/ops/node/__init__.pyi +242 -243
  57. bpy/ops/object/__init__.pyi +572 -567
  58. bpy/ops/outliner/__init__.pyi +142 -142
  59. bpy/ops/paint/__init__.pyi +182 -126
  60. bpy/ops/paintcurve/__init__.pyi +20 -20
  61. bpy/ops/palette/__init__.pyi +14 -14
  62. bpy/ops/particle/__init__.pyi +72 -72
  63. bpy/ops/pose/__init__.pyi +90 -90
  64. bpy/ops/poselib/__init__.pyi +18 -18
  65. bpy/ops/preferences/__init__.pyi +76 -76
  66. bpy/ops/ptcache/__init__.pyi +14 -14
  67. bpy/ops/render/__init__.pyi +24 -24
  68. bpy/ops/rigidbody/__init__.pyi +34 -34
  69. bpy/ops/scene/__init__.pyi +86 -86
  70. bpy/ops/screen/__init__.pyi +84 -84
  71. bpy/ops/script/__init__.pyi +6 -6
  72. bpy/ops/sculpt/__init__.pyi +80 -62
  73. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  74. bpy/ops/sequencer/__init__.pyi +184 -185
  75. bpy/ops/sound/__init__.pyi +16 -16
  76. bpy/ops/spreadsheet/__init__.pyi +8 -8
  77. bpy/ops/surface/__init__.pyi +12 -12
  78. bpy/ops/text/__init__.pyi +86 -86
  79. bpy/ops/text_editor/__init__.pyi +2 -2
  80. bpy/ops/texture/__init__.pyi +8 -8
  81. bpy/ops/transform/__init__.pyi +112 -112
  82. bpy/ops/ui/__init__.pyi +64 -64
  83. bpy/ops/uilist/__init__.pyi +6 -6
  84. bpy/ops/uv/__init__.pyi +104 -105
  85. bpy/ops/view2d/__init__.pyi +28 -28
  86. bpy/ops/view3d/__init__.pyi +134 -134
  87. bpy/ops/wm/__init__.pyi +253 -230
  88. bpy/ops/workspace/__init__.pyi +14 -14
  89. bpy/ops/world/__init__.pyi +2 -2
  90. bpy/props/__init__.pyi +29 -52
  91. bpy/types/__init__.pyi +4648 -3095
  92. bpy/utils/__init__.pyi +3 -6
  93. bpy/utils/units/__init__.pyi +3 -6
  94. bpy_extras/io_utils/__init__.pyi +8 -0
  95. bpy_types/__init__.pyi +3 -0
  96. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
  97. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
  98. freestyle/chainingiterators/__init__.pyi +5 -12
  99. freestyle/functions/__init__.pyi +19 -73
  100. freestyle/predicates/__init__.pyi +8 -21
  101. freestyle/shaders/__init__.pyi +32 -81
  102. freestyle/types/__init__.pyi +100 -270
  103. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  104. freestyle/utils/__init__.pyi +1 -2
  105. gpu/capabilities/__init__.pyi +15 -32
  106. gpu/matrix/__init__.pyi +1 -2
  107. gpu/state/__init__.pyi +4 -10
  108. gpu/types/__init__.pyi +29 -87
  109. gpu_extras/presets/__init__.pyi +4 -16
  110. imbuf/types/__init__.pyi +4 -10
  111. mathutils/__init__.pyi +106 -257
  112. mathutils/bvhtree/__init__.pyi +7 -15
  113. mathutils/geometry/__init__.pyi +9 -18
  114. mathutils/kdtree/__init__.pyi +4 -11
  115. mathutils/noise/__init__.pyi +41 -82
  116. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
  117. {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def edge_pan(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  inside_padding: typing.Any = 1.0,
11
11
  outside_padding: typing.Any = 0.0,
@@ -17,7 +17,7 @@ def edge_pan(
17
17
  """Pan the view when the mouse is held at an edge
18
18
 
19
19
  :type override_context: typing.Union[dict, bpy.types.Context]
20
- :type execution_context: typing.Union[str, int]
20
+ :type execution_context: str
21
21
  :type undo: bool
22
22
  :param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
23
23
  :type inside_padding: typing.Any
@@ -37,13 +37,13 @@ def edge_pan(
37
37
 
38
38
  def ndof(
39
39
  override_context: typing.Union[dict, bpy.types.Context] = None,
40
- execution_context: typing.Union[str, int] = None,
40
+ execution_context: str = None,
41
41
  undo: bool = None,
42
42
  ):
43
43
  """Use a 3D mouse device to pan/zoom the view
44
44
 
45
45
  :type override_context: typing.Union[dict, bpy.types.Context]
46
- :type execution_context: typing.Union[str, int]
46
+ :type execution_context: str
47
47
  :type undo: bool
48
48
  """
49
49
 
@@ -51,7 +51,7 @@ def ndof(
51
51
 
52
52
  def pan(
53
53
  override_context: typing.Union[dict, bpy.types.Context] = None,
54
- execution_context: typing.Union[str, int] = None,
54
+ execution_context: str = None,
55
55
  undo: bool = None,
56
56
  deltax: typing.Any = 0,
57
57
  deltay: typing.Any = 0,
@@ -59,7 +59,7 @@ def pan(
59
59
  """Pan the view
60
60
 
61
61
  :type override_context: typing.Union[dict, bpy.types.Context]
62
- :type execution_context: typing.Union[str, int]
62
+ :type execution_context: str
63
63
  :type undo: bool
64
64
  :param deltax: Delta X
65
65
  :type deltax: typing.Any
@@ -71,13 +71,13 @@ def pan(
71
71
 
72
72
  def reset(
73
73
  override_context: typing.Union[dict, bpy.types.Context] = None,
74
- execution_context: typing.Union[str, int] = None,
74
+ execution_context: str = None,
75
75
  undo: bool = None,
76
76
  ):
77
77
  """Reset the view
78
78
 
79
79
  :type override_context: typing.Union[dict, bpy.types.Context]
80
- :type execution_context: typing.Union[str, int]
80
+ :type execution_context: str
81
81
  :type undo: bool
82
82
  """
83
83
 
@@ -85,7 +85,7 @@ def reset(
85
85
 
86
86
  def scroll_down(
87
87
  override_context: typing.Union[dict, bpy.types.Context] = None,
88
- execution_context: typing.Union[str, int] = None,
88
+ execution_context: str = None,
89
89
  undo: bool = None,
90
90
  deltax: typing.Any = 0,
91
91
  deltay: typing.Any = 0,
@@ -94,7 +94,7 @@ def scroll_down(
94
94
  """Scroll the view down
95
95
 
96
96
  :type override_context: typing.Union[dict, bpy.types.Context]
97
- :type execution_context: typing.Union[str, int]
97
+ :type execution_context: str
98
98
  :type undo: bool
99
99
  :param deltax: Delta X
100
100
  :type deltax: typing.Any
@@ -108,7 +108,7 @@ def scroll_down(
108
108
 
109
109
  def scroll_left(
110
110
  override_context: typing.Union[dict, bpy.types.Context] = None,
111
- execution_context: typing.Union[str, int] = None,
111
+ execution_context: str = None,
112
112
  undo: bool = None,
113
113
  deltax: typing.Any = 0,
114
114
  deltay: typing.Any = 0,
@@ -116,7 +116,7 @@ def scroll_left(
116
116
  """Scroll the view left
117
117
 
118
118
  :type override_context: typing.Union[dict, bpy.types.Context]
119
- :type execution_context: typing.Union[str, int]
119
+ :type execution_context: str
120
120
  :type undo: bool
121
121
  :param deltax: Delta X
122
122
  :type deltax: typing.Any
@@ -128,7 +128,7 @@ def scroll_left(
128
128
 
129
129
  def scroll_right(
130
130
  override_context: typing.Union[dict, bpy.types.Context] = None,
131
- execution_context: typing.Union[str, int] = None,
131
+ execution_context: str = None,
132
132
  undo: bool = None,
133
133
  deltax: typing.Any = 0,
134
134
  deltay: typing.Any = 0,
@@ -136,7 +136,7 @@ def scroll_right(
136
136
  """Scroll the view right
137
137
 
138
138
  :type override_context: typing.Union[dict, bpy.types.Context]
139
- :type execution_context: typing.Union[str, int]
139
+ :type execution_context: str
140
140
  :type undo: bool
141
141
  :param deltax: Delta X
142
142
  :type deltax: typing.Any
@@ -148,7 +148,7 @@ def scroll_right(
148
148
 
149
149
  def scroll_up(
150
150
  override_context: typing.Union[dict, bpy.types.Context] = None,
151
- execution_context: typing.Union[str, int] = None,
151
+ execution_context: str = None,
152
152
  undo: bool = None,
153
153
  deltax: typing.Any = 0,
154
154
  deltay: typing.Any = 0,
@@ -157,7 +157,7 @@ def scroll_up(
157
157
  """Scroll the view up
158
158
 
159
159
  :type override_context: typing.Union[dict, bpy.types.Context]
160
- :type execution_context: typing.Union[str, int]
160
+ :type execution_context: str
161
161
  :type undo: bool
162
162
  :param deltax: Delta X
163
163
  :type deltax: typing.Any
@@ -171,13 +171,13 @@ def scroll_up(
171
171
 
172
172
  def scroller_activate(
173
173
  override_context: typing.Union[dict, bpy.types.Context] = None,
174
- execution_context: typing.Union[str, int] = None,
174
+ execution_context: str = None,
175
175
  undo: bool = None,
176
176
  ):
177
177
  """Scroll view by mouse click and drag
178
178
 
179
179
  :type override_context: typing.Union[dict, bpy.types.Context]
180
- :type execution_context: typing.Union[str, int]
180
+ :type execution_context: str
181
181
  :type undo: bool
182
182
  """
183
183
 
@@ -185,7 +185,7 @@ def scroller_activate(
185
185
 
186
186
  def smoothview(
187
187
  override_context: typing.Union[dict, bpy.types.Context] = None,
188
- execution_context: typing.Union[str, int] = None,
188
+ execution_context: str = None,
189
189
  undo: bool = None,
190
190
  xmin: typing.Any = 0,
191
191
  xmax: typing.Any = 0,
@@ -196,7 +196,7 @@ def smoothview(
196
196
  """Undocumented, consider contributing.
197
197
 
198
198
  :type override_context: typing.Union[dict, bpy.types.Context]
199
- :type execution_context: typing.Union[str, int]
199
+ :type execution_context: str
200
200
  :type undo: bool
201
201
  :param xmin: X Min
202
202
  :type xmin: typing.Any
@@ -214,7 +214,7 @@ def smoothview(
214
214
 
215
215
  def zoom(
216
216
  override_context: typing.Union[dict, bpy.types.Context] = None,
217
- execution_context: typing.Union[str, int] = None,
217
+ execution_context: str = None,
218
218
  undo: bool = None,
219
219
  deltax: typing.Any = 0.0,
220
220
  deltay: typing.Any = 0.0,
@@ -223,7 +223,7 @@ def zoom(
223
223
  """Zoom in/out the view
224
224
 
225
225
  :type override_context: typing.Union[dict, bpy.types.Context]
226
- :type execution_context: typing.Union[str, int]
226
+ :type execution_context: str
227
227
  :type undo: bool
228
228
  :param deltax: Delta X
229
229
  :type deltax: typing.Any
@@ -237,7 +237,7 @@ def zoom(
237
237
 
238
238
  def zoom_border(
239
239
  override_context: typing.Union[dict, bpy.types.Context] = None,
240
- execution_context: typing.Union[str, int] = None,
240
+ execution_context: str = None,
241
241
  undo: bool = None,
242
242
  xmin: typing.Any = 0,
243
243
  xmax: typing.Any = 0,
@@ -249,7 +249,7 @@ def zoom_border(
249
249
  """Zoom in the view to the nearest item contained in the border
250
250
 
251
251
  :type override_context: typing.Union[dict, bpy.types.Context]
252
- :type execution_context: typing.Union[str, int]
252
+ :type execution_context: str
253
253
  :type undo: bool
254
254
  :param xmin: X Min
255
255
  :type xmin: typing.Any
@@ -269,7 +269,7 @@ def zoom_border(
269
269
 
270
270
  def zoom_in(
271
271
  override_context: typing.Union[dict, bpy.types.Context] = None,
272
- execution_context: typing.Union[str, int] = None,
272
+ execution_context: str = None,
273
273
  undo: bool = None,
274
274
  zoomfacx: typing.Any = 0.0,
275
275
  zoomfacy: typing.Any = 0.0,
@@ -277,7 +277,7 @@ def zoom_in(
277
277
  """Zoom in the view
278
278
 
279
279
  :type override_context: typing.Union[dict, bpy.types.Context]
280
- :type execution_context: typing.Union[str, int]
280
+ :type execution_context: str
281
281
  :type undo: bool
282
282
  :param zoomfacx: Zoom Factor X
283
283
  :type zoomfacx: typing.Any
@@ -289,7 +289,7 @@ def zoom_in(
289
289
 
290
290
  def zoom_out(
291
291
  override_context: typing.Union[dict, bpy.types.Context] = None,
292
- execution_context: typing.Union[str, int] = None,
292
+ execution_context: str = None,
293
293
  undo: bool = None,
294
294
  zoomfacx: typing.Any = 0.0,
295
295
  zoomfacy: typing.Any = 0.0,
@@ -297,7 +297,7 @@ def zoom_out(
297
297
  """Zoom out the view
298
298
 
299
299
  :type override_context: typing.Union[dict, bpy.types.Context]
300
- :type execution_context: typing.Union[str, int]
300
+ :type execution_context: str
301
301
  :type undo: bool
302
302
  :param zoomfacx: Zoom Factor X
303
303
  :type zoomfacx: typing.Any