fake-bge-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.
@@ -2198,6 +2198,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel):
2198
2198
  bl_region_type: typing.Any
2199
2199
  bl_rna: typing.Any
2200
2200
  bl_space_type: typing.Any
2201
+ bl_ui_units_x: typing.Any
2201
2202
  id_data: typing.Any
2202
2203
 
2203
2204
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
bpy/path/__init__.pyi CHANGED
@@ -86,7 +86,7 @@ def ensure_ext(filepath: str, ext: str, *, case_sensitive: bool = False) -> str:
86
86
  :param filepath: The file path.
87
87
  :type filepath: str
88
88
  :param ext: The extension to check for, can be a compound extension. Should
89
- start with a dot, such as '.blend' or '.tar.gz'.
89
+ start with a dot, such as .blend or .tar.gz.
90
90
  :type ext: str
91
91
  :param case_sensitive: Check for matching case when comparing extensions.
92
92
  :type case_sensitive: bool
bpy/types/__init__.pyi CHANGED
@@ -211559,6 +211559,12 @@ class SequencerToolSettings(bpy_struct):
211559
211559
  :type: bool
211560
211560
  """
211561
211561
 
211562
+ snap_to_frame_range: bool
211563
+ """ Snap to preview or scene start and end frame
211564
+
211565
+ :type: bool
211566
+ """
211567
+
211562
211568
  snap_to_hold_offset: bool
211563
211569
  """ Snap to strip hold offsets
211564
211570
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bge-module
3
- Version: 20250312
3
+ Version: 20250314
4
4
  Summary: Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -191,7 +191,7 @@ bl_ui/space_nla/__init__.pyi,sha256=uT7nGRBlJlDS-wYZGGGuMs17DK-_XsYoa1qkop7ZVyM,
191
191
  bl_ui/space_node/__init__.pyi,sha256=l0fKZmOOkkbRL9_epj02kh7mKyUT4FTcdACqVeSy0Yo,18737
192
192
  bl_ui/space_outliner/__init__.pyi,sha256=o_7H2lQtpKIncGyBU2lL7SHOp-emrqicrRoOBkjwMIg,8090
193
193
  bl_ui/space_properties/__init__.pyi,sha256=U4lQ2UupgDfM0RBCSQrI-MlmNG2pOtBxwn5gED-7jzU,2708
194
- bl_ui/space_sequencer/__init__.pyi,sha256=lDOlRD7N0AvSTPFp-gWEB2QIMNOI5g1Dx9K7IkRbN18,55253
194
+ bl_ui/space_sequencer/__init__.pyi,sha256=FOZz4gMEe_CA26HeMJf8LZrUzvlog9qWYJIgJwjPuD0,55283
195
195
  bl_ui/space_spreadsheet/__init__.pyi,sha256=FcAaZ7hZHyyk9EmM8YuVaDZhFFafRUPbrnXftJ74xMY,1450
196
196
  bl_ui/space_statusbar/__init__.pyi,sha256=uz_efXSX0cK9jOf_V-GCveZ1JWid8rae4wYEvLZ3QkY,613
197
197
  bl_ui/space_text/__init__.pyi,sha256=1aSfU5sGr_d229bH1QMwLPCcrTpGjWIpvPzb4Tu7ueY,9868
@@ -305,9 +305,9 @@ bpy/ops/view3d/__init__.pyi,sha256=qOxRARE56KMzHZiljp1P_TTlo-dVlUhClpLKzD3AUOU,3
305
305
  bpy/ops/wm/__init__.pyi,sha256=2QyLgxMQU6GTODCaAXVoT4yM_y5UUvIfZyGgJ-qEr24,198434
306
306
  bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHCU,1983
307
307
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
308
- bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
308
+ bpy/path/__init__.pyi,sha256=i4FUPYLXon2apTEJcRbaxeht-sn0kPu20IiZcsR6oJY,5480
309
309
  bpy/props/__init__.pyi,sha256=Ky1J5ndL8p_pvAaQakudyKKVynbr1NxXvzoN-5E9_I0,35237
310
- bpy/types/__init__.pyi,sha256=d8OhWn0HCgKYTGJmP7Gnbo_VSyJSSSBuE0wgLYPrcDY,5713414
310
+ bpy/types/__init__.pyi,sha256=YBUm2OPF79ciGemARCKh-OU37oLSSR0rdT-OqoU0uTo,5713523
311
311
  bpy/utils/__init__.pyi,sha256=y7dfOaWh9PE_q0Qs8gEKOm71RQuMZI0wQ1B07DCDHF4,14909
312
312
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
313
313
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
@@ -389,7 +389,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
389
389
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
390
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
391
391
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
392
- fake_bge_module-20250312.dist-info/METADATA,sha256=sJyOzXBncY7xWSxO9c0NVZNVHNOkVwF2tqlDXI4rpUM,4872
393
- fake_bge_module-20250312.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
- fake_bge_module-20250312.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
- fake_bge_module-20250312.dist-info/RECORD,,
392
+ fake_bge_module-20250314.dist-info/METADATA,sha256=4MGUHCoUZ1D4E6BvG2J5X_Z2ynjifM4NZrfRqOY5BpU,4872
393
+ fake_bge_module-20250314.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
+ fake_bge_module-20250314.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
+ fake_bge_module-20250314.dist-info/RECORD,,