fake-bpy-module 20240823__py3-none-any.whl → 20240825__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
@@ -65028,6 +65028,7 @@ FileHandler
65028
65028
  * SpaceNodeEditor.id
65029
65029
  * SpaceNodeEditor.id_from
65030
65030
  * SpaceProperties.pin_id
65031
+ * UILayout.template_action
65031
65032
  * UILayout.template_path_builder
65032
65033
  * UILayout.template_preview
65033
65034
  * UILayout.template_preview
@@ -243661,6 +243662,33 @@ class UILayout(bpy_struct):
243661
243662
  """
243662
243663
  ...
243663
243664
 
243665
+ def template_action(
243666
+ self,
243667
+ id: ID,
243668
+ *,
243669
+ new: str = "",
243670
+ unlink: str = "",
243671
+ text: str | None = "",
243672
+ text_ctxt: str | None = "",
243673
+ translate: bool | None = True,
243674
+ ):
243675
+ """template_action
243676
+
243677
+ :param id: The data-block for which to select an Action
243678
+ :type id: ID
243679
+ :param new: Operator identifier to create a new ID block
243680
+ :type new: str
243681
+ :param unlink: Operator identifier to unlink the ID block
243682
+ :type unlink: str
243683
+ :param text: Override automatic text of the item
243684
+ :type text: str | None
243685
+ :param text_ctxt: Override automatic translation context of the given text
243686
+ :type text_ctxt: str | None
243687
+ :param translate: Translate the given text, when UI translation is enabled
243688
+ :type translate: bool | None
243689
+ """
243690
+ ...
243691
+
243664
243692
  def template_search(
243665
243693
  self,
243666
243694
  data: typing.Any,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240823
3
+ Version: 20240825
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
@@ -274,7 +274,7 @@ bpy/ops/workspace/__init__.pyi,sha256=ouILPZIQntnAJtoyo0MeMfD7p4MX6XX__5nxQuJaVb
274
274
  bpy/ops/world/__init__.pyi,sha256=fNifYrJKsxpJb6jqQHCJTlf7iNR5fzV1saFRILtDZOE,1029
275
275
  bpy/path/__init__.pyi,sha256=J_4vrRw_TTuMW4KHqSHZqYIKfDoCgG6Wv1PIFZx7__4,5612
276
276
  bpy/props/__init__.pyi,sha256=5dF03F-bYYW-j5P9eDOgSJ07JYRVwMvjmMjBYjCrjS8,29631
277
- bpy/types/__init__.pyi,sha256=eZHvg3o4X_sU8Yg22S5qNJ-Sq8S2_heDP2hH11LjIH0,6327614
277
+ bpy/types/__init__.pyi,sha256=KUFMIiBDk4BSnruB9iczVukdEjVkAxhCL-mlEB6YRCo,6328514
278
278
  bpy/utils/__init__.pyi,sha256=--TTIvXJlO1WRjJS4Jv_EM-XWCp_952xAm3M_O4L5O4,13537
279
279
  bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
280
280
  bpy/utils/units/__init__.pyi,sha256=Rdhm-yBFBRp5tGXLRkMjGaQ_LB9GQA3PbvcgGFieCl4,2742
@@ -309,7 +309,7 @@ freestyle/functions/__init__.pyi,sha256=d7SyUcF7r3MQV3OARbT6cCbENGSmDKT--mkUp5Js
309
309
  freestyle/predicates/__init__.pyi,sha256=J1vOBMRPvlHuqiErZabCtSgPUz2kzi8Oh_cc_OIMlD8,13860
310
310
  freestyle/shaders/__init__.pyi,sha256=_yBIN2vWTq70X_8_MfUe4TqiL1Iri4OYjvIkXRQxG5M,24828
311
311
  freestyle/types/__init__.pyi,sha256=i_9VM68H7dzZCYbra4KASlfepVE0_m2Uy2R4vdVNtvY,101225
312
- freestyle/utils/__init__.pyi,sha256=pmGuvSAHz2xo_9Qp607oKqghPhTTn6nh2ojbWApur8E,5435
312
+ freestyle/utils/__init__.pyi,sha256=c54jy06kGbj31lM6OC0aEfygSaAIRw1yVqYbSOywmq0,5435
313
313
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=3zOixayiQsbvJ5xTNYLsaDGUka_q_u5-YQ68KywJWMg,3579
314
314
  gpu/__init__.pyi,sha256=6J9JclYf27CZH6F7QVaKgw3V2kUAZ3FJdF8Jp7QbpR8,8068
315
315
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -358,7 +358,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
358
358
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
360
360
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20240823.dist-info/METADATA,sha256=FNFiNrWFnFvVuYMUhSuHuXmmg9I1jL0Bkr095BiS1OI,7289
362
- fake_bpy_module-20240823.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
363
- fake_bpy_module-20240823.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
364
- fake_bpy_module-20240823.dist-info/RECORD,,
361
+ fake_bpy_module-20240825.dist-info/METADATA,sha256=dUb71Lnwlde5TPhqb3YTrb-ngJmut98-6vcQJDDLdSE,7289
362
+ fake_bpy_module-20240825.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
363
+ fake_bpy_module-20240825.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
364
+ fake_bpy_module-20240825.dist-info/RECORD,,
@@ -161,7 +161,7 @@ def material_from_fedge(fe):
161
161
  ...
162
162
 
163
163
  def normal_at_I0D(it): ...
164
- def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
164
+ def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
165
165
  """Yields a tuple containing the previous and current object"""
166
166
 
167
167
  ...