fake-bpy-module 20240531__py3-none-any.whl → 20240604__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_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +43 -40
- bmesh/utils/__init__.pyi +2 -4
- 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 +130 -110
- 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 +450 -404
- bpy/ops/object/__init__.pyi +984 -987
- 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 +151 -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 +156 -156
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +144 -144
- 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 +475 -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 +2136 -1798
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_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-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
- 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-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
bpy/ops/scene/__init__.pyi
CHANGED
|
@@ -6,58 +6,58 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def delete(
|
|
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
|
"""Delete active scene
|
|
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 freestyle_add_edge_marks_to_keying_set(
|
|
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
|
"""Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set
|
|
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 freestyle_add_face_marks_to_keying_set(
|
|
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
|
"""Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set
|
|
42
42
|
|
|
43
|
-
:type override_context: dict[str, typing.Any] |
|
|
44
|
-
:type execution_context:
|
|
43
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
44
|
+
:type execution_context: int | str | None
|
|
45
45
|
:type undo: bool | None
|
|
46
46
|
"""
|
|
47
47
|
|
|
48
48
|
...
|
|
49
49
|
|
|
50
50
|
def freestyle_alpha_modifier_add(
|
|
51
|
-
override_context: dict[str, typing.Any] |
|
|
52
|
-
execution_context:
|
|
51
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
52
|
+
execution_context: int | str | None = None,
|
|
53
53
|
undo: bool | None = None,
|
|
54
54
|
*,
|
|
55
55
|
type: str | None = "ALONG_STROKE",
|
|
56
56
|
):
|
|
57
57
|
"""Add an alpha transparency modifier to the line style associated with the active lineset
|
|
58
58
|
|
|
59
|
-
:type override_context: dict[str, typing.Any] |
|
|
60
|
-
:type execution_context:
|
|
59
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
60
|
+
:type execution_context: int | str | None
|
|
61
61
|
:type undo: bool | None
|
|
62
62
|
:param type: Type
|
|
63
63
|
:type type: str | None
|
|
@@ -66,16 +66,16 @@ def freestyle_alpha_modifier_add(
|
|
|
66
66
|
...
|
|
67
67
|
|
|
68
68
|
def freestyle_color_modifier_add(
|
|
69
|
-
override_context: dict[str, typing.Any] |
|
|
70
|
-
execution_context:
|
|
69
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
70
|
+
execution_context: int | str | None = None,
|
|
71
71
|
undo: bool | None = None,
|
|
72
72
|
*,
|
|
73
73
|
type: str | None = "ALONG_STROKE",
|
|
74
74
|
):
|
|
75
75
|
"""Add a line color modifier to the line style associated with the active lineset
|
|
76
76
|
|
|
77
|
-
:type override_context: dict[str, typing.Any] |
|
|
78
|
-
:type execution_context:
|
|
77
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
78
|
+
:type execution_context: int | str | None
|
|
79
79
|
:type undo: bool | None
|
|
80
80
|
:param type: Type
|
|
81
81
|
:type type: str | None
|
|
@@ -84,8 +84,8 @@ def freestyle_color_modifier_add(
|
|
|
84
84
|
...
|
|
85
85
|
|
|
86
86
|
def freestyle_fill_range_by_selection(
|
|
87
|
-
override_context: dict[str, typing.Any] |
|
|
88
|
-
execution_context:
|
|
87
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
88
|
+
execution_context: int | str | None = None,
|
|
89
89
|
undo: bool | None = None,
|
|
90
90
|
*,
|
|
91
91
|
type: str | None = "COLOR",
|
|
@@ -93,8 +93,8 @@ def freestyle_fill_range_by_selection(
|
|
|
93
93
|
):
|
|
94
94
|
"""Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)
|
|
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
|
:param type: Type, Type of the modifier to work on
|
|
100
100
|
|
|
@@ -114,16 +114,16 @@ def freestyle_fill_range_by_selection(
|
|
|
114
114
|
...
|
|
115
115
|
|
|
116
116
|
def freestyle_geometry_modifier_add(
|
|
117
|
-
override_context: dict[str, typing.Any] |
|
|
118
|
-
execution_context:
|
|
117
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
118
|
+
execution_context: int | str | None = None,
|
|
119
119
|
undo: bool | None = None,
|
|
120
120
|
*,
|
|
121
121
|
type: str | None = "2D_OFFSET",
|
|
122
122
|
):
|
|
123
123
|
"""Add a stroke geometry modifier to the line style associated with the active lineset
|
|
124
124
|
|
|
125
|
-
:type override_context: dict[str, typing.Any] |
|
|
126
|
-
:type execution_context:
|
|
125
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
126
|
+
:type execution_context: int | str | None
|
|
127
127
|
:type undo: bool | None
|
|
128
128
|
:param type: Type
|
|
129
129
|
:type type: str | None
|
|
@@ -132,44 +132,44 @@ def freestyle_geometry_modifier_add(
|
|
|
132
132
|
...
|
|
133
133
|
|
|
134
134
|
def freestyle_lineset_add(
|
|
135
|
-
override_context: dict[str, typing.Any] |
|
|
136
|
-
execution_context:
|
|
135
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
136
|
+
execution_context: int | str | None = None,
|
|
137
137
|
undo: bool | None = None,
|
|
138
138
|
):
|
|
139
139
|
"""Add a line set into the list of line sets
|
|
140
140
|
|
|
141
|
-
:type override_context: dict[str, typing.Any] |
|
|
142
|
-
:type execution_context:
|
|
141
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
142
|
+
:type execution_context: int | str | None
|
|
143
143
|
:type undo: bool | None
|
|
144
144
|
"""
|
|
145
145
|
|
|
146
146
|
...
|
|
147
147
|
|
|
148
148
|
def freestyle_lineset_copy(
|
|
149
|
-
override_context: dict[str, typing.Any] |
|
|
150
|
-
execution_context:
|
|
149
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
150
|
+
execution_context: int | str | None = None,
|
|
151
151
|
undo: bool | None = None,
|
|
152
152
|
):
|
|
153
153
|
"""Copy the active line set to the internal clipboard
|
|
154
154
|
|
|
155
|
-
:type override_context: dict[str, typing.Any] |
|
|
156
|
-
:type execution_context:
|
|
155
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
156
|
+
:type execution_context: int | str | None
|
|
157
157
|
:type undo: bool | None
|
|
158
158
|
"""
|
|
159
159
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def freestyle_lineset_move(
|
|
163
|
-
override_context: dict[str, typing.Any] |
|
|
164
|
-
execution_context:
|
|
163
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
164
|
+
execution_context: int | str | None = None,
|
|
165
165
|
undo: bool | None = None,
|
|
166
166
|
*,
|
|
167
167
|
direction: str | None = "UP",
|
|
168
168
|
):
|
|
169
169
|
"""Change the position of the active line set within the list of line sets
|
|
170
170
|
|
|
171
|
-
:type override_context: dict[str, typing.Any] |
|
|
172
|
-
:type execution_context:
|
|
171
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
172
|
+
:type execution_context: int | str | None
|
|
173
173
|
:type undo: bool | None
|
|
174
174
|
:param direction: Direction, Direction to move the active line set towards
|
|
175
175
|
:type direction: str | None
|
|
@@ -178,72 +178,72 @@ def freestyle_lineset_move(
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def freestyle_lineset_paste(
|
|
181
|
-
override_context: dict[str, typing.Any] |
|
|
182
|
-
execution_context:
|
|
181
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
182
|
+
execution_context: int | str | None = None,
|
|
183
183
|
undo: bool | None = None,
|
|
184
184
|
):
|
|
185
185
|
"""Paste the internal clipboard content to the active line set
|
|
186
186
|
|
|
187
|
-
:type override_context: dict[str, typing.Any] |
|
|
188
|
-
:type execution_context:
|
|
187
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
188
|
+
:type execution_context: int | str | None
|
|
189
189
|
:type undo: bool | None
|
|
190
190
|
"""
|
|
191
191
|
|
|
192
192
|
...
|
|
193
193
|
|
|
194
194
|
def freestyle_lineset_remove(
|
|
195
|
-
override_context: dict[str, typing.Any] |
|
|
196
|
-
execution_context:
|
|
195
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
196
|
+
execution_context: int | str | None = None,
|
|
197
197
|
undo: bool | None = None,
|
|
198
198
|
):
|
|
199
199
|
"""Remove the active line set from the list of line sets
|
|
200
200
|
|
|
201
|
-
:type override_context: dict[str, typing.Any] |
|
|
202
|
-
:type execution_context:
|
|
201
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
202
|
+
:type execution_context: int | str | None
|
|
203
203
|
:type undo: bool | None
|
|
204
204
|
"""
|
|
205
205
|
|
|
206
206
|
...
|
|
207
207
|
|
|
208
208
|
def freestyle_linestyle_new(
|
|
209
|
-
override_context: dict[str, typing.Any] |
|
|
210
|
-
execution_context:
|
|
209
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
210
|
+
execution_context: int | str | None = None,
|
|
211
211
|
undo: bool | None = None,
|
|
212
212
|
):
|
|
213
213
|
"""Create a new line style, reusable by multiple line sets
|
|
214
214
|
|
|
215
|
-
:type override_context: dict[str, typing.Any] |
|
|
216
|
-
:type execution_context:
|
|
215
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
216
|
+
:type execution_context: int | str | None
|
|
217
217
|
:type undo: bool | None
|
|
218
218
|
"""
|
|
219
219
|
|
|
220
220
|
...
|
|
221
221
|
|
|
222
222
|
def freestyle_modifier_copy(
|
|
223
|
-
override_context: dict[str, typing.Any] |
|
|
224
|
-
execution_context:
|
|
223
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
224
|
+
execution_context: int | str | None = None,
|
|
225
225
|
undo: bool | None = None,
|
|
226
226
|
):
|
|
227
227
|
"""Duplicate the modifier within the list of modifiers
|
|
228
228
|
|
|
229
|
-
:type override_context: dict[str, typing.Any] |
|
|
230
|
-
:type execution_context:
|
|
229
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
230
|
+
:type execution_context: int | str | None
|
|
231
231
|
:type undo: bool | None
|
|
232
232
|
"""
|
|
233
233
|
|
|
234
234
|
...
|
|
235
235
|
|
|
236
236
|
def freestyle_modifier_move(
|
|
237
|
-
override_context: dict[str, typing.Any] |
|
|
238
|
-
execution_context:
|
|
237
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
238
|
+
execution_context: int | str | None = None,
|
|
239
239
|
undo: bool | None = None,
|
|
240
240
|
*,
|
|
241
241
|
direction: str | None = "UP",
|
|
242
242
|
):
|
|
243
243
|
"""Move the modifier within the list of modifiers
|
|
244
244
|
|
|
245
|
-
:type override_context: dict[str, typing.Any] |
|
|
246
|
-
:type execution_context:
|
|
245
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
246
|
+
:type execution_context: int | str | None
|
|
247
247
|
:type undo: bool | None
|
|
248
248
|
:param direction: Direction, Direction to move the chosen modifier towards
|
|
249
249
|
:type direction: str | None
|
|
@@ -252,44 +252,44 @@ def freestyle_modifier_move(
|
|
|
252
252
|
...
|
|
253
253
|
|
|
254
254
|
def freestyle_modifier_remove(
|
|
255
|
-
override_context: dict[str, typing.Any] |
|
|
256
|
-
execution_context:
|
|
255
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
256
|
+
execution_context: int | str | None = None,
|
|
257
257
|
undo: bool | None = None,
|
|
258
258
|
):
|
|
259
259
|
"""Remove the modifier from the list of modifiers
|
|
260
260
|
|
|
261
|
-
:type override_context: dict[str, typing.Any] |
|
|
262
|
-
:type execution_context:
|
|
261
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
262
|
+
:type execution_context: int | str | None
|
|
263
263
|
:type undo: bool | None
|
|
264
264
|
"""
|
|
265
265
|
|
|
266
266
|
...
|
|
267
267
|
|
|
268
268
|
def freestyle_module_add(
|
|
269
|
-
override_context: dict[str, typing.Any] |
|
|
270
|
-
execution_context:
|
|
269
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
270
|
+
execution_context: int | str | None = None,
|
|
271
271
|
undo: bool | None = None,
|
|
272
272
|
):
|
|
273
273
|
"""Add a style module into the list of modules
|
|
274
274
|
|
|
275
|
-
:type override_context: dict[str, typing.Any] |
|
|
276
|
-
:type execution_context:
|
|
275
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
276
|
+
:type execution_context: int | str | None
|
|
277
277
|
:type undo: bool | None
|
|
278
278
|
"""
|
|
279
279
|
|
|
280
280
|
...
|
|
281
281
|
|
|
282
282
|
def freestyle_module_move(
|
|
283
|
-
override_context: dict[str, typing.Any] |
|
|
284
|
-
execution_context:
|
|
283
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
284
|
+
execution_context: int | str | None = None,
|
|
285
285
|
undo: bool | None = None,
|
|
286
286
|
*,
|
|
287
287
|
direction: str | None = "UP",
|
|
288
288
|
):
|
|
289
289
|
"""Change the position of the style module within in the list of style modules
|
|
290
290
|
|
|
291
|
-
:type override_context: dict[str, typing.Any] |
|
|
292
|
-
:type execution_context:
|
|
291
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
292
|
+
:type execution_context: int | str | None
|
|
293
293
|
:type undo: bool | None
|
|
294
294
|
:param direction: Direction, Direction to move the chosen style module towards
|
|
295
295
|
:type direction: str | None
|
|
@@ -298,8 +298,8 @@ def freestyle_module_move(
|
|
|
298
298
|
...
|
|
299
299
|
|
|
300
300
|
def freestyle_module_open(
|
|
301
|
-
override_context: dict[str, typing.Any] |
|
|
302
|
-
execution_context:
|
|
301
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
302
|
+
execution_context: int | str | None = None,
|
|
303
303
|
undo: bool | None = None,
|
|
304
304
|
*,
|
|
305
305
|
filepath: str | typing.Any = "",
|
|
@@ -307,8 +307,8 @@ def freestyle_module_open(
|
|
|
307
307
|
):
|
|
308
308
|
"""Open a style module file
|
|
309
309
|
|
|
310
|
-
:type override_context: dict[str, typing.Any] |
|
|
311
|
-
:type execution_context:
|
|
310
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
311
|
+
:type execution_context: int | str | None
|
|
312
312
|
:type undo: bool | None
|
|
313
313
|
:param filepath: filepath
|
|
314
314
|
:type filepath: str | typing.Any
|
|
@@ -319,44 +319,44 @@ def freestyle_module_open(
|
|
|
319
319
|
...
|
|
320
320
|
|
|
321
321
|
def freestyle_module_remove(
|
|
322
|
-
override_context: dict[str, typing.Any] |
|
|
323
|
-
execution_context:
|
|
322
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
323
|
+
execution_context: int | str | None = None,
|
|
324
324
|
undo: bool | None = None,
|
|
325
325
|
):
|
|
326
326
|
"""Remove the style module from the stack
|
|
327
327
|
|
|
328
|
-
:type override_context: dict[str, typing.Any] |
|
|
329
|
-
:type execution_context:
|
|
328
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
329
|
+
:type execution_context: int | str | None
|
|
330
330
|
:type undo: bool | None
|
|
331
331
|
"""
|
|
332
332
|
|
|
333
333
|
...
|
|
334
334
|
|
|
335
335
|
def freestyle_stroke_material_create(
|
|
336
|
-
override_context: dict[str, typing.Any] |
|
|
337
|
-
execution_context:
|
|
336
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
337
|
+
execution_context: int | str | None = None,
|
|
338
338
|
undo: bool | None = None,
|
|
339
339
|
):
|
|
340
340
|
"""Create Freestyle stroke material for testing
|
|
341
341
|
|
|
342
|
-
:type override_context: dict[str, typing.Any] |
|
|
343
|
-
:type execution_context:
|
|
342
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
343
|
+
:type execution_context: int | str | None
|
|
344
344
|
:type undo: bool | None
|
|
345
345
|
"""
|
|
346
346
|
|
|
347
347
|
...
|
|
348
348
|
|
|
349
349
|
def freestyle_thickness_modifier_add(
|
|
350
|
-
override_context: dict[str, typing.Any] |
|
|
351
|
-
execution_context:
|
|
350
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
351
|
+
execution_context: int | str | None = None,
|
|
352
352
|
undo: bool | None = None,
|
|
353
353
|
*,
|
|
354
354
|
type: str | None = "ALONG_STROKE",
|
|
355
355
|
):
|
|
356
356
|
"""Add a line thickness modifier to the line style associated with the active lineset
|
|
357
357
|
|
|
358
|
-
:type override_context: dict[str, typing.Any] |
|
|
359
|
-
:type execution_context:
|
|
358
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
359
|
+
:type execution_context: int | str | None
|
|
360
360
|
:type undo: bool | None
|
|
361
361
|
:param type: Type
|
|
362
362
|
:type type: str | None
|
|
@@ -365,22 +365,22 @@ def freestyle_thickness_modifier_add(
|
|
|
365
365
|
...
|
|
366
366
|
|
|
367
367
|
def gltf2_action_filter_refresh(
|
|
368
|
-
override_context: dict[str, typing.Any] |
|
|
369
|
-
execution_context:
|
|
368
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
369
|
+
execution_context: int | str | None = None,
|
|
370
370
|
undo: bool | None = None,
|
|
371
371
|
):
|
|
372
372
|
"""Refresh list of actions
|
|
373
373
|
|
|
374
|
-
:type override_context: dict[str, typing.Any] |
|
|
375
|
-
:type execution_context:
|
|
374
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
375
|
+
:type execution_context: int | str | None
|
|
376
376
|
:type undo: bool | None
|
|
377
377
|
"""
|
|
378
378
|
|
|
379
379
|
...
|
|
380
380
|
|
|
381
381
|
def gpencil_brush_preset_add(
|
|
382
|
-
override_context: dict[str, typing.Any] |
|
|
383
|
-
execution_context:
|
|
382
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
383
|
+
execution_context: int | str | None = None,
|
|
384
384
|
undo: bool | None = None,
|
|
385
385
|
*,
|
|
386
386
|
name: str | typing.Any = "",
|
|
@@ -389,8 +389,8 @@ def gpencil_brush_preset_add(
|
|
|
389
389
|
):
|
|
390
390
|
"""Add or remove grease pencil brush preset
|
|
391
391
|
|
|
392
|
-
:type override_context: dict[str, typing.Any] |
|
|
393
|
-
:type execution_context:
|
|
392
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
393
|
+
:type execution_context: int | str | None
|
|
394
394
|
:type undo: bool | None
|
|
395
395
|
:param name: Name, Name of the preset, used to make the path name
|
|
396
396
|
:type name: str | typing.Any
|
|
@@ -403,8 +403,8 @@ def gpencil_brush_preset_add(
|
|
|
403
403
|
...
|
|
404
404
|
|
|
405
405
|
def gpencil_material_preset_add(
|
|
406
|
-
override_context: dict[str, typing.Any] |
|
|
407
|
-
execution_context:
|
|
406
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
407
|
+
execution_context: int | str | None = None,
|
|
408
408
|
undo: bool | None = None,
|
|
409
409
|
*,
|
|
410
410
|
name: str | typing.Any = "",
|
|
@@ -413,8 +413,8 @@ def gpencil_material_preset_add(
|
|
|
413
413
|
):
|
|
414
414
|
"""Add or remove grease pencil material preset
|
|
415
415
|
|
|
416
|
-
:type override_context: dict[str, typing.Any] |
|
|
417
|
-
:type execution_context:
|
|
416
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
417
|
+
:type execution_context: int | str | None
|
|
418
418
|
:type undo: bool | None
|
|
419
419
|
:param name: Name, Name of the preset, used to make the path name
|
|
420
420
|
:type name: str | typing.Any
|
|
@@ -427,8 +427,8 @@ def gpencil_material_preset_add(
|
|
|
427
427
|
...
|
|
428
428
|
|
|
429
429
|
def light_cache_bake(
|
|
430
|
-
override_context: dict[str, typing.Any] |
|
|
431
|
-
execution_context:
|
|
430
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
431
|
+
execution_context: int | str | None = None,
|
|
432
432
|
undo: bool | None = None,
|
|
433
433
|
*,
|
|
434
434
|
delay: typing.Any | None = 0,
|
|
@@ -436,8 +436,8 @@ def light_cache_bake(
|
|
|
436
436
|
):
|
|
437
437
|
"""Bake the active view layer lighting
|
|
438
438
|
|
|
439
|
-
:type override_context: dict[str, typing.Any] |
|
|
440
|
-
:type execution_context:
|
|
439
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
440
|
+
:type execution_context: int | str | None
|
|
441
441
|
:type undo: bool | None
|
|
442
442
|
:param delay: Delay, Delay in millisecond before baking starts
|
|
443
443
|
:type delay: typing.Any | None
|
|
@@ -457,30 +457,30 @@ def light_cache_bake(
|
|
|
457
457
|
...
|
|
458
458
|
|
|
459
459
|
def light_cache_free(
|
|
460
|
-
override_context: dict[str, typing.Any] |
|
|
461
|
-
execution_context:
|
|
460
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
461
|
+
execution_context: int | str | None = None,
|
|
462
462
|
undo: bool | None = None,
|
|
463
463
|
):
|
|
464
464
|
"""Delete cached indirect lighting
|
|
465
465
|
|
|
466
|
-
:type override_context: dict[str, typing.Any] |
|
|
467
|
-
:type execution_context:
|
|
466
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
467
|
+
:type execution_context: int | str | None
|
|
468
468
|
:type undo: bool | None
|
|
469
469
|
"""
|
|
470
470
|
|
|
471
471
|
...
|
|
472
472
|
|
|
473
473
|
def new(
|
|
474
|
-
override_context: dict[str, typing.Any] |
|
|
475
|
-
execution_context:
|
|
474
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
475
|
+
execution_context: int | str | None = None,
|
|
476
476
|
undo: bool | None = None,
|
|
477
477
|
*,
|
|
478
478
|
type: str | None = "NEW",
|
|
479
479
|
):
|
|
480
480
|
"""Add new scene by type
|
|
481
481
|
|
|
482
|
-
:type override_context: dict[str, typing.Any] |
|
|
483
|
-
:type execution_context:
|
|
482
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
483
|
+
:type execution_context: int | str | None
|
|
484
484
|
:type undo: bool | None
|
|
485
485
|
:param type: Type
|
|
486
486
|
|
|
@@ -501,16 +501,16 @@ def new(
|
|
|
501
501
|
...
|
|
502
502
|
|
|
503
503
|
def new_sequencer(
|
|
504
|
-
override_context: dict[str, typing.Any] |
|
|
505
|
-
execution_context:
|
|
504
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
505
|
+
execution_context: int | str | None = None,
|
|
506
506
|
undo: bool | None = None,
|
|
507
507
|
*,
|
|
508
508
|
type: str | None = "NEW",
|
|
509
509
|
):
|
|
510
510
|
"""Add new scene by type in the sequence editor and assign to active strip
|
|
511
511
|
|
|
512
|
-
:type override_context: dict[str, typing.Any] |
|
|
513
|
-
:type execution_context:
|
|
512
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
513
|
+
:type execution_context: int | str | None
|
|
514
514
|
:type undo: bool | None
|
|
515
515
|
:param type: Type
|
|
516
516
|
|
|
@@ -531,44 +531,44 @@ def new_sequencer(
|
|
|
531
531
|
...
|
|
532
532
|
|
|
533
533
|
def render_view_add(
|
|
534
|
-
override_context: dict[str, typing.Any] |
|
|
535
|
-
execution_context:
|
|
534
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
535
|
+
execution_context: int | str | None = None,
|
|
536
536
|
undo: bool | None = None,
|
|
537
537
|
):
|
|
538
538
|
"""Add a render view
|
|
539
539
|
|
|
540
|
-
:type override_context: dict[str, typing.Any] |
|
|
541
|
-
:type execution_context:
|
|
540
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
541
|
+
:type execution_context: int | str | None
|
|
542
542
|
:type undo: bool | None
|
|
543
543
|
"""
|
|
544
544
|
|
|
545
545
|
...
|
|
546
546
|
|
|
547
547
|
def render_view_remove(
|
|
548
|
-
override_context: dict[str, typing.Any] |
|
|
549
|
-
execution_context:
|
|
548
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
549
|
+
execution_context: int | str | None = None,
|
|
550
550
|
undo: bool | None = None,
|
|
551
551
|
):
|
|
552
552
|
"""Remove the selected render view
|
|
553
553
|
|
|
554
|
-
:type override_context: dict[str, typing.Any] |
|
|
555
|
-
:type execution_context:
|
|
554
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
555
|
+
:type execution_context: int | str | None
|
|
556
556
|
:type undo: bool | None
|
|
557
557
|
"""
|
|
558
558
|
|
|
559
559
|
...
|
|
560
560
|
|
|
561
561
|
def view_layer_add(
|
|
562
|
-
override_context: dict[str, typing.Any] |
|
|
563
|
-
execution_context:
|
|
562
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
563
|
+
execution_context: int | str | None = None,
|
|
564
564
|
undo: bool | None = None,
|
|
565
565
|
*,
|
|
566
566
|
type: str | None = "NEW",
|
|
567
567
|
):
|
|
568
568
|
"""Add a view layer
|
|
569
569
|
|
|
570
|
-
:type override_context: dict[str, typing.Any] |
|
|
571
|
-
:type execution_context:
|
|
570
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
571
|
+
:type execution_context: int | str | None
|
|
572
572
|
:type undo: bool | None
|
|
573
573
|
:param type: Type
|
|
574
574
|
|
|
@@ -586,30 +586,30 @@ def view_layer_add(
|
|
|
586
586
|
...
|
|
587
587
|
|
|
588
588
|
def view_layer_add_aov(
|
|
589
|
-
override_context: dict[str, typing.Any] |
|
|
590
|
-
execution_context:
|
|
589
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
590
|
+
execution_context: int | str | None = None,
|
|
591
591
|
undo: bool | None = None,
|
|
592
592
|
):
|
|
593
593
|
"""Add a Shader AOV
|
|
594
594
|
|
|
595
|
-
:type override_context: dict[str, typing.Any] |
|
|
596
|
-
:type execution_context:
|
|
595
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
596
|
+
:type execution_context: int | str | None
|
|
597
597
|
:type undo: bool | None
|
|
598
598
|
"""
|
|
599
599
|
|
|
600
600
|
...
|
|
601
601
|
|
|
602
602
|
def view_layer_add_lightgroup(
|
|
603
|
-
override_context: dict[str, typing.Any] |
|
|
604
|
-
execution_context:
|
|
603
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
604
|
+
execution_context: int | str | None = None,
|
|
605
605
|
undo: bool | None = None,
|
|
606
606
|
*,
|
|
607
607
|
name: str | typing.Any = "",
|
|
608
608
|
):
|
|
609
609
|
"""Add a Light Group
|
|
610
610
|
|
|
611
|
-
:type override_context: dict[str, typing.Any] |
|
|
612
|
-
:type execution_context:
|
|
611
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
612
|
+
:type execution_context: int | str | None
|
|
613
613
|
:type undo: bool | None
|
|
614
614
|
:param name: Name, Name of newly created lightgroup
|
|
615
615
|
:type name: str | typing.Any
|
|
@@ -618,70 +618,70 @@ def view_layer_add_lightgroup(
|
|
|
618
618
|
...
|
|
619
619
|
|
|
620
620
|
def view_layer_add_used_lightgroups(
|
|
621
|
-
override_context: dict[str, typing.Any] |
|
|
622
|
-
execution_context:
|
|
621
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
622
|
+
execution_context: int | str | None = None,
|
|
623
623
|
undo: bool | None = None,
|
|
624
624
|
):
|
|
625
625
|
"""Add all used Light Groups
|
|
626
626
|
|
|
627
|
-
:type override_context: dict[str, typing.Any] |
|
|
628
|
-
:type execution_context:
|
|
627
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
628
|
+
:type execution_context: int | str | None
|
|
629
629
|
:type undo: bool | None
|
|
630
630
|
"""
|
|
631
631
|
|
|
632
632
|
...
|
|
633
633
|
|
|
634
634
|
def view_layer_remove(
|
|
635
|
-
override_context: dict[str, typing.Any] |
|
|
636
|
-
execution_context:
|
|
635
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
636
|
+
execution_context: int | str | None = None,
|
|
637
637
|
undo: bool | None = None,
|
|
638
638
|
):
|
|
639
639
|
"""Remove the selected view layer
|
|
640
640
|
|
|
641
|
-
:type override_context: dict[str, typing.Any] |
|
|
642
|
-
:type execution_context:
|
|
641
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
642
|
+
:type execution_context: int | str | None
|
|
643
643
|
:type undo: bool | None
|
|
644
644
|
"""
|
|
645
645
|
|
|
646
646
|
...
|
|
647
647
|
|
|
648
648
|
def view_layer_remove_aov(
|
|
649
|
-
override_context: dict[str, typing.Any] |
|
|
650
|
-
execution_context:
|
|
649
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
650
|
+
execution_context: int | str | None = None,
|
|
651
651
|
undo: bool | None = None,
|
|
652
652
|
):
|
|
653
653
|
"""Remove Active AOV
|
|
654
654
|
|
|
655
|
-
:type override_context: dict[str, typing.Any] |
|
|
656
|
-
:type execution_context:
|
|
655
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
656
|
+
:type execution_context: int | str | None
|
|
657
657
|
:type undo: bool | None
|
|
658
658
|
"""
|
|
659
659
|
|
|
660
660
|
...
|
|
661
661
|
|
|
662
662
|
def view_layer_remove_lightgroup(
|
|
663
|
-
override_context: dict[str, typing.Any] |
|
|
664
|
-
execution_context:
|
|
663
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
664
|
+
execution_context: int | str | None = None,
|
|
665
665
|
undo: bool | None = None,
|
|
666
666
|
):
|
|
667
667
|
"""Remove Active Lightgroup
|
|
668
668
|
|
|
669
|
-
:type override_context: dict[str, typing.Any] |
|
|
670
|
-
:type execution_context:
|
|
669
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
670
|
+
:type execution_context: int | str | None
|
|
671
671
|
:type undo: bool | None
|
|
672
672
|
"""
|
|
673
673
|
|
|
674
674
|
...
|
|
675
675
|
|
|
676
676
|
def view_layer_remove_unused_lightgroups(
|
|
677
|
-
override_context: dict[str, typing.Any] |
|
|
678
|
-
execution_context:
|
|
677
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
678
|
+
execution_context: int | str | None = None,
|
|
679
679
|
undo: bool | None = None,
|
|
680
680
|
):
|
|
681
681
|
"""Remove all unused Light Groups
|
|
682
682
|
|
|
683
|
-
:type override_context: dict[str, typing.Any] |
|
|
684
|
-
:type execution_context:
|
|
683
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
684
|
+
:type execution_context: int | str | None
|
|
685
685
|
:type undo: bool | None
|
|
686
686
|
"""
|
|
687
687
|
|