fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +49 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
- bl_ui/node_add_menu_shader/__init__.pyi +21 -19
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -6
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +31 -37
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +7 -29
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +57 -55
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +10 -7
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +50 -21
- bpy/types/__init__.pyi +10237 -2994
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +21 -8
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +6 -4
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
6
|
+
import bpy.types
|
|
7
|
+
|
|
8
|
+
class FixToCameraCommon:
|
|
9
|
+
"""Common functionality for the Fix To Scene Camera operator + its delete button."""
|
|
10
|
+
|
|
11
|
+
keytype: typing.Any
|
|
12
|
+
|
|
13
|
+
def execute(self, context) -> None:
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
:param context:
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
@classmethod
|
|
20
|
+
def poll(cls, context) -> None:
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
:param context:
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
@classmethod
|
|
27
|
+
def poll_message_set(cls, message) -> None:
|
|
28
|
+
"""
|
|
29
|
+
|
|
30
|
+
:param message:
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
def report(self, level, message) -> None:
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
:param level:
|
|
37
|
+
:param message:
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
class OBJECT_OT_copy_global_transform(_bpy_types.Operator):
|
|
41
|
+
bl_description: typing.Any
|
|
42
|
+
bl_idname: typing.Any
|
|
43
|
+
bl_label: typing.Any
|
|
44
|
+
bl_options: typing.Any
|
|
45
|
+
bl_rna: typing.Any
|
|
46
|
+
id_data: typing.Any
|
|
47
|
+
|
|
48
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
:return: The RNA type or default when not found.
|
|
52
|
+
:rtype: bpy.types.Struct
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
:return: The class or default when not found.
|
|
59
|
+
:rtype: typing.Any
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
def execute(self, context) -> None:
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
:param context:
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
@classmethod
|
|
69
|
+
def poll(cls, context) -> None:
|
|
70
|
+
"""
|
|
71
|
+
|
|
72
|
+
:param context:
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
class OBJECT_OT_copy_relative_transform(_bpy_types.Operator):
|
|
76
|
+
bl_description: typing.Any
|
|
77
|
+
bl_idname: typing.Any
|
|
78
|
+
bl_label: typing.Any
|
|
79
|
+
bl_options: typing.Any
|
|
80
|
+
bl_rna: typing.Any
|
|
81
|
+
id_data: typing.Any
|
|
82
|
+
|
|
83
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
:return: The RNA type or default when not found.
|
|
87
|
+
:rtype: bpy.types.Struct
|
|
88
|
+
"""
|
|
89
|
+
|
|
90
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
91
|
+
"""
|
|
92
|
+
|
|
93
|
+
:return: The class or default when not found.
|
|
94
|
+
:rtype: typing.Any
|
|
95
|
+
"""
|
|
96
|
+
|
|
97
|
+
def execute(self, context) -> None:
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
:param context:
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
@classmethod
|
|
104
|
+
def poll(cls, context) -> None:
|
|
105
|
+
"""
|
|
106
|
+
|
|
107
|
+
:param context:
|
|
108
|
+
"""
|
|
109
|
+
|
|
110
|
+
class OBJECT_OT_fix_to_camera(FixToCameraCommon, _bpy_types.Operator):
|
|
111
|
+
"""Common functionality for the Fix To Scene Camera operator + its delete button."""
|
|
112
|
+
|
|
113
|
+
bl_description: typing.Any
|
|
114
|
+
bl_idname: typing.Any
|
|
115
|
+
bl_label: typing.Any
|
|
116
|
+
bl_options: typing.Any
|
|
117
|
+
bl_rna: typing.Any
|
|
118
|
+
id_data: typing.Any
|
|
119
|
+
keytype: typing.Any
|
|
120
|
+
|
|
121
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
:return: The RNA type or default when not found.
|
|
125
|
+
:rtype: bpy.types.Struct
|
|
126
|
+
"""
|
|
127
|
+
|
|
128
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
:return: The class or default when not found.
|
|
132
|
+
:rtype: typing.Any
|
|
133
|
+
"""
|
|
134
|
+
|
|
135
|
+
class OBJECT_OT_paste_transform(_bpy_types.Operator):
|
|
136
|
+
bl_description: typing.Any
|
|
137
|
+
bl_idname: typing.Any
|
|
138
|
+
bl_label: typing.Any
|
|
139
|
+
bl_options: typing.Any
|
|
140
|
+
bl_rna: typing.Any
|
|
141
|
+
id_data: typing.Any
|
|
142
|
+
|
|
143
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
:return: The RNA type or default when not found.
|
|
147
|
+
:rtype: bpy.types.Struct
|
|
148
|
+
"""
|
|
149
|
+
|
|
150
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
151
|
+
"""
|
|
152
|
+
|
|
153
|
+
:return: The class or default when not found.
|
|
154
|
+
:rtype: typing.Any
|
|
155
|
+
"""
|
|
156
|
+
|
|
157
|
+
def execute(self, context) -> None:
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
:param context:
|
|
161
|
+
"""
|
|
162
|
+
|
|
163
|
+
@staticmethod
|
|
164
|
+
def parse_matrix(value) -> None:
|
|
165
|
+
"""
|
|
166
|
+
|
|
167
|
+
:param value:
|
|
168
|
+
"""
|
|
169
|
+
|
|
170
|
+
@staticmethod
|
|
171
|
+
def parse_print_m4(value) -> None:
|
|
172
|
+
"""Parse output from Blenders print_m4() function.Expects four lines of space-separated floats.
|
|
173
|
+
|
|
174
|
+
:param value:
|
|
175
|
+
"""
|
|
176
|
+
|
|
177
|
+
@staticmethod
|
|
178
|
+
def parse_repr_m4(value) -> None:
|
|
179
|
+
"""Four lines of (a, b, c, d) floats.
|
|
180
|
+
|
|
181
|
+
:param value:
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
@classmethod
|
|
185
|
+
def poll(cls, context) -> None:
|
|
186
|
+
"""
|
|
187
|
+
|
|
188
|
+
:param context:
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
@classmethod
|
|
192
|
+
def string_to_matrix(cls, value) -> None:
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
:param value:
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
class Transformable:
|
|
199
|
+
"""Interface for a bone or an object."""
|
|
200
|
+
|
|
201
|
+
def key_info(self) -> None: ...
|
|
202
|
+
def matrix_world(self) -> None: ...
|
|
203
|
+
def remove_keys_of_type(self, key_type, *, frame_start=None, frame_end=inf) -> None:
|
|
204
|
+
"""
|
|
205
|
+
|
|
206
|
+
:param key_type:
|
|
207
|
+
:param frame_start:
|
|
208
|
+
:param frame_end:
|
|
209
|
+
"""
|
|
210
|
+
|
|
211
|
+
def set_matrix_world(self, context, matrix) -> None:
|
|
212
|
+
"""Set the world matrix, without auto-keying.
|
|
213
|
+
|
|
214
|
+
:param context:
|
|
215
|
+
:param matrix:
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
def set_matrix_world_autokey(self, context, matrix) -> None:
|
|
219
|
+
"""Set the world matrix, and auto-key the resulting transform.
|
|
220
|
+
|
|
221
|
+
:param context:
|
|
222
|
+
:param matrix:
|
|
223
|
+
"""
|
|
224
|
+
|
|
225
|
+
class UnableToMirrorError:
|
|
226
|
+
"""Raised when mirroring is enabled but no mirror object/bone is set."""
|
|
227
|
+
|
|
228
|
+
args: typing.Any
|
|
229
|
+
|
|
230
|
+
class OBJECT_OT_delete_fix_to_camera_keys(_bpy_types.Operator, FixToCameraCommon):
|
|
231
|
+
"""Common functionality for the Fix To Scene Camera operator + its delete button."""
|
|
232
|
+
|
|
233
|
+
bl_description: typing.Any
|
|
234
|
+
bl_idname: typing.Any
|
|
235
|
+
bl_label: typing.Any
|
|
236
|
+
bl_options: typing.Any
|
|
237
|
+
bl_rna: typing.Any
|
|
238
|
+
id_data: typing.Any
|
|
239
|
+
keytype: typing.Any
|
|
240
|
+
|
|
241
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
242
|
+
"""
|
|
243
|
+
|
|
244
|
+
:return: The RNA type or default when not found.
|
|
245
|
+
:rtype: bpy.types.Struct
|
|
246
|
+
"""
|
|
247
|
+
|
|
248
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
249
|
+
"""
|
|
250
|
+
|
|
251
|
+
:return: The class or default when not found.
|
|
252
|
+
:rtype: typing.Any
|
|
253
|
+
"""
|
|
254
|
+
|
|
255
|
+
class TransformableBone(Transformable):
|
|
256
|
+
"""Interface for a bone or an object."""
|
|
257
|
+
|
|
258
|
+
def matrix_world(self) -> None: ...
|
|
259
|
+
|
|
260
|
+
class TransformableObject(Transformable):
|
|
261
|
+
"""Interface for a bone or an object."""
|
|
262
|
+
|
|
263
|
+
def matrix_world(self) -> None: ...
|
|
264
|
+
|
|
265
|
+
def get_matrix(context) -> None: ...
|
|
266
|
+
def get_relative_ob(context) -> None:
|
|
267
|
+
"""Get the relative object.This is the object thats configured, or if thats empty, the active scene camera."""
|
|
268
|
+
|
|
269
|
+
def register() -> None: ...
|
|
270
|
+
def set_matrix(context, mat) -> None: ...
|
|
271
|
+
def unregister() -> None: ...
|
bl_operators/node/__init__.pyi
CHANGED
|
@@ -380,10 +380,46 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator, _bpy_types.Operator):
|
|
|
380
380
|
:param tree:
|
|
381
381
|
"""
|
|
382
382
|
|
|
383
|
-
|
|
383
|
+
class NODE_OT_interface_item_new_panel_toggle(_bpy_types.Operator):
|
|
384
|
+
"""Add a checkbox to the currently selected panel"""
|
|
385
|
+
|
|
386
|
+
bl_idname: typing.Any
|
|
387
|
+
bl_label: typing.Any
|
|
388
|
+
bl_options: typing.Any
|
|
389
|
+
bl_rna: typing.Any
|
|
390
|
+
id_data: typing.Any
|
|
391
|
+
|
|
392
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
393
|
+
"""
|
|
394
|
+
|
|
395
|
+
:return: The RNA type or default when not found.
|
|
396
|
+
:rtype: bpy.types.Struct
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
400
|
+
"""
|
|
401
|
+
|
|
402
|
+
:return: The class or default when not found.
|
|
403
|
+
:rtype: typing.Any
|
|
404
|
+
"""
|
|
405
|
+
|
|
406
|
+
def execute(self, context) -> None:
|
|
407
|
+
"""
|
|
408
|
+
|
|
409
|
+
:param context:
|
|
410
|
+
"""
|
|
411
|
+
|
|
412
|
+
@staticmethod
|
|
413
|
+
def get_panel_toggle(panel) -> None:
|
|
414
|
+
"""
|
|
415
|
+
|
|
416
|
+
:param panel:
|
|
417
|
+
"""
|
|
418
|
+
|
|
419
|
+
@classmethod
|
|
420
|
+
def poll(cls, context) -> None:
|
|
384
421
|
"""
|
|
385
422
|
|
|
386
|
-
:param _self:
|
|
387
423
|
:param context:
|
|
388
424
|
"""
|
|
389
425
|
|
|
@@ -750,8 +786,6 @@ class ZoneOperator:
|
|
|
750
786
|
:param properties:
|
|
751
787
|
"""
|
|
752
788
|
|
|
753
|
-
class temporary_unframe: ...
|
|
754
|
-
|
|
755
789
|
class NodeAddOperator(NodeOperator):
|
|
756
790
|
def invoke(self, context, event) -> None:
|
|
757
791
|
"""
|
bl_operators/object/__init__.pyi
CHANGED
|
@@ -452,13 +452,6 @@ class SubdivisionSet(_bpy_types.Operator):
|
|
|
452
452
|
:param context:
|
|
453
453
|
"""
|
|
454
454
|
|
|
455
|
-
@classmethod
|
|
456
|
-
def poll(cls, context) -> None:
|
|
457
|
-
"""
|
|
458
|
-
|
|
459
|
-
:param context:
|
|
460
|
-
"""
|
|
461
|
-
|
|
462
455
|
class TransformsToDeltas(_bpy_types.Operator):
|
|
463
456
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well"""
|
|
464
457
|
|
|
@@ -84,17 +84,30 @@ class RandomizeUVTransform(_bpy_types.Operator):
|
|
|
84
84
|
"""
|
|
85
85
|
|
|
86
86
|
def align_uv_rotation(context, method, axis, correct_aspect) -> None: ...
|
|
87
|
-
def align_uv_rotation_bmesh(
|
|
88
|
-
|
|
87
|
+
def align_uv_rotation_bmesh(
|
|
88
|
+
bm, method, axis, aspect_y, loop_edge_select_test_fn, face_select_test_fn
|
|
89
|
+
) -> None: ...
|
|
90
|
+
def align_uv_rotation_island(
|
|
91
|
+
bm, uv_layer, faces, method, axis, aspect_y, loop_edge_select_test_fn
|
|
92
|
+
) -> None: ...
|
|
89
93
|
def find_rotation_auto(bm, uv_layer, faces, aspect_y) -> None: ...
|
|
90
|
-
def find_rotation_edge(
|
|
91
|
-
|
|
94
|
+
def find_rotation_edge(
|
|
95
|
+
bm, uv_layer, faces, aspect_y, loop_edge_select_test_fn
|
|
96
|
+
) -> None: ...
|
|
97
|
+
def find_rotation_geometry(bm, uv_layer, faces, axis, aspect_y) -> None: ...
|
|
92
98
|
def get_aspect_y(context) -> None: ...
|
|
93
99
|
def get_random_transform(transform_params, entropy) -> None: ...
|
|
94
|
-
def
|
|
95
|
-
def
|
|
100
|
+
def is_face_uv_selected_fn_from_context(scene, bm) -> None: ...
|
|
101
|
+
def is_face_uv_selected_for_uv_select_no_sync(face, any_edge) -> None: ...
|
|
102
|
+
def is_face_uv_selected_for_uv_select_sync_invalid(face, any_edge) -> None: ...
|
|
103
|
+
def is_face_uv_selected_for_uv_select_sync_valid(face, any_edge) -> None: ...
|
|
104
|
+
def is_island_uv_selected(island, any_edge, face_select_test_fn) -> None: ...
|
|
105
|
+
def is_loop_edge_uv_selected_fn_from_context(scene, bm) -> None: ...
|
|
106
|
+
def is_loop_edge_uv_selected_for_uv_select_no_sync(loop) -> None: ...
|
|
107
|
+
def is_loop_edge_uv_selected_for_uv_select_sync_invalid(loop) -> None: ...
|
|
108
|
+
def is_loop_edge_uv_selected_for_uv_select_sync_valid(loop) -> None: ...
|
|
96
109
|
def island_uv_bounds(island, uv_layer) -> None: ...
|
|
97
110
|
def island_uv_bounds_center(island, uv_layer) -> None: ...
|
|
98
111
|
def randomize_uv_transform(context, transform_params) -> None: ...
|
|
99
|
-
def randomize_uv_transform_bmesh(
|
|
100
|
-
def randomize_uv_transform_island(
|
|
112
|
+
def randomize_uv_transform_bmesh(bm, transform_params, face_select_test_fn) -> None: ...
|
|
113
|
+
def randomize_uv_transform_island(uv_layer, faces, transform_params) -> None: ...
|
bl_ui/__init__.pyi
CHANGED
|
@@ -55,6 +55,8 @@ from . import (
|
|
|
55
55
|
from . import properties_physics_softbody as properties_physics_softbody
|
|
56
56
|
from . import properties_render as properties_render
|
|
57
57
|
from . import properties_scene as properties_scene
|
|
58
|
+
from . import properties_strip as properties_strip
|
|
59
|
+
from . import properties_strip_modifier as properties_strip_modifier
|
|
58
60
|
from . import properties_texture as properties_texture
|
|
59
61
|
from . import properties_view_layer as properties_view_layer
|
|
60
62
|
from . import properties_workspace as properties_workspace
|
|
@@ -80,6 +82,7 @@ from . import space_toolsystem_toolbar as space_toolsystem_toolbar
|
|
|
80
82
|
from . import space_topbar as space_topbar
|
|
81
83
|
from . import space_userpref as space_userpref
|
|
82
84
|
from . import space_view3d as space_view3d
|
|
85
|
+
from . import space_view3d_sidebar as space_view3d_sidebar
|
|
83
86
|
from . import space_view3d_toolbar as space_view3d_toolbar
|
|
84
87
|
from . import utils as utils
|
|
85
88
|
|
|
@@ -120,7 +120,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, _bpy_types.Operator):
|
|
|
120
120
|
|
|
121
121
|
def draw_ui_list(
|
|
122
122
|
layout: bpy.types.UILayout,
|
|
123
|
-
context:
|
|
123
|
+
context: _bpy_types.Context,
|
|
124
124
|
class_name: str = "UI_UL_list",
|
|
125
125
|
*,
|
|
126
126
|
unique_id: str,
|
|
@@ -136,7 +136,7 @@ def draw_ui_list(
|
|
|
136
136
|
:param layout: UILayout to draw the list in.
|
|
137
137
|
:type layout: bpy.types.UILayout
|
|
138
138
|
:param context: Blender context to get the list data from.
|
|
139
|
-
:type context:
|
|
139
|
+
:type context: _bpy_types.Context
|
|
140
140
|
:param class_name: Name of the UIList class to draw. The default is the UIList class that ships with Blender.
|
|
141
141
|
:type class_name: str
|
|
142
142
|
:param unique_id: Unique identifier to differentiate this from other UI lists.
|
bl_ui/node_add_menu/__init__.pyi
CHANGED
|
@@ -6,7 +6,7 @@ import _bpy_types
|
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
8
|
class NodeMenu(_bpy_types.Menu):
|
|
9
|
-
"""A
|
|
9
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
10
10
|
|
|
11
11
|
bl_rna: typing.Any
|
|
12
12
|
id_data: typing.Any
|
|
@@ -75,7 +75,7 @@ class NodeMenu(_bpy_types.Menu):
|
|
|
75
75
|
|
|
76
76
|
@classmethod
|
|
77
77
|
def new_empty_group(cls, layout) -> None:
|
|
78
|
-
"""Group Node with a newly created empty group as its assigned
|
|
78
|
+
"""Group Node with a newly created empty group as its assigned node-tree.
|
|
79
79
|
|
|
80
80
|
:param layout:
|
|
81
81
|
"""
|
|
@@ -148,6 +148,13 @@ class NodeMenu(_bpy_types.Menu):
|
|
|
148
148
|
:param search_weight:
|
|
149
149
|
"""
|
|
150
150
|
|
|
151
|
+
@classmethod
|
|
152
|
+
def poll(cls, context) -> None:
|
|
153
|
+
"""
|
|
154
|
+
|
|
155
|
+
:param context:
|
|
156
|
+
"""
|
|
157
|
+
|
|
151
158
|
@classmethod
|
|
152
159
|
def repeat_zone(cls, layout, label) -> None:
|
|
153
160
|
"""
|
|
@@ -165,7 +172,7 @@ class NodeMenu(_bpy_types.Menu):
|
|
|
165
172
|
"""
|
|
166
173
|
|
|
167
174
|
class AddNodeMenu(NodeMenu):
|
|
168
|
-
"""A
|
|
175
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
169
176
|
|
|
170
177
|
bl_rna: typing.Any
|
|
171
178
|
draw_assets: typing.Any
|
|
@@ -199,7 +206,7 @@ class AddNodeMenu(NodeMenu):
|
|
|
199
206
|
"""
|
|
200
207
|
|
|
201
208
|
class NODE_MT_group_base(NodeMenu):
|
|
202
|
-
"""A
|
|
209
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
203
210
|
|
|
204
211
|
bl_label: typing.Any
|
|
205
212
|
bl_rna: typing.Any
|
|
@@ -226,7 +233,7 @@ class NODE_MT_group_base(NodeMenu):
|
|
|
226
233
|
"""
|
|
227
234
|
|
|
228
235
|
class NODE_MT_layout_base(NodeMenu):
|
|
229
|
-
"""A
|
|
236
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
230
237
|
|
|
231
238
|
bl_label: typing.Any
|
|
232
239
|
bl_rna: typing.Any
|
|
@@ -253,7 +260,7 @@ class NODE_MT_layout_base(NodeMenu):
|
|
|
253
260
|
"""
|
|
254
261
|
|
|
255
262
|
class SwapNodeMenu(NodeMenu):
|
|
256
|
-
"""A
|
|
263
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
257
264
|
|
|
258
265
|
bl_rna: typing.Any
|
|
259
266
|
draw_assets: typing.Any
|