fake-bpy-module 20240812__py3-none-any.whl → 20240814__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.
- bl_ui/space_view3d/__init__.pyi +31 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +110 -110
- 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 +26 -26
- 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_scene/__init__.pyi +4 -4
- bpy/ops/extensions/__init__.pyi +68 -68
- 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 +284 -284
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +166 -166
- bpy/ops/image/__init__.pyi +98 -98
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +4 -4
- 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 +78 -78
- bpy/ops/node/__init__.pyi +208 -208
- bpy/ops/object/__init__.pyi +473 -473
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +108 -108
- 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 +102 -102
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +70 -70
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +26 -26
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +74 -74
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +72 -72
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +174 -174
- 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 +226 -226
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +4 -4
- bpy/types/__init__.pyi +52 -36
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/RECORD +83 -83
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240812.dist-info → fake_bpy_module-20240814.dist-info}/top_level.txt +0 -0
bpy/ops/ui/__init__.pyi
CHANGED
|
@@ -8,13 +8,13 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
10
|
def assign_default_button(
|
|
11
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
11
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
12
12
|
execution_context: int | str | None = None,
|
|
13
13
|
undo: bool | None = None,
|
|
14
14
|
):
|
|
15
15
|
"""Set this property's current value as the new default
|
|
16
16
|
|
|
17
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
17
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
18
18
|
:type execution_context: int | str | None
|
|
19
19
|
:type undo: bool | None
|
|
20
20
|
"""
|
|
@@ -22,7 +22,7 @@ def assign_default_button(
|
|
|
22
22
|
...
|
|
23
23
|
|
|
24
24
|
def button_execute(
|
|
25
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
25
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
26
26
|
execution_context: int | str | None = None,
|
|
27
27
|
undo: bool | None = None,
|
|
28
28
|
*,
|
|
@@ -30,7 +30,7 @@ def button_execute(
|
|
|
30
30
|
):
|
|
31
31
|
"""Presses active button
|
|
32
32
|
|
|
33
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
33
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
34
34
|
:type execution_context: int | str | None
|
|
35
35
|
:type undo: bool | None
|
|
36
36
|
:param skip_depressed: Skip Depressed
|
|
@@ -40,13 +40,13 @@ def button_execute(
|
|
|
40
40
|
...
|
|
41
41
|
|
|
42
42
|
def button_string_clear(
|
|
43
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
43
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
44
44
|
execution_context: int | str | None = None,
|
|
45
45
|
undo: bool | None = None,
|
|
46
46
|
):
|
|
47
47
|
"""Unsets the text of the active button
|
|
48
48
|
|
|
49
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
49
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
50
50
|
:type execution_context: int | str | None
|
|
51
51
|
:type undo: bool | None
|
|
52
52
|
"""
|
|
@@ -54,13 +54,13 @@ def button_string_clear(
|
|
|
54
54
|
...
|
|
55
55
|
|
|
56
56
|
def copy_as_driver_button(
|
|
57
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
57
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
58
58
|
execution_context: int | str | None = None,
|
|
59
59
|
undo: bool | None = None,
|
|
60
60
|
):
|
|
61
61
|
"""Create a new driver with this property as input, and copy it to the internal clipboard. Use Paste Driver to add it to the target property, or Paste Driver Variables to extend an existing driver
|
|
62
62
|
|
|
63
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
63
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
64
64
|
:type execution_context: int | str | None
|
|
65
65
|
:type undo: bool | None
|
|
66
66
|
"""
|
|
@@ -68,7 +68,7 @@ def copy_as_driver_button(
|
|
|
68
68
|
...
|
|
69
69
|
|
|
70
70
|
def copy_data_path_button(
|
|
71
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
71
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
72
72
|
execution_context: int | str | None = None,
|
|
73
73
|
undo: bool | None = None,
|
|
74
74
|
*,
|
|
@@ -76,7 +76,7 @@ def copy_data_path_button(
|
|
|
76
76
|
):
|
|
77
77
|
"""Copy the RNA data path for this property to the clipboard
|
|
78
78
|
|
|
79
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
79
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
80
80
|
:type execution_context: int | str | None
|
|
81
81
|
:type undo: bool | None
|
|
82
82
|
:param full_path: full_path, Copy full data path
|
|
@@ -86,7 +86,7 @@ def copy_data_path_button(
|
|
|
86
86
|
...
|
|
87
87
|
|
|
88
88
|
def copy_driver_to_selected_button(
|
|
89
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
89
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
90
90
|
execution_context: int | str | None = None,
|
|
91
91
|
undo: bool | None = None,
|
|
92
92
|
*,
|
|
@@ -94,7 +94,7 @@ def copy_driver_to_selected_button(
|
|
|
94
94
|
):
|
|
95
95
|
"""Copy the property's driver from the active item to the same property of all selected items, if the same property exists
|
|
96
96
|
|
|
97
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
97
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
98
98
|
:type execution_context: int | str | None
|
|
99
99
|
:type undo: bool | None
|
|
100
100
|
:param all: All, Copy to selected the drivers of all elements of the array
|
|
@@ -104,13 +104,13 @@ def copy_driver_to_selected_button(
|
|
|
104
104
|
...
|
|
105
105
|
|
|
106
106
|
def copy_python_command_button(
|
|
107
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
107
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
108
108
|
execution_context: int | str | None = None,
|
|
109
109
|
undo: bool | None = None,
|
|
110
110
|
):
|
|
111
111
|
"""Copy the Python command matching this button
|
|
112
112
|
|
|
113
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
113
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
114
114
|
:type execution_context: int | str | None
|
|
115
115
|
:type undo: bool | None
|
|
116
116
|
"""
|
|
@@ -118,7 +118,7 @@ def copy_python_command_button(
|
|
|
118
118
|
...
|
|
119
119
|
|
|
120
120
|
def copy_to_selected_button(
|
|
121
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
121
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
122
122
|
execution_context: int | str | None = None,
|
|
123
123
|
undo: bool | None = None,
|
|
124
124
|
*,
|
|
@@ -126,7 +126,7 @@ def copy_to_selected_button(
|
|
|
126
126
|
):
|
|
127
127
|
"""Copy the property's value from the active item to the same property of all selected items if the same property exists
|
|
128
128
|
|
|
129
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
129
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
130
130
|
:type execution_context: int | str | None
|
|
131
131
|
:type undo: bool | None
|
|
132
132
|
:param all: All, Copy to selected all elements of the array
|
|
@@ -136,7 +136,7 @@ def copy_to_selected_button(
|
|
|
136
136
|
...
|
|
137
137
|
|
|
138
138
|
def drop_color(
|
|
139
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
139
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
140
140
|
execution_context: int | str | None = None,
|
|
141
141
|
undo: bool | None = None,
|
|
142
142
|
*,
|
|
@@ -145,7 +145,7 @@ def drop_color(
|
|
|
145
145
|
):
|
|
146
146
|
"""Drop colors to buttons
|
|
147
147
|
|
|
148
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
148
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
149
149
|
:type execution_context: int | str | None
|
|
150
150
|
:type undo: bool | None
|
|
151
151
|
:param color: Color, Source color
|
|
@@ -157,7 +157,7 @@ def drop_color(
|
|
|
157
157
|
...
|
|
158
158
|
|
|
159
159
|
def drop_material(
|
|
160
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
160
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
161
161
|
execution_context: int | str | None = None,
|
|
162
162
|
undo: bool | None = None,
|
|
163
163
|
*,
|
|
@@ -165,7 +165,7 @@ def drop_material(
|
|
|
165
165
|
):
|
|
166
166
|
"""Drag material to Material slots in Properties
|
|
167
167
|
|
|
168
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
168
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
169
169
|
:type execution_context: int | str | None
|
|
170
170
|
:type undo: bool | None
|
|
171
171
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
@@ -175,7 +175,7 @@ def drop_material(
|
|
|
175
175
|
...
|
|
176
176
|
|
|
177
177
|
def drop_name(
|
|
178
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
178
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
179
179
|
execution_context: int | str | None = None,
|
|
180
180
|
undo: bool | None = None,
|
|
181
181
|
*,
|
|
@@ -183,7 +183,7 @@ def drop_name(
|
|
|
183
183
|
):
|
|
184
184
|
"""Drop name to button
|
|
185
185
|
|
|
186
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
186
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
187
187
|
:type execution_context: int | str | None
|
|
188
188
|
:type undo: bool | None
|
|
189
189
|
:param string: String, The string value to drop into the button
|
|
@@ -193,13 +193,13 @@ def drop_name(
|
|
|
193
193
|
...
|
|
194
194
|
|
|
195
195
|
def editsource(
|
|
196
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
196
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
197
197
|
execution_context: int | str | None = None,
|
|
198
198
|
undo: bool | None = None,
|
|
199
199
|
):
|
|
200
200
|
"""Edit UI source code of the active button
|
|
201
201
|
|
|
202
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
202
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
203
203
|
:type execution_context: int | str | None
|
|
204
204
|
:type undo: bool | None
|
|
205
205
|
"""
|
|
@@ -207,7 +207,7 @@ def editsource(
|
|
|
207
207
|
...
|
|
208
208
|
|
|
209
209
|
def eyedropper_color(
|
|
210
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
210
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
211
211
|
execution_context: int | str | None = None,
|
|
212
212
|
undo: bool | None = None,
|
|
213
213
|
*,
|
|
@@ -215,7 +215,7 @@ def eyedropper_color(
|
|
|
215
215
|
):
|
|
216
216
|
"""Sample a color from the Blender window to store in a property
|
|
217
217
|
|
|
218
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
218
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
219
219
|
:type execution_context: int | str | None
|
|
220
220
|
:type undo: bool | None
|
|
221
221
|
:param prop_data_path: Data Path, Path of property to be set with the depth
|
|
@@ -225,13 +225,13 @@ def eyedropper_color(
|
|
|
225
225
|
...
|
|
226
226
|
|
|
227
227
|
def eyedropper_colorramp(
|
|
228
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
228
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
229
229
|
execution_context: int | str | None = None,
|
|
230
230
|
undo: bool | None = None,
|
|
231
231
|
):
|
|
232
232
|
"""Sample a color band
|
|
233
233
|
|
|
234
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
234
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
235
235
|
:type execution_context: int | str | None
|
|
236
236
|
:type undo: bool | None
|
|
237
237
|
"""
|
|
@@ -239,13 +239,13 @@ def eyedropper_colorramp(
|
|
|
239
239
|
...
|
|
240
240
|
|
|
241
241
|
def eyedropper_colorramp_point(
|
|
242
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
242
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
243
243
|
execution_context: int | str | None = None,
|
|
244
244
|
undo: bool | None = None,
|
|
245
245
|
):
|
|
246
246
|
"""Point-sample a color band
|
|
247
247
|
|
|
248
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
248
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
249
249
|
:type execution_context: int | str | None
|
|
250
250
|
:type undo: bool | None
|
|
251
251
|
"""
|
|
@@ -253,7 +253,7 @@ def eyedropper_colorramp_point(
|
|
|
253
253
|
...
|
|
254
254
|
|
|
255
255
|
def eyedropper_depth(
|
|
256
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
256
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
257
257
|
execution_context: int | str | None = None,
|
|
258
258
|
undo: bool | None = None,
|
|
259
259
|
*,
|
|
@@ -261,7 +261,7 @@ def eyedropper_depth(
|
|
|
261
261
|
):
|
|
262
262
|
"""Sample depth from the 3D view
|
|
263
263
|
|
|
264
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
264
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
265
265
|
:type execution_context: int | str | None
|
|
266
266
|
:type undo: bool | None
|
|
267
267
|
:param prop_data_path: Data Path, Path of property to be set with the depth
|
|
@@ -271,7 +271,7 @@ def eyedropper_depth(
|
|
|
271
271
|
...
|
|
272
272
|
|
|
273
273
|
def eyedropper_driver(
|
|
274
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
274
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
275
275
|
execution_context: int | str | None = None,
|
|
276
276
|
undo: bool | None = None,
|
|
277
277
|
*,
|
|
@@ -282,7 +282,7 @@ def eyedropper_driver(
|
|
|
282
282
|
):
|
|
283
283
|
"""Pick a property to use as a driver target
|
|
284
284
|
|
|
285
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
285
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
286
286
|
:type execution_context: int | str | None
|
|
287
287
|
:type undo: bool | None
|
|
288
288
|
:param mapping_type: Mapping Type, Method used to match target and driven properties
|
|
@@ -307,7 +307,7 @@ def eyedropper_driver(
|
|
|
307
307
|
...
|
|
308
308
|
|
|
309
309
|
def eyedropper_gpencil_color(
|
|
310
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
310
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
311
311
|
execution_context: int | str | None = None,
|
|
312
312
|
undo: bool | None = None,
|
|
313
313
|
*,
|
|
@@ -315,7 +315,7 @@ def eyedropper_gpencil_color(
|
|
|
315
315
|
):
|
|
316
316
|
"""Sample a color from the Blender Window and create Grease Pencil material
|
|
317
317
|
|
|
318
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
318
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
319
319
|
:type execution_context: int | str | None
|
|
320
320
|
:type undo: bool | None
|
|
321
321
|
:param mode: Mode
|
|
@@ -325,13 +325,13 @@ def eyedropper_gpencil_color(
|
|
|
325
325
|
...
|
|
326
326
|
|
|
327
327
|
def eyedropper_id(
|
|
328
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
328
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
329
329
|
execution_context: int | str | None = None,
|
|
330
330
|
undo: bool | None = None,
|
|
331
331
|
):
|
|
332
332
|
"""Sample a data-block from the 3D View to store in a property
|
|
333
333
|
|
|
334
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
334
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
335
335
|
:type execution_context: int | str | None
|
|
336
336
|
:type undo: bool | None
|
|
337
337
|
"""
|
|
@@ -339,13 +339,13 @@ def eyedropper_id(
|
|
|
339
339
|
...
|
|
340
340
|
|
|
341
341
|
def jump_to_target_button(
|
|
342
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
342
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
343
343
|
execution_context: int | str | None = None,
|
|
344
344
|
undo: bool | None = None,
|
|
345
345
|
):
|
|
346
346
|
"""Switch to the target object or bone
|
|
347
347
|
|
|
348
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
348
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
349
349
|
:type execution_context: int | str | None
|
|
350
350
|
:type undo: bool | None
|
|
351
351
|
"""
|
|
@@ -353,13 +353,13 @@ def jump_to_target_button(
|
|
|
353
353
|
...
|
|
354
354
|
|
|
355
355
|
def list_start_filter(
|
|
356
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
356
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
357
357
|
execution_context: int | str | None = None,
|
|
358
358
|
undo: bool | None = None,
|
|
359
359
|
):
|
|
360
360
|
"""Start entering filter text for the list in focus
|
|
361
361
|
|
|
362
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
362
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
363
363
|
:type execution_context: int | str | None
|
|
364
364
|
:type undo: bool | None
|
|
365
365
|
"""
|
|
@@ -367,13 +367,13 @@ def list_start_filter(
|
|
|
367
367
|
...
|
|
368
368
|
|
|
369
369
|
def override_idtemplate_clear(
|
|
370
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
370
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
371
371
|
execution_context: int | str | None = None,
|
|
372
372
|
undo: bool | None = None,
|
|
373
373
|
):
|
|
374
374
|
"""Delete the selected local override and relink its usages to the linked data-block if possible, else reset it and mark it as non editable
|
|
375
375
|
|
|
376
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
376
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
377
377
|
:type execution_context: int | str | None
|
|
378
378
|
:type undo: bool | None
|
|
379
379
|
"""
|
|
@@ -381,13 +381,13 @@ def override_idtemplate_clear(
|
|
|
381
381
|
...
|
|
382
382
|
|
|
383
383
|
def override_idtemplate_make(
|
|
384
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
384
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
385
385
|
execution_context: int | str | None = None,
|
|
386
386
|
undo: bool | None = None,
|
|
387
387
|
):
|
|
388
388
|
"""Create a local override of the selected linked data-block, and its hierarchy of dependencies
|
|
389
389
|
|
|
390
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
390
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
391
391
|
:type execution_context: int | str | None
|
|
392
392
|
:type undo: bool | None
|
|
393
393
|
"""
|
|
@@ -395,13 +395,13 @@ def override_idtemplate_make(
|
|
|
395
395
|
...
|
|
396
396
|
|
|
397
397
|
def override_idtemplate_reset(
|
|
398
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
398
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
399
399
|
execution_context: int | str | None = None,
|
|
400
400
|
undo: bool | None = None,
|
|
401
401
|
):
|
|
402
402
|
"""Reset the selected local override to its linked reference values
|
|
403
403
|
|
|
404
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
404
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
405
405
|
:type execution_context: int | str | None
|
|
406
406
|
:type undo: bool | None
|
|
407
407
|
"""
|
|
@@ -409,7 +409,7 @@ def override_idtemplate_reset(
|
|
|
409
409
|
...
|
|
410
410
|
|
|
411
411
|
def override_remove_button(
|
|
412
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
412
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
413
413
|
execution_context: int | str | None = None,
|
|
414
414
|
undo: bool | None = None,
|
|
415
415
|
*,
|
|
@@ -417,7 +417,7 @@ def override_remove_button(
|
|
|
417
417
|
):
|
|
418
418
|
"""Remove an override operation
|
|
419
419
|
|
|
420
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
420
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
421
421
|
:type execution_context: int | str | None
|
|
422
422
|
:type undo: bool | None
|
|
423
423
|
:param all: All, Reset to default values all elements of the array
|
|
@@ -427,7 +427,7 @@ def override_remove_button(
|
|
|
427
427
|
...
|
|
428
428
|
|
|
429
429
|
def override_type_set_button(
|
|
430
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
430
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
431
431
|
execution_context: int | str | None = None,
|
|
432
432
|
undo: bool | None = None,
|
|
433
433
|
*,
|
|
@@ -436,7 +436,7 @@ def override_type_set_button(
|
|
|
436
436
|
):
|
|
437
437
|
"""Create an override operation, or set the type of an existing one
|
|
438
438
|
|
|
439
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
439
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
440
440
|
:type execution_context: int | str | None
|
|
441
441
|
:type undo: bool | None
|
|
442
442
|
:param all: All, Reset to default values all elements of the array
|
|
@@ -460,13 +460,13 @@ def override_type_set_button(
|
|
|
460
460
|
...
|
|
461
461
|
|
|
462
462
|
def reloadtranslation(
|
|
463
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
463
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
464
464
|
execution_context: int | str | None = None,
|
|
465
465
|
undo: bool | None = None,
|
|
466
466
|
):
|
|
467
467
|
"""Force a full reload of UI translation
|
|
468
468
|
|
|
469
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
469
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
470
470
|
:type execution_context: int | str | None
|
|
471
471
|
:type undo: bool | None
|
|
472
472
|
"""
|
|
@@ -474,7 +474,7 @@ def reloadtranslation(
|
|
|
474
474
|
...
|
|
475
475
|
|
|
476
476
|
def reset_default_button(
|
|
477
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
477
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
478
478
|
execution_context: int | str | None = None,
|
|
479
479
|
undo: bool | None = None,
|
|
480
480
|
*,
|
|
@@ -482,7 +482,7 @@ def reset_default_button(
|
|
|
482
482
|
):
|
|
483
483
|
"""Reset this property's value to its default value
|
|
484
484
|
|
|
485
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
485
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
486
486
|
:type execution_context: int | str | None
|
|
487
487
|
:type undo: bool | None
|
|
488
488
|
:param all: All, Reset to default values all elements of the array
|
|
@@ -492,13 +492,13 @@ def reset_default_button(
|
|
|
492
492
|
...
|
|
493
493
|
|
|
494
494
|
def unset_property_button(
|
|
495
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
495
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
496
496
|
execution_context: int | str | None = None,
|
|
497
497
|
undo: bool | None = None,
|
|
498
498
|
):
|
|
499
499
|
"""Clear the property and use default or generated value in operators
|
|
500
500
|
|
|
501
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
501
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
502
502
|
:type execution_context: int | str | None
|
|
503
503
|
:type undo: bool | None
|
|
504
504
|
"""
|
|
@@ -506,13 +506,13 @@ def unset_property_button(
|
|
|
506
506
|
...
|
|
507
507
|
|
|
508
508
|
def view_drop(
|
|
509
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
509
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
510
510
|
execution_context: int | str | None = None,
|
|
511
511
|
undo: bool | None = None,
|
|
512
512
|
):
|
|
513
513
|
"""Drag and drop onto a data-set or item within the data-set
|
|
514
514
|
|
|
515
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
515
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
516
516
|
:type execution_context: int | str | None
|
|
517
517
|
:type undo: bool | None
|
|
518
518
|
"""
|
|
@@ -520,13 +520,13 @@ def view_drop(
|
|
|
520
520
|
...
|
|
521
521
|
|
|
522
522
|
def view_item_rename(
|
|
523
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
523
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
524
524
|
execution_context: int | str | None = None,
|
|
525
525
|
undo: bool | None = None,
|
|
526
526
|
):
|
|
527
527
|
"""Rename the active item in the data-set view
|
|
528
528
|
|
|
529
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
529
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
530
530
|
:type execution_context: int | str | None
|
|
531
531
|
:type undo: bool | None
|
|
532
532
|
"""
|
|
@@ -534,13 +534,13 @@ def view_item_rename(
|
|
|
534
534
|
...
|
|
535
535
|
|
|
536
536
|
def view_start_filter(
|
|
537
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
537
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
538
538
|
execution_context: int | str | None = None,
|
|
539
539
|
undo: bool | None = None,
|
|
540
540
|
):
|
|
541
541
|
"""Start entering filter text for the data-set in focus
|
|
542
542
|
|
|
543
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
543
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
544
544
|
:type execution_context: int | str | None
|
|
545
545
|
:type undo: bool | None
|
|
546
546
|
"""
|
bpy/ops/uilist/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
def entry_add(
|
|
10
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
10
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
11
11
|
execution_context: int | str | None = None,
|
|
12
12
|
undo: bool | None = None,
|
|
13
13
|
*,
|
|
@@ -16,7 +16,7 @@ def entry_add(
|
|
|
16
16
|
):
|
|
17
17
|
"""Add an entry to the list after the current active item
|
|
18
18
|
|
|
19
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
19
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
20
20
|
:type execution_context: int | str | None
|
|
21
21
|
:type undo: bool | None
|
|
22
22
|
:param list_path: list_path
|
|
@@ -28,7 +28,7 @@ def entry_add(
|
|
|
28
28
|
...
|
|
29
29
|
|
|
30
30
|
def entry_move(
|
|
31
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
31
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
32
32
|
execution_context: int | str | None = None,
|
|
33
33
|
undo: bool | None = None,
|
|
34
34
|
*,
|
|
@@ -38,7 +38,7 @@ def entry_move(
|
|
|
38
38
|
):
|
|
39
39
|
"""Move an entry in the list up or down
|
|
40
40
|
|
|
41
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
41
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
42
42
|
:type execution_context: int | str | None
|
|
43
43
|
:type undo: bool | None
|
|
44
44
|
:param list_path: list_path
|
|
@@ -58,7 +58,7 @@ def entry_move(
|
|
|
58
58
|
...
|
|
59
59
|
|
|
60
60
|
def entry_remove(
|
|
61
|
-
override_context: bpy.types.Context | dict[str, typing.Any]
|
|
61
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
62
62
|
execution_context: int | str | None = None,
|
|
63
63
|
undo: bool | None = None,
|
|
64
64
|
*,
|
|
@@ -67,7 +67,7 @@ def entry_remove(
|
|
|
67
67
|
):
|
|
68
68
|
"""Remove the selected entry from the list
|
|
69
69
|
|
|
70
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
70
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
71
71
|
:type execution_context: int | str | None
|
|
72
72
|
:type undo: bool | None
|
|
73
73
|
:param list_path: list_path
|