fake-bpy-module-latest 20260115__py3-none-any.whl → 20260125__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.
bpy/types/__init__.pyi CHANGED
@@ -7278,6 +7278,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
7278
7278
  * NodeTreeInterfaceSocketFloatDistance.draw
7279
7279
  * NodeTreeInterfaceSocketFloatFactor.draw
7280
7280
  * NodeTreeInterfaceSocketFloatFrequency.draw
7281
+ * NodeTreeInterfaceSocketFloatMass.draw
7281
7282
  * NodeTreeInterfaceSocketFloatPercentage.draw
7282
7283
  * NodeTreeInterfaceSocketFloatTime.draw
7283
7284
  * NodeTreeInterfaceSocketFloatTimeAbsolute.draw
@@ -17592,6 +17593,8 @@ of the scene and only show nodes of the renderer they are designed for.
17592
17593
  * NodeTreeInterfaceSocketFloatFactor.init_socket
17593
17594
  * NodeTreeInterfaceSocketFloatFrequency.from_socket
17594
17595
  * NodeTreeInterfaceSocketFloatFrequency.init_socket
17596
+ * NodeTreeInterfaceSocketFloatMass.from_socket
17597
+ * NodeTreeInterfaceSocketFloatMass.init_socket
17595
17598
  * NodeTreeInterfaceSocketFloatPercentage.from_socket
17596
17599
  * NodeTreeInterfaceSocketFloatPercentage.init_socket
17597
17600
  * NodeTreeInterfaceSocketFloatTime.from_socket
@@ -22483,6 +22486,178 @@ of the scene and only show nodes of the renderer they are designed for.
22483
22486
  :columns: 2
22484
22487
 
22485
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
+
22563
+ --------------------
22564
+
22565
+ * bpy_struct.id_data
22566
+ * Node.type
22567
+ * Node.location
22568
+ * Node.location_absolute
22569
+ * Node.width
22570
+ * Node.height
22571
+ * Node.dimensions
22572
+ * Node.name
22573
+ * Node.label
22574
+ * Node.inputs
22575
+ * Node.outputs
22576
+ * Node.internal_links
22577
+ * Node.parent
22578
+ * Node.warning_propagation
22579
+ * Node.use_custom_color
22580
+ * Node.color
22581
+ * Node.color_tag
22582
+ * Node.select
22583
+ * Node.show_options
22584
+ * Node.show_preview
22585
+ * Node.hide
22586
+ * Node.mute
22587
+ * Node.show_texture
22588
+ * Node.bl_idname
22589
+ * Node.bl_label
22590
+ * Node.bl_description
22591
+ * Node.bl_icon
22592
+ * Node.bl_static_type
22593
+ * Node.bl_width_default
22594
+ * Node.bl_width_min
22595
+ * Node.bl_width_max
22596
+ * Node.bl_height_default
22597
+ * Node.bl_height_min
22598
+ * Node.bl_height_max
22599
+
22600
+ :columns: 2
22601
+
22602
+
22603
+ --------------------
22604
+
22605
+ * bpy_struct.as_pointer
22606
+ * bpy_struct.driver_add
22607
+ * bpy_struct.driver_remove
22608
+ * bpy_struct.get
22609
+ * bpy_struct.id_properties_clear
22610
+ * bpy_struct.id_properties_ensure
22611
+ * bpy_struct.id_properties_ui
22612
+ * bpy_struct.is_property_hidden
22613
+ * bpy_struct.is_property_overridable_library
22614
+ * bpy_struct.is_property_readonly
22615
+ * bpy_struct.is_property_set
22616
+ * bpy_struct.items
22617
+ * bpy_struct.keyframe_delete
22618
+ * bpy_struct.keyframe_insert
22619
+ * bpy_struct.keys
22620
+ * bpy_struct.path_from_id
22621
+ * bpy_struct.path_from_module
22622
+ * bpy_struct.path_resolve
22623
+ * bpy_struct.pop
22624
+ * bpy_struct.property_overridable_library_set
22625
+ * bpy_struct.property_unset
22626
+ * bpy_struct.rna_ancestors
22627
+ * bpy_struct.type_recast
22628
+ * bpy_struct.values
22629
+ * Node.bl_system_properties_get
22630
+ * Node.socket_value_update
22631
+ * Node.is_registered_node_type
22632
+ * Node.poll
22633
+ * Node.poll_instance
22634
+ * Node.update
22635
+ * Node.insert_link
22636
+ * Node.init
22637
+ * Node.copy
22638
+ * Node.free
22639
+ * Node.draw_buttons
22640
+ * Node.draw_buttons_ext
22641
+ * Node.draw_label
22642
+ * Node.debug_zone_body_lazy_function_graph
22643
+ * Node.debug_zone_lazy_function_graph
22644
+ * Node.poll
22645
+ * Node.bl_rna_get_subclass
22646
+ * Node.bl_rna_get_subclass_py
22647
+ * NodeInternal.poll
22648
+ * NodeInternal.poll_instance
22649
+ * NodeInternal.update
22650
+ * NodeInternal.draw_buttons
22651
+ * NodeInternal.draw_buttons_ext
22652
+ * NodeInternal.bl_rna_get_subclass
22653
+ * NodeInternal.bl_rna_get_subclass_py
22654
+ * GeometryNode.poll
22655
+ * GeometryNode.bl_rna_get_subclass
22656
+ * GeometryNode.bl_rna_get_subclass_py
22657
+
22658
+ :columns: 2
22659
+
22660
+
22486
22661
  --------------------
22487
22662
 
22488
22663
  * bpy_struct.id_data
@@ -29400,6 +29575,52 @@ It demonstrates:
29400
29575
  :columns: 2
29401
29576
 
29402
29577
 
29578
+ --------------------
29579
+
29580
+ * bpy_struct.id_data
29581
+
29582
+ :columns: 2
29583
+
29584
+
29585
+ --------------------
29586
+
29587
+ * bpy_struct.as_pointer
29588
+ * bpy_struct.driver_add
29589
+ * bpy_struct.driver_remove
29590
+ * bpy_struct.get
29591
+ * bpy_struct.id_properties_clear
29592
+ * bpy_struct.id_properties_ensure
29593
+ * bpy_struct.id_properties_ui
29594
+ * bpy_struct.is_property_hidden
29595
+ * bpy_struct.is_property_overridable_library
29596
+ * bpy_struct.is_property_readonly
29597
+ * bpy_struct.is_property_set
29598
+ * bpy_struct.items
29599
+ * bpy_struct.keyframe_delete
29600
+ * bpy_struct.keyframe_insert
29601
+ * bpy_struct.keys
29602
+ * bpy_struct.path_from_id
29603
+ * bpy_struct.path_from_module
29604
+ * bpy_struct.path_resolve
29605
+ * bpy_struct.pop
29606
+ * bpy_struct.property_overridable_library_set
29607
+ * bpy_struct.property_unset
29608
+ * bpy_struct.rna_ancestors
29609
+ * bpy_struct.type_recast
29610
+ * bpy_struct.values
29611
+
29612
+ :columns: 2
29613
+
29614
+
29615
+ --------------------
29616
+
29617
+ * GeometryNodeFieldToList.list_items
29618
+ * GeometryNodeFieldToListItems.new
29619
+ * GeometryNodeFieldToListItems.remove
29620
+
29621
+ :columns: 2
29622
+
29623
+
29403
29624
  --------------------
29404
29625
 
29405
29626
  * bpy_struct.id_data
@@ -33436,6 +33657,8 @@ It demonstrates:
33436
33657
  * GeometryNodeFieldOnDomain.output_template
33437
33658
  * GeometryNodeFieldToGrid.input_template
33438
33659
  * GeometryNodeFieldToGrid.output_template
33660
+ * GeometryNodeFieldToList.input_template
33661
+ * GeometryNodeFieldToList.output_template
33439
33662
  * GeometryNodeFieldVariance.input_template
33440
33663
  * GeometryNodeFieldVariance.output_template
33441
33664
  * GeometryNodeFillCurve.input_template
@@ -33450,6 +33673,8 @@ It demonstrates:
33450
33673
  * GeometryNodeForeachGeometryElementOutput.output_template
33451
33674
  * GeometryNodeGeometryToInstance.input_template
33452
33675
  * GeometryNodeGeometryToInstance.output_template
33676
+ * GeometryNodeGetGeometryBundle.input_template
33677
+ * GeometryNodeGetGeometryBundle.output_template
33453
33678
  * GeometryNodeGetNamedGrid.input_template
33454
33679
  * GeometryNodeGetNamedGrid.output_template
33455
33680
  * GeometryNodeGizmoDial.input_template
@@ -33580,8 +33805,6 @@ It demonstrates:
33580
33805
  * GeometryNodeIsViewport.output_template
33581
33806
  * GeometryNodeJoinGeometry.input_template
33582
33807
  * GeometryNodeJoinGeometry.output_template
33583
- * GeometryNodeList.input_template
33584
- * GeometryNodeList.output_template
33585
33808
  * GeometryNodeListGetItem.input_template
33586
33809
  * GeometryNodeListGetItem.output_template
33587
33810
  * GeometryNodeListLength.input_template
@@ -33708,6 +33931,8 @@ It demonstrates:
33708
33931
  * GeometryNodeSetCurveRadius.output_template
33709
33932
  * GeometryNodeSetCurveTilt.input_template
33710
33933
  * GeometryNodeSetCurveTilt.output_template
33934
+ * GeometryNodeSetGeometryBundle.input_template
33935
+ * GeometryNodeSetGeometryBundle.output_template
33711
33936
  * GeometryNodeSetGeometryName.input_template
33712
33937
  * GeometryNodeSetGeometryName.output_template
33713
33938
  * GeometryNodeSetGreasePencilColor.input_template
@@ -33822,6 +34047,8 @@ It demonstrates:
33822
34047
  * NodeEvaluateClosure.output_template
33823
34048
  * NodeFrame.input_template
33824
34049
  * NodeFrame.output_template
34050
+ * NodeGetBundleItem.input_template
34051
+ * NodeGetBundleItem.output_template
33825
34052
  * NodeGroup.input_template
33826
34053
  * NodeGroup.output_template
33827
34054
  * NodeGroupInput.input_template
@@ -33834,6 +34061,8 @@ It demonstrates:
33834
34061
  * NodeReroute.output_template
33835
34062
  * NodeSeparateBundle.input_template
33836
34063
  * NodeSeparateBundle.output_template
34064
+ * NodeStoreBundleItem.input_template
34065
+ * NodeStoreBundleItem.output_template
33837
34066
  * ShaderNodeAddShader.input_template
33838
34067
  * ShaderNodeAddShader.output_template
33839
34068
  * ShaderNodeAmbientOcclusion.input_template
@@ -39119,8 +39348,106 @@ Operator.draw method for layout and display.
39119
39348
  * bpy_struct.rna_ancestors
39120
39349
  * bpy_struct.type_recast
39121
39350
  * bpy_struct.values
39122
- * Constraint.bl_rna_get_subclass
39123
- * Constraint.bl_rna_get_subclass_py
39351
+ * Constraint.bl_rna_get_subclass
39352
+ * Constraint.bl_rna_get_subclass_py
39353
+
39354
+ :columns: 2
39355
+
39356
+
39357
+ --------------------
39358
+
39359
+ * bpy_struct.id_data
39360
+ * Node.type
39361
+ * Node.location
39362
+ * Node.location_absolute
39363
+ * Node.width
39364
+ * Node.height
39365
+ * Node.dimensions
39366
+ * Node.name
39367
+ * Node.label
39368
+ * Node.inputs
39369
+ * Node.outputs
39370
+ * Node.internal_links
39371
+ * Node.parent
39372
+ * Node.warning_propagation
39373
+ * Node.use_custom_color
39374
+ * Node.color
39375
+ * Node.color_tag
39376
+ * Node.select
39377
+ * Node.show_options
39378
+ * Node.show_preview
39379
+ * Node.hide
39380
+ * Node.mute
39381
+ * Node.show_texture
39382
+ * Node.bl_idname
39383
+ * Node.bl_label
39384
+ * Node.bl_description
39385
+ * Node.bl_icon
39386
+ * Node.bl_static_type
39387
+ * Node.bl_width_default
39388
+ * Node.bl_width_min
39389
+ * Node.bl_width_max
39390
+ * Node.bl_height_default
39391
+ * Node.bl_height_min
39392
+ * Node.bl_height_max
39393
+
39394
+ :columns: 2
39395
+
39396
+
39397
+ --------------------
39398
+
39399
+ * bpy_struct.as_pointer
39400
+ * bpy_struct.driver_add
39401
+ * bpy_struct.driver_remove
39402
+ * bpy_struct.get
39403
+ * bpy_struct.id_properties_clear
39404
+ * bpy_struct.id_properties_ensure
39405
+ * bpy_struct.id_properties_ui
39406
+ * bpy_struct.is_property_hidden
39407
+ * bpy_struct.is_property_overridable_library
39408
+ * bpy_struct.is_property_readonly
39409
+ * bpy_struct.is_property_set
39410
+ * bpy_struct.items
39411
+ * bpy_struct.keyframe_delete
39412
+ * bpy_struct.keyframe_insert
39413
+ * bpy_struct.keys
39414
+ * bpy_struct.path_from_id
39415
+ * bpy_struct.path_from_module
39416
+ * bpy_struct.path_resolve
39417
+ * bpy_struct.pop
39418
+ * bpy_struct.property_overridable_library_set
39419
+ * bpy_struct.property_unset
39420
+ * bpy_struct.rna_ancestors
39421
+ * bpy_struct.type_recast
39422
+ * bpy_struct.values
39423
+ * Node.bl_system_properties_get
39424
+ * Node.socket_value_update
39425
+ * Node.is_registered_node_type
39426
+ * Node.poll
39427
+ * Node.poll_instance
39428
+ * Node.update
39429
+ * Node.insert_link
39430
+ * Node.init
39431
+ * Node.copy
39432
+ * Node.free
39433
+ * Node.draw_buttons
39434
+ * Node.draw_buttons_ext
39435
+ * Node.draw_label
39436
+ * Node.debug_zone_body_lazy_function_graph
39437
+ * Node.debug_zone_lazy_function_graph
39438
+ * Node.poll
39439
+ * Node.bl_rna_get_subclass
39440
+ * Node.bl_rna_get_subclass_py
39441
+ * NodeInternal.poll
39442
+ * NodeInternal.poll_instance
39443
+ * NodeInternal.update
39444
+ * NodeInternal.draw_buttons
39445
+ * NodeInternal.draw_buttons_ext
39446
+ * NodeInternal.bl_rna_get_subclass
39447
+ * NodeInternal.bl_rna_get_subclass_py
39448
+ * GeometryNode.poll
39449
+ * GeometryNode.bl_rna_get_subclass
39450
+ * GeometryNode.bl_rna_get_subclass_py
39124
39451
 
