fake-bpy-module 20240624__py3-none-any.whl → 20240626__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/ops/extensions/__init__.pyi +1 -1
- bpy/types/__init__.pyi +263 -10
- {fake_bpy_module-20240624.dist-info → fake_bpy_module-20240626.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240624.dist-info → fake_bpy_module-20240626.dist-info}/RECORD +7 -7
- {fake_bpy_module-20240624.dist-info → fake_bpy_module-20240626.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240624.dist-info → fake_bpy_module-20240626.dist-info}/top_level.txt +0 -0
bpy/ops/extensions/__init__.pyi
CHANGED
|
@@ -96,7 +96,7 @@ def package_install_files(
|
|
|
96
96
|
overwrite: bool | None = True,
|
|
97
97
|
url: str = "",
|
|
98
98
|
):
|
|
99
|
-
"""Install
|
|
99
|
+
"""Install extensions from files into a locally managed repository
|
|
100
100
|
|
|
101
101
|
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
102
102
|
:type execution_context: int | str | None
|
bpy/types/__init__.pyi
CHANGED
|
@@ -4029,6 +4029,8 @@
|
|
|
4029
4029
|
* NodeTreeInterfaceSocketShader.init_socket
|
|
4030
4030
|
* NodeTreeInterfaceSocketString.from_socket
|
|
4031
4031
|
* NodeTreeInterfaceSocketString.init_socket
|
|
4032
|
+
* NodeTreeInterfaceSocketStringFilePath.from_socket
|
|
4033
|
+
* NodeTreeInterfaceSocketStringFilePath.init_socket
|
|
4032
4034
|
* NodeTreeInterfaceSocketTexture.from_socket
|
|
4033
4035
|
* NodeTreeInterfaceSocketTexture.init_socket
|
|
4034
4036
|
* NodeTreeInterfaceSocketVector.from_socket
|
|
@@ -13794,6 +13796,8 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
13794
13796
|
* NodeTreeInterfaceSocketShader.init_socket
|
|
13795
13797
|
* NodeTreeInterfaceSocketString.from_socket
|
|
13796
13798
|
* NodeTreeInterfaceSocketString.init_socket
|
|
13799
|
+
* NodeTreeInterfaceSocketStringFilePath.from_socket
|
|
13800
|
+
* NodeTreeInterfaceSocketStringFilePath.init_socket
|
|
13797
13801
|
* NodeTreeInterfaceSocketTexture.from_socket
|
|
13798
13802
|
* NodeTreeInterfaceSocketTexture.init_socket
|
|
13799
13803
|
* NodeTreeInterfaceSocketVector.from_socket
|
|
@@ -39467,6 +39471,66 @@ The USDHookExample
|
|
|
39467
39471
|
:columns: 2
|
|
39468
39472
|
|
|
39469
39473
|
|
|
39474
|
+
--------------------
|
|
39475
|
+
|
|
39476
|
+
* bpy_struct.id_data
|
|
39477
|
+
* NodeTreeInterfaceItem.item_type
|
|
39478
|
+
* NodeTreeInterfaceItem.parent
|
|
39479
|
+
* NodeTreeInterfaceItem.position
|
|
39480
|
+
* NodeTreeInterfaceItem.index
|
|
39481
|
+
* NodeTreeInterfaceSocket.name
|
|
39482
|
+
* NodeTreeInterfaceSocket.identifier
|
|
39483
|
+
* NodeTreeInterfaceSocket.description
|
|
39484
|
+
* NodeTreeInterfaceSocket.socket_type
|
|
39485
|
+
* NodeTreeInterfaceSocket.in_out
|
|
39486
|
+
* NodeTreeInterfaceSocket.hide_value
|
|
39487
|
+
* NodeTreeInterfaceSocket.hide_in_modifier
|
|
39488
|
+
* NodeTreeInterfaceSocket.force_non_field
|
|
39489
|
+
* NodeTreeInterfaceSocket.is_inspect_output
|
|
39490
|
+
* NodeTreeInterfaceSocket.layer_selection_field
|
|
39491
|
+
* NodeTreeInterfaceSocket.attribute_domain
|
|
39492
|
+
* NodeTreeInterfaceSocket.default_attribute_name
|
|
39493
|
+
* NodeTreeInterfaceSocket.default_input
|
|
39494
|
+
* NodeTreeInterfaceSocket.bl_socket_idname
|
|
39495
|
+
|
|
39496
|
+
:columns: 2
|
|
39497
|
+
|
|
39498
|
+
|
|
39499
|
+
--------------------
|
|
39500
|
+
|
|
39501
|
+
* bpy_struct.as_pointer
|
|
39502
|
+
* bpy_struct.driver_add
|
|
39503
|
+
* bpy_struct.driver_remove
|
|
39504
|
+
* bpy_struct.get
|
|
39505
|
+
* bpy_struct.id_properties_clear
|
|
39506
|
+
* bpy_struct.id_properties_ensure
|
|
39507
|
+
* bpy_struct.id_properties_ui
|
|
39508
|
+
* bpy_struct.is_property_hidden
|
|
39509
|
+
* bpy_struct.is_property_overridable_library
|
|
39510
|
+
* bpy_struct.is_property_readonly
|
|
39511
|
+
* bpy_struct.is_property_set
|
|
39512
|
+
* bpy_struct.items
|
|
39513
|
+
* bpy_struct.keyframe_delete
|
|
39514
|
+
* bpy_struct.keyframe_insert
|
|
39515
|
+
* bpy_struct.keys
|
|
39516
|
+
* bpy_struct.path_from_id
|
|
39517
|
+
* bpy_struct.path_resolve
|
|
39518
|
+
* bpy_struct.pop
|
|
39519
|
+
* bpy_struct.property_overridable_library_set
|
|
39520
|
+
* bpy_struct.property_unset
|
|
39521
|
+
* bpy_struct.type_recast
|
|
39522
|
+
* bpy_struct.values
|
|
39523
|
+
* NodeTreeInterfaceItem.bl_rna_get_subclass
|
|
39524
|
+
* NodeTreeInterfaceItem.bl_rna_get_subclass_py
|
|
39525
|
+
* NodeTreeInterfaceSocket.draw
|
|
39526
|
+
* NodeTreeInterfaceSocket.init_socket
|
|
39527
|
+
* NodeTreeInterfaceSocket.from_socket
|
|
39528
|
+
* NodeTreeInterfaceSocket.bl_rna_get_subclass
|
|
39529
|
+
* NodeTreeInterfaceSocket.bl_rna_get_subclass_py
|
|
39530
|
+
|
|
39531
|
+
:columns: 2
|
|
39532
|
+
|
|
39533
|
+
|
|
39470
39534
|
--------------------
|
|
39471
39535
|
|
|
39472
39536
|
* bpy_struct.id_data
|
|
@@ -83963,6 +84027,7 @@ database.
|
|
|
83963
84027
|
* NodeTreeInterfaceSocketRotation.draw
|
|
83964
84028
|
* NodeTreeInterfaceSocketShader.draw
|
|
83965
84029
|
* NodeTreeInterfaceSocketString.draw
|
|
84030
|
+
* NodeTreeInterfaceSocketStringFilePath.draw
|
|
83966
84031
|
* NodeTreeInterfaceSocketTexture.draw
|
|
83967
84032
|
* NodeTreeInterfaceSocketVector.draw
|
|
83968
84033
|
* NodeTreeInterfaceSocketVectorAcceleration.draw
|
|
@@ -89509,6 +89574,72 @@ database.
|
|
|
89509
89574
|
:columns: 2
|
|
89510
89575
|
|
|
89511
89576
|
|
|
89577
|
+
--------------------
|
|
89578
|
+
|
|
89579
|
+
* bpy_struct.id_data
|
|
89580
|
+
* NodeSocket.name
|
|
89581
|
+
* NodeSocket.label
|
|
89582
|
+
* NodeSocket.identifier
|
|
89583
|
+
* NodeSocket.description
|
|
89584
|
+
* NodeSocket.is_output
|
|
89585
|
+
* NodeSocket.hide
|
|
89586
|
+
* NodeSocket.enabled
|
|
89587
|
+
* NodeSocket.link_limit
|
|
89588
|
+
* NodeSocket.is_linked
|
|
89589
|
+
* NodeSocket.is_unavailable
|
|
89590
|
+
* NodeSocket.is_multi_input
|
|
89591
|
+
* NodeSocket.show_expanded
|
|
89592
|
+
* NodeSocket.hide_value
|
|
89593
|
+
* NodeSocket.node
|
|
89594
|
+
* NodeSocket.type
|
|
89595
|
+
* NodeSocket.display_shape
|
|
89596
|
+
* NodeSocket.bl_idname
|
|
89597
|
+
* NodeSocket.bl_label
|
|
89598
|
+
* NodeSocket.bl_subtype_label
|
|
89599
|
+
* NodeSocket.links
|
|
89600
|
+
* NodeSocketStandard.links
|
|
89601
|
+
|
|
89602
|
+
:columns: 2
|
|
89603
|
+
|
|
89604
|
+
|
|
89605
|
+
--------------------
|
|
89606
|
+
|
|
89607
|
+
* bpy_struct.as_pointer
|
|
89608
|
+
* bpy_struct.driver_add
|
|
89609
|
+
* bpy_struct.driver_remove
|
|
89610
|
+
* bpy_struct.get
|
|
89611
|
+
* bpy_struct.id_properties_clear
|
|
89612
|
+
* bpy_struct.id_properties_ensure
|
|
89613
|
+
* bpy_struct.id_properties_ui
|
|
89614
|
+
* bpy_struct.is_property_hidden
|
|
89615
|
+
* bpy_struct.is_property_overridable_library
|
|
89616
|
+
* bpy_struct.is_property_readonly
|
|
89617
|
+
* bpy_struct.is_property_set
|
|
89618
|
+
* bpy_struct.items
|
|
89619
|
+
* bpy_struct.keyframe_delete
|
|
89620
|
+
* bpy_struct.keyframe_insert
|
|
89621
|
+
* bpy_struct.keys
|
|
89622
|
+
* bpy_struct.path_from_id
|
|
89623
|
+
* bpy_struct.path_resolve
|
|
89624
|
+
* bpy_struct.pop
|
|
89625
|
+
* bpy_struct.property_overridable_library_set
|
|
89626
|
+
* bpy_struct.property_unset
|
|
89627
|
+
* bpy_struct.type_recast
|
|
89628
|
+
* bpy_struct.values
|
|
89629
|
+
* NodeSocket.draw
|
|
89630
|
+
* NodeSocket.draw_color
|
|
89631
|
+
* NodeSocket.draw_color_simple
|
|
89632
|
+
* NodeSocket.bl_rna_get_subclass
|
|
89633
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
89634
|
+
* NodeSocketStandard.draw
|
|
89635
|
+
* NodeSocketStandard.draw_color
|
|
89636
|
+
* NodeSocketStandard.draw_color_simple
|
|
89637
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
89638
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
89639
|
+
|
|
89640
|
+
:columns: 2
|
|
89641
|
+
|
|
89642
|
+
|
|
89512
89643
|
--------------------
|
|
89513
89644
|
|
|
89514
89645
|
* bpy_struct.id_data
|
|
@@ -93971,6 +94102,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
93971
94102
|
* NodeTreeInterfaceSocketRotation.draw
|
|
93972
94103
|
* NodeTreeInterfaceSocketShader.draw
|
|
93973
94104
|
* NodeTreeInterfaceSocketString.draw
|
|
94105
|
+
* NodeTreeInterfaceSocketStringFilePath.draw
|
|
93974
94106
|
* NodeTreeInterfaceSocketTexture.draw
|
|
93975
94107
|
* NodeTreeInterfaceSocketVector.draw
|
|
93976
94108
|
* NodeTreeInterfaceSocketVectorAcceleration.draw
|
|
@@ -106429,7 +106561,7 @@ class BrushGpencilSettings(bpy_struct):
|
|
|
106429
106561
|
"""
|
|
106430
106562
|
|
|
106431
106563
|
pen_jitter: float
|
|
106432
|
-
""" Jitter factor for new strokes
|
|
106564
|
+
""" Jitter factor of brush radius for new strokes
|
|
106433
106565
|
|
|
106434
106566
|
:type: float
|
|
106435
106567
|
"""
|
|
@@ -133139,7 +133271,7 @@ class Preferences(bpy_struct):
|
|
|
133139
133271
|
"""Global preferences"""
|
|
133140
133272
|
|
|
133141
133273
|
active_section: str | None
|
|
133142
|
-
"""
|
|
133274
|
+
""" Preferences
|
|
133143
133275
|
|
|
133144
133276
|
:type: str | None
|
|
133145
133277
|
"""
|
|
@@ -139037,7 +139169,7 @@ class SceneEEVEE(bpy_struct):
|
|
|
139037
139169
|
"""
|
|
139038
139170
|
|
|
139039
139171
|
use_bokeh_jittered: bool
|
|
139040
|
-
""" Jitter camera position to create accurate blurring using render samples
|
|
139172
|
+
""" Jitter camera position to create accurate blurring using render samples (only for final render)
|
|
139041
139173
|
|
|
139042
139174
|
:type: bool
|
|
139043
139175
|
"""
|
|
@@ -172092,22 +172224,28 @@ class WindowManager(ID, bpy_struct):
|
|
|
172092
172224
|
:type: str
|
|
172093
172225
|
"""
|
|
172094
172226
|
|
|
172095
|
-
|
|
172096
|
-
"""
|
|
172227
|
+
extension_search: str
|
|
172228
|
+
""" Filter by extension name, author & category
|
|
172097
172229
|
|
|
172098
|
-
:type:
|
|
172230
|
+
:type: str
|
|
172099
172231
|
"""
|
|
172100
172232
|
|
|
172101
|
-
|
|
172233
|
+
extension_show_panel_available: bool
|
|
172102
172234
|
""" Only show installed extensions
|
|
172103
172235
|
|
|
172104
172236
|
:type: bool
|
|
172105
172237
|
"""
|
|
172106
172238
|
|
|
172107
|
-
|
|
172108
|
-
"""
|
|
172239
|
+
extension_show_panel_enabled: bool
|
|
172240
|
+
""" Only show enabled extensions
|
|
172109
172241
|
|
|
172110
|
-
:type:
|
|
172242
|
+
:type: bool
|
|
172243
|
+
"""
|
|
172244
|
+
|
|
172245
|
+
extension_show_panel_installed: bool
|
|
172246
|
+
""" Only show installed extensions
|
|
172247
|
+
|
|
172248
|
+
:type: bool
|
|
172111
172249
|
"""
|
|
172112
172250
|
|
|
172113
172251
|
extension_tags: typing.Any
|
|
@@ -198137,6 +198275,42 @@ class NodeSocketString(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
|
198137
198275
|
"""
|
|
198138
198276
|
...
|
|
198139
198277
|
|
|
198278
|
+
class NodeSocketStringFilePath(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
198279
|
+
"""String socket of a node"""
|
|
198280
|
+
|
|
198281
|
+
default_value: str
|
|
198282
|
+
""" Input value used for unconnected socket
|
|
198283
|
+
|
|
198284
|
+
:type: str
|
|
198285
|
+
"""
|
|
198286
|
+
|
|
198287
|
+
links: typing.Any
|
|
198288
|
+
""" List of node links from or to this socket.(readonly)"""
|
|
198289
|
+
|
|
198290
|
+
@classmethod
|
|
198291
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
198292
|
+
"""
|
|
198293
|
+
|
|
198294
|
+
:param id: The RNA type identifier.
|
|
198295
|
+
:type id: str | None
|
|
198296
|
+
:param default:
|
|
198297
|
+
:return: The RNA type or default when not found.
|
|
198298
|
+
:rtype: Struct
|
|
198299
|
+
"""
|
|
198300
|
+
...
|
|
198301
|
+
|
|
198302
|
+
@classmethod
|
|
198303
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
198304
|
+
"""
|
|
198305
|
+
|
|
198306
|
+
:param id: The RNA type identifier.
|
|
198307
|
+
:type id: str | None
|
|
198308
|
+
:param default:
|
|
198309
|
+
:return: The class or default when not found.
|
|
198310
|
+
:rtype: typing.Any
|
|
198311
|
+
"""
|
|
198312
|
+
...
|
|
198313
|
+
|
|
198140
198314
|
class NodeSocketTexture(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
198141
198315
|
"""Texture socket of a node"""
|
|
198142
198316
|
|
|
@@ -200375,6 +200549,85 @@ class NodeTreeInterfaceSocketString(
|
|
|
200375
200549
|
:type: str
|
|
200376
200550
|
"""
|
|
200377
200551
|
|
|
200552
|
+
subtype: str
|
|
200553
|
+
""" Subtype of the default value
|
|
200554
|
+
|
|
200555
|
+
:type: str
|
|
200556
|
+
"""
|
|
200557
|
+
|
|
200558
|
+
def draw(self, context: Context, layout: UILayout):
|
|
200559
|
+
"""Draw interface socket settings
|
|
200560
|
+
|
|
200561
|
+
:param context:
|
|
200562
|
+
:type context: Context
|
|
200563
|
+
:param layout: Layout, Layout in the UI
|
|
200564
|
+
:type layout: UILayout
|
|
200565
|
+
"""
|
|
200566
|
+
...
|
|
200567
|
+
|
|
200568
|
+
def init_socket(self, node: Node, socket: NodeSocket, data_path: str):
|
|
200569
|
+
"""Initialize a node socket instance
|
|
200570
|
+
|
|
200571
|
+
:param node: Node, Node of the socket to initialize
|
|
200572
|
+
:type node: Node
|
|
200573
|
+
:param socket: Socket, Socket to initialize
|
|
200574
|
+
:type socket: NodeSocket
|
|
200575
|
+
:param data_path: Data Path, Path to specialized socket data
|
|
200576
|
+
:type data_path: str
|
|
200577
|
+
"""
|
|
200578
|
+
...
|
|
200579
|
+
|
|
200580
|
+
def from_socket(self, node: Node, socket: NodeSocket):
|
|
200581
|
+
"""Setup template parameters from an existing socket
|
|
200582
|
+
|
|
200583
|
+
:param node: Node, Node of the original socket
|
|
200584
|
+
:type node: Node
|
|
200585
|
+
:param socket: Socket, Original socket
|
|
200586
|
+
:type socket: NodeSocket
|
|
200587
|
+
"""
|
|
200588
|
+
...
|
|
200589
|
+
|
|
200590
|
+
@classmethod
|
|
200591
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
200592
|
+
"""
|
|
200593
|
+
|
|
200594
|
+
:param id: The RNA type identifier.
|
|
200595
|
+
:type id: str | None
|
|
200596
|
+
:param default:
|
|
200597
|
+
:return: The RNA type or default when not found.
|
|
200598
|
+
:rtype: Struct
|
|
200599
|
+
"""
|
|
200600
|
+
...
|
|
200601
|
+
|
|
200602
|
+
@classmethod
|
|
200603
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
200604
|
+
"""
|
|
200605
|
+
|
|
200606
|
+
:param id: The RNA type identifier.
|
|
200607
|
+
:type id: str | None
|
|
200608
|
+
:param default:
|
|
200609
|
+
:return: The class or default when not found.
|
|
200610
|
+
:rtype: typing.Any
|
|
200611
|
+
"""
|
|
200612
|
+
...
|
|
200613
|
+
|
|
200614
|
+
class NodeTreeInterfaceSocketStringFilePath(
|
|
200615
|
+
NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
|
|
200616
|
+
):
|
|
200617
|
+
"""String socket of a node"""
|
|
200618
|
+
|
|
200619
|
+
default_value: str
|
|
200620
|
+
""" Input value used for unconnected socket
|
|
200621
|
+
|
|
200622
|
+
:type: str
|
|
200623
|
+
"""
|
|
200624
|
+
|
|
200625
|
+
subtype: str
|
|
200626
|
+
""" Subtype of the default value
|
|
200627
|
+
|
|
200628
|
+
:type: str
|
|
200629
|
+
"""
|
|
200630
|
+
|
|
200378
200631
|
def draw(self, context: Context, layout: UILayout):
|
|
200379
200632
|
"""Draw interface socket settings
|
|
200380
200633
|
|
|
@@ -208,7 +208,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=p2GNDiQaiN6ti8NDWiHfw_DEBoOegGy9HlMcPF-iWU4,2
|
|
|
208
208
|
bpy/ops/ed/__init__.pyi,sha256=uFn4FE7i65AXTZj-spBc7Z_AEpYUMr6iOA6CFj-PCIY,8836
|
|
209
209
|
bpy/ops/export_anim/__init__.pyi,sha256=dqdhbmF-AnFtIIHU5e9aoiWcVjlHYvK5Ys1G1hOMbCo,2150
|
|
210
210
|
bpy/ops/export_scene/__init__.pyi,sha256=PpuB77uBIdpUBJCiQr6BiJv5ddq289n6qRPlxXQKskg,37174
|
|
211
|
-
bpy/ops/extensions/__init__.pyi,sha256=
|
|
211
|
+
bpy/ops/extensions/__init__.pyi,sha256=7CORMj9oadAyAAsexP0coWuR00ZfxiKLaw7UGABdWLo,17433
|
|
212
212
|
bpy/ops/file/__init__.pyi,sha256=2DNu_Qn5lcL73TWsZ-D1ki8WRRUC_eC-WPAwaV8YY5U,24731
|
|
213
213
|
bpy/ops/fluid/__init__.pyi,sha256=HdnyYnIfdGBLAt4jwfrrYzclX3acnVy-WqjOWjXNjrI,5710
|
|
214
214
|
bpy/ops/font/__init__.pyi,sha256=4YuXh-727IWOADXPEqwd1TY9fGPufDl4GHP3pBFX5Mo,17516
|
|
@@ -265,7 +265,7 @@ bpy/ops/workspace/__init__.pyi,sha256=F2V6EPwYMrOdtpEoCLHOCk2m8KMdTkcHqO2aEVxcg1
|
|
|
265
265
|
bpy/ops/world/__init__.pyi,sha256=imGbkOZ4Z_mNMwg2TwfpPf1DeGiige4UE-vc9991_tk,1032
|
|
266
266
|
bpy/path/__init__.pyi,sha256=_sJAmwZHhmcIXbchob_87KT_Nyv6R_qrX76gy9IbDRk,11515
|
|
267
267
|
bpy/props/__init__.pyi,sha256=vJGG9vmfN5MAwjlFMyI6LxKNJAIzPrhgWA4bPz08dQY,29550
|
|
268
|
-
bpy/types/__init__.pyi,sha256=
|
|
268
|
+
bpy/types/__init__.pyi,sha256=OthNyK4NkkKmx7iREv8ca56AeZqv1gyGb8d2bOc_jBc,5209773
|
|
269
269
|
bpy/utils/__init__.pyi,sha256=j40qxVYp__ZU4OCAG7Vmw9IlI6Tj1yIm3SduACnsu4k,18625
|
|
270
270
|
bpy/utils/previews/__init__.pyi,sha256=odPazdv-bjKEVpeX-KfaDGZe5rKlMT11zL_q1SgPK3U,4255
|
|
271
271
|
bpy/utils/units/__init__.pyi,sha256=VVDH7jM3nup8W0XuPIQ0G3TdWN82Ufaw-Rk5JTHVU60,2694
|
|
@@ -302,7 +302,7 @@ freestyle/functions/__init__.pyi,sha256=ZXmo3TBOSEg7gDxSaAe1Who9s7XHOjiVwUnst275
|
|
|
302
302
|
freestyle/predicates/__init__.pyi,sha256=2VPAQ-M4LuOy6ANkIYLf5RIGABPYGeuwDh2wVLu22F4,13819
|
|
303
303
|
freestyle/shaders/__init__.pyi,sha256=VuHMETXrPC8vV4Texb-XGnoUOtSo0n_kigpTfqxFR-I,24803
|
|
304
304
|
freestyle/types/__init__.pyi,sha256=VCe-VgK250-VNWBE8Si61H3j2O7kTAGQ24M9QLEpEeU,100481
|
|
305
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
305
|
+
freestyle/utils/__init__.pyi,sha256=CY6e1N8rc1xxgwAhePAN_oIwlpkhC27M1ax4tTK81Q0,5390
|
|
306
306
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=D3585MnopiUbhFr2rpLcaUq570SFcCf3RhGod9iTsvI,3554
|
|
307
307
|
gpu/__init__.pyi,sha256=0ZBmaKVBFpRxYV4uvzmA-ZN6J-Q3j3_j3T8-YnPuhJ0,7956
|
|
308
308
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -351,7 +351,7 @@ rna_xml/__init__.pyi,sha256=0qo0Lc6fTAAUSnHNIy0caLHVgK6-hk1havURr61jizM,601
|
|
|
351
351
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
352
|
sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
|
|
353
353
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
|
-
fake_bpy_module-
|
|
355
|
-
fake_bpy_module-
|
|
356
|
-
fake_bpy_module-
|
|
357
|
-
fake_bpy_module-
|
|
354
|
+
fake_bpy_module-20240626.dist-info/METADATA,sha256=EufdrkRzYU0Bhr_1BR_QvfGqCIGbS2dH02iGkUbLBm4,7194
|
|
355
|
+
fake_bpy_module-20240626.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
356
|
+
fake_bpy_module-20240626.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
357
|
+
fake_bpy_module-20240626.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -160,7 +160,7 @@ def material_from_fedge(fe):
|
|
|
160
160
|
...
|
|
161
161
|
|
|
162
162
|
def normal_at_I0D(it): ...
|
|
163
|
-
def pairwise(iterable, types={
|
|
163
|
+
def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
|
|
164
164
|
"""Yields a tuple containing the previous and current object"""
|
|
165
165
|
|
|
166
166
|
...
|
|
File without changes
|