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,59 +5,59 @@ 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: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  name: typing.Union[str, typing.Any] = "",
11
- domain: typing.Any = "POINT",
12
- data_type: typing.Any = "FLOAT",
11
+ domain: typing.Union[str, int] = "POINT",
12
+ data_type: typing.Union[str, int] = "FLOAT",
13
13
  ):
14
14
  """Add attribute to geometry
15
15
 
16
16
  :type override_context: typing.Union[dict, bpy.types.Context]
17
- :type execution_context: typing.Union[str, int]
17
+ :type execution_context: str
18
18
  :type undo: bool
19
19
  :param name: Name, Name of new attribute
20
20
  :type name: typing.Union[str, typing.Any]
21
21
  :param domain: Domain, Type of element that attribute is stored on
22
- :type domain: typing.Any
22
+ :type domain: typing.Union[str, int]
23
23
  :param data_type: Data Type, Type of data stored in attribute
24
- :type data_type: typing.Any
24
+ :type data_type: typing.Union[str, int]
25
25
  """
26
26
 
27
27
  ...
28
28
 
29
29
  def attribute_convert(
30
30
  override_context: typing.Union[dict, bpy.types.Context] = None,
31
- execution_context: typing.Union[str, int] = None,
31
+ execution_context: str = None,
32
32
  undo: bool = None,
33
33
  mode: typing.Any = "GENERIC",
34
- domain: typing.Any = "POINT",
35
- data_type: typing.Any = "FLOAT",
34
+ domain: typing.Union[str, int] = "POINT",
35
+ data_type: typing.Union[str, int] = "FLOAT",
36
36
  ):
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: typing.Union[str, int]
40
+ :type execution_context: str
41
41
  :type undo: bool
42
42
  :param mode: Mode
43
43
  :type mode: typing.Any
44
44
  :param domain: Domain, Which geometry element to move the attribute to
45
- :type domain: typing.Any
45
+ :type domain: typing.Union[str, int]
46
46
  :param data_type: Data Type
47
- :type data_type: typing.Any
47
+ :type data_type: typing.Union[str, int]
48
48
  """
49
49
 
50
50
  ...
51
51
 
52
52
  def attribute_remove(
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
  ):
57
57
  """Remove attribute from geometry
58
58
 
59
59
  :type override_context: typing.Union[dict, bpy.types.Context]
60
- :type execution_context: typing.Union[str, int]
60
+ :type execution_context: str
61
61
  :type undo: bool
62
62
  """
63
63
 
@@ -65,24 +65,24 @@ 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: typing.Union[str, int] = None,
68
+ execution_context: str = None,
69
69
  undo: bool = None,
70
70
  name: typing.Union[str, typing.Any] = "",
71
- domain: typing.Any = "POINT",
72
- data_type: typing.Any = "FLOAT_COLOR",
71
+ domain: typing.Union[str, int] = "POINT",
72
+ data_type: typing.Union[str, int] = "FLOAT_COLOR",
73
73
  color: typing.Any = (0.0, 0.0, 0.0, 1.0),
74
74
  ):
75
75
  """Add color attribute to geometry
76
76
 
77
77
  :type override_context: typing.Union[dict, bpy.types.Context]
78
- :type execution_context: typing.Union[str, int]
78
+ :type execution_context: str
79
79
  :type undo: bool
80
80
  :param name: Name, Name of new color attribute
81
81
  :type name: typing.Union[str, typing.Any]
82
82
  :param domain: Domain, Type of element that attribute is stored on
83
- :type domain: typing.Any
83
+ :type domain: typing.Union[str, int]
84
84
  :param data_type: Data Type, Type of data stored in attribute
85
- :type data_type: typing.Any
85
+ :type data_type: typing.Union[str, int]
86
86
  :param color: Color, Default fill color
87
87
  :type color: typing.Any
88
88
  """
@@ -91,33 +91,33 @@ 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: typing.Union[str, int] = None,
94
+ execution_context: str = None,
95
95
  undo: bool = None,
96
- domain: typing.Any = "POINT",
97
- data_type: typing.Any = "FLOAT_COLOR",
96
+ domain: typing.Union[str, int] = "POINT",
97
+ data_type: typing.Union[str, int] = "FLOAT_COLOR",
98
98
  ):
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: typing.Union[str, int]
102
+ :type execution_context: str
103
103
  :type undo: bool
104
104
  :param domain: Domain, Type of element that attribute is stored on
105
- :type domain: typing.Any
105
+ :type domain: typing.Union[str, int]
106
106
  :param data_type: Data Type, Type of data stored in attribute
107
- :type data_type: typing.Any
107
+ :type data_type: typing.Union[str, int]
108
108
  """
109
109
 
110
110
  ...
111
111
 
112
112
  def color_attribute_duplicate(
113
113
  override_context: typing.Union[dict, bpy.types.Context] = None,
114
- execution_context: typing.Union[str, int] = None,
114
+ execution_context: str = 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: typing.Union[str, int]
120
+ :type execution_context: str
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: typing.Union[str, int] = None,
128
+ execution_context: str = 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: typing.Union[str, int]
134
+ :type execution_context: str
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: typing.Union[str, int] = None,
142
+ execution_context: str = 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: typing.Union[str, int]
149
+ :type execution_context: str
150
150
  :type undo: bool
151
151
  :param name: Name, Name of color attribute
152
152
  :type name: typing.Union[str, typing.Any]
@@ -156,9 +156,9 @@ 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: typing.Union[str, int] = None,
159
+ execution_context: str = None,
160
160
  undo: bool = None,
161
- asset_library_type: typing.Any = "LOCAL",
161
+ asset_library_type: typing.Union[str, int] = "LOCAL",
162
162
  asset_library_identifier: typing.Union[str, typing.Any] = "",
163
163
  relative_asset_identifier: typing.Union[str, typing.Any] = "",
164
164
  name: typing.Union[str, typing.Any] = "",
@@ -167,10 +167,10 @@ 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: typing.Union[str, int]
170
+ :type execution_context: str
171
171
  :type undo: bool
172
172
  :param asset_library_type: Asset Library Type
173
- :type asset_library_type: typing.Any
173
+ :type asset_library_type: typing.Union[str, int]
174
174
  :param asset_library_identifier: Asset Library Identifier
175
175
  :type asset_library_identifier: typing.Union[str, typing.Any]
176
176
  :param relative_asset_identifier: Relative Asset Identifier
@@ -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: typing.Union[str, int] = None,
188
+ execution_context: str = 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: typing.Union[str, int]
195
+ :type execution_context: str
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: typing.Union[str, int] = None,
8
+ execution_context: str = 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: typing.Union[str, int]
19
+ :type execution_context: str
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: typing.Union[str, int] = None,
37
+ execution_context: str = 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: typing.Union[str, int]
43
+ :type execution_context: str
44
44
  :type undo: bool
45
45
  """
46
46