39125
39452
  :columns: 2
39126
39453
 
@@ -39216,9 +39543,9 @@ Operator.draw method for layout and display.
39216
39543
  * NodeInternal.draw_buttons_ext
39217
39544
  * NodeInternal.bl_rna_get_subclass
39218
39545
  * NodeInternal.bl_rna_get_subclass_py
39219
- * GeometryNode.poll
39220
- * GeometryNode.bl_rna_get_subclass
39221
- * GeometryNode.bl_rna_get_subclass_py
39546
+ * CompositorNode.poll
39547
+ * CompositorNode.bl_rna_get_subclass
39548
+ * CompositorNode.bl_rna_get_subclass_py
39222
39549
 
39223
39550
  :columns: 2
39224
39551
 
@@ -39314,13 +39641,41 @@ Operator.draw method for layout and display.
39314
39641
  * NodeInternal.draw_buttons_ext
39315
39642
  * NodeInternal.bl_rna_get_subclass
39316
39643
  * NodeInternal.bl_rna_get_subclass_py
39317
- * CompositorNode.poll
39318
- * CompositorNode.bl_rna_get_subclass
39319
- * CompositorNode.bl_rna_get_subclass_py
39320
39644
 
39321
39645
  :columns: 2
39322
39646
 
39323
39647
 
39648
+ --------------------
39649
+
39650
+ This example shows how an add-on can register custom keyboard shortcuts.
39651
+ Keymaps are added to keyconfigs.addon
39652
+
39653
+ and removed when unregistered.
39654
+
39655
+ Store (keymap, keymap_item)
39656
+
39657
+ tuples for safe cleanup, as multiple add-ons may use the same keymap.
39658
+
39659
+ [NOTE]
39660
+ Users can customize add-on shortcuts in the Keymap Preferences.
39661
+ Add-on keymaps appear under their respective editors and can be
39662
+ modified or disabled without editing the add-on code.
39663
+ Add-ons should only manipulate keymaps in keyconfigs.addon
39664
+
39665
+ and not manipulate the user's keymaps
39666
+ because add-on keymaps serve as a default which users may customize.
39667
+ Modifying user keymaps directly interferes with users' own preferences.
39668
+
39669
+ [WARNING]
39670
+ Add-ons can add items to existing modal keymaps but cannot create
39671
+ new modal keymaps via Python. Use modal=True
39672
+
39673
+ when targeting
39674
+ an existing modal keymap such as "Knife Tool Modal Map".
39675
+
39676
+ ```../examples/bpy.types.KeyMaps.1.py```
39677
+
39678
+
39324
39679
  --------------------
39325
39680
 
39326
39681
  * bpy_struct.id_data
@@ -50355,6 +50710,7 @@ Operator.draw method for layout and display.
50355
50710
  * UILayout.props_enum
50356
50711
  * UILayout.template_ID
50357
50712
  * UILayout.template_ID_preview
50713
+ * UILayout.template_ID_session_uid
50358
50714
  * UILayout.template_ID_tabs
50359
50715
  * UILayout.template_any_ID
50360
50716
  * UILayout.template_cache_file
@@ -52538,6 +52894,7 @@ Operator.draw method for layout and display.
52538
52894
  * NodeTreeInterfaceSocketFloatDistance.draw
52539
52895
  * NodeTreeInterfaceSocketFloatFactor.draw
52540
52896
  * NodeTreeInterfaceSocketFloatFrequency.draw
52897
+ * NodeTreeInterfaceSocketFloatMass.draw
52541
52898
  * NodeTreeInterfaceSocketFloatPercentage.draw
52542
52899
  * NodeTreeInterfaceSocketFloatTime.draw
52543
52900
  * NodeTreeInterfaceSocketFloatTimeAbsolute.draw
@@ -63803,6 +64160,8 @@ print(positions_data)
63803
64160
  * NodeTreeInterfaceSocketFloatFactor.init_socket
63804
64161
  * NodeTreeInterfaceSocketFloatFrequency.from_socket
63805
64162
  * NodeTreeInterfaceSocketFloatFrequency.init_socket
64163
+ * NodeTreeInterfaceSocketFloatMass.from_socket
64164
+ * NodeTreeInterfaceSocketFloatMass.init_socket
63806
64165
  * NodeTreeInterfaceSocketFloatPercentage.from_socket
63807
64166
  * NodeTreeInterfaceSocketFloatPercentage.init_socket
63808
64167
  * NodeTreeInterfaceSocketFloatTime.from_socket
@@ -66429,6 +66788,7 @@ print(positions_data)
66429
66788
  * GeometryNodeBake.active_item
66430
66789
  * GeometryNodeCaptureAttribute.active_item
66431
66790
  * GeometryNodeFieldToGrid.active_item
66791
+ * GeometryNodeFieldToList.active_item
66432
66792
  * GeometryNodeRepeatOutput.active_item
66433
66793
  * GeometryNodeRepeatOutput.repeat_items
66434
66794
  * NodeGeometryRepeatOutputItems.new
@@ -74489,6 +74849,74 @@ To return a list of the data-blocks that are animated by a specific slot of an A
74489
74849
  :columns: 2
74490
74850
 
74491
74851
 
74852
+ --------------------
74853
+
74854
+ * bpy_struct.id_data
74855
+ * NodeTreeInterfaceItem.item_type
74856
+ * NodeTreeInterfaceItem.parent
74857
+ * NodeTreeInterfaceItem.position
74858
+ * NodeTreeInterfaceItem.index
74859
+ * NodeTreeInterfaceSocket.name
74860
+ * NodeTreeInterfaceSocket.identifier
74861
+ * NodeTreeInterfaceSocket.description
74862
+ * NodeTreeInterfaceSocket.socket_type
74863
+ * NodeTreeInterfaceSocket.in_out
74864
+ * NodeTreeInterfaceSocket.hide_value
74865
+ * NodeTreeInterfaceSocket.hide_in_modifier
74866
+ * NodeTreeInterfaceSocket.force_non_field
74867
+ * NodeTreeInterfaceSocket.is_inspect_output
74868
+ * NodeTreeInterfaceSocket.is_panel_toggle
74869
+ * NodeTreeInterfaceSocket.layer_selection_field
74870
+ * NodeTreeInterfaceSocket.menu_expanded
74871
+ * NodeTreeInterfaceSocket.optional_label
74872
+ * NodeTreeInterfaceSocket.select
74873
+ * NodeTreeInterfaceSocket.attribute_domain
74874
+ * NodeTreeInterfaceSocket.default_attribute_name
74875
+ * NodeTreeInterfaceSocket.structure_type
74876
+ * NodeTreeInterfaceSocket.default_input
74877
+ * NodeTreeInterfaceSocket.bl_socket_idname
74878
+
74879
+ :columns: 2
74880
+
74881
+
74882
+ --------------------
74883
+
74884
+ * bpy_struct.as_pointer
74885
+ * bpy_struct.driver_add
74886
+ * bpy_struct.driver_remove
74887
+ * bpy_struct.get
74888
+ * bpy_struct.id_properties_clear
74889
+ * bpy_struct.id_properties_ensure
74890
+ * bpy_struct.id_properties_ui
74891
+ * bpy_struct.is_property_hidden
74892
+ * bpy_struct.is_property_overridable_library
74893
+ * bpy_struct.is_property_readonly
74894
+ * bpy_struct.is_property_set
74895
+ * bpy_struct.items
74896
+ * bpy_struct.keyframe_delete
74897
+ * bpy_struct.keyframe_insert
74898
+ * bpy_struct.keys
74899
+ * bpy_struct.path_from_id
74900
+ * bpy_struct.path_from_module
74901
+ * bpy_struct.path_resolve
74902
+ * bpy_struct.pop
74903
+ * bpy_struct.property_overridable_library_set
74904
+ * bpy_struct.property_unset
74905
+ * bpy_struct.rna_ancestors
74906
+ * bpy_struct.type_recast
74907
+ * bpy_struct.values
74908
+ * NodeTreeInterfaceItem.bl_rna_get_subclass
74909
+ * NodeTreeInterfaceItem.bl_rna_get_subclass_py
74910
+ * NodeTreeInterfaceSocket.bl_system_properties_get
74911
+ * NodeTreeInterfaceSocket.draw
74912
+ * NodeTreeInterfaceSocket.init_socket
74913
+ * NodeTreeInterfaceSocket.from_socket
74914
+ * NodeTreeInterfaceSocket.bl_rna_get_subclass
74915
+ * NodeTreeInterfaceSocket.bl_rna_get_subclass_py
74916
+
74917
+ :columns: 2
74918
+
74919
+
74492
74920
  --------------------
74493
74921
 
74494
74922
  * bpy_struct.id_data
@@ -76549,6 +76977,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
76549
76977
  :columns: 2
76550
76978
 
76551
76979
 
76980
+ --------------------
76981
+
76982
+ * bpy_struct.id_data
76983
+ * Node.type
76984
+ * Node.location
76985
+ * Node.location_absolute
76986
+ * Node.width
76987
+ * Node.height
76988
+ * Node.dimensions
76989
+ * Node.name
76990
+ * Node.label
76991
+ * Node.inputs
76992
+ * Node.outputs
76993
+ * Node.internal_links
76994
+ * Node.parent
76995
+ * Node.warning_propagation
76996
+ * Node.use_custom_color
76997
+ * Node.color
76998
+ * Node.color_tag
76999
+ * Node.select
77000
+ * Node.show_options
77001
+ * Node.show_preview
77002
+ * Node.hide
77003
+ * Node.mute
77004
+ * Node.show_texture
77005
+ * Node.bl_idname
77006
+ * Node.bl_label
77007
+ * Node.bl_description
77008
+ * Node.bl_icon
77009
+ * Node.bl_static_type
77010
+ * Node.bl_width_default
77011
+ * Node.bl_width_min
77012
+ * Node.bl_width_max
77013
+ * Node.bl_height_default
77014
+ * Node.bl_height_min
77015
+ * Node.bl_height_max
77016
+
77017
+ :columns: 2
77018
+
77019
+
77020
+ --------------------
77021
+
77022
+ * bpy_struct.as_pointer
77023
+ * bpy_struct.driver_add
77024
+ * bpy_struct.driver_remove
77025
+ * bpy_struct.get
77026
+ * bpy_struct.id_properties_clear
77027
+ * bpy_struct.id_properties_ensure
77028
+ * bpy_struct.id_properties_ui
77029
+ * bpy_struct.is_property_hidden
77030
+ * bpy_struct.is_property_overridable_library
77031
+ * bpy_struct.is_property_readonly
77032
+ * bpy_struct.is_property_set
77033
+ * bpy_struct.items
77034
+ * bpy_struct.keyframe_delete
77035
+ * bpy_struct.keyframe_insert
77036
+ * bpy_struct.keys
77037
+ * bpy_struct.path_from_id
77038
+ * bpy_struct.path_from_module
77039
+ * bpy_struct.path_resolve
77040
+ * bpy_struct.pop
77041
+ * bpy_struct.property_overridable_library_set
77042
+ * bpy_struct.property_unset
77043
+ * bpy_struct.rna_ancestors
77044
+ * bpy_struct.type_recast
77045
+ * bpy_struct.values
77046
+ * Node.bl_system_properties_get
77047
+ * Node.socket_value_update
77048
+ * Node.is_registered_node_type
77049
+ * Node.poll
77050
+ * Node.poll_instance
77051
+ * Node.update
77052
+ * Node.insert_link
77053
+ * Node.init
77054
+ * Node.copy
77055
+ * Node.free
77056
+ * Node.draw_buttons
77057
+ * Node.draw_buttons_ext
77058
+ * Node.draw_label
77059
+ * Node.debug_zone_body_lazy_function_graph
77060
+ * Node.debug_zone_lazy_function_graph
77061
+ * Node.poll
77062
+ * Node.bl_rna_get_subclass
77063
+ * Node.bl_rna_get_subclass_py
77064
+ * NodeInternal.poll
77065
+ * NodeInternal.poll_instance
77066
+ * NodeInternal.update
77067
+ * NodeInternal.draw_buttons
77068
+ * NodeInternal.draw_buttons_ext
77069
+ * NodeInternal.bl_rna_get_subclass
77070
+ * NodeInternal.bl_rna_get_subclass_py
77071
+ * GeometryNode.poll
77072
+ * GeometryNode.bl_rna_get_subclass
77073
+ * GeometryNode.bl_rna_get_subclass_py
77074
+
77075
+ :columns: 2
77076
+
77077
+
76552
77078
  --------------------
76553
77079
 
76554
77080
  * bpy_struct.id_data
@@ -79624,6 +80150,50 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
79624
80150
  :columns: 2
79625
80151
 
79626
80152
 
80153
+ --------------------
80154
+
80155
+ * bpy_struct.id_data
80156
+
80157
+ :columns: 2
80158
+
80159
+
80160
+ --------------------
80161
+
80162
+ * bpy_struct.as_pointer
80163
+ * bpy_struct.driver_add
80164
+ * bpy_struct.driver_remove
80165
+ * bpy_struct.get
80166
+ * bpy_struct.id_properties_clear
80167
+ * bpy_struct.id_properties_ensure
80168
+ * bpy_struct.id_properties_ui
80169
+ * bpy_struct.is_property_hidden
80170
+ * bpy_struct.is_property_overridable_library
80171
+ * bpy_struct.is_property_readonly
80172
+ * bpy_struct.is_property_set
80173
+ * bpy_struct.items
80174
+ * bpy_struct.keyframe_delete
80175
+ * bpy_struct.keyframe_insert
80176
+ * bpy_struct.keys
80177
+ * bpy_struct.path_from_id
80178
+ * bpy_struct.path_from_module
80179
+ * bpy_struct.path_resolve
80180
+ * bpy_struct.pop
80181
+ * bpy_struct.property_overridable_library_set
80182
+ * bpy_struct.property_unset
80183
+ * bpy_struct.rna_ancestors
80184
+ * bpy_struct.type_recast
80185
+ * bpy_struct.values
80186
+
80187
+ :columns: 2
80188
+
80189
+
80190
+ --------------------
80191
+
80192
+ * GeometryNodeFieldToList.list_items
80193
+
80194
+ :columns: 2
80195
+
80196
+
79627
80197
  --------------------
