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.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +1527 -1737
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/fluid/__init__.pyi
CHANGED
|
@@ -6,190 +6,190 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def bake_all(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
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
|
"""Bake Entire Fluid Simulation
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
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 bake_data(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
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
|
"""Bake Fluid Data
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
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 bake_guides(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
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
|
"""Bake Fluid Guiding
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def bake_mesh(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
):
|
|
55
55
|
"""Bake Fluid Mesh
|
|
56
56
|
|
|
57
|
-
:type override_context: dict[str, typing.Any] |
|
|
58
|
-
:type execution_context:
|
|
57
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
58
|
+
:type execution_context: int | str | None
|
|
59
59
|
:type undo: bool | None
|
|
60
60
|
"""
|
|
61
61
|
|
|
62
62
|
...
|
|
63
63
|
|
|
64
64
|
def bake_noise(
|
|
65
|
-
override_context: dict[str, typing.Any] |
|
|
66
|
-
execution_context:
|
|
65
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
66
|
+
execution_context: int | str | None = None,
|
|
67
67
|
undo: bool | None = None,
|
|
68
68
|
):
|
|
69
69
|
"""Bake Fluid Noise
|
|
70
70
|
|
|
71
|
-
:type override_context: dict[str, typing.Any] |
|
|
72
|
-
:type execution_context:
|
|
71
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
72
|
+
:type execution_context: int | str | None
|
|
73
73
|
:type undo: bool | None
|
|
74
74
|
"""
|
|
75
75
|
|
|
76
76
|
...
|
|
77
77
|
|
|
78
78
|
def bake_particles(
|
|
79
|
-
override_context: dict[str, typing.Any] |
|
|
80
|
-
execution_context:
|
|
79
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
80
|
+
execution_context: int | str | None = None,
|
|
81
81
|
undo: bool | None = None,
|
|
82
82
|
):
|
|
83
83
|
"""Bake Fluid Particles
|
|
84
84
|
|
|
85
|
-
:type override_context: dict[str, typing.Any] |
|
|
86
|
-
:type execution_context:
|
|
85
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
86
|
+
:type execution_context: int | str | None
|
|
87
87
|
:type undo: bool | None
|
|
88
88
|
"""
|
|
89
89
|
|
|
90
90
|
...
|
|
91
91
|
|
|
92
92
|
def free_all(
|
|
93
|
-
override_context: dict[str, typing.Any] |
|
|
94
|
-
execution_context:
|
|
93
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
94
|
+
execution_context: int | str | None = None,
|
|
95
95
|
undo: bool | None = None,
|
|
96
96
|
):
|
|
97
97
|
"""Free Entire Fluid Simulation
|
|
98
98
|
|
|
99
|
-
:type override_context: dict[str, typing.Any] |
|
|
100
|
-
:type execution_context:
|
|
99
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
100
|
+
:type execution_context: int | str | None
|
|
101
101
|
:type undo: bool | None
|
|
102
102
|
"""
|
|
103
103
|
|
|
104
104
|
...
|
|
105
105
|
|
|
106
106
|
def free_data(
|
|
107
|
-
override_context: dict[str, typing.Any] |
|
|
108
|
-
execution_context:
|
|
107
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
108
|
+
execution_context: int | str | None = None,
|
|
109
109
|
undo: bool | None = None,
|
|
110
110
|
):
|
|
111
111
|
"""Free Fluid Data
|
|
112
112
|
|
|
113
|
-
:type override_context: dict[str, typing.Any] |
|
|
114
|
-
:type execution_context:
|
|
113
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
114
|
+
:type execution_context: int | str | None
|
|
115
115
|
:type undo: bool | None
|
|
116
116
|
"""
|
|
117
117
|
|
|
118
118
|
...
|
|
119
119
|
|
|
120
120
|
def free_guides(
|
|
121
|
-
override_context: dict[str, typing.Any] |
|
|
122
|
-
execution_context:
|
|
121
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
122
|
+
execution_context: int | str | None = None,
|
|
123
123
|
undo: bool | None = None,
|
|
124
124
|
):
|
|
125
125
|
"""Free Fluid Guiding
|
|
126
126
|
|
|
127
|
-
:type override_context: dict[str, typing.Any] |
|
|
128
|
-
:type execution_context:
|
|
127
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
128
|
+
:type execution_context: int | str | None
|
|
129
129
|
:type undo: bool | None
|
|
130
130
|
"""
|
|
131
131
|
|
|
132
132
|
...
|
|
133
133
|
|
|
134
134
|
def free_mesh(
|
|
135
|
-
override_context: dict[str, typing.Any] |
|
|
136
|
-
execution_context:
|
|
135
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
136
|
+
execution_context: int | str | None = None,
|
|
137
137
|
undo: bool | None = None,
|
|
138
138
|
):
|
|
139
139
|
"""Free Fluid Mesh
|
|
140
140
|
|
|
141
|
-
:type override_context: dict[str, typing.Any] |
|
|
142
|
-
:type execution_context:
|
|
141
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
142
|
+
:type execution_context: int | str | None
|
|
143
143
|
:type undo: bool | None
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
...
|
|
147
147
|
|
|
148
148
|
def free_noise(
|
|
149
|
-
override_context: dict[str, typing.Any] |
|
|
150
|
-
execution_context:
|
|
149
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
150
|
+
execution_context: int | str | None = None,
|
|
151
151
|
undo: bool | None = None,
|
|
152
152
|
):
|
|
153
153
|
"""Free Fluid Noise
|
|
154
154
|
|
|
155
|
-
:type override_context: dict[str, typing.Any] |
|
|
156
|
-
:type execution_context:
|
|
155
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
156
|
+
:type execution_context: int | str | None
|
|
157
157
|
:type undo: bool | None
|
|
158
158
|
"""
|
|
159
159
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def free_particles(
|
|
163
|
-
override_context: dict[str, typing.Any] |
|
|
164
|
-
execution_context:
|
|
163
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
164
|
+
execution_context: int | str | None = None,
|
|
165
165
|
undo: bool | None = None,
|
|
166
166
|
):
|
|
167
167
|
"""Free Fluid Particles
|
|
168
168
|
|
|
169
|
-
:type override_context: dict[str, typing.Any] |
|
|
170
|
-
:type execution_context:
|
|
169
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
170
|
+
:type execution_context: int | str | None
|
|
171
171
|
:type undo: bool | None
|
|
172
172
|
"""
|
|
173
173
|
|
|
174
174
|
...
|
|
175
175
|
|
|
176
176
|
def pause_bake(
|
|
177
|
-
override_context: dict[str, typing.Any] |
|
|
178
|
-
execution_context:
|
|
177
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
178
|
+
execution_context: int | str | None = None,
|
|
179
179
|
undo: bool | None = None,
|
|
180
180
|
):
|
|
181
181
|
"""Pause Bake
|
|
182
182
|
|
|
183
|
-
:type override_context: dict[str, typing.Any] |
|
|
184
|
-
:type execution_context:
|
|
183
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
184
|
+
:type execution_context: int | str | None
|
|
185
185
|
:type undo: bool | None
|
|
186
186
|
"""
|
|
187
187
|
|
|
188
188
|
...
|
|
189
189
|
|
|
190
190
|
def preset_add(
|
|
191
|
-
override_context: dict[str, typing.Any] |
|
|
192
|
-
execution_context:
|
|
191
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
192
|
+
execution_context: int | str | None = None,
|
|
193
193
|
undo: bool | None = None,
|
|
194
194
|
*,
|
|
195
195
|
name: str | typing.Any = "",
|
|
@@ -198,8 +198,8 @@ def preset_add(
|
|
|
198
198
|
):
|
|
199
199
|
"""Add or remove a Fluid Preset
|
|
200
200
|
|
|
201
|
-
:type override_context: dict[str, typing.Any] |
|
|
202
|
-
:type execution_context:
|
|
201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
202
|
+
:type execution_context: int | str | None
|
|
203
203
|
:type undo: bool | None
|
|
204
204
|
:param name: Name, Name of the preset, used to make the path name
|
|
205
205
|
:type name: str | typing.Any
|