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

@@ -2199,6 +2199,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel):
2199
2199
  bl_region_type: typing.Any
2200
2200
  bl_rna: typing.Any
2201
2201
  bl_space_type: typing.Any
2202
+ bl_ui_units_x: typing.Any
2202
2203
  id_data: typing.Any
2203
2204
 
2204
2205
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
bpy/path/__init__.pyi CHANGED
@@ -87,7 +87,7 @@ def ensure_ext(filepath: str, ext: str, *, case_sensitive: bool = False) -> str:
87
87
  :param filepath: The file path.
88
88
  :type filepath: str
89
89
  :param ext: The extension to check for, can be a compound extension. Should
90
- start with a dot, such as '.blend' or '.tar.gz'.
90
+ start with a dot, such as .blend or .tar.gz.
91
91
  :type ext: str
92
92
  :param case_sensitive: Check for matching case when comparing extensions.
93
93
  :type case_sensitive: bool
bpy/types/__init__.pyi CHANGED
@@ -201760,6 +201760,12 @@ class SequencerToolSettings(bpy_struct):
201760
201760
  :type: bool
201761
201761
  """
201762
201762
 
201763
+ snap_to_frame_range: bool
201764
+ """ Snap to preview or scene start and end frame
201765
+
201766
+ :type: bool
201767
+ """
201768
+
201763
201769
  snap_to_hold_offset: bool
201764
201770
  """ Snap to strip hold offsets
201765
201771
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250312
3
+ Version: 20250314
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
@@ -164,7 +164,7 @@ bl_ui/space_nla/__init__.pyi,sha256=rHI5YccrddEIyXIv7ojfdoS5H5-8W3t9CD86W0DZWTw,
164
164
  bl_ui/space_node/__init__.pyi,sha256=ifKNLaAQtFwsoOvJGSfXu1jdjM78PQjKZWGpIBuFzN8,18764
165
165
  bl_ui/space_outliner/__init__.pyi,sha256=1MicqfpCaTGAgzzbrtzGhknJwP5S5QjjqXpI9fUv16I,8117
166
166
  bl_ui/space_properties/__init__.pyi,sha256=8XL7_69ni6CTbZUmAUnda74qZk3aV_rmJvhqNjr0j0k,2735
167
- bl_ui/space_sequencer/__init__.pyi,sha256=ettdiLGyVaDLJAa_xHinQ0yI3vivJidb38fkS0imn-Q,55280
167
+ bl_ui/space_sequencer/__init__.pyi,sha256=mqzwfhlyp2tV2nlLIpEyNmN6MIXy9qd7FWO0hGsyJHg,55310
168
168
  bl_ui/space_spreadsheet/__init__.pyi,sha256=1ZNN9pDfL8DVAjfm1JPNzZHJ0u5PNuaWsD4hiYSoH7g,1477
169
169
  bl_ui/space_statusbar/__init__.pyi,sha256=wthc9b3kBqNQjHnv8rgJYVcrKDhnpwFusUV2HYv4An4,640
170
170
  bl_ui/space_text/__init__.pyi,sha256=teImeFuFGcdE50Btg7h3Cnf65pHUpGvhO4uUeiWxhpE,8826
@@ -277,9 +277,9 @@ bpy/ops/view3d/__init__.pyi,sha256=e9lPztt21KmW5WQOvzZBYO5WXLmQE16BHjLA83rwbOI,3
277
277
  bpy/ops/wm/__init__.pyi,sha256=JH4Yk8YPdt2ISpBfIF2Wf3z7lfj4N-9IlvVgvfu57bY,215953
278
278
  bpy/ops/workspace/__init__.pyi,sha256=hXSSQZl7IwVFrxMveYrlSKGWY7BjrsV-cKagPzhuT0w,2010
279
279
  bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
280
- bpy/path/__init__.pyi,sha256=p309InrX9QRoqh0vMXKzNHQIYef9A51c9J4LYU5THxQ,5511
280
+ bpy/path/__init__.pyi,sha256=7-_wXRbyGJSoalxgAiuGAPvcM988qoM5DdQ2A8p1kpk,5507
281
281
  bpy/props/__init__.pyi,sha256=QR_11bCyEyK-Q85yZhNDW6BsqHVq73C9IL_qShksqQU,35264
