fake-bpy-module 20250628__py3-none-any.whl → 20250629__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.
- bpy/ops/ui/__init__.pyi +9 -0
- bpy/types/__init__.pyi +0 -67
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250629.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250629.dist-info}/RECORD +6 -6
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250629.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250629.dist-info}/top_level.txt +0 -0
bpy/ops/ui/__init__.pyi
CHANGED
|
@@ -417,6 +417,15 @@ def view_item_rename(
|
|
|
417
417
|
:type undo: bool | None
|
|
418
418
|
"""
|
|
419
419
|
|
|
420
|
+
def view_item_select(
|
|
421
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
422
|
+
) -> None:
|
|
423
|
+
"""Activate selected view item
|
|
424
|
+
|
|
425
|
+
:type execution_context: int | str | None
|
|
426
|
+
:type undo: bool | None
|
|
427
|
+
"""
|
|
428
|
+
|
|
420
429
|
def view_scroll(
|
|
421
430
|
execution_context: int | str | None = None, undo: bool | None = None
|
|
422
431
|
) -> None:
|
bpy/types/__init__.pyi
CHANGED
|
@@ -42502,50 +42502,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
42502
42502
|
:columns: 2
|
|
42503
42503
|
|
|
42504
42504
|
|
|
42505
|
-
--------------------
|
|
42506
|
-
|
|
42507
|
-
* bpy_struct.id_data
|
|
42508
|
-
* FileHandler.bl_idname
|
|
42509
|
-
* FileHandler.bl_import_operator
|
|
42510
|
-
* FileHandler.bl_export_operator
|
|
42511
|
-
* FileHandler.bl_label
|
|
42512
|
-
* FileHandler.bl_file_extensions
|
|
42513
|
-
|
|
42514
|
-
:columns: 2
|
|
42515
|
-
|
|
42516
|
-
|
|
42517
|
-
--------------------
|
|
42518
|
-
|
|
42519
|
-
* bpy_struct.as_pointer
|
|
42520
|
-
* bpy_struct.driver_add
|
|
42521
|
-
* bpy_struct.driver_remove
|
|
42522
|
-
* bpy_struct.get
|
|
42523
|
-
* bpy_struct.id_properties_clear
|
|
42524
|
-
* bpy_struct.id_properties_ensure
|
|
42525
|
-
* bpy_struct.id_properties_ui
|
|
42526
|
-
* bpy_struct.is_property_hidden
|
|
42527
|
-
* bpy_struct.is_property_overridable_library
|
|
42528
|
-
* bpy_struct.is_property_readonly
|
|
42529
|
-
* bpy_struct.is_property_set
|
|
42530
|
-
* bpy_struct.items
|
|
42531
|
-
* bpy_struct.keyframe_delete
|
|
42532
|
-
* bpy_struct.keyframe_insert
|
|
42533
|
-
* bpy_struct.keys
|
|
42534
|
-
* bpy_struct.path_from_id
|
|
42535
|
-
* bpy_struct.path_resolve
|
|
42536
|
-
* bpy_struct.pop
|
|
42537
|
-
* bpy_struct.property_overridable_library_set
|
|
42538
|
-
* bpy_struct.property_unset
|
|
42539
|
-
* bpy_struct.rna_ancestors
|
|
42540
|
-
* bpy_struct.type_recast
|
|
42541
|
-
* bpy_struct.values
|
|
42542
|
-
* FileHandler.poll_drop
|
|
42543
|
-
* FileHandler.bl_rna_get_subclass
|
|
42544
|
-
* FileHandler.bl_rna_get_subclass_py
|
|
42545
|
-
|
|
42546
|
-
:columns: 2
|
|
42547
|
-
|
|
42548
|
-
|
|
42549
42505
|
--------------------
|
|
42550
42506
|
|
|
42551
42507
|
* bpy_struct.id_data
|
|
@@ -173122,29 +173078,6 @@ class IMAGE_UL_udim_tiles(UIList, bpy_struct):
|
|
|
173122
173078
|
:rtype: typing.Any
|
|
173123
173079
|
"""
|
|
173124
173080
|
|
|
173125
|
-
class IO_FH_fbx(FileHandler, bpy_struct):
|
|
173126
|
-
@classmethod
|
|
173127
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
173128
|
-
"""
|
|
173129
|
-
|
|
173130
|
-
:param id: The RNA type identifier.
|
|
173131
|
-
:type id: str | None
|
|
173132
|
-
:param default:
|
|
173133
|
-
:return: The RNA type or default when not found.
|
|
173134
|
-
:rtype: Struct
|
|
173135
|
-
"""
|
|
173136
|
-
|
|
173137
|
-
@classmethod
|
|
173138
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
173139
|
-
"""
|
|
173140
|
-
|
|
173141
|
-
:param id: The RNA type identifier.
|
|
173142
|
-
:type id: str | None
|
|
173143
|
-
:param default:
|
|
173144
|
-
:return: The class or default when not found.
|
|
173145
|
-
:rtype: typing.Any
|
|
173146
|
-
"""
|
|
173147
|
-
|
|
173148
173081
|
class IO_FH_gltf2(FileHandler, bpy_struct):
|
|
173149
173082
|
@classmethod
|
|
173150
173083
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
@@ -267,7 +267,7 @@ bpy/ops/text/__init__.pyi,sha256=h0eTFcUCz8HSXPN_T9iVIFALXcsV_yh-M25kS6IF25c,214
|
|
|
267
267
|
bpy/ops/text_editor/__init__.pyi,sha256=y7zrfyEfEIXybjnIDKjhMnMcezg66-hWeiG6ixZakJI,670
|
|
268
268
|
bpy/ops/texture/__init__.pyi,sha256=WhveglZyHGCg6E6CldYnNSrKTK7LYF30mHWTpnfB_3I,1114
|
|
269
269
|
bpy/ops/transform/__init__.pyi,sha256=ft5LUb8BjCbE77YcO1wlKPkIQR4R2XU1fBxa6maIakg,59656
|
|
270
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
270
|
+
bpy/ops/ui/__init__.pyi,sha256=Ic_k_vllD9WuatzXRSpLE6CeC7pjbOnTBbmzYvLhVbE,13058
|
|
271
271
|
bpy/ops/uilist/__init__.pyi,sha256=CSwrFuqez9Ia24-_yFa5gAudByRrRqmaQVKrfExyRYc,1669
|
|
272
272
|
bpy/ops/uv/__init__.pyi,sha256=BgVkNR-fiGak2mhmcGAl_xA5uoTdkE-BqP5wLU9EwzU,45903
|
|
273
273
|
bpy/ops/view2d/__init__.pyi,sha256=gQsYxJCGhbPnizT0-jaT6G6O29M94CvdjBdgc84dloY,7125
|
|
@@ -279,7 +279,7 @@ bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
|
|
|
279
279
|
bpy/props/__init__.pyi,sha256=-nYTsIHy-F58ADNh2IDPlVA0C0G7N4k7F4xWz6ap7wM,35841
|
|
280
280
|
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
281
281
|
bpy/stub_internal/rna_enums/__init__.pyi,sha256=aL-h4hNstMrYklATc7i8t55R5WHftmpIgjaBLlVzebY,141413
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=ex10h3zR7o3OZ2VnsFqBiilULnDVJQ2Pgq8g--Fr4Rc,5768448
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=eLZQI2EHAXaZQlYunovDoRa8QtR4CT8yPgygZhBYajk,15535
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=6tju9gKfoTYwJjnSZ54lys2MYRaKPnihHe5Vs6agoKA,2366
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=zULS_4qRrtzpHLtSU-jfO2761J4WeYBZyK-BTlL4KG0,2671
|
|
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=E7Xr1GyLCWDiDnB_VSldrUVM6AzWKDvGGoWj3Hj7SZ8,1404
|
|
|
361
361
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
|
|
363
363
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250629.dist-info/METADATA,sha256=lhRfsfBztuJqwhH_v5dIpc798-cT_m6LR_2WfaQ3258,7429
|
|
365
|
+
fake_bpy_module-20250629.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
366
|
+
fake_bpy_module-20250629.dist-info/top_level.txt,sha256=QYJ2Jp9Qn8wYVRwdoQVWmruwmY7PXY18UsdSCuyEhNM,514
|
|
367
|
+
fake_bpy_module-20250629.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|