fake-bpy-module 20240821__py3-none-any.whl → 20240822__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/types/__init__.pyi +1 -1
- {fake_bpy_module-20240821.dist-info → fake_bpy_module-20240822.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240821.dist-info → fake_bpy_module-20240822.dist-info}/RECORD +5 -5
- {fake_bpy_module-20240821.dist-info → fake_bpy_module-20240822.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240821.dist-info → fake_bpy_module-20240822.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -243735,7 +243735,7 @@ class UILayout(bpy_struct):
|
|
|
243735
243735
|
|
|
243736
243736
|
:param listtype_name: Identifier of the list type to use
|
|
243737
243737
|
:type listtype_name: str
|
|
243738
|
-
:param list_id: Identifier of this list widget
|
|
243738
|
+
:param list_id: Identifier of this list widget. Necessary to tell apart different list widgets. Mandatory when using default "UI_UL_list" class. If this not an empty string, the uilist gets a custom ID, otherwise it takes the name of the class used to define the uilist (for example, if the class name is "OBJECT_UL_vgroups", and list_id is not set by the script, then bl_idname = "OBJECT_UL_vgroups")
|
|
243739
243739
|
:type list_id: str
|
|
243740
243740
|
:param dataptr: Data from which to take the Collection property
|
|
243741
243741
|
:type dataptr: typing.Any | None
|
|
@@ -274,7 +274,7 @@ bpy/ops/workspace/__init__.pyi,sha256=ouILPZIQntnAJtoyo0MeMfD7p4MX6XX__5nxQuJaVb
|
|
|
274
274
|
bpy/ops/world/__init__.pyi,sha256=fNifYrJKsxpJb6jqQHCJTlf7iNR5fzV1saFRILtDZOE,1029
|
|
275
275
|
bpy/path/__init__.pyi,sha256=J_4vrRw_TTuMW4KHqSHZqYIKfDoCgG6Wv1PIFZx7__4,5612
|
|
276
276
|
bpy/props/__init__.pyi,sha256=5dF03F-bYYW-j5P9eDOgSJ07JYRVwMvjmMjBYjCrjS8,29631
|
|
277
|
-
bpy/types/__init__.pyi,sha256=
|
|
277
|
+
bpy/types/__init__.pyi,sha256=E_qdhiwd3ipSnSl_x7zd2tqDgEHt9oNytj3AIf1F-_A,6315121
|
|
278
278
|
bpy/utils/__init__.pyi,sha256=--TTIvXJlO1WRjJS4Jv_EM-XWCp_952xAm3M_O4L5O4,13537
|
|
279
279
|
bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
|
|
280
280
|
bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
|
|
@@ -358,7 +358,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
|
|
|
358
358
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
359
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
360
360
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
fake_bpy_module-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
361
|
+
fake_bpy_module-20240822.dist-info/METADATA,sha256=xocicGKTuW655ZL171hODvKq0o2a4fYNTwXHZIawbbQ,7289
|
|
362
|
+
fake_bpy_module-20240822.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
|
363
|
+
fake_bpy_module-20240822.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
364
|
+
fake_bpy_module-20240822.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|