fake-bpy-module 20240417__py3-none-any.whl → 20240419__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.
- _bpy_internal/__init__.pyi +4 -0
- _bpy_internal/freedesktop/__init__.pyi +88 -0
- _bpy_internal/freedesktop/py.typed +0 -0
- _bpy_internal/py.typed +0 -0
- aud/__init__.pyi +121 -48
- bgl/__init__.pyi +2443 -1265
- bl_math/__init__.pyi +19 -3
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- blf/__init__.pyi +63 -13
- bmesh/__init__.pyi +13 -0
- bmesh/geometry/__init__.pyi +5 -0
- bmesh/ops/__init__.pyi +157 -68
- bmesh/types/__init__.pyi +109 -62
- bmesh/utils/__init__.pyi +11 -2
- bpy/__init__.pyi +7 -0
- bpy/app/__init__.pyi +13 -0
- bpy/app/handlers/__init__.pyi +41 -0
- bpy/app/icons/__init__.pyi +4 -2
- bpy/app/timers/__init__.pyi +38 -2
- bpy/app/translations/__init__.pyi +58 -0
- bpy/msgbus/__init__.pyi +46 -0
- bpy/ops/__init__.pyi +151 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +104 -104
- 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 +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 +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_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- 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 +300 -300
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +112 -112
- bpy/ops/image/__init__.pyi +92 -92
- 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 +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 +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -500
- bpy/ops/outliner/__init__.pyi +138 -138
- bpy/ops/paint/__init__.pyi +104 -104
- 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 +78 -78
- 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 +26 -26
- bpy/ops/scene/__init__.pyi +78 -78
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +170 -170
- 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 +224 -224
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/path/__init__.pyi +6 -0
- bpy/props/__init__.pyi +141 -29
- bpy/types/__init__.pyi +101517 -5027
- bpy/utils/__init__.pyi +18 -3
- bpy/utils/previews/__init__.pyi +15 -0
- bpy/utils/units/__init__.pyi +11 -3
- bpy_extras/__init__.pyi +19 -0
- bpy_extras/asset_utils/__init__.pyi +5 -0
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/top_level.txt +1 -0
- freestyle/__init__.pyi +18 -0
- freestyle/chainingiterators/__init__.pyi +20 -5
- freestyle/functions/__init__.pyi +151 -155
- freestyle/predicates/__init__.pyi +53 -46
- freestyle/shaders/__init__.pyi +91 -32
- freestyle/types/__init__.pyi +362 -120
- freestyle/utils/ContextFunctions/__init__.pyi +32 -7
- freestyle/utils/__init__.pyi +13 -1
- gpu/__init__.pyi +225 -0
- gpu/capabilities/__init__.pyi +37 -15
- gpu/matrix/__init__.pyi +7 -1
- gpu/platform/__init__.pyi +5 -0
- gpu/select/__init__.pyi +5 -0
- gpu/shader/__init__.pyi +77 -0
- gpu/state/__init__.pyi +15 -4
- gpu/texture/__init__.pyi +5 -0
- gpu/types/__init__.pyi +91 -33
- gpu_extras/__init__.pyi +15 -0
- gpu_extras/presets/__init__.pyi +16 -4
- imbuf/__init__.pyi +13 -0
- imbuf/types/__init__.pyi +20 -5
- mathutils/__init__.pyi +349 -227
- mathutils/bvhtree/__init__.pyi +21 -8
- mathutils/geometry/__init__.pyi +23 -9
- mathutils/interpolate/__init__.pyi +5 -0
- mathutils/kdtree/__init__.pyi +19 -5
- mathutils/noise/__init__.pyi +87 -41
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/WHEEL +0 -0
bpy/ops/paintcurve/__init__.pyi
CHANGED
|
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def add_point(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: str = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
location: typing.Any = (0, 0),
|
|
11
11
|
):
|
|
12
12
|
"""Add New Paint Curve Point
|
|
13
13
|
|
|
14
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: str
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
16
|
:type undo: bool
|
|
17
17
|
:param location: Location, Location of vertex in area space
|
|
18
18
|
:type location: typing.Any
|
|
@@ -22,7 +22,7 @@ def add_point(
|
|
|
22
22
|
|
|
23
23
|
def add_point_slide(
|
|
24
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: str = None,
|
|
25
|
+
execution_context: typing.Union[str, int] = None,
|
|
26
26
|
undo: bool = None,
|
|
27
27
|
PAINTCURVE_OT_add_point: typing.Any = None,
|
|
28
28
|
PAINTCURVE_OT_slide: typing.Any = None,
|
|
@@ -30,7 +30,7 @@ def add_point_slide(
|
|
|
30
30
|
"""Add new curve point and slide it
|
|
31
31
|
|
|
32
32
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
33
|
-
:type execution_context: str
|
|
33
|
+
:type execution_context: typing.Union[str, int]
|
|
34
34
|
:type undo: bool
|
|
35
35
|
:param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
|
|
36
36
|
:type PAINTCURVE_OT_add_point: typing.Any
|
|
@@ -42,13 +42,13 @@ def add_point_slide(
|
|
|
42
42
|
|
|
43
43
|
def cursor(
|
|
44
44
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
45
|
-
execution_context: str = None,
|
|
45
|
+
execution_context: typing.Union[str, int] = None,
|
|
46
46
|
undo: bool = None,
|
|
47
47
|
):
|
|
48
48
|
"""Place cursor
|
|
49
49
|
|
|
50
50
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
51
|
-
:type execution_context: str
|
|
51
|
+
:type execution_context: typing.Union[str, int]
|
|
52
52
|
:type undo: bool
|
|
53
53
|
"""
|
|
54
54
|
|
|
@@ -56,13 +56,13 @@ def cursor(
|
|
|
56
56
|
|
|
57
57
|
def delete_point(
|
|
58
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context: str = None,
|
|
59
|
+
execution_context: typing.Union[str, int] = None,
|
|
60
60
|
undo: bool = None,
|
|
61
61
|
):
|
|
62
62
|
"""Remove Paint Curve Point
|
|
63
63
|
|
|
64
64
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
65
|
-
:type execution_context: str
|
|
65
|
+
:type execution_context: typing.Union[str, int]
|
|
66
66
|
:type undo: bool
|
|
67
67
|
"""
|
|
68
68
|
|
|
@@ -70,13 +70,13 @@ def delete_point(
|
|
|
70
70
|
|
|
71
71
|
def draw(
|
|
72
72
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
73
|
-
execution_context: str = None,
|
|
73
|
+
execution_context: typing.Union[str, int] = None,
|
|
74
74
|
undo: bool = None,
|
|
75
75
|
):
|
|
76
76
|
"""Draw curve
|
|
77
77
|
|
|
78
78
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
79
|
-
:type execution_context: str
|
|
79
|
+
:type execution_context: typing.Union[str, int]
|
|
80
80
|
:type undo: bool
|
|
81
81
|
"""
|
|
82
82
|
|
|
@@ -84,13 +84,13 @@ def draw(
|
|
|
84
84
|
|
|
85
85
|
def new(
|
|
86
86
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
87
|
-
execution_context: str = None,
|
|
87
|
+
execution_context: typing.Union[str, int] = None,
|
|
88
88
|
undo: bool = None,
|
|
89
89
|
):
|
|
90
90
|
"""Add new paint curve
|
|
91
91
|
|
|
92
92
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
93
|
-
:type execution_context: str
|
|
93
|
+
:type execution_context: typing.Union[str, int]
|
|
94
94
|
:type undo: bool
|
|
95
95
|
"""
|
|
96
96
|
|
|
@@ -98,7 +98,7 @@ def new(
|
|
|
98
98
|
|
|
99
99
|
def select(
|
|
100
100
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
101
|
-
execution_context: str = None,
|
|
101
|
+
execution_context: typing.Union[str, int] = None,
|
|
102
102
|
undo: bool = None,
|
|
103
103
|
location: typing.Any = (0, 0),
|
|
104
104
|
toggle: typing.Union[bool, typing.Any] = False,
|
|
@@ -107,7 +107,7 @@ def select(
|
|
|
107
107
|
"""Select a paint curve point
|
|
108
108
|
|
|
109
109
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
110
|
-
:type execution_context: str
|
|
110
|
+
:type execution_context: typing.Union[str, int]
|
|
111
111
|
:type undo: bool
|
|
112
112
|
:param location: Location, Location of vertex in area space
|
|
113
113
|
:type location: typing.Any
|
|
@@ -121,7 +121,7 @@ def select(
|
|
|
121
121
|
|
|
122
122
|
def slide(
|
|
123
123
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
124
|
-
execution_context: str = None,
|
|
124
|
+
execution_context: typing.Union[str, int] = None,
|
|
125
125
|
undo: bool = None,
|
|
126
126
|
align: typing.Union[bool, typing.Any] = False,
|
|
127
127
|
select: typing.Union[bool, typing.Any] = True,
|
|
@@ -129,7 +129,7 @@ def slide(
|
|
|
129
129
|
"""Select and slide paint curve point
|
|
130
130
|
|
|
131
131
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
132
|
-
:type execution_context: str
|
|
132
|
+
:type execution_context: typing.Union[str, int]
|
|
133
133
|
:type undo: bool
|
|
134
134
|
:param align: Align Handles, Aligns opposite point handle during transform
|
|
135
135
|
:type align: typing.Union[bool, typing.Any]
|
bpy/ops/palette/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def color_add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: str = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
):
|
|
11
11
|
"""Add new color to active palette
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context: str
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,13 +19,13 @@ def color_add(
|
|
|
19
19
|
|
|
20
20
|
def color_delete(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context: str = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
):
|
|
25
25
|
"""Remove active color from palette
|
|
26
26
|
|
|
27
27
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
28
|
-
:type execution_context: str
|
|
28
|
+
:type execution_context: typing.Union[str, int]
|
|
29
29
|
:type undo: bool
|
|
30
30
|
"""
|
|
31
31
|
|
|
@@ -33,14 +33,14 @@ def color_delete(
|
|
|
33
33
|
|
|
34
34
|
def color_move(
|
|
35
35
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
36
|
-
execution_context: str = None,
|
|
36
|
+
execution_context: typing.Union[str, int] = None,
|
|
37
37
|
undo: bool = None,
|
|
38
38
|
type: typing.Any = "UP",
|
|
39
39
|
):
|
|
40
40
|
"""Move the active Color up/down in the list
|
|
41
41
|
|
|
42
42
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
43
|
-
:type execution_context: str
|
|
43
|
+
:type execution_context: typing.Union[str, int]
|
|
44
44
|
:type undo: bool
|
|
45
45
|
:param type: Type
|
|
46
46
|
:type type: typing.Any
|
|
@@ -50,14 +50,14 @@ def color_move(
|
|
|
50
50
|
|
|
51
51
|
def extract_from_image(
|
|
52
52
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
-
execution_context: str = None,
|
|
53
|
+
execution_context: typing.Union[str, int] = None,
|
|
54
54
|
undo: bool = None,
|
|
55
55
|
threshold: typing.Any = 1,
|
|
56
56
|
):
|
|
57
57
|
"""Extract all colors used in Image and create a Palette
|
|
58
58
|
|
|
59
59
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
60
|
-
:type execution_context: str
|
|
60
|
+
:type execution_context: typing.Union[str, int]
|
|
61
61
|
:type undo: bool
|
|
62
62
|
:param threshold: Threshold
|
|
63
63
|
:type threshold: typing.Any
|
|
@@ -67,14 +67,14 @@ def extract_from_image(
|
|
|
67
67
|
|
|
68
68
|
def join(
|
|
69
69
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
70
|
-
execution_context: str = None,
|
|
70
|
+
execution_context: typing.Union[str, int] = None,
|
|
71
71
|
undo: bool = None,
|
|
72
72
|
palette: typing.Union[str, typing.Any] = "",
|
|
73
73
|
):
|
|
74
74
|
"""Join Palette Swatches
|
|
75
75
|
|
|
76
76
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
77
|
-
:type execution_context: str
|
|
77
|
+
:type execution_context: typing.Union[str, int]
|
|
78
78
|
:type undo: bool
|
|
79
79
|
:param palette: Palette, Name of the Palette
|
|
80
80
|
:type palette: typing.Union[str, typing.Any]
|
|
@@ -84,13 +84,13 @@ def join(
|
|
|
84
84
|
|
|
85
85
|
def new(
|
|
86
86
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
87
|
-
execution_context: str = None,
|
|
87
|
+
execution_context: typing.Union[str, int] = None,
|
|
88
88
|
undo: bool = None,
|
|
89
89
|
):
|
|
90
90
|
"""Add new palette
|
|
91
91
|
|
|
92
92
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
93
|
-
:type execution_context: str
|
|
93
|
+
:type execution_context: typing.Union[str, int]
|
|
94
94
|
:type undo: bool
|
|
95
95
|
"""
|
|
96
96
|
|
|
@@ -98,14 +98,14 @@ def new(
|
|
|
98
98
|
|
|
99
99
|
def sort(
|
|
100
100
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
101
|
-
execution_context: str = None,
|
|
101
|
+
execution_context: typing.Union[str, int] = None,
|
|
102
102
|
undo: bool = None,
|
|
103
103
|
type: typing.Any = "HSV",
|
|
104
104
|
):
|
|
105
105
|
"""Sort Palette Colors
|
|
106
106
|
|
|
107
107
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
108
|
-
:type execution_context: str
|
|
108
|
+
:type execution_context: typing.Union[str, int]
|
|
109
109
|
:type undo: bool
|
|
110
110
|
:param type: Type
|
|
111
111
|
:type type: typing.Any
|