fake-bpy-module 20241124__py3-none-any.whl → 20241126__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 CHANGED
@@ -219983,12 +219983,6 @@ class ToolSettings(bpy_struct):
219983
219983
  :type: int
219984
219984
  """
219985
219985
 
219986
- snap_node_element: bpy.typing.SnapNodeElementItems
219987
- """ Type of element to snap to
219988
-
219989
- :type: bpy.typing.SnapNodeElementItems
219990
- """
219991
-
219992
219986
  snap_target: bpy.typing.SnapSourceItems
219993
219987
  """ Which part to snap onto the target
219994
219988
 
bpy/typing/__init__.pyi CHANGED
@@ -2776,12 +2776,6 @@ type SnapElementItems = typing.Literal[
2776
2776
  "FACE_PROJECT", # Face Project.Snap by projecting onto faces.
2777
2777
  "FACE_NEAREST", # Face Nearest.Snap to nearest point on faces.
2778
2778
  ]
2779
- type SnapNodeElementItems = typing.Literal[
2780
- "GRID", # Grid.Snap to grid.
2781
- "NODE_X", # Node X.Snap to left/right node border.
2782
- "NODE_Y", # Node Y.Snap to top/bottom node border.
2783
- "NODE_XY", # Node X / Y.Snap to any node border.
2784
- ]
2785
2779
  type SnapSourceItems = typing.Literal[
2786
2780
  "CLOSEST", # Closest.Snap closest point onto target.
2787
2781
  "CENTER", # Center.Snap transformation center onto target.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241124
3
+ Version: 20241126
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -275,8 +275,8 @@ bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJ
275
275
  bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
276
276
  bpy/path/__init__.pyi,sha256=b_M-IUy-VEWMDZJH0bP9P-HHcLLcQo59S1dARRQrP9E,5064
277
277
  bpy/props/__init__.pyi,sha256=TfulJGBHgbMIc1aadTzLWiL6Q2NQdeO9Q4_ePasNesU,30717
278
- bpy/types/__init__.pyi,sha256=z-P_FVHPEF3DwS7i8Qn1m_lZtqLFnE02iGr-XA632Pc,5366788
279
- bpy/typing/__init__.pyi,sha256=aVkYVtSgroaQKvNT7B1qcJ6BadJHTk_LqIuuM1BPWWY,138925
278
+ bpy/types/__init__.pyi,sha256=6uNrdU2G2Oo6M9ny3NDKbylOWFedwOkSlHIYY0wW8Jo,5366645
279
+ bpy/typing/__init__.pyi,sha256=u2XKjd6ZB1Wjt7JwabxexZdswEZLYR2jQpxzzp6AThg,138679
280
280
  bpy/utils/__init__.pyi,sha256=XXoE6J8aW13NQ-2FvnFORXyNVUFfO8hSno-xfgJ6ZNI,13078
281
281
  bpy/utils/previews/__init__.pyi,sha256=XEThA7jxMWet1sPTJ3mmngM6LdAdKiIVSZOKbCsbvzw,2217
282
282
  bpy/utils/units/__init__.pyi,sha256=-NsCsGdfcIsC2lnZwzUrQFe1CXdnSjA80MCWSSxwbbk,2578
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
358
358
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
360
360
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20241124.dist-info/METADATA,sha256=qkTXbttAGAwRH9BoZaB2q9GEH0-L90c6_-5i_cXEl6g,7289
362
- fake_bpy_module-20241124.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
363
- fake_bpy_module-20241124.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241124.dist-info/RECORD,,
361
+ fake_bpy_module-20241126.dist-info/METADATA,sha256=gBNfb3zHpn5Fq6s0ouVJ1wRwAvRC_p7tOLrINGWYMSc,7289
362
+ fake_bpy_module-20241126.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
363
+ fake_bpy_module-20241126.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241126.dist-info/RECORD,,