fake-bpy-module 20250417__py3-none-any.whl → 20250418__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 +157 -6
- {fake_bpy_module-20250417.dist-info → fake_bpy_module-20250418.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250417.dist-info → fake_bpy_module-20250418.dist-info}/RECORD +6 -6
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250417.dist-info → fake_bpy_module-20250418.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250417.dist-info → fake_bpy_module-20250418.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -9626,6 +9626,8 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
9626
9626
|
* GeometryNodeInputImage.output_template
|
|
9627
9627
|
* GeometryNodeInputIndex.input_template
|
|
9628
9628
|
* GeometryNodeInputIndex.output_template
|
|
9629
|
+
* GeometryNodeInputInstanceBounds.input_template
|
|
9630
|
+
* GeometryNodeInputInstanceBounds.output_template
|
|
9629
9631
|
* GeometryNodeInputInstanceRotation.input_template
|
|
9630
9632
|
* GeometryNodeInputInstanceRotation.output_template
|
|
9631
9633
|
* GeometryNodeInputInstanceScale.input_template
|
|
@@ -54248,6 +54250,102 @@ Menu.poll function.
|
|
|
54248
54250
|
:columns: 2
|
|
54249
54251
|
|
|
54250
54252
|
|
|
54253
|
+
--------------------
|
|
54254
|
+
|
|
54255
|
+
* bpy_struct.id_data
|
|
54256
|
+
* Node.type
|
|
54257
|
+
* Node.location
|
|
54258
|
+
* Node.location_absolute
|
|
54259
|
+
* Node.width
|
|
54260
|
+
* Node.height
|
|
54261
|
+
* Node.dimensions
|
|
54262
|
+
* Node.name
|
|
54263
|
+
* Node.label
|
|
54264
|
+
* Node.inputs
|
|
54265
|
+
* Node.outputs
|
|
54266
|
+
* Node.internal_links
|
|
54267
|
+
* Node.parent
|
|
54268
|
+
* Node.warning_propagation
|
|
54269
|
+
* Node.use_custom_color
|
|
54270
|
+
* Node.color
|
|
54271
|
+
* Node.color_tag
|
|
54272
|
+
* Node.select
|
|
54273
|
+
* Node.show_options
|
|
54274
|
+
* Node.show_preview
|
|
54275
|
+
* Node.hide
|
|
54276
|
+
* Node.mute
|
|
54277
|
+
* Node.show_texture
|
|
54278
|
+
* Node.bl_idname
|
|
54279
|
+
* Node.bl_label
|
|
54280
|
+
* Node.bl_description
|
|
54281
|
+
* Node.bl_icon
|
|
54282
|
+
* Node.bl_static_type
|
|
54283
|
+
* Node.bl_width_default
|
|
54284
|
+
* Node.bl_width_min
|
|
54285
|
+
* Node.bl_width_max
|
|
54286
|
+
* Node.bl_height_default
|
|
54287
|
+
* Node.bl_height_min
|
|
54288
|
+
* Node.bl_height_max
|
|
54289
|
+
|
|
54290
|
+
:columns: 2
|
|
54291
|
+
|
|
54292
|
+
|
|
54293
|
+
--------------------
|
|
54294
|
+
|
|
54295
|
+
* bpy_struct.as_pointer
|
|
54296
|
+
* bpy_struct.driver_add
|
|
54297
|
+
* bpy_struct.driver_remove
|
|
54298
|
+
* bpy_struct.get
|
|
54299
|
+
* bpy_struct.id_properties_clear
|
|
54300
|
+
* bpy_struct.id_properties_ensure
|
|
54301
|
+
* bpy_struct.id_properties_ui
|
|
54302
|
+
* bpy_struct.is_property_hidden
|
|
54303
|
+
* bpy_struct.is_property_overridable_library
|
|
54304
|
+
* bpy_struct.is_property_readonly
|
|
54305
|
+
* bpy_struct.is_property_set
|
|
54306
|
+
* bpy_struct.items
|
|
54307
|
+
* bpy_struct.keyframe_delete
|
|
54308
|
+
* bpy_struct.keyframe_insert
|
|
54309
|
+
* bpy_struct.keys
|
|
54310
|
+
* bpy_struct.path_from_id
|
|
54311
|
+
* bpy_struct.path_resolve
|
|
54312
|
+
* bpy_struct.pop
|
|
54313
|
+
* bpy_struct.property_overridable_library_set
|
|
54314
|
+
* bpy_struct.property_unset
|
|
54315
|
+
* bpy_struct.rna_ancestors
|
|
54316
|
+
* bpy_struct.type_recast
|
|
54317
|
+
* bpy_struct.values
|
|
54318
|
+
* Node.socket_value_update
|
|
54319
|
+
* Node.is_registered_node_type
|
|
54320
|
+
* Node.poll
|
|
54321
|
+
* Node.poll_instance
|
|
54322
|
+
* Node.update
|
|
54323
|
+
* Node.insert_link
|
|
54324
|
+
* Node.init
|
|
54325
|
+
* Node.copy
|
|
54326
|
+
* Node.free
|
|
54327
|
+
* Node.draw_buttons
|
|
54328
|
+
* Node.draw_buttons_ext
|
|
54329
|
+
* Node.draw_label
|
|
54330
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
54331
|
+
* Node.debug_zone_lazy_function_graph
|
|
54332
|
+
* Node.poll
|
|
54333
|
+
* Node.bl_rna_get_subclass
|
|
54334
|
+
* Node.bl_rna_get_subclass_py
|
|
54335
|
+
* NodeInternal.poll
|
|
54336
|
+
* NodeInternal.poll_instance
|
|
54337
|
+
* NodeInternal.update
|
|
54338
|
+
* NodeInternal.draw_buttons
|
|
54339
|
+
* NodeInternal.draw_buttons_ext
|
|
54340
|
+
* NodeInternal.bl_rna_get_subclass
|
|
54341
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
54342
|
+
* GeometryNode.poll
|
|
54343
|
+
* GeometryNode.bl_rna_get_subclass
|
|
54344
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
54345
|
+
|
|
54346
|
+
:columns: 2
|
|
54347
|
+
|
|
54348
|
+
|
|
54251
54349
|
--------------------
|
|
54252
54350
|
|
|
54253
54351
|
* bpy_struct.id_data
|
|
@@ -131560,13 +131658,13 @@ class CompositorNodeDespeckle(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
131560
131658
|
"""Smooth areas of an image in which noise is noticeable, while leaving complex areas untouched"""
|
|
131561
131659
|
|
|
131562
131660
|
threshold: float
|
|
131563
|
-
""" Threshold for detecting pixels to despeckle
|
|
131661
|
+
""" Threshold for detecting pixels to despeckle. (Deprecated: Use Color Threshold input instead.)
|
|
131564
131662
|
|
|
131565
131663
|
:type: float
|
|
131566
131664
|
"""
|
|
131567
131665
|
|
|
131568
131666
|
threshold_neighbor: float
|
|
131569
|
-
""" Threshold for the number of neighbor pixels that must match
|
|
131667
|
+
""" Threshold for the number of neighbor pixels that must match. (Deprecated: Use Neighbor Threshold instead.)
|
|
131570
131668
|
|
|
131571
131669
|
:type: float
|
|
131572
131670
|
"""
|
|
@@ -133136,25 +133234,25 @@ class CompositorNodeKuwahara(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
133136
133234
|
"""Apply smoothing filter that preserves edges, for stylized and painterly effects"""
|
|
133137
133235
|
|
|
133138
133236
|
eccentricity: float
|
|
133139
|
-
""" Controls how directional the filter is. 0 means the filter is completely omnidirectional while 2 means it is maximally directed along the edges of the image.
|
|
133237
|
+
""" Controls how directional the filter is. 0 means the filter is completely omnidirectional while 2 means it is maximally directed along the edges of the image. (Deprecated: Use Eccentricity input instead.)
|
|
133140
133238
|
|
|
133141
133239
|
:type: float
|
|
133142
133240
|
"""
|
|
133143
133241
|
|
|
133144
133242
|
sharpness: float
|
|
133145
|
-
""" Controls the sharpness of the filter. 0 means completely smooth while 1 means completely sharp.
|
|
133243
|
+
""" Controls the sharpness of the filter. 0 means completely smooth while 1 means completely sharp. (Deprecated: Use Sharpness input instead.)
|
|
133146
133244
|
|
|
133147
133245
|
:type: float
|
|
133148
133246
|
"""
|
|
133149
133247
|
|
|
133150
133248
|
uniformity: int
|
|
133151
|
-
""" Controls the uniformity of the direction of the filter. Higher values produces more uniform directions.
|
|
133249
|
+
""" Controls the uniformity of the direction of the filter. Higher values produces more uniform directions. (Deprecated: Use Uniformity input instead.)
|
|
133152
133250
|
|
|
133153
133251
|
:type: int
|
|
133154
133252
|
"""
|
|
133155
133253
|
|
|
133156
133254
|
use_high_precision: bool
|
|
133157
|
-
""" Uses a more precise but slower method. Use if the output contains undesirable noise.
|
|
133255
|
+
""" Uses a more precise but slower method. Use if the output contains undesirable noise. (Deprecated: Use High Precision input instead.)
|
|
133158
133256
|
|
|
133159
133257
|
:type: bool
|
|
133160
133258
|
"""
|
|
@@ -155700,6 +155798,59 @@ class GeometryNodeInputIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
155700
155798
|
:rtype: typing.Any
|
|
155701
155799
|
"""
|
|
155702
155800
|
|
|
155801
|
+
class GeometryNodeInputInstanceBounds(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155802
|
+
"""Calculate position bounds of each instance's geometry set"""
|
|
155803
|
+
|
|
155804
|
+
@classmethod
|
|
155805
|
+
def is_registered_node_type(cls) -> bool:
|
|
155806
|
+
"""True if a registered node type
|
|
155807
|
+
|
|
155808
|
+
:return: Result
|
|
155809
|
+
:rtype: bool
|
|
155810
|
+
"""
|
|
155811
|
+
|
|
155812
|
+
@classmethod
|
|
155813
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155814
|
+
"""Input socket template
|
|
155815
|
+
|
|
155816
|
+
:param index: Index
|
|
155817
|
+
:type index: int | None
|
|
155818
|
+
:return: result
|
|
155819
|
+
:rtype: NodeInternalSocketTemplate
|
|
155820
|
+
"""
|
|
155821
|
+
|
|
155822
|
+
@classmethod
|
|
155823
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
155824
|
+
"""Output socket template
|
|
155825
|
+
|
|
155826
|
+
:param index: Index
|
|
155827
|
+
:type index: int | None
|
|
155828
|
+
:return: result
|
|
155829
|
+
:rtype: NodeInternalSocketTemplate
|
|
155830
|
+
"""
|
|
155831
|
+
|
|
155832
|
+
@classmethod
|
|
155833
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
155834
|
+
"""
|
|
155835
|
+
|
|
155836
|
+
:param id: The RNA type identifier.
|
|
155837
|
+
:type id: str | None
|
|
155838
|
+
:param default:
|
|
155839
|
+
:return: The RNA type or default when not found.
|
|
155840
|
+
:rtype: Struct
|
|
155841
|
+
"""
|
|
155842
|
+
|
|
155843
|
+
@classmethod
|
|
155844
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
155845
|
+
"""
|
|
155846
|
+
|
|
155847
|
+
:param id: The RNA type identifier.
|
|
155848
|
+
:type id: str | None
|
|
155849
|
+
:param default:
|
|
155850
|
+
:return: The class or default when not found.
|
|
155851
|
+
:rtype: typing.Any
|
|
155852
|
+
"""
|
|
155853
|
+
|
|
155703
155854
|
class GeometryNodeInputInstanceRotation(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
155704
155855
|
"""Retrieve the rotation of each instance in the geometry"""
|
|
155705
155856
|
|
|
@@ -279,7 +279,7 @@ bpy/ops/workspace/__init__.pyi,sha256=NdaJuwz3A-gStNuzp_OWR9DIj7oeSgLjn9SUEBLYuN
|
|
|
279
279
|
bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
|
|
280
280
|
bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
|
|
281
281
|
bpy/props/__init__.pyi,sha256=4SYl5qfPLRwe3zGyHowQy_i_mU-gjImdiqidFOHP6Tc,35264
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=A4wjf98C6ap-ERMruXJ8J3O3iT-jTmSgk_gxBUV3LMw,5590981
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=NwKl40t0SfvM2Lce9VmXS9zh6T-ZE1JxleSh9te_d5E,15351
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=Pji8UKqvI3AJTk5v3nCK92URlJfehxuoaaJW6n9L7XU,2342
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=dc9ZViPAqOap5ZsFfWoI0d6bHdri3pWWiVeRxAaZr-U,2672
|
|
@@ -314,7 +314,7 @@ freestyle/functions/__init__.pyi,sha256=RGdlJWbBctqKBR3p81MsXBk9OWdTuvEoOfBXvxjf
|
|
|
314
314
|
freestyle/predicates/__init__.pyi,sha256=Liq_1krkT25RfeNPeEgvKWkLnWtHCuO9-7vXX3lE71E,13488
|
|
315
315
|
freestyle/shaders/__init__.pyi,sha256=imuo4jXkwaN4dazDARvErEGdn9XuMGlWIKGpnqd3Po0,24041
|
|
316
316
|
freestyle/types/__init__.pyi,sha256=zCVqLakrYPiSTlYVHLg-455C9aPCEo-eeO-0A1fYFYs,100227
|
|
317
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
317
|
+
freestyle/utils/__init__.pyi,sha256=ub0HsAFKN7jMbNu3fuP9OpaOSHywBpSckuXSexz0Bos,5135
|
|
318
318
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=YvDLJXMxKbbqBS0so4MnfuSN1g4wNAFOXbpW7_g4AR0,3472
|
|
319
319
|
gpu/__init__.pyi,sha256=zVeZ4mRNYZyEgbp-j6uZ6ZQTpWFGh7j3R8UT9JOZ_0w,8026
|
|
320
320
|
gpu/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-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250418.dist-info/METADATA,sha256=6T7_1Qc0YO1HSzoRe9x0BKWuQ2SWPdn7PDD4rTQsAQQ,7429
|
|
365
|
+
fake_bpy_module-20250418.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
366
|
+
fake_bpy_module-20250418.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250418.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -125,7 +125,7 @@ def material_from_fedge(fe):
|
|
|
125
125
|
"""get the diffuse RGBA color from an FEdge"""
|
|
126
126
|
|
|
127
127
|
def normal_at_I0D(it): ...
|
|
128
|
-
def pairwise(iterable, types={
|
|
128
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
129
129
|
"""Yields a tuple containing the previous and current object"""
|
|
130
130
|
|
|
131
131
|
def rgb_to_bw(r, g, b):
|
|
File without changes
|
|
File without changes
|