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.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -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 +7 -7
- 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 +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- 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 +80 -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 +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- 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-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def attribute_set(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
value_float: typing.Any = 0.0,
|
|
12
11
|
value_float_vector_2d: typing.Any = (0.0, 0.0),
|
|
13
12
|
value_float_vector_3d: typing.Any = (0.0, 0.0, 0.0),
|
|
14
13
|
value_int: typing.Any = 0,
|
|
14
|
+
value_int_vector_2d: typing.Any = (0, 0),
|
|
15
15
|
value_color: typing.Any = (1.0, 1.0, 1.0, 1.0),
|
|
16
16
|
value_bool: typing.Union[bool, typing.Any] = False,
|
|
17
17
|
):
|
|
18
18
|
"""Set values of the active attribute for selected elements
|
|
19
19
|
|
|
20
20
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
21
|
-
:type execution_context:
|
|
21
|
+
:type execution_context: str
|
|
22
22
|
:type undo: bool
|
|
23
23
|
:param value_float: Value
|
|
24
24
|
:type value_float: typing.Any
|
|
@@ -28,6 +28,8 @@ def attribute_set(
|
|
|
28
28
|
:type value_float_vector_3d: typing.Any
|
|
29
29
|
:param value_int: Value
|
|
30
30
|
:type value_int: typing.Any
|
|
31
|
+
:param value_int_vector_2d: Value
|
|
32
|
+
:type value_int_vector_2d: typing.Any
|
|
31
33
|
:param value_color: Value
|
|
32
34
|
:type value_color: typing.Any
|
|
33
35
|
:param value_bool: Value
|
|
@@ -38,13 +40,13 @@ def attribute_set(
|
|
|
38
40
|
|
|
39
41
|
def convert_from_particle_system(
|
|
40
42
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
41
|
-
execution_context:
|
|
43
|
+
execution_context: str = None,
|
|
42
44
|
undo: bool = None,
|
|
43
45
|
):
|
|
44
46
|
"""Add a new curves object based on the current state of the particle system
|
|
45
47
|
|
|
46
48
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
-
:type execution_context:
|
|
49
|
+
:type execution_context: str
|
|
48
50
|
:type undo: bool
|
|
49
51
|
"""
|
|
50
52
|
|
|
@@ -52,13 +54,13 @@ def convert_from_particle_system(
|
|
|
52
54
|
|
|
53
55
|
def convert_to_particle_system(
|
|
54
56
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
55
|
-
execution_context:
|
|
57
|
+
execution_context: str = None,
|
|
56
58
|
undo: bool = None,
|
|
57
59
|
):
|
|
58
60
|
"""Add a new or update an existing hair particle system on the surface object
|
|
59
61
|
|
|
60
62
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
61
|
-
:type execution_context:
|
|
63
|
+
:type execution_context: str
|
|
62
64
|
:type undo: bool
|
|
63
65
|
"""
|
|
64
66
|
|
|
@@ -66,13 +68,13 @@ def convert_to_particle_system(
|
|
|
66
68
|
|
|
67
69
|
def delete(
|
|
68
70
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
69
|
-
execution_context:
|
|
71
|
+
execution_context: str = None,
|
|
70
72
|
undo: bool = None,
|
|
71
73
|
):
|
|
72
74
|
"""Remove selected control points or curves
|
|
73
75
|
|
|
74
76
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
75
|
-
:type execution_context:
|
|
77
|
+
:type execution_context: str
|
|
76
78
|
:type undo: bool
|
|
77
79
|
"""
|
|
78
80
|
|
|
@@ -80,10 +82,10 @@ def delete(
|
|
|
80
82
|
|
|
81
83
|
def draw(
|
|
82
84
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
83
|
-
execution_context:
|
|
85
|
+
execution_context: str = None,
|
|
84
86
|
undo: bool = None,
|
|
85
87
|
error_threshold: typing.Any = 0.0,
|
|
86
|
-
fit_method: typing.
|
|
88
|
+
fit_method: typing.Union[str, int] = "REFIT",
|
|
87
89
|
corner_angle: typing.Any = 1.22173,
|
|
88
90
|
use_cyclic: typing.Union[bool, typing.Any] = True,
|
|
89
91
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
|
|
@@ -94,12 +96,12 @@ def draw(
|
|
|
94
96
|
"""Draw a freehand curve
|
|
95
97
|
|
|
96
98
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
97
|
-
:type execution_context:
|
|
99
|
+
:type execution_context: str
|
|
98
100
|
:type undo: bool
|
|
99
101
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
100
102
|
:type error_threshold: typing.Any
|
|
101
103
|
:param fit_method: Fit Method
|
|
102
|
-
:type fit_method: typing.
|
|
104
|
+
:type fit_method: typing.Union[str, int]
|
|
103
105
|
:param corner_angle: Corner Angle
|
|
104
106
|
:type corner_angle: typing.Any
|
|
105
107
|
:param use_cyclic: Cyclic
|
|
@@ -118,13 +120,13 @@ def draw(
|
|
|
118
120
|
|
|
119
121
|
def duplicate(
|
|
120
122
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
121
|
-
execution_context:
|
|
123
|
+
execution_context: str = None,
|
|
122
124
|
undo: bool = None,
|
|
123
125
|
):
|
|
124
126
|
"""Copy selected points or curves
|
|
125
127
|
|
|
126
128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
127
|
-
:type execution_context:
|
|
129
|
+
:type execution_context: str
|
|
128
130
|
:type undo: bool
|
|
129
131
|
"""
|
|
130
132
|
|
|
@@ -132,33 +134,33 @@ def duplicate(
|
|
|
132
134
|
|
|
133
135
|
def duplicate_move(
|
|
134
136
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
135
|
-
execution_context:
|
|
137
|
+
execution_context: str = None,
|
|
136
138
|
undo: bool = None,
|
|
137
|
-
CURVES_OT_duplicate:
|
|
138
|
-
TRANSFORM_OT_translate:
|
|
139
|
+
CURVES_OT_duplicate: typing.Any = None,
|
|
140
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
139
141
|
):
|
|
140
142
|
"""Make copies of selected elements and move them
|
|
141
143
|
|
|
142
144
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
143
|
-
:type execution_context:
|
|
145
|
+
:type execution_context: str
|
|
144
146
|
:type undo: bool
|
|
145
147
|
:param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
|
|
146
|
-
:type CURVES_OT_duplicate:
|
|
148
|
+
:type CURVES_OT_duplicate: typing.Any
|
|
147
149
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
148
|
-
:type TRANSFORM_OT_translate:
|
|
150
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
149
151
|
"""
|
|
150
152
|
|
|
151
153
|
...
|
|
152
154
|
|
|
153
155
|
def extrude(
|
|
154
156
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
155
|
-
execution_context:
|
|
157
|
+
execution_context: str = None,
|
|
156
158
|
undo: bool = None,
|
|
157
159
|
):
|
|
158
160
|
"""Extrude selected control point(s)
|
|
159
161
|
|
|
160
162
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
161
|
-
:type execution_context:
|
|
163
|
+
:type execution_context: str
|
|
162
164
|
:type undo: bool
|
|
163
165
|
"""
|
|
164
166
|
|
|
@@ -166,33 +168,33 @@ def extrude(
|
|
|
166
168
|
|
|
167
169
|
def extrude_move(
|
|
168
170
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
169
|
-
execution_context:
|
|
171
|
+
execution_context: str = None,
|
|
170
172
|
undo: bool = None,
|
|
171
|
-
CURVES_OT_extrude:
|
|
172
|
-
TRANSFORM_OT_translate:
|
|
173
|
+
CURVES_OT_extrude: typing.Any = None,
|
|
174
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
173
175
|
):
|
|
174
176
|
"""Extrude curve and move result
|
|
175
177
|
|
|
176
178
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
177
|
-
:type execution_context:
|
|
179
|
+
:type execution_context: str
|
|
178
180
|
:type undo: bool
|
|
179
181
|
:param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
|
|
180
|
-
:type CURVES_OT_extrude:
|
|
182
|
+
:type CURVES_OT_extrude: typing.Any
|
|
181
183
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
182
|
-
:type TRANSFORM_OT_translate:
|
|
184
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
183
185
|
"""
|
|
184
186
|
|
|
185
187
|
...
|
|
186
188
|
|
|
187
189
|
def sculptmode_toggle(
|
|
188
190
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
189
|
-
execution_context:
|
|
191
|
+
execution_context: str = None,
|
|
190
192
|
undo: bool = None,
|
|
191
193
|
):
|
|
192
194
|
"""Enter/Exit sculpt mode for curves
|
|
193
195
|
|
|
194
196
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
195
|
-
:type execution_context:
|
|
197
|
+
:type execution_context: str
|
|
196
198
|
:type undo: bool
|
|
197
199
|
"""
|
|
198
200
|
|
|
@@ -200,14 +202,14 @@ def sculptmode_toggle(
|
|
|
200
202
|
|
|
201
203
|
def select_all(
|
|
202
204
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
203
|
-
execution_context:
|
|
205
|
+
execution_context: str = None,
|
|
204
206
|
undo: bool = None,
|
|
205
207
|
action: typing.Any = "TOGGLE",
|
|
206
208
|
):
|
|
207
209
|
"""(De)select all control points
|
|
208
210
|
|
|
209
211
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
210
|
-
:type execution_context:
|
|
212
|
+
:type execution_context: str
|
|
211
213
|
:type undo: bool
|
|
212
214
|
:param action: Action, Selection action to execute
|
|
213
215
|
|
|
@@ -229,7 +231,7 @@ def select_all(
|
|
|
229
231
|
|
|
230
232
|
def select_ends(
|
|
231
233
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
232
|
-
execution_context:
|
|
234
|
+
execution_context: str = None,
|
|
233
235
|
undo: bool = None,
|
|
234
236
|
amount_start: typing.Any = 0,
|
|
235
237
|
amount_end: typing.Any = 1,
|
|
@@ -237,7 +239,7 @@ def select_ends(
|
|
|
237
239
|
"""Select end points of curves
|
|
238
240
|
|
|
239
241
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
240
|
-
:type execution_context:
|
|
242
|
+
:type execution_context: str
|
|
241
243
|
:type undo: bool
|
|
242
244
|
:param amount_start: Amount Front, Number of points to select from the front
|
|
243
245
|
:type amount_start: typing.Any
|
|
@@ -249,13 +251,13 @@ def select_ends(
|
|
|
249
251
|
|
|
250
252
|
def select_less(
|
|
251
253
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
252
|
-
execution_context:
|
|
254
|
+
execution_context: str = None,
|
|
253
255
|
undo: bool = None,
|
|
254
256
|
):
|
|
255
257
|
"""Shrink the selection by one point
|
|
256
258
|
|
|
257
259
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
258
|
-
:type execution_context:
|
|
260
|
+
:type execution_context: str
|
|
259
261
|
:type undo: bool
|
|
260
262
|
"""
|
|
261
263
|
|
|
@@ -263,13 +265,13 @@ def select_less(
|
|
|
263
265
|
|
|
264
266
|
def select_linked(
|
|
265
267
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
266
|
-
execution_context:
|
|
268
|
+
execution_context: str = None,
|
|
267
269
|
undo: bool = None,
|
|
268
270
|
):
|
|
269
271
|
"""Select all points in curves with any point selection
|
|
270
272
|
|
|
271
273
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
272
|
-
:type execution_context:
|
|
274
|
+
:type execution_context: str
|
|
273
275
|
:type undo: bool
|
|
274
276
|
"""
|
|
275
277
|
|
|
@@ -277,13 +279,13 @@ def select_linked(
|
|
|
277
279
|
|
|
278
280
|
def select_more(
|
|
279
281
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
280
|
-
execution_context:
|
|
282
|
+
execution_context: str = None,
|
|
281
283
|
undo: bool = None,
|
|
282
284
|
):
|
|
283
285
|
"""Grow the selection by one point
|
|
284
286
|
|
|
285
287
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
286
|
-
:type execution_context:
|
|
288
|
+
:type execution_context: str
|
|
287
289
|
:type undo: bool
|
|
288
290
|
"""
|
|
289
291
|
|
|
@@ -291,7 +293,7 @@ def select_more(
|
|
|
291
293
|
|
|
292
294
|
def select_random(
|
|
293
295
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
294
|
-
execution_context:
|
|
296
|
+
execution_context: str = None,
|
|
295
297
|
undo: bool = None,
|
|
296
298
|
seed: typing.Any = 0,
|
|
297
299
|
probability: typing.Any = 0.5,
|
|
@@ -299,7 +301,7 @@ def select_random(
|
|
|
299
301
|
"""Randomizes existing selection or create new random selection
|
|
300
302
|
|
|
301
303
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
302
|
-
:type execution_context:
|
|
304
|
+
:type execution_context: str
|
|
303
305
|
:type undo: bool
|
|
304
306
|
:param seed: Seed, Source of randomness
|
|
305
307
|
:type seed: typing.Any
|
|
@@ -311,31 +313,31 @@ def select_random(
|
|
|
311
313
|
|
|
312
314
|
def set_selection_domain(
|
|
313
315
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
314
|
-
execution_context:
|
|
316
|
+
execution_context: str = None,
|
|
315
317
|
undo: bool = None,
|
|
316
|
-
domain: typing.
|
|
318
|
+
domain: typing.Union[str, int] = "POINT",
|
|
317
319
|
):
|
|
318
320
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
319
321
|
|
|
320
322
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
321
|
-
:type execution_context:
|
|
323
|
+
:type execution_context: str
|
|
322
324
|
:type undo: bool
|
|
323
325
|
:param domain: Domain
|
|
324
|
-
:type domain: typing.
|
|
326
|
+
:type domain: typing.Union[str, int]
|
|
325
327
|
"""
|
|
326
328
|
|
|
327
329
|
...
|
|
328
330
|
|
|
329
331
|
def snap_curves_to_surface(
|
|
330
332
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
331
|
-
execution_context:
|
|
333
|
+
execution_context: str = None,
|
|
332
334
|
undo: bool = None,
|
|
333
335
|
attach_mode: typing.Any = "NEAREST",
|
|
334
336
|
):
|
|
335
337
|
"""Move curves so that the first point is exactly on the surface mesh
|
|
336
338
|
|
|
337
339
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
338
|
-
:type execution_context:
|
|
340
|
+
:type execution_context: str
|
|
339
341
|
:type undo: bool
|
|
340
342
|
:param attach_mode: Attach Mode, How to find the point on the surface to attach to
|
|
341
343
|
|
|
@@ -351,13 +353,13 @@ def snap_curves_to_surface(
|
|
|
351
353
|
|
|
352
354
|
def surface_set(
|
|
353
355
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
354
|
-
execution_context:
|
|
356
|
+
execution_context: str = None,
|
|
355
357
|
undo: bool = None,
|
|
356
358
|
):
|
|
357
359
|
"""Use the active object as surface for selected curves objects and set it as the parent
|
|
358
360
|
|
|
359
361
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
360
|
-
:type execution_context:
|
|
362
|
+
:type execution_context: str
|
|
361
363
|
:type undo: bool
|
|
362
364
|
"""
|
|
363
365
|
|
|
@@ -365,13 +367,13 @@ def surface_set(
|
|
|
365
367
|
|
|
366
368
|
def tilt_clear(
|
|
367
369
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
-
execution_context:
|
|
370
|
+
execution_context: str = None,
|
|
369
371
|
undo: bool = None,
|
|
370
372
|
):
|
|
371
373
|
"""Clear the tilt of selected control points
|
|
372
374
|
|
|
373
375
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
374
|
-
:type execution_context:
|
|
376
|
+
:type execution_context: str
|
|
375
377
|
:type undo: bool
|
|
376
378
|
"""
|
|
377
379
|
|
bpy/ops/cycles/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def denoise_animation(
|
|
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
|
input_filepath: typing.Union[str, typing.Any] = "",
|
|
11
11
|
output_filepath: typing.Union[str, typing.Any] = "",
|
|
@@ -13,7 +13,7 @@ def denoise_animation(
|
|
|
13
13
|
"""Denoise rendered animation sequence using current scene and view layer settings. Requires denoising data passes and output to OpenEXR multilayer files
|
|
14
14
|
|
|
15
15
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
16
|
+
:type execution_context: str
|
|
17
17
|
:type undo: bool
|
|
18
18
|
:param input_filepath: Input Filepath, File path for image to denoise. If not specified, uses the render file path and frame range from the scene
|
|
19
19
|
:type input_filepath: typing.Union[str, typing.Any]
|
|
@@ -25,7 +25,7 @@ def denoise_animation(
|
|
|
25
25
|
|
|
26
26
|
def merge_images(
|
|
27
27
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
28
|
-
execution_context:
|
|
28
|
+
execution_context: str = None,
|
|
29
29
|
undo: bool = None,
|
|
30
30
|
input_filepath1: typing.Union[str, typing.Any] = "",
|
|
31
31
|
input_filepath2: typing.Union[str, typing.Any] = "",
|
|
@@ -34,7 +34,7 @@ def merge_images(
|
|
|
34
34
|
"""Combine OpenEXR multi-layer images rendered with different sample ranges into one image with reduced noise
|
|
35
35
|
|
|
36
36
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
37
|
-
:type execution_context:
|
|
37
|
+
:type execution_context: str
|
|
38
38
|
:type undo: bool
|
|
39
39
|
:param input_filepath1: Input Filepath, File path for image to merge
|
|
40
40
|
:type input_filepath1: typing.Union[str, typing.Any]
|
|
@@ -48,13 +48,13 @@ def merge_images(
|
|
|
48
48
|
|
|
49
49
|
def use_shading_nodes(
|
|
50
50
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
51
|
-
execution_context:
|
|
51
|
+
execution_context: str = None,
|
|
52
52
|
undo: bool = None,
|
|
53
53
|
):
|
|
54
54
|
"""Enable nodes on a material, world or light
|
|
55
55
|
|
|
56
56
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
57
|
-
:type execution_context:
|
|
57
|
+
:type execution_context: str
|
|
58
58
|
:type undo: bool
|
|
59
59
|
"""
|
|
60
60
|
|
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def bake(
|
|
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
|
):
|
|
11
11
|
"""Bake dynamic paint image sequence surface
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,14 +19,14 @@ def bake(
|
|
|
19
19
|
|
|
20
20
|
def output_toggle(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
output: typing.Any = "A",
|
|
25
25
|
):
|
|
26
26
|
"""Add or remove Dynamic Paint output data layer
|
|
27
27
|
|
|
28
28
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
29
|
-
:type execution_context:
|
|
29
|
+
:type execution_context: str
|
|
30
30
|
:type undo: bool
|
|
31
31
|
:param output: Output Toggle
|
|
32
32
|
:type output: typing.Any
|
|
@@ -36,13 +36,13 @@ def output_toggle(
|
|
|
36
36
|
|
|
37
37
|
def surface_slot_add(
|
|
38
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
-
execution_context:
|
|
39
|
+
execution_context: str = None,
|
|
40
40
|
undo: bool = None,
|
|
41
41
|
):
|
|
42
42
|
"""Add a new Dynamic Paint surface slot
|
|
43
43
|
|
|
44
44
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
45
|
-
:type execution_context:
|
|
45
|
+
:type execution_context: str
|
|
46
46
|
:type undo: bool
|
|
47
47
|
"""
|
|
48
48
|
|
|
@@ -50,13 +50,13 @@ def surface_slot_add(
|
|
|
50
50
|
|
|
51
51
|
def surface_slot_remove(
|
|
52
52
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
-
execution_context:
|
|
53
|
+
execution_context: str = None,
|
|
54
54
|
undo: bool = None,
|
|
55
55
|
):
|
|
56
56
|
"""Remove the selected surface slot
|
|
57
57
|
|
|
58
58
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
-
:type execution_context:
|
|
59
|
+
:type execution_context: str
|
|
60
60
|
:type undo: bool
|
|
61
61
|
"""
|
|
62
62
|
|
|
@@ -64,17 +64,17 @@ def surface_slot_remove(
|
|
|
64
64
|
|
|
65
65
|
def type_toggle(
|
|
66
66
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
67
|
-
execution_context:
|
|
67
|
+
execution_context: str = None,
|
|
68
68
|
undo: bool = None,
|
|
69
|
-
type: typing.
|
|
69
|
+
type: typing.Union[str, int] = "CANVAS",
|
|
70
70
|
):
|
|
71
71
|
"""Toggle whether given type is active or not
|
|
72
72
|
|
|
73
73
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
74
|
-
:type execution_context:
|
|
74
|
+
:type execution_context: str
|
|
75
75
|
:type undo: bool
|
|
76
76
|
:param type: Type
|
|
77
|
-
:type type: typing.
|
|
77
|
+
:type type: typing.Union[str, int]
|
|
78
78
|
"""
|
|
79
79
|
|
|
80
80
|
...
|