fake-bpy-module 20241207__py3-none-any.whl → 20241209__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.
- addon_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +5 -2
- bl_console_utils/autocomplete/complete_import/__init__.pyi +6 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +8 -2
- blf/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +110 -53
- bmesh/types/__init__.pyi +18 -10
- bmesh/utils/__init__.pyi +14 -4
- bpy/app/icons/__init__.pyi +4 -1
- bpy/app/translations/__init__.pyi +4 -1
- bpy/msgbus/__init__.pyi +8 -5
- bpy/ops/action/__init__.pyi +38 -138
- bpy/ops/anim/__init__.pyi +61 -179
- bpy/ops/armature/__init__.pyi +48 -147
- bpy/ops/asset/__init__.pyi +16 -71
- bpy/ops/boid/__init__.pyi +8 -41
- bpy/ops/brush/__init__.pyi +13 -39
- bpy/ops/buttons/__init__.pyi +6 -29
- bpy/ops/cachefile/__init__.pyi +5 -19
- bpy/ops/camera/__init__.pyi +2 -5
- bpy/ops/clip/__init__.pyi +92 -290
- bpy/ops/cloth/__init__.pyi +1 -3
- bpy/ops/collection/__init__.pyi +9 -25
- bpy/ops/console/__init__.pyi +21 -79
- bpy/ops/constraint/__init__.pyi +18 -45
- bpy/ops/curve/__init__.pyi +51 -180
- bpy/ops/curves/__init__.pyi +28 -100
- bpy/ops/cycles/__init__.pyi +3 -9
- bpy/ops/dpaint/__init__.pyi +5 -19
- bpy/ops/ed/__init__.pyi +12 -53
- bpy/ops/export_anim/__init__.pyi +1 -3
- bpy/ops/export_scene/__init__.pyi +2 -5
- bpy/ops/extensions/__init__.pyi +34 -110
- bpy/ops/file/__init__.pyi +40 -167
- bpy/ops/fluid/__init__.pyi +14 -77
- bpy/ops/font/__init__.pyi +23 -85
- bpy/ops/geometry/__init__.pyi +10 -27
- bpy/ops/gizmogroup/__init__.pyi +2 -9
- bpy/ops/gpencil/__init__.pyi +8 -32
- bpy/ops/graph/__init__.pyi +65 -184
- bpy/ops/grease_pencil/__init__.pyi +108 -290
- bpy/ops/image/__init__.pyi +49 -154
- bpy/ops/import_anim/__init__.pyi +1 -3
- bpy/ops/import_curve/__init__.pyi +1 -3
- bpy/ops/import_scene/__init__.pyi +2 -4
- bpy/ops/info/__init__.pyi +7 -29
- bpy/ops/lattice/__init__.pyi +8 -29
- bpy/ops/marker/__init__.pyi +11 -31
- bpy/ops/mask/__init__.pyi +39 -132
- bpy/ops/material/__init__.pyi +3 -19
- bpy/ops/mball/__init__.pyi +8 -19
- bpy/ops/mesh/__init__.pyi +164 -401
- bpy/ops/nla/__init__.pyi +39 -147
- bpy/ops/node/__init__.pyi +115 -390
- bpy/ops/object/__init__.pyi +237 -630
- bpy/ops/outliner/__init__.pyi +71 -263
- bpy/ops/paint/__init__.pyi +54 -140
- bpy/ops/paintcurve/__init__.pyi +8 -33
- bpy/ops/palette/__init__.pyi +7 -27
- bpy/ops/particle/__init__.pyi +36 -134
- bpy/ops/pose/__init__.pyi +51 -169
- bpy/ops/poselib/__init__.pyi +9 -33
- bpy/ops/preferences/__init__.pyi +35 -94
- bpy/ops/ptcache/__init__.pyi +7 -33
- bpy/ops/render/__init__.pyi +13 -37
- bpy/ops/rigidbody/__init__.pyi +13 -45
- bpy/ops/scene/__init__.pyi +37 -121
- bpy/ops/screen/__init__.pyi +39 -137
- bpy/ops/script/__init__.pyi +3 -11
- bpy/ops/sculpt/__init__.pyi +37 -94
- bpy/ops/sculpt_curves/__init__.pyi +4 -10
- bpy/ops/sequencer/__init__.pyi +89 -284
- bpy/ops/sound/__init__.pyi +7 -23
- bpy/ops/spreadsheet/__init__.pyi +4 -15
- bpy/ops/surface/__init__.pyi +6 -13
- bpy/ops/text/__init__.pyi +43 -175
- bpy/ops/text_editor/__init__.pyi +1 -3
- bpy/ops/texture/__init__.pyi +4 -21
- bpy/ops/transform/__init__.pyi +27 -61
- bpy/ops/ui/__init__.pyi +34 -117
- bpy/ops/uilist/__init__.pyi +3 -7
- bpy/ops/uv/__init__.pyi +49 -134
- bpy/ops/view2d/__init__.pyi +14 -39
- bpy/ops/view3d/__init__.pyi +67 -232
- bpy/ops/wm/__init__.pyi +114 -298
- bpy/ops/workspace/__init__.pyi +7 -33
- bpy/ops/world/__init__.pyi +2 -11
- bpy/path/__init__.pyi +4 -2
- bpy/types/__init__.pyi +68 -32
- bpy/utils/__init__.pyi +18 -9
- bpy_extras/bmesh_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +7 -2
- bpy_extras/mesh_utils/__init__.pyi +19 -7
- bpy_extras/view3d_utils/__init__.pyi +2 -2
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +115 -115
- freestyle/functions/__init__.pyi +16 -4
- freestyle/types/__init__.pyi +60 -23
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- gpu/capabilities/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +2 -2
- gpu_extras/batch/__init__.pyi +6 -3
- idprop/types/__init__.pyi +4 -3
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +25 -14
- mathutils/bvhtree/__init__.pyi +8 -7
- mathutils/geometry/__init__.pyi +38 -17
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +11 -6
- mathutils/noise/__init__.pyi +2 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -7,16 +7,15 @@ import bpy.types
|
|
|
7
7
|
import bpy.typing
|
|
8
8
|
|
|
9
9
|
def add_collection(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
10
|
execution_context: int | str | None = None,
|
|
12
11
|
undo: bool | None = None,
|
|
12
|
+
/,
|
|
13
13
|
*,
|
|
14
14
|
name: str = "",
|
|
15
15
|
session_uid: int | None = 0,
|
|
16
16
|
):
|
|
17
17
|
"""Add a collection info node to the current node editor
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
20
19
|
:type execution_context: int | str | None
|
|
21
20
|
:type undo: bool | None
|
|
22
21
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -26,9 +25,9 @@ def add_collection(
|
|
|
26
25
|
"""
|
|
27
26
|
|
|
28
27
|
def add_file(
|
|
29
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
30
28
|
execution_context: int | str | None = None,
|
|
31
29
|
undo: bool | None = None,
|
|
30
|
+
/,
|
|
32
31
|
*,
|
|
33
32
|
filepath: str = "",
|
|
34
33
|
directory: str = "",
|
|
@@ -75,7 +74,6 @@ def add_file(
|
|
|
75
74
|
):
|
|
76
75
|
"""Add a file node to the current node editor
|
|
77
76
|
|
|
78
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
79
77
|
:type execution_context: int | str | None
|
|
80
78
|
:type undo: bool | None
|
|
81
79
|
:param filepath: File Path, Path to file
|
|
@@ -171,9 +169,9 @@ def add_file(
|
|
|
171
169
|
"""
|
|
172
170
|
|
|
173
171
|
def add_foreach_geometry_element_zone(
|
|
174
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
175
172
|
execution_context: int | str | None = None,
|
|
176
173
|
undo: bool | None = None,
|
|
174
|
+
/,
|
|
177
175
|
*,
|
|
178
176
|
use_transform: bool | None = False,
|
|
179
177
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
@@ -182,7 +180,6 @@ def add_foreach_geometry_element_zone(
|
|
|
182
180
|
):
|
|
183
181
|
"""Add a For Each Geometry Element zone that allows executing nodes e.g. for each vertex separately
|
|
184
182
|
|
|
185
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
186
183
|
:type execution_context: int | str | None
|
|
187
184
|
:type undo: bool | None
|
|
188
185
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
@@ -194,9 +191,9 @@ def add_foreach_geometry_element_zone(
|
|
|
194
191
|
"""
|
|
195
192
|
|
|
196
193
|
def add_group(
|
|
197
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
198
194
|
execution_context: int | str | None = None,
|
|
199
195
|
undo: bool | None = None,
|
|
196
|
+
/,
|
|
200
197
|
*,
|
|
201
198
|
name: str = "",
|
|
202
199
|
session_uid: int | None = 0,
|
|
@@ -204,7 +201,6 @@ def add_group(
|
|
|
204
201
|
):
|
|
205
202
|
"""Add an existing node group to the current node editor
|
|
206
203
|
|
|
207
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
208
204
|
:type execution_context: int | str | None
|
|
209
205
|
:type undo: bool | None
|
|
210
206
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -216,9 +212,9 @@ def add_group(
|
|
|
216
212
|
"""
|
|
217
213
|
|
|
218
214
|
def add_group_asset(
|
|
219
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
220
215
|
execution_context: int | str | None = None,
|
|
221
216
|
undo: bool | None = None,
|
|
217
|
+
/,
|
|
222
218
|
*,
|
|
223
219
|
asset_library_type: bpy.typing.AssetLibraryTypeItems | None = "LOCAL",
|
|
224
220
|
asset_library_identifier: str = "",
|
|
@@ -226,7 +222,6 @@ def add_group_asset(
|
|
|
226
222
|
):
|
|
227
223
|
"""Add a node group asset to the active node tree
|
|
228
224
|
|
|
229
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
230
225
|
:type execution_context: int | str | None
|
|
231
226
|
:type undo: bool | None
|
|
232
227
|
:param asset_library_type: Asset Library Type
|
|
@@ -238,16 +233,15 @@ def add_group_asset(
|
|
|
238
233
|
"""
|
|
239
234
|
|
|
240
235
|
def add_mask(
|
|
241
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
242
236
|
execution_context: int | str | None = None,
|
|
243
237
|
undo: bool | None = None,
|
|
238
|
+
/,
|
|
244
239
|
*,
|
|
245
240
|
name: str = "",
|
|
246
241
|
session_uid: int | None = 0,
|
|
247
242
|
):
|
|
248
243
|
"""Add a mask node to the current node editor
|
|
249
244
|
|
|
250
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
251
245
|
:type execution_context: int | str | None
|
|
252
246
|
:type undo: bool | None
|
|
253
247
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -257,16 +251,15 @@ def add_mask(
|
|
|
257
251
|
"""
|
|
258
252
|
|
|
259
253
|
def add_material(
|
|
260
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
261
254
|
execution_context: int | str | None = None,
|
|
262
255
|
undo: bool | None = None,
|
|
256
|
+
/,
|
|
263
257
|
*,
|
|
264
258
|
name: str = "",
|
|
265
259
|
session_uid: int | None = 0,
|
|
266
260
|
):
|
|
267
261
|
"""Add a material node to the current node editor
|
|
268
262
|
|
|
269
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
270
263
|
:type execution_context: int | str | None
|
|
271
264
|
:type undo: bool | None
|
|
272
265
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -276,9 +269,9 @@ def add_material(
|
|
|
276
269
|
"""
|
|
277
270
|
|
|
278
271
|
def add_node(
|
|
279
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
280
272
|
execution_context: int | str | None = None,
|
|
281
273
|
undo: bool | None = None,
|
|
274
|
+
/,
|
|
282
275
|
*,
|
|
283
276
|
use_transform: bool | None = False,
|
|
284
277
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
@@ -287,7 +280,6 @@ def add_node(
|
|
|
287
280
|
):
|
|
288
281
|
"""Add a node to the active tree
|
|
289
282
|
|
|
290
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
291
283
|
:type execution_context: int | str | None
|
|
292
284
|
:type undo: bool | None
|
|
293
285
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
@@ -299,16 +291,15 @@ def add_node(
|
|
|
299
291
|
"""
|
|
300
292
|
|
|
301
293
|
def add_object(
|
|
302
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
303
294
|
execution_context: int | str | None = None,
|
|
304
295
|
undo: bool | None = None,
|
|
296
|
+
/,
|
|
305
297
|
*,
|
|
306
298
|
name: str = "",
|
|
307
299
|
session_uid: int | None = 0,
|
|
308
300
|
):
|
|
309
301
|
"""Add an object info node to the current node editor
|
|
310
302
|
|
|
311
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
312
303
|
:type execution_context: int | str | None
|
|
313
304
|
:type undo: bool | None
|
|
314
305
|
:param name: Name, Name of the data-block to use by the operator
|
|
@@ -318,9 +309,9 @@ def add_object(
|
|
|
318
309
|
"""
|
|
319
310
|
|
|
320
311
|
def add_repeat_zone(
|
|
321
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
322
312
|
execution_context: int | str | None = None,
|
|
323
313
|
undo: bool | None = None,
|
|
314
|
+
/,
|
|
324
315
|
*,
|
|
325
316
|
use_transform: bool | None = False,
|
|
326
317
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
@@ -329,7 +320,6 @@ def add_repeat_zone(
|
|
|
329
320
|
):
|
|
330
321
|
"""Add a repeat zone that allows executing nodes a dynamic number of times
|
|
331
322
|
|
|
332
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
333
323
|
:type execution_context: int | str | None
|
|
334
324
|
:type undo: bool | None
|
|
335
325
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
@@ -341,16 +331,15 @@ def add_repeat_zone(
|
|
|
341
331
|
"""
|
|
342
332
|
|
|
343
333
|
def add_reroute(
|
|
344
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
345
334
|
execution_context: int | str | None = None,
|
|
346
335
|
undo: bool | None = None,
|
|
336
|
+
/,
|
|
347
337
|
*,
|
|
348
338
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
349
339
|
cursor: int | None = 11,
|
|
350
340
|
):
|
|
351
341
|
"""Add a reroute node
|
|
352
342
|
|
|
353
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
354
343
|
:type execution_context: int | str | None
|
|
355
344
|
:type undo: bool | None
|
|
356
345
|
:param path: Path
|
|
@@ -360,9 +349,9 @@ def add_reroute(
|
|
|
360
349
|
"""
|
|
361
350
|
|
|
362
351
|
def add_simulation_zone(
|
|
363
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
364
352
|
execution_context: int | str | None = None,
|
|
365
353
|
undo: bool | None = None,
|
|
354
|
+
/,
|
|
366
355
|
*,
|
|
367
356
|
use_transform: bool | None = False,
|
|
368
357
|
settings: bpy.types.bpy_prop_collection[bl_operators.node.NodeSetting]
|
|
@@ -371,7 +360,6 @@ def add_simulation_zone(
|
|
|
371
360
|
):
|
|
372
361
|
"""Add simulation zone input and output nodes to the active tree
|
|
373
362
|
|
|
374
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
375
363
|
:type execution_context: int | str | None
|
|
376
364
|
:type undo: bool | None
|
|
377
365
|
:param use_transform: Use Transform, Start transform operator after inserting the node
|
|
@@ -382,64 +370,47 @@ def add_simulation_zone(
|
|
|
382
370
|
:type offset: collections.abc.Iterable[float] | None
|
|
383
371
|
"""
|
|
384
372
|
|
|
385
|
-
def attach(
|
|
386
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
387
|
-
execution_context: int | str | None = None,
|
|
388
|
-
undo: bool | None = None,
|
|
389
|
-
):
|
|
373
|
+
def attach(execution_context: int | str | None = None, undo: bool | None = None):
|
|
390
374
|
"""Attach active node to a frame
|
|
391
375
|
|
|
392
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
393
376
|
:type execution_context: int | str | None
|
|
394
377
|
:type undo: bool | None
|
|
395
378
|
"""
|
|
396
379
|
|
|
397
|
-
def backimage_fit(
|
|
398
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
399
|
-
execution_context: int | str | None = None,
|
|
400
|
-
undo: bool | None = None,
|
|
401
|
-
):
|
|
380
|
+
def backimage_fit(execution_context: int | str | None = None, undo: bool | None = None):
|
|
402
381
|
"""Fit the background image to the view
|
|
403
382
|
|
|
404
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
405
383
|
:type execution_context: int | str | None
|
|
406
384
|
:type undo: bool | None
|
|
407
385
|
"""
|
|
408
386
|
|
|
409
387
|
def backimage_move(
|
|
410
|
-
|
|
411
|
-
execution_context: int | str | None = None,
|
|
412
|
-
undo: bool | None = None,
|
|
388
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
413
389
|
):
|
|
414
390
|
"""Move node backdrop
|
|
415
391
|
|
|
416
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
417
392
|
:type execution_context: int | str | None
|
|
418
393
|
:type undo: bool | None
|
|
419
394
|
"""
|
|
420
395
|
|
|
421
396
|
def backimage_sample(
|
|
422
|
-
|
|
423
|
-
execution_context: int | str | None = None,
|
|
424
|
-
undo: bool | None = None,
|
|
397
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
425
398
|
):
|
|
426
399
|
"""Use mouse to sample background image
|
|
427
400
|
|
|
428
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
429
401
|
:type execution_context: int | str | None
|
|
430
402
|
:type undo: bool | None
|
|
431
403
|
"""
|
|
432
404
|
|
|
433
405
|
def backimage_zoom(
|
|
434
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
435
406
|
execution_context: int | str | None = None,
|
|
436
407
|
undo: bool | None = None,
|
|
408
|
+
/,
|
|
437
409
|
*,
|
|
438
410
|
factor: float | None = 1.2,
|
|
439
411
|
):
|
|
440
412
|
"""Zoom in/out the background image
|
|
441
413
|
|
|
442
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
443
414
|
:type execution_context: int | str | None
|
|
444
415
|
:type undo: bool | None
|
|
445
416
|
:param factor: Factor
|
|
@@ -447,27 +418,23 @@ def backimage_zoom(
|
|
|
447
418
|
"""
|
|
448
419
|
|
|
449
420
|
def bake_node_item_add(
|
|
450
|
-
|
|
451
|
-
execution_context: int | str | None = None,
|
|
452
|
-
undo: bool | None = None,
|
|
421
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
453
422
|
):
|
|
454
423
|
"""Add item below active item
|
|
455
424
|
|
|
456
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
457
425
|
:type execution_context: int | str | None
|
|
458
426
|
:type undo: bool | None
|
|
459
427
|
"""
|
|
460
428
|
|
|
461
429
|
def bake_node_item_move(
|
|
462
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
463
430
|
execution_context: int | str | None = None,
|
|
464
431
|
undo: bool | None = None,
|
|
432
|
+
/,
|
|
465
433
|
*,
|
|
466
434
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
467
435
|
):
|
|
468
436
|
"""Move active item
|
|
469
437
|
|
|
470
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
471
438
|
:type execution_context: int | str | None
|
|
472
439
|
:type undo: bool | None
|
|
473
440
|
:param direction: Direction, Move direction
|
|
@@ -475,39 +442,32 @@ def bake_node_item_move(
|
|
|
475
442
|
"""
|
|
476
443
|
|
|
477
444
|
def bake_node_item_remove(
|
|
478
|
-
|
|
479
|
-
execution_context: int | str | None = None,
|
|
480
|
-
undo: bool | None = None,
|
|
445
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
481
446
|
):
|
|
482
447
|
"""Remove active item
|
|
483
448
|
|
|
484
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
485
449
|
:type execution_context: int | str | None
|
|
486
450
|
:type undo: bool | None
|
|
487
451
|
"""
|
|
488
452
|
|
|
489
453
|
def capture_attribute_item_add(
|
|
490
|
-
|
|
491
|
-
execution_context: int | str | None = None,
|
|
492
|
-
undo: bool | None = None,
|
|
454
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
493
455
|
):
|
|
494
456
|
"""Add item below active item
|
|
495
457
|
|
|
496
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
497
458
|
:type execution_context: int | str | None
|
|
498
459
|
:type undo: bool | None
|
|
499
460
|
"""
|
|
500
461
|
|
|
501
462
|
def capture_attribute_item_move(
|
|
502
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
503
463
|
execution_context: int | str | None = None,
|
|
504
464
|
undo: bool | None = None,
|
|
465
|
+
/,
|
|
505
466
|
*,
|
|
506
467
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
507
468
|
):
|
|
508
469
|
"""Move active item
|
|
509
470
|
|
|
510
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
511
471
|
:type execution_context: int | str | None
|
|
512
472
|
:type undo: bool | None
|
|
513
473
|
:param direction: Direction, Move direction
|
|
@@ -515,51 +475,41 @@ def capture_attribute_item_move(
|
|
|
515
475
|
"""
|
|
516
476
|
|
|
517
477
|
def capture_attribute_item_remove(
|
|
518
|
-
|
|
519
|
-
execution_context: int | str | None = None,
|
|
520
|
-
undo: bool | None = None,
|
|
478
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
521
479
|
):
|
|
522
480
|
"""Remove active item
|
|
523
481
|
|
|
524
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
525
482
|
:type execution_context: int | str | None
|
|
526
483
|
:type undo: bool | None
|
|
527
484
|
"""
|
|
528
485
|
|
|
529
486
|
def clear_viewer_border(
|
|
530
|
-
|
|
531
|
-
execution_context: int | str | None = None,
|
|
532
|
-
undo: bool | None = None,
|
|
487
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
533
488
|
):
|
|
534
489
|
"""Clear the boundaries for viewer operations
|
|
535
490
|
|
|
536
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
537
491
|
:type execution_context: int | str | None
|
|
538
492
|
:type undo: bool | None
|
|
539
493
|
"""
|
|
540
494
|
|
|
541
495
|
def clipboard_copy(
|
|
542
|
-
|
|
543
|
-
execution_context: int | str | None = None,
|
|
544
|
-
undo: bool | None = None,
|
|
496
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
545
497
|
):
|
|
546
498
|
"""Copy the selected nodes to the internal clipboard
|
|
547
499
|
|
|
548
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
549
500
|
:type execution_context: int | str | None
|
|
550
501
|
:type undo: bool | None
|
|
551
502
|
"""
|
|
552
503
|
|
|
553
504
|
def clipboard_paste(
|
|
554
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
555
505
|
execution_context: int | str | None = None,
|
|
556
506
|
undo: bool | None = None,
|
|
507
|
+
/,
|
|
557
508
|
*,
|
|
558
509
|
offset: collections.abc.Iterable[float] | None = (0.0, 0.0),
|
|
559
510
|
):
|
|
560
511
|
"""Paste nodes from the internal clipboard to the active node tree
|
|
561
512
|
|
|
562
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
563
513
|
:type execution_context: int | str | None
|
|
564
514
|
:type undo: bool | None
|
|
565
515
|
:param offset: Location, The 2D view location for the center of the new nodes, or unchanged if not set
|
|
@@ -567,27 +517,23 @@ def clipboard_paste(
|
|
|
567
517
|
"""
|
|
568
518
|
|
|
569
519
|
def collapse_hide_unused_toggle(
|
|
570
|
-
|
|
571
|
-
execution_context: int | str | None = None,
|
|
572
|
-
undo: bool | None = None,
|
|
520
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
573
521
|
):
|
|
574
522
|
"""Toggle collapsed nodes and hide unused sockets
|
|
575
523
|
|
|
576
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
577
524
|
:type execution_context: int | str | None
|
|
578
525
|
:type undo: bool | None
|
|
579
526
|
"""
|
|
580
527
|
|
|
581
528
|
def connect_to_output(
|
|
582
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
583
529
|
execution_context: int | str | None = None,
|
|
584
530
|
undo: bool | None = None,
|
|
531
|
+
/,
|
|
585
532
|
*,
|
|
586
533
|
run_in_geometry_nodes: bool | None = True,
|
|
587
534
|
):
|
|
588
535
|
"""Connect active node to the active output node of the node tree
|
|
589
536
|
|
|
590
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
591
537
|
:type execution_context: int | str | None
|
|
592
538
|
:type undo: bool | None
|
|
593
539
|
:param run_in_geometry_nodes: Run in Geometry Nodes Editor
|
|
@@ -595,93 +541,68 @@ def connect_to_output(
|
|
|
595
541
|
"""
|
|
596
542
|
|
|
597
543
|
def cryptomatte_layer_add(
|
|
598
|
-
|
|
599
|
-
execution_context: int | str | None = None,
|
|
600
|
-
undo: bool | None = None,
|
|
544
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
601
545
|
):
|
|
602
546
|
"""Add a new input layer to a Cryptomatte node
|
|
603
547
|
|
|
604
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
605
548
|
:type execution_context: int | str | None
|
|
606
549
|
:type undo: bool | None
|
|
607
550
|
"""
|
|
608
551
|
|
|
609
552
|
def cryptomatte_layer_remove(
|
|
610
|
-
|
|
611
|
-
execution_context: int | str | None = None,
|
|
612
|
-
undo: bool | None = None,
|
|
553
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
613
554
|
):
|
|
614
555
|
"""Remove layer from a Cryptomatte node
|
|
615
556
|
|
|
616
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
617
557
|
:type execution_context: int | str | None
|
|
618
558
|
:type undo: bool | None
|
|
619
559
|
"""
|
|
620
560
|
|
|
621
561
|
def deactivate_viewer(
|
|
622
|
-
|
|
623
|
-
execution_context: int | str | None = None,
|
|
624
|
-
undo: bool | None = None,
|
|
562
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
625
563
|
):
|
|
626
564
|
"""Deactivate selected viewer node in geometry nodes
|
|
627
565
|
|
|
628
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
629
566
|
:type execution_context: int | str | None
|
|
630
567
|
:type undo: bool | None
|
|
631
568
|
"""
|
|
632
569
|
|
|
633
570
|
def default_group_width_set(
|
|
634
|
-
|
|
635
|
-
execution_context: int | str | None = None,
|
|
636
|
-
undo: bool | None = None,
|
|
571
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
637
572
|
):
|
|
638
573
|
"""Set the width based on the parent group node in the current context
|
|
639
574
|
|
|
640
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
641
575
|
:type execution_context: int | str | None
|
|
642
576
|
:type undo: bool | None
|
|
643
577
|
"""
|
|
644
578
|
|
|
645
|
-
def delete(
|
|
646
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
647
|
-
execution_context: int | str | None = None,
|
|
648
|
-
undo: bool | None = None,
|
|
649
|
-
):
|
|
579
|
+
def delete(execution_context: int | str | None = None, undo: bool | None = None):
|
|
650
580
|
"""Remove selected nodes
|
|
651
581
|
|
|
652
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
653
582
|
:type execution_context: int | str | None
|
|
654
583
|
:type undo: bool | None
|
|
655
584
|
"""
|
|
656
585
|
|
|
657
586
|
def delete_reconnect(
|
|
658
|
-
|
|
659
|
-
execution_context: int | str | None = None,
|
|
660
|
-
undo: bool | None = None,
|
|
587
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
661
588
|
):
|
|
662
589
|
"""Remove nodes and reconnect nodes as if deletion was muted
|
|
663
590
|
|
|
664
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
665
591
|
:type execution_context: int | str | None
|
|
666
592
|
:type undo: bool | None
|
|
667
593
|
"""
|
|
668
594
|
|
|
669
|
-
def detach(
|
|
670
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
671
|
-
execution_context: int | str | None = None,
|
|
672
|
-
undo: bool | None = None,
|
|
673
|
-
):
|
|
595
|
+
def detach(execution_context: int | str | None = None, undo: bool | None = None):
|
|
674
596
|
"""Detach selected nodes from parents
|
|
675
597
|
|
|
676
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
677
598
|
:type execution_context: int | str | None
|
|
678
599
|
:type undo: bool | None
|
|
679
600
|
"""
|
|
680
601
|
|
|
681
602
|
def detach_translate_attach(
|
|
682
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
683
603
|
execution_context: int | str | None = None,
|
|
684
604
|
undo: bool | None = None,
|
|
605
|
+
/,
|
|
685
606
|
*,
|
|
686
607
|
NODE_OT_detach: detach | None = None,
|
|
687
608
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
@@ -689,7 +610,6 @@ def detach_translate_attach(
|
|
|
689
610
|
):
|
|
690
611
|
"""Detach nodes, move and attach to frame
|
|
691
612
|
|
|
692
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
693
613
|
:type execution_context: int | str | None
|
|
694
614
|
:type undo: bool | None
|
|
695
615
|
:param NODE_OT_detach: Detach Nodes, Detach selected nodes from parents
|
|
@@ -701,16 +621,15 @@ def detach_translate_attach(
|
|
|
701
621
|
"""
|
|
702
622
|
|
|
703
623
|
def duplicate(
|
|
704
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
705
624
|
execution_context: int | str | None = None,
|
|
706
625
|
undo: bool | None = None,
|
|
626
|
+
/,
|
|
707
627
|
*,
|
|
708
628
|
keep_inputs: bool | None = False,
|
|
709
629
|
linked: bool | None = True,
|
|
710
630
|
):
|
|
711
631
|
"""Duplicate selected nodes
|
|
712
632
|
|
|
713
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
714
633
|
:type execution_context: int | str | None
|
|
715
634
|
:type undo: bool | None
|
|
716
635
|
:param keep_inputs: Keep Inputs, Keep the input links to duplicated nodes
|
|
@@ -720,16 +639,15 @@ def duplicate(
|
|
|
720
639
|
"""
|
|
721
640
|
|
|
722
641
|
def duplicate_move(
|
|
723
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
724
642
|
execution_context: int | str | None = None,
|
|
725
643
|
undo: bool | None = None,
|
|
644
|
+
/,
|
|
726
645
|
*,
|
|
727
646
|
NODE_OT_duplicate: duplicate | None = None,
|
|
728
647
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
729
648
|
):
|
|
730
649
|
"""Duplicate selected nodes and move them
|
|
731
650
|
|
|
732
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
733
651
|
:type execution_context: int | str | None
|
|
734
652
|
:type undo: bool | None
|
|
735
653
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
@@ -739,16 +657,15 @@ def duplicate_move(
|
|
|
739
657
|
"""
|
|
740
658
|
|
|
741
659
|
def duplicate_move_keep_inputs(
|
|
742
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
743
660
|
execution_context: int | str | None = None,
|
|
744
661
|
undo: bool | None = None,
|
|
662
|
+
/,
|
|
745
663
|
*,
|
|
746
664
|
NODE_OT_duplicate: duplicate | None = None,
|
|
747
665
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
748
666
|
):
|
|
749
667
|
"""Duplicate selected nodes keeping input links and move them
|
|
750
668
|
|
|
751
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
752
669
|
:type execution_context: int | str | None
|
|
753
670
|
:type undo: bool | None
|
|
754
671
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
@@ -758,16 +675,15 @@ def duplicate_move_keep_inputs(
|
|
|
758
675
|
"""
|
|
759
676
|
|
|
760
677
|
def duplicate_move_linked(
|
|
761
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
762
678
|
execution_context: int | str | None = None,
|
|
763
679
|
undo: bool | None = None,
|
|
680
|
+
/,
|
|
764
681
|
*,
|
|
765
682
|
NODE_OT_duplicate: duplicate | None = None,
|
|
766
683
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
767
684
|
):
|
|
768
685
|
"""Duplicate selected nodes, but not their node trees, and move them
|
|
769
686
|
|
|
770
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
771
687
|
:type execution_context: int | str | None
|
|
772
688
|
:type undo: bool | None
|
|
773
689
|
:param NODE_OT_duplicate: Duplicate Nodes, Duplicate selected nodes
|
|
@@ -777,27 +693,23 @@ def duplicate_move_linked(
|
|
|
777
693
|
"""
|
|
778
694
|
|
|
779
695
|
def enum_definition_item_add(
|
|
780
|
-
|
|
781
|
-
execution_context: int | str | None = None,
|
|
782
|
-
undo: bool | None = None,
|
|
696
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
783
697
|
):
|
|
784
698
|
"""Add item below active item
|
|
785
699
|
|
|
786
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
787
700
|
:type execution_context: int | str | None
|
|
788
701
|
:type undo: bool | None
|
|
789
702
|
"""
|
|
790
703
|
|
|
791
704
|
def enum_definition_item_move(
|
|
792
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
793
705
|
execution_context: int | str | None = None,
|
|
794
706
|
undo: bool | None = None,
|
|
707
|
+
/,
|
|
795
708
|
*,
|
|
796
709
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
797
710
|
):
|
|
798
711
|
"""Move active item
|
|
799
712
|
|
|
800
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
801
713
|
:type execution_context: int | str | None
|
|
802
714
|
:type undo: bool | None
|
|
803
715
|
:param direction: Direction, Move direction
|
|
@@ -805,51 +717,39 @@ def enum_definition_item_move(
|
|
|
805
717
|
"""
|
|
806
718
|
|
|
807
719
|
def enum_definition_item_remove(
|
|
808
|
-
|
|
809
|
-
execution_context: int | str | None = None,
|
|
810
|
-
undo: bool | None = None,
|
|
720
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
811
721
|
):
|
|
812
722
|
"""Remove active item
|
|
813
723
|
|
|
814
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
815
724
|
:type execution_context: int | str | None
|
|
816
725
|
:type undo: bool | None
|
|
817
726
|
"""
|
|
818
727
|
|
|
819
|
-
def find_node(
|
|
820
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
821
|
-
execution_context: int | str | None = None,
|
|
822
|
-
undo: bool | None = None,
|
|
823
|
-
):
|
|
728
|
+
def find_node(execution_context: int | str | None = None, undo: bool | None = None):
|
|
824
729
|
"""Search for a node by name and focus and select it
|
|
825
730
|
|
|
826
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
827
731
|
:type execution_context: int | str | None
|
|
828
732
|
:type undo: bool | None
|
|
829
733
|
"""
|
|
830
734
|
|
|
831
735
|
def foreach_geometry_element_zone_generation_item_add(
|
|
832
|
-
|
|
833
|
-
execution_context: int | str | None = None,
|
|
834
|
-
undo: bool | None = None,
|
|
736
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
835
737
|
):
|
|
836
738
|
"""Add item below active item
|
|
837
739
|
|
|
838
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
839
740
|
:type execution_context: int | str | None
|
|
840
741
|
:type undo: bool | None
|
|
841
742
|
"""
|
|
842
743
|
|
|
843
744
|
def foreach_geometry_element_zone_generation_item_move(
|
|
844
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
845
745
|
execution_context: int | str | None = None,
|
|
846
746
|
undo: bool | None = None,
|
|
747
|
+
/,
|
|
847
748
|
*,
|
|
848
749
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
849
750
|
):
|
|
850
751
|
"""Move active item
|
|
851
752
|
|
|
852
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
853
753
|
:type execution_context: int | str | None
|
|
854
754
|
:type undo: bool | None
|
|
855
755
|
:param direction: Direction, Move direction
|
|
@@ -857,39 +757,32 @@ def foreach_geometry_element_zone_generation_item_move(
|
|
|
857
757
|
"""
|
|
858
758
|
|
|
859
759
|
def foreach_geometry_element_zone_generation_item_remove(
|
|
860
|
-
|
|
861
|
-
execution_context: int | str | None = None,
|
|
862
|
-
undo: bool | None = None,
|
|
760
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
863
761
|
):
|
|
864
762
|
"""Remove active item
|
|
865
763
|
|
|
866
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
867
764
|
:type execution_context: int | str | None
|
|
868
765
|
:type undo: bool | None
|
|
869
766
|
"""
|
|
870
767
|
|
|
871
768
|
def foreach_geometry_element_zone_input_item_add(
|
|
872
|
-
|
|
873
|
-
execution_context: int | str | None = None,
|
|
874
|
-
undo: bool | None = None,
|
|
769
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
875
770
|
):
|
|
876
771
|
"""Add item below active item
|
|
877
772
|
|
|
878
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
879
773
|
:type execution_context: int | str | None
|
|
880
774
|
:type undo: bool | None
|
|
881
775
|
"""
|
|
882
776
|
|
|
883
777
|
def foreach_geometry_element_zone_input_item_move(
|
|
884
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
885
778
|
execution_context: int | str | None = None,
|
|
886
779
|
undo: bool | None = None,
|
|
780
|
+
/,
|
|
887
781
|
*,
|
|
888
782
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
889
783
|
):
|
|
890
784
|
"""Move active item
|
|
891
785
|
|
|
892
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
893
786
|
:type execution_context: int | str | None
|
|
894
787
|
:type undo: bool | None
|
|
895
788
|
:param direction: Direction, Move direction
|
|
@@ -897,39 +790,32 @@ def foreach_geometry_element_zone_input_item_move(
|
|
|
897
790
|
"""
|
|
898
791
|
|
|
899
792
|
def foreach_geometry_element_zone_input_item_remove(
|
|
900
|
-
|
|
901
|
-
execution_context: int | str | None = None,
|
|
902
|
-
undo: bool | None = None,
|
|
793
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
903
794
|
):
|
|
904
795
|
"""Remove active item
|
|
905
796
|
|
|
906
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
907
797
|
:type execution_context: int | str | None
|
|
908
798
|
:type undo: bool | None
|
|
909
799
|
"""
|
|
910
800
|
|
|
911
801
|
def foreach_geometry_element_zone_main_item_add(
|
|
912
|
-
|
|
913
|
-
execution_context: int | str | None = None,
|
|
914
|
-
undo: bool | None = None,
|
|
802
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
915
803
|
):
|
|
916
804
|
"""Add item below active item
|
|
917
805
|
|
|
918
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
919
806
|
:type execution_context: int | str | None
|
|
920
807
|
:type undo: bool | None
|
|
921
808
|
"""
|
|
922
809
|
|
|
923
810
|
def foreach_geometry_element_zone_main_item_move(
|
|
924
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
925
811
|
execution_context: int | str | None = None,
|
|
926
812
|
undo: bool | None = None,
|
|
813
|
+
/,
|
|
927
814
|
*,
|
|
928
815
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
929
816
|
):
|
|
930
817
|
"""Move active item
|
|
931
818
|
|
|
932
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
933
819
|
:type execution_context: int | str | None
|
|
934
820
|
:type undo: bool | None
|
|
935
821
|
:param direction: Direction, Move direction
|
|
@@ -937,79 +823,61 @@ def foreach_geometry_element_zone_main_item_move(
|
|
|
937
823
|
"""
|
|
938
824
|
|
|
939
825
|
def foreach_geometry_element_zone_main_item_remove(
|
|
940
|
-
|
|
941
|
-
execution_context: int | str | None = None,
|
|
942
|
-
undo: bool | None = None,
|
|
826
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
943
827
|
):
|
|
944
828
|
"""Remove active item
|
|
945
829
|
|
|
946
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
947
830
|
:type execution_context: int | str | None
|
|
948
831
|
:type undo: bool | None
|
|
949
832
|
"""
|
|
950
833
|
|
|
951
834
|
def gltf_settings_node_operator(
|
|
952
|
-
|
|
953
|
-
execution_context: int | str | None = None,
|
|
954
|
-
undo: bool | None = None,
|
|
835
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
955
836
|
):
|
|
956
837
|
"""Add a node to the active tree for glTF export
|
|
957
838
|
|
|
958
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
959
839
|
:type execution_context: int | str | None
|
|
960
840
|
:type undo: bool | None
|
|
961
841
|
"""
|
|
962
842
|
|
|
963
843
|
def group_edit(
|
|
964
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
965
844
|
execution_context: int | str | None = None,
|
|
966
845
|
undo: bool | None = None,
|
|
846
|
+
/,
|
|
967
847
|
*,
|
|
968
848
|
exit: bool | None = False,
|
|
969
849
|
):
|
|
970
850
|
"""Edit node group
|
|
971
851
|
|
|
972
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
973
852
|
:type execution_context: int | str | None
|
|
974
853
|
:type undo: bool | None
|
|
975
854
|
:param exit: Exit
|
|
976
855
|
:type exit: bool | None
|
|
977
856
|
"""
|
|
978
857
|
|
|
979
|
-
def group_insert(
|
|
980
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
981
|
-
execution_context: int | str | None = None,
|
|
982
|
-
undo: bool | None = None,
|
|
983
|
-
):
|
|
858
|
+
def group_insert(execution_context: int | str | None = None, undo: bool | None = None):
|
|
984
859
|
"""Insert selected nodes into a node group
|
|
985
860
|
|
|
986
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
987
861
|
:type execution_context: int | str | None
|
|
988
862
|
:type undo: bool | None
|
|
989
863
|
"""
|
|
990
864
|
|
|
991
|
-
def group_make(
|
|
992
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
993
|
-
execution_context: int | str | None = None,
|
|
994
|
-
undo: bool | None = None,
|
|
995
|
-
):
|
|
865
|
+
def group_make(execution_context: int | str | None = None, undo: bool | None = None):
|
|
996
866
|
"""Make group from selected nodes
|
|
997
867
|
|
|
998
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
999
868
|
:type execution_context: int | str | None
|
|
1000
869
|
:type undo: bool | None
|
|
1001
870
|
"""
|
|
1002
871
|
|
|
1003
872
|
def group_separate(
|
|
1004
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1005
873
|
execution_context: int | str | None = None,
|
|
1006
874
|
undo: bool | None = None,
|
|
875
|
+
/,
|
|
1007
876
|
*,
|
|
1008
877
|
type: typing.Literal["COPY", "MOVE"] | None = "COPY",
|
|
1009
878
|
):
|
|
1010
879
|
"""Separate selected nodes from the node group
|
|
1011
880
|
|
|
1012
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1013
881
|
:type execution_context: int | str | None
|
|
1014
882
|
:type undo: bool | None
|
|
1015
883
|
:param type: Type
|
|
@@ -1022,104 +890,78 @@ def group_separate(
|
|
|
1022
890
|
:type type: typing.Literal['COPY','MOVE'] | None
|
|
1023
891
|
"""
|
|
1024
892
|
|
|
1025
|
-
def group_ungroup(
|
|
1026
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1027
|
-
execution_context: int | str | None = None,
|
|
1028
|
-
undo: bool | None = None,
|
|
1029
|
-
):
|
|
893
|
+
def group_ungroup(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1030
894
|
"""Ungroup selected nodes
|
|
1031
895
|
|
|
1032
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1033
896
|
:type execution_context: int | str | None
|
|
1034
897
|
:type undo: bool | None
|
|
1035
898
|
"""
|
|
1036
899
|
|
|
1037
900
|
def hide_socket_toggle(
|
|
1038
|
-
|
|
1039
|
-
execution_context: int | str | None = None,
|
|
1040
|
-
undo: bool | None = None,
|
|
901
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1041
902
|
):
|
|
1042
903
|
"""Toggle unused node socket display
|
|
1043
904
|
|
|
1044
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1045
905
|
:type execution_context: int | str | None
|
|
1046
906
|
:type undo: bool | None
|
|
1047
907
|
"""
|
|
1048
908
|
|
|
1049
|
-
def hide_toggle(
|
|
1050
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1051
|
-
execution_context: int | str | None = None,
|
|
1052
|
-
undo: bool | None = None,
|
|
1053
|
-
):
|
|
909
|
+
def hide_toggle(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1054
910
|
"""Toggle hiding of selected nodes
|
|
1055
911
|
|
|
1056
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1057
912
|
:type execution_context: int | str | None
|
|
1058
913
|
:type undo: bool | None
|
|
1059
914
|
"""
|
|
1060
915
|
|
|
1061
916
|
def index_switch_item_add(
|
|
1062
|
-
|
|
1063
|
-
execution_context: int | str | None = None,
|
|
1064
|
-
undo: bool | None = None,
|
|
917
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1065
918
|
):
|
|
1066
919
|
"""Add bake item
|
|
1067
920
|
|
|
1068
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1069
921
|
:type execution_context: int | str | None
|
|
1070
922
|
:type undo: bool | None
|
|
1071
923
|
"""
|
|
1072
924
|
|
|
1073
925
|
def index_switch_item_remove(
|
|
1074
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1075
926
|
execution_context: int | str | None = None,
|
|
1076
927
|
undo: bool | None = None,
|
|
928
|
+
/,
|
|
1077
929
|
*,
|
|
1078
930
|
index: int | None = 0,
|
|
1079
931
|
):
|
|
1080
932
|
"""Remove an item from the index switch
|
|
1081
933
|
|
|
1082
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1083
934
|
:type execution_context: int | str | None
|
|
1084
935
|
:type undo: bool | None
|
|
1085
936
|
:param index: Index, Index to remove
|
|
1086
937
|
:type index: int | None
|
|
1087
938
|
"""
|
|
1088
939
|
|
|
1089
|
-
def insert_offset(
|
|
1090
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1091
|
-
execution_context: int | str | None = None,
|
|
1092
|
-
undo: bool | None = None,
|
|
1093
|
-
):
|
|
940
|
+
def insert_offset(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1094
941
|
"""Automatically offset nodes on insertion
|
|
1095
942
|
|
|
1096
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1097
943
|
:type execution_context: int | str | None
|
|
1098
944
|
:type undo: bool | None
|
|
1099
945
|
"""
|
|
1100
946
|
|
|
1101
947
|
def interface_item_duplicate(
|
|
1102
|
-
|
|
1103
|
-
execution_context: int | str | None = None,
|
|
1104
|
-
undo: bool | None = None,
|
|
948
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1105
949
|
):
|
|
1106
950
|
"""Add a copy of the active item to the interface
|
|
1107
951
|
|
|
1108
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1109
952
|
:type execution_context: int | str | None
|
|
1110
953
|
:type undo: bool | None
|
|
1111
954
|
"""
|
|
1112
955
|
|
|
1113
956
|
def interface_item_new(
|
|
1114
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1115
957
|
execution_context: int | str | None = None,
|
|
1116
958
|
undo: bool | None = None,
|
|
959
|
+
/,
|
|
1117
960
|
*,
|
|
1118
961
|
item_type: typing.Literal["INPUT", "OUTPUT", "PANEL"] | None = "INPUT",
|
|
1119
962
|
):
|
|
1120
963
|
"""Add a new item to the interface
|
|
1121
964
|
|
|
1122
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1123
965
|
:type execution_context: int | str | None
|
|
1124
966
|
:type undo: bool | None
|
|
1125
967
|
:param item_type: Item Type, Type of the item to create
|
|
@@ -1127,33 +969,25 @@ def interface_item_new(
|
|
|
1127
969
|
"""
|
|
1128
970
|
|
|
1129
971
|
def interface_item_remove(
|
|
1130
|
-
|
|
1131
|
-
execution_context: int | str | None = None,
|
|
1132
|
-
undo: bool | None = None,
|
|
972
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1133
973
|
):
|
|
1134
974
|
"""Remove active item from the interface
|
|
1135
975
|
|
|
1136
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1137
976
|
:type execution_context: int | str | None
|
|
1138
977
|
:type undo: bool | None
|
|
1139
978
|
"""
|
|
1140
979
|
|
|
1141
|
-
def join(
|
|
1142
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1143
|
-
execution_context: int | str | None = None,
|
|
1144
|
-
undo: bool | None = None,
|
|
1145
|
-
):
|
|
980
|
+
def join(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1146
981
|
"""Attach selected nodes to a new common frame
|
|
1147
982
|
|
|
1148
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1149
983
|
:type execution_context: int | str | None
|
|
1150
984
|
:type undo: bool | None
|
|
1151
985
|
"""
|
|
1152
986
|
|
|
1153
987
|
def link(
|
|
1154
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1155
988
|
execution_context: int | str | None = None,
|
|
1156
989
|
undo: bool | None = None,
|
|
990
|
+
/,
|
|
1157
991
|
*,
|
|
1158
992
|
detach: bool | None = False,
|
|
1159
993
|
drag_start: collections.abc.Iterable[float] | None = (0.0, 0.0),
|
|
@@ -1166,7 +1000,6 @@ def link(
|
|
|
1166
1000
|
):
|
|
1167
1001
|
"""Use the mouse to create a link between two nodes
|
|
1168
1002
|
|
|
1169
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1170
1003
|
:type execution_context: int | str | None
|
|
1171
1004
|
:type undo: bool | None
|
|
1172
1005
|
:param detach: Detach, Detach and redirect existing links
|
|
@@ -1188,44 +1021,37 @@ def link(
|
|
|
1188
1021
|
"""
|
|
1189
1022
|
|
|
1190
1023
|
def link_make(
|
|
1191
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1192
1024
|
execution_context: int | str | None = None,
|
|
1193
1025
|
undo: bool | None = None,
|
|
1026
|
+
/,
|
|
1194
1027
|
*,
|
|
1195
1028
|
replace: bool | None = False,
|
|
1196
1029
|
):
|
|
1197
1030
|
"""Make a link between selected output and input sockets
|
|
1198
1031
|
|
|
1199
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1200
1032
|
:type execution_context: int | str | None
|
|
1201
1033
|
:type undo: bool | None
|
|
1202
1034
|
:param replace: Replace, Replace socket connections with the new links
|
|
1203
1035
|
:type replace: bool | None
|
|
1204
1036
|
"""
|
|
1205
1037
|
|
|
1206
|
-
def link_viewer(
|
|
1207
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1208
|
-
execution_context: int | str | None = None,
|
|
1209
|
-
undo: bool | None = None,
|
|
1210
|
-
):
|
|
1038
|
+
def link_viewer(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1211
1039
|
"""Link to viewer node
|
|
1212
1040
|
|
|
1213
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1214
1041
|
:type execution_context: int | str | None
|
|
1215
1042
|
:type undo: bool | None
|
|
1216
1043
|
"""
|
|
1217
1044
|
|
|
1218
1045
|
def links_cut(
|
|
1219
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1220
1046
|
execution_context: int | str | None = None,
|
|
1221
1047
|
undo: bool | None = None,
|
|
1048
|
+
/,
|
|
1222
1049
|
*,
|
|
1223
1050
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1224
1051
|
cursor: int | None = 15,
|
|
1225
1052
|
):
|
|
1226
1053
|
"""Use the mouse to cut (remove) some links
|
|
1227
1054
|
|
|
1228
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1229
1055
|
:type execution_context: int | str | None
|
|
1230
1056
|
:type undo: bool | None
|
|
1231
1057
|
:param path: Path
|
|
@@ -1234,29 +1060,23 @@ def links_cut(
|
|
|
1234
1060
|
:type cursor: int | None
|
|
1235
1061
|
"""
|
|
1236
1062
|
|
|
1237
|
-
def links_detach(
|
|
1238
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1239
|
-
execution_context: int | str | None = None,
|
|
1240
|
-
undo: bool | None = None,
|
|
1241
|
-
):
|
|
1063
|
+
def links_detach(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1242
1064
|
"""Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
1243
1065
|
|
|
1244
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1245
1066
|
:type execution_context: int | str | None
|
|
1246
1067
|
:type undo: bool | None
|
|
1247
1068
|
"""
|
|
1248
1069
|
|
|
1249
1070
|
def links_mute(
|
|
1250
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1251
1071
|
execution_context: int | str | None = None,
|
|
1252
1072
|
undo: bool | None = None,
|
|
1073
|
+
/,
|
|
1253
1074
|
*,
|
|
1254
1075
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
1255
1076
|
cursor: int | None = 38,
|
|
1256
1077
|
):
|
|
1257
1078
|
"""Use the mouse to mute links
|
|
1258
1079
|
|
|
1259
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1260
1080
|
:type execution_context: int | str | None
|
|
1261
1081
|
:type undo: bool | None
|
|
1262
1082
|
:param path: Path
|
|
@@ -1266,16 +1086,15 @@ def links_mute(
|
|
|
1266
1086
|
"""
|
|
1267
1087
|
|
|
1268
1088
|
def move_detach_links(
|
|
1269
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1270
1089
|
execution_context: int | str | None = None,
|
|
1271
1090
|
undo: bool | None = None,
|
|
1091
|
+
/,
|
|
1272
1092
|
*,
|
|
1273
1093
|
NODE_OT_links_detach: links_detach | None = None,
|
|
1274
1094
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1275
1095
|
):
|
|
1276
1096
|
"""Move a node to detach links
|
|
1277
1097
|
|
|
1278
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1279
1098
|
:type execution_context: int | str | None
|
|
1280
1099
|
:type undo: bool | None
|
|
1281
1100
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
@@ -1285,16 +1104,15 @@ def move_detach_links(
|
|
|
1285
1104
|
"""
|
|
1286
1105
|
|
|
1287
1106
|
def move_detach_links_release(
|
|
1288
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1289
1107
|
execution_context: int | str | None = None,
|
|
1290
1108
|
undo: bool | None = None,
|
|
1109
|
+
/,
|
|
1291
1110
|
*,
|
|
1292
1111
|
NODE_OT_links_detach: links_detach | None = None,
|
|
1293
1112
|
NODE_OT_translate_attach: translate_attach | None = None,
|
|
1294
1113
|
):
|
|
1295
1114
|
"""Move a node to detach links
|
|
1296
1115
|
|
|
1297
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1298
1116
|
:type execution_context: int | str | None
|
|
1299
1117
|
:type undo: bool | None
|
|
1300
1118
|
:param NODE_OT_links_detach: Detach Links, Remove all links to selected nodes, and try to connect neighbor nodes together
|
|
@@ -1303,65 +1121,50 @@ def move_detach_links_release(
|
|
|
1303
1121
|
:type NODE_OT_translate_attach: translate_attach | None
|
|
1304
1122
|
"""
|
|
1305
1123
|
|
|
1306
|
-
def mute_toggle(
|
|
1307
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1308
|
-
execution_context: int | str | None = None,
|
|
1309
|
-
undo: bool | None = None,
|
|
1310
|
-
):
|
|
1124
|
+
def mute_toggle(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1311
1125
|
"""Toggle muting of selected nodes
|
|
1312
1126
|
|
|
1313
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1314
1127
|
:type execution_context: int | str | None
|
|
1315
1128
|
:type undo: bool | None
|
|
1316
1129
|
"""
|
|
1317
1130
|
|
|
1318
1131
|
def new_geometry_node_group_assign(
|
|
1319
|
-
|
|
1320
|
-
execution_context: int | str | None = None,
|
|
1321
|
-
undo: bool | None = None,
|
|
1132
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1322
1133
|
):
|
|
1323
1134
|
"""Create a new geometry node group and assign it to the active modifier
|
|
1324
1135
|
|
|
1325
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1326
1136
|
:type execution_context: int | str | None
|
|
1327
1137
|
:type undo: bool | None
|
|
1328
1138
|
"""
|
|
1329
1139
|
|
|
1330
1140
|
def new_geometry_node_group_tool(
|
|
1331
|
-
|
|
1332
|
-
execution_context: int | str | None = None,
|
|
1333
|
-
undo: bool | None = None,
|
|
1141
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1334
1142
|
):
|
|
1335
1143
|
"""Create a new geometry node group for a tool
|
|
1336
1144
|
|
|
1337
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1338
1145
|
:type execution_context: int | str | None
|
|
1339
1146
|
:type undo: bool | None
|
|
1340
1147
|
"""
|
|
1341
1148
|
|
|
1342
1149
|
def new_geometry_nodes_modifier(
|
|
1343
|
-
|
|
1344
|
-
execution_context: int | str | None = None,
|
|
1345
|
-
undo: bool | None = None,
|
|
1150
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1346
1151
|
):
|
|
1347
1152
|
"""Create a new modifier with a new geometry node group
|
|
1348
1153
|
|
|
1349
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1350
1154
|
:type execution_context: int | str | None
|
|
1351
1155
|
:type undo: bool | None
|
|
1352
1156
|
"""
|
|
1353
1157
|
|
|
1354
1158
|
def new_node_tree(
|
|
1355
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1356
1159
|
execution_context: int | str | None = None,
|
|
1357
1160
|
undo: bool | None = None,
|
|
1161
|
+
/,
|
|
1358
1162
|
*,
|
|
1359
1163
|
type: str | None = "",
|
|
1360
1164
|
name: str = "NodeTree",
|
|
1361
1165
|
):
|
|
1362
1166
|
"""Create a new node tree
|
|
1363
1167
|
|
|
1364
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1365
1168
|
:type execution_context: int | str | None
|
|
1366
1169
|
:type undo: bool | None
|
|
1367
1170
|
:param type: Tree Type
|
|
@@ -1371,9 +1174,9 @@ def new_node_tree(
|
|
|
1371
1174
|
"""
|
|
1372
1175
|
|
|
1373
1176
|
def node_color_preset_add(
|
|
1374
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1375
1177
|
execution_context: int | str | None = None,
|
|
1376
1178
|
undo: bool | None = None,
|
|
1179
|
+
/,
|
|
1377
1180
|
*,
|
|
1378
1181
|
name: str = "",
|
|
1379
1182
|
remove_name: bool | None = False,
|
|
@@ -1381,7 +1184,6 @@ def node_color_preset_add(
|
|
|
1381
1184
|
):
|
|
1382
1185
|
"""Add or remove a Node Color Preset
|
|
1383
1186
|
|
|
1384
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1385
1187
|
:type execution_context: int | str | None
|
|
1386
1188
|
:type undo: bool | None
|
|
1387
1189
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -1393,39 +1195,32 @@ def node_color_preset_add(
|
|
|
1393
1195
|
"""
|
|
1394
1196
|
|
|
1395
1197
|
def node_copy_color(
|
|
1396
|
-
|
|
1397
|
-
execution_context: int | str | None = None,
|
|
1398
|
-
undo: bool | None = None,
|
|
1198
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1399
1199
|
):
|
|
1400
1200
|
"""Copy color to all selected nodes
|
|
1401
1201
|
|
|
1402
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1403
1202
|
:type execution_context: int | str | None
|
|
1404
1203
|
:type undo: bool | None
|
|
1405
1204
|
"""
|
|
1406
1205
|
|
|
1407
1206
|
def options_toggle(
|
|
1408
|
-
|
|
1409
|
-
execution_context: int | str | None = None,
|
|
1410
|
-
undo: bool | None = None,
|
|
1207
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1411
1208
|
):
|
|
1412
1209
|
"""Toggle option buttons display for selected nodes
|
|
1413
1210
|
|
|
1414
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1415
1211
|
:type execution_context: int | str | None
|
|
1416
1212
|
:type undo: bool | None
|
|
1417
1213
|
"""
|
|
1418
1214
|
|
|
1419
1215
|
def output_file_add_socket(
|
|
1420
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1421
1216
|
execution_context: int | str | None = None,
|
|
1422
1217
|
undo: bool | None = None,
|
|
1218
|
+
/,
|
|
1423
1219
|
*,
|
|
1424
1220
|
file_path: str = "Image",
|
|
1425
1221
|
):
|
|
1426
1222
|
"""Add a new input to a file output node
|
|
1427
1223
|
|
|
1428
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1429
1224
|
:type execution_context: int | str | None
|
|
1430
1225
|
:type undo: bool | None
|
|
1431
1226
|
:param file_path: File Path, Subpath of the output file
|
|
@@ -1433,15 +1228,14 @@ def output_file_add_socket(
|
|
|
1433
1228
|
"""
|
|
1434
1229
|
|
|
1435
1230
|
def output_file_move_active_socket(
|
|
1436
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1437
1231
|
execution_context: int | str | None = None,
|
|
1438
1232
|
undo: bool | None = None,
|
|
1233
|
+
/,
|
|
1439
1234
|
*,
|
|
1440
1235
|
direction: typing.Literal["UP", "DOWN"] | None = "DOWN",
|
|
1441
1236
|
):
|
|
1442
1237
|
"""Move the active input of a file output node up or down the list
|
|
1443
1238
|
|
|
1444
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1445
1239
|
:type execution_context: int | str | None
|
|
1446
1240
|
:type undo: bool | None
|
|
1447
1241
|
:param direction: Direction
|
|
@@ -1449,87 +1243,66 @@ def output_file_move_active_socket(
|
|
|
1449
1243
|
"""
|
|
1450
1244
|
|
|
1451
1245
|
def output_file_remove_active_socket(
|
|
1452
|
-
|
|
1453
|
-
execution_context: int | str | None = None,
|
|
1454
|
-
undo: bool | None = None,
|
|
1246
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1455
1247
|
):
|
|
1456
1248
|
"""Remove the active input from a file output node
|
|
1457
1249
|
|
|
1458
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1459
1250
|
:type execution_context: int | str | None
|
|
1460
1251
|
:type undo: bool | None
|
|
1461
1252
|
"""
|
|
1462
1253
|
|
|
1463
|
-
def parent_set(
|
|
1464
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1465
|
-
execution_context: int | str | None = None,
|
|
1466
|
-
undo: bool | None = None,
|
|
1467
|
-
):
|
|
1254
|
+
def parent_set(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1468
1255
|
"""Attach selected nodes
|
|
1469
1256
|
|
|
1470
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1471
1257
|
:type execution_context: int | str | None
|
|
1472
1258
|
:type undo: bool | None
|
|
1473
1259
|
"""
|
|
1474
1260
|
|
|
1475
1261
|
def preview_toggle(
|
|
1476
|
-
|
|
1477
|
-
execution_context: int | str | None = None,
|
|
1478
|
-
undo: bool | None = None,
|
|
1262
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1479
1263
|
):
|
|
1480
1264
|
"""Toggle preview display for selected nodes
|
|
1481
1265
|
|
|
1482
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1483
1266
|
:type execution_context: int | str | None
|
|
1484
1267
|
:type undo: bool | None
|
|
1485
1268
|
"""
|
|
1486
1269
|
|
|
1487
1270
|
def read_viewlayers(
|
|
1488
|
-
|
|
1489
|
-
execution_context: int | str | None = None,
|
|
1490
|
-
undo: bool | None = None,
|
|
1271
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1491
1272
|
):
|
|
1492
1273
|
"""Read all render layers of all used scenes
|
|
1493
1274
|
|
|
1494
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1495
1275
|
:type execution_context: int | str | None
|
|
1496
1276
|
:type undo: bool | None
|
|
1497
1277
|
"""
|
|
1498
1278
|
|
|
1499
1279
|
def render_changed(
|
|
1500
|
-
|
|
1501
|
-
execution_context: int | str | None = None,
|
|
1502
|
-
undo: bool | None = None,
|
|
1280
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1503
1281
|
):
|
|
1504
1282
|
"""Render current scene, when input node's layer has been changed
|
|
1505
1283
|
|
|
1506
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1507
1284
|
:type execution_context: int | str | None
|
|
1508
1285
|
:type undo: bool | None
|
|
1509
1286
|
"""
|
|
1510
1287
|
|
|
1511
1288
|
def repeat_zone_item_add(
|
|
1512
|
-
|
|
1513
|
-
execution_context: int | str | None = None,
|
|
1514
|
-
undo: bool | None = None,
|
|
1289
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1515
1290
|
):
|
|
1516
1291
|
"""Add item below active item
|
|
1517
1292
|
|
|
1518
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1519
1293
|
:type execution_context: int | str | None
|
|
1520
1294
|
:type undo: bool | None
|
|
1521
1295
|
"""
|
|
1522
1296
|
|
|
1523
1297
|
def repeat_zone_item_move(
|
|
1524
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1525
1298
|
execution_context: int | str | None = None,
|
|
1526
1299
|
undo: bool | None = None,
|
|
1300
|
+
/,
|
|
1527
1301
|
*,
|
|
1528
1302
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1529
1303
|
):
|
|
1530
1304
|
"""Move active item
|
|
1531
1305
|
|
|
1532
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1533
1306
|
:type execution_context: int | str | None
|
|
1534
1307
|
:type undo: bool | None
|
|
1535
1308
|
:param direction: Direction, Move direction
|
|
@@ -1537,33 +1310,25 @@ def repeat_zone_item_move(
|
|
|
1537
1310
|
"""
|
|
1538
1311
|
|
|
1539
1312
|
def repeat_zone_item_remove(
|
|
1540
|
-
|
|
1541
|
-
execution_context: int | str | None = None,
|
|
1542
|
-
undo: bool | None = None,
|
|
1313
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1543
1314
|
):
|
|
1544
1315
|
"""Remove active item
|
|
1545
1316
|
|
|
1546
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1547
1317
|
:type execution_context: int | str | None
|
|
1548
1318
|
:type undo: bool | None
|
|
1549
1319
|
"""
|
|
1550
1320
|
|
|
1551
|
-
def resize(
|
|
1552
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1553
|
-
execution_context: int | str | None = None,
|
|
1554
|
-
undo: bool | None = None,
|
|
1555
|
-
):
|
|
1321
|
+
def resize(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1556
1322
|
"""Resize a node
|
|
1557
1323
|
|
|
1558
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1559
1324
|
:type execution_context: int | str | None
|
|
1560
1325
|
:type undo: bool | None
|
|
1561
1326
|
"""
|
|
1562
1327
|
|
|
1563
1328
|
def select(
|
|
1564
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1565
1329
|
execution_context: int | str | None = None,
|
|
1566
1330
|
undo: bool | None = None,
|
|
1331
|
+
/,
|
|
1567
1332
|
*,
|
|
1568
1333
|
extend: bool | None = False,
|
|
1569
1334
|
deselect: bool | None = False,
|
|
@@ -1576,7 +1341,6 @@ def select(
|
|
|
1576
1341
|
):
|
|
1577
1342
|
"""Select the node under the cursor
|
|
1578
1343
|
|
|
1579
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1580
1344
|
:type execution_context: int | str | None
|
|
1581
1345
|
:type undo: bool | None
|
|
1582
1346
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -1598,15 +1362,14 @@ def select(
|
|
|
1598
1362
|
"""
|
|
1599
1363
|
|
|
1600
1364
|
def select_all(
|
|
1601
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1602
1365
|
execution_context: int | str | None = None,
|
|
1603
1366
|
undo: bool | None = None,
|
|
1367
|
+
/,
|
|
1604
1368
|
*,
|
|
1605
1369
|
action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
|
|
1606
1370
|
):
|
|
1607
1371
|
"""(De)select all nodes
|
|
1608
1372
|
|
|
1609
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1610
1373
|
:type execution_context: int | str | None
|
|
1611
1374
|
:type undo: bool | None
|
|
1612
1375
|
:param action: Action, Selection action to execute
|
|
@@ -1626,9 +1389,9 @@ def select_all(
|
|
|
1626
1389
|
"""
|
|
1627
1390
|
|
|
1628
1391
|
def select_box(
|
|
1629
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1630
1392
|
execution_context: int | str | None = None,
|
|
1631
1393
|
undo: bool | None = None,
|
|
1394
|
+
/,
|
|
1632
1395
|
*,
|
|
1633
1396
|
tweak: bool | None = False,
|
|
1634
1397
|
xmin: int | None = 0,
|
|
@@ -1640,7 +1403,6 @@ def select_box(
|
|
|
1640
1403
|
):
|
|
1641
1404
|
"""Use box selection to select nodes
|
|
1642
1405
|
|
|
1643
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1644
1406
|
:type execution_context: int | str | None
|
|
1645
1407
|
:type undo: bool | None
|
|
1646
1408
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
@@ -1669,9 +1431,9 @@ def select_box(
|
|
|
1669
1431
|
"""
|
|
1670
1432
|
|
|
1671
1433
|
def select_circle(
|
|
1672
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1673
1434
|
execution_context: int | str | None = None,
|
|
1674
1435
|
undo: bool | None = None,
|
|
1436
|
+
/,
|
|
1675
1437
|
*,
|
|
1676
1438
|
x: int | None = 0,
|
|
1677
1439
|
y: int | None = 0,
|
|
@@ -1681,7 +1443,6 @@ def select_circle(
|
|
|
1681
1443
|
):
|
|
1682
1444
|
"""Use circle selection to select nodes
|
|
1683
1445
|
|
|
1684
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1685
1446
|
:type execution_context: int | str | None
|
|
1686
1447
|
:type undo: bool | None
|
|
1687
1448
|
:param x: X
|
|
@@ -1706,16 +1467,15 @@ def select_circle(
|
|
|
1706
1467
|
"""
|
|
1707
1468
|
|
|
1708
1469
|
def select_grouped(
|
|
1709
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1710
1470
|
execution_context: int | str | None = None,
|
|
1711
1471
|
undo: bool | None = None,
|
|
1472
|
+
/,
|
|
1712
1473
|
*,
|
|
1713
1474
|
extend: bool | None = False,
|
|
1714
1475
|
type: typing.Literal["TYPE", "COLOR", "PREFIX", "SUFFIX"] | None = "TYPE",
|
|
1715
1476
|
):
|
|
1716
1477
|
"""Select nodes with similar properties
|
|
1717
1478
|
|
|
1718
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1719
1479
|
:type execution_context: int | str | None
|
|
1720
1480
|
:type undo: bool | None
|
|
1721
1481
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -1725,9 +1485,9 @@ def select_grouped(
|
|
|
1725
1485
|
"""
|
|
1726
1486
|
|
|
1727
1487
|
def select_lasso(
|
|
1728
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1729
1488
|
execution_context: int | str | None = None,
|
|
1730
1489
|
undo: bool | None = None,
|
|
1490
|
+
/,
|
|
1731
1491
|
*,
|
|
1732
1492
|
tweak: bool | None = False,
|
|
1733
1493
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
@@ -1738,7 +1498,6 @@ def select_lasso(
|
|
|
1738
1498
|
):
|
|
1739
1499
|
"""Select nodes using lasso selection
|
|
1740
1500
|
|
|
1741
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1742
1501
|
:type execution_context: int | str | None
|
|
1743
1502
|
:type undo: bool | None
|
|
1744
1503
|
:param tweak: Tweak, Only activate when mouse is not over a node (useful for tweak gesture)
|
|
@@ -1765,16 +1524,15 @@ def select_lasso(
|
|
|
1765
1524
|
"""
|
|
1766
1525
|
|
|
1767
1526
|
def select_link_viewer(
|
|
1768
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1769
1527
|
execution_context: int | str | None = None,
|
|
1770
1528
|
undo: bool | None = None,
|
|
1529
|
+
/,
|
|
1771
1530
|
*,
|
|
1772
1531
|
NODE_OT_select: select | None = None,
|
|
1773
1532
|
NODE_OT_link_viewer: link_viewer | None = None,
|
|
1774
1533
|
):
|
|
1775
1534
|
"""Select node and link it to a viewer node
|
|
1776
1535
|
|
|
1777
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1778
1536
|
:type execution_context: int | str | None
|
|
1779
1537
|
:type undo: bool | None
|
|
1780
1538
|
:param NODE_OT_select: Select, Select the node under the cursor
|
|
@@ -1784,39 +1542,32 @@ def select_link_viewer(
|
|
|
1784
1542
|
"""
|
|
1785
1543
|
|
|
1786
1544
|
def select_linked_from(
|
|
1787
|
-
|
|
1788
|
-
execution_context: int | str | None = None,
|
|
1789
|
-
undo: bool | None = None,
|
|
1545
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1790
1546
|
):
|
|
1791
1547
|
"""Select nodes linked from the selected ones
|
|
1792
1548
|
|
|
1793
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1794
1549
|
:type execution_context: int | str | None
|
|
1795
1550
|
:type undo: bool | None
|
|
1796
1551
|
"""
|
|
1797
1552
|
|
|
1798
1553
|
def select_linked_to(
|
|
1799
|
-
|
|
1800
|
-
execution_context: int | str | None = None,
|
|
1801
|
-
undo: bool | None = None,
|
|
1554
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1802
1555
|
):
|
|
1803
1556
|
"""Select nodes linked to the selected ones
|
|
1804
1557
|
|
|
1805
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1806
1558
|
:type execution_context: int | str | None
|
|
1807
1559
|
:type undo: bool | None
|
|
1808
1560
|
"""
|
|
1809
1561
|
|
|
1810
1562
|
def select_same_type_step(
|
|
1811
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1812
1563
|
execution_context: int | str | None = None,
|
|
1813
1564
|
undo: bool | None = None,
|
|
1565
|
+
/,
|
|
1814
1566
|
*,
|
|
1815
1567
|
prev: bool | None = False,
|
|
1816
1568
|
):
|
|
1817
1569
|
"""Activate and view same node type, step by step
|
|
1818
1570
|
|
|
1819
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1820
1571
|
:type execution_context: int | str | None
|
|
1821
1572
|
:type undo: bool | None
|
|
1822
1573
|
:param prev: Previous
|
|
@@ -1824,39 +1575,32 @@ def select_same_type_step(
|
|
|
1824
1575
|
"""
|
|
1825
1576
|
|
|
1826
1577
|
def shader_script_update(
|
|
1827
|
-
|
|
1828
|
-
execution_context: int | str | None = None,
|
|
1829
|
-
undo: bool | None = None,
|
|
1578
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1830
1579
|
):
|
|
1831
1580
|
"""Update shader script node with new sockets and options from the script
|
|
1832
1581
|
|
|
1833
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1834
1582
|
:type execution_context: int | str | None
|
|
1835
1583
|
:type undo: bool | None
|
|
1836
1584
|
"""
|
|
1837
1585
|
|
|
1838
1586
|
def simulation_zone_item_add(
|
|
1839
|
-
|
|
1840
|
-
execution_context: int | str | None = None,
|
|
1841
|
-
undo: bool | None = None,
|
|
1587
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1842
1588
|
):
|
|
1843
1589
|
"""Add item below active item
|
|
1844
1590
|
|
|
1845
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1846
1591
|
:type execution_context: int | str | None
|
|
1847
1592
|
:type undo: bool | None
|
|
1848
1593
|
"""
|
|
1849
1594
|
|
|
1850
1595
|
def simulation_zone_item_move(
|
|
1851
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1852
1596
|
execution_context: int | str | None = None,
|
|
1853
1597
|
undo: bool | None = None,
|
|
1598
|
+
/,
|
|
1854
1599
|
*,
|
|
1855
1600
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
1856
1601
|
):
|
|
1857
1602
|
"""Move active item
|
|
1858
1603
|
|
|
1859
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1860
1604
|
:type execution_context: int | str | None
|
|
1861
1605
|
:type undo: bool | None
|
|
1862
1606
|
:param direction: Direction, Move direction
|
|
@@ -1864,28 +1608,24 @@ def simulation_zone_item_move(
|
|
|
1864
1608
|
"""
|
|
1865
1609
|
|
|
1866
1610
|
def simulation_zone_item_remove(
|
|
1867
|
-
|
|
1868
|
-
execution_context: int | str | None = None,
|
|
1869
|
-
undo: bool | None = None,
|
|
1611
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1870
1612
|
):
|
|
1871
1613
|
"""Remove active item
|
|
1872
1614
|
|
|
1873
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1874
1615
|
:type execution_context: int | str | None
|
|
1875
1616
|
:type undo: bool | None
|
|
1876
1617
|
"""
|
|
1877
1618
|
|
|
1878
1619
|
def translate_attach(
|
|
1879
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1880
1620
|
execution_context: int | str | None = None,
|
|
1881
1621
|
undo: bool | None = None,
|
|
1622
|
+
/,
|
|
1882
1623
|
*,
|
|
1883
1624
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1884
1625
|
NODE_OT_attach: attach | None = None,
|
|
1885
1626
|
):
|
|
1886
1627
|
"""Move nodes and attach to frame
|
|
1887
1628
|
|
|
1888
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1889
1629
|
:type execution_context: int | str | None
|
|
1890
1630
|
:type undo: bool | None
|
|
1891
1631
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
@@ -1895,16 +1635,15 @@ def translate_attach(
|
|
|
1895
1635
|
"""
|
|
1896
1636
|
|
|
1897
1637
|
def translate_attach_remove_on_cancel(
|
|
1898
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1899
1638
|
execution_context: int | str | None = None,
|
|
1900
1639
|
undo: bool | None = None,
|
|
1640
|
+
/,
|
|
1901
1641
|
*,
|
|
1902
1642
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
1903
1643
|
NODE_OT_attach: attach | None = None,
|
|
1904
1644
|
):
|
|
1905
1645
|
"""Move nodes and attach to frame
|
|
1906
1646
|
|
|
1907
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1908
1647
|
:type execution_context: int | str | None
|
|
1909
1648
|
:type undo: bool | None
|
|
1910
1649
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
@@ -1914,45 +1653,32 @@ def translate_attach_remove_on_cancel(
|
|
|
1914
1653
|
"""
|
|
1915
1654
|
|
|
1916
1655
|
def tree_path_parent(
|
|
1917
|
-
|
|
1918
|
-
execution_context: int | str | None = None,
|
|
1919
|
-
undo: bool | None = None,
|
|
1656
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
1920
1657
|
):
|
|
1921
1658
|
"""Go to parent node tree
|
|
1922
1659
|
|
|
1923
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1924
1660
|
:type execution_context: int | str | None
|
|
1925
1661
|
:type undo: bool | None
|
|
1926
1662
|
"""
|
|
1927
1663
|
|
|
1928
|
-
def view_all(
|
|
1929
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1930
|
-
execution_context: int | str | None = None,
|
|
1931
|
-
undo: bool | None = None,
|
|
1932
|
-
):
|
|
1664
|
+
def view_all(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1933
1665
|
"""Resize view so you can see all nodes
|
|
1934
1666
|
|
|
1935
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1936
1667
|
:type execution_context: int | str | None
|
|
1937
1668
|
:type undo: bool | None
|
|
1938
1669
|
"""
|
|
1939
1670
|
|
|
1940
|
-
def view_selected(
|
|
1941
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1942
|
-
execution_context: int | str | None = None,
|
|
1943
|
-
undo: bool | None = None,
|
|
1944
|
-
):
|
|
1671
|
+
def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
|
|
1945
1672
|
"""Resize view so you can see selected nodes
|
|
1946
1673
|
|
|
1947
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1948
1674
|
:type execution_context: int | str | None
|
|
1949
1675
|
:type undo: bool | None
|
|
1950
1676
|
"""
|
|
1951
1677
|
|
|
1952
1678
|
def viewer_border(
|
|
1953
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1954
1679
|
execution_context: int | str | None = None,
|
|
1955
1680
|
undo: bool | None = None,
|
|
1681
|
+
/,
|
|
1956
1682
|
*,
|
|
1957
1683
|
xmin: int | None = 0,
|
|
1958
1684
|
xmax: int | None = 0,
|
|
@@ -1962,7 +1688,6 @@ def viewer_border(
|
|
|
1962
1688
|
):
|
|
1963
1689
|
"""Set the boundaries for viewer operations
|
|
1964
1690
|
|
|
1965
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1966
1691
|
:type execution_context: int | str | None
|
|
1967
1692
|
:type undo: bool | None
|
|
1968
1693
|
:param xmin: X Min
|