fake-bpy-module 20240327__py3-none-any.whl → 20240330__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.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_ui/space_toolsystem_toolbar/__init__.pyi +6 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +9 -9
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +431 -429
- bpy/ops/nla/__init__.pyi +89 -90
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +5354 -3708
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/RECORD +114 -114
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/top_level.txt +0 -0
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -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:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
name: typing.Union[str, typing.Any] = "",
|
|
11
|
-
domain: typing.
|
|
12
|
-
data_type: typing.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
31
|
+
execution_context: str = None,
|
|
32
32
|
undo: bool = None,
|
|
33
33
|
mode: typing.Any = "GENERIC",
|
|
34
|
-
domain: typing.
|
|
35
|
-
data_type: typing.
|
|
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:
|
|
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.
|
|
45
|
+
:type domain: typing.Union[str, int]
|
|
46
46
|
:param data_type: Data Type
|
|
47
|
-
:type data_type: typing.
|
|
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:
|
|
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:
|
|
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:
|
|
68
|
+
execution_context: str = None,
|
|
69
69
|
undo: bool = None,
|
|
70
70
|
name: typing.Union[str, typing.Any] = "",
|
|
71
|
-
domain: typing.
|
|
72
|
-
data_type: typing.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
94
|
+
execution_context: str = None,
|
|
95
95
|
undo: bool = None,
|
|
96
|
-
domain: typing.
|
|
97
|
-
data_type: typing.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
159
|
+
execution_context: str = None,
|
|
160
160
|
undo: bool = None,
|
|
161
|
-
asset_library_type: typing.
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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]
|
bpy/ops/gizmogroup/__init__.pyi
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
43
|
+
:type execution_context: str
|
|
44
44
|
:type undo: bool
|
|
45
45
|
"""
|
|
46
46
|
|