fake-bpy-module 20240812__py3-none-any.whl → 20240814__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/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- 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 +166 -166
- 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 +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- 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 +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- 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 +64 -64
- 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 +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def attribute_add(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -34,7 +34,7 @@ def attribute_add(
|
|
|
34
34
|
):
|
|
35
35
|
"""Add attribute to geometry
|
|
36
36
|
|
|
37
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
37
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
38
38
|
:type execution_context: int | str | None
|
|
39
39
|
:type undo: bool | None
|
|
40
40
|
:param name: Name, Name of new attribute
|
|
@@ -48,7 +48,7 @@ def attribute_add(
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def attribute_convert(
|
|
51
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
52
52
|
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
@@ -75,7 +75,7 @@ def attribute_convert(
|
|
|
75
75
|
):
|
|
76
76
|
"""Change how the attribute is stored
|
|
77
77
|
|
|
78
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
78
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
79
|
:type execution_context: int | str | None
|
|
80
80
|
:type undo: bool | None
|
|
81
81
|
:param mode: Mode
|
|
@@ -89,13 +89,13 @@ def attribute_convert(
|
|
|
89
89
|
...
|
|
90
90
|
|
|
91
91
|
def attribute_remove(
|
|
92
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
92
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
93
93
|
execution_context: int | str | None = None,
|
|
94
94
|
undo: bool | None = None,
|
|
95
95
|
):
|
|
96
96
|
"""Remove attribute from geometry
|
|
97
97
|
|
|
98
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
98
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
99
99
|
:type execution_context: int | str | None
|
|
100
100
|
:type undo: bool | None
|
|
101
101
|
"""
|
|
@@ -103,7 +103,7 @@ def attribute_remove(
|
|
|
103
103
|
...
|
|
104
104
|
|
|
105
105
|
def color_attribute_add(
|
|
106
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
106
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
107
107
|
execution_context: int | str | None = None,
|
|
108
108
|
undo: bool | None = None,
|
|
109
109
|
*,
|
|
@@ -114,7 +114,7 @@ def color_attribute_add(
|
|
|
114
114
|
):
|
|
115
115
|
"""Add color attribute to geometry
|
|
116
116
|
|
|
117
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
117
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
118
118
|
:type execution_context: int | str | None
|
|
119
119
|
:type undo: bool | None
|
|
120
120
|
:param name: Name, Name of new color attribute
|
|
@@ -130,7 +130,7 @@ def color_attribute_add(
|
|
|
130
130
|
...
|
|
131
131
|
|
|
132
132
|
def color_attribute_convert(
|
|
133
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
133
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
134
134
|
execution_context: int | str | None = None,
|
|
135
135
|
undo: bool | None = None,
|
|
136
136
|
*,
|
|
@@ -139,7 +139,7 @@ def color_attribute_convert(
|
|
|
139
139
|
):
|
|
140
140
|
"""Change how the color attribute is stored
|
|
141
141
|
|
|
142
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
142
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
143
143
|
:type execution_context: int | str | None
|
|
144
144
|
:type undo: bool | None
|
|
145
145
|
:param domain: Domain, Type of element that attribute is stored on
|
|
@@ -151,13 +151,13 @@ def color_attribute_convert(
|
|
|
151
151
|
...
|
|
152
152
|
|
|
153
153
|
def color_attribute_duplicate(
|
|
154
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
154
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
155
155
|
execution_context: int | str | None = None,
|
|
156
156
|
undo: bool | None = None,
|
|
157
157
|
):
|
|
158
158
|
"""Duplicate color attribute
|
|
159
159
|
|
|
160
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
160
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
161
161
|
:type execution_context: int | str | None
|
|
162
162
|
:type undo: bool | None
|
|
163
163
|
"""
|
|
@@ -165,13 +165,13 @@ def color_attribute_duplicate(
|
|
|
165
165
|
...
|
|
166
166
|
|
|
167
167
|
def color_attribute_remove(
|
|
168
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
168
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
169
169
|
execution_context: int | str | None = None,
|
|
170
170
|
undo: bool | None = None,
|
|
171
171
|
):
|
|
172
172
|
"""Remove color attribute from geometry
|
|
173
173
|
|
|
174
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
174
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
175
175
|
:type execution_context: int | str | None
|
|
176
176
|
:type undo: bool | None
|
|
177
177
|
"""
|
|
@@ -179,7 +179,7 @@ def color_attribute_remove(
|
|
|
179
179
|
...
|
|
180
180
|
|
|
181
181
|
def color_attribute_render_set(
|
|
182
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
182
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
183
183
|
execution_context: int | str | None = None,
|
|
184
184
|
undo: bool | None = None,
|
|
185
185
|
*,
|
|
@@ -187,7 +187,7 @@ def color_attribute_render_set(
|
|
|
187
187
|
):
|
|
188
188
|
"""Set default color attribute used for rendering
|
|
189
189
|
|
|
190
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
190
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
191
191
|
:type execution_context: int | str | None
|
|
192
192
|
:type undo: bool | None
|
|
193
193
|
:param name: Name, Name of color attribute
|
|
@@ -197,7 +197,7 @@ def color_attribute_render_set(
|
|
|
197
197
|
...
|
|
198
198
|
|
|
199
199
|
def execute_node_group(
|
|
200
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
200
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
201
201
|
execution_context: int | str | None = None,
|
|
202
202
|
undo: bool | None = None,
|
|
203
203
|
*,
|
|
@@ -251,7 +251,7 @@ def execute_node_group(
|
|
|
251
251
|
):
|
|
252
252
|
"""Execute a node group on geometry
|
|
253
253
|
|
|
254
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
254
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
255
255
|
:type execution_context: int | str | None
|
|
256
256
|
:type undo: bool | None
|
|
257
257
|
:param asset_library_type: Asset Library Type
|
|
@@ -283,7 +283,7 @@ def execute_node_group(
|
|
|
283
283
|
...
|
|
284
284
|
|
|
285
285
|
def geometry_randomization(
|
|
286
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
286
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
287
287
|
execution_context: int | str | None = None,
|
|
288
288
|
undo: bool | None = None,
|
|
289
289
|
*,
|
|
@@ -291,7 +291,7 @@ def geometry_randomization(
|
|
|
291
291
|
):
|
|
292
292
|
"""Toggle geometry randomization for debugging purposes
|
|
293
293
|
|
|
294
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
294
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
295
295
|
:type execution_context: int | str | None
|
|
296
296
|
:type undo: bool | None
|
|
297
297
|
: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
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def gizmo_select(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -19,7 +19,7 @@ def gizmo_select(
|
|
|
19
19
|
):
|
|
20
20
|
"""Select the currently highlighted gizmo
|
|
21
21
|
|
|
22
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
22
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
23
23
|
:type execution_context: int | str | None
|
|
24
24
|
:type undo: bool | None
|
|
25
25
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
@@ -37,13 +37,13 @@ def gizmo_select(
|
|
|
37
37
|
...
|
|
38
38
|
|
|
39
39
|
def gizmo_tweak(
|
|
40
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
40
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
41
41
|
execution_context: int | str | None = None,
|
|
42
42
|
undo: bool | None = None,
|
|
43
43
|
):
|
|
44
44
|
"""Tweak the active gizmo
|
|
45
45
|
|
|
46
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
46
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
47
47
|
:type execution_context: int | str | None
|
|
48
48
|
:type undo: bool | None
|
|
49
49
|
"""
|