fake-bpy-module 20240823__py3-none-any.whl → 20240824__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 +28 -0
- {fake_bpy_module-20240823.dist-info → fake_bpy_module-20240824.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240823.dist-info → fake_bpy_module-20240824.dist-info}/RECORD +6 -6
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240823.dist-info → fake_bpy_module-20240824.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240823.dist-info → fake_bpy_module-20240824.dist-info}/top_level.txt +0 -0
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,
|
|
@@ -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=
|
|
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=
|
|
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-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
361
|
+
fake_bpy_module-20240824.dist-info/METADATA,sha256=MYGq-dPQvnDh3sez7VgHE_duhVl92mCY4Z0xrNM4wQw,7289
|
|
362
|
+
fake_bpy_module-20240824.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
|
363
|
+
fake_bpy_module-20240824.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
364
|
+
fake_bpy_module-20240824.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -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={
|
|
164
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
|
|
165
165
|
"""Yields a tuple containing the previous and current object"""
|
|
166
166
|
|
|
167
167
|
...
|
|
File without changes
|
|
File without changes
|