fake-bpy-module-latest 20260114__py3-none-any.whl → 20260116__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.
@@ -6,6 +6,6 @@ from . import addons as addons
6
6
  from . import assets as assets
7
7
  from . import disk_file_hash_service as disk_file_hash_service
8
8
  from . import extensions as extensions
9
- from . import freedesktop as freedesktop
10
9
  from . import grease_pencil as grease_pencil
10
+ from . import platform as platform
11
11
  from . import system_info as system_info
@@ -0,0 +1,5 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ from . import freedesktop as freedesktop
@@ -398,7 +398,7 @@ class NODE_OT_interface_item_new_panel_toggle(_bpy_types.Operator):
398
398
  """
399
399
 
400
400
  class NODE_OT_interface_item_remove(NodeInterfaceOperator, _bpy_types.Operator):
401
- """Remove active item from the interface"""
401
+ """Remove selected items from the interface"""
402
402
 
403
403
  bl_idname: typing.Any
404
404
  bl_label: typing.Any
@@ -114,7 +114,7 @@ class UILIST_OT_entry_remove(GenericUIListOperator, _bpy_types.Operator):
114
114
 
115
115
  def draw_ui_list(
116
116
  layout: bpy.types.UILayout,
117
- context: bpy.types.Context,
117
+ context: _bpy_types.Context,
118
118
  class_name: str = "UI_UL_list",
119
119
  *,
120
120
  unique_id: str,
bpy/ops/node/__init__.pyi CHANGED
@@ -1343,7 +1343,7 @@ def interface_item_remove(
1343
1343
  undo: bool | None = None,
1344
1344
  /,
1345
1345
  ) -> None:
1346
- """Remove active item from the interface"""
1346
+ """Remove selected items from the interface"""
1347
1347
 
1348
1348
  def interface_item_unlink_panel_toggle(
1349
1349
  execution_context: int | str | None = None,
@@ -3693,6 +3693,7 @@ def transform_apply(
3693
3693
  rotation: bool | None = True,
3694
3694
  scale: bool | None = True,
3695
3695
  properties: bool | None = True,
3696
+ corrective_flip_normals: bool | None = True,
3696
3697
  isolate_users: bool | None = False,
3697
3698
  ) -> None:
3698
3699
  """Apply the objects transformation to its data
