fake-bpy-module 20240326__py3-none-any.whl → 20240329__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +34 -96
- bgl/__init__.pyi +1265 -2417
- bl_math/__init__.pyi +3 -14
- bl_operators/presets/__init__.pyi +167 -0
- bl_operators/view3d/__init__.pyi +248 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- blf/__init__.pyi +13 -50
- bmesh/ops/__init__.pyi +68 -142
- bmesh/types/__init__.pyi +18 -44
- bmesh/utils/__init__.pyi +2 -6
- bpy/app/icons/__init__.pyi +2 -4
- bpy/app/timers/__init__.pyi +2 -6
- bpy/ops/action/__init__.pyi +92 -93
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +108 -112
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +18 -18
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +194 -195
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +10 -10
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +114 -118
- bpy/ops/curves/__init__.pyi +55 -53
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +12 -12
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -83
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +38 -38
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +308 -309
- bpy/ops/graph/__init__.pyi +150 -151
- bpy/ops/grease_pencil/__init__.pyi +114 -115
- bpy/ops/image/__init__.pyi +100 -100
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +90 -91
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +20 -21
- bpy/ops/mesh/__init__.pyi +429 -427
- bpy/ops/nla/__init__.pyi +90 -91
- bpy/ops/node/__init__.pyi +242 -243
- bpy/ops/object/__init__.pyi +572 -567
- bpy/ops/outliner/__init__.pyi +142 -142
- bpy/ops/paint/__init__.pyi +182 -126
- bpy/ops/paintcurve/__init__.pyi +20 -20
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +90 -90
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +34 -34
- bpy/ops/scene/__init__.pyi +86 -86
- bpy/ops/screen/__init__.pyi +84 -84
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +80 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +184 -185
- bpy/ops/sound/__init__.pyi +16 -16
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +112 -112
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +104 -105
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +253 -230
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/props/__init__.pyi +29 -52
- bpy/types/__init__.pyi +4648 -3095
- bpy/utils/__init__.pyi +3 -6
- bpy/utils/units/__init__.pyi +3 -6
- bpy_extras/io_utils/__init__.pyi +8 -0
- bpy_types/__init__.pyi +3 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/RECORD +117 -117
- freestyle/chainingiterators/__init__.pyi +5 -12
- freestyle/functions/__init__.pyi +19 -73
- freestyle/predicates/__init__.pyi +8 -21
- freestyle/shaders/__init__.pyi +32 -81
- freestyle/types/__init__.pyi +100 -270
- freestyle/utils/ContextFunctions/__init__.pyi +7 -27
- freestyle/utils/__init__.pyi +1 -2
- gpu/capabilities/__init__.pyi +15 -32
- gpu/matrix/__init__.pyi +1 -2
- gpu/state/__init__.pyi +4 -10
- gpu/types/__init__.pyi +29 -87
- gpu_extras/presets/__init__.pyi +4 -16
- imbuf/types/__init__.pyi +4 -10
- mathutils/__init__.pyi +106 -257
- mathutils/bvhtree/__init__.pyi +7 -15
- mathutils/geometry/__init__.pyi +9 -18
- mathutils/kdtree/__init__.pyi +4 -11
- mathutils/noise/__init__.pyi +41 -82
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240326.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/ui/__init__.pyi
CHANGED
|
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def assign_default_button(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
):
|
|
11
11
|
"""Set this property's current value as the new default
|
|
12
12
|
|
|
13
13
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
-
:type execution_context:
|
|
14
|
+
:type execution_context: str
|
|
15
15
|
:type undo: bool
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -19,14 +19,14 @@ def assign_default_button(
|
|
|
19
19
|
|
|
20
20
|
def button_execute(
|
|
21
21
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
-
execution_context:
|
|
22
|
+
execution_context: str = None,
|
|
23
23
|
undo: bool = None,
|
|
24
24
|
skip_depressed: typing.Union[bool, typing.Any] = False,
|
|
25
25
|
):
|
|
26
26
|
"""Presses active button
|
|
27
27
|
|
|
28
28
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
29
|
-
:type execution_context:
|
|
29
|
+
:type execution_context: str
|
|
30
30
|
:type undo: bool
|
|
31
31
|
:param skip_depressed: Skip Depressed
|
|
32
32
|
:type skip_depressed: typing.Union[bool, typing.Any]
|
|
@@ -36,13 +36,13 @@ def button_execute(
|
|
|
36
36
|
|
|
37
37
|
def button_string_clear(
|
|
38
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
-
execution_context:
|
|
39
|
+
execution_context: str = None,
|
|
40
40
|
undo: bool = None,
|
|
41
41
|
):
|
|
42
42
|
"""Unsets the text of the active button
|
|
43
43
|
|
|
44
44
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
45
|
-
:type execution_context:
|
|
45
|
+
:type execution_context: str
|
|
46
46
|
:type undo: bool
|
|
47
47
|
"""
|
|
48
48
|
|
|
@@ -50,13 +50,13 @@ def button_string_clear(
|
|
|
50
50
|
|
|
51
51
|
def copy_as_driver_button(
|
|
52
52
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
-
execution_context:
|
|
53
|
+
execution_context: str = None,
|
|
54
54
|
undo: bool = None,
|
|
55
55
|
):
|
|
56
56
|
"""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
|
|
57
57
|
|
|
58
58
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
-
:type execution_context:
|
|
59
|
+
:type execution_context: str
|
|
60
60
|
:type undo: bool
|
|
61
61
|
"""
|
|
62
62
|
|
|
@@ -64,14 +64,14 @@ def copy_as_driver_button(
|
|
|
64
64
|
|
|
65
65
|
def copy_data_path_button(
|
|
66
66
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
67
|
-
execution_context:
|
|
67
|
+
execution_context: str = None,
|
|
68
68
|
undo: bool = None,
|
|
69
69
|
full_path: typing.Union[bool, typing.Any] = False,
|
|
70
70
|
):
|
|
71
71
|
"""Copy the RNA data path for this property to the clipboard
|
|
72
72
|
|
|
73
73
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
74
|
-
:type execution_context:
|
|
74
|
+
:type execution_context: str
|
|
75
75
|
:type undo: bool
|
|
76
76
|
:param full_path: full_path, Copy full data path
|
|
77
77
|
:type full_path: typing.Union[bool, typing.Any]
|
|
@@ -81,13 +81,13 @@ def copy_data_path_button(
|
|
|
81
81
|
|
|
82
82
|
def copy_python_command_button(
|
|
83
83
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
84
|
-
execution_context:
|
|
84
|
+
execution_context: str = None,
|
|
85
85
|
undo: bool = None,
|
|
86
86
|
):
|
|
87
87
|
"""Copy the Python command matching this button
|
|
88
88
|
|
|
89
89
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
90
|
-
:type execution_context:
|
|
90
|
+
:type execution_context: str
|
|
91
91
|
:type undo: bool
|
|
92
92
|
"""
|
|
93
93
|
|
|
@@ -95,14 +95,14 @@ def copy_python_command_button(
|
|
|
95
95
|
|
|
96
96
|
def copy_to_selected_button(
|
|
97
97
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
98
|
-
execution_context:
|
|
98
|
+
execution_context: str = None,
|
|
99
99
|
undo: bool = None,
|
|
100
100
|
all: typing.Union[bool, typing.Any] = True,
|
|
101
101
|
):
|
|
102
102
|
"""Copy the property's value from the active item to the same property of all selected items if the same property exists
|
|
103
103
|
|
|
104
104
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
105
|
-
:type execution_context:
|
|
105
|
+
:type execution_context: str
|
|
106
106
|
:type undo: bool
|
|
107
107
|
:param all: All, Copy to selected all elements of the array
|
|
108
108
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -112,7 +112,7 @@ def copy_to_selected_button(
|
|
|
112
112
|
|
|
113
113
|
def drop_color(
|
|
114
114
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
115
|
-
execution_context:
|
|
115
|
+
execution_context: str = None,
|
|
116
116
|
undo: bool = None,
|
|
117
117
|
color: typing.Any = (0.0, 0.0, 0.0),
|
|
118
118
|
gamma: typing.Union[bool, typing.Any] = False,
|
|
@@ -120,7 +120,7 @@ def drop_color(
|
|
|
120
120
|
"""Drop colors to buttons
|
|
121
121
|
|
|
122
122
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
123
|
-
:type execution_context:
|
|
123
|
+
:type execution_context: str
|
|
124
124
|
:type undo: bool
|
|
125
125
|
:param color: Color, Source color
|
|
126
126
|
:type color: typing.Any
|
|
@@ -132,14 +132,14 @@ def drop_color(
|
|
|
132
132
|
|
|
133
133
|
def drop_material(
|
|
134
134
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
135
|
-
execution_context:
|
|
135
|
+
execution_context: str = None,
|
|
136
136
|
undo: bool = None,
|
|
137
137
|
session_uid: typing.Any = 0,
|
|
138
138
|
):
|
|
139
139
|
"""Drag material to Material slots in Properties
|
|
140
140
|
|
|
141
141
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
142
|
-
:type execution_context:
|
|
142
|
+
:type execution_context: str
|
|
143
143
|
:type undo: bool
|
|
144
144
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
145
145
|
:type session_uid: typing.Any
|
|
@@ -149,14 +149,14 @@ def drop_material(
|
|
|
149
149
|
|
|
150
150
|
def drop_name(
|
|
151
151
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
152
|
-
execution_context:
|
|
152
|
+
execution_context: str = None,
|
|
153
153
|
undo: bool = None,
|
|
154
154
|
string: typing.Union[str, typing.Any] = "",
|
|
155
155
|
):
|
|
156
156
|
"""Drop name to button
|
|
157
157
|
|
|
158
158
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
159
|
-
:type execution_context:
|
|
159
|
+
:type execution_context: str
|
|
160
160
|
:type undo: bool
|
|
161
161
|
:param string: String, The string value to drop into the button
|
|
162
162
|
:type string: typing.Union[str, typing.Any]
|
|
@@ -166,13 +166,13 @@ def drop_name(
|
|
|
166
166
|
|
|
167
167
|
def editsource(
|
|
168
168
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
169
|
-
execution_context:
|
|
169
|
+
execution_context: str = None,
|
|
170
170
|
undo: bool = None,
|
|
171
171
|
):
|
|
172
172
|
"""Edit UI source code of the active button
|
|
173
173
|
|
|
174
174
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
175
|
-
:type execution_context:
|
|
175
|
+
:type execution_context: str
|
|
176
176
|
:type undo: bool
|
|
177
177
|
"""
|
|
178
178
|
|
|
@@ -180,13 +180,13 @@ def editsource(
|
|
|
180
180
|
|
|
181
181
|
def edittranslation_init(
|
|
182
182
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
183
|
-
execution_context:
|
|
183
|
+
execution_context: str = None,
|
|
184
184
|
undo: bool = None,
|
|
185
185
|
):
|
|
186
186
|
"""Edit i18n in current language for the active button
|
|
187
187
|
|
|
188
188
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
189
|
-
:type execution_context:
|
|
189
|
+
:type execution_context: str
|
|
190
190
|
:type undo: bool
|
|
191
191
|
"""
|
|
192
192
|
|
|
@@ -194,13 +194,13 @@ def edittranslation_init(
|
|
|
194
194
|
|
|
195
195
|
def eyedropper_color(
|
|
196
196
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
197
|
-
execution_context:
|
|
197
|
+
execution_context: str = None,
|
|
198
198
|
undo: bool = None,
|
|
199
199
|
):
|
|
200
200
|
"""Sample a color from the Blender window to store in a property
|
|
201
201
|
|
|
202
202
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
203
|
-
:type execution_context:
|
|
203
|
+
:type execution_context: str
|
|
204
204
|
:type undo: bool
|
|
205
205
|
"""
|
|
206
206
|
|
|
@@ -208,13 +208,13 @@ def eyedropper_color(
|
|
|
208
208
|
|
|
209
209
|
def eyedropper_colorramp(
|
|
210
210
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
211
|
-
execution_context:
|
|
211
|
+
execution_context: str = None,
|
|
212
212
|
undo: bool = None,
|
|
213
213
|
):
|
|
214
214
|
"""Sample a color band
|
|
215
215
|
|
|
216
216
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
217
|
-
:type execution_context:
|
|
217
|
+
:type execution_context: str
|
|
218
218
|
:type undo: bool
|
|
219
219
|
"""
|
|
220
220
|
|
|
@@ -222,13 +222,13 @@ def eyedropper_colorramp(
|
|
|
222
222
|
|
|
223
223
|
def eyedropper_colorramp_point(
|
|
224
224
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
225
|
-
execution_context:
|
|
225
|
+
execution_context: str = None,
|
|
226
226
|
undo: bool = None,
|
|
227
227
|
):
|
|
228
228
|
"""Point-sample a color band
|
|
229
229
|
|
|
230
230
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
231
|
-
:type execution_context:
|
|
231
|
+
:type execution_context: str
|
|
232
232
|
:type undo: bool
|
|
233
233
|
"""
|
|
234
234
|
|
|
@@ -236,13 +236,13 @@ def eyedropper_colorramp_point(
|
|
|
236
236
|
|
|
237
237
|
def eyedropper_depth(
|
|
238
238
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
239
|
-
execution_context:
|
|
239
|
+
execution_context: str = None,
|
|
240
240
|
undo: bool = None,
|
|
241
241
|
):
|
|
242
242
|
"""Sample depth from the 3D view
|
|
243
243
|
|
|
244
244
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
245
|
-
:type execution_context:
|
|
245
|
+
:type execution_context: str
|
|
246
246
|
:type undo: bool
|
|
247
247
|
"""
|
|
248
248
|
|
|
@@ -250,14 +250,14 @@ def eyedropper_depth(
|
|
|
250
250
|
|
|
251
251
|
def eyedropper_driver(
|
|
252
252
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
253
|
-
execution_context:
|
|
253
|
+
execution_context: str = None,
|
|
254
254
|
undo: bool = None,
|
|
255
255
|
mapping_type: typing.Any = "SINGLE_MANY",
|
|
256
256
|
):
|
|
257
257
|
"""Pick a property to use as a driver target
|
|
258
258
|
|
|
259
259
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
260
|
-
:type execution_context:
|
|
260
|
+
:type execution_context: str
|
|
261
261
|
:type undo: bool
|
|
262
262
|
:param mapping_type: Mapping Type, Method used to match target and driven properties
|
|
263
263
|
|
|
@@ -282,14 +282,14 @@ def eyedropper_driver(
|
|
|
282
282
|
|
|
283
283
|
def eyedropper_gpencil_color(
|
|
284
284
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
285
|
-
execution_context:
|
|
285
|
+
execution_context: str = None,
|
|
286
286
|
undo: bool = None,
|
|
287
287
|
mode: typing.Any = "MATERIAL",
|
|
288
288
|
):
|
|
289
289
|
"""Sample a color from the Blender Window and create Grease Pencil material
|
|
290
290
|
|
|
291
291
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
292
|
-
:type execution_context:
|
|
292
|
+
:type execution_context: str
|
|
293
293
|
:type undo: bool
|
|
294
294
|
:param mode: Mode
|
|
295
295
|
:type mode: typing.Any
|
|
@@ -299,13 +299,13 @@ def eyedropper_gpencil_color(
|
|
|
299
299
|
|
|
300
300
|
def eyedropper_id(
|
|
301
301
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
302
|
-
execution_context:
|
|
302
|
+
execution_context: str = None,
|
|
303
303
|
undo: bool = None,
|
|
304
304
|
):
|
|
305
305
|
"""Sample a data-block from the 3D View to store in a property
|
|
306
306
|
|
|
307
307
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
308
|
-
:type execution_context:
|
|
308
|
+
:type execution_context: str
|
|
309
309
|
:type undo: bool
|
|
310
310
|
"""
|
|
311
311
|
|
|
@@ -313,13 +313,13 @@ def eyedropper_id(
|
|
|
313
313
|
|
|
314
314
|
def jump_to_target_button(
|
|
315
315
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
316
|
-
execution_context:
|
|
316
|
+
execution_context: str = None,
|
|
317
317
|
undo: bool = None,
|
|
318
318
|
):
|
|
319
319
|
"""Switch to the target object or bone
|
|
320
320
|
|
|
321
321
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
322
|
-
:type execution_context:
|
|
322
|
+
:type execution_context: str
|
|
323
323
|
:type undo: bool
|
|
324
324
|
"""
|
|
325
325
|
|
|
@@ -327,13 +327,13 @@ def jump_to_target_button(
|
|
|
327
327
|
|
|
328
328
|
def list_start_filter(
|
|
329
329
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
330
|
-
execution_context:
|
|
330
|
+
execution_context: str = None,
|
|
331
331
|
undo: bool = None,
|
|
332
332
|
):
|
|
333
333
|
"""Start entering filter text for the list in focus
|
|
334
334
|
|
|
335
335
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
336
|
-
:type execution_context:
|
|
336
|
+
:type execution_context: str
|
|
337
337
|
:type undo: bool
|
|
338
338
|
"""
|
|
339
339
|
|
|
@@ -341,13 +341,13 @@ def list_start_filter(
|
|
|
341
341
|
|
|
342
342
|
def override_idtemplate_clear(
|
|
343
343
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
344
|
-
execution_context:
|
|
344
|
+
execution_context: str = None,
|
|
345
345
|
undo: bool = None,
|
|
346
346
|
):
|
|
347
347
|
"""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
|
|
348
348
|
|
|
349
349
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
350
|
-
:type execution_context:
|
|
350
|
+
:type execution_context: str
|
|
351
351
|
:type undo: bool
|
|
352
352
|
"""
|
|
353
353
|
|
|
@@ -355,13 +355,13 @@ def override_idtemplate_clear(
|
|
|
355
355
|
|
|
356
356
|
def override_idtemplate_make(
|
|
357
357
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
358
|
-
execution_context:
|
|
358
|
+
execution_context: str = None,
|
|
359
359
|
undo: bool = None,
|
|
360
360
|
):
|
|
361
361
|
"""Create a local override of the selected linked data-block, and its hierarchy of dependencies
|
|
362
362
|
|
|
363
363
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
364
|
-
:type execution_context:
|
|
364
|
+
:type execution_context: str
|
|
365
365
|
:type undo: bool
|
|
366
366
|
"""
|
|
367
367
|
|
|
@@ -369,13 +369,13 @@ def override_idtemplate_make(
|
|
|
369
369
|
|
|
370
370
|
def override_idtemplate_reset(
|
|
371
371
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
372
|
-
execution_context:
|
|
372
|
+
execution_context: str = None,
|
|
373
373
|
undo: bool = None,
|
|
374
374
|
):
|
|
375
375
|
"""Reset the selected local override to its linked reference values
|
|
376
376
|
|
|
377
377
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
378
|
-
:type execution_context:
|
|
378
|
+
:type execution_context: str
|
|
379
379
|
:type undo: bool
|
|
380
380
|
"""
|
|
381
381
|
|
|
@@ -383,14 +383,14 @@ def override_idtemplate_reset(
|
|
|
383
383
|
|
|
384
384
|
def override_remove_button(
|
|
385
385
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
386
|
-
execution_context:
|
|
386
|
+
execution_context: str = None,
|
|
387
387
|
undo: bool = None,
|
|
388
388
|
all: typing.Union[bool, typing.Any] = True,
|
|
389
389
|
):
|
|
390
390
|
"""Remove an override operation
|
|
391
391
|
|
|
392
392
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
393
|
-
:type execution_context:
|
|
393
|
+
:type execution_context: str
|
|
394
394
|
:type undo: bool
|
|
395
395
|
:param all: All, Reset to default values all elements of the array
|
|
396
396
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -400,7 +400,7 @@ def override_remove_button(
|
|
|
400
400
|
|
|
401
401
|
def override_type_set_button(
|
|
402
402
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
403
|
-
execution_context:
|
|
403
|
+
execution_context: str = None,
|
|
404
404
|
undo: bool = None,
|
|
405
405
|
all: typing.Union[bool, typing.Any] = True,
|
|
406
406
|
type: typing.Any = "REPLACE",
|
|
@@ -408,7 +408,7 @@ def override_type_set_button(
|
|
|
408
408
|
"""Create an override operation, or set the type of an existing one
|
|
409
409
|
|
|
410
410
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
411
|
-
:type execution_context:
|
|
411
|
+
:type execution_context: str
|
|
412
412
|
:type undo: bool
|
|
413
413
|
:param all: All, Reset to default values all elements of the array
|
|
414
414
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -432,13 +432,13 @@ def override_type_set_button(
|
|
|
432
432
|
|
|
433
433
|
def reloadtranslation(
|
|
434
434
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
435
|
-
execution_context:
|
|
435
|
+
execution_context: str = None,
|
|
436
436
|
undo: bool = None,
|
|
437
437
|
):
|
|
438
438
|
"""Force a full reload of UI translation
|
|
439
439
|
|
|
440
440
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
441
|
-
:type execution_context:
|
|
441
|
+
:type execution_context: str
|
|
442
442
|
:type undo: bool
|
|
443
443
|
"""
|
|
444
444
|
|
|
@@ -446,14 +446,14 @@ def reloadtranslation(
|
|
|
446
446
|
|
|
447
447
|
def reset_default_button(
|
|
448
448
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
449
|
-
execution_context:
|
|
449
|
+
execution_context: str = None,
|
|
450
450
|
undo: bool = None,
|
|
451
451
|
all: typing.Union[bool, typing.Any] = True,
|
|
452
452
|
):
|
|
453
453
|
"""Reset this property's value to its default value
|
|
454
454
|
|
|
455
455
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
456
|
-
:type execution_context:
|
|
456
|
+
:type execution_context: str
|
|
457
457
|
:type undo: bool
|
|
458
458
|
:param all: All, Reset to default values all elements of the array
|
|
459
459
|
:type all: typing.Union[bool, typing.Any]
|
|
@@ -463,13 +463,13 @@ def reset_default_button(
|
|
|
463
463
|
|
|
464
464
|
def unset_property_button(
|
|
465
465
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
466
|
-
execution_context:
|
|
466
|
+
execution_context: str = None,
|
|
467
467
|
undo: bool = None,
|
|
468
468
|
):
|
|
469
469
|
"""Clear the property and use default or generated value in operators
|
|
470
470
|
|
|
471
471
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
472
|
-
:type execution_context:
|
|
472
|
+
:type execution_context: str
|
|
473
473
|
:type undo: bool
|
|
474
474
|
"""
|
|
475
475
|
|
|
@@ -477,13 +477,13 @@ def unset_property_button(
|
|
|
477
477
|
|
|
478
478
|
def view_drop(
|
|
479
479
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
480
|
-
execution_context:
|
|
480
|
+
execution_context: str = None,
|
|
481
481
|
undo: bool = None,
|
|
482
482
|
):
|
|
483
483
|
"""Drag and drop onto a data-set or item within the data-set
|
|
484
484
|
|
|
485
485
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
486
|
-
:type execution_context:
|
|
486
|
+
:type execution_context: str
|
|
487
487
|
:type undo: bool
|
|
488
488
|
"""
|
|
489
489
|
|
|
@@ -491,13 +491,13 @@ def view_drop(
|
|
|
491
491
|
|
|
492
492
|
def view_item_rename(
|
|
493
493
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
494
|
-
execution_context:
|
|
494
|
+
execution_context: str = None,
|
|
495
495
|
undo: bool = None,
|
|
496
496
|
):
|
|
497
497
|
"""Rename the active item in the data-set view
|
|
498
498
|
|
|
499
499
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
500
|
-
:type execution_context:
|
|
500
|
+
:type execution_context: str
|
|
501
501
|
:type undo: bool
|
|
502
502
|
"""
|
|
503
503
|
|
|
@@ -505,13 +505,13 @@ def view_item_rename(
|
|
|
505
505
|
|
|
506
506
|
def view_start_filter(
|
|
507
507
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
508
|
-
execution_context:
|
|
508
|
+
execution_context: str = None,
|
|
509
509
|
undo: bool = None,
|
|
510
510
|
):
|
|
511
511
|
"""Start entering filter text for the data-set in focus
|
|
512
512
|
|
|
513
513
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
514
|
-
:type execution_context:
|
|
514
|
+
:type execution_context: str
|
|
515
515
|
:type undo: bool
|
|
516
516
|
"""
|
|
517
517
|
|
bpy/ops/uilist/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def entry_add(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context:
|
|
8
|
+
execution_context: str = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
list_path: typing.Union[str, typing.Any] = "",
|
|
11
11
|
active_index_path: typing.Union[str, typing.Any] = "",
|
|
@@ -13,7 +13,7 @@ def entry_add(
|
|
|
13
13
|
"""Add an entry to the list after the current active item
|
|
14
14
|
|
|
15
15
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
16
|
-
:type execution_context:
|
|
16
|
+
:type execution_context: str
|
|
17
17
|
:type undo: bool
|
|
18
18
|
:param list_path: list_path
|
|
19
19
|
:type list_path: typing.Union[str, typing.Any]
|
|
@@ -25,7 +25,7 @@ def entry_add(
|
|
|
25
25
|
|
|
26
26
|
def entry_move(
|
|
27
27
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
28
|
-
execution_context:
|
|
28
|
+
execution_context: str = None,
|
|
29
29
|
undo: bool = None,
|
|
30
30
|
list_path: typing.Union[str, typing.Any] = "",
|
|
31
31
|
active_index_path: typing.Union[str, typing.Any] = "",
|
|
@@ -34,7 +34,7 @@ def entry_move(
|
|
|
34
34
|
"""Move an entry in the list up or down
|
|
35
35
|
|
|
36
36
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
37
|
-
:type execution_context:
|
|
37
|
+
:type execution_context: str
|
|
38
38
|
:type undo: bool
|
|
39
39
|
:param list_path: list_path
|
|
40
40
|
:type list_path: typing.Union[str, typing.Any]
|
|
@@ -54,7 +54,7 @@ def entry_move(
|
|
|
54
54
|
|
|
55
55
|
def entry_remove(
|
|
56
56
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
57
|
-
execution_context:
|
|
57
|
+
execution_context: str = None,
|
|
58
58
|
undo: bool = None,
|
|
59
59
|
list_path: typing.Union[str, typing.Any] = "",
|
|
60
60
|
active_index_path: typing.Union[str, typing.Any] = "",
|
|
@@ -62,7 +62,7 @@ def entry_remove(
|
|
|
62
62
|
"""Remove the selected entry from the list
|
|
63
63
|
|
|
64
64
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
65
|
-
:type execution_context:
|
|
65
|
+
:type execution_context: str
|
|
66
66
|
:type undo: bool
|
|
67
67
|
:param list_path: list_path
|
|
68
68
|
:type list_path: typing.Union[str, typing.Any]
|