79628
80198
 
79629
80199
  * bpy_struct.id_data
@@ -94029,6 +94599,101 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
94029
94599
  :columns: 2
94030
94600
 
94031
94601
 
94602
+ --------------------
94603
+
94604
+ * bpy_struct.id_data
94605
+ * Node.type
94606
+ * Node.location
94607
+ * Node.location_absolute
94608
+ * Node.width
94609
+ * Node.height
94610
+ * Node.dimensions
94611
+ * Node.name
94612
+ * Node.label
94613
+ * Node.inputs
94614
+ * Node.outputs
94615
+ * Node.internal_links
94616
+ * Node.parent
94617
+ * Node.warning_propagation
94618
+ * Node.use_custom_color
94619
+ * Node.color
94620
+ * Node.color_tag
94621
+ * Node.select
94622
+ * Node.show_options
94623
+ * Node.show_preview
94624
+ * Node.hide
94625
+ * Node.mute
94626
+ * Node.show_texture
94627
+ * Node.bl_idname
94628
+ * Node.bl_label
94629
+ * Node.bl_description
94630
+ * Node.bl_icon
94631
+ * Node.bl_static_type
94632
+ * Node.bl_width_default
94633
+ * Node.bl_width_min
94634
+ * Node.bl_width_max
94635
+ * Node.bl_height_default
94636
+ * Node.bl_height_min
94637
+ * Node.bl_height_max
94638
+
94639
+ :columns: 2
94640
+
94641
+
94642
+ --------------------
94643
+
94644
+ * bpy_struct.as_pointer
94645
+ * bpy_struct.driver_add
94646
+ * bpy_struct.driver_remove
94647
+ * bpy_struct.get
94648
+ * bpy_struct.id_properties_clear
94649
+ * bpy_struct.id_properties_ensure
94650
+ * bpy_struct.id_properties_ui
94651
+ * bpy_struct.is_property_hidden
94652
+ * bpy_struct.is_property_overridable_library
94653
+ * bpy_struct.is_property_readonly
94654
+ * bpy_struct.is_property_set
94655
+ * bpy_struct.items
94656
+ * bpy_struct.keyframe_delete
94657
+ * bpy_struct.keyframe_insert
94658
+ * bpy_struct.keys
94659
+ * bpy_struct.path_from_id
94660
+ * bpy_struct.path_from_module
94661
+ * bpy_struct.path_resolve
94662
+ * bpy_struct.pop
94663
+ * bpy_struct.property_overridable_library_set
94664
+ * bpy_struct.property_unset
94665
+ * bpy_struct.rna_ancestors
94666
+ * bpy_struct.type_recast
94667
+ * bpy_struct.values
94668
+ * Node.bl_system_properties_get
94669
+ * Node.socket_value_update
94670
+ * Node.is_registered_node_type
94671
+ * Node.poll
94672
+ * Node.poll_instance
94673
+ * Node.update
94674
+ * Node.insert_link
94675
+ * Node.init
94676
+ * Node.copy
94677
+ * Node.free
94678
+ * Node.draw_buttons
94679
+ * Node.draw_buttons_ext
94680
+ * Node.draw_label
94681
+ * Node.debug_zone_body_lazy_function_graph
94682
+ * Node.debug_zone_lazy_function_graph
94683
+ * Node.poll
94684
+ * Node.bl_rna_get_subclass
94685
+ * Node.bl_rna_get_subclass_py
94686
+ * NodeInternal.poll
94687
+ * NodeInternal.poll_instance
94688
+ * NodeInternal.update
94689
+ * NodeInternal.draw_buttons
94690
+ * NodeInternal.draw_buttons_ext
94691
+ * NodeInternal.bl_rna_get_subclass
94692
+ * NodeInternal.bl_rna_get_subclass_py
94693
+
94694
+ :columns: 2
94695
+
94696
+
94032
94697
  --------------------
94033
94698
 
94034
94699
  * bpy_struct.id_data
@@ -109857,34 +110522,176 @@ object, placing it into a view layer, selecting it and making it active.
109857
110522
  * bpy_struct.rna_ancestors
109858
110523
  * bpy_struct.type_recast
109859
110524
  * bpy_struct.values
109860
- * Node.bl_system_properties_get
109861
- * Node.socket_value_update
109862
- * Node.is_registered_node_type
109863
- * Node.poll
109864
- * Node.poll_instance
109865
- * Node.update
109866
- * Node.insert_link
109867
- * Node.init
109868
- * Node.copy
109869
- * Node.free
109870
- * Node.draw_buttons
109871
- * Node.draw_buttons_ext
109872
- * Node.draw_label
109873
- * Node.debug_zone_body_lazy_function_graph
109874
- * Node.debug_zone_lazy_function_graph
109875
- * Node.poll
109876
- * Node.bl_rna_get_subclass
109877
- * Node.bl_rna_get_subclass_py
109878
- * NodeInternal.poll
109879
- * NodeInternal.poll_instance
109880
- * NodeInternal.update
109881
- * NodeInternal.draw_buttons
109882
- * NodeInternal.draw_buttons_ext
109883
- * NodeInternal.bl_rna_get_subclass
109884
- * NodeInternal.bl_rna_get_subclass_py
109885
- * GeometryNode.poll
109886
- * GeometryNode.bl_rna_get_subclass
109887
- * GeometryNode.bl_rna_get_subclass_py
110525
+ * Node.bl_system_properties_get
110526
+ * Node.socket_value_update
110527
+ * Node.is_registered_node_type
110528
+ * Node.poll
110529
+ * Node.poll_instance
110530
+ * Node.update
110531
+ * Node.insert_link
110532
+ * Node.init
110533
+ * Node.copy
110534
+ * Node.free
110535
+ * Node.draw_buttons
110536
+ * Node.draw_buttons_ext
110537
+ * Node.draw_label
110538
+ * Node.debug_zone_body_lazy_function_graph
110539
+ * Node.debug_zone_lazy_function_graph
110540
+ * Node.poll
110541
+ * Node.bl_rna_get_subclass
110542
+ * Node.bl_rna_get_subclass_py
110543
+ * NodeInternal.poll
110544
+ * NodeInternal.poll_instance
110545
+ * NodeInternal.update
110546
+ * NodeInternal.draw_buttons
110547
+ * NodeInternal.draw_buttons_ext
110548
+ * NodeInternal.bl_rna_get_subclass
110549
+ * NodeInternal.bl_rna_get_subclass_py
110550
+ * GeometryNode.poll
110551
+ * GeometryNode.bl_rna_get_subclass
110552
+ * GeometryNode.bl_rna_get_subclass_py
110553
+
110554
+ :columns: 2
110555
+
110556
+
110557
+ --------------------
110558
+
110559
+ * bpy_struct.id_data
110560
+ * Node.type
110561
+ * Node.location
110562
+ * Node.location_absolute
110563
+ * Node.width
110564
+ * Node.height
110565
+ * Node.dimensions
110566
+ * Node.name
110567
+ * Node.label
110568
+ * Node.inputs
110569
+ * Node.outputs
110570
+ * Node.internal_links
110571
+ * Node.parent
110572
+ * Node.warning_propagation
110573
+ * Node.use_custom_color
110574
+ * Node.color
110575
+ * Node.color_tag
110576
+ * Node.select
110577
+ * Node.show_options
110578
+ * Node.show_preview
110579
+ * Node.hide
110580
+ * Node.mute
110581
+ * Node.show_texture
110582
+ * Node.bl_idname
110583
+ * Node.bl_label
110584
+ * Node.bl_description
110585
+ * Node.bl_icon
110586
+ * Node.bl_static_type
110587
+ * Node.bl_width_default
110588
+ * Node.bl_width_min
110589
+ * Node.bl_width_max
110590
+ * Node.bl_height_default
110591
+ * Node.bl_height_min
110592
+ * Node.bl_height_max
110593
+
110594
+ :columns: 2
110595
+
110596
+
110597
+ --------------------
110598
+
110599
+ * bpy_struct.as_pointer
110600
+ * bpy_struct.driver_add
110601
+ * bpy_struct.driver_remove
110602
+ * bpy_struct.get
110603
+ * bpy_struct.id_properties_clear
110604
+ * bpy_struct.id_properties_ensure
110605
+ * bpy_struct.id_properties_ui
110606
+ * bpy_struct.is_property_hidden
110607
+ * bpy_struct.is_property_overridable_library
110608
+ * bpy_struct.is_property_readonly
110609
+ * bpy_struct.is_property_set
110610
+ * bpy_struct.items
110611
+ * bpy_struct.keyframe_delete
110612
+ * bpy_struct.keyframe_insert
110613
+ * bpy_struct.keys
110614
+ * bpy_struct.path_from_id
110615
+ * bpy_struct.path_from_module
110616
+ * bpy_struct.path_resolve
110617
+ * bpy_struct.pop
110618
+ * bpy_struct.property_overridable_library_set
110619
+ * bpy_struct.property_unset
110620
+ * bpy_struct.rna_ancestors
110621
+ * bpy_struct.type_recast
110622
+ * bpy_struct.values
110623
+ * Node.bl_system_properties_get
110624
+ * Node.socket_value_update
110625
+ * Node.is_registered_node_type
110626
+ * Node.poll
110627
+ * Node.poll_instance
110628
+ * Node.update
110629
+ * Node.insert_link
110630
+ * Node.init
110631
+ * Node.copy
110632
+ * Node.free
110633
+ * Node.draw_buttons
110634
+ * Node.draw_buttons_ext
110635
+ * Node.draw_label
110636
+ * Node.debug_zone_body_lazy_function_graph
110637
+ * Node.debug_zone_lazy_function_graph
110638
+ * Node.poll
110639
+ * Node.bl_rna_get_subclass
110640
+ * Node.bl_rna_get_subclass_py
110641
+ * NodeInternal.poll
110642
+ * NodeInternal.poll_instance
110643
+ * NodeInternal.update
110644
+ * NodeInternal.draw_buttons
110645
+ * NodeInternal.draw_buttons_ext
110646
+ * NodeInternal.bl_rna_get_subclass
110647
+ * NodeInternal.bl_rna_get_subclass_py
110648
+ * GeometryNode.poll
110649
+ * GeometryNode.bl_rna_get_subclass
110650
+ * GeometryNode.bl_rna_get_subclass_py
110651
+
110652
+ :columns: 2
110653
+
110654
+
110655
+ --------------------
110656
+
110657
+ * bpy_struct.id_data
110658
+
110659
+ :columns: 2
110660
+
110661
+
110662
+ --------------------
110663
+
110664
+ * bpy_struct.as_pointer
110665
+ * bpy_struct.driver_add
110666
+ * bpy_struct.driver_remove
110667
+ * bpy_struct.get
110668
+ * bpy_struct.id_properties_clear
110669
+ * bpy_struct.id_properties_ensure
110670
+ * bpy_struct.id_properties_ui
110671
+ * bpy_struct.is_property_hidden
110672
+ * bpy_struct.is_property_overridable_library
110673
+ * bpy_struct.is_property_readonly
110674
+ * bpy_struct.is_property_set
110675
+ * bpy_struct.items
110676
+ * bpy_struct.keyframe_delete
110677
+ * bpy_struct.keyframe_insert
110678
+ * bpy_struct.keys
110679
+ * bpy_struct.path_from_id
110680
+ * bpy_struct.path_from_module
110681
+ * bpy_struct.path_resolve
110682
+ * bpy_struct.pop
110683
+ * bpy_struct.property_overridable_library_set
110684
+ * bpy_struct.property_unset
110685
+ * bpy_struct.rna_ancestors
110686
+ * bpy_struct.type_recast
110687
+ * bpy_struct.values
110688
+
110689
+ :columns: 2
110690
+
110691
+
110692
+ --------------------
110693
+
110694
+ * DynamicPaintModifier.brush_settings
109888
110695
 
109889
110696
  :columns: 2
109890
110697
 
@@ -110024,50 +110831,6 @@ object, placing it into a view layer, selecting it and making it active.
110024
110831
  :columns: 2
110025
110832
 
110026
110833
 
110027
- --------------------
110028
-
110029
- * DynamicPaintModifier.brush_settings
110030
-
110031
- :columns: 2
110032
-
110033
-
110034
- --------------------
110035
-
110036
- * bpy_struct.id_data
110037
-
110038
- :columns: 2
110039
-
110040
-
110041
- --------------------
110042
-
110043
- * bpy_struct.as_pointer
110044
- * bpy_struct.driver_add
110045
- * bpy_struct.driver_remove
110046
- * bpy_struct.get
110047
- * bpy_struct.id_properties_clear
110048
- * bpy_struct.id_properties_ensure
110049
- * bpy_struct.id_properties_ui
110050
- * bpy_struct.is_property_hidden
110051
- * bpy_struct.is_property_overridable_library
110052
- * bpy_struct.is_property_readonly
110053
- * bpy_struct.is_property_set
110054
- * bpy_struct.items
110055
- * bpy_struct.keyframe_delete
110056
- * bpy_struct.keyframe_insert
110057
- * bpy_struct.keys
110058
- * bpy_struct.path_from_id
110059
- * bpy_struct.path_from_module
110060
- * bpy_struct.path_resolve
110061
- * bpy_struct.pop
110062
- * bpy_struct.property_overridable_library_set
110063
- * bpy_struct.property_unset
110064
- * bpy_struct.rna_ancestors
110065
- * bpy_struct.type_recast
110066
- * bpy_struct.values
110067
-
110068
- :columns: 2
110069
-
110070
-
110071
110834
  --------------------
110072
110835
 
110073
110836
  * Theme.view_3d
@@ -112886,104 +113649,6 @@ Menu.poll function.
112886
113649
  :columns: 2
112887
113650
 
112888
113651
 
