fake-bpy-module 20240601__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/generic_ui_list/__init__.pyi +2 -2
- 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 +37 -32
- 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 +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +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 +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +1527 -1737
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +106 -106
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/import_anim/__init__.pyi
CHANGED
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def bvh(
|
|
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
|
filepath: str | typing.Any = "",
|
|
@@ -25,8 +25,8 @@ def bvh(
|
|
|
25
25
|
):
|
|
26
26
|
"""Load a BVH motion capture file
|
|
27
27
|
|
|
28
|
-
:type override_context: dict[str, typing.Any] |
|
|
29
|
-
:type execution_context:
|
|
28
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
29
|
+
:type execution_context: int | str | None
|
|
30
30
|
:type undo: bool | None
|
|
31
31
|
:param filepath: File Path, Filepath used for importing the file
|
|
32
32
|
:type filepath: str | typing.Any
|
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def svg(
|
|
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
|
filepath: str | typing.Any = "",
|
|
@@ -15,8 +15,8 @@ def svg(
|
|
|
15
15
|
):
|
|
16
16
|
"""Load a SVG file
|
|
17
17
|
|
|
18
|
-
:type override_context: dict[str, typing.Any] |
|
|
19
|
-
:type execution_context:
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
|
+
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param filepath: File Path, Filepath used for importing the file
|
|
22
22
|
:type filepath: str | typing.Any
|
|
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def fbx(
|
|
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
|
filepath: str | typing.Any = "",
|
|
@@ -40,8 +40,8 @@ def fbx(
|
|
|
40
40
|
):
|
|
41
41
|
"""Load a FBX file
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
:param filepath: File Path, Filepath used for importing the file
|
|
47
47
|
:type filepath: str | typing.Any
|
|
@@ -115,8 +115,8 @@ def fbx(
|
|
|
115
115
|
...
|
|
116
116
|
|
|
117
117
|
def gltf(
|
|
118
|
-
override_context: dict[str, typing.Any] |
|
|
119
|
-
execution_context:
|
|
118
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
119
|
+
execution_context: int | str | None = None,
|
|
120
120
|
undo: bool | None = None,
|
|
121
121
|
*,
|
|
122
122
|
filepath: str | typing.Any = "",
|
|
@@ -134,8 +134,8 @@ def gltf(
|
|
|
134
134
|
):
|
|
135
135
|
"""Load a glTF 2.0 file
|
|
136
136
|
|
|
137
|
-
:type override_context: dict[str, typing.Any] |
|
|
138
|
-
:type execution_context:
|
|
137
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
138
|
+
:type execution_context: int | str | None
|
|
139
139
|
:type undo: bool | None
|
|
140
140
|
:param filepath: File Path, Filepath used for importing the file
|
|
141
141
|
:type filepath: str | typing.Any
|
bpy/ops/info/__init__.pyi
CHANGED
|
@@ -6,72 +6,72 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def report_copy(
|
|
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
|
"""Copy selected reports to clipboard
|
|
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 report_delete(
|
|
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
|
"""Delete selected reports
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def report_replay(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
):
|
|
41
41
|
"""Replay selected reports
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def reports_display_update(
|
|
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
|
"""Update the display of reports in Blender UI (internal use)
|
|
56
56
|
|
|
57
|
-
:type override_context: dict[str, typing.Any] |
|
|
58
|
-
:type execution_context:
|
|
57
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
58
|
+
:type execution_context: int | str | None
|
|
59
59
|
:type undo: bool | None
|
|
60
60
|
"""
|
|
61
61
|
|
|
62
62
|
...
|
|
63
63
|
|
|
64
64
|
def select_all(
|
|
65
|
-
override_context: dict[str, typing.Any] |
|
|
66
|
-
execution_context:
|
|
65
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
66
|
+
execution_context: int | str | None = None,
|
|
67
67
|
undo: bool | None = None,
|
|
68
68
|
*,
|
|
69
69
|
action: str | None = "SELECT",
|
|
70
70
|
):
|
|
71
71
|
"""Change selection of all visible reports
|
|
72
72
|
|
|
73
|
-
:type override_context: dict[str, typing.Any] |
|
|
74
|
-
:type execution_context:
|
|
73
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
74
|
+
:type execution_context: int | str | None
|
|
75
75
|
:type undo: bool | None
|
|
76
76
|
:param action: Action, Selection action to execute
|
|
77
77
|
|
|
@@ -92,8 +92,8 @@ def select_all(
|
|
|
92
92
|
...
|
|
93
93
|
|
|
94
94
|
def select_box(
|
|
95
|
-
override_context: dict[str, typing.Any] |
|
|
96
|
-
execution_context:
|
|
95
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
96
|
+
execution_context: int | str | None = None,
|
|
97
97
|
undo: bool | None = None,
|
|
98
98
|
*,
|
|
99
99
|
xmin: typing.Any | None = 0,
|
|
@@ -105,8 +105,8 @@ def select_box(
|
|
|
105
105
|
):
|
|
106
106
|
"""Toggle box selection
|
|
107
107
|
|
|
108
|
-
:type override_context: dict[str, typing.Any] |
|
|
109
|
-
:type execution_context:
|
|
108
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
109
|
+
:type execution_context: int | str | None
|
|
110
110
|
:type undo: bool | None
|
|
111
111
|
:param xmin: X Min
|
|
112
112
|
:type xmin: typing.Any | None
|
|
@@ -134,8 +134,8 @@ def select_box(
|
|
|
134
134
|
...
|
|
135
135
|
|
|
136
136
|
def select_pick(
|
|
137
|
-
override_context: dict[str, typing.Any] |
|
|
138
|
-
execution_context:
|
|
137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
138
|
+
execution_context: int | str | None = None,
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
*,
|
|
141
141
|
report_index: typing.Any | None = 0,
|
|
@@ -143,8 +143,8 @@ def select_pick(
|
|
|
143
143
|
):
|
|
144
144
|
"""Select reports by index
|
|
145
145
|
|
|
146
|
-
:type override_context: dict[str, typing.Any] |
|
|
147
|
-
:type execution_context:
|
|
146
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
147
|
+
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param report_index: Report, Index of the report
|
|
150
150
|
:type report_index: typing.Any | None
|
bpy/ops/lattice/__init__.pyi
CHANGED
|
@@ -6,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def flip(
|
|
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
|
axis: str | None = "U",
|
|
14
14
|
):
|
|
15
15
|
"""Mirror all control points without inverting the lattice deform
|
|
16
16
|
|
|
17
|
-
:type override_context: dict[str, typing.Any] |
|
|
18
|
-
:type execution_context:
|
|
17
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
18
|
+
:type execution_context: int | str | None
|
|
19
19
|
:type undo: bool | None
|
|
20
20
|
:param axis: Flip Axis, Coordinates along this axis get flipped
|
|
21
21
|
:type axis: str | None
|
|
@@ -24,30 +24,30 @@ def flip(
|
|
|
24
24
|
...
|
|
25
25
|
|
|
26
26
|
def make_regular(
|
|
27
|
-
override_context: dict[str, typing.Any] |
|
|
28
|
-
execution_context:
|
|
27
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
28
|
+
execution_context: int | str | None = None,
|
|
29
29
|
undo: bool | None = None,
|
|
30
30
|
):
|
|
31
31
|
"""Set UVW control points a uniform distance apart
|
|
32
32
|
|
|
33
|
-
:type override_context: dict[str, typing.Any] |
|
|
34
|
-
:type execution_context:
|
|
33
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
34
|
+
:type execution_context: int | str | None
|
|
35
35
|
:type undo: bool | None
|
|
36
36
|
"""
|
|
37
37
|
|
|
38
38
|
...
|
|
39
39
|
|
|
40
40
|
def select_all(
|
|
41
|
-
override_context: dict[str, typing.Any] |
|
|
42
|
-
execution_context:
|
|
41
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
43
|
undo: bool | None = None,
|
|
44
44
|
*,
|
|
45
45
|
action: str | None = "TOGGLE",
|
|
46
46
|
):
|
|
47
47
|
"""Change selection of all UVW control points
|
|
48
48
|
|
|
49
|
-
:type override_context: dict[str, typing.Any] |
|
|
50
|
-
:type execution_context:
|
|
49
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
50
|
+
:type execution_context: int | str | None
|
|
51
51
|
:type undo: bool | None
|
|
52
52
|
:param action: Action, Selection action to execute
|
|
53
53
|
|
|
@@ -68,22 +68,22 @@ def select_all(
|
|
|
68
68
|
...
|
|
69
69
|
|
|
70
70
|
def select_less(
|
|
71
|
-
override_context: dict[str, typing.Any] |
|
|
72
|
-
execution_context:
|
|
71
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
72
|
+
execution_context: int | str | None = None,
|
|
73
73
|
undo: bool | None = None,
|
|
74
74
|
):
|
|
75
75
|
"""Deselect vertices at the boundary of each selection region
|
|
76
76
|
|
|
77
|
-
:type override_context: dict[str, typing.Any] |
|
|
78
|
-
:type execution_context:
|
|
77
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
78
|
+
:type execution_context: int | str | None
|
|
79
79
|
:type undo: bool | None
|
|
80
80
|
"""
|
|
81
81
|
|
|
82
82
|
...
|
|
83
83
|
|
|
84
84
|
def select_mirror(
|
|
85
|
-
override_context: dict[str, typing.Any] |
|
|
86
|
-
execution_context:
|
|
85
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
86
|
+
execution_context: int | str | None = None,
|
|
87
87
|
undo: bool | None = None,
|
|
88
88
|
*,
|
|
89
89
|
axis: typing.Any | None = {"X"},
|
|
@@ -91,8 +91,8 @@ def select_mirror(
|
|
|
91
91
|
):
|
|
92
92
|
"""Select mirrored lattice points
|
|
93
93
|
|
|
94
|
-
:type override_context: dict[str, typing.Any] |
|
|
95
|
-
:type execution_context:
|
|
94
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
95
|
+
:type execution_context: int | str | None
|
|
96
96
|
:type undo: bool | None
|
|
97
97
|
:param axis: Axis
|
|
98
98
|
:type axis: typing.Any | None
|
|
@@ -103,22 +103,22 @@ def select_mirror(
|
|
|
103
103
|
...
|
|
104
104
|
|
|
105
105
|
def select_more(
|
|
106
|
-
override_context: dict[str, typing.Any] |
|
|
107
|
-
execution_context:
|
|
106
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
107
|
+
execution_context: int | str | None = None,
|
|
108
108
|
undo: bool | None = None,
|
|
109
109
|
):
|
|
110
110
|
"""Select vertex directly linked to already selected ones
|
|
111
111
|
|
|
112
|
-
:type override_context: dict[str, typing.Any] |
|
|
113
|
-
:type execution_context:
|
|
112
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
113
|
+
:type execution_context: int | str | None
|
|
114
114
|
:type undo: bool | None
|
|
115
115
|
"""
|
|
116
116
|
|
|
117
117
|
...
|
|
118
118
|
|
|
119
119
|
def select_random(
|
|
120
|
-
override_context: dict[str, typing.Any] |
|
|
121
|
-
execution_context:
|
|
120
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
121
|
+
execution_context: int | str | None = None,
|
|
122
122
|
undo: bool | None = None,
|
|
123
123
|
*,
|
|
124
124
|
ratio: typing.Any | None = 0.5,
|
|
@@ -127,8 +127,8 @@ def select_random(
|
|
|
127
127
|
):
|
|
128
128
|
"""Randomly select UVW control points
|
|
129
129
|
|
|
130
|
-
:type override_context: dict[str, typing.Any] |
|
|
131
|
-
:type execution_context:
|
|
130
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
131
|
+
:type execution_context: int | str | None
|
|
132
132
|
:type undo: bool | None
|
|
133
133
|
:param ratio: Ratio, Portion of items to select randomly
|
|
134
134
|
:type ratio: typing.Any | None
|
|
@@ -147,16 +147,16 @@ def select_random(
|
|
|
147
147
|
...
|
|
148
148
|
|
|
149
149
|
def select_ungrouped(
|
|
150
|
-
override_context: dict[str, typing.Any] |
|
|
151
|
-
execution_context:
|
|
150
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
151
|
+
execution_context: int | str | None = None,
|
|
152
152
|
undo: bool | None = None,
|
|
153
153
|
*,
|
|
154
154
|
extend: bool | typing.Any | None = False,
|
|
155
155
|
):
|
|
156
156
|
"""Select vertices without a group
|
|
157
157
|
|
|
158
|
-
:type override_context: dict[str, typing.Any] |
|
|
159
|
-
:type execution_context:
|
|
158
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
159
|
+
:type execution_context: int | str | None
|
|
160
160
|
:type undo: bool | None
|
|
161
161
|
:param extend: Extend, Extend the selection
|
|
162
162
|
:type extend: bool | typing.Any | None
|
bpy/ops/marker/__init__.pyi
CHANGED
|
@@ -6,44 +6,44 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def 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
|
"""Add a new time marker
|
|
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 camera_bind(
|
|
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
|
"""Bind the selected camera to a marker on the current frame
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def delete(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
*,
|
|
41
41
|
confirm: bool | typing.Any | None = True,
|
|
42
42
|
):
|
|
43
43
|
"""Delete selected time marker(s)
|
|
44
44
|
|
|
45
|
-
:type override_context: dict[str, typing.Any] |
|
|
46
|
-
:type execution_context:
|
|
45
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
46
|
+
:type execution_context: int | str | None
|
|
47
47
|
:type undo: bool | None
|
|
48
48
|
:param confirm: Confirm, Prompt for confirmation
|
|
49
49
|
:type confirm: bool | typing.Any | None
|
|
@@ -52,16 +52,16 @@ def delete(
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def duplicate(
|
|
55
|
-
override_context: dict[str, typing.Any] |
|
|
56
|
-
execution_context:
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
56
|
+
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
*,
|
|
59
59
|
frames: typing.Any | None = 0,
|
|
60
60
|
):
|
|
61
61
|
"""Duplicate selected time marker(s)
|
|
62
62
|
|
|
63
|
-
:type override_context: dict[str, typing.Any] |
|
|
64
|
-
:type execution_context:
|
|
63
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
64
|
+
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
:param frames: Frames
|
|
67
67
|
:type frames: typing.Any | None
|
|
@@ -70,16 +70,16 @@ def duplicate(
|
|
|
70
70
|
...
|
|
71
71
|
|
|
72
72
|
def make_links_scene(
|
|
73
|
-
override_context: dict[str, typing.Any] |
|
|
74
|
-
execution_context:
|
|
73
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
74
|
+
execution_context: int | str | None = None,
|
|
75
75
|
undo: bool | None = None,
|
|
76
76
|
*,
|
|
77
77
|
scene: str | None = "",
|
|
78
78
|
):
|
|
79
79
|
"""Copy selected markers to another scene
|
|
80
80
|
|
|
81
|
-
:type override_context: dict[str, typing.Any] |
|
|
82
|
-
:type execution_context:
|
|
81
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
82
|
+
:type execution_context: int | str | None
|
|
83
83
|
:type undo: bool | None
|
|
84
84
|
:param scene: Scene
|
|
85
85
|
:type scene: str | None
|
|
@@ -88,8 +88,8 @@ def make_links_scene(
|
|
|
88
88
|
...
|
|
89
89
|
|
|
90
90
|
def move(
|
|
91
|
-
override_context: dict[str, typing.Any] |
|
|
92
|
-
execution_context:
|
|
91
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
92
|
+
execution_context: int | str | None = None,
|
|
93
93
|
undo: bool | None = None,
|
|
94
94
|
*,
|
|
95
95
|
frames: typing.Any | None = 0,
|
|
@@ -97,8 +97,8 @@ def move(
|
|
|
97
97
|
):
|
|
98
98
|
"""Move selected time marker(s)
|
|
99
99
|
|
|
100
|
-
:type override_context: dict[str, typing.Any] |
|
|
101
|
-
:type execution_context:
|
|
100
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
101
|
+
:type execution_context: int | str | None
|
|
102
102
|
:type undo: bool | None
|
|
103
103
|
:param frames: Frames
|
|
104
104
|
:type frames: typing.Any | None
|
|
@@ -109,16 +109,16 @@ def move(
|
|
|
109
109
|
...
|
|
110
110
|
|
|
111
111
|
def rename(
|
|
112
|
-
override_context: dict[str, typing.Any] |
|
|
113
|
-
execution_context:
|
|
112
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
113
|
+
execution_context: int | str | None = None,
|
|
114
114
|
undo: bool | None = None,
|
|
115
115
|
*,
|
|
116
116
|
name: str | typing.Any = "RenamedMarker",
|
|
117
117
|
):
|
|
118
118
|
"""Rename first selected time marker
|
|
119
119
|
|
|
120
|
-
:type override_context: dict[str, typing.Any] |
|
|
121
|
-
:type execution_context:
|
|
120
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
121
|
+
:type execution_context: int | str | None
|
|
122
122
|
:type undo: bool | None
|
|
123
123
|
:param name: Name, New name for marker
|
|
124
124
|
:type name: str | typing.Any
|
|
@@ -127,8 +127,8 @@ def rename(
|
|
|
127
127
|
...
|
|
128
128
|
|
|
129
129
|
def select(
|
|
130
|
-
override_context: dict[str, typing.Any] |
|
|
131
|
-
execution_context:
|
|
130
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
131
|
+
execution_context: int | str | None = None,
|
|
132
132
|
undo: bool | None = None,
|
|
133
133
|
*,
|
|
134
134
|
wait_to_deselect_others: bool | typing.Any | None = False,
|
|
@@ -139,8 +139,8 @@ def select(
|
|
|
139
139
|
):
|
|
140
140
|
"""Select time marker(s)
|
|
141
141
|
|
|
142
|
-
:type override_context: dict[str, typing.Any] |
|
|
143
|
-
:type execution_context:
|
|
142
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
143
|
+
:type execution_context: int | str | None
|
|
144
144
|
:type undo: bool | None
|
|
145
145
|
:param wait_to_deselect_others: Wait to Deselect Others
|
|
146
146
|
:type wait_to_deselect_others: bool | typing.Any | None
|
|
@@ -157,16 +157,16 @@ def select(
|
|
|
157
157
|
...
|
|
158
158
|
|
|
159
159
|
def select_all(
|
|
160
|
-
override_context: dict[str, typing.Any] |
|
|
161
|
-
execution_context:
|
|
160
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
161
|
+
execution_context: int | str | None = None,
|
|
162
162
|
undo: bool | None = None,
|
|
163
163
|
*,
|
|
164
164
|
action: str | None = "TOGGLE",
|
|
165
165
|
):
|
|
166
166
|
"""Change selection of all time markers
|
|
167
167
|
|
|
168
|
-
:type override_context: dict[str, typing.Any] |
|
|
169
|
-
:type execution_context:
|
|
168
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
169
|
+
:type execution_context: int | str | None
|
|
170
170
|
:type undo: bool | None
|
|
171
171
|
:param action: Action, Selection action to execute
|
|
172
172
|
|
|
@@ -187,8 +187,8 @@ def select_all(
|
|
|
187
187
|
...
|
|
188
188
|
|
|
189
189
|
def select_box(
|
|
190
|
-
override_context: dict[str, typing.Any] |
|
|
191
|
-
execution_context:
|
|
190
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
191
|
+
execution_context: int | str | None = None,
|
|
192
192
|
undo: bool | None = None,
|
|
193
193
|
*,
|
|
194
194
|
xmin: typing.Any | None = 0,
|
|
@@ -201,8 +201,8 @@ def select_box(
|
|
|
201
201
|
):
|
|
202
202
|
"""Select all time markers using box selection
|
|
203
203
|
|
|
204
|
-
:type override_context: dict[str, typing.Any] |
|
|
205
|
-
:type execution_context:
|
|
204
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
205
|
+
:type execution_context: int | str | None
|
|
206
206
|
:type undo: bool | None
|
|
207
207
|
:param xmin: X Min
|
|
208
208
|
:type xmin: typing.Any | None
|
|
@@ -232,8 +232,8 @@ def select_box(
|
|
|
232
232
|
...
|
|
233
233
|
|
|
234
234
|
def select_leftright(
|
|
235
|
-
override_context: dict[str, typing.Any] |
|
|
236
|
-
execution_context:
|
|
235
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
236
|
+
execution_context: int | str | None = None,
|
|
237
237
|
undo: bool | None = None,
|
|
238
238
|
*,
|
|
239
239
|
mode: str | None = "LEFT",
|
|
@@ -241,8 +241,8 @@ def select_leftright(
|
|
|
241
241
|
):
|
|
242
242
|
"""Select markers on and left/right of the current frame
|
|
243
243
|
|
|
244
|
-
:type override_context: dict[str, typing.Any] |
|
|
245
|
-
:type execution_context:
|
|
244
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
245
|
+
:type execution_context: int | str | None
|
|
246
246
|
:type undo: bool | None
|
|
247
247
|
:param mode: Mode
|
|
248
248
|
:type mode: str | None
|