fake-bpy-module 20250927__py3-none-any.whl → 20250929__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.
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bmesh/types/__init__.pyi +7 -6
- bpy/ops/node/__init__.pyi +191 -0
- bpy/types/__init__.pyi +375 -0
- {fake_bpy_module-20250927.dist-info → fake_bpy_module-20250929.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250927.dist-info → fake_bpy_module-20250929.dist-info}/RECORD +9 -9
- mathutils/bvhtree/__init__.pyi +3 -2
- {fake_bpy_module-20250927.dist-info → fake_bpy_module-20250929.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250927.dist-info → fake_bpy_module-20250929.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -32403,6 +32403,8 @@ It demonstrates:
|
|
|
32403
32403
|
* GeometryNodeTrimCurve.output_template
|
|
32404
32404
|
* GeometryNodeUVPackIslands.input_template
|
|
32405
32405
|
* GeometryNodeUVPackIslands.output_template
|
|
32406
|
+
* GeometryNodeUVTangent.input_template
|
|
32407
|
+
* GeometryNodeUVTangent.output_template
|
|
32406
32408
|
* GeometryNodeUVUnwrap.input_template
|
|
32407
32409
|
* GeometryNodeUVUnwrap.output_template
|
|
32408
32410
|
* GeometryNodeVertexOfCorner.input_template
|
|
@@ -32423,6 +32425,8 @@ It demonstrates:
|
|
|
32423
32425
|
* NodeClosureOutput.output_template
|
|
32424
32426
|
* NodeCombineBundle.input_template
|
|
32425
32427
|
* NodeCombineBundle.output_template
|
|
32428
|
+
* NodeEnableOutput.input_template
|
|
32429
|
+
* NodeEnableOutput.output_template
|
|
32426
32430
|
* NodeEvaluateClosure.input_template
|
|
32427
32431
|
* NodeEvaluateClosure.output_template
|
|
32428
32432
|
* NodeFrame.input_template
|
|
@@ -36921,6 +36925,100 @@ Executing the operator will then print all values.
|
|
|
36921
36925
|
:columns: 2
|
|
36922
36926
|
|
|
36923
36927
|
|
|
36928
|
+
--------------------
|
|
36929
|
+
|
|
36930
|
+
* bpy_struct.as_pointer
|
|
36931
|
+
* bpy_struct.driver_add
|
|
36932
|
+
* bpy_struct.driver_remove
|
|
36933
|
+
* bpy_struct.get
|
|
36934
|
+
* bpy_struct.id_properties_clear
|
|
36935
|
+
* bpy_struct.id_properties_ensure
|
|
36936
|
+
* bpy_struct.id_properties_ui
|
|
36937
|
+
* bpy_struct.is_property_hidden
|
|
36938
|
+
* bpy_struct.is_property_overridable_library
|
|
36939
|
+
* bpy_struct.is_property_readonly
|
|
36940
|
+
* bpy_struct.is_property_set
|
|
36941
|
+
* bpy_struct.items
|
|
36942
|
+
* bpy_struct.keyframe_delete
|
|
36943
|
+
* bpy_struct.keyframe_insert
|
|
36944
|
+
* bpy_struct.keys
|
|
36945
|
+
* bpy_struct.path_from_id
|
|
36946
|
+
* bpy_struct.path_resolve
|
|
36947
|
+
* bpy_struct.pop
|
|
36948
|
+
* bpy_struct.property_overridable_library_set
|
|
36949
|
+
* bpy_struct.property_unset
|
|
36950
|
+
* bpy_struct.rna_ancestors
|
|
36951
|
+
* bpy_struct.type_recast
|
|
36952
|
+
* bpy_struct.values
|
|
36953
|
+
* Node.bl_system_properties_get
|
|
36954
|
+
* Node.socket_value_update
|
|
36955
|
+
* Node.is_registered_node_type
|
|
36956
|
+
* Node.poll
|
|
36957
|
+
* Node.poll_instance
|
|
36958
|
+
* Node.update
|
|
36959
|
+
* Node.insert_link
|
|
36960
|
+
* Node.init
|
|
36961
|
+
* Node.copy
|
|
36962
|
+
* Node.free
|
|
36963
|
+
* Node.draw_buttons
|
|
36964
|
+
* Node.draw_buttons_ext
|
|
36965
|
+
* Node.draw_label
|
|
36966
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
36967
|
+
* Node.debug_zone_lazy_function_graph
|
|
36968
|
+
* Node.poll
|
|
36969
|
+
* Node.bl_rna_get_subclass
|
|
36970
|
+
* Node.bl_rna_get_subclass_py
|
|
36971
|
+
* NodeInternal.poll
|
|
36972
|
+
* NodeInternal.poll_instance
|
|
36973
|
+
* NodeInternal.update
|
|
36974
|
+
* NodeInternal.draw_buttons
|
|
36975
|
+
* NodeInternal.draw_buttons_ext
|
|
36976
|
+
* NodeInternal.bl_rna_get_subclass
|
|
36977
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
36978
|
+
|
|
36979
|
+
:columns: 2
|
|
36980
|
+
|
|
36981
|
+
|
|
36982
|
+
--------------------
|
|
36983
|
+
|
|
36984
|
+
* bpy_struct.id_data
|
|
36985
|
+
* Node.type
|
|
36986
|
+
* Node.location
|
|
36987
|
+
* Node.location_absolute
|
|
36988
|
+
* Node.width
|
|
36989
|
+
* Node.height
|
|
36990
|
+
* Node.dimensions
|
|
36991
|
+
* Node.name
|
|
36992
|
+
* Node.label
|
|
36993
|
+
* Node.inputs
|
|
36994
|
+
* Node.outputs
|
|
36995
|
+
* Node.internal_links
|
|
36996
|
+
* Node.parent
|
|
36997
|
+
* Node.warning_propagation
|
|
36998
|
+
* Node.use_custom_color
|
|
36999
|
+
* Node.color
|
|
37000
|
+
* Node.color_tag
|
|
37001
|
+
* Node.select
|
|
37002
|
+
* Node.show_options
|
|
37003
|
+
* Node.show_preview
|
|
37004
|
+
* Node.hide
|
|
37005
|
+
* Node.mute
|
|
37006
|
+
* Node.show_texture
|
|
37007
|
+
* Node.bl_idname
|
|
37008
|
+
* Node.bl_label
|
|
37009
|
+
* Node.bl_description
|
|
37010
|
+
* Node.bl_icon
|
|
37011
|
+
* Node.bl_static_type
|
|
37012
|
+
* Node.bl_width_default
|
|
37013
|
+
* Node.bl_width_min
|
|
37014
|
+
* Node.bl_width_max
|
|
37015
|
+
* Node.bl_height_default
|
|
37016
|
+
* Node.bl_height_min
|
|
37017
|
+
* Node.bl_height_max
|
|
37018
|
+
|
|
37019
|
+
:columns: 2
|
|
37020
|
+
|
|
37021
|
+
|
|
36924
37022
|
--------------------
|
|
36925
37023
|
|
|
36926
37024
|
* bpy_struct.as_pointer
|
|
@@ -64295,6 +64393,103 @@ print(positions_data)
|
|
|
64295
64393
|
:columns: 2
|
|
64296
64394
|
|
|
64297
64395
|
|
|
64396
|
+
--------------------
|
|
64397
|
+
|
|
64398
|
+
* bpy_struct.id_data
|
|
64399
|
+
* Node.type
|
|
64400
|
+
* Node.location
|
|
64401
|
+
* Node.location_absolute
|
|
64402
|
+
* Node.width
|
|
64403
|
+
* Node.height
|
|
64404
|
+
* Node.dimensions
|
|
64405
|
+
* Node.name
|
|
64406
|
+
* Node.label
|
|
64407
|
+
* Node.inputs
|
|
64408
|
+
* Node.outputs
|
|
64409
|
+
* Node.internal_links
|
|
64410
|
+
* Node.parent
|
|
64411
|
+
* Node.warning_propagation
|
|
64412
|
+
* Node.use_custom_color
|
|
64413
|
+
* Node.color
|
|
64414
|
+
* Node.color_tag
|
|
64415
|
+
* Node.select
|
|
64416
|
+
* Node.show_options
|
|
64417
|
+
* Node.show_preview
|
|
64418
|
+
* Node.hide
|
|
64419
|
+
* Node.mute
|
|
64420
|
+
* Node.show_texture
|
|
64421
|
+
* Node.bl_idname
|
|
64422
|
+
* Node.bl_label
|
|
64423
|
+
* Node.bl_description
|
|
64424
|
+
* Node.bl_icon
|
|
64425
|
+
* Node.bl_static_type
|
|
64426
|
+
* Node.bl_width_default
|
|
64427
|
+
* Node.bl_width_min
|
|
64428
|
+
* Node.bl_width_max
|
|
64429
|
+
* Node.bl_height_default
|
|
64430
|
+
* Node.bl_height_min
|
|
64431
|
+
* Node.bl_height_max
|
|
64432
|
+
|
|
64433
|
+
:columns: 2
|
|
64434
|
+
|
|
64435
|
+
|
|
64436
|
+
--------------------
|
|
64437
|
+
|
|
64438
|
+
* bpy_struct.as_pointer
|
|
64439
|
+
* bpy_struct.driver_add
|
|
64440
|
+
* bpy_struct.driver_remove
|
|
64441
|
+
* bpy_struct.get
|
|
64442
|
+
* bpy_struct.id_properties_clear
|
|
64443
|
+
* bpy_struct.id_properties_ensure
|
|
64444
|
+
* bpy_struct.id_properties_ui
|
|
64445
|
+
* bpy_struct.is_property_hidden
|
|
64446
|
+
* bpy_struct.is_property_overridable_library
|
|
64447
|
+
* bpy_struct.is_property_readonly
|
|
64448
|
+
* bpy_struct.is_property_set
|
|
64449
|
+
* bpy_struct.items
|
|
64450
|
+
* bpy_struct.keyframe_delete
|
|
64451
|
+
* bpy_struct.keyframe_insert
|
|
64452
|
+
* bpy_struct.keys
|
|
64453
|
+
* bpy_struct.path_from_id
|
|
64454
|
+
* bpy_struct.path_resolve
|
|
64455
|
+
* bpy_struct.pop
|
|
64456
|
+
* bpy_struct.property_overridable_library_set
|
|
64457
|
+
* bpy_struct.property_unset
|
|
64458
|
+
* bpy_struct.rna_ancestors
|
|
64459
|
+
* bpy_struct.type_recast
|
|
64460
|
+
* bpy_struct.values
|
|
64461
|
+
* Node.bl_system_properties_get
|
|
64462
|
+
* Node.socket_value_update
|
|
64463
|
+
* Node.is_registered_node_type
|
|
64464
|
+
* Node.poll
|
|
64465
|
+
* Node.poll_instance
|
|
64466
|
+
* Node.update
|
|
64467
|
+
* Node.insert_link
|
|
64468
|
+
* Node.init
|
|
64469
|
+
* Node.copy
|
|
64470
|
+
* Node.free
|
|
64471
|
+
* Node.draw_buttons
|
|
64472
|
+
* Node.draw_buttons_ext
|
|
64473
|
+
* Node.draw_label
|
|
64474
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
64475
|
+
* Node.debug_zone_lazy_function_graph
|
|
64476
|
+
* Node.poll
|
|
64477
|
+
* Node.bl_rna_get_subclass
|
|
64478
|
+
* Node.bl_rna_get_subclass_py
|
|
64479
|
+
* NodeInternal.poll
|
|
64480
|
+
* NodeInternal.poll_instance
|
|
64481
|
+
* NodeInternal.update
|
|
64482
|
+
* NodeInternal.draw_buttons
|
|
64483
|
+
* NodeInternal.draw_buttons_ext
|
|
64484
|
+
* NodeInternal.bl_rna_get_subclass
|
|
64485
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
64486
|
+
* GeometryNode.poll
|
|
64487
|
+
* GeometryNode.bl_rna_get_subclass
|
|
64488
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
64489
|
+
|
|
64490
|
+
:columns: 2
|
|
64491
|
+
|
|
64492
|
+
|
|
64298
64493
|
--------------------
|
|
64299
64494
|
|
|
64300
64495
|
* bpy_struct.id_data
|
|
@@ -133570,6 +133765,12 @@ class Camera(ID, bpy_struct):
|
|
|
133570
133765
|
:type: float
|
|
133571
133766
|
"""
|
|
133572
133767
|
|
|
133768
|
+
composition_guide_color: bpy_prop_array[float]
|
|
133769
|
+
""" Color and alpha for compositional guide overlays
|
|
133770
|
+
|
|
133771
|
+
:type: bpy_prop_array[float]
|
|
133772
|
+
"""
|
|
133773
|
+
|
|
133573
133774
|
custom_bytecode: str
|
|
133574
133775
|
""" Compiled bytecode of the custom shader
|
|
133575
133776
|
|
|
@@ -172758,6 +172959,69 @@ class GeometryNodeUVPackIslands(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
172758
172959
|
:rtype: typing.Any
|
|
172759
172960
|
"""
|
|
172760
172961
|
|
|
172962
|
+
class GeometryNodeUVTangent(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
172963
|
+
"""Generate tangent directions based on a UV map"""
|
|
172964
|
+
|
|
172965
|
+
@classmethod
|
|
172966
|
+
def is_registered_node_type(cls) -> bool:
|
|
172967
|
+
"""True if a registered node type
|
|
172968
|
+
|
|
172969
|
+
:return: Result
|
|
172970
|
+
:rtype: bool
|
|
172971
|
+
"""
|
|
172972
|
+
|
|
172973
|
+
@classmethod
|
|
172974
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
172975
|
+
"""Input socket template
|
|
172976
|
+
|
|
172977
|
+
:param index: Index
|
|
172978
|
+
:type index: int | None
|
|
172979
|
+
:return: result
|
|
172980
|
+
:rtype: NodeInternalSocketTemplate
|
|
172981
|
+
"""
|
|
172982
|
+
|
|
172983
|
+
@classmethod
|
|
172984
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
172985
|
+
"""Output socket template
|
|
172986
|
+
|
|
172987
|
+
:param index: Index
|
|
172988
|
+
:type index: int | None
|
|
172989
|
+
:return: result
|
|
172990
|
+
:rtype: NodeInternalSocketTemplate
|
|
172991
|
+
"""
|
|
172992
|
+
|
|
172993
|
+
@classmethod
|
|
172994
|
+
def bl_rna_get_subclass(
|
|
172995
|
+
cls,
|
|
172996
|
+
id: str | None,
|
|
172997
|
+
default=None,
|
|
172998
|
+
/,
|
|
172999
|
+
) -> Struct:
|
|
173000
|
+
"""
|
|
173001
|
+
|
|
173002
|
+
:param id: The RNA type identifier.
|
|
173003
|
+
:type id: str | None
|
|
173004
|
+
:param default:
|
|
173005
|
+
:return: The RNA type or default when not found.
|
|
173006
|
+
:rtype: Struct
|
|
173007
|
+
"""
|
|
173008
|
+
|
|
173009
|
+
@classmethod
|
|
173010
|
+
def bl_rna_get_subclass_py(
|
|
173011
|
+
cls,
|
|
173012
|
+
id: str | None,
|
|
173013
|
+
default=None,
|
|
173014
|
+
/,
|
|
173015
|
+
) -> typing.Any:
|
|
173016
|
+
"""
|
|
173017
|
+
|
|
173018
|
+
:param id: The RNA type identifier.
|
|
173019
|
+
:type id: str | None
|
|
173020
|
+
:param default:
|
|
173021
|
+
:return: The class or default when not found.
|
|
173022
|
+
:rtype: typing.Any
|
|
173023
|
+
"""
|
|
173024
|
+
|
|
172761
173025
|
class GeometryNodeUVUnwrap(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
172762
173026
|
"""Generate a UV map based on seam edges"""
|
|
172763
173027
|
|
|
@@ -197577,6 +197841,12 @@ class NodeClosureOutput(NodeInternal, Node, bpy_struct):
|
|
|
197577
197841
|
:type: int | None
|
|
197578
197842
|
"""
|
|
197579
197843
|
|
|
197844
|
+
define_signature: bool
|
|
197845
|
+
""" This zone defines a closure signature that should be used by other nodes
|
|
197846
|
+
|
|
197847
|
+
:type: bool
|
|
197848
|
+
"""
|
|
197849
|
+
|
|
197580
197850
|
input_items: NodeClosureInputItems
|
|
197581
197851
|
"""
|
|
197582
197852
|
|
|
@@ -197668,6 +197938,12 @@ class NodeClosureOutputItem(bpy_struct):
|
|
|
197668
197938
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
197669
197939
|
"""
|
|
197670
197940
|
|
|
197941
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
197942
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
197943
|
+
|
|
197944
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
197945
|
+
"""
|
|
197946
|
+
|
|
197671
197947
|
@classmethod
|
|
197672
197948
|
def bl_rna_get_subclass(
|
|
197673
197949
|
cls,
|
|
@@ -197715,6 +197991,12 @@ class NodeCombineBundle(NodeInternal, Node, bpy_struct):
|
|
|
197715
197991
|
:type: NodeCombineBundleItems
|
|
197716
197992
|
"""
|
|
197717
197993
|
|
|
197994
|
+
define_signature: bool
|
|
197995
|
+
""" This node defines a bundle signature that should be used by other nodes
|
|
197996
|
+
|
|
197997
|
+
:type: bool
|
|
197998
|
+
"""
|
|
197999
|
+
|
|
197718
198000
|
@classmethod
|
|
197719
198001
|
def is_registered_node_type(cls) -> bool:
|
|
197720
198002
|
"""True if a registered node type
|
|
@@ -197794,6 +198076,12 @@ class NodeCombineBundleItem(bpy_struct):
|
|
|
197794
198076
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
197795
198077
|
"""
|
|
197796
198078
|
|
|
198079
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
198080
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
198081
|
+
|
|
198082
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
198083
|
+
"""
|
|
198084
|
+
|
|
197797
198085
|
@classmethod
|
|
197798
198086
|
def bl_rna_get_subclass(
|
|
197799
198087
|
cls,
|
|
@@ -197942,6 +198230,75 @@ class NodeCustomGroup(Node, bpy_struct):
|
|
|
197942
198230
|
:rtype: typing.Any
|
|
197943
198231
|
"""
|
|
197944
198232
|
|
|
198233
|
+
class NodeEnableOutput(NodeInternal, Node, bpy_struct):
|
|
198234
|
+
"""Either pass through the input value or output the fallback value"""
|
|
198235
|
+
|
|
198236
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
198237
|
+
"""
|
|
198238
|
+
|
|
198239
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
198240
|
+
"""
|
|
198241
|
+
|
|
198242
|
+
@classmethod
|
|
198243
|
+
def is_registered_node_type(cls) -> bool:
|
|
198244
|
+
"""True if a registered node type
|
|
198245
|
+
|
|
198246
|
+
:return: Result
|
|
198247
|
+
:rtype: bool
|
|
198248
|
+
"""
|
|
198249
|
+
|
|
198250
|
+
@classmethod
|
|
198251
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
198252
|
+
"""Input socket template
|
|
198253
|
+
|
|
198254
|
+
:param index: Index
|
|
198255
|
+
:type index: int | None
|
|
198256
|
+
:return: result
|
|
198257
|
+
:rtype: NodeInternalSocketTemplate
|
|
198258
|
+
"""
|
|
198259
|
+
|
|
198260
|
+
@classmethod
|
|
198261
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
198262
|
+
"""Output socket template
|
|
198263
|
+
|
|
198264
|
+
:param index: Index
|
|
198265
|
+
:type index: int | None
|
|
198266
|
+
:return: result
|
|
198267
|
+
:rtype: NodeInternalSocketTemplate
|
|
198268
|
+
"""
|
|
198269
|
+
|
|
198270
|
+
@classmethod
|
|
198271
|
+
def bl_rna_get_subclass(
|
|
198272
|
+
cls,
|
|
198273
|
+
id: str | None,
|
|
198274
|
+
default=None,
|
|
198275
|
+
/,
|
|
198276
|
+
) -> Struct:
|
|
198277
|
+
"""
|
|
198278
|
+
|
|
198279
|
+
:param id: The RNA type identifier.
|
|
198280
|
+
:type id: str | None
|
|
198281
|
+
:param default:
|
|
198282
|
+
:return: The RNA type or default when not found.
|
|
198283
|
+
:rtype: Struct
|
|
198284
|
+
"""
|
|
198285
|
+
|
|
198286
|
+
@classmethod
|
|
198287
|
+
def bl_rna_get_subclass_py(
|
|
198288
|
+
cls,
|
|
198289
|
+
id: str | None,
|
|
198290
|
+
default=None,
|
|
198291
|
+
/,
|
|
198292
|
+
) -> typing.Any:
|
|
198293
|
+
"""
|
|
198294
|
+
|
|
198295
|
+
:param id: The RNA type identifier.
|
|
198296
|
+
:type id: str | None
|
|
198297
|
+
:param default:
|
|
198298
|
+
:return: The class or default when not found.
|
|
198299
|
+
:rtype: typing.Any
|
|
198300
|
+
"""
|
|
198301
|
+
|
|
197945
198302
|
class NodeEnumItem(bpy_struct):
|
|
197946
198303
|
description: str
|
|
197947
198304
|
"""
|
|
@@ -198002,6 +198359,12 @@ class NodeEvaluateClosure(NodeInternal, Node, bpy_struct):
|
|
|
198002
198359
|
:type: int | None
|
|
198003
198360
|
"""
|
|
198004
198361
|
|
|
198362
|
+
define_signature: bool
|
|
198363
|
+
""" This node defines a closure signature that should be used by other nodes
|
|
198364
|
+
|
|
198365
|
+
:type: bool
|
|
198366
|
+
"""
|
|
198367
|
+
|
|
198005
198368
|
input_items: NodeEvaluateClosureInputItems
|
|
198006
198369
|
"""
|
|
198007
198370
|
|
|
@@ -199025,6 +199388,12 @@ class NodeSeparateBundle(NodeInternal, Node, bpy_struct):
|
|
|
199025
199388
|
:type: NodeSeparateBundleItems
|
|
199026
199389
|
"""
|
|
199027
199390
|
|
|
199391
|
+
define_signature: bool
|
|
199392
|
+
""" This node defines a bundle signature that should be used by other nodes
|
|
199393
|
+
|
|
199394
|
+
:type: bool
|
|
199395
|
+
"""
|
|
199396
|
+
|
|
199028
199397
|
@classmethod
|
|
199029
199398
|
def is_registered_node_type(cls) -> bool:
|
|
199030
199399
|
"""True if a registered node type
|
|
@@ -199104,6 +199473,12 @@ class NodeSeparateBundleItem(bpy_struct):
|
|
|
199104
199473
|
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
199105
199474
|
"""
|
|
199106
199475
|
|
|
199476
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
199477
|
+
""" What kind of higher order types are expected to flow through this socket
|
|
199478
|
+
|
|
199479
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
199480
|
+
"""
|
|
199481
|
+
|
|
199107
199482
|
@classmethod
|
|
199108
199483
|
def bl_rna_get_subclass(
|
|
199109
199484
|
cls,
|
|
@@ -111,7 +111,7 @@ bl_ui/__init__.pyi,sha256=bzjd8FHTafNzS5V6jK2sf7aIflWXIIAAOj2u3CG5Q8s,7004
|
|
|
111
111
|
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
112
112
|
bl_ui/anim/__init__.pyi,sha256=aUUQB5sqG7wizgoB77tVmFLfhOWMyuHcEUY06w1FW5k,938
|
|
113
113
|
bl_ui/asset_shelf/__init__.pyi,sha256=zy0z1qh-gQXQufHFrEggbXWlihKF9l2OihuhN-iS4NE,825
|
|
114
|
-
bl_ui/generic_ui_list/__init__.pyi,sha256=
|
|
114
|
+
bl_ui/generic_ui_list/__init__.pyi,sha256=wKDC1TOAxmPZ4kY86_96aBa-DTcNHrGXNucUNp1UzpY,4303
|
|
115
115
|
bl_ui/node_add_menu/__init__.pyi,sha256=heYX5ZcwyvyzHbTVr2yTSd4isQvJm7adnHov7nH_mlg,8118
|
|
116
116
|
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=vNqJhWuyye9R5rIsIOEekuaanSf0d7yVdGFjw_GYMDM,11430
|
|
117
117
|
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=SWFbeRIkfB79FHLiL44XaLS6QQ3p_SOXagconqR6WLQ,37294
|
|
@@ -195,7 +195,7 @@ bmesh/__init__.pyi,sha256=nhi3aUMSLycSJTzr1Txhjt_NU0y_82NN0NBe8pZYTkE,1541
|
|
|
195
195
|
bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
196
196
|
bmesh/geometry/__init__.pyi,sha256=MZzpN0T12x1QweeZUui1LVTrnWyqyBgWsF6tPs1Pe9g,682
|
|
197
197
|
bmesh/ops/__init__.pyi,sha256=p-7LAeeK1gD00D6TxnOz_JbD5b-_jW0rUQrwZrAfFsw,76498
|
|
198
|
-
bmesh/types/__init__.pyi,sha256=
|
|
198
|
+
bmesh/types/__init__.pyi,sha256=hg20wS0G5DzRFJvHb5TCF3ZlVOOVLthbbprCsMHrOro,44342
|
|
199
199
|
bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
|
|
200
200
|
bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
|
|
201
201
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -248,7 +248,7 @@ bpy/ops/material/__init__.pyi,sha256=7yA8XRBaeLm-2IGqQqXcDGNctp3amhdmBMTPoWHw5G8
|
|
|
248
248
|
bpy/ops/mball/__init__.pyi,sha256=3avjhyGC4WLxkWeTp16xJjaN3dp05ecbIXJnc2EtXVs,4258
|
|
249
249
|
bpy/ops/mesh/__init__.pyi,sha256=ORj5lR7JCJdr3ZQrWVfe5p40LGnbAI8cxegrPOfmV8I,132167
|
|
250
250
|
bpy/ops/nla/__init__.pyi,sha256=F0RGCo7T4Y6FAIZ9Jv-TtkDlV1PnWhWjZ2G3EACL0PM,19052
|
|
251
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
251
|
+
bpy/ops/node/__init__.pyi,sha256=WN2WTwaFIELvOepq0w97Z3Nn6F46FAs7UUwqD8fCG3A,81999
|
|
252
252
|
bpy/ops/object/__init__.pyi,sha256=eDtqeh9hGz2nauPeWXnqUdsIAyuC7x3pC3td1shbY9Q,175898
|
|
253
253
|
bpy/ops/outliner/__init__.pyi,sha256=ynP3AYcSIvRaROgjkuUMwL2F5P085Q_VVOZjhVC4VeY,29325
|
|
254
254
|
bpy/ops/paint/__init__.pyi,sha256=14ik0wFRdTfSOMWb-ZQBc5FLHtq8xFeGiLMqrmtj374,38326
|
|
@@ -287,7 +287,7 @@ bpy/path/__init__.pyi,sha256=Phd8a6fB3496L7_LUhdwPNwkh3qy_4O-MS5br9RMfO0,5536
|
|
|
287
287
|
bpy/props/__init__.pyi,sha256=_gmJ54eKwSmNZHQyDK1CiQn9fSy_L9K3jfSeX9nhCK4,51038
|
|
288
288
|
bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
|
|
289
289
|
bpy/stub_internal/rna_enums/__init__.pyi,sha256=rp7_ZbECUdx1ANy4WmHYmy6u0pp5KtSHWPpTBUYSpaA,142558
|
|
290
|
-
bpy/types/__init__.pyi,sha256=
|
|
290
|
+
bpy/types/__init__.pyi,sha256=zpPRAIfgjrEiOj2DdEoZjapwdKfHVOL_c1GBQdYGLzk,5896837
|
|
291
291
|
bpy/utils/__init__.pyi,sha256=GGYp2g381aOdE7tWXvRGVbmhijbfgt4wGAtJGgbvyJg,15526
|
|
292
292
|
bpy/utils/previews/__init__.pyi,sha256=iSZemSCPu1S2BjAQO83Z-FqEo1nGHRCEIEduXB6hQhc,2357
|
|
293
293
|
bpy/utils/units/__init__.pyi,sha256=cpE9IZPkYPBexru7R9HQ_c0931d7R7Dvib2Uf7V0JJs,2645
|
|
@@ -350,7 +350,7 @@ keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to
|
|
|
350
350
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
351
351
|
mathutils/__init__.pyi,sha256=QBvmsVe5brYs9KpGoF1DdHKze2iRn5i3pGapskxYzRU,91364
|
|
352
352
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
|
-
mathutils/bvhtree/__init__.pyi,sha256=
|
|
353
|
+
mathutils/bvhtree/__init__.pyi,sha256=rjuZMGm2Jxi0bnaU60v18BuJyO2JWdfRdr5Mp0bYUuk,5138
|
|
354
354
|
mathutils/geometry/__init__.pyi,sha256=N3LtfyhHPnBim_PgIa5likQdcVxOMDvUC-eTqv70ruY,23817
|
|
355
355
|
mathutils/interpolate/__init__.pyi,sha256=ndZoeTg3JKLj5Uskd-TU2BmCEAe8k_-MY-jGzzNj0O4,575
|
|
356
356
|
mathutils/kdtree/__init__.pyi,sha256=99pXd0pG1J4JBPexQBa87d-DAg-3KZ1lmDL3ZLiVA-Q,2309
|
|
@@ -367,7 +367,7 @@ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
|
|
|
367
367
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
368
368
|
rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
|
|
369
369
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
370
|
-
fake_bpy_module-
|
|
371
|
-
fake_bpy_module-
|
|
372
|
-
fake_bpy_module-
|
|
373
|
-
fake_bpy_module-
|
|
370
|
+
fake_bpy_module-20250929.dist-info/METADATA,sha256=HiLmivdwgfqPfFEz7dTGDATrT18zobxx-lc8Sw6ueUg,7429
|
|
371
|
+
fake_bpy_module-20250929.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
372
|
+
fake_bpy_module-20250929.dist-info/top_level.txt,sha256=xwHlW-cY033y5uA7GsGZDdOwWdNIzrHETvaZ_rWuR4I,539
|
|
373
|
+
fake_bpy_module-20250929.dist-info/RECORD,,
|
mathutils/bvhtree/__init__.pyi
CHANGED
|
@@ -7,6 +7,7 @@ import typing
|
|
|
7
7
|
import collections.abc
|
|
8
8
|
import typing_extensions
|
|
9
9
|
import numpy.typing as npt
|
|
10
|
+
import _bpy_types
|
|
10
11
|
import bmesh.types
|
|
11
12
|
import bpy.types
|
|
12
13
|
import mathutils
|
|
@@ -25,7 +26,7 @@ class BVHTree:
|
|
|
25
26
|
@classmethod
|
|
26
27
|
def FromObject(
|
|
27
28
|
cls,
|
|
28
|
-
object:
|
|
29
|
+
object: _bpy_types.Object,
|
|
29
30
|
depsgraph: bpy.types.Depsgraph,
|
|
30
31
|
*,
|
|
31
32
|
deform: bool = True,
|
|
@@ -36,7 +37,7 @@ class BVHTree:
|
|
|
36
37
|
"""BVH tree based on `Object` data.
|
|
37
38
|
|
|
38
39
|
:param object: Object data.
|
|
39
|
-
:type object:
|
|
40
|
+
:type object: _bpy_types.Object
|
|
40
41
|
:param depsgraph: Depsgraph to use for evaluating the mesh.
|
|
41
42
|
:type depsgraph: bpy.types.Depsgraph
|
|
42
43
|
:param deform: Use mesh with deformations.
|
|
File without changes
|
|
File without changes
|