fake-bpy-module 20240411__py3-none-any.whl → 20240418__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 (145) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/presets/__init__.pyi +7 -0
  9. bl_ui/node_add_menu/__init__.pyi +1 -1
  10. bl_ui/properties_data_lightprobe/__init__.pyi +1134 -0
  11. bl_ui/properties_physics_dynamicpaint/__init__.pyi +3 -0
  12. bl_ui/properties_physics_fluid/__init__.pyi +3 -0
  13. bl_ui/space_toolsystem_toolbar/__init__.pyi +17 -0
  14. bl_ui/space_userpref/__init__.pyi +13 -4
  15. bl_ui/space_view3d/__init__.pyi +190 -0
  16. blf/__init__.pyi +63 -13
  17. bmesh/__init__.pyi +13 -0
  18. bmesh/geometry/__init__.pyi +5 -0
  19. bmesh/ops/__init__.pyi +157 -68
  20. bmesh/types/__init__.pyi +109 -62
  21. bmesh/utils/__init__.pyi +11 -2
  22. bpy/__init__.pyi +7 -0
  23. bpy/app/__init__.pyi +13 -0
  24. bpy/app/handlers/__init__.pyi +41 -0
  25. bpy/app/icons/__init__.pyi +4 -2
  26. bpy/app/timers/__init__.pyi +38 -2
  27. bpy/app/translations/__init__.pyi +59 -1
  28. bpy/msgbus/__init__.pyi +46 -0
  29. bpy/ops/__init__.pyi +151 -0
  30. bpy/ops/action/__init__.pyi +76 -76
  31. bpy/ops/anim/__init__.pyi +104 -104
  32. bpy/ops/armature/__init__.pyi +96 -96
  33. bpy/ops/asset/__init__.pyi +32 -32
  34. bpy/ops/boid/__init__.pyi +16 -16
  35. bpy/ops/brush/__init__.pyi +18 -18
  36. bpy/ops/buttons/__init__.pyi +12 -12
  37. bpy/ops/cachefile/__init__.pyi +10 -10
  38. bpy/ops/camera/__init__.pyi +4 -4
  39. bpy/ops/clip/__init__.pyi +184 -184
  40. bpy/ops/cloth/__init__.pyi +2 -2
  41. bpy/ops/collection/__init__.pyi +18 -18
  42. bpy/ops/console/__init__.pyi +42 -42
  43. bpy/ops/constraint/__init__.pyi +36 -36
  44. bpy/ops/curve/__init__.pyi +102 -102
  45. bpy/ops/curves/__init__.pyi +132 -50
  46. bpy/ops/cycles/__init__.pyi +6 -6
  47. bpy/ops/dpaint/__init__.pyi +10 -10
  48. bpy/ops/ed/__init__.pyi +24 -24
  49. bpy/ops/export_anim/__init__.pyi +2 -2
  50. bpy/ops/export_mesh/__init__.pyi +2 -2
  51. bpy/ops/export_scene/__init__.pyi +11 -8
  52. bpy/ops/file/__init__.pyi +80 -80
  53. bpy/ops/fluid/__init__.pyi +28 -28
  54. bpy/ops/font/__init__.pyi +46 -46
  55. bpy/ops/geometry/__init__.pyi +20 -20
  56. bpy/ops/gizmogroup/__init__.pyi +4 -4
  57. bpy/ops/gpencil/__init__.pyi +300 -300
  58. bpy/ops/graph/__init__.pyi +130 -130
  59. bpy/ops/grease_pencil/__init__.pyi +139 -110
  60. bpy/ops/image/__init__.pyi +92 -92
  61. bpy/ops/import_anim/__init__.pyi +2 -2
  62. bpy/ops/import_curve/__init__.pyi +2 -2
  63. bpy/ops/import_mesh/__init__.pyi +2 -2
  64. bpy/ops/import_scene/__init__.pyi +6 -6
  65. bpy/ops/info/__init__.pyi +14 -14
  66. bpy/ops/lattice/__init__.pyi +16 -16
  67. bpy/ops/marker/__init__.pyi +22 -22
  68. bpy/ops/mask/__init__.pyi +78 -78
  69. bpy/ops/material/__init__.pyi +6 -6
  70. bpy/ops/mball/__init__.pyi +16 -16
  71. bpy/ops/mesh/__init__.pyi +327 -327
  72. bpy/ops/nla/__init__.pyi +80 -80
  73. bpy/ops/node/__init__.pyi +203 -203
  74. bpy/ops/object/__init__.pyi +496 -508
  75. bpy/ops/outliner/__init__.pyi +139 -139
  76. bpy/ops/paint/__init__.pyi +104 -104
  77. bpy/ops/paintcurve/__init__.pyi +16 -16
  78. bpy/ops/palette/__init__.pyi +14 -14
  79. bpy/ops/particle/__init__.pyi +72 -72
  80. bpy/ops/pose/__init__.pyi +78 -78
  81. bpy/ops/poselib/__init__.pyi +18 -18
  82. bpy/ops/preferences/__init__.pyi +77 -77
  83. bpy/ops/ptcache/__init__.pyi +14 -14
  84. bpy/ops/render/__init__.pyi +24 -24
  85. bpy/ops/rigidbody/__init__.pyi +26 -26
  86. bpy/ops/scene/__init__.pyi +78 -78
  87. bpy/ops/screen/__init__.pyi +78 -78
  88. bpy/ops/script/__init__.pyi +6 -6
  89. bpy/ops/sculpt/__init__.pyi +68 -62
  90. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  91. bpy/ops/sequencer/__init__.pyi +170 -170
  92. bpy/ops/sound/__init__.pyi +14 -14
  93. bpy/ops/spreadsheet/__init__.pyi +8 -8
  94. bpy/ops/surface/__init__.pyi +12 -12
  95. bpy/ops/text/__init__.pyi +86 -86
  96. bpy/ops/text_editor/__init__.pyi +2 -2
  97. bpy/ops/texture/__init__.pyi +8 -8
  98. bpy/ops/transform/__init__.pyi +54 -54
  99. bpy/ops/ui/__init__.pyi +64 -64
  100. bpy/ops/uilist/__init__.pyi +6 -6
  101. bpy/ops/uv/__init__.pyi +98 -98
  102. bpy/ops/view2d/__init__.pyi +28 -28
  103. bpy/ops/view3d/__init__.pyi +134 -134
  104. bpy/ops/wm/__init__.pyi +225 -225
  105. bpy/ops/workspace/__init__.pyi +14 -14
  106. bpy/ops/world/__init__.pyi +2 -2
  107. bpy/path/__init__.pyi +6 -0
  108. bpy/props/__init__.pyi +141 -29
  109. bpy/types/__init__.pyi +101773 -5222
  110. bpy/utils/__init__.pyi +18 -3
  111. bpy/utils/previews/__init__.pyi +15 -0
  112. bpy/utils/units/__init__.pyi +11 -3
  113. bpy_extras/__init__.pyi +19 -0
  114. bpy_extras/asset_utils/__init__.pyi +5 -0
  115. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +145 -141
  117. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  118. freestyle/__init__.pyi +18 -0
  119. freestyle/chainingiterators/__init__.pyi +20 -5
  120. freestyle/functions/__init__.pyi +151 -155
  121. freestyle/predicates/__init__.pyi +53 -46
  122. freestyle/shaders/__init__.pyi +91 -32
  123. freestyle/types/__init__.pyi +362 -120
  124. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  125. freestyle/utils/__init__.pyi +13 -1
  126. gpu/__init__.pyi +225 -0
  127. gpu/capabilities/__init__.pyi +37 -15
  128. gpu/matrix/__init__.pyi +7 -1
  129. gpu/platform/__init__.pyi +5 -0
  130. gpu/select/__init__.pyi +5 -0
  131. gpu/shader/__init__.pyi +77 -0
  132. gpu/state/__init__.pyi +15 -4
  133. gpu/texture/__init__.pyi +5 -0
  134. gpu/types/__init__.pyi +91 -33
  135. gpu_extras/__init__.pyi +15 -0
  136. gpu_extras/presets/__init__.pyi +16 -4
  137. imbuf/__init__.pyi +13 -0
  138. imbuf/types/__init__.pyi +20 -5
  139. mathutils/__init__.pyi +349 -227
  140. mathutils/bvhtree/__init__.pyi +21 -8
  141. mathutils/geometry/__init__.pyi +23 -9
  142. mathutils/interpolate/__init__.pyi +5 -0
  143. mathutils/kdtree/__init__.pyi +19 -5
  144. mathutils/noise/__init__.pyi +87 -41
  145. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def attribute_add(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  name: typing.Union[str, typing.Any] = "",
11
11
  domain: typing.Union[str, int] = "POINT",
@@ -14,7 +14,7 @@ def attribute_add(
14
14
  """Add attribute to geometry
15
15
 
16
16
  :type override_context: typing.Union[dict, bpy.types.Context]
17
- :type execution_context: str
17
+ :type execution_context: typing.Union[str, int]
18
18
  :type undo: bool
19
19
  :param name: Name, Name of new attribute
20
20
  :type name: typing.Union[str, typing.Any]
@@ -28,7 +28,7 @@ def attribute_add(
28
28
 
29
29
  def attribute_convert(
30
30
  override_context: typing.Union[dict, bpy.types.Context] = None,
31
- execution_context: str = None,
31
+ execution_context: typing.Union[str, int] = None,
32
32
  undo: bool = None,
33
33
  mode: typing.Any = "GENERIC",
34
34
  domain: typing.Union[str, int] = "POINT",
@@ -37,7 +37,7 @@ def attribute_convert(
37
37
  """Change how the attribute is stored
38
38
 
39
39
  :type override_context: typing.Union[dict, bpy.types.Context]
40
- :type execution_context: str
40
+ :type execution_context: typing.Union[str, int]
41
41
  :type undo: bool
42
42
  :param mode: Mode
43
43
  :type mode: typing.Any
@@ -51,13 +51,13 @@ def attribute_convert(
51
51
 
52
52
  def attribute_remove(
53
53
  override_context: typing.Union[dict, bpy.types.Context] = None,
54
- execution_context: str = None,
54
+ execution_context: typing.Union[str, int] = None,
55
55
  undo: bool = None,
56
56
  ):
57
57
  """Remove attribute from geometry
58
58
 
59
59
  :type override_context: typing.Union[dict, bpy.types.Context]
60
- :type execution_context: str
60
+ :type execution_context: typing.Union[str, int]
61
61
  :type undo: bool
62
62
  """
63
63
 
@@ -65,7 +65,7 @@ def attribute_remove(
65
65
 
66
66
  def color_attribute_add(
67
67
  override_context: typing.Union[dict, bpy.types.Context] = None,
68
- execution_context: str = None,
68
+ execution_context: typing.Union[str, int] = None,
69
69
  undo: bool = None,
70
70
  name: typing.Union[str, typing.Any] = "",
71
71
  domain: typing.Union[str, int] = "POINT",
@@ -75,7 +75,7 @@ def color_attribute_add(
75
75
  """Add color attribute to geometry
76
76
 
77
77
  :type override_context: typing.Union[dict, bpy.types.Context]
78
- :type execution_context: str
78
+ :type execution_context: typing.Union[str, int]
79
79
  :type undo: bool
80
80
  :param name: Name, Name of new color attribute
81
81
  :type name: typing.Union[str, typing.Any]
@@ -91,7 +91,7 @@ def color_attribute_add(
91
91
 
92
92
  def color_attribute_convert(
93
93
  override_context: typing.Union[dict, bpy.types.Context] = None,
94
- execution_context: str = None,
94
+ execution_context: typing.Union[str, int] = None,
95
95
  undo: bool = None,
96
96
  domain: typing.Union[str, int] = "POINT",
97
97
  data_type: typing.Union[str, int] = "FLOAT_COLOR",
@@ -99,7 +99,7 @@ def color_attribute_convert(
99
99
  """Change how the color attribute is stored
100
100
 
101
101
  :type override_context: typing.Union[dict, bpy.types.Context]
102
- :type execution_context: str
102
+ :type execution_context: typing.Union[str, int]
103
103
  :type undo: bool
104
104
  :param domain: Domain, Type of element that attribute is stored on
105
105
  :type domain: typing.Union[str, int]
@@ -111,13 +111,13 @@ def color_attribute_convert(
111
111
 
112
112
  def color_attribute_duplicate(
113
113
  override_context: typing.Union[dict, bpy.types.Context] = None,
114
- execution_context: str = None,
114
+ execution_context: typing.Union[str, int] = None,
115
115
  undo: bool = None,
116
116
  ):
117
117
  """Duplicate color attribute
118
118
 
119
119
  :type override_context: typing.Union[dict, bpy.types.Context]
120
- :type execution_context: str
120
+ :type execution_context: typing.Union[str, int]
121
121
  :type undo: bool
122
122
  """
123
123
 
@@ -125,13 +125,13 @@ def color_attribute_duplicate(
125
125
 
126
126
  def color_attribute_remove(
127
127
  override_context: typing.Union[dict, bpy.types.Context] = None,
128
- execution_context: str = None,
128
+ execution_context: typing.Union[str, int] = None,
129
129
  undo: bool = None,
130
130
  ):
131
131
  """Remove color attribute from geometry
132
132
 
133
133
  :type override_context: typing.Union[dict, bpy.types.Context]
134
- :type execution_context: str
134
+ :type execution_context: typing.Union[str, int]
135
135
  :type undo: bool
136
136
  """
137
137
 
@@ -139,14 +139,14 @@ def color_attribute_remove(
139
139
 
140
140
  def color_attribute_render_set(
141
141
  override_context: typing.Union[dict, bpy.types.Context] = None,
142
- execution_context: str = None,
142
+ execution_context: typing.Union[str, int] = None,
143
143
  undo: bool = None,
144
144
  name: typing.Union[str, typing.Any] = "Color",
145
145
  ):
146
146
  """Set default color attribute used for rendering
147
147
 
148
148
  :type override_context: typing.Union[dict, bpy.types.Context]
149
- :type execution_context: str
149
+ :type execution_context: typing.Union[str, int]
150
150
  :type undo: bool
151
151
  :param name: Name, Name of color attribute
152
152
  :type name: typing.Union[str, typing.Any]
@@ -156,7 +156,7 @@ def color_attribute_render_set(
156
156
 
157
157
  def execute_node_group(
158
158
  override_context: typing.Union[dict, bpy.types.Context] = None,
159
- execution_context: str = None,
159
+ execution_context: typing.Union[str, int] = None,
160
160
  undo: bool = None,
161
161
  asset_library_type: typing.Union[str, int] = "LOCAL",
162
162
  asset_library_identifier: typing.Union[str, typing.Any] = "",
@@ -167,7 +167,7 @@ def execute_node_group(
167
167
  """Execute a node group on geometry
168
168
 
169
169
  :type override_context: typing.Union[dict, bpy.types.Context]
170
- :type execution_context: str
170
+ :type execution_context: typing.Union[str, int]
171
171
  :type undo: bool
172
172
  :param asset_library_type: Asset Library Type
173
173
  :type asset_library_type: typing.Union[str, int]
@@ -185,14 +185,14 @@ def execute_node_group(
185
185
 
186
186
  def geometry_randomization(
187
187
  override_context: typing.Union[dict, bpy.types.Context] = None,
188
- execution_context: str = None,
188
+ execution_context: typing.Union[str, int] = None,
189
189
  undo: bool = None,
190
190
  value: typing.Union[bool, typing.Any] = False,
191
191
  ):
192
192
  """Toggle geometry randomization for debugging purposes
193
193
 
194
194
  :type override_context: typing.Union[dict, bpy.types.Context]
195
- :type execution_context: str
195
+ :type execution_context: typing.Union[str, int]
196
196
  :type undo: bool
197
197
  :param value: Value, Randomize the order of geometry elements (e.g. vertices or edges) after some operations where there are no guarantees about the order. This avoids accidentally depending on something that may change in the future
198
198
  :type value: typing.Union[bool, typing.Any]
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def gizmo_select(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  extend: typing.Union[bool, typing.Any] = False,
11
11
  deselect: typing.Union[bool, typing.Any] = False,
@@ -16,7 +16,7 @@ def gizmo_select(
16
16
  """Select the currently highlighted gizmo
17
17
 
18
18
  :type override_context: typing.Union[dict, bpy.types.Context]
19
- :type execution_context: str
19
+ :type execution_context: typing.Union[str, int]
20
20
  :type undo: bool
21
21
  :param extend: Extend, Extend selection instead of deselecting everything first
22
22
  :type extend: typing.Union[bool, typing.Any]
@@ -34,13 +34,13 @@ def gizmo_select(
34
34
 
35
35
  def gizmo_tweak(
36
36
  override_context: typing.Union[dict, bpy.types.Context] = None,
37
- execution_context: str = None,
37
+ execution_context: typing.Union[str, int] = None,
38
38
  undo: bool = None,
39
39
  ):
40
40
  """Tweak the active gizmo
41
41
 
42
42
  :type override_context: typing.Union[dict, bpy.types.Context]
43
- :type execution_context: str
43
+ :type execution_context: typing.Union[str, int]
44
44
  :type undo: bool
45
45
  """
46
46