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/material/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def copy(
|
|
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
|
):
|
|
11
11
|
"""Copy the material settings and nodes
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,13 +19,13 @@ def copy(
|
|
|
19
19
|
|
|
20
20
|
def new(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
):
|
|
25
25
|
"""Add a new material
|
|
26
26
|
|
|
27
27
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
28
|
-
:type execution_context:
|
|
28
|
+
:type execution_context: str
|
|
29
29
|
:type undo: bool
|
|
30
30
|
"""
|
|
31
31
|
|
|
@@ -33,13 +33,13 @@ def new(
|
|
|
33
33
|
|
|
34
34
|
def paste(
|
|
35
35
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
36
|
-
execution_context:
|
|
36
|
+
execution_context: str = None,
|
|
37
37
|
undo: bool = None,
|
|
38
38
|
):
|
|
39
39
|
"""Paste the material settings and nodes
|
|
40
40
|
|
|
41
41
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
42
|
-
:type execution_context:
|
|
42
|
+
:type execution_context: str
|
|
43
43
|
:type undo: bool
|
|
44
44
|
"""
|
|
45
45
|
|
bpy/ops/mball/__init__.pyi
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import typing
|
|
2
|
-
import bpy.ops.transform
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def delete_metaelems(
|
|
8
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
10
9
|
undo: bool = None,
|
|
11
10
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
12
11
|
):
|
|
13
12
|
"""Delete selected metaball element(s)
|
|
14
13
|
|
|
15
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type execution_context: str
|
|
17
16
|
:type undo: bool
|
|
18
17
|
:param confirm: Confirm, Prompt for confirmation
|
|
19
18
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -23,13 +22,13 @@ def delete_metaelems(
|
|
|
23
22
|
|
|
24
23
|
def duplicate_metaelems(
|
|
25
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
26
|
-
execution_context:
|
|
25
|
+
execution_context: str = None,
|
|
27
26
|
undo: bool = None,
|
|
28
27
|
):
|
|
29
28
|
"""Duplicate selected metaball element(s)
|
|
30
29
|
|
|
31
30
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
32
|
-
:type execution_context:
|
|
31
|
+
:type execution_context: str
|
|
33
32
|
:type undo: bool
|
|
34
33
|
"""
|
|
35
34
|
|
|
@@ -37,34 +36,34 @@ def duplicate_metaelems(
|
|
|
37
36
|
|
|
38
37
|
def duplicate_move(
|
|
39
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
40
|
-
execution_context:
|
|
39
|
+
execution_context: str = None,
|
|
41
40
|
undo: bool = None,
|
|
42
|
-
MBALL_OT_duplicate_metaelems:
|
|
43
|
-
TRANSFORM_OT_translate:
|
|
41
|
+
MBALL_OT_duplicate_metaelems: typing.Any = None,
|
|
42
|
+
TRANSFORM_OT_translate: typing.Any = None,
|
|
44
43
|
):
|
|
45
44
|
"""Make copies of the selected metaball elements and move them
|
|
46
45
|
|
|
47
46
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
48
|
-
:type execution_context:
|
|
47
|
+
:type execution_context: str
|
|
49
48
|
:type undo: bool
|
|
50
49
|
:param MBALL_OT_duplicate_metaelems: Duplicate Metaball Elements, Duplicate selected metaball element(s)
|
|
51
|
-
:type MBALL_OT_duplicate_metaelems:
|
|
50
|
+
:type MBALL_OT_duplicate_metaelems: typing.Any
|
|
52
51
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
53
|
-
:type TRANSFORM_OT_translate:
|
|
52
|
+
:type TRANSFORM_OT_translate: typing.Any
|
|
54
53
|
"""
|
|
55
54
|
|
|
56
55
|
...
|
|
57
56
|
|
|
58
57
|
def hide_metaelems(
|
|
59
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
60
|
-
execution_context:
|
|
59
|
+
execution_context: str = None,
|
|
61
60
|
undo: bool = None,
|
|
62
61
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
63
62
|
):
|
|
64
63
|
"""Hide (un)selected metaball element(s)
|
|
65
64
|
|
|
66
65
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
67
|
-
:type execution_context:
|
|
66
|
+
:type execution_context: str
|
|
68
67
|
:type undo: bool
|
|
69
68
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
70
69
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -74,14 +73,14 @@ def hide_metaelems(
|
|
|
74
73
|
|
|
75
74
|
def reveal_metaelems(
|
|
76
75
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
-
execution_context:
|
|
76
|
+
execution_context: str = None,
|
|
78
77
|
undo: bool = None,
|
|
79
78
|
select: typing.Union[bool, typing.Any] = True,
|
|
80
79
|
):
|
|
81
80
|
"""Reveal all hidden metaball elements
|
|
82
81
|
|
|
83
82
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
84
|
-
:type execution_context:
|
|
83
|
+
:type execution_context: str
|
|
85
84
|
:type undo: bool
|
|
86
85
|
:param select: Select
|
|
87
86
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -91,14 +90,14 @@ def reveal_metaelems(
|
|
|
91
90
|
|
|
92
91
|
def select_all(
|
|
93
92
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
94
|
-
execution_context:
|
|
93
|
+
execution_context: str = None,
|
|
95
94
|
undo: bool = None,
|
|
96
95
|
action: typing.Any = "TOGGLE",
|
|
97
96
|
):
|
|
98
97
|
"""Change selection of all metaball elements
|
|
99
98
|
|
|
100
99
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
101
|
-
:type execution_context:
|
|
100
|
+
:type execution_context: str
|
|
102
101
|
:type undo: bool
|
|
103
102
|
:param action: Action, Selection action to execute
|
|
104
103
|
|
|
@@ -120,7 +119,7 @@ def select_all(
|
|
|
120
119
|
|
|
121
120
|
def select_random_metaelems(
|
|
122
121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
123
|
-
execution_context:
|
|
122
|
+
execution_context: str = None,
|
|
124
123
|
undo: bool = None,
|
|
125
124
|
ratio: typing.Any = 0.5,
|
|
126
125
|
seed: typing.Any = 0,
|
|
@@ -129,7 +128,7 @@ def select_random_metaelems(
|
|
|
129
128
|
"""Randomly select metaball elements
|
|
130
129
|
|
|
131
130
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
132
|
-
:type execution_context:
|
|
131
|
+
:type execution_context: str
|
|
133
132
|
:type undo: bool
|
|
134
133
|
:param ratio: Ratio, Portion of items to select randomly
|
|
135
134
|
:type ratio: typing.Any
|
|
@@ -149,7 +148,7 @@ def select_random_metaelems(
|
|
|
149
148
|
|
|
150
149
|
def select_similar(
|
|
151
150
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
152
|
-
execution_context:
|
|
151
|
+
execution_context: str = None,
|
|
153
152
|
undo: bool = None,
|
|
154
153
|
type: typing.Any = "TYPE",
|
|
155
154
|
threshold: typing.Any = 0.1,
|
|
@@ -157,7 +156,7 @@ def select_similar(
|
|
|
157
156
|
"""Select similar metaballs by property types
|
|
158
157
|
|
|
159
158
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
160
|
-
:type execution_context:
|
|
159
|
+
:type execution_context: str
|
|
161
160
|
:type undo: bool
|
|
162
161
|
:param type: Type
|
|
163
162
|
:type type: typing.Any
|