fake-bpy-module 20241211__py3-none-any.whl → 20241212__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/file/__init__.pyi +1 -1
- bpy/ops/wm/__init__.pyi +1 -1
- bpy/types/__init__.pyi +517 -9
- {fake_bpy_module-20241211.dist-info → fake_bpy_module-20241212.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241211.dist-info → fake_bpy_module-20241212.dist-info}/RECORD +8 -8
- gpu/types/__init__.pyi +4 -5
- {fake_bpy_module-20241211.dist-info → fake_bpy_module-20241212.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241211.dist-info → fake_bpy_module-20241212.dist-info}/top_level.txt +0 -0
bpy/ops/file/__init__.pyi
CHANGED
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -5189,7 +5189,7 @@ def usd_export(
|
|
|
5189
5189
|
:type usdz_downscale_size: typing.Literal['KEEP','256','512','1024','2048','4096','CUSTOM'] | None
|
|
5190
5190
|
:param usdz_downscale_custom_size: USDZ Custom Downscale Size, Custom size for downscaling exported textures
|
|
5191
5191
|
:type usdz_downscale_custom_size: int | None
|
|
5192
|
-
:param merge_parent_xform: Merge parent Xform, Merge USD primitives with their Xform parent if possible
|
|
5192
|
+
:param merge_parent_xform: Merge parent Xform, Merge USD primitives with their Xform parent if possible. USD does not allow nested UsdGeomGprims, intermediary Xform prims will be defined to keep the USD file valid when encountering object hierarchies.
|
|
5193
5193
|
:type merge_parent_xform: bool | None
|
|
5194
5194
|
"""
|
|
5195
5195
|
|