fake-bpy-module 20241207__py3-none-any.whl → 20241209__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.
- addon_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +5 -2
- bl_console_utils/autocomplete/complete_import/__init__.pyi +6 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +8 -2
- blf/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +110 -53
- bmesh/types/__init__.pyi +18 -10
- bmesh/utils/__init__.pyi +14 -4
- bpy/app/icons/__init__.pyi +4 -1
- bpy/app/translations/__init__.pyi +4 -1
- bpy/msgbus/__init__.pyi +8 -5
- bpy/ops/action/__init__.pyi +38 -138
- bpy/ops/anim/__init__.pyi +61 -179
- bpy/ops/armature/__init__.pyi +48 -147
- bpy/ops/asset/__init__.pyi +16 -71
- bpy/ops/boid/__init__.pyi +8 -41
- bpy/ops/brush/__init__.pyi +13 -39
- bpy/ops/buttons/__init__.pyi +6 -29
- bpy/ops/cachefile/__init__.pyi +5 -19
- bpy/ops/camera/__init__.pyi +2 -5
- bpy/ops/clip/__init__.pyi +92 -290
- bpy/ops/cloth/__init__.pyi +1 -3
- bpy/ops/collection/__init__.pyi +9 -25
- bpy/ops/console/__init__.pyi +21 -79
- bpy/ops/constraint/__init__.pyi +18 -45
- bpy/ops/curve/__init__.pyi +51 -180
- bpy/ops/curves/__init__.pyi +28 -100
- bpy/ops/cycles/__init__.pyi +3 -9
- bpy/ops/dpaint/__init__.pyi +5 -19
- bpy/ops/ed/__init__.pyi +12 -53
- bpy/ops/export_anim/__init__.pyi +1 -3
- bpy/ops/export_scene/__init__.pyi +2 -5
- bpy/ops/extensions/__init__.pyi +34 -110
- bpy/ops/file/__init__.pyi +40 -167
- bpy/ops/fluid/__init__.pyi +14 -77
- bpy/ops/font/__init__.pyi +23 -85
- bpy/ops/geometry/__init__.pyi +10 -27
- bpy/ops/gizmogroup/__init__.pyi +2 -9
- bpy/ops/gpencil/__init__.pyi +8 -32
- bpy/ops/graph/__init__.pyi +65 -184
- bpy/ops/grease_pencil/__init__.pyi +108 -290
- bpy/ops/image/__init__.pyi +49 -154
- bpy/ops/import_anim/__init__.pyi +1 -3
- bpy/ops/import_curve/__init__.pyi +1 -3
- bpy/ops/import_scene/__init__.pyi +2 -4
- bpy/ops/info/__init__.pyi +7 -29
- bpy/ops/lattice/__init__.pyi +8 -29
- bpy/ops/marker/__init__.pyi +11 -31
- bpy/ops/mask/__init__.pyi +39 -132
- bpy/ops/material/__init__.pyi +3 -19
- bpy/ops/mball/__init__.pyi +8 -19
- bpy/ops/mesh/__init__.pyi +164 -401
- bpy/ops/nla/__init__.pyi +39 -147
- bpy/ops/node/__init__.pyi +115 -390
- bpy/ops/object/__init__.pyi +237 -630
- bpy/ops/outliner/__init__.pyi +71 -263
- bpy/ops/paint/__init__.pyi +54 -140
- bpy/ops/paintcurve/__init__.pyi +8 -33
- bpy/ops/palette/__init__.pyi +7 -27
- bpy/ops/particle/__init__.pyi +36 -134
- bpy/ops/pose/__init__.pyi +51 -169
- bpy/ops/poselib/__init__.pyi +9 -33
- bpy/ops/preferences/__init__.pyi +35 -94
- bpy/ops/ptcache/__init__.pyi +7 -33
- bpy/ops/render/__init__.pyi +13 -37
- bpy/ops/rigidbody/__init__.pyi +13 -45
- bpy/ops/scene/__init__.pyi +37 -121
- bpy/ops/screen/__init__.pyi +39 -137
- bpy/ops/script/__init__.pyi +3 -11
- bpy/ops/sculpt/__init__.pyi +37 -94
- bpy/ops/sculpt_curves/__init__.pyi +4 -10
- bpy/ops/sequencer/__init__.pyi +89 -284
- bpy/ops/sound/__init__.pyi +7 -23
- bpy/ops/spreadsheet/__init__.pyi +4 -15
- bpy/ops/surface/__init__.pyi +6 -13
- bpy/ops/text/__init__.pyi +43 -175
- bpy/ops/text_editor/__init__.pyi +1 -3
- bpy/ops/texture/__init__.pyi +4 -21
- bpy/ops/transform/__init__.pyi +27 -61
- bpy/ops/ui/__init__.pyi +34 -117
- bpy/ops/uilist/__init__.pyi +3 -7
- bpy/ops/uv/__init__.pyi +49 -134
- bpy/ops/view2d/__init__.pyi +14 -39
- bpy/ops/view3d/__init__.pyi +67 -232
- bpy/ops/wm/__init__.pyi +114 -298
- bpy/ops/workspace/__init__.pyi +7 -33
- bpy/ops/world/__init__.pyi +2 -11
- bpy/path/__init__.pyi +4 -2
- bpy/types/__init__.pyi +68 -32
- bpy/utils/__init__.pyi +18 -9
- bpy_extras/bmesh_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +7 -2
- bpy_extras/mesh_utils/__init__.pyi +19 -7
- bpy_extras/view3d_utils/__init__.pyi +2 -2
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +115 -115
- freestyle/functions/__init__.pyi +16 -4
- freestyle/types/__init__.pyi +60 -23
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- gpu/capabilities/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +2 -2
- gpu_extras/batch/__init__.pyi +6 -3
- idprop/types/__init__.pyi +4 -3
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +25 -14
- mathutils/bvhtree/__init__.pyi +8 -7
- mathutils/geometry/__init__.pyi +38 -17
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +11 -6
- mathutils/noise/__init__.pyi +2 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
bpy/ops/cachefile/__init__.pyi
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.types
|
|
5
4
|
|
|
6
5
|
def layer_add(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
6
|
execution_context: int | str | None = None,
|
|
9
7
|
undo: bool | None = None,
|
|
8
|
+
/,
|
|
10
9
|
*,
|
|
11
10
|
filepath: str = "",
|
|
12
11
|
hide_props_region: bool | None = True,
|
|
@@ -38,7 +37,6 @@ def layer_add(
|
|
|
38
37
|
):
|
|
39
38
|
"""Add an override layer to the archive
|
|
40
39
|
|
|
41
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
42
40
|
:type execution_context: int | str | None
|
|
43
41
|
:type undo: bool | None
|
|
44
42
|
:param filepath: File Path, Path to file
|
|
@@ -104,37 +102,31 @@ def layer_add(
|
|
|
104
102
|
"""
|
|
105
103
|
|
|
106
104
|
def layer_move(
|
|
107
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
108
105
|
execution_context: int | str | None = None,
|
|
109
106
|
undo: bool | None = None,
|
|
107
|
+
/,
|
|
110
108
|
*,
|
|
111
109
|
direction: typing.Literal["UP", "DOWN"] | None = "UP",
|
|
112
110
|
):
|
|
113
111
|
"""Move layer in the list, layers further down the list will overwrite data from the layers higher up
|
|
114
112
|
|
|
115
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
116
113
|
:type execution_context: int | str | None
|
|
117
114
|
:type undo: bool | None
|
|
118
115
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
119
116
|
:type direction: typing.Literal['UP','DOWN'] | None
|
|
120
117
|
"""
|
|
121
118
|
|
|
122
|
-
def layer_remove(
|
|
123
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
124
|
-
execution_context: int | str | None = None,
|
|
125
|
-
undo: bool | None = None,
|
|
126
|
-
):
|
|
119
|
+
def layer_remove(execution_context: int | str | None = None, undo: bool | None = None):
|
|
127
120
|
"""Remove an override layer from the archive
|
|
128
121
|
|
|
129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
130
122
|
:type execution_context: int | str | None
|
|
131
123
|
:type undo: bool | None
|
|
132
124
|
"""
|
|
133
125
|
|
|
134
126
|
def open(
|
|
135
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
136
127
|
execution_context: int | str | None = None,
|
|
137
128
|
undo: bool | None = None,
|
|
129
|
+
/,
|
|
138
130
|
*,
|
|
139
131
|
filepath: str = "",
|
|
140
132
|
hide_props_region: bool | None = True,
|
|
@@ -166,7 +158,6 @@ def open(
|
|
|
166
158
|
):
|
|
167
159
|
"""Load a cache file
|
|
168
160
|
|
|
169
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
170
161
|
:type execution_context: int | str | None
|
|
171
162
|
:type undo: bool | None
|
|
172
163
|
:param filepath: File Path, Path to file
|
|
@@ -231,14 +222,9 @@ def open(
|
|
|
231
222
|
:type sort_method: str | None
|
|
232
223
|
"""
|
|
233
224
|
|
|
234
|
-
def reload(
|
|
235
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
236
|
-
execution_context: int | str | None = None,
|
|
237
|
-
undo: bool | None = None,
|
|
238
|
-
):
|
|
225
|
+
def reload(execution_context: int | str | None = None, undo: bool | None = None):
|
|
239
226
|
"""Update objects paths list with new data from the archive
|
|
240
227
|
|
|
241
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
242
228
|
:type execution_context: int | str | None
|
|
243
229
|
:type undo: bool | None
|
|
244
230
|
"""
|
bpy/ops/camera/__init__.pyi
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.types
|
|
5
4
|
|
|
6
5
|
def preset_add(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
6
|
execution_context: int | str | None = None,
|
|
9
7
|
undo: bool | None = None,
|
|
8
|
+
/,
|
|
10
9
|
*,
|
|
11
10
|
name: str = "",
|
|
12
11
|
remove_name: bool | None = False,
|
|
@@ -15,7 +14,6 @@ def preset_add(
|
|
|
15
14
|
):
|
|
16
15
|
"""Add or remove a Camera Preset
|
|
17
16
|
|
|
18
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
19
17
|
:type execution_context: int | str | None
|
|
20
18
|
:type undo: bool | None
|
|
21
19
|
:param name: Name, Name of the preset, used to make the path name
|
|
@@ -29,9 +27,9 @@ def preset_add(
|
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def safe_areas_preset_add(
|
|
32
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
33
30
|
execution_context: int | str | None = None,
|
|
34
31
|
undo: bool | None = None,
|
|
32
|
+
/,
|
|
35
33
|
*,
|
|
36
34
|
name: str = "",
|
|
37
35
|
remove_name: bool | None = False,
|
|
@@ -39,7 +37,6 @@ def safe_areas_preset_add(
|
|
|
39
37
|
):
|
|
40
38
|
"""Add or remove a Safe Areas Preset
|
|
41
39
|
|
|
42
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
43
40
|
:type execution_context: int | str | None
|
|
44
41
|
:type undo: bool | None
|
|
45
42
|
:param name: Name, Name of the preset, used to make the path name
|