fake-bpy-module 20250103__py3-none-any.whl → 20250108__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.
- bl_ui/node_add_menu_shader/__init__.pyi +0 -1
- bl_ui/properties_data_camera/__init__.pyi +0 -2
- bl_ui/space_node/__init__.pyi +0 -1
- bmesh/ops/__init__.pyi +1 -1
- bpy/__init__.pyi +0 -1
- bpy/_typing/__init__.pyi +4 -0
- bpy/{typing → _typing/rna_enums}/__init__.pyi +9 -9
- bpy/app/__init__.pyi +3 -3
- bpy/ops/action/__init__.pyi +13 -13
- bpy/ops/boid/__init__.pyi +3 -3
- bpy/ops/brush/__init__.pyi +3 -3
- bpy/ops/clip/__init__.pyi +3 -3
- bpy/ops/curve/__init__.pyi +5 -5
- bpy/ops/curves/__init__.pyi +9 -9
- bpy/ops/dpaint/__init__.pyi +3 -3
- bpy/ops/geometry/__init__.pyi +19 -19
- bpy/ops/graph/__init__.pyi +17 -17
- bpy/ops/grease_pencil/__init__.pyi +9 -27
- bpy/ops/image/__init__.pyi +9 -9
- bpy/ops/lattice/__init__.pyi +3 -3
- bpy/ops/mesh/__init__.pyi +54 -43
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/node/__init__.pyi +3 -3
- bpy/ops/object/__init__.pyi +69 -69
- bpy/ops/outliner/__init__.pyi +5 -5
- bpy/ops/paint/__init__.pyi +7 -7
- bpy/ops/pose/__init__.pyi +13 -13
- bpy/ops/rigidbody/__init__.pyi +9 -9
- bpy/ops/scene/__init__.pyi +10 -9
- bpy/ops/screen/__init__.pyi +7 -7
- bpy/ops/sequencer/__init__.pyi +3 -3
- bpy/ops/sound/__init__.pyi +3 -3
- bpy/ops/transform/__init__.pyi +87 -73
- bpy/ops/uv/__init__.pyi +3 -3
- bpy/ops/wm/__init__.pyi +18 -15
- bpy/props/__init__.pyi +61 -63
- bpy/types/__init__.pyi +31646 -31532
- bpy/utils/__init__.pyi +3 -10
- {fake_bpy_module-20250103.dist-info → fake_bpy_module-20250108.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250103.dist-info → fake_bpy_module-20250108.dist-info}/RECORD +44 -43
- {fake_bpy_module-20250103.dist-info → fake_bpy_module-20250108.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250103.dist-info → fake_bpy_module-20250108.dist-info}/top_level.txt +0 -0
|
@@ -261,7 +261,6 @@ class NODE_MT_shader_node_add_all(bpy.types.Menu):
|
|
|
261
261
|
def cycles_shader_nodes_poll(context): ...
|
|
262
262
|
def eevee_shader_nodes_poll(context): ...
|
|
263
263
|
def line_style_shader_nodes_poll(context): ...
|
|
264
|
-
def object_cycles_shader_nodes_poll(context): ...
|
|
265
264
|
def object_eevee_shader_nodes_poll(context): ...
|
|
266
265
|
def object_not_eevee_shader_nodes_poll(context): ...
|
|
267
266
|
def object_shader_nodes_poll(context): ...
|
bl_ui/space_node/__init__.pyi
CHANGED
bmesh/ops/__init__.pyi
CHANGED
|
@@ -1061,7 +1061,7 @@ def grid_fill(
|
|
|
1061
1061
|
def holes_fill(
|
|
1062
1062
|
bm: bmesh.types.BMesh, edges: list[bmesh.types.BMEdge] = [], sides: int = 0
|
|
1063
1063
|
) -> dict[str, typing.Any]:
|
|
1064
|
-
"""Fill Holes.Fill boundary edges with faces, copying surrounding
|
|
1064
|
+
"""Fill Holes.Fill boundary edges with faces, copying surrounding custom-data.
|
|
1065
1065
|
|
|
1066
1066
|
:param bm: The bmesh to operate on.
|
|
1067
1067
|
:type bm: bmesh.types.BMesh
|
bpy/__init__.pyi
CHANGED
bpy/_typing/__init__.pyi
ADDED
|
@@ -1563,15 +1563,15 @@ type IconItems = typing.Literal[
|
|
|
1563
1563
|
"COLLECTION_COLOR_06", # COLLECTION_COLOR_06.
|
|
1564
1564
|
"COLLECTION_COLOR_07", # COLLECTION_COLOR_07.
|
|
1565
1565
|
"COLLECTION_COLOR_08", # COLLECTION_COLOR_08.
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1566
|
+
"STRIP_COLOR_01", # STRIP_COLOR_01.
|
|
1567
|
+
"STRIP_COLOR_02", # STRIP_COLOR_02.
|
|
1568
|
+
"STRIP_COLOR_03", # STRIP_COLOR_03.
|
|
1569
|
+
"STRIP_COLOR_04", # STRIP_COLOR_04.
|
|
1570
|
+
"STRIP_COLOR_05", # STRIP_COLOR_05.
|
|
1571
|
+
"STRIP_COLOR_06", # STRIP_COLOR_06.
|
|
1572
|
+
"STRIP_COLOR_07", # STRIP_COLOR_07.
|
|
1573
|
+
"STRIP_COLOR_08", # STRIP_COLOR_08.
|
|
1574
|
+
"STRIP_COLOR_09", # STRIP_COLOR_09.
|
|
1575
1575
|
"LIBRARY_DATA_INDIRECT", # LIBRARY_DATA_INDIRECT.
|
|
1576
1576
|
"LIBRARY_DATA_OVERRIDE_NONEDITABLE", # LIBRARY_DATA_OVERRIDE_NONEDITABLE.
|
|
1577
1577
|
"LAYERGROUP_COLOR_01", # LAYERGROUP_COLOR_01.
|
bpy/app/__init__.pyi
CHANGED
|
@@ -14,7 +14,7 @@ bpy.app.timers.rst
|
|
|
14
14
|
import typing
|
|
15
15
|
import collections.abc
|
|
16
16
|
import typing_extensions
|
|
17
|
-
import bpy.
|
|
17
|
+
import bpy._typing.rna_enums
|
|
18
18
|
|
|
19
19
|
from . import handlers as handlers
|
|
20
20
|
from . import icons as icons
|
|
@@ -28,11 +28,11 @@ def help_text(all: bool | None = False):
|
|
|
28
28
|
:type all: bool | None
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
|
-
def is_job_running(job_type: bpy.
|
|
31
|
+
def is_job_running(job_type: bpy._typing.rna_enums.WmJobTypeItems):
|
|
32
32
|
"""Check whether a job of the given type is running.
|
|
33
33
|
|
|
34
34
|
:param job_type: job type in `rna_enum_wm_job_type_items`.
|
|
35
|
-
:type job_type: bpy.
|
|
35
|
+
:type job_type: bpy._typing.rna_enums.WmJobTypeItems
|
|
36
36
|
:return: Whether a job of the given type is currently running.
|
|
37
37
|
"""
|
|
38
38
|
|
bpy/ops/action/__init__.pyi
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bpy._typing.rna_enums
|
|
4
5
|
import bpy.ops.transform
|
|
5
6
|
import bpy.types
|
|
6
|
-
import bpy.typing
|
|
7
7
|
|
|
8
8
|
def bake_keys(execution_context: int | str | None = None, undo: bool | None = None):
|
|
9
9
|
"""Add keyframes on every frame between the selected keyframes
|
|
@@ -115,14 +115,14 @@ def easing_type(
|
|
|
115
115
|
undo: bool | None = None,
|
|
116
116
|
/,
|
|
117
117
|
*,
|
|
118
|
-
type: bpy.
|
|
118
|
+
type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
|
|
119
119
|
):
|
|
120
120
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
121
121
|
|
|
122
122
|
:type execution_context: int | str | None
|
|
123
123
|
:type undo: bool | None
|
|
124
124
|
:param type: Type
|
|
125
|
-
:type type: bpy.
|
|
125
|
+
:type type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None
|
|
126
126
|
"""
|
|
127
127
|
|
|
128
128
|
def extrapolation_type(
|
|
@@ -165,14 +165,14 @@ def handle_type(
|
|
|
165
165
|
undo: bool | None = None,
|
|
166
166
|
/,
|
|
167
167
|
*,
|
|
168
|
-
type: bpy.
|
|
168
|
+
type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None = "FREE",
|
|
169
169
|
):
|
|
170
170
|
"""Set type of handle for selected keyframes
|
|
171
171
|
|
|
172
172
|
:type execution_context: int | str | None
|
|
173
173
|
:type undo: bool | None
|
|
174
174
|
:param type: Type
|
|
175
|
-
:type type: bpy.
|
|
175
|
+
:type type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None
|
|
176
176
|
"""
|
|
177
177
|
|
|
178
178
|
def interpolation_type(
|
|
@@ -180,14 +180,14 @@ def interpolation_type(
|
|
|
180
180
|
undo: bool | None = None,
|
|
181
181
|
/,
|
|
182
182
|
*,
|
|
183
|
-
type: bpy.
|
|
183
|
+
type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None = "CONSTANT",
|
|
184
184
|
):
|
|
185
185
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
186
186
|
|
|
187
187
|
:type execution_context: int | str | None
|
|
188
188
|
:type undo: bool | None
|
|
189
189
|
:param type: Type
|
|
190
|
-
:type type: bpy.
|
|
190
|
+
:type type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None
|
|
191
191
|
"""
|
|
192
192
|
|
|
193
193
|
def keyframe_insert(
|
|
@@ -210,14 +210,14 @@ def keyframe_type(
|
|
|
210
210
|
undo: bool | None = None,
|
|
211
211
|
/,
|
|
212
212
|
*,
|
|
213
|
-
type: bpy.
|
|
213
|
+
type: bpy._typing.rna_enums.BeztripleKeyframeTypeItems | None = "KEYFRAME",
|
|
214
214
|
):
|
|
215
215
|
"""Set type of keyframe for the selected keyframes
|
|
216
216
|
|
|
217
217
|
:type execution_context: int | str | None
|
|
218
218
|
:type undo: bool | None
|
|
219
219
|
:param type: Type
|
|
220
|
-
:type type: bpy.
|
|
220
|
+
:type type: bpy._typing.rna_enums.BeztripleKeyframeTypeItems | None
|
|
221
221
|
"""
|
|
222
222
|
|
|
223
223
|
def layer_next(execution_context: int | str | None = None, undo: bool | None = None):
|
|
@@ -279,8 +279,8 @@ def paste(
|
|
|
279
279
|
undo: bool | None = None,
|
|
280
280
|
/,
|
|
281
281
|
*,
|
|
282
|
-
offset: bpy.
|
|
283
|
-
merge: bpy.
|
|
282
|
+
offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None = "START",
|
|
283
|
+
merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None = "MIX",
|
|
284
284
|
flipped: bool | None = False,
|
|
285
285
|
):
|
|
286
286
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
@@ -288,9 +288,9 @@ def paste(
|
|
|
288
288
|
:type execution_context: int | str | None
|
|
289
289
|
:type undo: bool | None
|
|
290
290
|
:param offset: Offset, Paste time offset of keys
|
|
291
|
-
:type offset: bpy.
|
|
291
|
+
:type offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None
|
|
292
292
|
:param merge: Type, Method of merging pasted keys and existing
|
|
293
|
-
:type merge: bpy.
|
|
293
|
+
:type merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None
|
|
294
294
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
295
295
|
:type flipped: bool | None
|
|
296
296
|
"""
|
bpy/ops/boid/__init__.pyi
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.
|
|
4
|
+
import bpy._typing.rna_enums
|
|
5
5
|
|
|
6
6
|
def rule_add(
|
|
7
7
|
execution_context: int | str | None = None,
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
*,
|
|
11
|
-
type: bpy.
|
|
11
|
+
type: bpy._typing.rna_enums.BoidruleTypeItems | None = "GOAL",
|
|
12
12
|
):
|
|
13
13
|
"""Add a boid rule to the current boid state
|
|
14
14
|
|
|
15
15
|
:type execution_context: int | str | None
|
|
16
16
|
:type undo: bool | None
|
|
17
17
|
:param type: Type
|
|
18
|
-
:type type: bpy.
|
|
18
|
+
:type type: bpy._typing.rna_enums.BoidruleTypeItems | None
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
def rule_del(execution_context: int | str | None = None, undo: bool | None = None):
|
bpy/ops/brush/__init__.pyi
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.
|
|
4
|
+
import bpy._typing.rna_enums
|
|
5
5
|
|
|
6
6
|
def asset_activate(
|
|
7
7
|
execution_context: int | str | None = None,
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
*,
|
|
11
|
-
asset_library_type: bpy.
|
|
11
|
+
asset_library_type: bpy._typing.rna_enums.AssetLibraryTypeItems | None = "LOCAL",
|
|
12
12
|
asset_library_identifier: str = "",
|
|
13
13
|
relative_asset_identifier: str = "",
|
|
14
14
|
):
|
|
@@ -17,7 +17,7 @@ def asset_activate(
|
|
|
17
17
|
:type execution_context: int | str | None
|
|
18
18
|
:type undo: bool | None
|
|
19
19
|
:param asset_library_type: Asset Library Type
|
|
20
|
-
:type asset_library_type: bpy.
|
|
20
|
+
:type asset_library_type: bpy._typing.rna_enums.AssetLibraryTypeItems | None
|
|
21
21
|
:param asset_library_identifier: Asset Library Identifier
|
|
22
22
|
:type asset_library_identifier: str
|
|
23
23
|
:param relative_asset_identifier: Relative Asset Identifier
|
bpy/ops/clip/__init__.pyi
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bpy._typing.rna_enums
|
|
4
5
|
import bpy.ops.transform
|
|
5
6
|
import bpy.types
|
|
6
|
-
import bpy.typing
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def add_marker(
|
|
@@ -647,14 +647,14 @@ def mode_set(
|
|
|
647
647
|
undo: bool | None = None,
|
|
648
648
|
/,
|
|
649
649
|
*,
|
|
650
|
-
mode: bpy.
|
|
650
|
+
mode: bpy._typing.rna_enums.ClipEditorModeItems | None = "TRACKING",
|
|
651
651
|
):
|
|
652
652
|
"""Set the clip interaction mode
|
|
653
653
|
|
|
654
654
|
:type execution_context: int | str | None
|
|
655
655
|
:type undo: bool | None
|
|
656
656
|
:param mode: Mode
|
|
657
|
-
:type mode: bpy.
|
|
657
|
+
:type mode: bpy._typing.rna_enums.ClipEditorModeItems | None
|
|
658
658
|
"""
|
|
659
659
|
|
|
660
660
|
def new_image_from_plane_marker(
|
bpy/ops/curve/__init__.pyi
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bpy._typing.rna_enums
|
|
4
5
|
import bpy.ops.transform
|
|
5
6
|
import bpy.types
|
|
6
|
-
import bpy.typing
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def cyclic_toggle(
|
|
@@ -84,7 +84,7 @@ def draw(
|
|
|
84
84
|
/,
|
|
85
85
|
*,
|
|
86
86
|
error_threshold: float | None = 0.0,
|
|
87
|
-
fit_method: bpy.
|
|
87
|
+
fit_method: bpy._typing.rna_enums.CurveFitMethodItems | None = "REFIT",
|
|
88
88
|
corner_angle: float | None = 1.22173,
|
|
89
89
|
use_cyclic: bool | None = True,
|
|
90
90
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
@@ -98,7 +98,7 @@ def draw(
|
|
|
98
98
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
99
99
|
:type error_threshold: float | None
|
|
100
100
|
:param fit_method: Fit Method
|
|
101
|
-
:type fit_method: bpy.
|
|
101
|
+
:type fit_method: bpy._typing.rna_enums.CurveFitMethodItems | None
|
|
102
102
|
:param corner_angle: Corner Angle
|
|
103
103
|
:type corner_angle: float | None
|
|
104
104
|
:param use_cyclic: Cyclic
|
|
@@ -139,14 +139,14 @@ def extrude(
|
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
/,
|
|
141
141
|
*,
|
|
142
|
-
mode: bpy.
|
|
142
|
+
mode: bpy._typing.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
|
|
143
143
|
):
|
|
144
144
|
"""Extrude selected control point(s)
|
|
145
145
|
|
|
146
146
|
:type execution_context: int | str | None
|
|
147
147
|
:type undo: bool | None
|
|
148
148
|
:param mode: Mode
|
|
149
|
-
:type mode: bpy.
|
|
149
|
+
:type mode: bpy._typing.rna_enums.TransformModeTypeItems | None
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
def extrude_move(
|
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bpy._typing.rna_enums
|
|
4
5
|
import bpy.ops.transform
|
|
5
6
|
import bpy.types
|
|
6
|
-
import bpy.typing
|
|
7
7
|
import mathutils
|
|
8
8
|
|
|
9
9
|
def add_bezier(
|
|
@@ -156,7 +156,7 @@ def curve_type_set(
|
|
|
156
156
|
undo: bool | None = None,
|
|
157
157
|
/,
|
|
158
158
|
*,
|
|
159
|
-
type: bpy.
|
|
159
|
+
type: bpy._typing.rna_enums.CurvesTypeItems | None = "POLY",
|
|
160
160
|
use_handles: bool | None = False,
|
|
161
161
|
):
|
|
162
162
|
"""Set type of selected curves
|
|
@@ -164,7 +164,7 @@ def curve_type_set(
|
|
|
164
164
|
:type execution_context: int | str | None
|
|
165
165
|
:type undo: bool | None
|
|
166
166
|
:param type: Type, Curve type
|
|
167
|
-
:type type: bpy.
|
|
167
|
+
:type type: bpy._typing.rna_enums.CurvesTypeItems | None
|
|
168
168
|
:param use_handles: Handles, Take handle information into account in the conversion
|
|
169
169
|
:type use_handles: bool | None
|
|
170
170
|
"""
|
|
@@ -189,7 +189,7 @@ def draw(
|
|
|
189
189
|
/,
|
|
190
190
|
*,
|
|
191
191
|
error_threshold: float | None = 0.0,
|
|
192
|
-
fit_method: bpy.
|
|
192
|
+
fit_method: bpy._typing.rna_enums.CurveFitMethodItems | None = "REFIT",
|
|
193
193
|
corner_angle: float | None = 1.22173,
|
|
194
194
|
use_cyclic: bool | None = True,
|
|
195
195
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
@@ -205,7 +205,7 @@ def draw(
|
|
|
205
205
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
206
206
|
:type error_threshold: float | None
|
|
207
207
|
:param fit_method: Fit Method
|
|
208
|
-
:type fit_method: bpy.
|
|
208
|
+
:type fit_method: bpy._typing.rna_enums.CurveFitMethodItems | None
|
|
209
209
|
:param corner_angle: Corner Angle
|
|
210
210
|
:type corner_angle: float | None
|
|
211
211
|
:param use_cyclic: Cyclic
|
|
@@ -275,14 +275,14 @@ def handle_type_set(
|
|
|
275
275
|
undo: bool | None = None,
|
|
276
276
|
/,
|
|
277
277
|
*,
|
|
278
|
-
type: bpy.
|
|
278
|
+
type: bpy._typing.rna_enums.CurvesHandleTypeItems | None = "AUTO",
|
|
279
279
|
):
|
|
280
280
|
"""Set the handle type for bezier curves
|
|
281
281
|
|
|
282
282
|
:type execution_context: int | str | None
|
|
283
283
|
:type undo: bool | None
|
|
284
284
|
:param type: Type
|
|
285
|
-
:type type: bpy.
|
|
285
|
+
:type type: bpy._typing.rna_enums.CurvesHandleTypeItems | None
|
|
286
286
|
"""
|
|
287
287
|
|
|
288
288
|
def sculptmode_toggle(
|
|
@@ -398,14 +398,14 @@ def set_selection_domain(
|
|
|
398
398
|
undo: bool | None = None,
|
|
399
399
|
/,
|
|
400
400
|
*,
|
|
401
|
-
domain: bpy.
|
|
401
|
+
domain: bpy._typing.rna_enums.AttributeCurvesDomainItems | None = "POINT",
|
|
402
402
|
):
|
|
403
403
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
404
404
|
|
|
405
405
|
:type execution_context: int | str | None
|
|
406
406
|
:type undo: bool | None
|
|
407
407
|
:param domain: Domain
|
|
408
|
-
:type domain: bpy.
|
|
408
|
+
:type domain: bpy._typing.rna_enums.AttributeCurvesDomainItems | None
|
|
409
409
|
"""
|
|
410
410
|
|
|
411
411
|
def snap_curves_to_surface(
|
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.
|
|
4
|
+
import bpy._typing.rna_enums
|
|
5
5
|
|
|
6
6
|
def bake(execution_context: int | str | None = None, undo: bool | None = None):
|
|
7
7
|
"""Bake dynamic paint image sequence surface
|
|
@@ -48,12 +48,12 @@ def type_toggle(
|
|
|
48
48
|
undo: bool | None = None,
|
|
49
49
|
/,
|
|
50
50
|
*,
|
|
51
|
-
type: bpy.
|
|
51
|
+
type: bpy._typing.rna_enums.PropDynamicpaintTypeItems | None = "CANVAS",
|
|
52
52
|
):
|
|
53
53
|
"""Toggle whether given type is active or not
|
|
54
54
|
|
|
55
55
|
:type execution_context: int | str | None
|
|
56
56
|
:type undo: bool | None
|
|
57
57
|
:param type: Type
|
|
58
|
-
:type type: bpy.
|
|
58
|
+
:type type: bpy._typing.rna_enums.PropDynamicpaintTypeItems | None
|
|
59
59
|
"""
|
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.
|
|
4
|
+
import bpy._typing.rna_enums
|
|
5
5
|
|
|
6
6
|
def attribute_add(
|
|
7
7
|
execution_context: int | str | None = None,
|
|
@@ -9,8 +9,8 @@ def attribute_add(
|
|
|
9
9
|
/,
|
|
10
10
|
*,
|
|
11
11
|
name: str = "",
|
|
12
|
-
domain: bpy.
|
|
13
|
-
data_type: bpy.
|
|
12
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems | None = "POINT",
|
|
13
|
+
data_type: bpy._typing.rna_enums.AttributeTypeItems | None = "FLOAT",
|
|
14
14
|
):
|
|
15
15
|
"""Add attribute to geometry
|
|
16
16
|
|
|
@@ -19,9 +19,9 @@ def attribute_add(
|
|
|
19
19
|
:param name: Name, Name of new attribute
|
|
20
20
|
:type name: str
|
|
21
21
|
:param domain: Domain, Type of element that attribute is stored on
|
|
22
|
-
:type domain: bpy.
|
|
22
|
+
:type domain: bpy._typing.rna_enums.AttributeDomainItems | None
|
|
23
23
|
:param data_type: Data Type, Type of data stored in attribute
|
|
24
|
-
:type data_type: bpy.
|
|
24
|
+
:type data_type: bpy._typing.rna_enums.AttributeTypeItems | None
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
def attribute_convert(
|
|
@@ -30,8 +30,8 @@ def attribute_convert(
|
|
|
30
30
|
/,
|
|
31
31
|
*,
|
|
32
32
|
mode: typing.Literal["GENERIC", "VERTEX_GROUP"] | None = "GENERIC",
|
|
33
|
-
domain: bpy.
|
|
34
|
-
data_type: bpy.
|
|
33
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems | None = "POINT",
|
|
34
|
+
data_type: bpy._typing.rna_enums.AttributeTypeItems | None = "FLOAT",
|
|
35
35
|
):
|
|
36
36
|
"""Change how the attribute is stored
|
|
37
37
|
|
|
@@ -40,9 +40,9 @@ def attribute_convert(
|
|
|
40
40
|
:param mode: Mode
|
|
41
41
|
:type mode: typing.Literal['GENERIC','VERTEX_GROUP'] | None
|
|
42
42
|
:param domain: Domain, Which geometry element to move the attribute to
|
|
43
|
-
:type domain: bpy.
|
|
43
|
+
:type domain: bpy._typing.rna_enums.AttributeDomainItems | None
|
|
44
44
|
:param data_type: Data Type
|
|
45
|
-
:type data_type: bpy.
|
|
45
|
+
:type data_type: bpy._typing.rna_enums.AttributeTypeItems | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
def attribute_remove(
|
|
@@ -60,8 +60,8 @@ def color_attribute_add(
|
|
|
60
60
|
/,
|
|
61
61
|
*,
|
|
62
62
|
name: str = "",
|
|
63
|
-
domain: bpy.
|
|
64
|
-
data_type: bpy.
|
|
63
|
+
domain: bpy._typing.rna_enums.ColorAttributeDomainItems | None = "POINT",
|
|
64
|
+
data_type: bpy._typing.rna_enums.ColorAttributeTypeItems | None = "FLOAT_COLOR",
|
|
65
65
|
color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 1.0),
|
|
66
66
|
):
|
|
67
67
|
"""Add color attribute to geometry
|
|
@@ -71,9 +71,9 @@ def color_attribute_add(
|
|
|
71
71
|
:param name: Name, Name of new color attribute
|
|
72
72
|
:type name: str
|
|
73
73
|
:param domain: Domain, Type of element that attribute is stored on
|
|
74
|
-
:type domain: bpy.
|
|
74
|
+
:type domain: bpy._typing.rna_enums.ColorAttributeDomainItems | None
|
|
75
75
|
:param data_type: Data Type, Type of data stored in attribute
|
|
76
|
-
:type data_type: bpy.
|
|
76
|
+
:type data_type: bpy._typing.rna_enums.ColorAttributeTypeItems | None
|
|
77
77
|
:param color: Color, Default fill color
|
|
78
78
|
:type color: collections.abc.Iterable[float] | None
|
|
79
79
|
"""
|
|
@@ -83,17 +83,17 @@ def color_attribute_convert(
|
|
|
83
83
|
undo: bool | None = None,
|
|
84
84
|
/,
|
|
85
85
|
*,
|
|
86
|
-
domain: bpy.
|
|
87
|
-
data_type: bpy.
|
|
86
|
+
domain: bpy._typing.rna_enums.ColorAttributeDomainItems | None = "POINT",
|
|
87
|
+
data_type: bpy._typing.rna_enums.ColorAttributeTypeItems | None = "FLOAT_COLOR",
|
|
88
88
|
):
|
|
89
89
|
"""Change how the color attribute is stored
|
|
90
90
|
|
|
91
91
|
:type execution_context: int | str | None
|
|
92
92
|
:type undo: bool | None
|
|
93
93
|
:param domain: Domain, Type of element that attribute is stored on
|
|
94
|
-
:type domain: bpy.
|
|
94
|
+
:type domain: bpy._typing.rna_enums.ColorAttributeDomainItems | None
|
|
95
95
|
:param data_type: Data Type, Type of data stored in attribute
|
|
96
|
-
:type data_type: bpy.
|
|
96
|
+
:type data_type: bpy._typing.rna_enums.ColorAttributeTypeItems | None
|
|
97
97
|
"""
|
|
98
98
|
|
|
99
99
|
def color_attribute_duplicate(
|
|
@@ -134,7 +134,7 @@ def execute_node_group(
|
|
|
134
134
|
undo: bool | None = None,
|
|
135
135
|
/,
|
|
136
136
|
*,
|
|
137
|
-
asset_library_type: bpy.
|
|
137
|
+
asset_library_type: bpy._typing.rna_enums.AssetLibraryTypeItems | None = "LOCAL",
|
|
138
138
|
asset_library_identifier: str = "",
|
|
139
139
|
relative_asset_identifier: str = "",
|
|
140
140
|
name: str = "",
|
|
@@ -186,7 +186,7 @@ def execute_node_group(
|
|
|
186
186
|
:type execution_context: int | str | None
|
|
187
187
|
:type undo: bool | None
|
|
188
188
|
:param asset_library_type: Asset Library Type
|
|
189
|
-
:type asset_library_type: bpy.
|
|
189
|
+
:type asset_library_type: bpy._typing.rna_enums.AssetLibraryTypeItems | None
|
|
190
190
|
:param asset_library_identifier: Asset Library Identifier
|
|
191
191
|
:type asset_library_identifier: str
|
|
192
192
|
:param relative_asset_identifier: Relative Asset Identifier
|
bpy/ops/graph/__init__.pyi
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bpy._typing.rna_enums
|
|
4
5
|
import bpy.ops.transform
|
|
5
6
|
import bpy.types
|
|
6
|
-
import bpy.typing
|
|
7
7
|
|
|
8
8
|
def bake_keys(execution_context: int | str | None = None, undo: bool | None = None):
|
|
9
9
|
"""Add keyframes on every frame between the selected keyframes
|
|
@@ -291,14 +291,14 @@ def duplicate(
|
|
|
291
291
|
undo: bool | None = None,
|
|
292
292
|
/,
|
|
293
293
|
*,
|
|
294
|
-
mode: bpy.
|
|
294
|
+
mode: bpy._typing.rna_enums.TransformModeTypeItems | None = "TRANSLATION",
|
|
295
295
|
):
|
|
296
296
|
"""Make a copy of all selected keyframes
|
|
297
297
|
|
|
298
298
|
:type execution_context: int | str | None
|
|
299
299
|
:type undo: bool | None
|
|
300
300
|
:param mode: Mode
|
|
301
|
-
:type mode: bpy.
|
|
301
|
+
:type mode: bpy._typing.rna_enums.TransformModeTypeItems | None
|
|
302
302
|
"""
|
|
303
303
|
|
|
304
304
|
def duplicate_move(
|
|
@@ -342,14 +342,14 @@ def easing_type(
|
|
|
342
342
|
undo: bool | None = None,
|
|
343
343
|
/,
|
|
344
344
|
*,
|
|
345
|
-
type: bpy.
|
|
345
|
+
type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None = "AUTO",
|
|
346
346
|
):
|
|
347
347
|
"""Set easing type for the F-Curve segments starting from the selected keyframes
|
|
348
348
|
|
|
349
349
|
:type execution_context: int | str | None
|
|
350
350
|
:type undo: bool | None
|
|
351
351
|
:param type: Type
|
|
352
|
-
:type type: bpy.
|
|
352
|
+
:type type: bpy._typing.rna_enums.BeztripleInterpolationEasingItems | None
|
|
353
353
|
"""
|
|
354
354
|
|
|
355
355
|
def equalize_handles(
|
|
@@ -422,7 +422,7 @@ def fmodifier_add(
|
|
|
422
422
|
undo: bool | None = None,
|
|
423
423
|
/,
|
|
424
424
|
*,
|
|
425
|
-
type: bpy.
|
|
425
|
+
type: bpy._typing.rna_enums.FmodifierTypeItems | None = "NULL",
|
|
426
426
|
only_active: bool | None = False,
|
|
427
427
|
):
|
|
428
428
|
"""Add F-Modifier to the active/selected F-Curves
|
|
@@ -430,7 +430,7 @@ def fmodifier_add(
|
|
|
430
430
|
:type execution_context: int | str | None
|
|
431
431
|
:type undo: bool | None
|
|
432
432
|
:param type: Type
|
|
433
|
-
:type type: bpy.
|
|
433
|
+
:type type: bpy._typing.rna_enums.FmodifierTypeItems | None
|
|
434
434
|
:param only_active: Only Active, Only add F-Modifier to active F-Curve
|
|
435
435
|
:type only_active: bool | None
|
|
436
436
|
"""
|
|
@@ -513,14 +513,14 @@ def handle_type(
|
|
|
513
513
|
undo: bool | None = None,
|
|
514
514
|
/,
|
|
515
515
|
*,
|
|
516
|
-
type: bpy.
|
|
516
|
+
type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None = "FREE",
|
|
517
517
|
):
|
|
518
518
|
"""Set type of handle for selected keyframes
|
|
519
519
|
|
|
520
520
|
:type execution_context: int | str | None
|
|
521
521
|
:type undo: bool | None
|
|
522
522
|
:param type: Type
|
|
523
|
-
:type type: bpy.
|
|
523
|
+
:type type: bpy._typing.rna_enums.KeyframeHandleTypeItems | None
|
|
524
524
|
"""
|
|
525
525
|
|
|
526
526
|
def hide(
|
|
@@ -543,14 +543,14 @@ def interpolation_type(
|
|
|
543
543
|
undo: bool | None = None,
|
|
544
544
|
/,
|
|
545
545
|
*,
|
|
546
|
-
type: bpy.
|
|
546
|
+
type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None = "CONSTANT",
|
|
547
547
|
):
|
|
548
548
|
"""Set interpolation mode for the F-Curve segments starting from the selected keyframes
|
|
549
549
|
|
|
550
550
|
:type execution_context: int | str | None
|
|
551
551
|
:type undo: bool | None
|
|
552
552
|
:param type: Type
|
|
553
|
-
:type type: bpy.
|
|
553
|
+
:type type: bpy._typing.rna_enums.BeztripleInterpolationModeItems | None
|
|
554
554
|
"""
|
|
555
555
|
|
|
556
556
|
def keyframe_insert(
|
|
@@ -658,9 +658,9 @@ def paste(
|
|
|
658
658
|
undo: bool | None = None,
|
|
659
659
|
/,
|
|
660
660
|
*,
|
|
661
|
-
offset: bpy.
|
|
662
|
-
value_offset: bpy.
|
|
663
|
-
merge: bpy.
|
|
661
|
+
offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None = "START",
|
|
662
|
+
value_offset: bpy._typing.rna_enums.KeyframePasteOffsetValueItems | None = "NONE",
|
|
663
|
+
merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None = "MIX",
|
|
664
664
|
flipped: bool | None = False,
|
|
665
665
|
):
|
|
666
666
|
"""Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
|
|
@@ -668,11 +668,11 @@ def paste(
|
|
|
668
668
|
:type execution_context: int | str | None
|
|
669
669
|
:type undo: bool | None
|
|
670
670
|
:param offset: Frame Offset, Paste time offset of keys
|
|
671
|
-
:type offset: bpy.
|
|
671
|
+
:type offset: bpy._typing.rna_enums.KeyframePasteOffsetItems | None
|
|
672
672
|
:param value_offset: Value Offset, Paste keys with a value offset
|
|
673
|
-
:type value_offset: bpy.
|
|
673
|
+
:type value_offset: bpy._typing.rna_enums.KeyframePasteOffsetValueItems | None
|
|
674
674
|
:param merge: Type, Method of merging pasted keys and existing
|
|
675
|
-
:type merge: bpy.
|
|
675
|
+
:type merge: bpy._typing.rna_enums.KeyframePasteMergeItems | None
|
|
676
676
|
:param flipped: Flipped, Paste keyframes from mirrored bones if they exist
|
|
677
677
|
:type flipped: bool | None
|
|
678
678
|
"""
|