112889
- --------------------
112890
-
112891
- * bpy_struct.id_data
112892
- * Node.type
112893
- * Node.location
112894
- * Node.location_absolute
112895
- * Node.width
112896
- * Node.height
112897
- * Node.dimensions
112898
- * Node.name
112899
- * Node.label
112900
- * Node.inputs
112901
- * Node.outputs
112902
- * Node.internal_links
112903
- * Node.parent
112904
- * Node.warning_propagation
112905
- * Node.use_custom_color
112906
- * Node.color
112907
- * Node.color_tag
112908
- * Node.select
112909
- * Node.show_options
112910
- * Node.show_preview
112911
- * Node.hide
112912
- * Node.mute
112913
- * Node.show_texture
112914
- * Node.bl_idname
112915
- * Node.bl_label
112916
- * Node.bl_description
112917
- * Node.bl_icon
112918
- * Node.bl_static_type
112919
- * Node.bl_width_default
112920
- * Node.bl_width_min
112921
- * Node.bl_width_max
112922
- * Node.bl_height_default
112923
- * Node.bl_height_min
112924
- * Node.bl_height_max
112925
-
112926
- :columns: 2
112927
-
112928
-
112929
- --------------------
112930
-
112931
- * bpy_struct.as_pointer
112932
- * bpy_struct.driver_add
112933
- * bpy_struct.driver_remove
112934
- * bpy_struct.get
112935
- * bpy_struct.id_properties_clear
112936
- * bpy_struct.id_properties_ensure
112937
- * bpy_struct.id_properties_ui
112938
- * bpy_struct.is_property_hidden
112939
- * bpy_struct.is_property_overridable_library
112940
- * bpy_struct.is_property_readonly
112941
- * bpy_struct.is_property_set
112942
- * bpy_struct.items
112943
- * bpy_struct.keyframe_delete
112944
- * bpy_struct.keyframe_insert
112945
- * bpy_struct.keys
112946
- * bpy_struct.path_from_id
112947
- * bpy_struct.path_from_module
112948
- * bpy_struct.path_resolve
112949
- * bpy_struct.pop
112950
- * bpy_struct.property_overridable_library_set
112951
- * bpy_struct.property_unset
112952
- * bpy_struct.rna_ancestors
112953
- * bpy_struct.type_recast
112954
- * bpy_struct.values
112955
- * Node.bl_system_properties_get
112956
- * Node.socket_value_update
112957
- * Node.is_registered_node_type
112958
- * Node.poll
112959
- * Node.poll_instance
112960
- * Node.update
112961
- * Node.insert_link
112962
- * Node.init
112963
- * Node.copy
112964
- * Node.free
112965
- * Node.draw_buttons
112966
- * Node.draw_buttons_ext
112967
- * Node.draw_label
112968
- * Node.debug_zone_body_lazy_function_graph
112969
- * Node.debug_zone_lazy_function_graph
112970
- * Node.poll
112971
- * Node.bl_rna_get_subclass
112972
- * Node.bl_rna_get_subclass_py
112973
- * NodeInternal.poll
112974
- * NodeInternal.poll_instance
112975
- * NodeInternal.update
112976
- * NodeInternal.draw_buttons
112977
- * NodeInternal.draw_buttons_ext
112978
- * NodeInternal.bl_rna_get_subclass
112979
- * NodeInternal.bl_rna_get_subclass_py
112980
- * GeometryNode.poll
112981
- * GeometryNode.bl_rna_get_subclass
112982
- * GeometryNode.bl_rna_get_subclass_py
112983
-
112984
- :columns: 2
112985
-
112986
-
112987
113652
  --------------------
112988
113653
 
112989
113654
  * bpy_struct.id_data
@@ -121286,25 +121951,114 @@ class FCurveKeyframePoints(bpy_prop_collection[Keyframe], bpy_struct):
121286
121951
  :return: The class or default when not found.
121287
121952
  """
121288
121953
 
121289
- class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
121290
- """Collection of F-Curve Modifiers"""
121291
-
121292
- active: FModifier | None
121293
- """ Active F-Curve Modifier"""
121954
+ class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
121955
+ """Collection of F-Curve Modifiers"""
121956
+
121957
+ active: FModifier | None
121958
+ """ Active F-Curve Modifier"""
121959
+
121960
+ def new(
121961
+ self, type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
121962
+ ) -> FModifier:
121963
+ """Add a constraint to this object
121964
+
121965
+ :param type: Constraint type to add
121966
+ :return: New fmodifier
121967
+ """
121968
+
121969
+ def remove(self, modifier: FModifier) -> None:
121970
+ """Remove a modifier from this F-Curve
121971
+
121972
+ :param modifier: Removed modifier
121973
+ """
121974
+
121975
+ @classmethod
121976
+ def bl_rna_get_subclass(
121977
+ cls,
121978
+ id: str | None,
121979
+ default=None,
121980
+ /,
121981
+ ) -> Struct:
121982
+ """
121983
+
121984
+ :param id: The RNA type identifier.
121985
+ :param default:
121986
+ :return: The RNA type or default when not found.
121987
+ """
121988
+
121989
+ @classmethod
121990
+ def bl_rna_get_subclass_py(
121991
+ cls,
121992
+ id: str | None,
121993
+ default=None,
121994
+ /,
121995
+ ) -> typing.Any:
121996
+ """
121997
+
121998
+ :param id: The RNA type identifier.
121999
+ :param default:
122000
+ :return: The class or default when not found.
122001
+ """
122002
+
122003
+ class FModifierEnvelopeControlPoints(
122004
+ bpy_prop_collection[FModifierEnvelopeControlPoint], bpy_struct
122005
+ ):
122006
+ """Control points defining the shape of the envelope"""
122007
+
122008
+ def add(self, frame: float | None) -> FModifierEnvelopeControlPoint:
122009
+ """Add a control point to a FModifierEnvelope
122010
+
122011
+ :param frame: Frame to add this control-point
122012
+ :return: Newly created control-point
122013
+ """
122014
+
122015
+ def remove(self, point: FModifierEnvelopeControlPoint) -> None:
122016
+ """Remove a control-point from an FModifierEnvelope
122017
+
122018
+ :param point: Control-point to remove
122019
+ """
122020
+
122021
+ @classmethod
122022
+ def bl_rna_get_subclass(
122023
+ cls,
122024
+ id: str | None,
122025
+ default=None,
122026
+ /,
122027
+ ) -> Struct:
122028
+ """
122029
+
122030
+ :param id: The RNA type identifier.
122031
+ :param default:
122032
+ :return: The RNA type or default when not found.
122033
+ """
122034
+
122035
+ @classmethod
122036
+ def bl_rna_get_subclass_py(
122037
+ cls,
122038
+ id: str | None,
122039
+ default=None,
122040
+ /,
122041
+ ) -> typing.Any:
122042
+ """
122043
+
122044
+ :param id: The RNA type identifier.
122045
+ :param default:
122046
+ :return: The class or default when not found.
122047
+ """
122048
+
122049
+ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct):
122050
+ """A list of style modules (to be applied from top to bottom)"""
121294
122051
 
121295
- def new(
121296
- self, type: bpy.stub_internal.rna_enums.FmodifierTypeItems | None
121297
- ) -> FModifier:
121298
- """Add a constraint to this object
122052
+ def new(self) -> FreestyleModuleSettings:
122053
+ """Add a style module to scene render layer Freestyle settings
121299
122054
 
121300
- :param type: Constraint type to add
121301
- :return: New fmodifier
122055
+ :return: Newly created style module
121302
122056
  """
121303
122057
 
121304
- def remove(self, modifier: FModifier) -> None:
121305
- """Remove a modifier from this F-Curve
122058
+ def remove(self, module: FreestyleModuleSettings) -> None:
122059
+ """Remove a style module from scene render layer Freestyle settings
121306
122060
 
121307
- :param modifier: Removed modifier
122061
+ :param module: Style module to remove
121308
122062
  """
121309
122063
 
121310
122064
  @classmethod
@@ -121335,65 +122089,37 @@ class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
121335
122089
  :return: The class or default when not found.
121336
122090
  """
121337
122091
 
121338
- class FModifierEnvelopeControlPoints(
121339
- bpy_prop_collection[FModifierEnvelopeControlPoint], bpy_struct
122092
+ class GeometryNodeFieldToGridItems(
122093
+ bpy_prop_collection[GeometryNodeFieldToGridItem], bpy_struct
121340
122094
  ):
121341
- """Control points defining the shape of the envelope"""
121342
-
121343
- def add(self, frame: float | None) -> FModifierEnvelopeControlPoint:
121344
- """Add a control point to a FModifierEnvelope
121345
-
121346
- :param frame: Frame to add this control-point
121347
- :return: Newly created control-point
121348
- """
121349
-
121350
- def remove(self, point: FModifierEnvelopeControlPoint) -> None:
121351
- """Remove a control-point from an FModifierEnvelope
121352
-
121353
- :param point: Control-point to remove
121354
- """
122095
+ """Collection of field to grid items"""
121355
122096
 
121356
- @classmethod
121357
- def bl_rna_get_subclass(
121358
- cls,
121359
- id: str | None,
121360
- default=None,
121361
- /,
121362
- ) -> Struct:
121363
- """
122097
+ def new(
122098
+ self,
122099
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None,
122100
+ name: str,
122101
+ ) -> GeometryNodeFieldToGridItem:
122102
+ """Add an item at the end
121364
122103
 
121365
- :param id: The RNA type identifier.
121366
- :param default:
121367
- :return: The RNA type or default when not found.
122104
+ :param socket_type: Socket Type, Socket type of the item
122105
+ :param name: Name
122106
+ :return: Item, New item
121368
122107
  """
121369
122108
 
121370
- @classmethod
121371
- def bl_rna_get_subclass_py(
121372
- cls,
121373
- id: str | None,
121374
- default=None,
121375
- /,
121376
- ) -> typing.Any:
121377
- """
122109
+ def remove(self, item: GeometryNodeFieldToGridItem) -> None:
122110
+ """Remove an item
121378
122111
 
121379
- :param id: The RNA type identifier.
121380
- :param default:
121381
- :return: The class or default when not found.
122112
+ :param item: Item, The item to remove
121382
122113
  """
121383
122114
 
121384
- class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct):
121385
- """A list of style modules (to be applied from top to bottom)"""
121386
-
121387
- def new(self) -> FreestyleModuleSettings:
121388
- """Add a style module to scene render layer Freestyle settings
121389
-
121390
- :return: Newly created style module
121391
- """
122115
+ def clear(self) -> None:
122116
+ """Remove all items"""
121392
122117
 
121393
- def remove(self, module: FreestyleModuleSettings) -> None:
121394
- """Remove a style module from scene render layer Freestyle settings
122118
+ def move(self, from_index: int | None, to_index: int | None) -> None:
122119
+ """Move an item to another position
121395
122120
 
121396
- :param module: Style module to remove
122121
+ :param from_index: From Index, Index of the item to move
122122
+ :param to_index: To Index, Target index for the item
121397
122123
  """
121398
122124
 
121399
122125
  @classmethod
@@ -121424,16 +122150,16 @@ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct)
121424
122150
  :return: The class or default when not found.
121425
122151
  """
121426
122152
 
121427
- class GeometryNodeFieldToGridItems(
121428
- bpy_prop_collection[GeometryNodeFieldToGridItem], bpy_struct
122153
+ class GeometryNodeFieldToListItems(
122154
+ bpy_prop_collection[GeometryNodeFieldToListItem], bpy_struct
121429
122155
  ):
121430
- """Collection of field to grid items"""
122156
+ """Collection of field to list items"""
121431
122157
 
121432
122158
  def new(
121433
122159
  self,
121434
122160
  socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None,
121435
122161
  name: str,
121436
- ) -> GeometryNodeFieldToGridItem:
122162
+ ) -> GeometryNodeFieldToListItem:
121437
122163
  """Add an item at the end
121438
122164
 
121439
122165
  :param socket_type: Socket Type, Socket type of the item
@@ -121441,7 +122167,7 @@ class GeometryNodeFieldToGridItems(
121441
122167
  :return: Item, New item
121442
122168
  """
121443
122169
 
121444
- def remove(self, item: GeometryNodeFieldToGridItem) -> None:
122170
+ def remove(self, item: GeometryNodeFieldToListItem) -> None:
121445
122171
  """Remove an item
121446
122172
 
121447
122173
  :param item: Item, The item to remove
@@ -122282,7 +123008,7 @@ class KeyMaps(bpy_prop_collection[KeyMap], bpy_struct):
122282
123008
  :param name: Name
122283
123009
  :param space_type: Space Type
122284
123010
  :param region_type: Region Type
122285
- :param modal: Modal, Keymap for modal operators
123011
+ :param modal: Modal, Keymap for modal operators. Modal keymaps are not supported for `KeyConfigs.addons`.
122286
123012
  :param tool: Tool, Keymap for active tools
122287
123013
  :return: Key Map, Added key map
122288
123014
  """
@@ -151477,8 +152203,173 @@ class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
151477
152203
  :return: The class or default when not found.
