fake-bpy-module 20240601__py3-none-any.whl → 20240605__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +4 -4
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_sequencer/__init__.pyi +14 -0
- bl_ui/space_userpref/__init__.pyi +234 -0
- bl_ui/space_view3d/__init__.pyi +810 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- blf/__init__.pyi +4 -4
- bmesh/ops/__init__.pyi +97 -82
- bmesh/types/__init__.pyi +37 -32
- bmesh/utils/__init__.pyi +2 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/action/__init__.pyi +152 -152
- bpy/ops/anim/__init__.pyi +216 -216
- bpy/ops/armature/__init__.pyi +192 -192
- bpy/ops/asset/__init__.pyi +64 -64
- bpy/ops/boid/__init__.pyi +32 -32
- bpy/ops/brush/__init__.pyi +36 -36
- bpy/ops/buttons/__init__.pyi +24 -24
- bpy/ops/cachefile/__init__.pyi +20 -20
- bpy/ops/camera/__init__.pyi +8 -8
- bpy/ops/clip/__init__.pyi +368 -368
- bpy/ops/cloth/__init__.pyi +4 -4
- bpy/ops/collection/__init__.pyi +36 -36
- bpy/ops/console/__init__.pyi +84 -84
- bpy/ops/constraint/__init__.pyi +72 -72
- bpy/ops/curve/__init__.pyi +204 -204
- bpy/ops/curves/__init__.pyi +108 -108
- bpy/ops/cycles/__init__.pyi +12 -12
- bpy/ops/dpaint/__init__.pyi +20 -20
- bpy/ops/ed/__init__.pyi +48 -48
- bpy/ops/export_anim/__init__.pyi +4 -4
- bpy/ops/export_scene/__init__.pyi +8 -8
- bpy/ops/extensions/__init__.pyi +123 -109
- bpy/ops/file/__init__.pyi +160 -160
- bpy/ops/fluid/__init__.pyi +56 -56
- bpy/ops/font/__init__.pyi +92 -92
- bpy/ops/geometry/__init__.pyi +40 -40
- bpy/ops/gizmogroup/__init__.pyi +8 -8
- bpy/ops/gpencil/__init__.pyi +600 -600
- bpy/ops/graph/__init__.pyi +260 -260
- bpy/ops/grease_pencil/__init__.pyi +292 -292
- bpy/ops/image/__init__.pyi +192 -192
- bpy/ops/import_anim/__init__.pyi +4 -4
- bpy/ops/import_curve/__init__.pyi +4 -4
- bpy/ops/import_scene/__init__.pyi +8 -8
- bpy/ops/info/__init__.pyi +28 -28
- bpy/ops/lattice/__init__.pyi +32 -32
- bpy/ops/marker/__init__.pyi +44 -44
- bpy/ops/mask/__init__.pyi +156 -156
- bpy/ops/material/__init__.pyi +12 -12
- bpy/ops/mball/__init__.pyi +32 -32
- bpy/ops/mesh/__init__.pyi +652 -652
- bpy/ops/nla/__init__.pyi +156 -156
- bpy/ops/node/__init__.pyi +416 -416
- bpy/ops/object/__init__.pyi +984 -984
- bpy/ops/outliner/__init__.pyi +284 -284
- bpy/ops/paint/__init__.pyi +220 -220
- bpy/ops/paintcurve/__init__.pyi +32 -32
- bpy/ops/palette/__init__.pyi +28 -28
- bpy/ops/particle/__init__.pyi +144 -144
- bpy/ops/pose/__init__.pyi +156 -156
- bpy/ops/poselib/__init__.pyi +36 -36
- bpy/ops/preferences/__init__.pyi +148 -148
- bpy/ops/ptcache/__init__.pyi +28 -28
- bpy/ops/render/__init__.pyi +48 -48
- bpy/ops/rigidbody/__init__.pyi +52 -52
- bpy/ops/scene/__init__.pyi +148 -192
- bpy/ops/screen/__init__.pyi +156 -156
- bpy/ops/script/__init__.pyi +12 -12
- bpy/ops/sculpt/__init__.pyi +152 -152
- bpy/ops/sculpt_curves/__init__.pyi +16 -16
- bpy/ops/sequencer/__init__.pyi +364 -340
- bpy/ops/sound/__init__.pyi +28 -28
- bpy/ops/spreadsheet/__init__.pyi +16 -16
- bpy/ops/surface/__init__.pyi +24 -24
- bpy/ops/text/__init__.pyi +172 -172
- bpy/ops/text_editor/__init__.pyi +4 -4
- bpy/ops/texture/__init__.pyi +16 -16
- bpy/ops/transform/__init__.pyi +111 -108
- bpy/ops/ui/__init__.pyi +132 -132
- bpy/ops/uilist/__init__.pyi +12 -12
- bpy/ops/uv/__init__.pyi +196 -196
- bpy/ops/view2d/__init__.pyi +56 -56
- bpy/ops/view3d/__init__.pyi +268 -268
- bpy/ops/wm/__init__.pyi +448 -448
- bpy/ops/workspace/__init__.pyi +28 -28
- bpy/ops/world/__init__.pyi +8 -8
- bpy/path/__init__.pyi +18 -18
- bpy/props/__init__.pyi +11 -11
- bpy/types/__init__.pyi +2185 -1933
- bpy/utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/view3d_utils/__init__.pyi +24 -20
- bpy_types/__init__.pyi +12 -7
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
- freestyle/types/__init__.pyi +64 -64
- freestyle/utils/__init__.pyi +2 -2
- gpu/matrix/__init__.pyi +15 -6
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +6 -4
- gpu_extras/presets/__init__.pyi +8 -4
- imbuf/__init__.pyi +4 -4
- mathutils/__init__.pyi +292 -187
- mathutils/geometry/__init__.pyi +2 -5
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
bpy/ops/ui/__init__.pyi
CHANGED
|
@@ -6,30 +6,30 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
def assign_default_button(
|
|
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
|
"""Set this property's current value as the new default
|
|
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 button_execute(
|
|
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
|
skip_depressed: bool | typing.Any | None = False,
|
|
28
28
|
):
|
|
29
29
|
"""Presses active button
|
|
30
30
|
|
|
31
|
-
:type override_context: dict[str, typing.Any] |
|
|
32
|
-
:type execution_context:
|
|
31
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
32
|
+
:type execution_context: int | str | None
|
|
33
33
|
:type undo: bool | None
|
|
34
34
|
:param skip_depressed: Skip Depressed
|
|
35
35
|
:type skip_depressed: bool | typing.Any | None
|
|
@@ -38,44 +38,44 @@ def button_execute(
|
|
|
38
38
|
...
|
|
39
39
|
|
|
40
40
|
def button_string_clear(
|
|
41
|
-
override_context: dict[str, typing.Any] |
|
|
42
|
-
execution_context:
|
|
41
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
42
|
+
execution_context: int | str | None = None,
|
|
43
43
|
undo: bool | None = None,
|
|
44
44
|
):
|
|
45
45
|
"""Unsets the text of the active button
|
|
46
46
|
|
|
47
|
-
:type override_context: dict[str, typing.Any] |
|
|
48
|
-
:type execution_context:
|
|
47
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
48
|
+
:type execution_context: int | str | None
|
|
49
49
|
:type undo: bool | None
|
|
50
50
|
"""
|
|
51
51
|
|
|
52
52
|
...
|
|
53
53
|
|
|
54
54
|
def copy_as_driver_button(
|
|
55
|
-
override_context: dict[str, typing.Any] |
|
|
56
|
-
execution_context:
|
|
55
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
56
|
+
execution_context: int | str | None = None,
|
|
57
57
|
undo: bool | None = None,
|
|
58
58
|
):
|
|
59
59
|
"""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
|
|
60
60
|
|
|
61
|
-
:type override_context: dict[str, typing.Any] |
|
|
62
|
-
:type execution_context:
|
|
61
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
62
|
+
:type execution_context: int | str | None
|
|
63
63
|
:type undo: bool | None
|
|
64
64
|
"""
|
|
65
65
|
|
|
66
66
|
...
|
|
67
67
|
|
|
68
68
|
def copy_data_path_button(
|
|
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
|
full_path: bool | typing.Any | None = False,
|
|
74
74
|
):
|
|
75
75
|
"""Copy the RNA data path for this property to the clipboard
|
|
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 full_path: full_path, Copy full data path
|
|
81
81
|
:type full_path: bool | typing.Any | None
|
|
@@ -84,16 +84,16 @@ def copy_data_path_button(
|
|
|
84
84
|
...
|
|
85
85
|
|
|
86
86
|
def copy_driver_to_selected_button(
|
|
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
|
all: bool | typing.Any | None = False,
|
|
92
92
|
):
|
|
93
93
|
"""Copy the property's driver from the active item to the same property of all selected items, if the same property exists
|
|
94
94
|
|
|
95
|
-
:type override_context: dict[str, typing.Any] |
|
|
96
|
-
:type execution_context:
|
|
95
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
96
|
+
:type execution_context: int | str | None
|
|
97
97
|
:type undo: bool | None
|
|
98
98
|
:param all: All, Copy to selected the drivers of all elements of the array
|
|
99
99
|
:type all: bool | typing.Any | None
|
|
@@ -102,30 +102,30 @@ def copy_driver_to_selected_button(
|
|
|
102
102
|
...
|
|
103
103
|
|
|
104
104
|
def copy_python_command_button(
|
|
105
|
-
override_context: dict[str, typing.Any] |
|
|
106
|
-
execution_context:
|
|
105
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
106
|
+
execution_context: int | str | None = None,
|
|
107
107
|
undo: bool | None = None,
|
|
108
108
|
):
|
|
109
109
|
"""Copy the Python command matching this button
|
|
110
110
|
|
|
111
|
-
:type override_context: dict[str, typing.Any] |
|
|
112
|
-
:type execution_context:
|
|
111
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
112
|
+
:type execution_context: int | str | None
|
|
113
113
|
:type undo: bool | None
|
|
114
114
|
"""
|
|
115
115
|
|
|
116
116
|
...
|
|
117
117
|
|
|
118
118
|
def copy_to_selected_button(
|
|
119
|
-
override_context: dict[str, typing.Any] |
|
|
120
|
-
execution_context:
|
|
119
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
120
|
+
execution_context: int | str | None = None,
|
|
121
121
|
undo: bool | None = None,
|
|
122
122
|
*,
|
|
123
123
|
all: bool | typing.Any | None = True,
|
|
124
124
|
):
|
|
125
125
|
"""Copy the property's value from the active item to the same property of all selected items if the same property exists
|
|
126
126
|
|
|
127
|
-
:type override_context: dict[str, typing.Any] |
|
|
128
|
-
:type execution_context:
|
|
127
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
128
|
+
:type execution_context: int | str | None
|
|
129
129
|
:type undo: bool | None
|
|
130
130
|
:param all: All, Copy to selected all elements of the array
|
|
131
131
|
:type all: bool | typing.Any | None
|
|
@@ -134,8 +134,8 @@ def copy_to_selected_button(
|
|
|
134
134
|
...
|
|
135
135
|
|
|
136
136
|
def drop_color(
|
|
137
|
-
override_context: dict[str, typing.Any] |
|
|
138
|
-
execution_context:
|
|
137
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
138
|
+
execution_context: int | str | None = None,
|
|
139
139
|
undo: bool | None = None,
|
|
140
140
|
*,
|
|
141
141
|
color: typing.Any | None = (0.0, 0.0, 0.0),
|
|
@@ -143,8 +143,8 @@ def drop_color(
|
|
|
143
143
|
):
|
|
144
144
|
"""Drop colors to buttons
|
|
145
145
|
|
|
146
|
-
:type override_context: dict[str, typing.Any] |
|
|
147
|
-
:type execution_context:
|
|
146
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
147
|
+
:type execution_context: int | str | None
|
|
148
148
|
:type undo: bool | None
|
|
149
149
|
:param color: Color, Source color
|
|
150
150
|
:type color: typing.Any | None
|
|
@@ -155,16 +155,16 @@ def drop_color(
|
|
|
155
155
|
...
|
|
156
156
|
|
|
157
157
|
def drop_material(
|
|
158
|
-
override_context: dict[str, typing.Any] |
|
|
159
|
-
execution_context:
|
|
158
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
159
|
+
execution_context: int | str | None = None,
|
|
160
160
|
undo: bool | None = None,
|
|
161
161
|
*,
|
|
162
162
|
session_uid: typing.Any | None = 0,
|
|
163
163
|
):
|
|
164
164
|
"""Drag material to Material slots in Properties
|
|
165
165
|
|
|
166
|
-
:type override_context: dict[str, typing.Any] |
|
|
167
|
-
:type execution_context:
|
|
166
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
167
|
+
:type execution_context: int | str | None
|
|
168
168
|
:type undo: bool | None
|
|
169
169
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
170
170
|
:type session_uid: typing.Any | None
|
|
@@ -173,16 +173,16 @@ def drop_material(
|
|
|
173
173
|
...
|
|
174
174
|
|
|
175
175
|
def drop_name(
|
|
176
|
-
override_context: dict[str, typing.Any] |
|
|
177
|
-
execution_context:
|
|
176
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
177
|
+
execution_context: int | str | None = None,
|
|
178
178
|
undo: bool | None = None,
|
|
179
179
|
*,
|
|
180
180
|
string: str | typing.Any = "",
|
|
181
181
|
):
|
|
182
182
|
"""Drop name to button
|
|
183
183
|
|
|
184
|
-
:type override_context: dict[str, typing.Any] |
|
|
185
|
-
:type execution_context:
|
|
184
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
185
|
+
:type execution_context: int | str | None
|
|
186
186
|
:type undo: bool | None
|
|
187
187
|
:param string: String, The string value to drop into the button
|
|
188
188
|
:type string: str | typing.Any
|
|
@@ -191,86 +191,86 @@ def drop_name(
|
|
|
191
191
|
...
|
|
192
192
|
|
|
193
193
|
def editsource(
|
|
194
|
-
override_context: dict[str, typing.Any] |
|
|
195
|
-
execution_context:
|
|
194
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
195
|
+
execution_context: int | str | None = None,
|
|
196
196
|
undo: bool | None = None,
|
|
197
197
|
):
|
|
198
198
|
"""Edit UI source code of the active button
|
|
199
199
|
|
|
200
|
-
:type override_context: dict[str, typing.Any] |
|
|
201
|
-
:type execution_context:
|
|
200
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
201
|
+
:type execution_context: int | str | None
|
|
202
202
|
:type undo: bool | None
|
|
203
203
|
"""
|
|
204
204
|
|
|
205
205
|
...
|
|
206
206
|
|
|
207
207
|
def edittranslation_init(
|
|
208
|
-
override_context: dict[str, typing.Any] |
|
|
209
|
-
execution_context:
|
|
208
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
209
|
+
execution_context: int | str | None = None,
|
|
210
210
|
undo: bool | None = None,
|
|
211
211
|
):
|
|
212
212
|
"""Edit i18n in current language for the active button
|
|
213
213
|
|
|
214
|
-
:type override_context: dict[str, typing.Any] |
|
|
215
|
-
:type execution_context:
|
|
214
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
215
|
+
:type execution_context: int | str | None
|
|
216
216
|
:type undo: bool | None
|
|
217
217
|
"""
|
|
218
218
|
|
|
219
219
|
...
|
|
220
220
|
|
|
221
221
|
def eyedropper_color(
|
|
222
|
-
override_context: dict[str, typing.Any] |
|
|
223
|
-
execution_context:
|
|
222
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
223
|
+
execution_context: int | str | None = None,
|
|
224
224
|
undo: bool | None = None,
|
|
225
225
|
):
|
|
226
226
|
"""Sample a color from the Blender window to store in a property
|
|
227
227
|
|
|
228
|
-
:type override_context: dict[str, typing.Any] |
|
|
229
|
-
:type execution_context:
|
|
228
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
229
|
+
:type execution_context: int | str | None
|
|
230
230
|
:type undo: bool | None
|
|
231
231
|
"""
|
|
232
232
|
|
|
233
233
|
...
|
|
234
234
|
|
|
235
235
|
def eyedropper_colorramp(
|
|
236
|
-
override_context: dict[str, typing.Any] |
|
|
237
|
-
execution_context:
|
|
236
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
237
|
+
execution_context: int | str | None = None,
|
|
238
238
|
undo: bool | None = None,
|
|
239
239
|
):
|
|
240
240
|
"""Sample a color band
|
|
241
241
|
|
|
242
|
-
:type override_context: dict[str, typing.Any] |
|
|
243
|
-
:type execution_context:
|
|
242
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
243
|
+
:type execution_context: int | str | None
|
|
244
244
|
:type undo: bool | None
|
|
245
245
|
"""
|
|
246
246
|
|
|
247
247
|
...
|
|
248
248
|
|
|
249
249
|
def eyedropper_colorramp_point(
|
|
250
|
-
override_context: dict[str, typing.Any] |
|
|
251
|
-
execution_context:
|
|
250
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
251
|
+
execution_context: int | str | None = None,
|
|
252
252
|
undo: bool | None = None,
|
|
253
253
|
):
|
|
254
254
|
"""Point-sample a color band
|
|
255
255
|
|
|
256
|
-
:type override_context: dict[str, typing.Any] |
|
|
257
|
-
:type execution_context:
|
|
256
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
257
|
+
:type execution_context: int | str | None
|
|
258
258
|
:type undo: bool | None
|
|
259
259
|
"""
|
|
260
260
|
|
|
261
261
|
...
|
|
262
262
|
|
|
263
263
|
def eyedropper_depth(
|
|
264
|
-
override_context: dict[str, typing.Any] |
|
|
265
|
-
execution_context:
|
|
264
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
265
|
+
execution_context: int | str | None = None,
|
|
266
266
|
undo: bool | None = None,
|
|
267
267
|
*,
|
|
268
268
|
prop_data_path: str | typing.Any = "",
|
|
269
269
|
):
|
|
270
270
|
"""Sample depth from the 3D view
|
|
271
271
|
|
|
272
|
-
:type override_context: dict[str, typing.Any] |
|
|
273
|
-
:type execution_context:
|
|
272
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
273
|
+
:type execution_context: int | str | None
|
|
274
274
|
:type undo: bool | None
|
|
275
275
|
:param prop_data_path: Data Path, Path of property to be set with the depth
|
|
276
276
|
:type prop_data_path: str | typing.Any
|
|
@@ -279,16 +279,16 @@ def eyedropper_depth(
|
|
|
279
279
|
...
|
|
280
280
|
|
|
281
281
|
def eyedropper_driver(
|
|
282
|
-
override_context: dict[str, typing.Any] |
|
|
283
|
-
execution_context:
|
|
282
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
283
|
+
execution_context: int | str | None = None,
|
|
284
284
|
undo: bool | None = None,
|
|
285
285
|
*,
|
|
286
286
|
mapping_type: str | None = "SINGLE_MANY",
|
|
287
287
|
):
|
|
288
288
|
"""Pick a property to use as a driver target
|
|
289
289
|
|
|
290
|
-
:type override_context: dict[str, typing.Any] |
|
|
291
|
-
:type execution_context:
|
|
290
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
291
|
+
:type execution_context: int | str | None
|
|
292
292
|
:type undo: bool | None
|
|
293
293
|
:param mapping_type: Mapping Type, Method used to match target and driven properties
|
|
294
294
|
|
|
@@ -312,16 +312,16 @@ def eyedropper_driver(
|
|
|
312
312
|
...
|
|
313
313
|
|
|
314
314
|
def eyedropper_gpencil_color(
|
|
315
|
-
override_context: dict[str, typing.Any] |
|
|
316
|
-
execution_context:
|
|
315
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
316
|
+
execution_context: int | str | None = None,
|
|
317
317
|
undo: bool | None = None,
|
|
318
318
|
*,
|
|
319
319
|
mode: str | None = "MATERIAL",
|
|
320
320
|
):
|
|
321
321
|
"""Sample a color from the Blender Window and create Grease Pencil material
|
|
322
322
|
|
|
323
|
-
:type override_context: dict[str, typing.Any] |
|
|
324
|
-
:type execution_context:
|
|
323
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
324
|
+
:type execution_context: int | str | None
|
|
325
325
|
:type undo: bool | None
|
|
326
326
|
:param mode: Mode
|
|
327
327
|
:type mode: str | None
|
|
@@ -330,100 +330,100 @@ def eyedropper_gpencil_color(
|
|
|
330
330
|
...
|
|
331
331
|
|
|
332
332
|
def eyedropper_id(
|
|
333
|
-
override_context: dict[str, typing.Any] |
|
|
334
|
-
execution_context:
|
|
333
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
334
|
+
execution_context: int | str | None = None,
|
|
335
335
|
undo: bool | None = None,
|
|
336
336
|
):
|
|
337
337
|
"""Sample a data-block from the 3D View to store in a property
|
|
338
338
|
|
|
339
|
-
:type override_context: dict[str, typing.Any] |
|
|
340
|
-
:type execution_context:
|
|
339
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
340
|
+
:type execution_context: int | str | None
|
|
341
341
|
:type undo: bool | None
|
|
342
342
|
"""
|
|
343
343
|
|
|
344
344
|
...
|
|
345
345
|
|
|
346
346
|
def jump_to_target_button(
|
|
347
|
-
override_context: dict[str, typing.Any] |
|
|
348
|
-
execution_context:
|
|
347
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
348
|
+
execution_context: int | str | None = None,
|
|
349
349
|
undo: bool | None = None,
|
|
350
350
|
):
|
|
351
351
|
"""Switch to the target object or bone
|
|
352
352
|
|
|
353
|
-
:type override_context: dict[str, typing.Any] |
|
|
354
|
-
:type execution_context:
|
|
353
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
354
|
+
:type execution_context: int | str | None
|
|
355
355
|
:type undo: bool | None
|
|
356
356
|
"""
|
|
357
357
|
|
|
358
358
|
...
|
|
359
359
|
|
|
360
360
|
def list_start_filter(
|
|
361
|
-
override_context: dict[str, typing.Any] |
|
|
362
|
-
execution_context:
|
|
361
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
362
|
+
execution_context: int | str | None = None,
|
|
363
363
|
undo: bool | None = None,
|
|
364
364
|
):
|
|
365
365
|
"""Start entering filter text for the list in focus
|
|
366
366
|
|
|
367
|
-
:type override_context: dict[str, typing.Any] |
|
|
368
|
-
:type execution_context:
|
|
367
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
368
|
+
:type execution_context: int | str | None
|
|
369
369
|
:type undo: bool | None
|
|
370
370
|
"""
|
|
371
371
|
|
|
372
372
|
...
|
|
373
373
|
|
|
374
374
|
def override_idtemplate_clear(
|
|
375
|
-
override_context: dict[str, typing.Any] |
|
|
376
|
-
execution_context:
|
|
375
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
376
|
+
execution_context: int | str | None = None,
|
|
377
377
|
undo: bool | None = None,
|
|
378
378
|
):
|
|
379
379
|
"""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
|
|
380
380
|
|
|
381
|
-
:type override_context: dict[str, typing.Any] |
|
|
382
|
-
:type execution_context:
|
|
381
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
382
|
+
:type execution_context: int | str | None
|
|
383
383
|
:type undo: bool | None
|
|
384
384
|
"""
|
|
385
385
|
|
|
386
386
|
...
|
|
387
387
|
|
|
388
388
|
def override_idtemplate_make(
|
|
389
|
-
override_context: dict[str, typing.Any] |
|
|
390
|
-
execution_context:
|
|
389
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
390
|
+
execution_context: int | str | None = None,
|
|
391
391
|
undo: bool | None = None,
|
|
392
392
|
):
|
|
393
393
|
"""Create a local override of the selected linked data-block, and its hierarchy of dependencies
|
|
394
394
|
|
|
395
|
-
:type override_context: dict[str, typing.Any] |
|
|
396
|
-
:type execution_context:
|
|
395
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
396
|
+
:type execution_context: int | str | None
|
|
397
397
|
:type undo: bool | None
|
|
398
398
|
"""
|
|
399
399
|
|
|
400
400
|
...
|
|
401
401
|
|
|
402
402
|
def override_idtemplate_reset(
|
|
403
|
-
override_context: dict[str, typing.Any] |
|
|
404
|
-
execution_context:
|
|
403
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
404
|
+
execution_context: int | str | None = None,
|
|
405
405
|
undo: bool | None = None,
|
|
406
406
|
):
|
|
407
407
|
"""Reset the selected local override to its linked reference values
|
|
408
408
|
|
|
409
|
-
:type override_context: dict[str, typing.Any] |
|
|
410
|
-
:type execution_context:
|
|
409
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
410
|
+
:type execution_context: int | str | None
|
|
411
411
|
:type undo: bool | None
|
|
412
412
|
"""
|
|
413
413
|
|
|
414
414
|
...
|
|
415
415
|
|
|
416
416
|
def override_remove_button(
|
|
417
|
-
override_context: dict[str, typing.Any] |
|
|
418
|
-
execution_context:
|
|
417
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
418
|
+
execution_context: int | str | None = None,
|
|
419
419
|
undo: bool | None = None,
|
|
420
420
|
*,
|
|
421
421
|
all: bool | typing.Any | None = True,
|
|
422
422
|
):
|
|
423
423
|
"""Remove an override operation
|
|
424
424
|
|
|
425
|
-
:type override_context: dict[str, typing.Any] |
|
|
426
|
-
:type execution_context:
|
|
425
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
426
|
+
:type execution_context: int | str | None
|
|
427
427
|
:type undo: bool | None
|
|
428
428
|
:param all: All, Reset to default values all elements of the array
|
|
429
429
|
:type all: bool | typing.Any | None
|
|
@@ -432,8 +432,8 @@ def override_remove_button(
|
|
|
432
432
|
...
|
|
433
433
|
|
|
434
434
|
def override_type_set_button(
|
|
435
|
-
override_context: dict[str, typing.Any] |
|
|
436
|
-
execution_context:
|
|
435
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
436
|
+
execution_context: int | str | None = None,
|
|
437
437
|
undo: bool | None = None,
|
|
438
438
|
*,
|
|
439
439
|
all: bool | typing.Any | None = True,
|
|
@@ -441,8 +441,8 @@ def override_type_set_button(
|
|
|
441
441
|
):
|
|
442
442
|
"""Create an override operation, or set the type of an existing one
|
|
443
443
|
|
|
444
|
-
:type override_context: dict[str, typing.Any] |
|
|
445
|
-
:type execution_context:
|
|
444
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
445
|
+
:type execution_context: int | str | None
|
|
446
446
|
:type undo: bool | None
|
|
447
447
|
:param all: All, Reset to default values all elements of the array
|
|
448
448
|
:type all: bool | typing.Any | None
|
|
@@ -465,30 +465,30 @@ def override_type_set_button(
|
|
|
465
465
|
...
|
|
466
466
|
|
|
467
467
|
def reloadtranslation(
|
|
468
|
-
override_context: dict[str, typing.Any] |
|
|
469
|
-
execution_context:
|
|
468
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
469
|
+
execution_context: int | str | None = None,
|
|
470
470
|
undo: bool | None = None,
|
|
471
471
|
):
|
|
472
472
|
"""Force a full reload of UI translation
|
|
473
473
|
|
|
474
|
-
:type override_context: dict[str, typing.Any] |
|
|
475
|
-
:type execution_context:
|
|
474
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
475
|
+
:type execution_context: int | str | None
|
|
476
476
|
:type undo: bool | None
|
|
477
477
|
"""
|
|
478
478
|
|
|
479
479
|
...
|
|
480
480
|
|
|
481
481
|
def reset_default_button(
|
|
482
|
-
override_context: dict[str, typing.Any] |
|
|
483
|
-
execution_context:
|
|
482
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
483
|
+
execution_context: int | str | None = None,
|
|
484
484
|
undo: bool | None = None,
|
|
485
485
|
*,
|
|
486
486
|
all: bool | typing.Any | None = True,
|
|
487
487
|
):
|
|
488
488
|
"""Reset this property's value to its default value
|
|
489
489
|
|
|
490
|
-
:type override_context: dict[str, typing.Any] |
|
|
491
|
-
:type execution_context:
|
|
490
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
491
|
+
:type execution_context: int | str | None
|
|
492
492
|
:type undo: bool | None
|
|
493
493
|
:param all: All, Reset to default values all elements of the array
|
|
494
494
|
:type all: bool | typing.Any | None
|
|
@@ -497,56 +497,56 @@ def reset_default_button(
|
|
|
497
497
|
...
|
|
498
498
|
|
|
499
499
|
def unset_property_button(
|
|
500
|
-
override_context: dict[str, typing.Any] |
|
|
501
|
-
execution_context:
|
|
500
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
501
|
+
execution_context: int | str | None = None,
|
|
502
502
|
undo: bool | None = None,
|
|
503
503
|
):
|
|
504
504
|
"""Clear the property and use default or generated value in operators
|
|
505
505
|
|
|
506
|
-
:type override_context: dict[str, typing.Any] |
|
|
507
|
-
:type execution_context:
|
|
506
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
507
|
+
:type execution_context: int | str | None
|
|
508
508
|
:type undo: bool | None
|
|
509
509
|
"""
|
|
510
510
|
|
|
511
511
|
...
|
|
512
512
|
|
|
513
513
|
def view_drop(
|
|
514
|
-
override_context: dict[str, typing.Any] |
|
|
515
|
-
execution_context:
|
|
514
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
515
|
+
execution_context: int | str | None = None,
|
|
516
516
|
undo: bool | None = None,
|
|
517
517
|
):
|
|
518
518
|
"""Drag and drop onto a data-set or item within the data-set
|
|
519
519
|
|
|
520
|
-
:type override_context: dict[str, typing.Any] |
|
|
521
|
-
:type execution_context:
|
|
520
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
521
|
+
:type execution_context: int | str | None
|
|
522
522
|
:type undo: bool | None
|
|
523
523
|
"""
|
|
524
524
|
|
|
525
525
|
...
|
|
526
526
|
|
|
527
527
|
def view_item_rename(
|
|
528
|
-
override_context: dict[str, typing.Any] |
|
|
529
|
-
execution_context:
|
|
528
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
529
|
+
execution_context: int | str | None = None,
|
|
530
530
|
undo: bool | None = None,
|
|
531
531
|
):
|
|
532
532
|
"""Rename the active item in the data-set view
|
|
533
533
|
|
|
534
|
-
:type override_context: dict[str, typing.Any] |
|
|
535
|
-
:type execution_context:
|
|
534
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
535
|
+
:type execution_context: int | str | None
|
|
536
536
|
:type undo: bool | None
|
|
537
537
|
"""
|
|
538
538
|
|
|
539
539
|
...
|
|
540
540
|
|
|
541
541
|
def view_start_filter(
|
|
542
|
-
override_context: dict[str, typing.Any] |
|
|
543
|
-
execution_context:
|
|
542
|
+
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
543
|
+
execution_context: int | str | None = None,
|
|
544
544
|
undo: bool | None = None,
|
|
545
545
|
):
|
|
546
546
|
"""Start entering filter text for the data-set in focus
|
|
547
547
|
|
|
548
|
-
:type override_context: dict[str, typing.Any] |
|
|
549
|
-
:type execution_context:
|
|
548
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
549
|
+
:type execution_context: int | str | None
|
|
550
550
|
:type undo: bool | None
|
|
551
551
|
"""
|
|
552
552
|
|