fake-bpy-module 20240410__py3-none-any.whl → 20240411__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 +181 -0
- bpy/ops/curves/__init__.pyi +17 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +128 -124
- {fake_bpy_module-20240410.dist-info → fake_bpy_module-20240411.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240410.dist-info → fake_bpy_module-20240411.dist-info}/RECORD +11 -11
- {fake_bpy_module-20240410.dist-info → fake_bpy_module-20240411.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240410.dist-info → fake_bpy_module-20240411.dist-info}/top_level.txt +0 -0
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -5327,6 +5327,187 @@ class VIEW3D_MT_edit_curves(bpy_types._GenericUI):
|
|
|
5327
5327
|
""" """
|
|
5328
5328
|
...
|
|
5329
5329
|
|
|
5330
|
+
class VIEW3D_MT_edit_curves_control_points(bpy_types._GenericUI):
|
|
5331
|
+
""" """
|
|
5332
|
+
|
|
5333
|
+
bl_label: typing.Any
|
|
5334
|
+
""" """
|
|
5335
|
+
|
|
5336
|
+
bl_rna: typing.Any
|
|
5337
|
+
""" """
|
|
5338
|
+
|
|
5339
|
+
id_data: typing.Any
|
|
5340
|
+
""" """
|
|
5341
|
+
|
|
5342
|
+
def append(self, draw_func):
|
|
5343
|
+
"""
|
|
5344
|
+
|
|
5345
|
+
:param draw_func:
|
|
5346
|
+
"""
|
|
5347
|
+
...
|
|
5348
|
+
|
|
5349
|
+
def as_pointer(self):
|
|
5350
|
+
""" """
|
|
5351
|
+
...
|
|
5352
|
+
|
|
5353
|
+
def bl_rna_get_subclass(self):
|
|
5354
|
+
""" """
|
|
5355
|
+
...
|
|
5356
|
+
|
|
5357
|
+
def bl_rna_get_subclass_py(self):
|
|
5358
|
+
""" """
|
|
5359
|
+
...
|
|
5360
|
+
|
|
5361
|
+
def draw(self, _context):
|
|
5362
|
+
"""
|
|
5363
|
+
|
|
5364
|
+
:param _context:
|
|
5365
|
+
"""
|
|
5366
|
+
...
|
|
5367
|
+
|
|
5368
|
+
def draw_collapsible(self, context, layout):
|
|
5369
|
+
"""
|
|
5370
|
+
|
|
5371
|
+
:param context:
|
|
5372
|
+
:param layout:
|
|
5373
|
+
"""
|
|
5374
|
+
...
|
|
5375
|
+
|
|
5376
|
+
def draw_preset(self, _context):
|
|
5377
|
+
"""
|
|
5378
|
+
|
|
5379
|
+
:param _context:
|
|
5380
|
+
"""
|
|
5381
|
+
...
|
|
5382
|
+
|
|
5383
|
+
def driver_add(self):
|
|
5384
|
+
""" """
|
|
5385
|
+
...
|
|
5386
|
+
|
|
5387
|
+
def driver_remove(self):
|
|
5388
|
+
""" """
|
|
5389
|
+
...
|
|
5390
|
+
|
|
5391
|
+
def get(self):
|
|
5392
|
+
""" """
|
|
5393
|
+
...
|
|
5394
|
+
|
|
5395
|
+
def id_properties_clear(self):
|
|
5396
|
+
""" """
|
|
5397
|
+
...
|
|
5398
|
+
|
|
5399
|
+
def id_properties_ensure(self):
|
|
5400
|
+
""" """
|
|
5401
|
+
...
|
|
5402
|
+
|
|
5403
|
+
def id_properties_ui(self):
|
|
5404
|
+
""" """
|
|
5405
|
+
...
|
|
5406
|
+
|
|
5407
|
+
def is_extended(self):
|
|
5408
|
+
""" """
|
|
5409
|
+
...
|
|
5410
|
+
|
|
5411
|
+
def is_property_hidden(self):
|
|
5412
|
+
""" """
|
|
5413
|
+
...
|
|
5414
|
+
|
|
5415
|
+
def is_property_overridable_library(self):
|
|
5416
|
+
""" """
|
|
5417
|
+
...
|
|
5418
|
+
|
|
5419
|
+
def is_property_readonly(self):
|
|
5420
|
+
""" """
|
|
5421
|
+
...
|
|
5422
|
+
|
|
5423
|
+
def is_property_set(self):
|
|
5424
|
+
""" """
|
|
5425
|
+
...
|
|
5426
|
+
|
|
5427
|
+
def items(self):
|
|
5428
|
+
""" """
|
|
5429
|
+
...
|
|
5430
|
+
|
|
5431
|
+
def keyframe_delete(self):
|
|
5432
|
+
""" """
|
|
5433
|
+
...
|
|
5434
|
+
|
|
5435
|
+
def keyframe_insert(self):
|
|
5436
|
+
""" """
|
|
5437
|
+
...
|
|
5438
|
+
|
|
5439
|
+
def keys(self):
|
|
5440
|
+
""" """
|
|
5441
|
+
...
|
|
5442
|
+
|
|
5443
|
+
def path_from_id(self):
|
|
5444
|
+
""" """
|
|
5445
|
+
...
|
|
5446
|
+
|
|
5447
|
+
def path_menu(
|
|
5448
|
+
self,
|
|
5449
|
+
searchpaths,
|
|
5450
|
+
operator,
|
|
5451
|
+
props_default,
|
|
5452
|
+
prop_filepath,
|
|
5453
|
+
filter_ext,
|
|
5454
|
+
filter_path,
|
|
5455
|
+
display_name,
|
|
5456
|
+
add_operator,
|
|
5457
|
+
add_operator_props,
|
|
5458
|
+
):
|
|
5459
|
+
"""
|
|
5460
|
+
|
|
5461
|
+
:param searchpaths:
|
|
5462
|
+
:param operator:
|
|
5463
|
+
:param props_default:
|
|
5464
|
+
:param prop_filepath:
|
|
5465
|
+
:param filter_ext:
|
|
5466
|
+
:param filter_path:
|
|
5467
|
+
:param display_name:
|
|
5468
|
+
:param add_operator:
|
|
5469
|
+
:param add_operator_props:
|
|
5470
|
+
"""
|
|
5471
|
+
...
|
|
5472
|
+
|
|
5473
|
+
def path_resolve(self):
|
|
5474
|
+
""" """
|
|
5475
|
+
...
|
|
5476
|
+
|
|
5477
|
+
def pop(self):
|
|
5478
|
+
""" """
|
|
5479
|
+
...
|
|
5480
|
+
|
|
5481
|
+
def prepend(self, draw_func):
|
|
5482
|
+
"""
|
|
5483
|
+
|
|
5484
|
+
:param draw_func:
|
|
5485
|
+
"""
|
|
5486
|
+
...
|
|
5487
|
+
|
|
5488
|
+
def property_overridable_library_set(self):
|
|
5489
|
+
""" """
|
|
5490
|
+
...
|
|
5491
|
+
|
|
5492
|
+
def property_unset(self):
|
|
5493
|
+
""" """
|
|
5494
|
+
...
|
|
5495
|
+
|
|
5496
|
+
def remove(self, draw_func):
|
|
5497
|
+
"""
|
|
5498
|
+
|
|
5499
|
+
:param draw_func:
|
|
5500
|
+
"""
|
|
5501
|
+
...
|
|
5502
|
+
|
|
5503
|
+
def type_recast(self):
|
|
5504
|
+
""" """
|
|
5505
|
+
...
|
|
5506
|
+
|
|
5507
|
+
def values(self):
|
|
5508
|
+
""" """
|
|
5509
|
+
...
|
|
5510
|
+
|
|
5330
5511
|
class VIEW3D_MT_edit_curves_segments(bpy_types._GenericUI):
|
|
5331
5512
|
""" """
|
|
5332
5513
|
|
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -217,6 +217,23 @@ def extrude_move(
|
|
|
217
217
|
|
|
218
218
|
...
|
|
219
219
|
|
|
220
|
+
def handle_type_set(
|
|
221
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
222
|
+
execution_context: str = None,
|
|
223
|
+
undo: bool = None,
|
|
224
|
+
type: typing.Union[str, int] = "AUTO",
|
|
225
|
+
):
|
|
226
|
+
"""Set the handle type for bezier curves
|
|
227
|
+
|
|
228
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
229
|
+
:type execution_context: str
|
|
230
|
+
:type undo: bool
|
|
231
|
+
:param type: Type
|
|
232
|
+
:type type: typing.Union[str, int]
|
|
233
|
+
"""
|
|
234
|
+
|
|
235
|
+
...
|
|
236
|
+
|
|
220
237
|
def sculptmode_toggle(
|
|
221
238
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
222
239
|
execution_context: str = None,
|
|
@@ -19,12 +19,12 @@ def fbx(
|
|
|
19
19
|
use_space_transform: typing.Union[bool, typing.Any] = True,
|
|
20
20
|
bake_space_transform: typing.Union[bool, typing.Any] = False,
|
|
21
21
|
object_types: typing.Any = {
|
|
22
|
-
'"CAMERA"',
|
|
23
22
|
'"EMPTY"',
|
|
23
|
+
'"ARMATURE"',
|
|
24
|
+
'"CAMERA"',
|
|
24
25
|
'"OTHER"',
|
|
25
|
-
'"MESH"',
|
|
26
26
|
'"LIGHT"',
|
|
27
|
-
'"
|
|
27
|
+
'"MESH"',
|
|
28
28
|
},
|
|
29
29
|
use_mesh_modifiers: typing.Union[bool, typing.Any] = True,
|
|
30
30
|
use_mesh_modifiers_render: typing.Union[bool, typing.Any] = True,
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -101,10 +101,10 @@ def bake(
|
|
|
101
101
|
bake_types: typing.Any = {'"POSE"'},
|
|
102
102
|
channel_types: typing.Any = {
|
|
103
103
|
'"ROTATION"',
|
|
104
|
+
'"BBONE"',
|
|
104
105
|
'"SCALE"',
|
|
105
106
|
'"PROPS"',
|
|
106
107
|
'"LOCATION"',
|
|
107
|
-
'"BBONE"',
|
|
108
108
|
},
|
|
109
109
|
):
|
|
110
110
|
"""Bake all selected objects location/scale/rotation animation to an action
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -47,7 +47,7 @@ def cloth_filter(
|
|
|
47
47
|
bpy.types.OperatorStrokeElement
|
|
48
48
|
] = None,
|
|
49
49
|
type: typing.Any = "GRAVITY",
|
|
50
|
-
force_axis: typing.Any = {'"
|
|
50
|
+
force_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
|
|
51
51
|
orientation: typing.Any = "LOCAL",
|
|
52
52
|
cloth_mass: typing.Any = 1.0,
|
|
53
53
|
cloth_damping: typing.Any = 0.0,
|
|
@@ -599,7 +599,7 @@ def mesh_filter(
|
|
|
599
599
|
bpy.types.OperatorStrokeElement
|
|
600
600
|
] = None,
|
|
601
601
|
type: typing.Any = "INFLATE",
|
|
602
|
-
deform_axis: typing.Any = {'"
|
|
602
|
+
deform_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
|
|
603
603
|
orientation: typing.Any = "LOCAL",
|
|
604
604
|
surface_smooth_shape_preservation: typing.Any = 0.5,
|
|
605
605
|
surface_smooth_current_vertex: typing.Any = 0.5,
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -40,6 +40,7 @@ def alembic_export(
|
|
|
40
40
|
selected: typing.Union[bool, typing.Any] = False,
|
|
41
41
|
visible_objects_only: typing.Union[bool, typing.Any] = False,
|
|
42
42
|
flatten: typing.Union[bool, typing.Any] = False,
|
|
43
|
+
collection: typing.Union[str, typing.Any] = "",
|
|
43
44
|
uvs: typing.Union[bool, typing.Any] = True,
|
|
44
45
|
packuv: typing.Union[bool, typing.Any] = True,
|
|
45
46
|
normals: typing.Union[bool, typing.Any] = True,
|
|
@@ -141,6 +142,8 @@ def alembic_export(
|
|
|
141
142
|
:type visible_objects_only: typing.Union[bool, typing.Any]
|
|
142
143
|
:param flatten: Flatten Hierarchy, Do not preserve objects' parent/children relationship
|
|
143
144
|
:type flatten: typing.Union[bool, typing.Any]
|
|
145
|
+
:param collection: Collection
|
|
146
|
+
:type collection: typing.Union[str, typing.Any]
|
|
144
147
|
:param uvs: UVs, Export UVs
|
|
145
148
|
:type uvs: typing.Union[bool, typing.Any]
|
|
146
149
|
:param packuv: Pack UV Islands, Export UVs with packed island
|
bpy/types/__init__.pyi
CHANGED
|
@@ -165,6 +165,128 @@ class bpy_prop_array(typing.Generic[GenericType]):
|
|
|
165
165
|
"""
|
|
166
166
|
...
|
|
167
167
|
|
|
168
|
+
class bpy_prop_collection(typing.Generic[GenericType]):
|
|
169
|
+
"""built-in class used for all collections."""
|
|
170
|
+
|
|
171
|
+
def find(self, key: str) -> str:
|
|
172
|
+
"""Returns the index of a key in a collection or -1 when not found
|
|
173
|
+
(matches Python's string find function of the same name).
|
|
174
|
+
|
|
175
|
+
:param key: The identifier for the collection member.
|
|
176
|
+
:type key: str
|
|
177
|
+
:return: index of the key.
|
|
178
|
+
"""
|
|
179
|
+
...
|
|
180
|
+
|
|
181
|
+
def foreach_get(self, attr, seq):
|
|
182
|
+
"""This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
|
|
183
|
+
Multi-dimensional arrays (like array of vectors) will be flattened into seq.
|
|
184
|
+
|
|
185
|
+
:param attr:
|
|
186
|
+
:param seq:
|
|
187
|
+
"""
|
|
188
|
+
...
|
|
189
|
+
|
|
190
|
+
def foreach_set(self, attr, seq):
|
|
191
|
+
"""This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
|
|
192
|
+
seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
|
|
193
|
+
|
|
194
|
+
:param attr:
|
|
195
|
+
:param seq:
|
|
196
|
+
"""
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def get(self, key: str, default=None):
|
|
200
|
+
"""Returns the value of the item assigned to key or default when not found
|
|
201
|
+
(matches Python's dictionary function of the same name).
|
|
202
|
+
|
|
203
|
+
:param key: The identifier for the collection member.
|
|
204
|
+
:type key: str
|
|
205
|
+
:param default: Optional argument for the value to return if
|
|
206
|
+
key is not found.
|
|
207
|
+
"""
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
def items(self):
|
|
211
|
+
"""Return the identifiers of collection members
|
|
212
|
+
(matching Python's dict.items() functionality).
|
|
213
|
+
|
|
214
|
+
:return: (key, value) pairs for each member of this collection.
|
|
215
|
+
"""
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def keys(self):
|
|
219
|
+
"""Return the identifiers of collection members
|
|
220
|
+
(matching Python's dict.keys() functionality).
|
|
221
|
+
|
|
222
|
+
:return: the identifiers for each member of this collection.
|
|
223
|
+
:rtype: typing.List[str]
|
|
224
|
+
"""
|
|
225
|
+
...
|
|
226
|
+
|
|
227
|
+
def values(self) -> typing.List[str]:
|
|
228
|
+
"""Return the values of collection
|
|
229
|
+
(matching Python's dict.values() functionality).
|
|
230
|
+
|
|
231
|
+
:return: the members of this collection.
|
|
232
|
+
:rtype: list
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
|
|
236
|
+
def __getitem__(self, key: typing.Union[int, str]) -> typing.Union[int, str]:
|
|
237
|
+
"""
|
|
238
|
+
|
|
239
|
+
:param key:
|
|
240
|
+
:type key: typing.Union[int, str]
|
|
241
|
+
:return:
|
|
242
|
+
:rtype: GenericType
|
|
243
|
+
"""
|
|
244
|
+
...
|
|
245
|
+
|
|
246
|
+
def __setitem__(self, key: typing.Union[int, str], value: GenericType):
|
|
247
|
+
"""
|
|
248
|
+
|
|
249
|
+
:param key:
|
|
250
|
+
:type key: typing.Union[int, str]
|
|
251
|
+
:param value:
|
|
252
|
+
:type value: GenericType
|
|
253
|
+
"""
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def __delitem__(self, key: typing.Union[int, str]) -> typing.Union[int, str]:
|
|
257
|
+
"""
|
|
258
|
+
|
|
259
|
+
:param key:
|
|
260
|
+
:type key: typing.Union[int, str]
|
|
261
|
+
:return:
|
|
262
|
+
:rtype: GenericType
|
|
263
|
+
"""
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
def __iter__(self) -> GenericType:
|
|
267
|
+
"""
|
|
268
|
+
|
|
269
|
+
:return:
|
|
270
|
+
:rtype: typing.Iterator[GenericType]
|
|
271
|
+
"""
|
|
272
|
+
...
|
|
273
|
+
|
|
274
|
+
def __next__(self) -> typing.Iterator[GenericType]:
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
:return:
|
|
278
|
+
:rtype: GenericType
|
|
279
|
+
"""
|
|
280
|
+
...
|
|
281
|
+
|
|
282
|
+
def __len__(self) -> GenericType:
|
|
283
|
+
"""
|
|
284
|
+
|
|
285
|
+
:return:
|
|
286
|
+
:rtype: int
|
|
287
|
+
"""
|
|
288
|
+
...
|
|
289
|
+
|
|
168
290
|
class bpy_struct(typing.Generic[GenericType]):
|
|
169
291
|
"""built-in base class for all classes in bpy.types."""
|
|
170
292
|
|
|
@@ -436,128 +558,6 @@ class bpy_struct(typing.Generic[GenericType]):
|
|
|
436
558
|
"""
|
|
437
559
|
...
|
|
438
560
|
|
|
439
|
-
class bpy_prop_collection(typing.Generic[GenericType]):
|
|
440
|
-
"""built-in class used for all collections."""
|
|
441
|
-
|
|
442
|
-
def find(self, key: str) -> str:
|
|
443
|
-
"""Returns the index of a key in a collection or -1 when not found
|
|
444
|
-
(matches Python's string find function of the same name).
|
|
445
|
-
|
|
446
|
-
:param key: The identifier for the collection member.
|
|
447
|
-
:type key: str
|
|
448
|
-
:return: index of the key.
|
|
449
|
-
"""
|
|
450
|
-
...
|
|
451
|
-
|
|
452
|
-
def foreach_get(self, attr, seq):
|
|
453
|
-
"""This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
|
|
454
|
-
Multi-dimensional arrays (like array of vectors) will be flattened into seq.
|
|
455
|
-
|
|
456
|
-
:param attr:
|
|
457
|
-
:param seq:
|
|
458
|
-
"""
|
|
459
|
-
...
|
|
460
|
-
|
|
461
|
-
def foreach_set(self, attr, seq):
|
|
462
|
-
"""This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
|
|
463
|
-
seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
|
|
464
|
-
|
|
465
|
-
:param attr:
|
|
466
|
-
:param seq:
|
|
467
|
-
"""
|
|
468
|
-
...
|
|
469
|
-
|
|
470
|
-
def get(self, key: str, default=None):
|
|
471
|
-
"""Returns the value of the item assigned to key or default when not found
|
|
472
|
-
(matches Python's dictionary function of the same name).
|
|
473
|
-
|
|
474
|
-
:param key: The identifier for the collection member.
|
|
475
|
-
:type key: str
|
|
476
|
-
:param default: Optional argument for the value to return if
|
|
477
|
-
key is not found.
|
|
478
|
-
"""
|
|
479
|
-
...
|
|
480
|
-
|
|
481
|
-
def items(self):
|
|
482
|
-
"""Return the identifiers of collection members
|
|
483
|
-
(matching Python's dict.items() functionality).
|
|
484
|
-
|
|
485
|
-
:return: (key, value) pairs for each member of this collection.
|
|
486
|
-
"""
|
|
487
|
-
...
|
|
488
|
-
|
|
489
|
-
def keys(self):
|
|
490
|
-
"""Return the identifiers of collection members
|
|
491
|
-
(matching Python's dict.keys() functionality).
|
|
492
|
-
|
|
493
|
-
:return: the identifiers for each member of this collection.
|
|
494
|
-
:rtype: typing.List[str]
|
|
495
|
-
"""
|
|
496
|
-
...
|
|
497
|
-
|
|
498
|
-
def values(self) -> typing.List[str]:
|
|
499
|
-
"""Return the values of collection
|
|
500
|
-
(matching Python's dict.values() functionality).
|
|
501
|
-
|
|
502
|
-
:return: the members of this collection.
|
|
503
|
-
:rtype: list
|
|
504
|
-
"""
|
|
505
|
-
...
|
|
506
|
-
|
|
507
|
-
def __getitem__(self, key: typing.Union[int, str]) -> typing.Union[int, str]:
|
|
508
|
-
"""
|
|
509
|
-
|
|
510
|
-
:param key:
|
|
511
|
-
:type key: typing.Union[int, str]
|
|
512
|
-
:return:
|
|
513
|
-
:rtype: GenericType
|
|
514
|
-
"""
|
|
515
|
-
...
|
|
516
|
-
|
|
517
|
-
def __setitem__(self, key: typing.Union[int, str], value: GenericType):
|
|
518
|
-
"""
|
|
519
|
-
|
|
520
|
-
:param key:
|
|
521
|
-
:type key: typing.Union[int, str]
|
|
522
|
-
:param value:
|
|
523
|
-
:type value: GenericType
|
|
524
|
-
"""
|
|
525
|
-
...
|
|
526
|
-
|
|
527
|
-
def __delitem__(self, key: typing.Union[int, str]) -> typing.Union[int, str]:
|
|
528
|
-
"""
|
|
529
|
-
|
|
530
|
-
:param key:
|
|
531
|
-
:type key: typing.Union[int, str]
|
|
532
|
-
:return:
|
|
533
|
-
:rtype: GenericType
|
|
534
|
-
"""
|
|
535
|
-
...
|
|
536
|
-
|
|
537
|
-
def __iter__(self) -> GenericType:
|
|
538
|
-
"""
|
|
539
|
-
|
|
540
|
-
:return:
|
|
541
|
-
:rtype: typing.Iterator[GenericType]
|
|
542
|
-
"""
|
|
543
|
-
...
|
|
544
|
-
|
|
545
|
-
def __next__(self) -> typing.Iterator[GenericType]:
|
|
546
|
-
"""
|
|
547
|
-
|
|
548
|
-
:return:
|
|
549
|
-
:rtype: GenericType
|
|
550
|
-
"""
|
|
551
|
-
...
|
|
552
|
-
|
|
553
|
-
def __len__(self) -> GenericType:
|
|
554
|
-
"""
|
|
555
|
-
|
|
556
|
-
:return:
|
|
557
|
-
:rtype: int
|
|
558
|
-
"""
|
|
559
|
-
...
|
|
560
|
-
|
|
561
561
|
class Depsgraph:
|
|
562
562
|
""" """
|
|
563
563
|
|
|
@@ -62911,7 +62911,7 @@ class KeyConfigurations(bpy_struct):
|
|
|
62911
62911
|
idname: typing.Union[str, typing.Any],
|
|
62912
62912
|
context: typing.Union[str, int] = "INVOKE_DEFAULT",
|
|
62913
62913
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
62914
|
-
include: typing.Any = {'"
|
|
62914
|
+
include: typing.Any = {'"MOUSE"', '"NDOF"', '"ACTIONZONE"', '"KEYBOARD"'},
|
|
62915
62915
|
exclude: typing.Any = {},
|
|
62916
62916
|
) -> typing.Any:
|
|
62917
62917
|
"""find_item_from_operator
|
|
@@ -63394,7 +63394,7 @@ class KeyMapItems(bpy_struct):
|
|
|
63394
63394
|
self,
|
|
63395
63395
|
idname: typing.Union[str, typing.Any],
|
|
63396
63396
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
63397
|
-
include: typing.Any = {'"
|
|
63397
|
+
include: typing.Any = {'"MOUSE"', '"NDOF"', '"ACTIONZONE"', '"KEYBOARD"'},
|
|
63398
63398
|
exclude: typing.Any = {},
|
|
63399
63399
|
) -> typing.Any:
|
|
63400
63400
|
"""find_from_operator
|
|
@@ -140201,6 +140201,10 @@ VIEW3D_MT_edit_curves: bl_ui.space_view3d.VIEW3D_MT_edit_curves
|
|
|
140201
140201
|
"""
|
|
140202
140202
|
"""
|
|
140203
140203
|
|
|
140204
|
+
VIEW3D_MT_edit_curves_control_points: bl_ui.space_view3d.VIEW3D_MT_edit_curves_control_points
|
|
140205
|
+
"""
|
|
140206
|
+
"""
|
|
140207
|
+
|
|
140204
140208
|
VIEW3D_MT_edit_curves_segments: bl_ui.space_view3d.VIEW3D_MT_edit_curves_segments
|
|
140205
140209
|
"""
|
|
140206
140210
|
"""
|
|
@@ -276,7 +276,7 @@ bl_ui/space_topbar/__init__.pyi,sha256=JoTMCnu9sgvZ1f98xOQEdAHtQtFFs_-Y4v_ExLoxz
|
|
|
276
276
|
bl_ui/space_topbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
277
|
bl_ui/space_userpref/__init__.pyi,sha256=J434YVMrEknktbVXgkj4eN73DFwIOYo1qLZqrISh_-M,209263
|
|
278
278
|
bl_ui/space_userpref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
279
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
279
|
+
bl_ui/space_view3d/__init__.pyi,sha256=O5Q5h3SQAbAKXnBX9Amths8S36j-xoh_-2H1R3ad4g4,700849
|
|
280
280
|
bl_ui/space_view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
281
281
|
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=EbJr3zr5SjajYi8QarLEUr4rzNgdWOQgPv6M3NmaQhw,259516
|
|
282
282
|
bl_ui/space_view3d_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -350,7 +350,7 @@ bpy/ops/constraint/__init__.pyi,sha256=vLJ9cSd79O7xWPEEECWqN0KKAmtKeeZC5pmuj32NA
|
|
|
350
350
|
bpy/ops/constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
351
351
|
bpy/ops/curve/__init__.pyi,sha256=fb2ZQp6OGNXO2fa7bK4phfL-GK4k4P2buJYO7boPMJo,30992
|
|
352
352
|
bpy/ops/curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
353
|
+
bpy/ops/curves/__init__.pyi,sha256=cUc4P_qU98yB0sW42o8ntpC4UIsIss3lHvnYNrlViCE,13055
|
|
354
354
|
bpy/ops/curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
355
|
bpy/ops/cycles/__init__.pyi,sha256=biD_22nHJ3SkutU_zyqs8xS0y-X0F_80GZam0Hu0Aq4,2299
|
|
356
356
|
bpy/ops/cycles/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -362,7 +362,7 @@ bpy/ops/export_anim/__init__.pyi,sha256=K6ll7RWxlG8Frqjjlv4iXOsoU1nc0jsGZuKxlVNf
|
|
|
362
362
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
363
|
bpy/ops/export_mesh/__init__.pyi,sha256=GJhrJezT6_-Z7BDAThJvvP73C9DG4ilTmnO7lHAZqMo,2543
|
|
364
364
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
365
|
+
bpy/ops/export_scene/__init__.pyi,sha256=o1qsomo3suDbPr18f5AeZU95_jaNUA6AKn_pXE4-LVw,42387
|
|
366
366
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
367
|
bpy/ops/file/__init__.pyi,sha256=jxCrURW6yr27-_rjXIfY1_ziXEAlpkIp1zOz5tgHTFM,23620
|
|
368
368
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -404,7 +404,7 @@ bpy/ops/mball/__init__.pyi,sha256=WeJtlcvbNyt_RGsLAX2_1j7MxyZ92mW57-ACUxnBC6I,46
|
|
|
404
404
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
405
|
bpy/ops/mesh/__init__.pyi,sha256=XONTsEA-ZnUwI1Us-OPTGUasTRP5LkBQF_un2LLTseQ,140802
|
|
406
406
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
407
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
407
|
+
bpy/ops/nla/__init__.pyi,sha256=E4rdm4Jsdf5kJySttJrHtxskZ311L8ubVZ_u942zlUA,22280
|
|
408
408
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
409
|
bpy/ops/node/__init__.pyi,sha256=-ShkC7hZR9jCIG06Y7pW-EPtts-lJhPw7LnJQj-Dzx4,56637
|
|
410
410
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -438,7 +438,7 @@ bpy/ops/screen/__init__.pyi,sha256=wzeP_aViQAhQi_mRZnVsiDs5CtNhJ3i746bv_V9bwP0,2
|
|
|
438
438
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
439
|
bpy/ops/script/__init__.pyi,sha256=W_jD0mvJZHtBqp1q8GGR7UrFY8VEN_ORymc_ZvsV0u0,1440
|
|
440
440
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
441
|
+
bpy/ops/sculpt/__init__.pyi,sha256=qQ4VoH2QdhPFSJLhqcy5AX_ibp4rvwt0hZ5uvMZdeJs,34542
|
|
442
442
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
443
443
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=GWcQmCf7s6Zco6Mx5qUN7Y4aYlv1O-sfSCDh8Qc4zDo,2948
|
|
444
444
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -468,7 +468,7 @@ bpy/ops/view2d/__init__.pyi,sha256=Zv4m6FS8m2hdJxLupCe6Oc7S7yPYyjj5u1_SFUEXNsk,8
|
|
|
468
468
|
bpy/ops/view2d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
469
469
|
bpy/ops/view3d/__init__.pyi,sha256=avjnIxIK1Lp64A6Yc1KP97ZtAVnWfeRKhwtp8GUhOqM,37160
|
|
470
470
|
bpy/ops/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
471
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
471
|
+
bpy/ops/wm/__init__.pyi,sha256=6iMe6bEgrpwWB8nW8Ro0xEhEAo1G59yoyaHz4bdKSyY,232738
|
|
472
472
|
bpy/ops/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
473
473
|
bpy/ops/workspace/__init__.pyi,sha256=tmMtCUDpiKHZQn1hSZmvE2zNGVlygB1p-i0Ax5GytUQ,2856
|
|
474
474
|
bpy/ops/workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -478,7 +478,7 @@ bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
|
478
478
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
479
|
bpy/props/__init__.pyi,sha256=vdhM_8tw-TFNMAPrs7aPEVULxwGbIPnf0v6GkNL_l-U,23440
|
|
480
480
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
481
|
-
bpy/types/__init__.pyi,sha256=
|
|
481
|
+
bpy/types/__init__.pyi,sha256=gQGwi61VVxcGwsfXbILGSsaA3rHYod_b9v_RUyAe_Js,3271153
|
|
482
482
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
483
|
bpy/utils/__init__.pyi,sha256=bT0NbmiolU8QUn9ZB2O9monMi_k7nPJ1ru6iCURdxhA,11458
|
|
484
484
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -596,7 +596,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
596
596
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
597
597
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
598
598
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
|
-
fake_bpy_module-
|
|
600
|
-
fake_bpy_module-
|
|
601
|
-
fake_bpy_module-
|
|
602
|
-
fake_bpy_module-
|
|
599
|
+
fake_bpy_module-20240411.dist-info/METADATA,sha256=AHnQYB96Wg6MbNbXLgUKCGjAIskX2V0bk8U0CgQdUTU,7008
|
|
600
|
+
fake_bpy_module-20240411.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
601
|
+
fake_bpy_module-20240411.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
602
|
+
fake_bpy_module-20240411.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|