151478
152204
  """
151479
152205
 
151480
- class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
151481
- """Retrieve corners that make up a face"""
152206
+ class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
152207
+ """Retrieve corners that make up a face"""
152208
+
152209
+ @classmethod
152210
+ def is_registered_node_type(cls) -> bool:
152211
+ """True if a registered node type
152212
+
152213
+ :return: Result
152214
+ """
152215
+
152216
+ @classmethod
152217
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152218
+ """Input socket template
152219
+
152220
+ :param index: Index
152221
+ :return: result
152222
+ """
152223
+
152224
+ @classmethod
152225
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152226
+ """Output socket template
152227
+
152228
+ :param index: Index
152229
+ :return: result
152230
+ """
152231
+
152232
+ @classmethod
152233
+ def bl_rna_get_subclass(
152234
+ cls,
152235
+ id: str | None,
152236
+ default=None,
152237
+ /,
152238
+ ) -> Struct:
152239
+ """
152240
+
152241
+ :param id: The RNA type identifier.
152242
+ :param default:
152243
+ :return: The RNA type or default when not found.
152244
+ """
152245
+
152246
+ @classmethod
152247
+ def bl_rna_get_subclass_py(
152248
+ cls,
152249
+ id: str | None,
152250
+ default=None,
152251
+ /,
152252
+ ) -> typing.Any:
152253
+ """
152254
+
152255
+ :param id: The RNA type identifier.
152256
+ :param default:
152257
+ :return: The class or default when not found.
152258
+ """
152259
+
152260
+ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
152261
+ """Retrieve face corners connected to vertices"""
152262
+
152263
+ @classmethod
152264
+ def is_registered_node_type(cls) -> bool:
152265
+ """True if a registered node type
152266
+
152267
+ :return: Result
152268
+ """
152269
+
152270
+ @classmethod
152271
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152272
+ """Input socket template
152273
+
152274
+ :param index: Index
152275
+ :return: result
152276
+ """
152277
+
152278
+ @classmethod
152279
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152280
+ """Output socket template
152281
+
152282
+ :param index: Index
152283
+ :return: result
152284
+ """
152285
+
152286
+ @classmethod
152287
+ def bl_rna_get_subclass(
152288
+ cls,
152289
+ id: str | None,
152290
+ default=None,
152291
+ /,
152292
+ ) -> Struct:
152293
+ """
152294
+
152295
+ :param id: The RNA type identifier.
152296
+ :param default:
152297
+ :return: The RNA type or default when not found.
152298
+ """
152299
+
152300
+ @classmethod
152301
+ def bl_rna_get_subclass_py(
152302
+ cls,
152303
+ id: str | None,
152304
+ default=None,
152305
+ /,
152306
+ ) -> typing.Any:
152307
+ """
152308
+
152309
+ :param id: The RNA type identifier.
152310
+ :param default:
152311
+ :return: The class or default when not found.
152312
+ """
152313
+
152314
+ class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
152315
+ """Generate a poly spline arc"""
152316
+
152317
+ mode: typing.Literal["POINTS", "RADIUS"]
152318
+ """ Method used to determine radius and placement"""
152319
+
152320
+ @classmethod
152321
+ def is_registered_node_type(cls) -> bool:
152322
+ """True if a registered node type
152323
+
152324
+ :return: Result
152325
+ """
152326
+
152327
+ @classmethod
152328
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152329
+ """Input socket template
152330
+
152331
+ :param index: Index
152332
+ :return: result
152333
+ """
152334
+
152335
+ @classmethod
152336
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152337
+ """Output socket template
152338
+
152339
+ :param index: Index
152340
+ :return: result
152341
+ """
152342
+
152343
+ @classmethod
152344
+ def bl_rna_get_subclass(
152345
+ cls,
152346
+ id: str | None,
152347
+ default=None,
152348
+ /,
152349
+ ) -> Struct:
152350
+ """
152351
+
152352
+ :param id: The RNA type identifier.
152353
+ :param default:
152354
+ :return: The RNA type or default when not found.
152355
+ """
152356
+
152357
+ @classmethod
152358
+ def bl_rna_get_subclass_py(
152359
+ cls,
152360
+ id: str | None,
152361
+ default=None,
152362
+ /,
152363
+ ) -> typing.Any:
152364
+ """
152365
+
152366
+ :param id: The RNA type identifier.
152367
+ :param default:
152368
+ :return: The class or default when not found.
152369
+ """
152370
+
152371
+ class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_struct):
152372
+ """Provide a selection for an arbitrary number of endpoints in each spline"""
151482
152373
 
151483
152374
  @classmethod
151484
152375
  def is_registered_node_type(cls) -> bool:
@@ -151531,8 +152422,14 @@ class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
151531
152422
  :return: The class or default when not found.
151532
152423
  """
151533
152424
 
151534
- class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
151535
- """Retrieve face corners connected to vertices"""
152425
+ class GeometryNodeCurveHandleTypeSelection(
152426
+ GeometryNode, NodeInternal, Node, bpy_struct
152427
+ ):
152428
+ """Provide a selection based on the handle types of Bézier control points"""
152429
+
152430
+ handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
152431
+ mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
152432
+ """ Whether to check the type of left and right handles"""
151536
152433
 
151537
152434
  @classmethod
151538
152435
  def is_registered_node_type(cls) -> bool:
@@ -151585,11 +152482,8 @@ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
151585
152482
  :return: The class or default when not found.
151586
152483
  """
151587
152484
 
151588
- class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
151589
- """Generate a poly spline arc"""
151590
-
151591
- mode: typing.Literal["POINTS", "RADIUS"]
151592
- """ Method used to determine radius and placement"""
152485
+ class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
152486
+ """Retrieve the length of all splines added together"""
151593
152487
 
151594
152488
  @classmethod
151595
152489
  def is_registered_node_type(cls) -> bool:
@@ -151642,8 +152536,8 @@ class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
151642
152536
  :return: The class or default when not found.
151643
152537
  """
151644
152538
 
151645
- class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_struct):
151646
- """Provide a selection for an arbitrary number of endpoints in each spline"""
152539
+ class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
152540
+ """Retrieve the curve a control point is part of"""
151647
152541
 
151648
152542
  @classmethod
151649
152543
  def is_registered_node_type(cls) -> bool:
@@ -151696,14 +152590,13 @@ class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_s
151696
152590
  :return: The class or default when not found.
151697
152591
  """
151698
152592
 
151699
- class GeometryNodeCurveHandleTypeSelection(
152593
+ class GeometryNodeCurvePrimitiveBezierSegment(
151700
152594
  GeometryNode, NodeInternal, Node, bpy_struct
151701
152595
  ):
151702
- """Provide a selection based on the handle types of Bézier control points"""
152596
+ """Generate a 2D Bézier spline from the given control points and handles"""
151703
152597
 
151704
- handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
151705
- mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
151706
- """ Whether to check the type of left and right handles"""
152598
+ mode: typing.Literal["POSITION", "OFFSET"]
152599
+ """ Method used to determine control handles"""
151707
152600
 
151708
152601
  @classmethod
151709
152602
  def is_registered_node_type(cls) -> bool:
@@ -151756,8 +152649,11 @@ class GeometryNodeCurveHandleTypeSelection(
151756
152649
  :return: The class or default when not found.
151757
152650
  """
151758
152651
 
151759
- class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
151760
- """Retrieve the length of all splines added together"""
152652
+ class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_struct):
152653
+ """Generate a poly spline circle"""
152654
+
152655
+ mode: typing.Literal["POINTS", "RADIUS"]
152656
+ """ Method used to determine radius and placement"""
151761
152657
 
151762
152658
  @classmethod
151763
152659
  def is_registered_node_type(cls) -> bool:
@@ -151810,8 +152706,11 @@ class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
151810
152706
  :return: The class or default when not found.
151811
152707
  """
151812
152708
 
151813
- class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
151814
- """Retrieve the curve a control point is part of"""
152709
+ class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struct):
152710
+ """Generate a poly spline line with two points"""
152711
+
152712
+ mode: typing.Literal["POINTS", "DIRECTION"]
152713
+ """ Method used to determine radius and placement"""
151815
152714
 
151816
152715
  @classmethod
151817
152716
  def is_registered_node_type(cls) -> bool:
@@ -151864,13 +152763,12 @@ class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
151864
152763
  :return: The class or default when not found.
151865
152764
  """
151866
152765
 
151867
- class GeometryNodeCurvePrimitiveBezierSegment(
152766
+ class GeometryNodeCurvePrimitiveQuadrilateral(
151868
152767
  GeometryNode, NodeInternal, Node, bpy_struct
151869
152768
  ):
151870
- """Generate a 2D Bézier spline from the given control points and handles"""
152769
+ """Generate a polygon with four points"""
151871
152770
 
151872
- mode: typing.Literal["POSITION", "OFFSET"]
151873
- """ Method used to determine control handles"""
152771
+ mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
151874
152772
 
151875
152773
  @classmethod
151876
152774
  def is_registered_node_type(cls) -> bool:
@@ -151923,11 +152821,8 @@ class GeometryNodeCurvePrimitiveBezierSegment(
151923
152821
  :return: The class or default when not found.
151924
152822
  """
151925
152823
 
151926
- class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_struct):
151927
- """Generate a poly spline circle"""
151928
-
151929
- mode: typing.Literal["POINTS", "RADIUS"]
151930
- """ Method used to determine radius and placement"""
152824
+ class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_struct):
152825
+ """Generate a poly spline in a parabola shape with control points positions"""
151931
152826
 
151932
152827
  @classmethod
151933
152828
  def is_registered_node_type(cls) -> bool:
@@ -151980,11 +152875,12 @@ class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_str
151980
152875
  :return: The class or default when not found.
151981
152876
  """
151982
152877
 
151983
- class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struct):
151984
- """Generate a poly spline line with two points"""
152878
+ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
152879
+ """Set the handle type for the control points of a Bézier curve"""
151985
152880
 
151986
- mode: typing.Literal["POINTS", "DIRECTION"]
151987
- """ Method used to determine radius and placement"""
152881
+ handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
152882
+ mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
152883
+ """ Whether to update left and right handles"""
151988
152884
 
151989
152885
  @classmethod
151990
152886
  def is_registered_node_type(cls) -> bool:
@@ -152037,12 +152933,8 @@ class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struc
152037
152933
  :return: The class or default when not found.
152038
152934
  """
152039
152935
 
152040
- class GeometryNodeCurvePrimitiveQuadrilateral(
152041
- GeometryNode, NodeInternal, Node, bpy_struct
152042
- ):
152043
- """Generate a polygon with four points"""
152044
-
152045
- mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
152936
+ class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
152937
+ """Generate a poly spline in a spiral shape"""
152046
152938
 
152047
152939
  @classmethod
152048
152940
  def is_registered_node_type(cls) -> bool:
@@ -152095,8 +152987,11 @@ class GeometryNodeCurvePrimitiveQuadrilateral(
152095
152987
  :return: The class or default when not found.
152096
152988
  """
152097
152989
 
152098
- class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_struct):
152099
- """Generate a poly spline in a parabola shape with control points positions"""
152990
+ class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
152991
+ """Change the type of curves"""
152992
+
152993
+ spline_type: bpy.stub_internal.rna_enums.CurvesTypeItems
152994
+ """ The curve type to change the selected curves to"""
152100
152995
 
152101
152996
  @classmethod
152102
152997
  def is_registered_node_type(cls) -> bool:
@@ -152149,12 +153044,8 @@ class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_str
152149
153044
  :return: The class or default when not found.
152150
153045
  """
152151
153046
 
152152
- class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
152153
- """Set the handle type for the control points of a Bézier curve"""
152154
-
152155
- handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
152156
- mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
152157
- """ Whether to update left and right handles"""
153047
+ class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
153048
+ """Generate a poly spline in a star pattern by connecting alternating points of two circles"""
152158
153049
 
152159
153050
  @classmethod
152160
153051
  def is_registered_node_type(cls) -> bool:
@@ -152207,8 +153098,8 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
152207
153098
  :return: The class or default when not found.
152208
153099
  """
152209
153100
 
152210
- class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
152211
- """Generate a poly spline in a spiral shape"""
153101
+ class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153102
+ """Convert curves into a mesh, optionally with a custom profile shape defined by curves"""
152212
153103
 
152213
153104
  @classmethod
152214
153105
  def is_registered_node_type(cls) -> bool:
@@ -152261,11 +153152,11 @@ class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
152261
153152
  :return: The class or default when not found.
152262
153153
  """
152263
153154
 
152264
- class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
152265
- """Change the type of curves"""
153155
+ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
153156
+ """Generate a point cloud by sampling positions along curves"""
152266
153157
 
152267
- spline_type: bpy.stub_internal.rna_enums.CurvesTypeItems
152268
- """ The curve type to change the selected curves to"""
153158
+ mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
153159
+ """ How to generate points from the input curve"""
152269
153160
 
152270
153161
  @classmethod
152271
153162
  def is_registered_node_type(cls) -> bool:
@@ -152318,8 +153209,8 @@ class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
152318
153209
  :return: The class or default when not found.
152319
153210
  """
152320
153211
 
152321
- class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
152322
- """Generate a poly spline in a star pattern by connecting alternating points of two circles"""
153212
+ class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_struct):
153213
+ """Convert the curves in each top-level instance into Grease Pencil layer"""
152323
153214
 
152324
153215
  @classmethod
152325
153216
  def is_registered_node_type(cls) -> bool:
@@ -152372,31 +153263,10 @@ class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
152372
153263
  :return: The class or default when not found.
152373
153264
  """
152374
153265
 
152375
- class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
152376
- """Convert curves into a mesh, optionally with a custom profile shape defined by curves"""
152377
-
152378
- @classmethod
152379
- def is_registered_node_type(cls) -> bool:
152380
- """True if a registered node type
152381
-
152382
- :return: Result
152383
- """
152384
-
152385
- @classmethod
152386
- def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152387
- """Input socket template
152388
-
152389
- :param index: Index
152390
- :return: result
152391
- """
152392
-
152393
- @classmethod
152394
- def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
152395
- """Output socket template
153266
+ class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
153267
+ """Custom Geometry Group Node for Python nodes"""
152396
153268
 
152397
- :param index: Index
152398
- :return: result
152399
- """
153269
+ node_tree: GeometryNodeTree | None
152400
153270
 
152401
153271
  @classmethod
152402
153272
  def bl_rna_get_subclass(
@@ -152426,11 +153296,8 @@ class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
152426
153296
  :return: The class or default when not found.
152427
153297
  """
152428
153298
 
152429
- class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
152430
- """Generate a point cloud by sampling positions along curves"""
152431
-
152432
- mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
152433
- """ How to generate points from the input curve"""
153299
+ class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_struct):
153300
+ """Translate and rotate curves based on changes between the objects original and evaluated surface mesh"""
152434
153301
 
152435
153302
  @classmethod
152436
153303
  def is_registered_node_type(cls) -> bool:
@@ -152483,8 +153350,14 @@ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
152483
153350
  :return: The class or default when not found.
152484
153351
  """
152485
153352
 
152486
- class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_struct):
152487
- """Convert the curves in each top-level instance into Grease Pencil layer"""
153353
+ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
153354
+ """Remove selected elements of a geometry"""
153355
+
153356
+ domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
153357
+ """ Which domain to delete in"""
153358
+
153359
+ mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
153360
+ """ Which parts of the mesh component to delete"""
152488
153361
 
152489
153362
  @classmethod
152490
153363
  def is_registered_node_type(cls) -> bool:
@@ -152537,41 +153410,11 @@ class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_str
152537
153410
  :return: The class or default when not found.
152538
153411
  """
152539
153412
 
