fake-bpy-module 20240601__py3-none-any.whl → 20240605__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/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- 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 +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- 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 +2185 -1933
- 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-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- 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-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/constraint/__init__.pyi
CHANGED
|
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def add_target(
|
|
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
|
"""Add a target to the constraint
|
|
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 apply(
|
|
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
|
constraint: str | typing.Any = "",
|
|
@@ -30,8 +30,8 @@ def apply(
|
|
|
30
30
|
):
|
|
31
31
|
"""Apply constraint and remove from the stack
|
|
32
32
|
|
|
33
|
-
:type override_context: dict[str, typing.Any] |
|
|
34
|
-
:type execution_context:
|
|
33
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
34
|
+
:type execution_context: int | str | None
|
|
35
35
|
:type undo: bool | None
|
|
36
36
|
:param constraint: Constraint, Name of the constraint to edit
|
|
37
37
|
:type constraint: str | typing.Any
|
|
@@ -50,8 +50,8 @@ def apply(
|
|
|
50
50
|
...
|
|
51
51
|
|
|
52
52
|
def childof_clear_inverse(
|
|
53
|
-
override_context: dict[str, typing.Any] |
|
|
54
|
-
execution_context:
|
|
53
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
54
|
+
execution_context: int | str | None = None,
|
|
55
55
|
undo: bool | None = None,
|
|
56
56
|
*,
|
|
57
57
|
constraint: str | typing.Any = "",
|
|
@@ -59,8 +59,8 @@ def childof_clear_inverse(
|
|
|
59
59
|
):
|
|
60
60
|
"""Clear inverse correction for Child Of constraint
|
|
61
61
|
|
|
62
|
-
:type override_context: dict[str, typing.Any] |
|
|
63
|
-
:type execution_context:
|
|
62
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
63
|
+
:type execution_context: int | str | None
|
|
64
64
|
:type undo: bool | None
|
|
65
65
|
:param constraint: Constraint, Name of the constraint to edit
|
|
66
66
|
:type constraint: str | typing.Any
|
|
@@ -77,8 +77,8 @@ def childof_clear_inverse(
|
|
|
77
77
|
...
|
|
78
78
|
|
|
79
79
|
def childof_set_inverse(
|
|
80
|
-
override_context: dict[str, typing.Any] |
|
|
81
|
-
execution_context:
|
|
80
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
81
|
+
execution_context: int | str | None = None,
|
|
82
82
|
undo: bool | None = None,
|
|
83
83
|
*,
|
|
84
84
|
constraint: str | typing.Any = "",
|
|
@@ -86,8 +86,8 @@ def childof_set_inverse(
|
|
|
86
86
|
):
|
|
87
87
|
"""Set inverse correction for Child Of constraint
|
|
88
88
|
|
|
89
|
-
:type override_context: dict[str, typing.Any] |
|
|
90
|
-
:type execution_context:
|
|
89
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
90
|
+
:type execution_context: int | str | None
|
|
91
91
|
:type undo: bool | None
|
|
92
92
|
:param constraint: Constraint, Name of the constraint to edit
|
|
93
93
|
:type constraint: str | typing.Any
|
|
@@ -104,8 +104,8 @@ def childof_set_inverse(
|
|
|
104
104
|
...
|
|
105
105
|
|
|
106
106
|
def copy(
|
|
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
|
constraint: str | typing.Any = "",
|
|
@@ -114,8 +114,8 @@ def copy(
|
|
|
114
114
|
):
|
|
115
115
|
"""Duplicate constraint at the same position in the stack
|
|
116
116
|
|
|
117
|
-
:type override_context: dict[str, typing.Any] |
|
|
118
|
-
:type execution_context:
|
|
117
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
118
|
+
:type execution_context: int | str | None
|
|
119
119
|
:type undo: bool | None
|
|
120
120
|
:param constraint: Constraint, Name of the constraint to edit
|
|
121
121
|
:type constraint: str | typing.Any
|
|
@@ -134,8 +134,8 @@ def copy(
|
|
|
134
134
|
...
|
|
135
135
|
|
|
136
136
|
def copy_to_selected(
|
|
137
|
-
override_context: dict[str, typing.Any] |
|
|
138
|
-
execution_context:
|
|
137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
138
|
+
execution_context: int | str | None = None,
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
*,
|
|
141
141
|
constraint: str | typing.Any = "",
|
|
@@ -143,8 +143,8 @@ def copy_to_selected(
|
|
|
143
143
|
):
|
|
144
144
|
"""Copy constraint to other selected objects/bones
|
|
145
145
|
|
|
146
|
-
:type override_context: dict[str, typing.Any] |
|
|
147
|
-
:type execution_context:
|
|
146
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
147
|
+
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param constraint: Constraint, Name of the constraint to edit
|
|
150
150
|
:type constraint: str | typing.Any
|
|
@@ -161,8 +161,8 @@ def copy_to_selected(
|
|
|
161
161
|
...
|
|
162
162
|
|
|
163
163
|
def delete(
|
|
164
|
-
override_context: dict[str, typing.Any] |
|
|
165
|
-
execution_context:
|
|
164
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
165
|
+
execution_context: int | str | None = None,
|
|
166
166
|
undo: bool | None = None,
|
|
167
167
|
*,
|
|
168
168
|
constraint: str | typing.Any = "",
|
|
@@ -171,8 +171,8 @@ def delete(
|
|
|
171
171
|
):
|
|
172
172
|
"""Remove constraint from constraint stack
|
|
173
173
|
|
|
174
|
-
:type override_context: dict[str, typing.Any] |
|
|
175
|
-
:type execution_context:
|
|
174
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
175
|
+
:type execution_context: int | str | None
|
|
176
176
|
:type undo: bool | None
|
|
177
177
|
:param constraint: Constraint, Name of the constraint to edit
|
|
178
178
|
:type constraint: str | typing.Any
|
|
@@ -191,22 +191,22 @@ def delete(
|
|
|
191
191
|
...
|
|
192
192
|
|
|
193
193
|
def disable_keep_transform(
|
|
194
|
-
override_context: dict[str, typing.Any] |
|
|
195
|
-
execution_context:
|
|
194
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
195
|
+
execution_context: int | str | None = None,
|
|
196
196
|
undo: bool | None = None,
|
|
197
197
|
):
|
|
198
198
|
"""Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
|
|
199
199
|
|
|
200
|
-
:type override_context: dict[str, typing.Any] |
|
|
201
|
-
:type execution_context:
|
|
200
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
201
|
+
:type execution_context: int | str | None
|
|
202
202
|
:type undo: bool | None
|
|
203
203
|
"""
|
|
204
204
|
|
|
205
205
|
...
|
|
206
206
|
|
|
207
207
|
def followpath_path_animate(
|
|
208
|
-
override_context: dict[str, typing.Any] |
|
|
209
|
-
execution_context:
|
|
208
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
209
|
+
execution_context: int | str | None = None,
|
|
210
210
|
undo: bool | None = None,
|
|
211
211
|
*,
|
|
212
212
|
constraint: str | typing.Any = "",
|
|
@@ -216,8 +216,8 @@ def followpath_path_animate(
|
|
|
216
216
|
):
|
|
217
217
|
"""Add default animation for path used by constraint if it isn't animated already
|
|
218
218
|
|
|
219
|
-
:type override_context: dict[str, typing.Any] |
|
|
220
|
-
:type execution_context:
|
|
219
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
220
|
+
:type execution_context: int | str | None
|
|
221
221
|
:type undo: bool | None
|
|
222
222
|
:param constraint: Constraint, Name of the constraint to edit
|
|
223
223
|
:type constraint: str | typing.Any
|
|
@@ -238,8 +238,8 @@ def followpath_path_animate(
|
|
|
238
238
|
...
|
|
239
239
|
|
|
240
240
|
def limitdistance_reset(
|
|
241
|
-
override_context: dict[str, typing.Any] |
|
|
242
|
-
execution_context:
|
|
241
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
242
|
+
execution_context: int | str | None = None,
|
|
243
243
|
undo: bool | None = None,
|
|
244
244
|
*,
|
|
245
245
|
constraint: str | typing.Any = "",
|
|
@@ -247,8 +247,8 @@ def limitdistance_reset(
|
|
|
247
247
|
):
|
|
248
248
|
"""Reset limiting distance for Limit Distance Constraint
|
|
249
249
|
|
|
250
|
-
:type override_context: dict[str, typing.Any] |
|
|
251
|
-
:type execution_context:
|
|
250
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
251
|
+
:type execution_context: int | str | None
|
|
252
252
|
:type undo: bool | None
|
|
253
253
|
:param constraint: Constraint, Name of the constraint to edit
|
|
254
254
|
:type constraint: str | typing.Any
|
|
@@ -265,8 +265,8 @@ def limitdistance_reset(
|
|
|
265
265
|
...
|
|
266
266
|
|
|
267
267
|
def move_down(
|
|
268
|
-
override_context: dict[str, typing.Any] |
|
|
269
|
-
execution_context:
|
|
268
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
269
|
+
execution_context: int | str | None = None,
|
|
270
270
|
undo: bool | None = None,
|
|
271
271
|
*,
|
|
272
272
|
constraint: str | typing.Any = "",
|
|
@@ -274,8 +274,8 @@ def move_down(
|
|
|
274
274
|
):
|
|
275
275
|
"""Move constraint down in constraint stack
|
|
276
276
|
|
|
277
|
-
:type override_context: dict[str, typing.Any] |
|
|
278
|
-
:type execution_context:
|
|
277
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
278
|
+
:type execution_context: int | str | None
|
|
279
279
|
:type undo: bool | None
|
|
280
280
|
:param constraint: Constraint, Name of the constraint to edit
|
|
281
281
|
:type constraint: str | typing.Any
|
|
@@ -292,8 +292,8 @@ def move_down(
|
|
|
292
292
|
...
|
|
293
293
|
|
|
294
294
|
def move_to_index(
|
|
295
|
-
override_context: dict[str, typing.Any] |
|
|
296
|
-
execution_context:
|
|
295
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
296
|
+
execution_context: int | str | None = None,
|
|
297
297
|
undo: bool | None = None,
|
|
298
298
|
*,
|
|
299
299
|
constraint: str | typing.Any = "",
|
|
@@ -302,8 +302,8 @@ def move_to_index(
|
|
|
302
302
|
):
|
|
303
303
|
"""Change the constraint's position in the list so it evaluates after the set number of others
|
|
304
304
|
|
|
305
|
-
:type override_context: dict[str, typing.Any] |
|
|
306
|
-
:type execution_context:
|
|
305
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
306
|
+
:type execution_context: int | str | None
|
|
307
307
|
:type undo: bool | None
|
|
308
308
|
:param constraint: Constraint, Name of the constraint to edit
|
|
309
309
|
:type constraint: str | typing.Any
|
|
@@ -322,8 +322,8 @@ def move_to_index(
|
|
|
322
322
|
...
|
|
323
323
|
|
|
324
324
|
def move_up(
|
|
325
|
-
override_context: dict[str, typing.Any] |
|
|
326
|
-
execution_context:
|
|
325
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
326
|
+
execution_context: int | str | None = None,
|
|
327
327
|
undo: bool | None = None,
|
|
328
328
|
*,
|
|
329
329
|
constraint: str | typing.Any = "",
|
|
@@ -331,8 +331,8 @@ def move_up(
|
|
|
331
331
|
):
|
|
332
332
|
"""Move constraint up in constraint stack
|
|
333
333
|
|
|
334
|
-
:type override_context: dict[str, typing.Any] |
|
|
335
|
-
:type execution_context:
|
|
334
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
335
|
+
:type execution_context: int | str | None
|
|
336
336
|
:type undo: bool | None
|
|
337
337
|
:param constraint: Constraint, Name of the constraint to edit
|
|
338
338
|
:type constraint: str | typing.Any
|
|
@@ -349,22 +349,22 @@ def move_up(
|
|
|
349
349
|
...
|
|
350
350
|
|
|
351
351
|
def normalize_target_weights(
|
|
352
|
-
override_context: dict[str, typing.Any] |
|
|
353
|
-
execution_context:
|
|
352
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
353
|
+
execution_context: int | str | None = None,
|
|
354
354
|
undo: bool | None = None,
|
|
355
355
|
):
|
|
356
356
|
"""Normalize weights of all target bones
|
|
357
357
|
|
|
358
|
-
:type override_context: dict[str, typing.Any] |
|
|
359
|
-
:type execution_context:
|
|
358
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
359
|
+
:type execution_context: int | str | None
|
|
360
360
|
:type undo: bool | None
|
|
361
361
|
"""
|
|
362
362
|
|
|
363
363
|
...
|
|
364
364
|
|
|
365
365
|
def objectsolver_clear_inverse(
|
|
366
|
-
override_context: dict[str, typing.Any] |
|
|
367
|
-
execution_context:
|
|
366
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
367
|
+
execution_context: int | str | None = None,
|
|
368
368
|
undo: bool | None = None,
|
|
369
369
|
*,
|
|
370
370
|
constraint: str | typing.Any = "",
|
|
@@ -372,8 +372,8 @@ def objectsolver_clear_inverse(
|
|
|
372
372
|
):
|
|
373
373
|
"""Clear inverse correction for Object Solver constraint
|
|
374
374
|
|
|
375
|
-
:type override_context: dict[str, typing.Any] |
|
|
376
|
-
:type execution_context:
|
|
375
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
376
|
+
:type execution_context: int | str | None
|
|
377
377
|
:type undo: bool | None
|
|
378
378
|
:param constraint: Constraint, Name of the constraint to edit
|
|
379
379
|
:type constraint: str | typing.Any
|
|
@@ -390,8 +390,8 @@ def objectsolver_clear_inverse(
|
|
|
390
390
|
...
|
|
391
391
|
|
|
392
392
|
def objectsolver_set_inverse(
|
|
393
|
-
override_context: dict[str, typing.Any] |
|
|
394
|
-
execution_context:
|
|
393
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
394
|
+
execution_context: int | str | None = None,
|
|
395
395
|
undo: bool | None = None,
|
|
396
396
|
*,
|
|
397
397
|
constraint: str | typing.Any = "",
|
|
@@ -399,8 +399,8 @@ def objectsolver_set_inverse(
|
|
|
399
399
|
):
|
|
400
400
|
"""Set inverse correction for Object Solver constraint
|
|
401
401
|
|
|
402
|
-
:type override_context: dict[str, typing.Any] |
|
|
403
|
-
:type execution_context:
|
|
402
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
403
|
+
:type execution_context: int | str | None
|
|
404
404
|
:type undo: bool | None
|
|
405
405
|
:param constraint: Constraint, Name of the constraint to edit
|
|
406
406
|
:type constraint: str | typing.Any
|
|
@@ -417,16 +417,16 @@ def objectsolver_set_inverse(
|
|
|
417
417
|
...
|
|
418
418
|
|
|
419
419
|
def remove_target(
|
|
420
|
-
override_context: dict[str, typing.Any] |
|
|
421
|
-
execution_context:
|
|
420
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
421
|
+
execution_context: int | str | None = None,
|
|
422
422
|
undo: bool | None = None,
|
|
423
423
|
*,
|
|
424
424
|
index: typing.Any | None = 0,
|
|
425
425
|
):
|
|
426
426
|
"""Remove the target from the constraint
|
|
427
427
|
|
|
428
|
-
:type override_context: dict[str, typing.Any] |
|
|
429
|
-
:type execution_context:
|
|
428
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
429
|
+
:type execution_context: int | str | None
|
|
430
430
|
:type undo: bool | None
|
|
431
431
|
:param index: index
|
|
432
432
|
:type index: typing.Any | None
|
|
@@ -435,8 +435,8 @@ def remove_target(
|
|
|
435
435
|
...
|
|
436
436
|
|
|
437
437
|
def stretchto_reset(
|
|
438
|
-
override_context: dict[str, typing.Any] |
|
|
439
|
-
execution_context:
|
|
438
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
439
|
+
execution_context: int | str | None = None,
|
|
440
440
|
undo: bool | None = None,
|
|
441
441
|
*,
|
|
442
442
|
constraint: str | typing.Any = "",
|
|
@@ -444,8 +444,8 @@ def stretchto_reset(
|
|
|
444
444
|
):
|
|
445
445
|
"""Reset original length of bone for Stretch To Constraint
|
|
446
446
|
|
|
447
|
-
:type override_context: dict[str, typing.Any] |
|
|
448
|
-
:type execution_context:
|
|
447
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
448
|
+
:type execution_context: int | str | None
|
|
449
449
|
:type undo: bool | None
|
|
450
450
|
:param constraint: Constraint, Name of the constraint to edit
|
|
451
451
|
:type constraint: str | typing.Any
|