@@ -3701,6 +3702,7 @@ def transform_apply(
3701
3702
  :param rotation: Rotation
3702
3703
  :param scale: Scale
3703
3704
  :param properties: Apply Properties, Modify properties such as curve vertex radius, font size and bone envelope
3705
+ :param corrective_flip_normals: Corrective Flip Normals, Invert normals for negative scaled objects.
3704
3706
  :param isolate_users: Isolate Multi User Data, Create new object-data users if needed
3705
3707
  """
3706
3708
 
@@ -2606,6 +2606,7 @@ type PropertySubtypeItems = typing.Literal[
2606
2606
  "UNSIGNED", # Unsigned.
2607
2607
  "PERCENTAGE", # Percentage.A percentage between 0 and 100.
2608
2608
  "FACTOR", # Factor.A factor between 0.0 and 1.0.
2609
+ "MASS", # Mass.A mass, based on scene unit settings.
2609
2610
  "ANGLE", # Angle.A rotational value specified in radians.
2610
2611
  "TIME", # Time (Scene Relative).Time specified in frames, converted to seconds based on scene frame rate.
2611
2612
  "TIME_ABSOLUTE", # Time (Absolute).Time specified in seconds, independent of the scene.
@@ -2657,6 +2658,7 @@ type PropertySubtypeNumberItems = typing.Literal[
2657
2658
  "UNSIGNED", # Unsigned.
2658
2659
  "PERCENTAGE", # Percentage.A percentage between 0 and 100.
2659
2660
  "FACTOR", # Factor.A factor between 0.0 and 1.0.
2661
+ "MASS", # Mass.A mass, based on scene unit settings.
2660
2662
  "ANGLE", # Angle.A rotational value specified in radians.
2661
2663
  "TIME", # Time (Scene Relative).Time specified in frames, converted to seconds based on scene frame rate.
2662
2664
  "TIME_ABSOLUTE", # Time (Absolute).Time specified in seconds, independent of the scene.
bpy/types/__init__.pyi CHANGED
@@ -1181,6 +1181,7 @@
1181
1181
  * NodeTreeInterfaceSocket.layer_selection_field
1182
1182
  * NodeTreeInterfaceSocket.menu_expanded
1183
1183
  * NodeTreeInterfaceSocket.optional_label
1184
+ * NodeTreeInterfaceSocket.select
1184
1185
  * NodeTreeInterfaceSocket.attribute_domain
1185
1186
  * NodeTreeInterfaceSocket.default_attribute_name
1186
1187
  * NodeTreeInterfaceSocket.structure_type
@@ -1248,6 +1249,7 @@
1248
1249
  * NodeTreeInterfaceSocket.layer_selection_field
1249
1250
  * NodeTreeInterfaceSocket.menu_expanded
1250
1251
  * NodeTreeInterfaceSocket.optional_label
1252
+ * NodeTreeInterfaceSocket.select
1251
1253
  * NodeTreeInterfaceSocket.attribute_domain
1252
1254
  * NodeTreeInterfaceSocket.default_attribute_name
1253
1255
  * NodeTreeInterfaceSocket.structure_type
@@ -5435,6 +5437,7 @@
5435
5437
  * NodeTreeInterfaceSocket.layer_selection_field
5436
5438
  * NodeTreeInterfaceSocket.menu_expanded
5437
5439
  * NodeTreeInterfaceSocket.optional_label
5440
+ * NodeTreeInterfaceSocket.select
5438
5441
  * NodeTreeInterfaceSocket.attribute_domain
5439
5442
  * NodeTreeInterfaceSocket.default_attribute_name
5440
5443
  * NodeTreeInterfaceSocket.structure_type
@@ -6375,6 +6378,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
6375
6378
  * NodeTreeInterfaceSocket.layer_selection_field
6376
6379
  * NodeTreeInterfaceSocket.menu_expanded
6377
6380
  * NodeTreeInterfaceSocket.optional_label
6381
+ * NodeTreeInterfaceSocket.select
6378
6382
  * NodeTreeInterfaceSocket.attribute_domain
6379
6383
  * NodeTreeInterfaceSocket.default_attribute_name
6380
6384
  * NodeTreeInterfaceSocket.structure_type
@@ -7274,6 +7278,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
7274
7278
  * NodeTreeInterfaceSocketFloatDistance.draw
7275
7279
  * NodeTreeInterfaceSocketFloatFactor.draw
7276
7280
  * NodeTreeInterfaceSocketFloatFrequency.draw
7281
+ * NodeTreeInterfaceSocketFloatMass.draw
7277
7282
  * NodeTreeInterfaceSocketFloatPercentage.draw
7278
7283
  * NodeTreeInterfaceSocketFloatTime.draw
7279
7284
  * NodeTreeInterfaceSocketFloatTimeAbsolute.draw
@@ -7808,6 +7813,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
7808
7813
  * NodeTreeInterfaceSocket.layer_selection_field
7809
7814
  * NodeTreeInterfaceSocket.menu_expanded
7810
7815
  * NodeTreeInterfaceSocket.optional_label
7816
+ * NodeTreeInterfaceSocket.select
7811
7817
  * NodeTreeInterfaceSocket.attribute_domain
7812
7818
  * NodeTreeInterfaceSocket.default_attribute_name
7813
7819
  * NodeTreeInterfaceSocket.structure_type
@@ -7875,6 +7881,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
7875
7881
  * NodeTreeInterfaceSocket.layer_selection_field
7876
7882
  * NodeTreeInterfaceSocket.menu_expanded
7877
7883
  * NodeTreeInterfaceSocket.optional_label
7884
+ * NodeTreeInterfaceSocket.select
7878
7885
  * NodeTreeInterfaceSocket.attribute_domain
7879
7886
  * NodeTreeInterfaceSocket.default_attribute_name
7880
7887
  * NodeTreeInterfaceSocket.structure_type
@@ -9299,6 +9306,7 @@ The USDHookExample
9299
9306
  * NodeTreeInterfaceSocket.layer_selection_field
9300
9307
  * NodeTreeInterfaceSocket.menu_expanded
9301
9308
  * NodeTreeInterfaceSocket.optional_label
9309
+ * NodeTreeInterfaceSocket.select
9302
9310
  * NodeTreeInterfaceSocket.attribute_domain
9303
9311
  * NodeTreeInterfaceSocket.default_attribute_name
9304
9312
  * NodeTreeInterfaceSocket.structure_type
@@ -9703,6 +9711,7 @@ The USDHookExample
9703
9711
  * NodeTreeInterfaceSocket.layer_selection_field
9704
9712
  * NodeTreeInterfaceSocket.menu_expanded
9705
9713
  * NodeTreeInterfaceSocket.optional_label
9714
+ * NodeTreeInterfaceSocket.select
9706
9715
  * NodeTreeInterfaceSocket.attribute_domain
9707
9716
  * NodeTreeInterfaceSocket.default_attribute_name
9708
9717
  * NodeTreeInterfaceSocket.structure_type
@@ -10515,6 +10524,7 @@ The USDHookExample
10515
10524
  * NodeTreeInterfaceSocket.layer_selection_field
10516
10525
  * NodeTreeInterfaceSocket.menu_expanded
10517
10526
  * NodeTreeInterfaceSocket.optional_label
10527
+ * NodeTreeInterfaceSocket.select
10518
10528
  * NodeTreeInterfaceSocket.attribute_domain
10519
10529
  * NodeTreeInterfaceSocket.default_attribute_name
10520
10530
  * NodeTreeInterfaceSocket.structure_type
@@ -11815,6 +11825,7 @@ The USDHookExample
11815
11825
  * NodeTreeInterfaceSocket.layer_selection_field
11816
11826
  * NodeTreeInterfaceSocket.menu_expanded
11817
11827
  * NodeTreeInterfaceSocket.optional_label
11828
+ * NodeTreeInterfaceSocket.select
11818
11829
  * NodeTreeInterfaceSocket.attribute_domain
11819
11830
  * NodeTreeInterfaceSocket.default_attribute_name
11820
11831
  * NodeTreeInterfaceSocket.structure_type
@@ -12366,6 +12377,7 @@ The USDHookExample
12366
12377
  * NodeTreeInterfaceSocket.layer_selection_field
12367
12378
  * NodeTreeInterfaceSocket.menu_expanded
12368
12379
  * NodeTreeInterfaceSocket.optional_label
12380
+ * NodeTreeInterfaceSocket.select
12369
12381
  * NodeTreeInterfaceSocket.attribute_domain
12370
12382
  * NodeTreeInterfaceSocket.default_attribute_name
12371
12383
  * NodeTreeInterfaceSocket.structure_type
@@ -13472,6 +13484,7 @@ database.
13472
13484
  * NodeTreeInterfaceSocket.layer_selection_field
13473
13485
  * NodeTreeInterfaceSocket.menu_expanded
13474
13486
  * NodeTreeInterfaceSocket.optional_label
13487
+ * NodeTreeInterfaceSocket.select
13475
13488
  * NodeTreeInterfaceSocket.attribute_domain
13476
13489
  * NodeTreeInterfaceSocket.default_attribute_name
13477
13490
  * NodeTreeInterfaceSocket.structure_type
@@ -14414,6 +14427,7 @@ database.
14414
14427
  * NodeTreeInterfaceSocket.layer_selection_field
14415
14428
  * NodeTreeInterfaceSocket.menu_expanded
14416
14429
  * NodeTreeInterfaceSocket.optional_label
14430
+ * NodeTreeInterfaceSocket.select
14417
14431
  * NodeTreeInterfaceSocket.attribute_domain
14418
14432
  * NodeTreeInterfaceSocket.default_attribute_name
14419
14433
  * NodeTreeInterfaceSocket.structure_type
@@ -14679,6 +14693,7 @@ database.
14679
14693
  * NodeTreeInterfaceSocket.layer_selection_field
14680
14694
  * NodeTreeInterfaceSocket.menu_expanded
14681
14695
  * NodeTreeInterfaceSocket.optional_label
14696
+ * NodeTreeInterfaceSocket.select
14682
14697
  * NodeTreeInterfaceSocket.attribute_domain
14683
14698
  * NodeTreeInterfaceSocket.default_attribute_name
14684
14699
  * NodeTreeInterfaceSocket.structure_type
@@ -16786,6 +16801,7 @@ of the scene and only show nodes of the renderer they are designed for.
16786
16801
  * NodeTreeInterfaceSocket.layer_selection_field
16787
16802
  * NodeTreeInterfaceSocket.menu_expanded
16788
16803
  * NodeTreeInterfaceSocket.optional_label
16804
+ * NodeTreeInterfaceSocket.select
16789
16805
  * NodeTreeInterfaceSocket.attribute_domain
16790
16806
  * NodeTreeInterfaceSocket.default_attribute_name
16791
16807
  * NodeTreeInterfaceSocket.structure_type
@@ -17577,6 +17593,8 @@ of the scene and only show nodes of the renderer they are designed for.
17577
17593
  * NodeTreeInterfaceSocketFloatFactor.init_socket
17578
17594
  * NodeTreeInterfaceSocketFloatFrequency.from_socket
17579
17595
  * NodeTreeInterfaceSocketFloatFrequency.init_socket
17596
+ * NodeTreeInterfaceSocketFloatMass.from_socket
17597
+ * NodeTreeInterfaceSocketFloatMass.init_socket
17580
17598
  * NodeTreeInterfaceSocketFloatPercentage.from_socket
17581
17599
  * NodeTreeInterfaceSocketFloatPercentage.init_socket
17582
17600
  * NodeTreeInterfaceSocketFloatTime.from_socket
@@ -18056,6 +18074,7 @@ of the scene and only show nodes of the renderer they are designed for.
18056
18074
  * NodeTreeInterfaceSocket.layer_selection_field
18057
18075
  * NodeTreeInterfaceSocket.menu_expanded
18058
18076
  * NodeTreeInterfaceSocket.optional_label
18077
+ * NodeTreeInterfaceSocket.select
18059
18078
  * NodeTreeInterfaceSocket.attribute_domain
18060
18079
  * NodeTreeInterfaceSocket.default_attribute_name
18061
18080
  * NodeTreeInterfaceSocket.structure_type
@@ -21815,6 +21834,7 @@ of the scene and only show nodes of the renderer they are designed for.
21815
21834
  * NodeTreeInterfaceSocket.layer_selection_field
21816
21835
  * NodeTreeInterfaceSocket.menu_expanded
21817
21836
  * NodeTreeInterfaceSocket.optional_label
21837
+ * NodeTreeInterfaceSocket.select
21818
21838
  * NodeTreeInterfaceSocket.attribute_domain
21819
21839
  * NodeTreeInterfaceSocket.default_attribute_name
21820
21840
  * NodeTreeInterfaceSocket.structure_type
@@ -22466,6 +22486,80 @@ of the scene and only show nodes of the renderer they are designed for.
22466
22486
  :columns: 2
22467
22487
 
22468
22488
 
22489
+ --------------------
22490
+
22491
+ * bpy_struct.id_data
22492
+ * NodeSocket.name
22493
+ * NodeSocket.label
22494
+ * NodeSocket.identifier
22495
+ * NodeSocket.description
22496
+ * NodeSocket.is_output
22497
+ * NodeSocket.select
22498
+ * NodeSocket.hide
22499
+ * NodeSocket.enabled
22500
+ * NodeSocket.link_limit
22501
+ * NodeSocket.is_linked
22502
+ * NodeSocket.is_unavailable
22503
+ * NodeSocket.is_multi_input
22504
+ * NodeSocket.show_expanded
22505
+ * NodeSocket.is_inactive
22506
+ * NodeSocket.is_icon_visible
22507
+ * NodeSocket.hide_value
22508
+ * NodeSocket.pin_gizmo
22509
+ * NodeSocket.node
22510
+ * NodeSocket.type
22511
+ * NodeSocket.display_shape
22512
+ * NodeSocket.inferred_structure_type
22513
+ * NodeSocket.bl_idname
22514
+ * NodeSocket.bl_label
22515
+ * NodeSocket.bl_subtype_label
22516
+ * NodeSocket.links
22517
+ * NodeSocketStandard.links
22518
+
22519
+ :columns: 2
22520
+
22521
+
22522
+ --------------------
22523
+
22524
+ * bpy_struct.as_pointer
22525
+ * bpy_struct.driver_add
22526
+ * bpy_struct.driver_remove
22527
+ * bpy_struct.get
22528
+ * bpy_struct.id_properties_clear
22529
+ * bpy_struct.id_properties_ensure
22530
+ * bpy_struct.id_properties_ui
22531
+ * bpy_struct.is_property_hidden
22532
+ * bpy_struct.is_property_overridable_library
22533
+ * bpy_struct.is_property_readonly
22534
+ * bpy_struct.is_property_set
22535
+ * bpy_struct.items
22536
+ * bpy_struct.keyframe_delete
22537
+ * bpy_struct.keyframe_insert
22538
+ * bpy_struct.keys
22539
+ * bpy_struct.path_from_id
22540
+ * bpy_struct.path_from_module
22541
+ * bpy_struct.path_resolve
22542
+ * bpy_struct.pop
22543
+ * bpy_struct.property_overridable_library_set
22544
+ * bpy_struct.property_unset
22545
+ * bpy_struct.rna_ancestors
22546
+ * bpy_struct.type_recast
22547
+ * bpy_struct.values
22548
+ * NodeSocket.bl_system_properties_get
22549
+ * NodeSocket.draw
22550
+ * NodeSocket.draw_color
22551
+ * NodeSocket.draw_color_simple
22552
+ * NodeSocket.bl_rna_get_subclass
22553
+ * NodeSocket.bl_rna_get_subclass_py
22554
+ * NodeSocketStandard.draw
22555
+ * NodeSocketStandard.draw_color
22556
+ * NodeSocketStandard.draw_color_simple
22557
+ * NodeSocketStandard.bl_rna_get_subclass
22558
+ * NodeSocketStandard.bl_rna_get_subclass_py
22559
+
22560
+ :columns: 2
22561
+
22562
+
22469
22563
  --------------------
22470
22564
 
22471
22565
  * bpy_struct.id_data
@@ -22964,6 +23058,7 @@ of the scene and only show nodes of the renderer they are designed for.
22964
23058
  * NodeTreeInterfaceSocket.layer_selection_field
22965
23059
  * NodeTreeInterfaceSocket.menu_expanded
22966
23060
  * NodeTreeInterfaceSocket.optional_label
23061
+ * NodeTreeInterfaceSocket.select
22967
23062
  * NodeTreeInterfaceSocket.attribute_domain
22968
23063
  * NodeTreeInterfaceSocket.default_attribute_name
22969
23064
  * NodeTreeInterfaceSocket.structure_type
@@ -24227,6 +24322,7 @@ of the scene and only show nodes of the renderer they are designed for.
24227
24322
  * NodeTreeInterfaceSocket.layer_selection_field
24228
24323
  * NodeTreeInterfaceSocket.menu_expanded
24229
24324
  * NodeTreeInterfaceSocket.optional_label
24325
+ * NodeTreeInterfaceSocket.select
24230
24326
  * NodeTreeInterfaceSocket.attribute_domain
24231
24327
  * NodeTreeInterfaceSocket.default_attribute_name
24232
24328
  * NodeTreeInterfaceSocket.structure_type
@@ -24490,6 +24586,7 @@ of the scene and only show nodes of the renderer they are designed for.
24490
24586
  * NodeTreeInterfaceSocket.layer_selection_field
24491
24587
  * NodeTreeInterfaceSocket.menu_expanded
24492
24588
  * NodeTreeInterfaceSocket.optional_label
24589
+ * NodeTreeInterfaceSocket.select
24493
24590
  * NodeTreeInterfaceSocket.attribute_domain
24494
24591
  * NodeTreeInterfaceSocket.default_attribute_name
24495
24592
  * NodeTreeInterfaceSocket.structure_type
@@ -24835,6 +24932,7 @@ of the scene and only show nodes of the renderer they are designed for.
24835
24932
  * NodeTreeInterfaceSocket.layer_selection_field
24836
24933
  * NodeTreeInterfaceSocket.menu_expanded
24837
24934
  * NodeTreeInterfaceSocket.optional_label
24935
+ * NodeTreeInterfaceSocket.select
24838
24936
  * NodeTreeInterfaceSocket.attribute_domain
24839
24937
  * NodeTreeInterfaceSocket.default_attribute_name
24840
24938
  * NodeTreeInterfaceSocket.structure_type
@@ -25174,6 +25272,7 @@ of the scene and only show nodes of the renderer they are designed for.
25174
25272
  * NodeTreeInterfaceSocket.layer_selection_field
25175
25273
  * NodeTreeInterfaceSocket.menu_expanded
25176
25274
  * NodeTreeInterfaceSocket.optional_label
25275
+ * NodeTreeInterfaceSocket.select
25177
25276
  * NodeTreeInterfaceSocket.attribute_domain
25178
25277
  * NodeTreeInterfaceSocket.default_attribute_name
25179
25278
  * NodeTreeInterfaceSocket.structure_type
@@ -25787,6 +25886,7 @@ of the scene and only show nodes of the renderer they are designed for.
25787
25886
  * NodeTreeInterfaceSocket.layer_selection_field
25788
25887
  * NodeTreeInterfaceSocket.menu_expanded
25789
25888
  * NodeTreeInterfaceSocket.optional_label
25889
+ * NodeTreeInterfaceSocket.select
25790
25890
  * NodeTreeInterfaceSocket.attribute_domain
25791
25891
  * NodeTreeInterfaceSocket.default_attribute_name
25792
25892
  * NodeTreeInterfaceSocket.structure_type
@@ -28268,6 +28368,7 @@ It demonstrates:
28268
28368
  * NodeTreeInterfaceSocket.layer_selection_field
28269
28369
  * NodeTreeInterfaceSocket.menu_expanded
28270
28370
  * NodeTreeInterfaceSocket.optional_label
28371
+ * NodeTreeInterfaceSocket.select
28271
28372
  * NodeTreeInterfaceSocket.attribute_domain
28272
28373
  * NodeTreeInterfaceSocket.default_attribute_name
28273
28374
  * NodeTreeInterfaceSocket.structure_type
@@ -30009,6 +30110,7 @@ It demonstrates:
30009
30110
  * NodeTreeInterfaceSocket.layer_selection_field
30010
30111
  * NodeTreeInterfaceSocket.menu_expanded
30011
30112
  * NodeTreeInterfaceSocket.optional_label
30113
+ * NodeTreeInterfaceSocket.select
30012
30114
  * NodeTreeInterfaceSocket.attribute_domain
30013
30115
  * NodeTreeInterfaceSocket.default_attribute_name
30014
30116
  * NodeTreeInterfaceSocket.structure_type
@@ -30740,6 +30842,7 @@ It demonstrates:
30740
30842
  * NodeTreeInterfaceSocket.layer_selection_field
30741
30843
  * NodeTreeInterfaceSocket.menu_expanded
30742
30844
  * NodeTreeInterfaceSocket.optional_label
30845
+ * NodeTreeInterfaceSocket.select
30743
30846
  * NodeTreeInterfaceSocket.attribute_domain
30744
30847
  * NodeTreeInterfaceSocket.default_attribute_name
30745
30848
  * NodeTreeInterfaceSocket.structure_type
@@ -32953,6 +33056,7 @@ It demonstrates:
32953
33056
  * NodeTreeInterfaceSocket.layer_selection_field
32954
33057
  * NodeTreeInterfaceSocket.menu_expanded
32955
33058
  * NodeTreeInterfaceSocket.optional_label
33059
+ * NodeTreeInterfaceSocket.select
32956
33060
  * NodeTreeInterfaceSocket.attribute_domain
32957
33061
  * NodeTreeInterfaceSocket.default_attribute_name
32958
33062
  * NodeTreeInterfaceSocket.structure_type
@@ -34633,6 +34737,7 @@ It demonstrates:
34633
34737
  * NodeTreeInterfaceSocket.layer_selection_field
34634
34738
  * NodeTreeInterfaceSocket.menu_expanded
34635
34739
  * NodeTreeInterfaceSocket.optional_label
34740
+ * NodeTreeInterfaceSocket.select
34636
34741
  * NodeTreeInterfaceSocket.attribute_domain
34637
34742
  * NodeTreeInterfaceSocket.default_attribute_name
34638
34743
  * NodeTreeInterfaceSocket.structure_type
@@ -34885,6 +34990,7 @@ It demonstrates:
34885
34990
  * NodeTreeInterfaceSocket.layer_selection_field
34886
34991
  * NodeTreeInterfaceSocket.menu_expanded
34887
34992
  * NodeTreeInterfaceSocket.optional_label
34993
+ * NodeTreeInterfaceSocket.select
34888
34994
  * NodeTreeInterfaceSocket.attribute_domain
34889
34995
  * NodeTreeInterfaceSocket.default_attribute_name
34890
34996
  * NodeTreeInterfaceSocket.structure_type
@@ -35937,7 +36043,6 @@ It demonstrates:
35937
36043
  * BlendData.fonts
35938
36044
  * BlendDataFonts.load
35939
36045
  * BlendDataFonts.remove
35940
- * GeometryNodeStringToCurves.font
35941
36046
  * NodeSocketFont.default_value
35942
36047
  * NodeTreeInterfaceSocketFont.default_value
35943
36048
  * TextCurve.font
@@ -37023,6 +37128,7 @@ Executing the operator will then print all values.
37023
37128
  * NodeTreeInterfaceSocket.layer_selection_field
37024
37129
  * NodeTreeInterfaceSocket.menu_expanded
37025
37130
  * NodeTreeInterfaceSocket.optional_label
37131
+ * NodeTreeInterfaceSocket.select
37026
37132
  * NodeTreeInterfaceSocket.attribute_domain
37027
37133
  * NodeTreeInterfaceSocket.default_attribute_name
37028
37134
  * NodeTreeInterfaceSocket.structure_type
@@ -42115,6 +42221,7 @@ Operator.draw method for layout and display.
42115
42221
  * NodeTreeInterfaceSocket.layer_selection_field
42116
42222
  * NodeTreeInterfaceSocket.menu_expanded
42117
42223
  * NodeTreeInterfaceSocket.optional_label
42224
+ * NodeTreeInterfaceSocket.select
42118
42225
  * NodeTreeInterfaceSocket.attribute_domain
42119
42226
  * NodeTreeInterfaceSocket.default_attribute_name
42120
42227
  * NodeTreeInterfaceSocket.structure_type
@@ -42911,6 +43018,7 @@ Operator.draw method for layout and display.
42911
43018
  * NodeTreeInterfaceSocket.layer_selection_field
42912
43019
  * NodeTreeInterfaceSocket.menu_expanded
42913
43020
  * NodeTreeInterfaceSocket.optional_label
43021
+ * NodeTreeInterfaceSocket.select
42914
43022
  * NodeTreeInterfaceSocket.attribute_domain
42915
43023
  * NodeTreeInterfaceSocket.default_attribute_name
42916
43024
  * NodeTreeInterfaceSocket.structure_type
@@ -43568,6 +43676,7 @@ Operator.draw method for layout and display.
43568
43676
  * NodeTreeInterfaceSocket.layer_selection_field
43569
43677
  * NodeTreeInterfaceSocket.menu_expanded
43570
43678
  * NodeTreeInterfaceSocket.optional_label
43679
+ * NodeTreeInterfaceSocket.select
43571
43680
  * NodeTreeInterfaceSocket.attribute_domain
43572
43681
  * NodeTreeInterfaceSocket.default_attribute_name
43573
43682
  * NodeTreeInterfaceSocket.structure_type
@@ -44700,6 +44809,7 @@ Operator.draw method for layout and display.
44700
44809
  * NodeTreeInterfaceSocket.layer_selection_field
44701
44810
  * NodeTreeInterfaceSocket.menu_expanded
44702
44811
  * NodeTreeInterfaceSocket.optional_label
44812
+ * NodeTreeInterfaceSocket.select
44703
44813
  * NodeTreeInterfaceSocket.attribute_domain
44704
44814
  * NodeTreeInterfaceSocket.default_attribute_name
44705
44815
  * NodeTreeInterfaceSocket.structure_type
@@ -46641,6 +46751,7 @@ Operator.draw method for layout and display.
46641
46751
  * NodeTreeInterfaceSocket.layer_selection_field
46642
46752
  * NodeTreeInterfaceSocket.menu_expanded
46643
46753
  * NodeTreeInterfaceSocket.optional_label
46754
+ * NodeTreeInterfaceSocket.select
46644
46755
  * NodeTreeInterfaceSocket.attribute_domain
46645
46756
  * NodeTreeInterfaceSocket.default_attribute_name
46646
46757
  * NodeTreeInterfaceSocket.structure_type
@@ -52504,6 +52615,7 @@ Operator.draw method for layout and display.
52504
52615
  * NodeTreeInterfaceSocketFloatDistance.draw
52505
52616
  * NodeTreeInterfaceSocketFloatFactor.draw
52506
52617
  * NodeTreeInterfaceSocketFloatFrequency.draw
52618
+ * NodeTreeInterfaceSocketFloatMass.draw
52507
52619
  * NodeTreeInterfaceSocketFloatPercentage.draw
52508
52620
  * NodeTreeInterfaceSocketFloatTime.draw
52509
52621
  * NodeTreeInterfaceSocketFloatTimeAbsolute.draw
@@ -52668,6 +52780,7 @@ Operator.draw method for layout and display.
52668
52780
  * NodeTreeInterfaceSocket.layer_selection_field
52669
52781
  * NodeTreeInterfaceSocket.menu_expanded
52670
52782
  * NodeTreeInterfaceSocket.optional_label
52783
+ * NodeTreeInterfaceSocket.select
52671
52784
  * NodeTreeInterfaceSocket.attribute_domain
52672
52785
  * NodeTreeInterfaceSocket.default_attribute_name
52673
52786
  * NodeTreeInterfaceSocket.structure_type
@@ -54519,6 +54632,7 @@ Operator.draw method for layout and display.
54519
54632
  * NodeTreeInterfaceSocket.layer_selection_field
54520
54633
  * NodeTreeInterfaceSocket.menu_expanded
54521
54634
  * NodeTreeInterfaceSocket.optional_label
54635
+ * NodeTreeInterfaceSocket.select
54522
54636
  * NodeTreeInterfaceSocket.attribute_domain
54523
54637
  * NodeTreeInterfaceSocket.default_attribute_name
54524
54638
  * NodeTreeInterfaceSocket.structure_type
@@ -54640,6 +54754,7 @@ Operator.draw method for layout and display.
54640
54754
  * NodeTreeInterfaceSocket.layer_selection_field
54641
54755
  * NodeTreeInterfaceSocket.menu_expanded
54642
54756
  * NodeTreeInterfaceSocket.optional_label
54757
+ * NodeTreeInterfaceSocket.select
54643
54758
  * NodeTreeInterfaceSocket.attribute_domain
54644
54759
  * NodeTreeInterfaceSocket.default_attribute_name
54645
54760
  * NodeTreeInterfaceSocket.structure_type
@@ -63766,6 +63881,8 @@ print(positions_data)
63766
63881
  * NodeTreeInterfaceSocketFloatFactor.init_socket
63767
63882
  * NodeTreeInterfaceSocketFloatFrequency.from_socket
63768
63883
  * NodeTreeInterfaceSocketFloatFrequency.init_socket
63884
+ * NodeTreeInterfaceSocketFloatMass.from_socket
63885
+ * NodeTreeInterfaceSocketFloatMass.init_socket
63769
63886
  * NodeTreeInterfaceSocketFloatPercentage.from_socket
63770
63887
  * NodeTreeInterfaceSocketFloatPercentage.init_socket
63771
63888
  * NodeTreeInterfaceSocketFloatTime.from_socket
@@ -64525,6 +64642,7 @@ print(positions_data)
64525
64642
  * NodeTreeInterfaceSocket.layer_selection_field
64526
64643
  * NodeTreeInterfaceSocket.menu_expanded
64527
64644
  * NodeTreeInterfaceSocket.optional_label
64645
+ * NodeTreeInterfaceSocket.select
64528
64646
  * NodeTreeInterfaceSocket.attribute_domain
64529
64647
  * NodeTreeInterfaceSocket.default_attribute_name
64530
64648
  * NodeTreeInterfaceSocket.structure_type
@@ -66916,6 +67034,7 @@ print(positions_data)
66916
67034
  * NodeTreeInterfaceSocket.layer_selection_field
66917
67035
  * NodeTreeInterfaceSocket.menu_expanded
66918
67036
  * NodeTreeInterfaceSocket.optional_label
67037
+ * NodeTreeInterfaceSocket.select
66919
67038
  * NodeTreeInterfaceSocket.attribute_domain
66920
67039
  * NodeTreeInterfaceSocket.default_attribute_name
66921
67040
  * NodeTreeInterfaceSocket.structure_type
@@ -67965,6 +68084,7 @@ print(positions_data)
67965
68084
  * NodeTreeInterfaceSocket.layer_selection_field
67966
68085
  * NodeTreeInterfaceSocket.menu_expanded
67967
68086
  * NodeTreeInterfaceSocket.optional_label
68087
+ * NodeTreeInterfaceSocket.select
67968
68088
  * NodeTreeInterfaceSocket.attribute_domain
67969
68089
  * NodeTreeInterfaceSocket.default_attribute_name
67970
68090
  * NodeTreeInterfaceSocket.structure_type
@@ -70042,6 +70162,7 @@ print(positions_data)
70042
70162
  * NodeTreeInterfaceSocket.layer_selection_field
70043
70163
  * NodeTreeInterfaceSocket.menu_expanded
70044
70164
  * NodeTreeInterfaceSocket.optional_label
70165
+ * NodeTreeInterfaceSocket.select
70045
70166
  * NodeTreeInterfaceSocket.attribute_domain
70046
70167
  * NodeTreeInterfaceSocket.default_attribute_name
70047
70168
  * NodeTreeInterfaceSocket.structure_type
@@ -72865,6 +72986,7 @@ To return a list of the data-blocks that are animated by a specific slot of an A
72865
72986
  * NodeTreeInterfaceSocket.layer_selection_field
72866
72987
  * NodeTreeInterfaceSocket.menu_expanded
72867
72988
  * NodeTreeInterfaceSocket.optional_label
72989
+ * NodeTreeInterfaceSocket.select
72868
72990
  * NodeTreeInterfaceSocket.attribute_domain
72869
72991
  * NodeTreeInterfaceSocket.default_attribute_name
72870
72992
  * NodeTreeInterfaceSocket.structure_type
@@ -73526,6 +73648,7 @@ To return a list of the data-blocks that are animated by a specific slot of an A
73526
73648
  * NodeTreeInterfaceSocket.layer_selection_field
73527
73649
  * NodeTreeInterfaceSocket.menu_expanded
73528
73650
  * NodeTreeInterfaceSocket.optional_label
73651
+ * NodeTreeInterfaceSocket.select
73529
73652
  * NodeTreeInterfaceSocket.attribute_domain
73530
73653
  * NodeTreeInterfaceSocket.default_attribute_name
73531
73654
  * NodeTreeInterfaceSocket.structure_type
@@ -74446,6 +74569,74 @@ To return a list of the data-blocks that are animated by a specific slot of an A
74446
74569
  :columns: 2
74447
74570
 
74448
74571
 
74572
+ --------------------
74573
+
74574
+ * bpy_struct.id_data
74575
+ * NodeTreeInterfaceItem.item_type
74576
+ * NodeTreeInterfaceItem.parent
74577
+ * NodeTreeInterfaceItem.position
74578
+ * NodeTreeInterfaceItem.index
74579
+ * NodeTreeInterfaceSocket.name
74580
+ * NodeTreeInterfaceSocket.identifier
74581
+ * NodeTreeInterfaceSocket.description
74582
+ * NodeTreeInterfaceSocket.socket_type
74583
+ * NodeTreeInterfaceSocket.in_out
74584
+ * NodeTreeInterfaceSocket.hide_value
74585
+ * NodeTreeInterfaceSocket.hide_in_modifier
74586
+ * NodeTreeInterfaceSocket.force_non_field
74587
+ * NodeTreeInterfaceSocket.is_inspect_output
74588
+ * NodeTreeInterfaceSocket.is_panel_toggle
74589
+ * NodeTreeInterfaceSocket.layer_selection_field
74590
+ * NodeTreeInterfaceSocket.menu_expanded
74591
+ * NodeTreeInterfaceSocket.optional_label
74592
+ * NodeTreeInterfaceSocket.select
74593
+ * NodeTreeInterfaceSocket.attribute_domain
74594
+ * NodeTreeInterfaceSocket.default_attribute_name
74595
+ * NodeTreeInterfaceSocket.structure_type
74596
+ * NodeTreeInterfaceSocket.default_input
74597
+ * NodeTreeInterfaceSocket.bl_socket_idname
74598
+
74599
+ :columns: 2
74600
+
74601
+
74602
+ --------------------
74603
+
74604
+ * bpy_struct.as_pointer
74605
+ * bpy_struct.driver_add
74606
+ * bpy_struct.driver_remove
74607
+ * bpy_struct.get
74608
+ * bpy_struct.id_properties_clear
74609
+ * bpy_struct.id_properties_ensure
74610
+ * bpy_struct.id_properties_ui
74611
+ * bpy_struct.is_property_hidden
74612
+ * bpy_struct.is_property_overridable_library
74613
+ * bpy_struct.is_property_readonly
74614
+ * bpy_struct.is_property_set
74615
+ * bpy_struct.items
74616
+ * bpy_struct.keyframe_delete
74617
+ * bpy_struct.keyframe_insert
74618
+ * bpy_struct.keys
74619
+ * bpy_struct.path_from_id
74620
+ * bpy_struct.path_from_module
74621
+ * bpy_struct.path_resolve
74622
+ * bpy_struct.pop
74623
+ * bpy_struct.property_overridable_library_set
74624
+ * bpy_struct.property_unset
74625
+ * bpy_struct.rna_ancestors
74626
+ * bpy_struct.type_recast
74627
+ * bpy_struct.values
74628
+ * NodeTreeInterfaceItem.bl_rna_get_subclass
74629
+ * NodeTreeInterfaceItem.bl_rna_get_subclass_py
74630
+ * NodeTreeInterfaceSocket.bl_system_properties_get
74631
+ * NodeTreeInterfaceSocket.draw
74632
+ * NodeTreeInterfaceSocket.init_socket
74633
+ * NodeTreeInterfaceSocket.from_socket
74634
+ * NodeTreeInterfaceSocket.bl_rna_get_subclass
74635
+ * NodeTreeInterfaceSocket.bl_rna_get_subclass_py
74636
+
74637
+ :columns: 2
74638
+
74639
+
74449
74640
  --------------------
74450
74641
 
74451
74642
  * bpy_struct.id_data
@@ -78434,6 +78625,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
78434
78625
  * NodeTreeInterfaceSocket.layer_selection_field
78435
78626
  * NodeTreeInterfaceSocket.menu_expanded
78436
78627
  * NodeTreeInterfaceSocket.optional_label
78628
+ * NodeTreeInterfaceSocket.select
78437
78629
  * NodeTreeInterfaceSocket.attribute_domain
78438
78630
  * NodeTreeInterfaceSocket.default_attribute_name
78439
78631
  * NodeTreeInterfaceSocket.structure_type
@@ -78741,6 +78933,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
78741
78933
  * NodeTreeInterfaceSocket.layer_selection_field
78742
78934
  * NodeTreeInterfaceSocket.menu_expanded
78743
78935
  * NodeTreeInterfaceSocket.optional_label
78936
+ * NodeTreeInterfaceSocket.select
78744
78937
  * NodeTreeInterfaceSocket.attribute_domain
78745
78938
  * NodeTreeInterfaceSocket.default_attribute_name
78746
78939
  * NodeTreeInterfaceSocket.structure_type
@@ -80816,6 +81009,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
80816
81009
  * NodeTreeInterfaceSocket.layer_selection_field
80817
81010
  * NodeTreeInterfaceSocket.menu_expanded
80818
81011
  * NodeTreeInterfaceSocket.optional_label
81012
+ * NodeTreeInterfaceSocket.select
80819
81013
  * NodeTreeInterfaceSocket.attribute_domain
80820
81014
  * NodeTreeInterfaceSocket.default_attribute_name
80821
81015
  * NodeTreeInterfaceSocket.structure_type
@@ -85616,6 +85810,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
85616
85810
  * NodeTreeInterfaceSocket.layer_selection_field
85617
85811
  * NodeTreeInterfaceSocket.menu_expanded
85618
85812
  * NodeTreeInterfaceSocket.optional_label
85813
+ * NodeTreeInterfaceSocket.select
85619
85814
  * NodeTreeInterfaceSocket.attribute_domain
85620
85815
  * NodeTreeInterfaceSocket.default_attribute_name
85621
85816
  * NodeTreeInterfaceSocket.structure_type
@@ -88715,6 +88910,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
88715
88910
  * NodeTreeInterfaceSocket.layer_selection_field
88716
88911
  * NodeTreeInterfaceSocket.menu_expanded
88717
88912
  * NodeTreeInterfaceSocket.optional_label
88913
+ * NodeTreeInterfaceSocket.select
88718
88914
  * NodeTreeInterfaceSocket.attribute_domain
88719
88915
  * NodeTreeInterfaceSocket.default_attribute_name
88720
88916
  * NodeTreeInterfaceSocket.structure_type
@@ -91286,6 +91482,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
91286
91482
  * NodeTreeInterfaceSocket.layer_selection_field
91287
91483
  * NodeTreeInterfaceSocket.menu_expanded
91288
91484
  * NodeTreeInterfaceSocket.optional_label
91485
+ * NodeTreeInterfaceSocket.select
91289
91486
  * NodeTreeInterfaceSocket.attribute_domain
91290
91487
  * NodeTreeInterfaceSocket.default_attribute_name
91291
91488
  * NodeTreeInterfaceSocket.structure_type
@@ -94261,6 +94458,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
94261
94458
  * NodeTreeInterfaceSocket.layer_selection_field
94262
94459
  * NodeTreeInterfaceSocket.menu_expanded
94263
94460
  * NodeTreeInterfaceSocket.optional_label
94461
+ * NodeTreeInterfaceSocket.select
94264
94462
  * NodeTreeInterfaceSocket.attribute_domain
94265
94463
  * NodeTreeInterfaceSocket.default_attribute_name
94266
94464
  * NodeTreeInterfaceSocket.structure_type
@@ -97372,6 +97570,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
97372
97570
  * NodeTreeInterfaceSocket.layer_selection_field
97373
97571
  * NodeTreeInterfaceSocket.menu_expanded
97374
97572
  * NodeTreeInterfaceSocket.optional_label
97573
+ * NodeTreeInterfaceSocket.select
97375
97574
  * NodeTreeInterfaceSocket.attribute_domain
97376
97575
  * NodeTreeInterfaceSocket.default_attribute_name
97377
97576
  * NodeTreeInterfaceSocket.structure_type
@@ -100313,6 +100512,7 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
100313
100512
  * NodeTreeInterfaceSocket.layer_selection_field
100314
100513
  * NodeTreeInterfaceSocket.menu_expanded
100315
100514
  * NodeTreeInterfaceSocket.optional_label
100515
+ * NodeTreeInterfaceSocket.select
100316
100516
  * NodeTreeInterfaceSocket.attribute_domain
100317
100517
  * NodeTreeInterfaceSocket.default_attribute_name
100318
100518
  * NodeTreeInterfaceSocket.structure_type
@@ -101791,6 +101991,7 @@ object, placing it into a view layer, selecting it and making it active.
101791
101991
  * NodeTreeInterfaceSocket.layer_selection_field
101792
101992
  * NodeTreeInterfaceSocket.menu_expanded
101793
101993
  * NodeTreeInterfaceSocket.optional_label
101994
+ * NodeTreeInterfaceSocket.select
101794
101995
  * NodeTreeInterfaceSocket.attribute_domain
101795
101996
  * NodeTreeInterfaceSocket.default_attribute_name
101796
101997
  * NodeTreeInterfaceSocket.structure_type
@@ -103621,6 +103822,7 @@ object, placing it into a view layer, selecting it and making it active.
103621
103822
  * NodeTreeInterfaceSocket.layer_selection_field
103622
103823
  * NodeTreeInterfaceSocket.menu_expanded
103623
103824
  * NodeTreeInterfaceSocket.optional_label
103825
+ * NodeTreeInterfaceSocket.select
103624
103826
  * NodeTreeInterfaceSocket.attribute_domain
103625
103827
  * NodeTreeInterfaceSocket.default_attribute_name
103626
103828
  * NodeTreeInterfaceSocket.structure_type
@@ -105903,6 +106105,7 @@ object, placing it into a view layer, selecting it and making it active.
105903
106105
  * NodeTreeInterfaceSocket.layer_selection_field
105904
106106
  * NodeTreeInterfaceSocket.menu_expanded
105905
106107
  * NodeTreeInterfaceSocket.optional_label
106108
+ * NodeTreeInterfaceSocket.select
105906
106109
  * NodeTreeInterfaceSocket.attribute_domain
105907
106110
  * NodeTreeInterfaceSocket.default_attribute_name
105908
106111
  * NodeTreeInterfaceSocket.structure_type
@@ -106782,6 +106985,7 @@ object, placing it into a view layer, selecting it and making it active.
106782
106985
  * NodeTreeInterfaceSocket.layer_selection_field
106783
106986
  * NodeTreeInterfaceSocket.menu_expanded
106784
106987
  * NodeTreeInterfaceSocket.optional_label
106988
+ * NodeTreeInterfaceSocket.select
106785
106989
  * NodeTreeInterfaceSocket.attribute_domain
106786
106990
  * NodeTreeInterfaceSocket.default_attribute_name
106787
106991
  * NodeTreeInterfaceSocket.structure_type
@@ -107244,6 +107448,7 @@ object, placing it into a view layer, selecting it and making it active.
107244
107448
  * NodeTreeInterfaceSocket.layer_selection_field
107245
107449
  * NodeTreeInterfaceSocket.menu_expanded
107246
107450
  * NodeTreeInterfaceSocket.optional_label
107451
+ * NodeTreeInterfaceSocket.select
107247
107452
  * NodeTreeInterfaceSocket.attribute_domain
107248
107453
  * NodeTreeInterfaceSocket.default_attribute_name
107249
107454
  * NodeTreeInterfaceSocket.structure_type
@@ -107453,6 +107658,7 @@ object, placing it into a view layer, selecting it and making it active.
107453
107658
  * NodeTreeInterfaceSocket.layer_selection_field
107454
107659
  * NodeTreeInterfaceSocket.menu_expanded
107455
107660
  * NodeTreeInterfaceSocket.optional_label
107661
+ * NodeTreeInterfaceSocket.select
107456
107662
  * NodeTreeInterfaceSocket.attribute_domain
107457
107663
  * NodeTreeInterfaceSocket.default_attribute_name
107458
107664
  * NodeTreeInterfaceSocket.structure_type
@@ -111031,6 +111237,7 @@ object, placing it into a view layer, selecting it and making it active.
111031
111237
  * NodeTreeInterfaceSocket.layer_selection_field
111032
111238
  * NodeTreeInterfaceSocket.menu_expanded
111033
111239
  * NodeTreeInterfaceSocket.optional_label
111240
+ * NodeTreeInterfaceSocket.select
111034
111241
  * NodeTreeInterfaceSocket.attribute_domain
111035
111242
  * NodeTreeInterfaceSocket.default_attribute_name
111036
111243
  * NodeTreeInterfaceSocket.structure_type
@@ -111098,6 +111305,7 @@ object, placing it into a view layer, selecting it and making it active.
111098
111305
  * NodeTreeInterfaceSocket.layer_selection_field
111099
111306
  * NodeTreeInterfaceSocket.menu_expanded
111100
111307
  * NodeTreeInterfaceSocket.optional_label
111308
+ * NodeTreeInterfaceSocket.select
111101
111309
  * NodeTreeInterfaceSocket.attribute_domain
111102
111310
  * NodeTreeInterfaceSocket.default_attribute_name
111103
111311
  * NodeTreeInterfaceSocket.structure_type
@@ -113547,6 +113755,7 @@ Menu.poll function.
113547
113755
  * NodeTreeInterfaceSocket.layer_selection_field
113548
113756
  * NodeTreeInterfaceSocket.menu_expanded
113549
113757
  * NodeTreeInterfaceSocket.optional_label
113758
+ * NodeTreeInterfaceSocket.select
113550
113759
  * NodeTreeInterfaceSocket.attribute_domain
113551
113760
  * NodeTreeInterfaceSocket.default_attribute_name
113552
113761
  * NodeTreeInterfaceSocket.structure_type
@@ -115941,6 +116150,7 @@ Menu.poll function.
115941
116150
  * NodeTreeInterfaceSocket.layer_selection_field
115942
116151
  * NodeTreeInterfaceSocket.menu_expanded
115943
116152
  * NodeTreeInterfaceSocket.optional_label
116153
+ * NodeTreeInterfaceSocket.select
115944
116154
  * NodeTreeInterfaceSocket.attribute_domain
115945
116155
  * NodeTreeInterfaceSocket.default_attribute_name
115946
116156
  * NodeTreeInterfaceSocket.structure_type
@@ -129386,7 +129596,14 @@ class AssetShelf(bpy_struct):
129386
129596
  bl_idname: str
129387
129597
  """ If this is set, the asset gets a custom ID, otherwise it takes the name of the class used to define the asset (for example, if the class name is "OBJECT_AST_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_AST_hello")"""
129388
129598
 
129389
- bl_options: typing.Any
129599
+ bl_options: set[
129600
+ typing.Literal[
129601
+ "NO_ASSET_DRAG",
129602
+ "DEFAULT_VISIBLE",
129603
+ "STORE_ENABLED_CATALOGS_IN_PREFERENCES",
129604
+ "ACTIVATE_FOR_CONTEXT_MENU",
129605
+ ]
129606
+ ]
129390
129607
  """ Options for this asset shelf type"""
129391
129608
 
129392
129609
  bl_space_type: bpy.stub_internal.rna_enums.SpaceTypeItems
@@ -130276,7 +130493,22 @@ class BlendImportContext(bpy_struct):
130276
130493
  """Contextual data for a blendfile library/linked-data related operation. Currently only exposed as read-only data for the pre/post blendimport handlers"""
130277
130494
 
130278
130495
  import_items: BlendImportContextItems
130279
- options: typing.Any
130496
+ options: set[
130497
+ typing.Literal[
130498
+ "LINK",
130499
+ "MAKE_PATHS_RELATIVE",
130500
+ "USE_PLACEHOLDERS",
130501
+ "FORCE_INDIRECT",
130502
+ "APPEND_SET_FAKEUSER",
130503
+ "APPEND_RECURSIVE",
130504
+ "APPEND_LOCAL_ID_REUSE",
130505
+ "APPEND_ASSET_DATA_CLEAR",
130506
+ "SELECT_OBJECTS",
130507
+ "USE_ACTIVE_COLLECTION",
130508
+ "OBDATA_INSTANCE",
130509
+ "COLLECTION_INSTANCE",
130510
+ ]
130511
+ ]
130280
130512
  """ Options for this blendfile import operation"""
130281
130513
 
130282
130514
  process_stage: typing.Literal["INIT", "DONE"]
@@ -130324,7 +130556,11 @@ class BlendImportContextItem(bpy_struct):
130324
130556
  id_type: bpy.stub_internal.rna_enums.IdTypeItems
130325
130557
  """ ID type of the item"""
130326
130558
 
130327
- import_info: typing.Any
130559
+ import_info: set[
130560
+ typing.Literal[
130561
+ "INDIRECT_USAGE", "LIBOVERRIDE_DEPENDENCY", "LIBOVERRIDE_DEPENDENCY_ONLY"
130562
+ ]
130563
+ ]
130328
130564
  """ Various status info about an item after it has been imported"""
130329
130565
 
130330
130566
  library_override_id: ID | None
@@ -131489,7 +131725,7 @@ class BooleanModifier(Modifier, bpy_struct):
131489
131725
  collection: Collection | None
131490
131726
  """ Use mesh objects in this collection for Boolean operation"""
131491
131727
 
131492
- debug_options: typing.Any
131728
+ debug_options: set[typing.Literal["SEPARATE", "NO_DISSOLVE", "NO_CONNECT_REGIONS"]]
131493
131729
  """ Debugging options, only when started with '-d' """
131494
131730
 
131495
131731
  double_threshold: float
@@ -134238,7 +134474,9 @@ class ClothSolverResult(bpy_struct):
134238
134474
  min_iterations: int
134239
134475
  """ Minimum iterations during substeps"""
134240
134476
 
134241
- status: typing.Any
134477
+ status: set[
134478
+ typing.Literal["SUCCESS", "NUMERICAL_ISSUE", "NO_CONVERGENCE", "INVALID_INPUT"]
134479
+ ]
134242
134480
  """ Status of the solver iteration"""
134243
134481
 
134244
134482
  @classmethod
@@ -141841,16 +142079,22 @@ class DampedTrackConstraint(Constraint, bpy_struct):
141841
142079
  class DataTransferModifier(Modifier, bpy_struct):
141842
142080
  """Modifier transferring some data from a source mesh"""
141843
142081
 
141844
- data_types_edges: typing.Any
142082
+ data_types_edges: set[
142083
+ typing.Literal[
142084
+ "SHARP_EDGE", "SEAM", "CREASE", "BEVEL_WEIGHT_EDGE", "FREESTYLE_EDGE"
142085
+ ]
142086
+ ]
141845
142087
  """ Which edge data layers to transfer"""
141846
142088
 
141847
- data_types_loops: typing.Any
142089
+ data_types_loops: set[typing.Literal["CUSTOM_NORMAL", "COLOR_CORNER", "UV"]]
141848
142090
  """ Which face corner data layers to transfer"""
141849
142091
 
141850
- data_types_polys: typing.Any
142092
+ data_types_polys: set[typing.Literal["SMOOTH", "FREESTYLE_FACE"]]
141851
142093
  """ Which face data layers to transfer"""
141852
142094
 
141853
- data_types_verts: typing.Any
142095
+ data_types_verts: set[
142096
+ typing.Literal["VGROUP_WEIGHTS", "BEVEL_WEIGHT_VERT", "COLOR_VERTEX"]
142097
+ ]
141854
142098
  """ Which vertex data layers to transfer"""
141855
142099
 
141856
142100
  edge_mapping: bpy.stub_internal.rna_enums.DtMethodEdgeItems
@@ -143633,7 +143877,7 @@ class EnumProperty(Property, bpy_struct):
143633
143877
  default: str
143634
143878
  """ Default value for this enum"""
143635
143879
 
143636
- default_flag: set[typing.Literal["DEFAULT"]] | typing.Any
143880
+ default_flag: set[typing.Literal["DEFAULT"]]
143637
143881
  """ Default value for this enum"""
143638
143882
 
143639
143883
  enum_items: bpy_prop_collection[EnumPropertyItem]
@@ -162588,31 +162832,6 @@ class GeometryNodeStringJoin(GeometryNode, NodeInternal, Node, bpy_struct):
162588
162832
  class GeometryNodeStringToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
162589
162833
  """Generate a paragraph of text with a specific font, using a curve instance to store each character"""
162590
162834
 
162591
- align_x: typing.Literal["LEFT", "CENTER", "RIGHT", "JUSTIFY", "FLUSH"]
162592
- """ Text horizontal alignment from the object or text box center"""
162593
-
162594
- align_y: typing.Literal[
162595
- "TOP", "TOP_BASELINE", "MIDDLE", "BOTTOM_BASELINE", "BOTTOM"
162596
- ]
162597
- """ Text vertical alignment from the object center"""
162598
-
162599
- font: VectorFont | None
162600
- """ Font of the text. Falls back to the UI font by default."""
162601
-
162602
- overflow: typing.Literal["OVERFLOW", "SCALE_TO_FIT", "TRUNCATE"]
162603
- """ Handle the text behavior when it does not fit in the text boxes"""
162604
-
162605
- pivot_mode: typing.Literal[
162606
- "MIDPOINT",
162607
- "TOP_LEFT",
162608
- "TOP_CENTER",
162609
- "TOP_RIGHT",
162610
- "BOTTOM_LEFT",
162611
- "BOTTOM_CENTER",
162612
- "BOTTOM_RIGHT",
162613
- ]
162614
- """ Pivot point position relative to character"""
162615
-
162616
162835
  @classmethod
162617
162836
  def is_registered_node_type(cls) -> bool:
162618
162837
  """True if a registered node type
@@ -164334,7 +164553,20 @@ class GizmoGroup(bpy_struct):
164334
164553
 
164335
164554
  bl_idname: str
164336
164555
  bl_label: str
164337
- bl_options: typing.Any
164556
+ bl_options: set[
164557
+ typing.Literal[
164558
+ "3D",
164559
+ "SCALE",
164560
+ "DEPTH_3D",
164561
+ "SELECT",
164562
+ "PERSISTENT",
164563
+ "SHOW_MODAL_ALL",
164564
+ "EXCLUDE_MODAL",
164565
+ "TOOL_INIT",
164566
+ "TOOL_FALLBACK_KEYMAP",
164567
+ "VR_REDRAWS",
164568
+ ]
164569
+ ]
164338
164570
  """ Options for this operator type"""
164339
164571
 
164340
164572
  bl_owner_id: str
@@ -168482,7 +168714,11 @@ class IDOverrideLibraryProperty(bpy_struct):
168482
168714
  class IDOverrideLibraryPropertyOperation(bpy_struct):
168483
168715
  """Description of an override operation over an overridden property"""
168484
168716
 
168485
- flag: typing.Any
168717
+ flag: set[
168718
+ typing.Literal[
168719
+ "MANDATORY", "LOCKED", "IDPOINTER_MATCH_REFERENCE", "IDPOINTER_ITEM_USE_ID"
168720
+ ]
168721
+ ]
168486
168722
  """ Status flags"""
168487
168723
 
168488
168724
  operation: typing.Literal[
@@ -176405,7 +176641,10 @@ class Mesh(ID, bpy_struct):
176405
176641
  def edge_creases_remove(self) -> None: ...
176406
176642
  def from_pydata(
176407
176643
  self,
176408
- vertices: collections.abc.Iterable[collections.abc.Sequence[float]] | None,
176644
+ vertices: collections.abc.Iterable[
176645
+ collections.abc.Sequence[float] | mathutils.Vector
176646
+ ]
176647
+ | None,
176409
176648
  edges: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
176410
176649
  faces: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
176411
176650
  shade_flat=True,
@@ -181625,6 +181864,41 @@ class NodeSocketFloatFrequency(NodeSocketStandard, NodeSocket, bpy_struct):
181625
181864
  :return: The class or default when not found.
181626
181865
  """
181627
181866
 
181867
+ class NodeSocketFloatMass(NodeSocketStandard, NodeSocket, bpy_struct):
181868
+ """Floating-point number socket of a node"""
181869
+
181870
+ default_value: float
181871
+ links: NodeLinks | None
181872
+ """ List of node links from or to this socket.(readonly)"""
181873
+
181874
+ @classmethod
181875
+ def bl_rna_get_subclass(
181876
+ cls,
181877
+ id: str | None,
181878
+ default=None,
181879
+ /,
181880
+ ) -> Struct:
181881
+ """
181882
+
181883
+ :param id: The RNA type identifier.
181884
+ :param default:
181885
+ :return: The RNA type or default when not found.
181886
+ """
181887
+
181888
+ @classmethod
181889
+ def bl_rna_get_subclass_py(
181890
+ cls,
181891
+ id: str | None,
181892
+ default=None,
181893
+ /,
181894
+ ) -> typing.Any:
181895
+ """
181896
+
181897
+ :param id: The RNA type identifier.
181898
+ :param default:
181899
+ :return: The class or default when not found.
181900
+ """
181901
+
181628
181902
  class NodeSocketFloatPercentage(NodeSocketStandard, NodeSocket, bpy_struct):
181629
181903
  """Floating-point number socket of a node"""
181630
181904
 
@@ -183846,6 +184120,9 @@ class NodeTreeInterfacePanel(NodeTreeInterfaceItem, bpy_struct):
183846
184120
  persistent_uid: int
183847
184121
  """ Unique identifier for this panel within this node tree"""
183848
184122
 
184123
+ select: bool
184124
+ """ Panel is selected in the interface"""
184125
+
183849
184126
  @classmethod
183850
184127
  def bl_rna_get_subclass(
183851
184128
  cls,
@@ -183935,6 +184212,9 @@ Deprecated. Will be remove in 5.0."""
183935
184212
  optional_label: bool
183936
184213
  """ Indicate that the label of this socket is not necessary to understand its meaning. This may result in the label being skipped in some cases"""
183937
184214
 
184215
+ select: bool
184216
+ """ Socket is selected in the interface"""
184217
+
183938
184218
  socket_type: str
183939
184219
  """ Type of the socket generated by this interface item"""
183940
184220
 
@@ -184686,6 +184966,73 @@ class NodeTreeInterfaceSocketFloatFrequency(
184686
184966
  :return: The class or default when not found.
184687
184967
  """
184688
184968
 
184969
+ class NodeTreeInterfaceSocketFloatMass(
184970
+ NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
184971
+ ):
184972
+ """Floating-point number socket of a node"""
184973
+
184974
+ default_value: float
184975
+ """ Input value used for unconnected socket"""
184976
+
184977
+ max_value: float
184978
+ """ Maximum value"""
184979
+
184980
+ min_value: float
184981
+ """ Minimum value"""
184982
+
184983
+ subtype: str
184984
+ """ Subtype of the default value"""
184985
+
184986
+ def draw(self, context: Context, layout: UILayout) -> None:
184987
+ """Draw interface socket settings
184988
+
184989
+ :param context:
184990
+ :param layout: Layout, Layout in the UI
184991
+ """
184992
+
184993
+ def init_socket(self, node: Node, socket: NodeSocket, data_path: str) -> None:
184994
+ """Initialize a node socket instance
184995
+
184996
+ :param node: Node, Node of the socket to initialize
184997
+ :param socket: Socket, Socket to initialize
184998
+ :param data_path: Data Path, Path to specialized socket data
184999
+ """
185000
+
185001
+ def from_socket(self, node: Node, socket: NodeSocket) -> None:
185002
+ """Setup template parameters from an existing socket
185003
+
185004
+ :param node: Node, Node of the original socket
185005
+ :param socket: Socket, Original socket
185006
+ """
185007
+
185008
+ @classmethod
185009
+ def bl_rna_get_subclass(
185010
+ cls,
185011
+ id: str | None,
185012
+ default=None,
185013
+ /,
185014
+ ) -> Struct:
185015
+ """
185016
+
185017
+ :param id: The RNA type identifier.
185018
+ :param default:
185019
+ :return: The RNA type or default when not found.
185020
+ """
185021
+
185022
+ @classmethod
185023
+ def bl_rna_get_subclass_py(
185024
+ cls,
185025
+ id: str | None,
185026
+ default=None,
185027
+ /,
185028
+ ) -> typing.Any:
185029
+ """
185030
+
185031
+ :param id: The RNA type identifier.
185032
+ :param default:
185033
+ :return: The class or default when not found.
185034
+ """
185035
+
184689
185036
  class NodeTreeInterfaceSocketFloatPercentage(
184690
185037
  NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
184691
185038
  ):
@@ -190331,7 +190678,11 @@ class Panel(bpy_struct):
190331
190678
  bl_label: str
190332
190679
  """ The panel label, shows up in the panel header at the right of the triangle used to collapse the panel"""
190333
190680
 
190334
- bl_options: typing.Any
190681
+ bl_options: set[
190682
+ typing.Literal[
190683
+ "DEFAULT_CLOSED", "HIDE_HEADER", "INSTANCED", "HEADER_LAYOUT_EXPAND"
190684
+ ]
190685
+ ]
190335
190686
  """ Options for this panel type"""
190336
190687
 
190337
190688
  bl_order: int
@@ -192752,6 +193103,9 @@ class Preferences(bpy_struct):
192752
193103
  keymap: PreferencesKeymap
192753
193104
  """ Shortcut setup for keyboards and other input devices"""
192754
193105
 
193106
+ show_hidden_ids: bool
193107
+ """ Show data-blocks with dot-prefixed names in search menus"""
193108
+
192755
193109
  studio_lights: StudioLights
192756
193110
  system: PreferencesSystem
192757
193111
  """ Graphics driver and operating system settings"""
@@ -194164,7 +194518,7 @@ class Property(bpy_struct):
194164
194518
  subtype: bpy.stub_internal.rna_enums.PropertySubtypeItems
194165
194519
  """ Semantic interpretation of the property"""
194166
194520
 
194167
- tags: set[str] | typing.Any
194521
+ tags: set[str]
194168
194522
  """ Subset of tags (defined in parent struct) that are set for this property"""
194169
194523
 
194170
194524
  translation_context: str
@@ -214742,7 +215096,7 @@ class ToolSettings(bpy_struct):
214742
215096
  ]
214743
215097
  """ Type of element for the "Snap Base" to snap to"""
214744
215098
 
214745
- snap_elements_individual: typing.Any
215099
+ snap_elements_individual: set[typing.Literal["FACE_PROJECT", "FACE_NEAREST"]]
214746
215100
  """ Type of element for individual transformed elements to snap to"""
214747
215101
 
214748
215102
  snap_elements_tool: typing.Literal["GEOMETRY", "DEFAULT"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module-latest
3
- Version: 20260114
3
+ Version: 20260116
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
@@ -31,7 +31,7 @@ _bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  _bl_ui_utils/layout/__init__.pyi,sha256=diIx4fYNx0-cCb582pWqI4VWUb1zl5--IG-OXvtCdd0,215
32
32
  _blendfile_header/__init__.pyi,sha256=KNh8jqVO-nkop6SCeeSsVlsXn8ZrlLQyjmeJZvqyDes,1503
33
33
  _blendfile_header/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- _bpy_internal/__init__.pyi,sha256=gnbUavSMIujdS1ZK-1AaN2erj148IN9crnqvTiEB0Oc,380
34
+ _bpy_internal/__init__.pyi,sha256=SjFD8IMCWmCa3jTFe21NF53VSC7rIaGf30rz1UKTv-w,374
35
35
  _bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  _bpy_internal/addons/__init__.pyi,sha256=s4opQQDWvCt1h0JSU6xojviEDXk-b4zoOUGizdrg-3A,114
37
37
  _bpy_internal/addons/cli/__init__.pyi,sha256=4bhW_Ern-FwNR2AjuKoAzFy3mRSBvkMS_rUbN2IyeJY,138
@@ -46,9 +46,10 @@ _bpy_internal/extensions/__init__.pyi,sha256=WITpwHv5YB5MhSXLQ1F6Eb07h1sdKl3jh9r
46
46
  _bpy_internal/extensions/junction_module/__init__.pyi,sha256=HLTAcbvk_Gz3ew5wkrMX6vhvJxAVhHmaAp8hJ1xe7g0,1027
47
47
  _bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=XX8gqh2o8Edkz8jo4wTBd3oIzn-91ps-qLeReMe7-NE,785
48
48
  _bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=iof2eWA4COe-HySkeiyqsDRQ-rLRt0fWRKL9znHrVQg,976
49
- _bpy_internal/freedesktop/__init__.pyi,sha256=l2TbFg6Eg3d6Jrn2vIPRtmg8fHaL_4hHtjF9SSarDw0,926
50
49
  _bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
51
50
  _bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=WZyvmOADIF0IC_aQHaQUnxSJ_nfF75phpIuLwxwWRhM,2192
51
+ _bpy_internal/platform/__init__.pyi,sha256=0AcS2goUqkNAe5SwRtQNb_N8V_LHI7WIHvq6C0cZfZs,130
52
+ _bpy_internal/platform/freedesktop/__init__.pyi,sha256=l2TbFg6Eg3d6Jrn2vIPRtmg8fHaL_4hHtjF9SSarDw0,926
52
53
  _bpy_internal/system_info/__init__.pyi,sha256=U0qDEDvXTA0KHyhqeNNd4eLbsn3quigyg1qJD-OeV4E,264
53
54
  _bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=synyefSRdKBV1Yen5e1NoxwWeP2yiYQ2uoCk3EX_7HE,121
54
55
  _bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=BkoZMVSr2fWZuinL28e9e7PUTYiWEBwEHhUgPCJWyMs,144
@@ -110,7 +111,7 @@ bl_operators/grease_pencil/__init__.pyi,sha256=aYuRtDCkR5cWIZ9YZ1PfrfsCpsnewS9D-
110
111
  bl_operators/image/__init__.pyi,sha256=Q0BfMC_waIJh2Bd1OnVnWD-fOHQHHqHORsYskeKf72k,3242
111
112
  bl_operators/image_as_planes/__init__.pyi,sha256=2ZQE5QfI0WJ7g6Ilhb94O8fGv82ytyi0Tl2m9mtobSw,4684
112
113
  bl_operators/mesh/__init__.pyi,sha256=_oPv0pZKG3wnDCyjLJKkVQ4RStIw2rHpJjGuKz3P3WY,1510
113
- bl_operators/node/__init__.pyi,sha256=WuD9NIrn9cweFv-Y5vBKw7mDmglU-AZTlHqVagMUWmc,17709
114
+ bl_operators/node/__init__.pyi,sha256=bXznz87Me30N8eyVgN6WNJLTSOCSAmCW3C7aoK_WMkM,17712
114
115
  bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
115
116
  bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
116
117
  bl_operators/object/__init__.pyi,sha256=gxWZIVsZSLmnGqPzrPYdyjIgXoR52zeAZLh1Wl0haSo,10820
@@ -134,7 +135,7 @@ bl_ui/__init__.pyi,sha256=tSrO3hGIas4LoQiTtzhnuU9BrSF3GJ_Osq6OD0rc-BU,7063
134
135
  bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
136
  bl_ui/anim/__init__.pyi,sha256=0JPiZ9LgUqabOkuvIP1YrX1uRrVQdPwUHVkGJ5PH8ho,878
136
137
  bl_ui/asset_shelf/__init__.pyi,sha256=ekmDyY0LQ7jrdveaVblTcxUNFWd4dd1NBVYkb5rbiLI,765
137
- bl_ui/generic_ui_list/__init__.pyi,sha256=uv5FzPS6dSIbKdj1fRLyKWgI1QeGv3iO2tbOJmsh9HQ,3770
138
+ bl_ui/generic_ui_list/__init__.pyi,sha256=81QVZe8pd6NSZddr_UJME5l09AMF9ve3nOv59JqJmxo,3771
138
139
  bl_ui/node_add_menu/__init__.pyi,sha256=6Qu5laFS_5s9S6y9at_1qBnI_nMXeTx8FiQtdnbvAuo,7927
139
140
  bl_ui/node_add_menu_compositor/__init__.pyi,sha256=dob1UYQq_Vi-gROCfc8XDNKAt2GYv3Rhhj58L_MH8AA,11657
140
141
  bl_ui/node_add_menu_geometry/__init__.pyi,sha256=QV7ZetK6xQbSEgT-6RKPzfsQrXVrHT8tHVEdwGjaCLk,33980
@@ -271,8 +272,8 @@ bpy/ops/material/__init__.pyi,sha256=UAGeEyAaBsF_rIrgYNPwCZDT-MNrOS8CvtFN9rlXcpo
271
272
  bpy/ops/mball/__init__.pyi,sha256=JYYaV4p5U26FaVphBLCOewgP5l2I0hPAHf9PFxRk-gQ,3088
272
273
  bpy/ops/mesh/__init__.pyi,sha256=6adznsGU_Tz1rF1JwKJISX5Ki1IuEWPUWKt2GM_eXK4,95544
273
274
  bpy/ops/nla/__init__.pyi,sha256=BKhMtxIO-S1uvKYDWWGtkdImtHOkh0vuMCQPXU-DMHo,13934
274
- bpy/ops/node/__init__.pyi,sha256=Ak11uA0CWRf5HjMS0_IT4VxJolwOQmRqm54bo3kqLCM,60942
275
- bpy/ops/object/__init__.pyi,sha256=CiOF2E8z1Kuhnh0APtt0L-OQngNcdEzFI8kIZm1VhEY,132684
275
+ bpy/ops/node/__init__.pyi,sha256=rUizTh9YyCl9SkT_m3d03ynO8_no3Jb-R_RI8CaBMWY,60945
276
+ bpy/ops/object/__init__.pyi,sha256=lUwpGFhl51RMdrpWuEHxl9_L3hyt6ucPVnPFriHvec0,132838
276
277
  bpy/ops/outliner/__init__.pyi,sha256=9WpptES8EMwCnQOqrTntIcr31HhlN-n_5UqjeBKT0Mg,21357
277
278
  bpy/ops/paint/__init__.pyi,sha256=Psotaf0UuipyF-ulHsR5kcxk7YiSO-hCnLdB9okqdVM,28112
278
279
  bpy/ops/paintcurve/__init__.pyi,sha256=YC6tSOp62YNPX_SpgZFCcthR7lZC0CYEdRWonEKnNEs,2198
@@ -309,8 +310,8 @@ bpy/ops/world/__init__.pyi,sha256=AUIC-ONsc4QHX5bL5rUHEibn4kejjgsFbaJ66NGQztM,51
309
310
  bpy/path/__init__.pyi,sha256=jgXGlVLUTr15BhcgCVnkz6WlJp4yjpHhJc4TJAXSbsU,4632
310
311
  bpy/props/__init__.pyi,sha256=BFnRoY78kkf6szROPfp4HSETs8yEgMeKE4QeSd2vDrs,41820
311
312
  bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
312
- bpy/stub_internal/rna_enums/__init__.pyi,sha256=k8PwlznKih4uls5JCjVGTmNHwq28a9mb9CrhC01d9uI,143996
313
- bpy/types/__init__.pyi,sha256=MoeNFLiW3q_-9Mu2hdDR1-KTbhYX3GcFNaT17_HNSYg,5364672
313
+ bpy/stub_internal/rna_enums/__init__.pyi,sha256=qwmvb4vKgXjyUx69cDNAssAsbkYCVs1ODFOk4wl9yMY,144112
314
+ bpy/types/__init__.pyi,sha256=_Fy-udGVZQq-CE5-KyuOaSUd2Hkyb8khT5vhLPKoK6s,5374433
314
315
  bpy/utils/__init__.pyi,sha256=z2RE91bnjKGSocTVMkIrZ1HS9Q5UUC_u1eo3Kv1DVzs,13054
315
316
  bpy/utils/previews/__init__.pyi,sha256=ByUvnneVHqE8dr5c1-hYsf-6qaKWdU0KP0IbwA5QN00,2028
316
317
  bpy/utils/units/__init__.pyi,sha256=CbBgOpnx48WP0flNilskhsmA7YCAnbbj07vr3OXlMG8,2214
@@ -363,7 +364,7 @@ keyingsets_builtins/__init__.pyi,sha256=GFCf27uFnI3fSM3FFHhsUmCejf9_hH3w4ZyXh8u6
363
364
  keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
365
  mathutils/__init__.pyi,sha256=ZKL_f4PZHCFCI61ywjxdmL8mLWhm5e5GNdVjzlhXBoM,59647
365
366
  mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
366
- mathutils/bvhtree/__init__.pyi,sha256=t07iqIreYFn5N3SiBfMcDkYrtRimXORheJpwyuDFJ7w,4102
367
+ mathutils/bvhtree/__init__.pyi,sha256=Udecb16nXe68Lfssb_exAZWa0z6M6ZVl86MSWK99KrQ,4121
367
368
  mathutils/geometry/__init__.pyi,sha256=LbntkppsbVjYF62rey4pNh8Ok6lA51KuRarm_Dc5Q9E,18344
368
369
  mathutils/interpolate/__init__.pyi,sha256=QlQGGsjQkSda5BAkZjVpMAZ9WtVwlLK-uSB8W4n5_iE,481
369
370
  mathutils/kdtree/__init__.pyi,sha256=ikBFlCtJ6zDRwbgc5zazChNCMUv0xkY3mO51LMO7o_o,1802
@@ -376,7 +377,7 @@ rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,48
376
377
  rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
377
378
  rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
378
379
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
379
- fake_bpy_module_latest-20260114.dist-info/METADATA,sha256=witiBhFoMF6TFj9voaiDVFU5Mr1mwhATYLjbxDafS7s,7739
380
- fake_bpy_module_latest-20260114.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
381
- fake_bpy_module_latest-20260114.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
382
- fake_bpy_module_latest-20260114.dist-info/RECORD,,
380
+ fake_bpy_module_latest-20260116.dist-info/METADATA,sha256=LrfDPE8cIWttTcUR62qHjhuyQOaLs95aRPH0KyNL8eE,7739
381
+ fake_bpy_module_latest-20260116.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
382
+ fake_bpy_module_latest-20260116.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
383
+ fake_bpy_module_latest-20260116.dist-info/RECORD,,
@@ -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
@@ -23,7 +24,7 @@ class BVHTree:
23
24
  @classmethod
24
25
  def FromObject(
25
26
  cls,
26
- object: bpy.types.Object,
27
+ object: _bpy_types.Object,
27
28
  depsgraph: bpy.types.Depsgraph,
28
29
  *,
29
30
  deform: bool = True,