152540
- class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
152541
- """Custom Geometry Group Node for Python nodes"""
152542
-
152543
- node_tree: GeometryNodeTree | None
152544
-
152545
- @classmethod
152546
- def bl_rna_get_subclass(
152547
- cls,
152548
- id: str | None,
152549
- default=None,
152550
- /,
152551
- ) -> Struct:
152552
- """
152553
-
152554
- :param id: The RNA type identifier.
152555
- :param default:
152556
- :return: The RNA type or default when not found.
152557
- """
152558
-
152559
- @classmethod
152560
- def bl_rna_get_subclass_py(
152561
- cls,
152562
- id: str | None,
152563
- default=None,
152564
- /,
152565
- ) -> typing.Any:
152566
- """
152567
-
152568
- :param id: The RNA type identifier.
152569
- :param default:
152570
- :return: The class or default when not found.
152571
- """
153413
+ class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
153414
+ """Generate points inside a volume grid"""
152572
153415
 
152573
- class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_struct):
152574
- """Translate and rotate curves based on changes between the objects original and evaluated surface mesh"""
153416
+ mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
153417
+ """ Method to use for scattering points"""
152575
153418
 
152576
153419
  @classmethod
152577
153420
  def is_registered_node_type(cls) -> bool:
@@ -152624,14 +153467,10 @@ class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_st
152624
153467
  :return: The class or default when not found.
152625
153468
  """
152626
153469
 
152627
- class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
152628
- """Remove selected elements of a geometry"""
152629
-
152630
- domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
152631
- """ Which domain to delete in"""
152632
-
152633
- mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
152634
- """ Which parts of the mesh component to delete"""
153470
+ class GeometryNodeDistributePointsInVolume(
153471
+ GeometryNode, NodeInternal, Node, bpy_struct
153472
+ ):
153473
+ """Generate points inside a volume"""
152635
153474
 
152636
153475
  @classmethod
152637
153476
  def is_registered_node_type(cls) -> bool:
@@ -152684,12 +153523,15 @@ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
152684
153523
  :return: The class or default when not found.
152685
153524
  """
152686
153525
 
152687
- class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
152688
- """Generate points inside a volume grid"""
153526
+ class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_struct):
153527
+ """Generate points spread out on the surface of a mesh"""
152689
153528
 
152690
- mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
153529
+ distribute_method: typing.Literal["RANDOM", "POISSON"]
152691
153530
  """ Method to use for scattering points"""
152692
153531
 
153532
+ use_legacy_normal: bool
153533
+ """ Output the normal and rotation values that have been output before the node started taking smooth normals into account"""
153534
+
152693
153535
  @classmethod
152694
153536
  def is_registered_node_type(cls) -> bool:
152695
153537
  """True if a registered node type
@@ -152741,10 +153583,8 @@ class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_s
152741
153583
  :return: The class or default when not found.
152742
153584
  """
152743
153585
 
152744
- class GeometryNodeDistributePointsInVolume(
152745
- GeometryNode, NodeInternal, Node, bpy_struct
152746
- ):
152747
- """Generate points inside a volume"""
153586
+ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153587
+ """Convert Faces into vertices and vertices into faces"""
152748
153588
 
152749
153589
  @classmethod
152750
153590
  def is_registered_node_type(cls) -> bool:
