fake-bpy-module 20250505__py3-none-any.whl → 20250520__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.

@@ -1161,6 +1161,7 @@ def translate(
1161
1161
  release_confirm: bool | None = False,
1162
1162
  use_accurate: bool | None = False,
1163
1163
  use_automerge_and_split: bool | None = False,
1164
+ translate_origin: bool | None = False,
1164
1165
  ):
1165
1166
  """Move selected items
1166
1167
 
@@ -1228,6 +1229,8 @@ def translate(
1228
1229
  :type use_accurate: bool | None
1229
1230
  :param use_automerge_and_split: Auto Merge & Split, Forces the use of Auto Merge and Split
1230
1231
  :type use_automerge_and_split: bool | None
1232
+ :param translate_origin: Translate Origin, Translate origin instead of selection
1233
+ :type translate_origin: bool | None
1231
1234
  """
1232
1235
 
1233
1236
  def vert_crease(
bpy/ops/wm/__init__.pyi CHANGED
@@ -2904,7 +2904,7 @@ def obj_import(
2904
2904
  :type import_vertex_groups: bool | None
2905
2905
  :param validate_meshes: Validate Meshes, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
2906
2906
  :type validate_meshes: bool | None
2907
- :param close_spline_loops: Detect Cyclic Curves, Join curve endpoints if overlapping control points are detected(if disabled, no curves will be cyclic)
2907
+ :param close_spline_loops: Detect Cyclic Curves, Join curve endpoints if overlapping control points are detected (if disabled, no curves will be cyclic)
2908
2908
  :type close_spline_loops: bool | None
2909
2909
  :param collection_separator: Path Separator, Character used to separate objects name into hierarchical structure
2910
2910
  :type collection_separator: str