fake-bpy-module 20240601__py3-none-any.whl → 20240605__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 +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2185 -1933
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/paintcurve/__init__.pyi
CHANGED
|
@@ -6,16 +6,16 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def add_point(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
*,
|
|
13
13
|
location: typing.Any | None = (0, 0),
|
|
14
14
|
):
|
|
15
15
|
"""Add New Paint Curve Point
|
|
16
16
|
|
|
17
|
-
:type override_context: dict[str, typing.Any] |
|
|
18
|
-
:type execution_context:
|
|
17
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
18
|
+
:type execution_context: int | str | None
|
|
19
19
|
:type undo: bool | None
|
|
20
20
|
:param location: Location, Location of vertex in area space
|
|
21
21
|
:type location: typing.Any | None
|
|
@@ -24,8 +24,8 @@ def add_point(
|
|
|
24
24
|
...
|
|
25
25
|
|
|
26
26
|
def add_point_slide(
|
|
27
|
-
override_context: dict[str, typing.Any] |
|
|
28
|
-
execution_context:
|
|
27
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
28
|
+
execution_context: int | str | None = None,
|
|
29
29
|
undo: bool | None = None,
|
|
30
30
|
*,
|
|
31
31
|
PAINTCURVE_OT_add_point: add_point | None = None,
|
|
@@ -33,8 +33,8 @@ def add_point_slide(
|
|
|
33
33
|
):
|
|
34
34
|
"""Add new curve point and slide it
|
|
35
35
|
|
|
36
|
-
:type override_context: dict[str, typing.Any] |
|
|
37
|
-
:type execution_context:
|
|
36
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
37
|
+
:type execution_context: int | str | None
|
|
38
38
|
:type undo: bool | None
|
|
39
39
|
:param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
|
|
40
40
|
:type PAINTCURVE_OT_add_point: add_point | None
|
|
@@ -45,64 +45,64 @@ def add_point_slide(
|
|
|
45
45
|
...
|
|
46
46
|
|
|
47
47
|
def cursor(
|
|
48
|
-
override_context: dict[str, typing.Any] |
|
|
49
|
-
execution_context:
|
|
48
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
49
|
+
execution_context: int | str | None = None,
|
|
50
50
|
undo: bool | None = None,
|
|
51
51
|
):
|
|
52
52
|
"""Place cursor
|
|
53
53
|
|
|
54
|
-
:type override_context: dict[str, typing.Any] |
|
|
55
|
-
:type execution_context:
|
|
54
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
55
|
+
:type execution_context: int | str | None
|
|
56
56
|
:type undo: bool | None
|
|
57
57
|
"""
|
|
58
58
|
|
|
59
59
|
...
|
|
60
60
|
|
|
61
61
|
def delete_point(
|
|
62
|
-
override_context: dict[str, typing.Any] |
|
|
63
|
-
execution_context:
|
|
62
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
63
|
+
execution_context: int | str | None = None,
|
|
64
64
|
undo: bool | None = None,
|
|
65
65
|
):
|
|
66
66
|
"""Remove Paint Curve Point
|
|
67
67
|
|
|
68
|
-
:type override_context: dict[str, typing.Any] |
|
|
69
|
-
:type execution_context:
|
|
68
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
69
|
+
:type execution_context: int | str | None
|
|
70
70
|
:type undo: bool | None
|
|
71
71
|
"""
|
|
72
72
|
|
|
73
73
|
...
|
|
74
74
|
|
|
75
75
|
def draw(
|
|
76
|
-
override_context: dict[str, typing.Any] |
|
|
77
|
-
execution_context:
|
|
76
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
77
|
+
execution_context: int | str | None = None,
|
|
78
78
|
undo: bool | None = None,
|
|
79
79
|
):
|
|
80
80
|
"""Draw curve
|
|
81
81
|
|
|
82
|
-
:type override_context: dict[str, typing.Any] |
|
|
83
|
-
:type execution_context:
|
|
82
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
83
|
+
:type execution_context: int | str | None
|
|
84
84
|
:type undo: bool | None
|
|
85
85
|
"""
|
|
86
86
|
|
|
87
87
|
...
|
|
88
88
|
|
|
89
89
|
def new(
|
|
90
|
-
override_context: dict[str, typing.Any] |
|
|
91
|
-
execution_context:
|
|
90
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
91
|
+
execution_context: int | str | None = None,
|
|
92
92
|
undo: bool | None = None,
|
|
93
93
|
):
|
|
94
94
|
"""Add new paint curve
|
|
95
95
|
|
|
96
|
-
:type override_context: dict[str, typing.Any] |
|
|
97
|
-
:type execution_context:
|
|
96
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
97
|
+
:type execution_context: int | str | None
|
|
98
98
|
:type undo: bool | None
|
|
99
99
|
"""
|
|
100
100
|
|
|
101
101
|
...
|
|
102
102
|
|
|
103
103
|
def select(
|
|
104
|
-
override_context: dict[str, typing.Any] |
|
|
105
|
-
execution_context:
|
|
104
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
105
|
+
execution_context: int | str | None = None,
|
|
106
106
|
undo: bool | None = None,
|
|
107
107
|
*,
|
|
108
108
|
location: typing.Any | None = (0, 0),
|
|
@@ -111,8 +111,8 @@ def select(
|
|
|
111
111
|
):
|
|
112
112
|
"""Select a paint curve point
|
|
113
113
|
|
|
114
|
-
:type override_context: dict[str, typing.Any] |
|
|
115
|
-
:type execution_context:
|
|
114
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
115
|
+
:type execution_context: int | str | None
|
|
116
116
|
:type undo: bool | None
|
|
117
117
|
:param location: Location, Location of vertex in area space
|
|
118
118
|
:type location: typing.Any | None
|
|
@@ -125,8 +125,8 @@ def select(
|
|
|
125
125
|
...
|
|
126
126
|
|
|
127
127
|
def slide(
|
|
128
|
-
override_context: dict[str, typing.Any] |
|
|
129
|
-
execution_context:
|
|
128
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
129
|
+
execution_context: int | str | None = None,
|
|
130
130
|
undo: bool | None = None,
|
|
131
131
|
*,
|
|
132
132
|
align: bool | typing.Any | None = False,
|
|
@@ -134,8 +134,8 @@ def slide(
|
|
|
134
134
|
):
|
|
135
135
|
"""Select and slide paint curve point
|
|
136
136
|
|
|
137
|
-
:type override_context: dict[str, typing.Any] |
|
|
138
|
-
:type execution_context:
|
|
137
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
138
|
+
:type execution_context: int | str | None
|
|
139
139
|
:type undo: bool | None
|
|
140
140
|
:param align: Align Handles, Aligns opposite point handle during transform
|
|
141
141
|
:type align: bool | typing.Any | None
|
bpy/ops/palette/__init__.pyi
CHANGED
|
@@ -6,44 +6,44 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def color_add(
|
|
9
|
-
override_context: dict[str, typing.Any] |
|
|
10
|
-
execution_context:
|
|
9
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
10
|
+
execution_context: int | str | None = None,
|
|
11
11
|
undo: bool | None = None,
|
|
12
12
|
):
|
|
13
13
|
"""Add new color to active palette
|
|
14
14
|
|
|
15
|
-
:type override_context: dict[str, typing.Any] |
|
|
16
|
-
:type execution_context:
|
|
15
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
16
|
+
:type execution_context: int | str | None
|
|
17
17
|
:type undo: bool | None
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
def color_delete(
|
|
23
|
-
override_context: dict[str, typing.Any] |
|
|
24
|
-
execution_context:
|
|
23
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
24
|
+
execution_context: int | str | None = None,
|
|
25
25
|
undo: bool | None = None,
|
|
26
26
|
):
|
|
27
27
|
"""Remove active color from palette
|
|
28
28
|
|
|
29
|
-
:type override_context: dict[str, typing.Any] |
|
|
30
|
-
:type execution_context:
|
|
29
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
30
|
+
:type execution_context: int | str | None
|
|
31
31
|
:type undo: bool | None
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
...
|
|
35
35
|
|
|
36
36
|
def color_move(
|
|
37
|
-
override_context: dict[str, typing.Any] |
|
|
38
|
-
execution_context:
|
|
37
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
38
|
+
execution_context: int | str | None = None,
|
|
39
39
|
undo: bool | None = None,
|
|
40
40
|
*,
|
|
41
41
|
type: str | None = "UP",
|
|
42
42
|
):
|
|
43
43
|
"""Move the active Color up/down in the list
|
|
44
44
|
|
|
45
|
-
:type override_context: dict[str, typing.Any] |
|
|
46
|
-
:type execution_context:
|
|
45
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
46
|
+
:type execution_context: int | str | None
|
|
47
47
|
:type undo: bool | None
|
|
48
48
|
:param type: Type
|
|
49
49
|
:type type: str | None
|
|
@@ -52,16 +52,16 @@ def color_move(
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def extract_from_image(
|
|
55
|
-
override_context: dict[str, typing.Any] |
|
|
56
|
-
execution_context:
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
56
|
+
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
*,
|
|
59
59
|
threshold: typing.Any | None = 1,
|
|
60
60
|
):
|
|
61
61
|
"""Extract all colors used in Image and create a Palette
|
|
62
62
|
|
|
63
|
-
:type override_context: dict[str, typing.Any] |
|
|
64
|
-
:type execution_context:
|
|
63
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
64
|
+
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
:param threshold: Threshold
|
|
67
67
|
:type threshold: typing.Any | None
|
|
@@ -70,16 +70,16 @@ def extract_from_image(
|
|
|
70
70
|
...
|
|
71
71
|
|
|
72
72
|
def join(
|
|
73
|
-
override_context: dict[str, typing.Any] |
|
|
74
|
-
execution_context:
|
|
73
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
74
|
+
execution_context: int | str | None = None,
|
|
75
75
|
undo: bool | None = None,
|
|
76
76
|
*,
|
|
77
77
|
palette: str | typing.Any = "",
|
|
78
78
|
):
|
|
79
79
|
"""Join Palette Swatches
|
|
80
80
|
|
|
81
|
-
:type override_context: dict[str, typing.Any] |
|
|
82
|
-
:type execution_context:
|
|
81
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
82
|
+
:type execution_context: int | str | None
|
|
83
83
|
:type undo: bool | None
|
|
84
84
|
:param palette: Palette, Name of the Palette
|
|
85
85
|
:type palette: str | typing.Any
|
|
@@ -88,30 +88,30 @@ def join(
|
|
|
88
88
|
...
|
|
89
89
|
|
|
90
90
|
def new(
|
|
91
|
-
override_context: dict[str, typing.Any] |
|
|
92
|
-
execution_context:
|
|
91
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
92
|
+
execution_context: int | str | None = None,
|
|
93
93
|
undo: bool | None = None,
|
|
94
94
|
):
|
|
95
95
|
"""Add new palette
|
|
96
96
|
|
|
97
|
-
:type override_context: dict[str, typing.Any] |
|
|
98
|
-
:type execution_context:
|
|
97
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
98
|
+
:type execution_context: int | str | None
|
|
99
99
|
:type undo: bool | None
|
|
100
100
|
"""
|
|
101
101
|
|
|
102
102
|
...
|
|
103
103
|
|
|
104
104
|
def sort(
|
|
105
|
-
override_context: dict[str, typing.Any] |
|
|
106
|
-
execution_context:
|
|
105
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
106
|
+
execution_context: int | str | None = None,
|
|
107
107
|
undo: bool | None = None,
|
|
108
108
|
*,
|
|
109
109
|
type: str | None = "HSV",
|
|
110
110
|
):
|
|
111
111
|
"""Sort Palette Colors
|
|
112
112
|
|
|
113
|
-
:type override_context: dict[str, typing.Any] |
|
|
114
|
-
:type execution_context:
|
|
113
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
114
|
+
:type execution_context: int | str | None
|
|
115
115
|
:type undo: bool | None
|
|
116
116
|
:param type: Type
|
|
117
117
|
:type type: str | None
|