fake-bpy-module 20240928__py3-none-any.whl → 20240929__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.
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bpy/__init__.pyi +1 -1
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +124 -124
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +26 -26
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +202 -202
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +78 -78
- bpy/ops/node/__init__.pyi +230 -230
- bpy/ops/object/__init__.pyi +476 -476
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +74 -74
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +178 -178
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +68 -68
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +232 -232
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +254 -219
- bpy_extras/object_utils/__init__.pyi +4 -4
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/RECORD +84 -84
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240928.dist-info → fake_bpy_module-20240929.dist-info}/top_level.txt +0 -0
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ import bpy.types
|
|
|
5
5
|
import bpy.typing
|
|
6
6
|
|
|
7
7
|
def attribute_add(
|
|
8
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
8
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
9
9
|
execution_context: int | str | None = None,
|
|
10
10
|
undo: bool | None = None,
|
|
11
11
|
*,
|
|
@@ -15,7 +15,7 @@ def attribute_add(
|
|
|
15
15
|
):
|
|
16
16
|
"""Add attribute to geometry
|
|
17
17
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
19
|
:type execution_context: int | str | None
|
|
20
20
|
:type undo: bool | None
|
|
21
21
|
:param name: Name, Name of new attribute
|
|
@@ -27,7 +27,7 @@ def attribute_add(
|
|
|
27
27
|
"""
|
|
28
28
|
|
|
29
29
|
def attribute_convert(
|
|
30
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
30
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
31
31
|
execution_context: int | str | None = None,
|
|
32
32
|
undo: bool | None = None,
|
|
33
33
|
*,
|
|
@@ -37,7 +37,7 @@ def attribute_convert(
|
|
|
37
37
|
):
|
|
38
38
|
"""Change how the attribute is stored
|
|
39
39
|
|
|
40
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
40
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
41
41
|
:type execution_context: int | str | None
|
|
42
42
|
:type undo: bool | None
|
|
43
43
|
:param mode: Mode
|
|
@@ -49,19 +49,19 @@ def attribute_convert(
|
|
|
49
49
|
"""
|
|
50
50
|
|
|
51
51
|
def attribute_remove(
|
|
52
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
52
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
53
53
|
execution_context: int | str | None = None,
|
|
54
54
|
undo: bool | None = None,
|
|
55
55
|
):
|
|
56
56
|
"""Remove attribute from geometry
|
|
57
57
|
|
|
58
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
58
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
59
59
|
:type execution_context: int | str | None
|
|
60
60
|
:type undo: bool | None
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
63
|
def color_attribute_add(
|
|
64
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
64
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
65
65
|
execution_context: int | str | None = None,
|
|
66
66
|
undo: bool | None = None,
|
|
67
67
|
*,
|
|
@@ -72,7 +72,7 @@ def color_attribute_add(
|
|
|
72
72
|
):
|
|
73
73
|
"""Add color attribute to geometry
|
|
74
74
|
|
|
75
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
75
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
76
76
|
:type execution_context: int | str | None
|
|
77
77
|
:type undo: bool | None
|
|
78
78
|
:param name: Name, Name of new color attribute
|
|
@@ -86,7 +86,7 @@ def color_attribute_add(
|
|
|
86
86
|
"""
|
|
87
87
|
|
|
88
88
|
def color_attribute_convert(
|
|
89
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
89
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
90
90
|
execution_context: int | str | None = None,
|
|
91
91
|
undo: bool | None = None,
|
|
92
92
|
*,
|
|
@@ -95,7 +95,7 @@ def color_attribute_convert(
|
|
|
95
95
|
):
|
|
96
96
|
"""Change how the color attribute is stored
|
|
97
97
|
|
|
98
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
98
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
99
99
|
:type execution_context: int | str | None
|
|
100
100
|
:type undo: bool | None
|
|
101
101
|
:param domain: Domain, Type of element that attribute is stored on
|
|
@@ -105,31 +105,31 @@ def color_attribute_convert(
|
|
|
105
105
|
"""
|
|
106
106
|
|
|
107
107
|
def color_attribute_duplicate(
|
|
108
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
108
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
109
109
|
execution_context: int | str | None = None,
|
|
110
110
|
undo: bool | None = None,
|
|
111
111
|
):
|
|
112
112
|
"""Duplicate color attribute
|
|
113
113
|
|
|
114
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
114
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
115
115
|
:type execution_context: int | str | None
|
|
116
116
|
:type undo: bool | None
|
|
117
117
|
"""
|
|
118
118
|
|
|
119
119
|
def color_attribute_remove(
|
|
120
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
120
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
121
121
|
execution_context: int | str | None = None,
|
|
122
122
|
undo: bool | None = None,
|
|
123
123
|
):
|
|
124
124
|
"""Remove color attribute from geometry
|
|
125
125
|
|
|
126
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
126
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
127
127
|
:type execution_context: int | str | None
|
|
128
128
|
:type undo: bool | None
|
|
129
129
|
"""
|
|
130
130
|
|
|
131
131
|
def color_attribute_render_set(
|
|
132
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
132
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
133
133
|
execution_context: int | str | None = None,
|
|
134
134
|
undo: bool | None = None,
|
|
135
135
|
*,
|
|
@@ -137,7 +137,7 @@ def color_attribute_render_set(
|
|
|
137
137
|
):
|
|
138
138
|
"""Set default color attribute used for rendering
|
|
139
139
|
|
|
140
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
140
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
141
141
|
:type execution_context: int | str | None
|
|
142
142
|
:type undo: bool | None
|
|
143
143
|
:param name: Name, Name of color attribute
|
|
@@ -145,7 +145,7 @@ def color_attribute_render_set(
|
|
|
145
145
|
"""
|
|
146
146
|
|
|
147
147
|
def execute_node_group(
|
|
148
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
148
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
149
149
|
execution_context: int | str | None = None,
|
|
150
150
|
undo: bool | None = None,
|
|
151
151
|
*,
|
|
@@ -198,7 +198,7 @@ def execute_node_group(
|
|
|
198
198
|
):
|
|
199
199
|
"""Execute a node group on geometry
|
|
200
200
|
|
|
201
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
202
202
|
:type execution_context: int | str | None
|
|
203
203
|
:type undo: bool | None
|
|
204
204
|
:param asset_library_type: Asset Library Type
|
|
@@ -228,7 +228,7 @@ def execute_node_group(
|
|
|
228
228
|
"""
|
|
229
229
|
|
|
230
230
|
def geometry_randomization(
|
|
231
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
231
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
232
232
|
execution_context: int | str | None = None,
|
|
233
233
|
undo: bool | None = None,
|
|
234
234
|
*,
|
|
@@ -236,7 +236,7 @@ def geometry_randomization(
|
|
|
236
236
|
):
|
|
237
237
|
"""Toggle geometry randomization for debugging purposes
|
|
238
238
|
|
|
239
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
239
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
240
240
|
:type execution_context: int | str | None
|
|
241
241
|
:type undo: bool | None
|
|
242
242
|
:param value: Value, Randomize the order of geometry elements (e.g. vertices or edges) after some operations where there are no guarantees about the order. This avoids accidentally depending on something that may change in the future
|
bpy/ops/gizmogroup/__init__.pyi
CHANGED
|
@@ -4,7 +4,7 @@ import typing_extensions
|
|
|
4
4
|
import bpy.types
|
|
5
5
|
|
|
6
6
|
def gizmo_select(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
7
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
8
|
execution_context: int | str | None = None,
|
|
9
9
|
undo: bool | None = None,
|
|
10
10
|
*,
|
|
@@ -16,7 +16,7 @@ def gizmo_select(
|
|
|
16
16
|
):
|
|
17
17
|
"""Select the currently highlighted gizmo
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
20
20
|
:type execution_context: int | str | None
|
|
21
21
|
:type undo: bool | None
|
|
22
22
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -32,13 +32,13 @@ def gizmo_select(
|
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def gizmo_tweak(
|
|
35
|
-
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
35
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
36
36
|
execution_context: int | str | None = None,
|
|
37
37
|
undo: bool | None = None,
|
|
38
38
|
):
|
|
39
39
|
"""Tweak the active gizmo
|
|
40
40
|
|
|
41
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
41
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
42
42
|
:type execution_context: int | str | None
|
|
43
43
|
:type undo: bool | None
|
|
44
44
|
"""
|