fake-bpy-module 20240531__py3-none-any.whl → 20240604__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +130 -110
- 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 +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- 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 +151 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +475 -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 +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_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-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- 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-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/sound/__init__.pyi
CHANGED
|
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def bake_animation(
|
|
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
|
"""Update the audio animation cache
|
|
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 mixdown(
|
|
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
|
filepath: str | typing.Any = "",
|
|
@@ -56,8 +56,8 @@ def mixdown(
|
|
|
56
56
|
):
|
|
57
57
|
"""Mix the scene's audio to a sound file
|
|
58
58
|
|
|
59
|
-
:type override_context: dict[str, typing.Any] |
|
|
60
|
-
:type execution_context:
|
|
59
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
60
|
+
:type execution_context: int | str | None
|
|
61
61
|
:type undo: bool | None
|
|
62
62
|
:param filepath: File Path, Path to file
|
|
63
63
|
:type filepath: str | typing.Any
|
|
@@ -194,8 +194,8 @@ def mixdown(
|
|
|
194
194
|
...
|
|
195
195
|
|
|
196
196
|
def open(
|
|
197
|
-
override_context: dict[str, typing.Any] |
|
|
198
|
-
execution_context:
|
|
197
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
198
|
+
execution_context: int | str | None = None,
|
|
199
199
|
undo: bool | None = None,
|
|
200
200
|
*,
|
|
201
201
|
filepath: str | typing.Any = "",
|
|
@@ -229,8 +229,8 @@ def open(
|
|
|
229
229
|
):
|
|
230
230
|
"""Load a sound file
|
|
231
231
|
|
|
232
|
-
:type override_context: dict[str, typing.Any] |
|
|
233
|
-
:type execution_context:
|
|
232
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
233
|
+
:type execution_context: int | str | None
|
|
234
234
|
:type undo: bool | None
|
|
235
235
|
:param filepath: File Path, Path to file
|
|
236
236
|
:type filepath: str | typing.Any
|
|
@@ -305,8 +305,8 @@ def open(
|
|
|
305
305
|
...
|
|
306
306
|
|
|
307
307
|
def open_mono(
|
|
308
|
-
override_context: dict[str, typing.Any] |
|
|
309
|
-
execution_context:
|
|
308
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
309
|
+
execution_context: int | str | None = None,
|
|
310
310
|
undo: bool | None = None,
|
|
311
311
|
*,
|
|
312
312
|
filepath: str | typing.Any = "",
|
|
@@ -340,8 +340,8 @@ def open_mono(
|
|
|
340
340
|
):
|
|
341
341
|
"""Load a sound file as mono
|
|
342
342
|
|
|
343
|
-
:type override_context: dict[str, typing.Any] |
|
|
344
|
-
:type execution_context:
|
|
343
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
344
|
+
:type execution_context: int | str | None
|
|
345
345
|
:type undo: bool | None
|
|
346
346
|
:param filepath: File Path, Path to file
|
|
347
347
|
:type filepath: str | typing.Any
|
|
@@ -416,22 +416,22 @@ def open_mono(
|
|
|
416
416
|
...
|
|
417
417
|
|
|
418
418
|
def pack(
|
|
419
|
-
override_context: dict[str, typing.Any] |
|
|
420
|
-
execution_context:
|
|
419
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
420
|
+
execution_context: int | str | None = None,
|
|
421
421
|
undo: bool | None = None,
|
|
422
422
|
):
|
|
423
423
|
"""Pack the sound into the current blend file
|
|
424
424
|
|
|
425
|
-
:type override_context: dict[str, typing.Any] |
|
|
426
|
-
:type execution_context:
|
|
425
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
426
|
+
:type execution_context: int | str | None
|
|
427
427
|
:type undo: bool | None
|
|
428
428
|
"""
|
|
429
429
|
|
|
430
430
|
...
|
|
431
431
|
|
|
432
432
|
def unpack(
|
|
433
|
-
override_context: dict[str, typing.Any] |
|
|
434
|
-
execution_context:
|
|
433
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
434
|
+
execution_context: int | str | None = None,
|
|
435
435
|
undo: bool | None = None,
|
|
436
436
|
*,
|
|
437
437
|
method: str | None = "USE_LOCAL",
|
|
@@ -439,8 +439,8 @@ def unpack(
|
|
|
439
439
|
):
|
|
440
440
|
"""Unpack the sound to the samples filename
|
|
441
441
|
|
|
442
|
-
:type override_context: dict[str, typing.Any] |
|
|
443
|
-
:type execution_context:
|
|
442
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
443
|
+
:type execution_context: int | str | None
|
|
444
444
|
:type undo: bool | None
|
|
445
445
|
:param method: Method, How to unpack
|
|
446
446
|
:type method: str | None
|
|
@@ -451,14 +451,14 @@ def unpack(
|
|
|
451
451
|
...
|
|
452
452
|
|
|
453
453
|
def update_animation_flags(
|
|
454
|
-
override_context: dict[str, typing.Any] |
|
|
455
|
-
execution_context:
|
|
454
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
455
|
+
execution_context: int | str | None = None,
|
|
456
456
|
undo: bool | None = None,
|
|
457
457
|
):
|
|
458
458
|
"""Update animation flags
|
|
459
459
|
|
|
460
|
-
:type override_context: dict[str, typing.Any] |
|
|
461
|
-
:type execution_context:
|
|
460
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
461
|
+
:type execution_context: int | str | None
|
|
462
462
|
:type undo: bool | None
|
|
463
463
|
"""
|
|
464
464
|
|
bpy/ops/spreadsheet/__init__.pyi
CHANGED
|
@@ -6,22 +6,22 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def add_row_filter_rule(
|
|
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 filter to remove rows from the displayed data
|
|
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 change_spreadsheet_data_source(
|
|
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
|
component_type: typing.Any | None = 0,
|
|
@@ -29,8 +29,8 @@ def change_spreadsheet_data_source(
|
|
|
29
29
|
):
|
|
30
30
|
"""Change visible data source in the spreadsheet
|
|
31
31
|
|
|
32
|
-
:type override_context: dict[str, typing.Any] |
|
|
33
|
-
:type execution_context:
|
|
32
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
33
|
+
:type execution_context: int | str | None
|
|
34
34
|
:type undo: bool | None
|
|
35
35
|
:param component_type: Component Type
|
|
36
36
|
:type component_type: typing.Any | None
|
|
@@ -41,16 +41,16 @@ def change_spreadsheet_data_source(
|
|
|
41
41
|
...
|
|
42
42
|
|
|
43
43
|
def remove_row_filter_rule(
|
|
44
|
-
override_context: dict[str, typing.Any] |
|
|
45
|
-
execution_context:
|
|
44
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
45
|
+
execution_context: int | str | None = None,
|
|
46
46
|
undo: bool | None = None,
|
|
47
47
|
*,
|
|
48
48
|
index: typing.Any | None = 0,
|
|
49
49
|
):
|
|
50
50
|
"""Remove a row filter from the rules
|
|
51
51
|
|
|
52
|
-
:type override_context: dict[str, typing.Any] |
|
|
53
|
-
:type execution_context:
|
|
52
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
53
|
+
:type execution_context: int | str | None
|
|
54
54
|
:type undo: bool | None
|
|
55
55
|
:param index: Index
|
|
56
56
|
:type index: typing.Any | None
|
|
@@ -59,14 +59,14 @@ def remove_row_filter_rule(
|
|
|
59
59
|
...
|
|
60
60
|
|
|
61
61
|
def toggle_pin(
|
|
62
|
-
override_context: dict[str, typing.Any] |
|
|
63
|
-
execution_context:
|
|
62
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
63
|
+
execution_context: int | str | None = None,
|
|
64
64
|
undo: bool | None = None,
|
|
65
65
|
):
|
|
66
66
|
"""Turn on or off pinning
|
|
67
67
|
|
|
68
|
-
:type override_context: dict[str, typing.Any] |
|
|
69
|
-
:type execution_context:
|
|
68
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
69
|
+
:type execution_context: int | str | None
|
|
70
70
|
:type undo: bool | None
|
|
71
71
|
"""
|
|
72
72
|
|
bpy/ops/surface/__init__.pyi
CHANGED
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def primitive_nurbs_surface_circle_add(
|
|
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
|
radius: typing.Any | None = 1.0,
|
|
@@ -19,8 +19,8 @@ def primitive_nurbs_surface_circle_add(
|
|
|
19
19
|
):
|
|
20
20
|
"""Construct a Nurbs surface Circle
|
|
21
21
|
|
|
22
|
-
:type override_context: dict[str, typing.Any] |
|
|
23
|
-
:type execution_context:
|
|
22
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
23
|
+
:type execution_context: int | str | None
|
|
24
24
|
:type undo: bool | None
|
|
25
25
|
:param radius: Radius
|
|
26
26
|
:type radius: typing.Any | None
|
|
@@ -48,8 +48,8 @@ def primitive_nurbs_surface_circle_add(
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def primitive_nurbs_surface_curve_add(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
55
55
|
radius: typing.Any | None = 1.0,
|
|
@@ -61,8 +61,8 @@ def primitive_nurbs_surface_curve_add(
|
|
|
61
61
|
):
|
|
62
62
|
"""Construct a Nurbs surface Curve
|
|
63
63
|
|
|
64
|
-
:type override_context: dict[str, typing.Any] |
|
|
65
|
-
:type execution_context:
|
|
64
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
65
|
+
:type execution_context: int | str | None
|
|
66
66
|
:type undo: bool | None
|
|
67
67
|
:param radius: Radius
|
|
68
68
|
:type radius: typing.Any | None
|
|
@@ -90,8 +90,8 @@ def primitive_nurbs_surface_curve_add(
|
|
|
90
90
|
...
|
|
91
91
|
|
|
92
92
|
def primitive_nurbs_surface_cylinder_add(
|
|
93
|
-
override_context: dict[str, typing.Any] |
|
|
94
|
-
execution_context:
|
|
93
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
94
|
+
execution_context: int | str | None = None,
|
|
95
95
|
undo: bool | None = None,
|
|
96
96
|
*,
|
|
97
97
|
radius: typing.Any | None = 1.0,
|
|
@@ -103,8 +103,8 @@ def primitive_nurbs_surface_cylinder_add(
|
|
|
103
103
|
):
|
|
104
104
|
"""Construct a Nurbs surface Cylinder
|
|
105
105
|
|
|
106
|
-
:type override_context: dict[str, typing.Any] |
|
|
107
|
-
:type execution_context:
|
|
106
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
107
|
+
:type execution_context: int | str | None
|
|
108
108
|
:type undo: bool | None
|
|
109
109
|
:param radius: Radius
|
|
110
110
|
:type radius: typing.Any | None
|
|
@@ -132,8 +132,8 @@ def primitive_nurbs_surface_cylinder_add(
|
|
|
132
132
|
...
|
|
133
133
|
|
|
134
134
|
def primitive_nurbs_surface_sphere_add(
|
|
135
|
-
override_context: dict[str, typing.Any] |
|
|
136
|
-
execution_context:
|
|
135
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
136
|
+
execution_context: int | str | None = None,
|
|
137
137
|
undo: bool | None = None,
|
|
138
138
|
*,
|
|
139
139
|
radius: typing.Any | None = 1.0,
|
|
@@ -145,8 +145,8 @@ def primitive_nurbs_surface_sphere_add(
|
|
|
145
145
|
):
|
|
146
146
|
"""Construct a Nurbs surface Sphere
|
|
147
147
|
|
|
148
|
-
:type override_context: dict[str, typing.Any] |
|
|
149
|
-
:type execution_context:
|
|
148
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
149
|
+
:type execution_context: int | str | None
|
|
150
150
|
:type undo: bool | None
|
|
151
151
|
:param radius: Radius
|
|
152
152
|
:type radius: typing.Any | None
|
|
@@ -174,8 +174,8 @@ def primitive_nurbs_surface_sphere_add(
|
|
|
174
174
|
...
|
|
175
175
|
|
|
176
176
|
def primitive_nurbs_surface_surface_add(
|
|
177
|
-
override_context: dict[str, typing.Any] |
|
|
178
|
-
execution_context:
|
|
177
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
178
|
+
execution_context: int | str | None = None,
|
|
179
179
|
undo: bool | None = None,
|
|
180
180
|
*,
|
|
181
181
|
radius: typing.Any | None = 1.0,
|
|
@@ -187,8 +187,8 @@ def primitive_nurbs_surface_surface_add(
|
|
|
187
187
|
):
|
|
188
188
|
"""Construct a Nurbs surface Patch
|
|
189
189
|
|
|
190
|
-
:type override_context: dict[str, typing.Any] |
|
|
191
|
-
:type execution_context:
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
191
|
+
:type execution_context: int | str | None
|
|
192
192
|
:type undo: bool | None
|
|
193
193
|
:param radius: Radius
|
|
194
194
|
:type radius: typing.Any | None
|
|
@@ -216,8 +216,8 @@ def primitive_nurbs_surface_surface_add(
|
|
|
216
216
|
...
|
|
217
217
|
|
|
218
218
|
def primitive_nurbs_surface_torus_add(
|
|
219
|
-
override_context: dict[str, typing.Any] |
|
|
220
|
-
execution_context:
|
|
219
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
220
|
+
execution_context: int | str | None = None,
|
|
221
221
|
undo: bool | None = None,
|
|
222
222
|
*,
|
|
223
223
|
radius: typing.Any | None = 1.0,
|
|
@@ -229,8 +229,8 @@ def primitive_nurbs_surface_torus_add(
|
|
|
229
229
|
):
|
|
230
230
|
"""Construct a Nurbs surface Torus
|
|
231
231
|
|
|
232
|
-
:type override_context: dict[str, typing.Any] |
|
|
233
|
-
:type execution_context:
|
|
232
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
233
|
+
:type execution_context: int | str | None
|
|
234
234
|
:type undo: bool | None
|
|
235
235
|
:param radius: Radius
|
|
236
236
|
:type radius: typing.Any | None
|