282
- bpy/types/__init__.pyi,sha256=hbun2E7YvW1J3erSY2tSTrJqdMrLvcD16tw2F4I1Cm8,5485223
282
+ bpy/types/__init__.pyi,sha256=oaxCcAIPdUgJzH0-dk-UFixnZgAgO4GQFVRynLnLl-c,5485332
283
283
  bpy/utils/__init__.pyi,sha256=sTpVkInNYv883pb3TyZzGLQbn468mQHzz_sUG9UMp6M,14936
284
284
  bpy/utils/previews/__init__.pyi,sha256=RF4ii5Rs-FetM_ZmC0GCpMSiin5evppVj62-CmKK76s,2307
285
285
  bpy/utils/units/__init__.pyi,sha256=dc9ZViPAqOap5ZsFfWoI0d6bHdri3pWWiVeRxAaZr-U,2672
@@ -328,7 +328,7 @@ gpu/texture/__init__.pyi,sha256=eXL-ZQU-gsMFo_Yv6ShF_YjBQ-yPDLRZno-T3P59nhE,668
328
328
  gpu/types/__init__.pyi,sha256=wv4qnmZ16QT1VUYeF2EMYiRPI_xIa2yCqrzrA_Ukac4,27950
329
329
  gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
330
330
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
331
- gpu_extras/batch/__init__.pyi,sha256=P0KwOXu_4yBZvCupG7WJ08TQ6yvocr5NZLAhJK_qLtQ,1305
331
+ gpu_extras/batch/__init__.pyi,sha256=0z8rIEm4SFuC-rUGyoOMU0L6i_TsaW5nJN9cGR6u40Y,1306
332
332
  gpu_extras/presets/__init__.pyi,sha256=9MrG1r0CUOxBYWyp_vZSYxs47oElIxca1uMyuFPLKdw,1674
333
333
  graphviz_export/__init__.pyi,sha256=_breciGLRC6qTh-HOor-Ufn_fI5HXnoQego6mmvTAIQ,242
334
334
  graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=o3yE2C_BSi2O_ZJM_Jao06i6seWMRNQcZaI6keKjpFE,1308
361
361
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
362
  rna_xml/__init__.pyi,sha256=EBP-inpL9KRsjGftcoza9_G_Do5UjXw62eAvuEMoaO0,604
363
363
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
- fake_bpy_module-20250312.dist-info/METADATA,sha256=9fiteKq7AUEpaF561u7vGDVc0AqMweIXC1KMDl-4y5Q,7429
365
- fake_bpy_module-20250312.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
366
- fake_bpy_module-20250312.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
- fake_bpy_module-20250312.dist-info/RECORD,,
364
+ fake_bpy_module-20250314.dist-info/METADATA,sha256=w2QB6h3eSVzGEjmT5uJidufIDd_2LLUVo6SAc6CH27Y,7429
365
+ fake_bpy_module-20250314.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
366
+ fake_bpy_module-20250314.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
+ fake_bpy_module-20250314.dist-info/RECORD,,
@@ -2,7 +2,6 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
- import bgl
6
5
  import gpu.types
7
6
 
8
7
  def batch_for_shader(
@@ -10,7 +9,7 @@ def batch_for_shader(
10
9
  type: str,
11
10
  content: dict[
12
11
  str,
13
- bgl.Buffer
12
+ gpu.types.Buffer
14
13
  | collections.abc.Sequence[float]
15
14
  | collections.abc.Sequence[int]
16
15
  | collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -27,7 +26,7 @@ def batch_for_shader(
27
26
  :type type: str
28
27
  :param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
29
28
  For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
30
- :type content: dict[str, bgl.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
29
+ :type content: dict[str, gpu.types.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
31
30
  :return: compatible batch
32
31
  :rtype: gpu.types.GPUBatch
33
32
  """