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 CHANGED
@@ -70,7 +70,7 @@ def bookmark_move(
70
70
  """
71
71
 
72
72
  def cancel(execution_context: int | str | None = None, undo: bool | None = None):
73
- """Cancel loading of selected file
73
+ """Cancel file operation
74
74
 
75
75
  :type execution_context: int | str | None
76
76
  :type undo: bool | None
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: USD does not allow nested UsdGeomGprim. Intermediary Xform will be defined to keep the USD file valid.
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