fake-bpy-module 20240601__py3-none-any.whl → 20240605__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2185 -1933
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/material/__init__.pyi
CHANGED
|
@@ -6,42 +6,42 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def 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 the material settings and nodes
|
|
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 new(
|
|
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
|
"""Add a new material
|
|
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 paste(
|
|
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
|
"""Paste the material settings and nodes
|
|
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
|
|
bpy/ops/mball/__init__.pyi
CHANGED
|
@@ -7,16 +7,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def delete_metaelems(
|
|
10
|
-
override_context: dict[str, typing.Any] |
|
|
11
|
-
execution_context:
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
11
|
+
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
14
14
|
confirm: bool | typing.Any | None = True,
|
|
15
15
|
):
|
|
16
16
|
"""Delete selected metaball element(s)
|
|
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 confirm: Confirm, Prompt for confirmation
|
|
22
22
|
:type confirm: bool | typing.Any | None
|
|
@@ -25,22 +25,22 @@ def delete_metaelems(
|
|
|
25
25
|
...
|
|
26
26
|
|
|
27
27
|
def duplicate_metaelems(
|
|
28
|
-
override_context: dict[str, typing.Any] |
|
|
29
|
-
execution_context:
|
|
28
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
29
|
+
execution_context: int | str | None = None,
|
|
30
30
|
undo: bool | None = None,
|
|
31
31
|
):
|
|
32
32
|
"""Duplicate selected metaball element(s)
|
|
33
33
|
|
|
34
|
-
:type override_context: dict[str, typing.Any] |
|
|
35
|
-
:type execution_context:
|
|
34
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
35
|
+
:type execution_context: int | str | None
|
|
36
36
|
:type undo: bool | None
|
|
37
37
|
"""
|
|
38
38
|
|
|
39
39
|
...
|
|
40
40
|
|
|
41
41
|
def duplicate_move(
|
|
42
|
-
override_context: dict[str, typing.Any] |
|
|
43
|
-
execution_context:
|
|
42
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
43
|
+
execution_context: int | str | None = None,
|
|
44
44
|
undo: bool | None = None,
|
|
45
45
|
*,
|
|
46
46
|
MBALL_OT_duplicate_metaelems: duplicate_metaelems | None = None,
|
|
@@ -48,8 +48,8 @@ def duplicate_move(
|
|
|
48
48
|
):
|
|
49
49
|
"""Make copies of the selected metaball elements and move them
|
|
50
50
|
|
|
51
|
-
:type override_context: dict[str, typing.Any] |
|
|
52
|
-
:type execution_context:
|
|
51
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
52
|
+
:type execution_context: int | str | None
|
|
53
53
|
:type undo: bool | None
|
|
54
54
|
:param MBALL_OT_duplicate_metaelems: Duplicate Metaball Elements, Duplicate selected metaball element(s)
|
|
55
55
|
:type MBALL_OT_duplicate_metaelems: duplicate_metaelems | None
|
|
@@ -60,16 +60,16 @@ def duplicate_move(
|
|
|
60
60
|
...
|
|
61
61
|
|
|
62
62
|
def hide_metaelems(
|
|
63
|
-
override_context: dict[str, typing.Any] |
|
|
64
|
-
execution_context:
|
|
63
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
64
|
+
execution_context: int | str | None = None,
|
|
65
65
|
undo: bool | None = None,
|
|
66
66
|
*,
|
|
67
67
|
unselected: bool | typing.Any | None = False,
|
|
68
68
|
):
|
|
69
69
|
"""Hide (un)selected metaball element(s)
|
|
70
70
|
|
|
71
|
-
:type override_context: dict[str, typing.Any] |
|
|
72
|
-
:type execution_context:
|
|
71
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
72
|
+
:type execution_context: int | str | None
|
|
73
73
|
:type undo: bool | None
|
|
74
74
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
75
75
|
:type unselected: bool | typing.Any | None
|
|
@@ -78,16 +78,16 @@ def hide_metaelems(
|
|
|
78
78
|
...
|
|
79
79
|
|
|
80
80
|
def reveal_metaelems(
|
|
81
|
-
override_context: dict[str, typing.Any] |
|
|
82
|
-
execution_context:
|
|
81
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
82
|
+
execution_context: int | str | None = None,
|
|
83
83
|
undo: bool | None = None,
|
|
84
84
|
*,
|
|
85
85
|
select: bool | typing.Any | None = True,
|
|
86
86
|
):
|
|
87
87
|
"""Reveal all hidden metaball elements
|
|
88
88
|
|
|
89
|
-
:type override_context: dict[str, typing.Any] |
|
|
90
|
-
:type execution_context:
|
|
89
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
90
|
+
:type execution_context: int | str | None
|
|
91
91
|
:type undo: bool | None
|
|
92
92
|
:param select: Select
|
|
93
93
|
:type select: bool | typing.Any | None
|
|
@@ -96,16 +96,16 @@ def reveal_metaelems(
|
|
|
96
96
|
...
|
|
97
97
|
|
|
98
98
|
def select_all(
|
|
99
|
-
override_context: dict[str, typing.Any] |
|
|
100
|
-
execution_context:
|
|
99
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
100
|
+
execution_context: int | str | None = None,
|
|
101
101
|
undo: bool | None = None,
|
|
102
102
|
*,
|
|
103
103
|
action: str | None = "TOGGLE",
|
|
104
104
|
):
|
|
105
105
|
"""Change selection of all metaball elements
|
|
106
106
|
|
|
107
|
-
:type override_context: dict[str, typing.Any] |
|
|
108
|
-
:type execution_context:
|
|
107
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
108
|
+
:type execution_context: int | str | None
|
|
109
109
|
:type undo: bool | None
|
|
110
110
|
:param action: Action, Selection action to execute
|
|
111
111
|
|
|
@@ -126,8 +126,8 @@ def select_all(
|
|
|
126
126
|
...
|
|
127
127
|
|
|
128
128
|
def select_random_metaelems(
|
|
129
|
-
override_context: dict[str, typing.Any] |
|
|
130
|
-
execution_context:
|
|
129
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
130
|
+
execution_context: int | str | None = None,
|
|
131
131
|
undo: bool | None = None,
|
|
132
132
|
*,
|
|
133
133
|
ratio: typing.Any | None = 0.5,
|
|
@@ -136,8 +136,8 @@ def select_random_metaelems(
|
|
|
136
136
|
):
|
|
137
137
|
"""Randomly select metaball elements
|
|
138
138
|
|
|
139
|
-
:type override_context: dict[str, typing.Any] |
|
|
140
|
-
:type execution_context:
|
|
139
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
140
|
+
:type execution_context: int | str | None
|
|
141
141
|
:type undo: bool | None
|
|
142
142
|
:param ratio: Ratio, Portion of items to select randomly
|
|
143
143
|
:type ratio: typing.Any | None
|
|
@@ -156,8 +156,8 @@ def select_random_metaelems(
|
|
|
156
156
|
...
|
|
157
157
|
|
|
158
158
|
def select_similar(
|
|
159
|
-
override_context: dict[str, typing.Any] |
|
|
160
|
-
execution_context:
|
|
159
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
160
|
+
execution_context: int | str | None = None,
|
|
161
161
|
undo: bool | None = None,
|
|
162
162
|
*,
|
|
163
163
|
type: str | None = "TYPE",
|
|
@@ -165,8 +165,8 @@ def select_similar(
|
|
|
165
165
|
):
|
|
166
166
|
"""Select similar metaballs by property types
|
|
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 type: Type
|
|
172
172
|
:type type: str | None
|