fake-bpy-module 20240326__py3-none-any.whl → 20240329__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 +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- 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 +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- 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 +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- 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 +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/cachefile/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def layer_add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
filepath: typing.Union[str, typing.Any] = "",
|
|
11
11
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -35,7 +35,7 @@ def layer_add(
|
|
|
35
35
|
"""Add an override layer to the archive
|
|
36
36
|
|
|
37
37
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
38
|
-
:type execution_context:
|
|
38
|
+
:type execution_context: str
|
|
39
39
|
:type undo: bool
|
|
40
40
|
:param filepath: File Path, Path to file
|
|
41
41
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -103,14 +103,14 @@ def layer_add(
|
|
|
103
103
|
|
|
104
104
|
def layer_move(
|
|
105
105
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
106
|
-
execution_context:
|
|
106
|
+
execution_context: str = None,
|
|
107
107
|
undo: bool = None,
|
|
108
108
|
direction: typing.Any = "UP",
|
|
109
109
|
):
|
|
110
110
|
"""Move layer in the list, layers further down the list will overwrite data from the layers higher up
|
|
111
111
|
|
|
112
112
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
113
|
-
:type execution_context:
|
|
113
|
+
:type execution_context: str
|
|
114
114
|
:type undo: bool
|
|
115
115
|
:param direction: Direction, Direction to move the active vertex group towards
|
|
116
116
|
:type direction: typing.Any
|
|
@@ -120,13 +120,13 @@ def layer_move(
|
|
|
120
120
|
|
|
121
121
|
def layer_remove(
|
|
122
122
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
123
|
-
execution_context:
|
|
123
|
+
execution_context: str = None,
|
|
124
124
|
undo: bool = None,
|
|
125
125
|
):
|
|
126
126
|
"""Remove an override layer from the archive
|
|
127
127
|
|
|
128
128
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
129
|
-
:type execution_context:
|
|
129
|
+
:type execution_context: str
|
|
130
130
|
:type undo: bool
|
|
131
131
|
"""
|
|
132
132
|
|
|
@@ -134,7 +134,7 @@ def layer_remove(
|
|
|
134
134
|
|
|
135
135
|
def open(
|
|
136
136
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
137
|
-
execution_context:
|
|
137
|
+
execution_context: str = None,
|
|
138
138
|
undo: bool = None,
|
|
139
139
|
filepath: typing.Union[str, typing.Any] = "",
|
|
140
140
|
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
@@ -164,7 +164,7 @@ def open(
|
|
|
164
164
|
"""Load a cache file
|
|
165
165
|
|
|
166
166
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
167
|
-
:type execution_context:
|
|
167
|
+
:type execution_context: str
|
|
168
168
|
:type undo: bool
|
|
169
169
|
:param filepath: File Path, Path to file
|
|
170
170
|
:type filepath: typing.Union[str, typing.Any]
|
|
@@ -232,13 +232,13 @@ def open(
|
|
|
232
232
|
|
|
233
233
|
def reload(
|
|
234
234
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
235
|
-
execution_context:
|
|
235
|
+
execution_context: str = None,
|
|
236
236
|
undo: bool = None,
|
|
237
237
|
):
|
|
238
238
|
"""Update objects paths list with new data from the archive
|
|
239
239
|
|
|
240
240
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
241
|
-
:type execution_context:
|
|
241
|
+
:type execution_context: str
|
|
242
242
|
:type undo: bool
|
|
243
243
|
"""
|
|
244
244
|
|
bpy/ops/camera/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def preset_add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
name: typing.Union[str, typing.Any] = "",
|
|
11
11
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -15,7 +15,7 @@ def preset_add(
|
|
|
15
15
|
"""Add or remove a Camera Preset
|
|
16
16
|
|
|
17
17
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
18
|
-
:type execution_context:
|
|
18
|
+
:type execution_context: str
|
|
19
19
|
:type undo: bool
|
|
20
20
|
:param name: Name, Name of the preset, used to make the path name
|
|
21
21
|
:type name: typing.Union[str, typing.Any]
|
|
@@ -31,7 +31,7 @@ def preset_add(
|
|
|
31
31
|
|
|
32
32
|
def safe_areas_preset_add(
|
|
33
33
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
34
|
-
execution_context:
|
|
34
|
+
execution_context: str = None,
|
|
35
35
|
undo: bool = None,
|
|
36
36
|
name: typing.Union[str, typing.Any] = "",
|
|
37
37
|
remove_name: typing.Union[bool, typing.Any] = False,
|
|
@@ -40,7 +40,7 @@ def safe_areas_preset_add(
|
|
|
40
40
|
"""Add or remove a Safe Areas Preset
|
|
41
41
|
|
|
42
42
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
43
|
-
:type execution_context:
|
|
43
|
+
:type execution_context: str
|
|
44
44
|
:type undo: bool
|
|
45
45
|
:param name: Name, Name of the preset, used to make the path name
|
|
46
46
|
:type name: typing.Union[str, typing.Any]
|