@@ -152797,14 +153637,11 @@ class GeometryNodeDistributePointsInVolume(
152797
153637
  :return: The class or default when not found.
152798
153638
  """
152799
153639
 
152800
- class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_struct):
152801
- """Generate points spread out on the surface of a mesh"""
152802
-
152803
- distribute_method: typing.Literal["RANDOM", "POISSON"]
152804
- """ Method to use for scattering points"""
153640
+ class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct):
153641
+ """Generate an arbitrary number copies of each selected input element"""
152805
153642
 
152806
- use_legacy_normal: bool
152807
- """ Output the normal and rotation values that have been output before the node started taking smooth normals into account"""
153643
+ domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
153644
+ """ Which domain to duplicate"""
152808
153645
 
152809
153646
  @classmethod
152810
153647
  def is_registered_node_type(cls) -> bool:
@@ -152857,8 +153694,8 @@ class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_
152857
153694
  :return: The class or default when not found.
152858
153695
  """
152859
153696
 
152860
- class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
152861
- """Convert Faces into vertices and vertices into faces"""
153697
+ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
153698
+ """Output curves following paths across mesh edges"""
152862
153699
 
152863
153700
  @classmethod
152864
153701
  def is_registered_node_type(cls) -> bool:
@@ -152911,11 +153748,8 @@ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
152911
153748
  :return: The class or default when not found.
152912
153749
  """
152913
153750
 
152914
- class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct):
152915
- """Generate an arbitrary number copies of each selected input element"""
152916
-
152917
- domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
152918
- """ Which domain to duplicate"""
153751
+ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
153752
+ """Output a selection of edges by following paths across mesh edges"""
152919
153753
 
152920
153754
  @classmethod
152921
153755
  def is_registered_node_type(cls) -> bool:
@@ -152968,8 +153802,8 @@ class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct
152968
153802
  :return: The class or default when not found.
152969
153803
  """
152970
153804
 
152971
- class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
152972
- """Output curves following paths across mesh edges"""
153805
+ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153806
+ """Retrieve the edges on both sides of a face corner"""
152973
153807
 
152974
153808
  @classmethod
152975
153809
  def is_registered_node_type(cls) -> bool:
@@ -153022,8 +153856,8 @@ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct
153022
153856
  :return: The class or default when not found.
153023
153857
  """
153024
153858
 
153025
- class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
153026
- """Output a selection of edges by following paths across mesh edges"""
153859
+ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
153860
+ """Retrieve the edges connected to each vertex"""
153027
153861
 
153028
153862
  @classmethod
153029
153863
  def is_registered_node_type(cls) -> bool:
@@ -153076,8 +153910,8 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
153076
153910
  :return: The class or default when not found.
153077
153911
  """
153078
153912
 
153079
- class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153080
- """Retrieve the edges on both sides of a face corner"""
153913
+ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
153914
+ """Group faces into regions surrounded by the selected boundary edges"""
153081
153915
 
153082
153916
  @classmethod
153083
153917
  def is_registered_node_type(cls) -> bool:
@@ -153130,8 +153964,10 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153130
153964
  :return: The class or default when not found.
153131
153965
  """
153132
153966
 
153133
- class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
153134
- """Retrieve the edges connected to each vertex"""
153967
+ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153968
+ """Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
153969
+
153970
+ mode: typing.Literal["VERTICES", "EDGES", "FACES"]
153135
153971
 
153136
153972
  @classmethod
153137
153973
  def is_registered_node_type(cls) -> bool:
@@ -153184,8 +154020,8 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
153184
154020
  :return: The class or default when not found.
153185
154021
  """
153186
154022
 
153187
- class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
153188
- """Group faces into regions surrounded by the selected boundary edges"""
154023
+ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
154024
+ """Retrieve the face each face corner is part of"""
153189
154025
 
153190
154026
  @classmethod
153191
154027
  def is_registered_node_type(cls) -> bool:
@@ -153238,10 +154074,12 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
153238
154074
  :return: The class or default when not found.
153239
154075
  """
153240
154076
 
153241
- class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153242
- """Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
154077
+ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
154078
+ """Retrieve data of other elements in the contexts geometry"""
153243
154079
 
153244
- mode: typing.Literal["VERTICES", "EDGES", "FACES"]
154080
+ data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
154081
+ domain: bpy.stub_internal.rna_enums.AttributeDomainItems
154082
+ """ Domain the field is evaluated in"""
153245
154083
 
153246
154084
  @classmethod
153247
154085
  def is_registered_node_type(cls) -> bool:
@@ -153294,8 +154132,13 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153294
154132
  :return: The class or default when not found.
153295
154133
  """
153296
154134
 
153297
- class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153298
- """Retrieve the face each face corner is part of"""
154135
+ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
154136
+ """Calculate the mean and median of a given field"""
154137
+
154138
+ data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
154139
+ """ Type of data the outputs are calculated from"""
154140
+
154141
+ domain: bpy.stub_internal.rna_enums.AttributeDomainItems
153299
154142
 
153300
154143
  @classmethod
153301
154144
  def is_registered_node_type(cls) -> bool:
@@ -153348,12 +154191,13 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153348
154191
  :return: The class or default when not found.
153349
154192
  """
153350
154193
 
153351
- class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
153352
- """Retrieve data of other elements in the contexts geometry"""
154194
+ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
154195
+ """Calculate the minimum and maximum of a given field"""
154196
+
154197
+ data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
154198
+ """ Type of data the outputs are calculated from"""
153353
154199
 
153354
- data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
153355
154200
  domain: bpy.stub_internal.rna_enums.AttributeDomainItems
153356
- """ Domain the field is evaluated in"""
153357
154201
 
153358
154202
  @classmethod
153359
154203
  def is_registered_node_type(cls) -> bool:
@@ -153406,13 +154250,12 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
153406
154250
  :return: The class or default when not found.
153407
154251
  """
153408
154252
 
153409
- class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
153410
- """Calculate the mean and median of a given field"""
153411
-
153412
- data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
153413
- """ Type of data the outputs are calculated from"""
154253
+ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
154254
+ """Retrieve values from a field on a different domain besides the domain from the context"""
153414
154255
 
154256
+ data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
153415
154257
  domain: bpy.stub_internal.rna_enums.AttributeDomainItems
154258
+ """ Domain the field is evaluated in"""
153416
154259
 
153417
154260
  @classmethod
153418
154261
  def is_registered_node_type(cls) -> bool:
@@ -153465,13 +154308,19 @@ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
153465
154308
  :return: The class or default when not found.
153466
154309
  """
153467
154310
 
153468
- class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
153469
- """Calculate the minimum and maximum of a given field"""
154311
+ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
154312
+ """Create new grids by evaluating new values on an existing volume grid topology"""
153470
154313
 
153471
- data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
153472
- """ Type of data the outputs are calculated from"""
154314
+ active_index: int | None
154315
+ """ Index of the active item"""
153473
154316
 
153474
- domain: bpy.stub_internal.rna_enums.AttributeDomainItems
154317
+ active_item: RepeatItem | None
154318
+ """ Index of the active item"""
154319
+
154320
+ data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
154321
+ """ Data type for topology grid"""
154322
+
154323
+ grid_items: GeometryNodeFieldToGridItems
153475
154324
 
153476
154325
  @classmethod
153477
154326
  def is_registered_node_type(cls) -> bool:
@@ -153524,35 +154373,13 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
153524
154373
  :return: The class or default when not found.
153525
154374
  """
153526
154375
 
153527
- class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
153528
- """Retrieve values from a field on a different domain besides the domain from the context"""
153529
-
153530
- data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
153531
- domain: bpy.stub_internal.rna_enums.AttributeDomainItems
153532
- """ Domain the field is evaluated in"""
153533
-
153534
- @classmethod
153535
- def is_registered_node_type(cls) -> bool:
153536
- """True if a registered node type
153537
-
153538
- :return: Result
153539
- """
153540
-
153541
- @classmethod
153542
- def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
153543
- """Input socket template
153544
-
153545
- :param index: Index
153546
- :return: result
153547
- """
153548
-
153549
- @classmethod
153550
- def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
153551
- """Output socket template
154376
+ class GeometryNodeFieldToGridItem(bpy_struct):
154377
+ color: bpy_prop_array[float]
154378
+ """ Color of the corresponding socket type in the node editor"""
153552
154379
 
153553
- :param index: Index
153554
- :return: result
153555
- """
154380
+ data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
154381
+ identifier: int
154382
+ name: str
153556
154383
 
153557
154384
  @classmethod
153558
154385
  def bl_rna_get_subclass(
@@ -153582,8 +154409,8 @@ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
153582
154409
  :return: The class or default when not found.
153583
154410
  """
153584
154411
 
153585
- class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
153586
- """Create new grids by evaluating new values on an existing volume grid topology"""
154412
+ class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
154413
+ """Create a list of values"""
153587
154414
 
153588
154415
  active_index: int | None
153589
154416
  """ Index of the active item"""
@@ -153591,10 +154418,7 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
153591
154418
  active_item: RepeatItem | None
153592
154419
  """ Index of the active item"""
153593
154420
 
153594
- data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
153595
- """ Data type for topology grid"""
153596
-
153597
- grid_items: GeometryNodeFieldToGridItems
154421
+ list_items: GeometryNodeFieldToListItems
153598
154422
 
153599
154423
  @classmethod
153600
154424
  def is_registered_node_type(cls) -> bool:
@@ -153647,13 +154471,13 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
153647
154471
  :return: The class or default when not found.
153648
154472
  """
153649
154473
 
153650
- class GeometryNodeFieldToGridItem(bpy_struct):
154474
+ class GeometryNodeFieldToListItem(bpy_struct):
153651
154475
  color: bpy_prop_array[float]
153652
154476
  """ Color of the corresponding socket type in the node editor"""
153653
154477
 
153654
- data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
153655
154478
  identifier: int
153656
154479
  name: str
154480
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
153657
154481
 
153658
154482
  @classmethod
153659
154483
  def bl_rna_get_subclass(
@@ -154095,6 +154919,60 @@ class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struc
154095
154919
  :return: The class or default when not found.
154096
154920
  """
154097
154921
 
154922
+ class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
154923
+ """Get the bundle of a geometry"""
154924
+
154925
+ @classmethod
154926
+ def is_registered_node_type(cls) -> bool:
154927
+ """True if a registered node type
154928
+
154929
+ :return: Result
154930
+ """
154931
+
154932
+ @classmethod
154933
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
154934
+ """Input socket template
154935
+
154936
+ :param index: Index
154937
+ :return: result
154938
+ """
154939
+
154940
+ @classmethod
154941
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
154942
+ """Output socket template
154943
+
154944
+ :param index: Index
154945
+ :return: result
154946
+ """
154947
+
154948
+ @classmethod
154949
+ def bl_rna_get_subclass(
154950
+ cls,
154951
+ id: str | None,
154952
+ default=None,
154953
+ /,
154954
+ ) -> Struct:
154955
+ """
154956
+
154957
+ :param id: The RNA type identifier.
154958
+ :param default:
154959
+ :return: The RNA type or default when not found.
154960
+ """
154961
+
154962
+ @classmethod
154963
+ def bl_rna_get_subclass_py(
154964
+ cls,
154965
+ id: str | None,
154966
+ default=None,
154967
+ /,
154968
+ ) -> typing.Any:
154969
+ """
154970
+
154971
+ :param id: The RNA type identifier.
154972
+ :param default:
154973
+ :return: The class or default when not found.
154974
+ """
154975
+
154098
154976
  class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
154099
154977
  """Get volume grid from a volume geometry with the specified name"""
154100
154978
 
@@ -157232,116 +158110,8 @@ class GeometryNodeInputSplineResolution(GeometryNode, NodeInternal, Node, bpy_st
157232
158110
  :return: The class or default when not found.
157233
158111
  """
157234
158112
 
157235
- class GeometryNodeInputTangent(GeometryNode, NodeInternal, Node, bpy_struct):
157236
- """Retrieve the direction of curves at each control point"""
157237
-
157238
- @classmethod
157239
- def is_registered_node_type(cls) -> bool:
157240
- """True if a registered node type
157241
-
157242
- :return: Result
157243
- """
157244
-
157245
- @classmethod
157246
- def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157247
- """Input socket template
157248
-
157249
- :param index: Index
157250
- :return: result
157251
- """
157252
-
157253
- @classmethod
157254
- def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157255
- """Output socket template
157256
-
157257
- :param index: Index
157258
- :return: result
157259
- """
157260
-
157261
- @classmethod
157262
- def bl_rna_get_subclass(
157263
- cls,
157264
- id: str | None,
157265
- default=None,
157266
- /,
157267
- ) -> Struct:
157268
- """
157269
-
157270
- :param id: The RNA type identifier.
157271
- :param default:
157272
- :return: The RNA type or default when not found.
157273
- """
157274
-
157275
- @classmethod
157276
- def bl_rna_get_subclass_py(
157277
- cls,
157278
- id: str | None,
157279
- default=None,
157280
- /,
157281
- ) -> typing.Any:
157282
- """
157283
-
157284
- :param id: The RNA type identifier.
157285
- :param default:
157286
- :return: The class or default when not found.
157287
- """
157288
-
157289
- class GeometryNodeInputVoxelIndex(GeometryNode, NodeInternal, Node, bpy_struct):
157290
- """Retrieve the integer coordinates of the voxel that the field is evaluated on"""
157291
-
157292
- @classmethod
157293
- def is_registered_node_type(cls) -> bool:
157294
- """True if a registered node type
157295
-
157296
- :return: Result
157297
- """
157298
-
157299
- @classmethod
157300
- def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157301
- """Input socket template
157302
-
157303
- :param index: Index
157304
- :return: result
157305
- """
157306
-
157307
- @classmethod
157308
- def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
157309
- """Output socket template
157310
-
157311
- :param index: Index
157312
- :return: result
157313
- """
157314
-
157315
- @classmethod
157316
- def bl_rna_get_subclass(
157317
- cls,
157318
- id: str | None,
157319
- default=None,
157320
- /,
157321
- ) -> Struct:
157322
- """
157323
-
157324
- :param id: The RNA type identifier.
157325
- :param default:
157326
- :return: The RNA type or default when not found.
157327
- """
157328
-
157329
- @classmethod
157330
- def bl_rna_get_subclass_py(
157331
- cls,
157332
- id: str | None,
157333
- default=None,
157334
- /,
157335
- ) -> typing.Any:
157336
- """
157337
-
157338
- :param id: The RNA type identifier.
157339
- :param default:
157340
- :return: The class or default when not found.
157341
- """
157342
-
157343
- class GeometryNodeInstanceOnPoints(GeometryNode, NodeInternal, Node, bpy_struct):
157344
- """Generate a reference to geometry at each of the input points, without duplicating its underlying data"""
158113
+ class GeometryNodeInputTangent(GeometryNode, NodeInternal, Node, bpy_struct):
158114
+ """Retrieve the direction of curves at each control point"""
157345
158115
 
157346
158116
  @classmethod
157347
158117
  def is_registered_node_type(cls) -> bool:
@@ -157394,8 +158164,8 @@ class GeometryNodeInstanceOnPoints(GeometryNode, NodeInternal, Node, bpy_struct)
157394
158164
  :return: The class or default when not found.
157395
158165
  """
157396
158166
 
157397
- class GeometryNodeInstanceTransform(GeometryNode, NodeInternal, Node, bpy_struct):
157398
- """Retrieve the full transformation of each instance in the geometry"""
158167
+ class GeometryNodeInputVoxelIndex(GeometryNode, NodeInternal, Node, bpy_struct):
158168
+ """Retrieve the integer coordinates of the voxel that the field is evaluated on"""
157399
158169
 
157400
158170
  @classmethod
157401
158171
  def is_registered_node_type(cls) -> bool:
@@ -157448,10 +158218,8 @@ class GeometryNodeInstanceTransform(GeometryNode, NodeInternal, Node, bpy_struct
157448
158218
  :return: The class or default when not found.
157449
158219
  """
157450
158220
 
157451
- class GeometryNodeInstancesToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
157452
- """Generate points at the origins of instances.
157453
- Note: Nested instances are not affected by this node
157454
- """
158221
+ class GeometryNodeInstanceOnPoints(GeometryNode, NodeInternal, Node, bpy_struct):
158222
+ """Generate a reference to geometry at each of the input points, without duplicating its underlying data"""
157455
158223
 
157456
158224
  @classmethod
157457
158225
  def is_registered_node_type(cls) -> bool:
@@ -157504,8 +158272,8 @@ class GeometryNodeInstancesToPoints(GeometryNode, NodeInternal, Node, bpy_struct
157504
158272
  :return: The class or default when not found.
157505
158273
  """
157506
158274
 
157507
- class GeometryNodeInterpolateCurves(GeometryNode, NodeInternal, Node, bpy_struct):
157508
- """Generate new curves on points by interpolating between existing curves"""
158275
+ class GeometryNodeInstanceTransform(GeometryNode, NodeInternal, Node, bpy_struct):
158276
+ """Retrieve the full transformation of each instance in the geometry"""
157509
158277
 
157510
158278
  @classmethod
157511
158279
  def is_registered_node_type(cls) -> bool:
@@ -157558,8 +158326,10 @@ class GeometryNodeInterpolateCurves(GeometryNode, NodeInternal, Node, bpy_struct
157558
158326
  :return: The class or default when not found.
157559
158327
  """
157560
158328
 
157561
- class GeometryNodeIsViewport(GeometryNode, NodeInternal, Node, bpy_struct):
157562
- """Retrieve whether the nodes are being evaluated for the viewport rather than the final render"""
158329
+ class GeometryNodeInstancesToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
158330
+ """Generate points at the origins of instances.
158331
+ Note: Nested instances are not affected by this node
158332
+ """
157563
158333
 
157564
158334
  @classmethod
157565
158335
  def is_registered_node_type(cls) -> bool:
@@ -157612,8 +158382,8 @@ class GeometryNodeIsViewport(GeometryNode, NodeInternal, Node, bpy_struct):
157612
158382
  :return: The class or default when not found.
157613
158383
  """
157614
158384
 
157615
- class GeometryNodeJoinGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
157616
- """Merge separately generated geometries into a single one"""
158385
+ class GeometryNodeInterpolateCurves(GeometryNode, NodeInternal, Node, bpy_struct):
158386
+ """Generate new curves on points by interpolating between existing curves"""
157617
158387
 
157618
158388
  @classmethod
157619
158389
  def is_registered_node_type(cls) -> bool:
@@ -157666,10 +158436,62 @@ class GeometryNodeJoinGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
157666
158436
  :return: The class or default when not found.
157667
158437
  """
157668
158438
 
157669
- class GeometryNodeList(GeometryNode, NodeInternal, Node, bpy_struct):
157670
- """Create a list of values"""
158439
+ class GeometryNodeIsViewport(GeometryNode, NodeInternal, Node, bpy_struct):
158440
+ """Retrieve whether the nodes are being evaluated for the viewport rather than the final render"""
157671
158441
 
157672
- data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
158442
+ @classmethod
158443
+ def is_registered_node_type(cls) -> bool:
158444
+ """True if a registered node type
158445
+
158446
+ :return: Result
158447
+ """
158448
+
158449
+ @classmethod
158450
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
158451
+ """Input socket template
158452
+
158453
+ :param index: Index
158454
+ :return: result
158455
+ """
158456
+
158457
+ @classmethod
158458
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
158459
+ """Output socket template
158460
+
158461
+ :param index: Index
158462
+ :return: result
158463
+ """
158464
+
158465
+ @classmethod
158466
+ def bl_rna_get_subclass(
158467
+ cls,
158468
+ id: str | None,
158469
+ default=None,
158470
+ /,
158471
+ ) -> Struct:
158472
+ """
158473
+
158474
+ :param id: The RNA type identifier.
158475
+ :param default:
158476
+ :return: The RNA type or default when not found.
158477
+ """
158478
+
158479
+ @classmethod
158480
+ def bl_rna_get_subclass_py(
158481
+ cls,
158482
+ id: str | None,
158483
+ default=None,
158484
+ /,
158485
+ ) -> typing.Any:
158486
+ """
158487
+
158488
+ :param id: The RNA type identifier.
158489
+ :param default:
158490
+ :return: The class or default when not found.
158491
+ """
158492
+
158493
+ class GeometryNodeJoinGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
158494
+ """Merge separately generated geometries into a single one"""
157673
158495
 
157674
158496
  @classmethod
157675
158497
  def is_registered_node_type(cls) -> bool:
@@ -157725,7 +158547,11 @@ class GeometryNodeList(GeometryNode, NodeInternal, Node, bpy_struct):
157725
158547
  class GeometryNodeListGetItem(GeometryNode, NodeInternal, Node, bpy_struct):
157726
158548
  """Retrieve a value from a list"""
157727
158549
 
157728
- data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
158550
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
158551
+ """ Value may be implicitly converted if the type does not match"""
158552
+
158553
+ structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
158554
+ """ What kind of higher order types are expected to flow through this socket"""
157729
158555
 
157730
158556
  @classmethod
157731
158557
  def is_registered_node_type(cls) -> bool:
@@ -161227,6 +162053,60 @@ class GeometryNodeSetCurveTilt(GeometryNode, NodeInternal, Node, bpy_struct):
161227
162053
  :return: The class or default when not found.
161228
162054
  """
161229
162055
 
162056
+ class GeometryNodeSetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
162057
+ """Set the bundle of a geometry"""
162058
+
162059
+ @classmethod
162060
+ def is_registered_node_type(cls) -> bool:
162061
+ """True if a registered node type
162062
+
162063
+ :return: Result
162064
+ """
162065
+
162066
+ @classmethod
162067
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
162068
+ """Input socket template
162069
+
162070
+ :param index: Index
162071
+ :return: result
162072
+ """
162073
+
162074
+ @classmethod
162075
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
162076
+ """Output socket template
162077
+
162078
+ :param index: Index
162079
+ :return: result
162080
+ """
162081
+
162082
+ @classmethod
162083
+ def bl_rna_get_subclass(
162084
+ cls,
162085
+ id: str | None,
162086
+ default=None,
162087
+ /,
162088
+ ) -> Struct:
162089
+ """
162090
+
162091
+ :param id: The RNA type identifier.
162092
+ :param default:
162093
+ :return: The RNA type or default when not found.
162094
+ """
162095
+
162096
+ @classmethod
162097
+ def bl_rna_get_subclass_py(
162098
+ cls,
162099
+ id: str | None,
162100
+ default=None,
162101
+ /,
162102
+ ) -> typing.Any:
162103
+ """
162104
+
162105
+ :param id: The RNA type identifier.
162106
+ :param default:
162107
+ :return: The class or default when not found.
162108
+ """
162109
+
161230
162110
  class GeometryNodeSetGeometryName(GeometryNode, NodeInternal, Node, bpy_struct):
161231
162111
  """Set the name of a geometry for easier debugging"""
161232
162112
 
@@ -176493,7 +177373,10 @@ class Mesh(ID, bpy_struct):
176493
177373
  def edge_creases_remove(self) -> None: ...
176494
177374
  def from_pydata(
176495
177375
  self,
176496
- vertices: collections.abc.Iterable[collections.abc.Sequence[float]] | None,
177376
+ vertices: collections.abc.Iterable[
177377
+ collections.abc.Sequence[float] | mathutils.Vector
177378
+ ]
177379
+ | None,
176497
177380
  edges: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
176498
177381
  faces: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
176499
177382
  shade_flat=True,
@@ -180510,92 +181393,152 @@ class NodeFunctionFormatStringItem(bpy_struct):
180510
181393
  :return: The class or default when not found.
180511
181394
  """
180512
181395
 
180513
- class NodeGeometryBakeItem(bpy_struct):
180514
- attribute_domain: bpy.stub_internal.rna_enums.AttributeDomainItems
180515
- """ Attribute domain where the attribute is stored in the baked data"""
180516
-
180517
- color: bpy_prop_array[float]
180518
- """ Color of the corresponding socket type in the node editor"""
180519
-
180520
- is_attribute: bool
180521
- """ Bake item is an attribute stored on a geometry"""
181396
+ class NodeGeometryBakeItem(bpy_struct):
181397
+ attribute_domain: bpy.stub_internal.rna_enums.AttributeDomainItems
181398
+ """ Attribute domain where the attribute is stored in the baked data"""
181399
+
181400
+ color: bpy_prop_array[float]
181401
+ """ Color of the corresponding socket type in the node editor"""
181402
+
181403
+ is_attribute: bool
181404
+ """ Bake item is an attribute stored on a geometry"""
181405
+
181406
+ name: str
181407
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
181408
+
181409
+ @classmethod
181410
+ def bl_rna_get_subclass(
181411
+ cls,
181412
+ id: str | None,
181413
+ default=None,
181414
+ /,
181415
+ ) -> Struct:
181416
+ """
181417
+
181418
+ :param id: The RNA type identifier.
181419
+ :param default:
181420
+ :return: The RNA type or default when not found.
181421
+ """
181422
+
181423
+ @classmethod
181424
+ def bl_rna_get_subclass_py(
181425
+ cls,
181426
+ id: str | None,
181427
+ default=None,
181428
+ /,
181429
+ ) -> typing.Any:
181430
+ """
181431
+
181432
+ :param id: The RNA type identifier.
181433
+ :param default:
181434
+ :return: The class or default when not found.
181435
+ """
181436
+
181437
+ class NodeGeometryCaptureAttributeItem(bpy_struct):
181438
+ color: bpy_prop_array[float]
181439
+ """ Color of the corresponding socket type in the node editor"""
181440
+
181441
+ data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
181442
+ name: str
181443
+
181444
+ @classmethod
181445
+ def bl_rna_get_subclass(
181446
+ cls,
181447
+ id: str | None,
181448
+ default=None,
181449
+ /,
181450
+ ) -> Struct:
181451
+ """
181452
+
181453
+ :param id: The RNA type identifier.
181454
+ :param default:
181455
+ :return: The RNA type or default when not found.
181456
+ """
181457
+
181458
+ @classmethod
181459
+ def bl_rna_get_subclass_py(
181460
+ cls,
181461
+ id: str | None,
181462
+ default=None,
181463
+ /,
181464
+ ) -> typing.Any:
181465
+ """
181466
+
181467
+ :param id: The RNA type identifier.
181468
+ :param default:
181469
+ :return: The class or default when not found.
181470
+ """
181471
+
181472
+ class NodeGeometryViewerItem(bpy_struct):
181473
+ auto_remove: bool
181474
+ """ Remove the item automatically when it is unlinked"""
181475
+
181476
+ color: bpy_prop_array[float]
181477
+ """ Color of the corresponding socket type in the node editor"""
181478
+
181479
+ name: str
181480
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
181481
+
181482
+ @classmethod
181483
+ def bl_rna_get_subclass(
181484
+ cls,
181485
+ id: str | None,
181486
+ default=None,
181487
+ /,
181488
+ ) -> Struct:
181489
+ """
181490
+
181491
+ :param id: The RNA type identifier.
181492
+ :param default:
181493
+ :return: The RNA type or default when not found.
181494
+ """
181495
+
181496
+ @classmethod
181497
+ def bl_rna_get_subclass_py(
181498
+ cls,
181499
+ id: str | None,
181500
+ default=None,
181501
+ /,
181502
+ ) -> typing.Any:
181503
+ """
181504
+
181505
+ :param id: The RNA type identifier.
181506
+ :param default:
181507
+ :return: The class or default when not found.
181508
+ """
181509
+
181510
+ class NodeGetBundleItem(NodeInternal, Node, bpy_struct):
181511
+ """Retrieve a bundle item by path."""
180522
181512
 
180523
- name: str
180524
181513
  socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
181514
+ """ Value may be implicitly converted if the type does not match"""
180525
181515
 
180526
- @classmethod
180527
- def bl_rna_get_subclass(
180528
- cls,
180529
- id: str | None,
180530
- default=None,
180531
- /,
180532
- ) -> Struct:
180533
- """
180534
-
180535
- :param id: The RNA type identifier.
180536
- :param default:
180537
- :return: The RNA type or default when not found.
180538
- """
181516
+ structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
181517
+ """ What kind of higher order types are expected to flow through this socket"""
180539
181518
 
180540
181519
  @classmethod
180541
- def bl_rna_get_subclass_py(
180542
- cls,
180543
- id: str | None,
180544
- default=None,
180545
- /,
180546
- ) -> typing.Any:
180547
- """
181520
+ def is_registered_node_type(cls) -> bool:
181521
+ """True if a registered node type
180548
181522
 
180549
- :param id: The RNA type identifier.
180550
- :param default:
180551
- :return: The class or default when not found.
181523
+ :return: Result
180552
181524
  """
180553
181525
 
180554
- class NodeGeometryCaptureAttributeItem(bpy_struct):
180555
- color: bpy_prop_array[float]
180556
- """ Color of the corresponding socket type in the node editor"""
180557
-
180558
- data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
180559
- name: str
180560
-
180561
181526
  @classmethod
180562
- def bl_rna_get_subclass(
180563
- cls,
180564
- id: str | None,
180565
- default=None,
180566
- /,
180567
- ) -> Struct:
180568
- """
181527
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
181528
+ """Input socket template
180569
181529
 
180570
- :param id: The RNA type identifier.
180571
- :param default:
180572
- :return: The RNA type or default when not found.
181530
+ :param index: Index
181531
+ :return: result
180573
181532
  """
180574
181533
 
180575
181534
  @classmethod
180576
- def bl_rna_get_subclass_py(
180577
- cls,
180578
- id: str | None,
180579
- default=None,
180580
- /,
180581
- ) -> typing.Any:
180582
- """
181535
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
181536
+ """Output socket template
180583
181537
 
180584
- :param id: The RNA type identifier.
180585
- :param default:
180586
- :return: The class or default when not found.
181538
+ :param index: Index
181539
+ :return: result
180587
181540
  """
180588
181541
 
180589
- class NodeGeometryViewerItem(bpy_struct):
180590
- auto_remove: bool
180591
- """ Remove the item automatically when it is unlinked"""
180592
-
180593
- color: bpy_prop_array[float]
180594
- """ Color of the corresponding socket type in the node editor"""
180595
-
180596
- name: str
180597
- socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
180598
-
180599
181542
  @classmethod
180600
181543
  def bl_rna_get_subclass(
180601
181544
  cls,
@@ -181713,6 +182656,41 @@ class NodeSocketFloatFrequency(NodeSocketStandard, NodeSocket, bpy_struct):
181713
182656
  :return: The class or default when not found.
181714
182657
  """
181715
182658
 
182659
+ class NodeSocketFloatMass(NodeSocketStandard, NodeSocket, bpy_struct):
182660
+ """Floating-point number socket of a node"""
182661
+
182662
+ default_value: float
182663
+ links: NodeLinks | None
182664
+ """ List of node links from or to this socket.(readonly)"""
182665
+
182666
+ @classmethod
182667
+ def bl_rna_get_subclass(
182668
+ cls,
182669
+ id: str | None,
182670
+ default=None,
182671
+ /,
182672
+ ) -> Struct:
182673
+ """
182674
+
182675
+ :param id: The RNA type identifier.
182676
+ :param default:
182677
+ :return: The RNA type or default when not found.
182678
+ """
182679
+
182680
+ @classmethod
182681
+ def bl_rna_get_subclass_py(
182682
+ cls,
182683
+ id: str | None,
182684
+ default=None,
182685
+ /,
182686
+ ) -> typing.Any:
182687
+ """
182688
+
182689
+ :param id: The RNA type identifier.
182690
+ :param default:
182691
+ :return: The class or default when not found.
182692
+ """
182693
+
181716
182694
  class NodeSocketFloatPercentage(NodeSocketStandard, NodeSocket, bpy_struct):
181717
182695
  """Floating-point number socket of a node"""
181718
182696
 
@@ -183620,6 +184598,64 @@ class NodeSocketVirtual(NodeSocketStandard, NodeSocket, bpy_struct):
183620
184598
  :return: The class or default when not found.
183621
184599
  """
183622
184600
 
184601
+ class NodeStoreBundleItem(NodeInternal, Node, bpy_struct):
184602
+ """Store a bundle item by path and data type."""
184603
+
184604
+ socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
184605
+ structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
184606
+ """ What kind of higher order types are expected to flow through this socket"""
184607
+
184608
+ @classmethod
184609
+ def is_registered_node_type(cls) -> bool:
184610
+ """True if a registered node type
184611
+
184612
+ :return: Result
184613
+ """
184614
+
184615
+ @classmethod
184616
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
184617
+ """Input socket template
184618
+
184619
+ :param index: Index
184620
+ :return: result
184621
+ """
184622
+
184623
+ @classmethod
184624
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
184625
+ """Output socket template
184626
+
184627
+ :param index: Index
184628
+ :return: result
184629
+ """
184630
+
184631
+ @classmethod
184632
+ def bl_rna_get_subclass(
184633
+ cls,
184634
+ id: str | None,
184635
+ default=None,
184636
+ /,
184637
+ ) -> Struct:
184638
+ """
184639
+
184640
+ :param id: The RNA type identifier.
184641
+ :param default:
184642
+ :return: The RNA type or default when not found.
184643
+ """
184644
+
184645
+ @classmethod
184646
+ def bl_rna_get_subclass_py(
184647
+ cls,
184648
+ id: str | None,
184649
+ default=None,
184650
+ /,
184651
+ ) -> typing.Any:
184652
+ """
184653
+
184654
+ :param id: The RNA type identifier.
184655
+ :param default:
184656
+ :return: The class or default when not found.
184657
+ """
184658
+
183623
184659
  class NodeTree(ID, bpy_struct):
183624
184660
  """Node tree consisting of linked nodes used for shading, textures and compositing"""
183625
184661
 
@@ -184780,6 +185816,73 @@ class NodeTreeInterfaceSocketFloatFrequency(
184780
185816
  :return: The class or default when not found.
184781
185817
  """
184782
185818
 
185819
+ class NodeTreeInterfaceSocketFloatMass(
185820
+ NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
185821
+ ):
185822
+ """Floating-point number socket of a node"""
185823
+
185824
+ default_value: float
185825
+ """ Input value used for unconnected socket"""
185826
+
185827
+ max_value: float
185828
+ """ Maximum value"""
185829
+
185830
+ min_value: float
185831
+ """ Minimum value"""
185832
+
185833
+ subtype: str
185834
+ """ Subtype of the default value"""
185835
+
185836
+ def draw(self, context: Context, layout: UILayout) -> None:
185837
+ """Draw interface socket settings
185838
+
185839
+ :param context:
185840
+ :param layout: Layout, Layout in the UI
185841
+ """
185842
+
185843
+ def init_socket(self, node: Node, socket: NodeSocket, data_path: str) -> None:
185844
+ """Initialize a node socket instance
185845
+
185846
+ :param node: Node, Node of the socket to initialize
185847
+ :param socket: Socket, Socket to initialize
185848
+ :param data_path: Data Path, Path to specialized socket data
185849
+ """
185850
+
185851
+ def from_socket(self, node: Node, socket: NodeSocket) -> None:
185852
+ """Setup template parameters from an existing socket
185853
+
185854
+ :param node: Node, Node of the original socket
185855
+ :param socket: Socket, Original socket
185856
+ """
185857
+
185858
+ @classmethod
185859
+ def bl_rna_get_subclass(
185860
+ cls,
185861
+ id: str | None,
185862
+ default=None,
185863
+ /,
185864
+ ) -> Struct:
185865
+ """
185866
+
185867
+ :param id: The RNA type identifier.
185868
+ :param default:
185869
+ :return: The RNA type or default when not found.
185870
+ """
185871
+
185872
+ @classmethod
185873
+ def bl_rna_get_subclass_py(
185874
+ cls,
185875
+ id: str | None,
185876
+ default=None,
185877
+ /,
185878
+ ) -> typing.Any:
185879
+ """
185880
+
185881
+ :param id: The RNA type identifier.
185882
+ :param default:
185883
+ :return: The class or default when not found.
185884
+ """
185885
+
184783
185886
  class NodeTreeInterfaceSocketFloatPercentage(
184784
185887
  NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
184785
185888
  ):
@@ -193167,6 +194270,9 @@ class PreferencesExperimental(bpy_struct):
193167
194270
  use_extensions_debug: bool
193168
194271
  """ Extra debugging information & developer support utilities for extensions"""
193169
194272
 
194273
+ use_geometry_bundle: bool
194274
+ """ Support storing custom bundles in a geometry in Geometry Nodes"""
194275
+
193170
194276
  use_geometry_nodes_lists: bool
193171
194277
  """ Enable new list types and nodes"""
193172
194278
 
@@ -207030,7 +208136,12 @@ class SpacePreferences(Space, bpy_struct):
207030
208136
  filter_type: typing.Literal["NAME", "KEY"]
207031
208137
  """ Filter method"""
207032
208138
 
208139
+ search_filter: str
208140
+ """ Live search filtering string"""
208141
+
207033
208142
  show_region_ui: bool
208143
+ tab_search_results: bool
208144
+ """ Whether or not each visible tab has a search result"""
207034
208145
 
207035
208146
  @classmethod
207036
208147
  def bl_rna_get_subclass(
@@ -207362,6 +208473,9 @@ class SpaceSpreadsheet(Space, bpy_struct):
207362
208473
  geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
207363
208474
  """ Part of the geometry to display data from"""
207364
208475
 
208476
+ geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
208477
+ """ Item Type"""
208478
+
207365
208479
  is_pinned: bool
207366
208480
  """ Context path is pinned"""
207367
208481
 
@@ -208604,6 +209718,9 @@ class SpreadsheetTableIDGeometry(SpreadsheetTableID, bpy_struct):
208604
209718
  geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
208605
209719
  """ Part of the geometry to display data from"""
208606
209720
 
209721
+ geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
209722
+ """ Item Type"""
209723
+
208607
209724
  layer_index: int
208608
209725
  """ Index of the Grease Pencil layer"""
208609
209726
 
@@ -213679,6 +214796,7 @@ class ThemeOutliner(bpy_struct):
213679
214796
  class ThemePreferences(bpy_struct):
213680
214797
  """Theme settings for the Blender Preferences"""
213681
214798
 
214799
+ match: mathutils.Color
213682
214800
  space: ThemeSpaceGeneric
213683
214801
  """ Settings for space"""
213684
214802
 
@@ -215874,6 +216992,7 @@ class UILayout(bpy_struct):
215874
216992
  data_highlight: typing.Any = None,
215875
216993
  property_highlight: str = "",
215876
216994
  icon_only: bool | None = False,
216995
+ expand_as: typing.Literal["DEFAULT", "ROW"] | None = "DEFAULT",
215877
216996
  ) -> None:
215878
216997
  """prop_tabs_enum
215879
216998
 
@@ -215882,6 +217001,7 @@ class UILayout(bpy_struct):
215882
217001
  :param data_highlight: Data from which to take highlight property
215883
217002
  :param property_highlight: Identifier of highlight property in data
215884
217003
  :param icon_only: Draw only icons in tabs, no text
217004
+ :param expand_as:
215885
217005
  """
215886
217006
 
215887
217007
  def prop_enum(
@@ -216195,6 +217315,19 @@ class UILayout(bpy_struct):
216195
217315
  :param translate: Translate the given text, when UI translation is enabled
216196
217316
  """
216197
217317
 
217318
+ def template_ID_session_uid(
217319
+ self,
217320
+ data: typing.Any,
217321
+ property: str,
217322
+ id_type: bpy.stub_internal.rna_enums.IdTypeItems | None,
217323
+ ) -> None:
217324
+ """Template ID search menu button for session_uid Int properties
217325
+
217326
+ :param data: Data from which to take property
217327
+ :param property: Identifier of property in data
217328
+ :param id_type:
217329
+ """
217330
+
216198
217331
  def template_ID_preview(
216199
217332
  self,
216200
217333
  data: typing.Any,