fake-bpy-module-latest 20260121__py3-none-any.whl → 20260123__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/app/__init__.pyi +4 -4
- bpy/ops/grease_pencil/__init__.pyi +36 -20
- bpy/ops/mesh/__init__.pyi +44 -17
- bpy/ops/node/__init__.pyi +38 -0
- bpy/ops/outliner/__init__.pyi +4 -4
- bpy/ops/paint/__init__.pyi +27 -15
- bpy/ops/sculpt/__init__.pyi +9 -5
- bpy/ops/sculpt_curves/__init__.pyi +9 -5
- bpy/stub_internal/rna_enums/__init__.pyi +16 -0
- bpy/types/__init__.pyi +1138 -582
- {fake_bpy_module_latest-20260121.dist-info → fake_bpy_module_latest-20260123.dist-info}/METADATA +1 -1
- {fake_bpy_module_latest-20260121.dist-info → fake_bpy_module_latest-20260123.dist-info}/RECORD +16 -16
- {fake_bpy_module_latest-20260121.dist-info → fake_bpy_module_latest-20260123.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +18 -3
- idprop/__init__.pyi +7 -1
- {fake_bpy_module_latest-20260121.dist-info → fake_bpy_module_latest-20260123.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -22658,6 +22658,104 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22658
22658
|
:columns: 2
|
|
22659
22659
|
|
|
22660
22660
|
|
|
22661
|
+
--------------------
|
|
22662
|
+
|
|
22663
|
+
* bpy_struct.id_data
|
|
22664
|
+
* Node.type
|
|
22665
|
+
* Node.location
|
|
22666
|
+
* Node.location_absolute
|
|
22667
|
+
* Node.width
|
|
22668
|
+
* Node.height
|
|
22669
|
+
* Node.dimensions
|
|
22670
|
+
* Node.name
|
|
22671
|
+
* Node.label
|
|
22672
|
+
* Node.inputs
|
|
22673
|
+
* Node.outputs
|
|
22674
|
+
* Node.internal_links
|
|
22675
|
+
* Node.parent
|
|
22676
|
+
* Node.warning_propagation
|
|
22677
|
+
* Node.use_custom_color
|
|
22678
|
+
* Node.color
|
|
22679
|
+
* Node.color_tag
|
|
22680
|
+
* Node.select
|
|
22681
|
+
* Node.show_options
|
|
22682
|
+
* Node.show_preview
|
|
22683
|
+
* Node.hide
|
|
22684
|
+
* Node.mute
|
|
22685
|
+
* Node.show_texture
|
|
22686
|
+
* Node.bl_idname
|
|
22687
|
+
* Node.bl_label
|
|
22688
|
+
* Node.bl_description
|
|
22689
|
+
* Node.bl_icon
|
|
22690
|
+
* Node.bl_static_type
|
|
22691
|
+
* Node.bl_width_default
|
|
22692
|
+
* Node.bl_width_min
|
|
22693
|
+
* Node.bl_width_max
|
|
22694
|
+
* Node.bl_height_default
|
|
22695
|
+
* Node.bl_height_min
|
|
22696
|
+
* Node.bl_height_max
|
|
22697
|
+
|
|
22698
|
+
:columns: 2
|
|
22699
|
+
|
|
22700
|
+
|
|
22701
|
+
--------------------
|
|
22702
|
+
|
|
22703
|
+
* bpy_struct.as_pointer
|
|
22704
|
+
* bpy_struct.driver_add
|
|
22705
|
+
* bpy_struct.driver_remove
|
|
22706
|
+
* bpy_struct.get
|
|
22707
|
+
* bpy_struct.id_properties_clear
|
|
22708
|
+
* bpy_struct.id_properties_ensure
|
|
22709
|
+
* bpy_struct.id_properties_ui
|
|
22710
|
+
* bpy_struct.is_property_hidden
|
|
22711
|
+
* bpy_struct.is_property_overridable_library
|
|
22712
|
+
* bpy_struct.is_property_readonly
|
|
22713
|
+
* bpy_struct.is_property_set
|
|
22714
|
+
* bpy_struct.items
|
|
22715
|
+
* bpy_struct.keyframe_delete
|
|
22716
|
+
* bpy_struct.keyframe_insert
|
|
22717
|
+
* bpy_struct.keys
|
|
22718
|
+
* bpy_struct.path_from_id
|
|
22719
|
+
* bpy_struct.path_from_module
|
|
22720
|
+
* bpy_struct.path_resolve
|
|
22721
|
+
* bpy_struct.pop
|
|
22722
|
+
* bpy_struct.property_overridable_library_set
|
|
22723
|
+
* bpy_struct.property_unset
|
|
22724
|
+
* bpy_struct.rna_ancestors
|
|
22725
|
+
* bpy_struct.type_recast
|
|
22726
|
+
* bpy_struct.values
|
|
22727
|
+
* Node.bl_system_properties_get
|
|
22728
|
+
* Node.socket_value_update
|
|
22729
|
+
* Node.is_registered_node_type
|
|
22730
|
+
* Node.poll
|
|
22731
|
+
* Node.poll_instance
|
|
22732
|
+
* Node.update
|
|
22733
|
+
* Node.insert_link
|
|
22734
|
+
* Node.init
|
|
22735
|
+
* Node.copy
|
|
22736
|
+
* Node.free
|
|
22737
|
+
* Node.draw_buttons
|
|
22738
|
+
* Node.draw_buttons_ext
|
|
22739
|
+
* Node.draw_label
|
|
22740
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
22741
|
+
* Node.debug_zone_lazy_function_graph
|
|
22742
|
+
* Node.poll
|
|
22743
|
+
* Node.bl_rna_get_subclass
|
|
22744
|
+
* Node.bl_rna_get_subclass_py
|
|
22745
|
+
* NodeInternal.poll
|
|
22746
|
+
* NodeInternal.poll_instance
|
|
22747
|
+
* NodeInternal.update
|
|
22748
|
+
* NodeInternal.draw_buttons
|
|
22749
|
+
* NodeInternal.draw_buttons_ext
|
|
22750
|
+
* NodeInternal.bl_rna_get_subclass
|
|
22751
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
22752
|
+
* GeometryNode.poll
|
|
22753
|
+
* GeometryNode.bl_rna_get_subclass
|
|
22754
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
22755
|
+
|
|
22756
|
+
:columns: 2
|
|
22757
|
+
|
|
22758
|
+
|
|
22661
22759
|
--------------------
|
|
22662
22760
|
|
|
22663
22761
|
* bpy_struct.id_data
|
|
@@ -29477,6 +29575,52 @@ It demonstrates:
|
|
|
29477
29575
|
:columns: 2
|
|
29478
29576
|
|
|
29479
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
|
+
|
|
29480
29624
|
--------------------
|
|
29481
29625
|
|
|
29482
29626
|
* bpy_struct.id_data
|
|
@@ -33513,6 +33657,8 @@ It demonstrates:
|
|
|
33513
33657
|
* GeometryNodeFieldOnDomain.output_template
|
|
33514
33658
|
* GeometryNodeFieldToGrid.input_template
|
|
33515
33659
|
* GeometryNodeFieldToGrid.output_template
|
|
33660
|
+
* GeometryNodeFieldToList.input_template
|
|
33661
|
+
* GeometryNodeFieldToList.output_template
|
|
33516
33662
|
* GeometryNodeFieldVariance.input_template
|
|
33517
33663
|
* GeometryNodeFieldVariance.output_template
|
|
33518
33664
|
* GeometryNodeFillCurve.input_template
|
|
@@ -33527,6 +33673,8 @@ It demonstrates:
|
|
|
33527
33673
|
* GeometryNodeForeachGeometryElementOutput.output_template
|
|
33528
33674
|
* GeometryNodeGeometryToInstance.input_template
|
|
33529
33675
|
* GeometryNodeGeometryToInstance.output_template
|
|
33676
|
+
* GeometryNodeGetGeometryBundle.input_template
|
|
33677
|
+
* GeometryNodeGetGeometryBundle.output_template
|
|
33530
33678
|
* GeometryNodeGetNamedGrid.input_template
|
|
33531
33679
|
* GeometryNodeGetNamedGrid.output_template
|
|
33532
33680
|
* GeometryNodeGizmoDial.input_template
|
|
@@ -33657,8 +33805,6 @@ It demonstrates:
|
|
|
33657
33805
|
* GeometryNodeIsViewport.output_template
|
|
33658
33806
|
* GeometryNodeJoinGeometry.input_template
|
|
33659
33807
|
* GeometryNodeJoinGeometry.output_template
|
|
33660
|
-
* GeometryNodeList.input_template
|
|
33661
|
-
* GeometryNodeList.output_template
|
|
33662
33808
|
* GeometryNodeListGetItem.input_template
|
|
33663
33809
|
* GeometryNodeListGetItem.output_template
|
|
33664
33810
|
* GeometryNodeListLength.input_template
|
|
@@ -33785,6 +33931,8 @@ It demonstrates:
|
|
|
33785
33931
|
* GeometryNodeSetCurveRadius.output_template
|
|
33786
33932
|
* GeometryNodeSetCurveTilt.input_template
|
|
33787
33933
|
* GeometryNodeSetCurveTilt.output_template
|
|
33934
|
+
* GeometryNodeSetGeometryBundle.input_template
|
|
33935
|
+
* GeometryNodeSetGeometryBundle.output_template
|
|
33788
33936
|
* GeometryNodeSetGeometryName.input_template
|
|
33789
33937
|
* GeometryNodeSetGeometryName.output_template
|
|
33790
33938
|
* GeometryNodeSetGreasePencilColor.input_template
|
|
@@ -39497,6 +39645,37 @@ Operator.draw method for layout and display.
|
|
|
39497
39645
|
:columns: 2
|
|
39498
39646
|
|
|
39499
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
|
+
|
|
39500
39679
|
--------------------
|
|
39501
39680
|
|
|
39502
39681
|
* bpy_struct.id_data
|
|
@@ -50531,6 +50710,7 @@ Operator.draw method for layout and display.
|
|
|
50531
50710
|
* UILayout.props_enum
|
|
50532
50711
|
* UILayout.template_ID
|
|
50533
50712
|
* UILayout.template_ID_preview
|
|
50713
|
+
* UILayout.template_ID_session_uid
|
|
50534
50714
|
* UILayout.template_ID_tabs
|
|
50535
50715
|
* UILayout.template_any_ID
|
|
50536
50716
|
* UILayout.template_cache_file
|
|
@@ -66608,6 +66788,7 @@ print(positions_data)
|
|
|
66608
66788
|
* GeometryNodeBake.active_item
|
|
66609
66789
|
* GeometryNodeCaptureAttribute.active_item
|
|
66610
66790
|
* GeometryNodeFieldToGrid.active_item
|
|
66791
|
+
* GeometryNodeFieldToList.active_item
|
|
66611
66792
|
* GeometryNodeRepeatOutput.active_item
|
|
66612
66793
|
* GeometryNodeRepeatOutput.repeat_items
|
|
66613
66794
|
* NodeGeometryRepeatOutputItems.new
|
|
@@ -76799,6 +76980,39 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76799
76980
|
--------------------
|
|
76800
76981
|
|
|
76801
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
|
|
76802
77016
|
|
|
76803
77017
|
:columns: 2
|
|
76804
77018
|
|
|
@@ -76829,14 +77043,34 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76829
77043
|
* bpy_struct.rna_ancestors
|
|
76830
77044
|
* bpy_struct.type_recast
|
|
76831
77045
|
* bpy_struct.values
|
|
76832
|
-
|
|
76833
|
-
|
|
76834
|
-
|
|
76835
|
-
|
|
76836
|
-
|
|
76837
|
-
|
|
76838
|
-
*
|
|
76839
|
-
*
|
|
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
|
|
76840
77074
|
|
|
76841
77075
|
:columns: 2
|
|
76842
77076
|
|
|
@@ -76880,7 +77114,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76880
77114
|
|
|
76881
77115
|
--------------------
|
|
76882
77116
|
|
|
76883
|
-
*
|
|
77117
|
+
* CacheFile.active_index
|
|
77118
|
+
* CacheFile.object_paths
|
|
76884
77119
|
|
|
76885
77120
|
:columns: 2
|
|
76886
77121
|
|
|
@@ -76888,39 +77123,83 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76888
77123
|
--------------------
|
|
76889
77124
|
|
|
76890
77125
|
* bpy_struct.id_data
|
|
76891
|
-
|
|
76892
|
-
|
|
76893
|
-
|
|
76894
|
-
|
|
76895
|
-
|
|
76896
|
-
|
|
76897
|
-
*
|
|
76898
|
-
*
|
|
76899
|
-
*
|
|
76900
|
-
*
|
|
76901
|
-
*
|
|
76902
|
-
*
|
|
76903
|
-
*
|
|
76904
|
-
*
|
|
76905
|
-
*
|
|
76906
|
-
*
|
|
76907
|
-
*
|
|
76908
|
-
*
|
|
76909
|
-
*
|
|
76910
|
-
*
|
|
76911
|
-
*
|
|
76912
|
-
*
|
|
76913
|
-
*
|
|
76914
|
-
*
|
|
76915
|
-
*
|
|
76916
|
-
*
|
|
76917
|
-
*
|
|
76918
|
-
*
|
|
76919
|
-
*
|
|
76920
|
-
*
|
|
76921
|
-
|
|
76922
|
-
|
|
76923
|
-
|
|
77126
|
+
|
|
77127
|
+
:columns: 2
|
|
77128
|
+
|
|
77129
|
+
|
|
77130
|
+
--------------------
|
|
77131
|
+
|
|
77132
|
+
* bpy_struct.as_pointer
|
|
77133
|
+
* bpy_struct.driver_add
|
|
77134
|
+
* bpy_struct.driver_remove
|
|
77135
|
+
* bpy_struct.get
|
|
77136
|
+
* bpy_struct.id_properties_clear
|
|
77137
|
+
* bpy_struct.id_properties_ensure
|
|
77138
|
+
* bpy_struct.id_properties_ui
|
|
77139
|
+
* bpy_struct.is_property_hidden
|
|
77140
|
+
* bpy_struct.is_property_overridable_library
|
|
77141
|
+
* bpy_struct.is_property_readonly
|
|
77142
|
+
* bpy_struct.is_property_set
|
|
77143
|
+
* bpy_struct.items
|
|
77144
|
+
* bpy_struct.keyframe_delete
|
|
77145
|
+
* bpy_struct.keyframe_insert
|
|
77146
|
+
* bpy_struct.keys
|
|
77147
|
+
* bpy_struct.path_from_id
|
|
77148
|
+
* bpy_struct.path_from_module
|
|
77149
|
+
* bpy_struct.path_resolve
|
|
77150
|
+
* bpy_struct.pop
|
|
77151
|
+
* bpy_struct.property_overridable_library_set
|
|
77152
|
+
* bpy_struct.property_unset
|
|
77153
|
+
* bpy_struct.rna_ancestors
|
|
77154
|
+
* bpy_struct.type_recast
|
|
77155
|
+
* bpy_struct.values
|
|
77156
|
+
|
|
77157
|
+
:columns: 2
|
|
77158
|
+
|
|
77159
|
+
|
|
77160
|
+
--------------------
|
|
77161
|
+
|
|
77162
|
+
* Mesh.vertices
|
|
77163
|
+
|
|
77164
|
+
:columns: 2
|
|
77165
|
+
|
|
77166
|
+
|
|
77167
|
+
--------------------
|
|
77168
|
+
|
|
77169
|
+
* bpy_struct.id_data
|
|
77170
|
+
* Node.type
|
|
77171
|
+
* Node.location
|
|
77172
|
+
* Node.location_absolute
|
|
77173
|
+
* Node.width
|
|
77174
|
+
* Node.height
|
|
77175
|
+
* Node.dimensions
|
|
77176
|
+
* Node.name
|
|
77177
|
+
* Node.label
|
|
77178
|
+
* Node.inputs
|
|
77179
|
+
* Node.outputs
|
|
77180
|
+
* Node.internal_links
|
|
77181
|
+
* Node.parent
|
|
77182
|
+
* Node.warning_propagation
|
|
77183
|
+
* Node.use_custom_color
|
|
77184
|
+
* Node.color
|
|
77185
|
+
* Node.color_tag
|
|
77186
|
+
* Node.select
|
|
77187
|
+
* Node.show_options
|
|
77188
|
+
* Node.show_preview
|
|
77189
|
+
* Node.hide
|
|
77190
|
+
* Node.mute
|
|
77191
|
+
* Node.show_texture
|
|
77192
|
+
* Node.bl_idname
|
|
77193
|
+
* Node.bl_label
|
|
77194
|
+
* Node.bl_description
|
|
77195
|
+
* Node.bl_icon
|
|
77196
|
+
* Node.bl_static_type
|
|
77197
|
+
* Node.bl_width_default
|
|
77198
|
+
* Node.bl_width_min
|
|
77199
|
+
* Node.bl_width_max
|
|
77200
|
+
* Node.bl_height_default
|
|
77201
|
+
* Node.bl_height_min
|
|
77202
|
+
* Node.bl_height_max
|
|
76924
77203
|
|
|
76925
77204
|
:columns: 2
|
|
76926
77205
|
|
|
@@ -79871,6 +80150,50 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
79871
80150
|
:columns: 2
|
|
79872
80151
|
|
|
79873
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
|
+
|
|
79874
80197
|
--------------------
|
|
79875
80198
|
|
|
79876
80199
|
* bpy_struct.id_data
|
|
@@ -110373,6 +110696,104 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
110373
110696
|
:columns: 2
|
|
110374
110697
|
|
|
110375
110698
|
|
|
110699
|
+
--------------------
|
|
110700
|
+
|
|
110701
|
+
* bpy_struct.id_data
|
|
110702
|
+
* Node.type
|
|
110703
|
+
* Node.location
|
|
110704
|
+
* Node.location_absolute
|
|
110705
|
+
* Node.width
|
|
110706
|
+
* Node.height
|
|
110707
|
+
* Node.dimensions
|
|
110708
|
+
* Node.name
|
|
110709
|
+
* Node.label
|
|
110710
|
+
* Node.inputs
|
|
110711
|
+
* Node.outputs
|
|
110712
|
+
* Node.internal_links
|
|
110713
|
+
* Node.parent
|
|
110714
|
+
* Node.warning_propagation
|
|
110715
|
+
* Node.use_custom_color
|
|
110716
|
+
* Node.color
|
|
110717
|
+
* Node.color_tag
|
|
110718
|
+
* Node.select
|
|
110719
|
+
* Node.show_options
|
|
110720
|
+
* Node.show_preview
|
|
110721
|
+
* Node.hide
|
|
110722
|
+
* Node.mute
|
|
110723
|
+
* Node.show_texture
|
|
110724
|
+
* Node.bl_idname
|
|
110725
|
+
* Node.bl_label
|
|
110726
|
+
* Node.bl_description
|
|
110727
|
+
* Node.bl_icon
|
|
110728
|
+
* Node.bl_static_type
|
|
110729
|
+
* Node.bl_width_default
|
|
110730
|
+
* Node.bl_width_min
|
|
110731
|
+
* Node.bl_width_max
|
|
110732
|
+
* Node.bl_height_default
|
|
110733
|
+
* Node.bl_height_min
|
|
110734
|
+
* Node.bl_height_max
|
|
110735
|
+
|
|
110736
|
+
:columns: 2
|
|
110737
|
+
|
|
110738
|
+
|
|
110739
|
+
--------------------
|
|
110740
|
+
|
|
110741
|
+
* bpy_struct.as_pointer
|
|
110742
|
+
* bpy_struct.driver_add
|
|
110743
|
+
* bpy_struct.driver_remove
|
|
110744
|
+
* bpy_struct.get
|
|
110745
|
+
* bpy_struct.id_properties_clear
|
|
110746
|
+
* bpy_struct.id_properties_ensure
|
|
110747
|
+
* bpy_struct.id_properties_ui
|
|
110748
|
+
* bpy_struct.is_property_hidden
|
|
110749
|
+
* bpy_struct.is_property_overridable_library
|
|
110750
|
+
* bpy_struct.is_property_readonly
|
|
110751
|
+
* bpy_struct.is_property_set
|
|
110752
|
+
* bpy_struct.items
|
|
110753
|
+
* bpy_struct.keyframe_delete
|
|
110754
|
+
* bpy_struct.keyframe_insert
|
|
110755
|
+
* bpy_struct.keys
|
|
110756
|
+
* bpy_struct.path_from_id
|
|
110757
|
+
* bpy_struct.path_from_module
|
|
110758
|
+
* bpy_struct.path_resolve
|
|
110759
|
+
* bpy_struct.pop
|
|
110760
|
+
* bpy_struct.property_overridable_library_set
|
|
110761
|
+
* bpy_struct.property_unset
|
|
110762
|
+
* bpy_struct.rna_ancestors
|
|
110763
|
+
* bpy_struct.type_recast
|
|
110764
|
+
* bpy_struct.values
|
|
110765
|
+
* Node.bl_system_properties_get
|
|
110766
|
+
* Node.socket_value_update
|
|
110767
|
+
* Node.is_registered_node_type
|
|
110768
|
+
* Node.poll
|
|
110769
|
+
* Node.poll_instance
|
|
110770
|
+
* Node.update
|
|
110771
|
+
* Node.insert_link
|
|
110772
|
+
* Node.init
|
|
110773
|
+
* Node.copy
|
|
110774
|
+
* Node.free
|
|
110775
|
+
* Node.draw_buttons
|
|
110776
|
+
* Node.draw_buttons_ext
|
|
110777
|
+
* Node.draw_label
|
|
110778
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
110779
|
+
* Node.debug_zone_lazy_function_graph
|
|
110780
|
+
* Node.poll
|
|
110781
|
+
* Node.bl_rna_get_subclass
|
|
110782
|
+
* Node.bl_rna_get_subclass_py
|
|
110783
|
+
* NodeInternal.poll
|
|
110784
|
+
* NodeInternal.poll_instance
|
|
110785
|
+
* NodeInternal.update
|
|
110786
|
+
* NodeInternal.draw_buttons
|
|
110787
|
+
* NodeInternal.draw_buttons_ext
|
|
110788
|
+
* NodeInternal.bl_rna_get_subclass
|
|
110789
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
110790
|
+
* GeometryNode.poll
|
|
110791
|
+
* GeometryNode.bl_rna_get_subclass
|
|
110792
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
110793
|
+
|
|
110794
|
+
:columns: 2
|
|
110795
|
+
|
|
110796
|
+
|
|
110376
110797
|
--------------------
|
|
110377
110798
|
|
|
110378
110799
|
* bpy_struct.id_data
|
|
@@ -113224,148 +113645,50 @@ Menu.poll function.
|
|
|
113224
113645
|
* ShaderNode.poll
|
|
113225
113646
|
* ShaderNode.bl_rna_get_subclass
|
|
113226
113647
|
* ShaderNode.bl_rna_get_subclass_py
|
|
113227
|
-
|
|
113228
|
-
:columns: 2
|
|
113229
|
-
|
|
113230
|
-
|
|
113231
|
-
--------------------
|
|
113232
|
-
|
|
113233
|
-
* bpy_struct.id_data
|
|
113234
|
-
|
|
113235
|
-
|
|
113236
|
-
|
|
113237
|
-
|
|
113238
|
-
|
|
113239
|
-
|
|
113240
|
-
*
|
|
113241
|
-
*
|
|
113242
|
-
*
|
|
113243
|
-
*
|
|
113244
|
-
*
|
|
113245
|
-
*
|
|
113246
|
-
*
|
|
113247
|
-
*
|
|
113248
|
-
*
|
|
113249
|
-
*
|
|
113250
|
-
*
|
|
113251
|
-
*
|
|
113252
|
-
*
|
|
113253
|
-
*
|
|
113254
|
-
*
|
|
113255
|
-
*
|
|
113256
|
-
*
|
|
113257
|
-
*
|
|
113258
|
-
*
|
|
113259
|
-
*
|
|
113260
|
-
*
|
|
113261
|
-
*
|
|
113262
|
-
*
|
|
113263
|
-
*
|
|
113264
|
-
|
|
113265
|
-
|
|
113266
|
-
|
|
113267
|
-
|
|
113268
|
-
|
|
113269
|
-
|
|
113270
|
-
|
|
113271
|
-
--------------------
|
|
113272
|
-
|
|
113273
|
-
* bpy_struct.as_pointer
|
|
113274
|
-
* bpy_struct.driver_add
|
|
113275
|
-
* bpy_struct.driver_remove
|
|
113276
|
-
* bpy_struct.get
|
|
113277
|
-
* bpy_struct.id_properties_clear
|
|
113278
|
-
* bpy_struct.id_properties_ensure
|
|
113279
|
-
* bpy_struct.id_properties_ui
|
|
113280
|
-
* bpy_struct.is_property_hidden
|
|
113281
|
-
* bpy_struct.is_property_overridable_library
|
|
113282
|
-
* bpy_struct.is_property_readonly
|
|
113283
|
-
* bpy_struct.is_property_set
|
|
113284
|
-
* bpy_struct.items
|
|
113285
|
-
* bpy_struct.keyframe_delete
|
|
113286
|
-
* bpy_struct.keyframe_insert
|
|
113287
|
-
* bpy_struct.keys
|
|
113288
|
-
* bpy_struct.path_from_id
|
|
113289
|
-
* bpy_struct.path_from_module
|
|
113290
|
-
* bpy_struct.path_resolve
|
|
113291
|
-
* bpy_struct.pop
|
|
113292
|
-
* bpy_struct.property_overridable_library_set
|
|
113293
|
-
* bpy_struct.property_unset
|
|
113294
|
-
* bpy_struct.rna_ancestors
|
|
113295
|
-
* bpy_struct.type_recast
|
|
113296
|
-
* bpy_struct.values
|
|
113297
|
-
* Node.bl_system_properties_get
|
|
113298
|
-
* Node.socket_value_update
|
|
113299
|
-
* Node.is_registered_node_type
|
|
113300
|
-
* Node.poll
|
|
113301
|
-
* Node.poll_instance
|
|
113302
|
-
* Node.update
|
|
113303
|
-
* Node.insert_link
|
|
113304
|
-
* Node.init
|
|
113305
|
-
* Node.copy
|
|
113306
|
-
* Node.free
|
|
113307
|
-
* Node.draw_buttons
|
|
113308
|
-
* Node.draw_buttons_ext
|
|
113309
|
-
* Node.draw_label
|
|
113310
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
113311
|
-
* Node.debug_zone_lazy_function_graph
|
|
113312
|
-
* Node.poll
|
|
113313
|
-
* Node.bl_rna_get_subclass
|
|
113314
|
-
* Node.bl_rna_get_subclass_py
|
|
113315
|
-
* NodeInternal.poll
|
|
113316
|
-
* NodeInternal.poll_instance
|
|
113317
|
-
* NodeInternal.update
|
|
113318
|
-
* NodeInternal.draw_buttons
|
|
113319
|
-
* NodeInternal.draw_buttons_ext
|
|
113320
|
-
* NodeInternal.bl_rna_get_subclass
|
|
113321
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
113322
|
-
* GeometryNode.poll
|
|
113323
|
-
* GeometryNode.bl_rna_get_subclass
|
|
113324
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
113325
|
-
|
|
113326
|
-
:columns: 2
|
|
113327
|
-
|
|
113328
|
-
|
|
113329
|
-
--------------------
|
|
113330
|
-
|
|
113331
|
-
* bpy_struct.id_data
|
|
113332
|
-
|
|
113333
|
-
:columns: 2
|
|
113334
|
-
|
|
113335
|
-
|
|
113336
|
-
--------------------
|
|
113337
|
-
|
|
113338
|
-
* bpy_struct.as_pointer
|
|
113339
|
-
* bpy_struct.driver_add
|
|
113340
|
-
* bpy_struct.driver_remove
|
|
113341
|
-
* bpy_struct.get
|
|
113342
|
-
* bpy_struct.id_properties_clear
|
|
113343
|
-
* bpy_struct.id_properties_ensure
|
|
113344
|
-
* bpy_struct.id_properties_ui
|
|
113345
|
-
* bpy_struct.is_property_hidden
|
|
113346
|
-
* bpy_struct.is_property_overridable_library
|
|
113347
|
-
* bpy_struct.is_property_readonly
|
|
113348
|
-
* bpy_struct.is_property_set
|
|
113349
|
-
* bpy_struct.items
|
|
113350
|
-
* bpy_struct.keyframe_delete
|
|
113351
|
-
* bpy_struct.keyframe_insert
|
|
113352
|
-
* bpy_struct.keys
|
|
113353
|
-
* bpy_struct.path_from_id
|
|
113354
|
-
* bpy_struct.path_from_module
|
|
113355
|
-
* bpy_struct.path_resolve
|
|
113356
|
-
* bpy_struct.pop
|
|
113357
|
-
* bpy_struct.property_overridable_library_set
|
|
113358
|
-
* bpy_struct.property_unset
|
|
113359
|
-
* bpy_struct.rna_ancestors
|
|
113360
|
-
* bpy_struct.type_recast
|
|
113361
|
-
* bpy_struct.values
|
|
113362
|
-
|
|
113363
|
-
:columns: 2
|
|
113364
|
-
|
|
113365
|
-
|
|
113366
|
-
--------------------
|
|
113367
|
-
|
|
113368
|
-
* ActionChannelbag.groups
|
|
113648
|
+
|
|
113649
|
+
:columns: 2
|
|
113650
|
+
|
|
113651
|
+
|
|
113652
|
+
--------------------
|
|
113653
|
+
|
|
113654
|
+
* bpy_struct.id_data
|
|
113655
|
+
|
|
113656
|
+
:columns: 2
|
|
113657
|
+
|
|
113658
|
+
|
|
113659
|
+
--------------------
|
|
113660
|
+
|
|
113661
|
+
* bpy_struct.as_pointer
|
|
113662
|
+
* bpy_struct.driver_add
|
|
113663
|
+
* bpy_struct.driver_remove
|
|
113664
|
+
* bpy_struct.get
|
|
113665
|
+
* bpy_struct.id_properties_clear
|
|
113666
|
+
* bpy_struct.id_properties_ensure
|
|
113667
|
+
* bpy_struct.id_properties_ui
|
|
113668
|
+
* bpy_struct.is_property_hidden
|
|
113669
|
+
* bpy_struct.is_property_overridable_library
|
|
113670
|
+
* bpy_struct.is_property_readonly
|
|
113671
|
+
* bpy_struct.is_property_set
|
|
113672
|
+
* bpy_struct.items
|
|
113673
|
+
* bpy_struct.keyframe_delete
|
|
113674
|
+
* bpy_struct.keyframe_insert
|
|
113675
|
+
* bpy_struct.keys
|
|
113676
|
+
* bpy_struct.path_from_id
|
|
113677
|
+
* bpy_struct.path_from_module
|
|
113678
|
+
* bpy_struct.path_resolve
|
|
113679
|
+
* bpy_struct.pop
|
|
113680
|
+
* bpy_struct.property_overridable_library_set
|
|
113681
|
+
* bpy_struct.property_unset
|
|
113682
|
+
* bpy_struct.rna_ancestors
|
|
113683
|
+
* bpy_struct.type_recast
|
|
113684
|
+
* bpy_struct.values
|
|
113685
|
+
|
|
113686
|
+
:columns: 2
|
|
113687
|
+
|
|
113688
|
+
|
|
113689
|
+
--------------------
|
|
113690
|
+
|
|
113691
|
+
* ActionChannelbag.groups
|
|
113369
113692
|
|
|
113370
113693
|
:columns: 2
|
|
113371
113694
|
|
|
@@ -121827,6 +122150,67 @@ class GeometryNodeFieldToGridItems(
|
|
|
121827
122150
|
:return: The class or default when not found.
|
|
121828
122151
|
"""
|
|
121829
122152
|
|
|
122153
|
+
class GeometryNodeFieldToListItems(
|
|
122154
|
+
bpy_prop_collection[GeometryNodeFieldToListItem], bpy_struct
|
|
122155
|
+
):
|
|
122156
|
+
"""Collection of field to list items"""
|
|
122157
|
+
|
|
122158
|
+
def new(
|
|
122159
|
+
self,
|
|
122160
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None,
|
|
122161
|
+
name: str,
|
|
122162
|
+
) -> GeometryNodeFieldToListItem:
|
|
122163
|
+
"""Add an item at the end
|
|
122164
|
+
|
|
122165
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
122166
|
+
:param name: Name
|
|
122167
|
+
:return: Item, New item
|
|
122168
|
+
"""
|
|
122169
|
+
|
|
122170
|
+
def remove(self, item: GeometryNodeFieldToListItem) -> None:
|
|
122171
|
+
"""Remove an item
|
|
122172
|
+
|
|
122173
|
+
:param item: Item, The item to remove
|
|
122174
|
+
"""
|
|
122175
|
+
|
|
122176
|
+
def clear(self) -> None:
|
|
122177
|
+
"""Remove all items"""
|
|
122178
|
+
|
|
122179
|
+
def move(self, from_index: int | None, to_index: int | None) -> None:
|
|
122180
|
+
"""Move an item to another position
|
|
122181
|
+
|
|
122182
|
+
:param from_index: From Index, Index of the item to move
|
|
122183
|
+
:param to_index: To Index, Target index for the item
|
|
122184
|
+
"""
|
|
122185
|
+
|
|
122186
|
+
@classmethod
|
|
122187
|
+
def bl_rna_get_subclass(
|
|
122188
|
+
cls,
|
|
122189
|
+
id: str | None,
|
|
122190
|
+
default=None,
|
|
122191
|
+
/,
|
|
122192
|
+
) -> Struct:
|
|
122193
|
+
"""
|
|
122194
|
+
|
|
122195
|
+
:param id: The RNA type identifier.
|
|
122196
|
+
:param default:
|
|
122197
|
+
:return: The RNA type or default when not found.
|
|
122198
|
+
"""
|
|
122199
|
+
|
|
122200
|
+
@classmethod
|
|
122201
|
+
def bl_rna_get_subclass_py(
|
|
122202
|
+
cls,
|
|
122203
|
+
id: str | None,
|
|
122204
|
+
default=None,
|
|
122205
|
+
/,
|
|
122206
|
+
) -> typing.Any:
|
|
122207
|
+
"""
|
|
122208
|
+
|
|
122209
|
+
:param id: The RNA type identifier.
|
|
122210
|
+
:param default:
|
|
122211
|
+
:return: The class or default when not found.
|
|
122212
|
+
"""
|
|
122213
|
+
|
|
121830
122214
|
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
121831
122215
|
"""Collection of gizmos"""
|
|
121832
122216
|
|
|
@@ -122624,7 +123008,7 @@ class KeyMaps(bpy_prop_collection[KeyMap], bpy_struct):
|
|
|
122624
123008
|
:param name: Name
|
|
122625
123009
|
:param space_type: Space Type
|
|
122626
123010
|
:param region_type: Region Type
|
|
122627
|
-
:param modal: Modal, Keymap for modal operators
|
|
123011
|
+
:param modal: Modal, Keymap for modal operators. Modal keymaps are not supported for `KeyConfigs.addons`.
|
|
122628
123012
|
:param tool: Tool, Keymap for active tools
|
|
122629
123013
|
:return: Key Map, Added key map
|
|
122630
123014
|
"""
|
|
@@ -150960,57 +151344,208 @@ class GREASE_PENCIL_UL_masks(UIList, bpy_struct):
|
|
|
150960
151344
|
:return: The class or default when not found.
|
|
150961
151345
|
"""
|
|
150962
151346
|
|
|
150963
|
-
class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
150964
|
-
"""Gamma Crossfade Strip"""
|
|
150965
|
-
|
|
150966
|
-
input_1: Strip
|
|
150967
|
-
""" First input for the effect strip"""
|
|
151347
|
+
class GammaCrossStrip(EffectStrip, Strip, bpy_struct):
|
|
151348
|
+
"""Gamma Crossfade Strip"""
|
|
151349
|
+
|
|
151350
|
+
input_1: Strip
|
|
151351
|
+
""" First input for the effect strip"""
|
|
151352
|
+
|
|
151353
|
+
input_2: Strip
|
|
151354
|
+
""" Second input for the effect strip"""
|
|
151355
|
+
|
|
151356
|
+
input_count: int
|
|
151357
|
+
|
|
151358
|
+
@classmethod
|
|
151359
|
+
def bl_rna_get_subclass(
|
|
151360
|
+
cls,
|
|
151361
|
+
id: str | None,
|
|
151362
|
+
default=None,
|
|
151363
|
+
/,
|
|
151364
|
+
) -> Struct:
|
|
151365
|
+
"""
|
|
151366
|
+
|
|
151367
|
+
:param id: The RNA type identifier.
|
|
151368
|
+
:param default:
|
|
151369
|
+
:return: The RNA type or default when not found.
|
|
151370
|
+
"""
|
|
151371
|
+
|
|
151372
|
+
@classmethod
|
|
151373
|
+
def bl_rna_get_subclass_py(
|
|
151374
|
+
cls,
|
|
151375
|
+
id: str | None,
|
|
151376
|
+
default=None,
|
|
151377
|
+
/,
|
|
151378
|
+
) -> typing.Any:
|
|
151379
|
+
"""
|
|
151380
|
+
|
|
151381
|
+
:param id: The RNA type identifier.
|
|
151382
|
+
:param default:
|
|
151383
|
+
:return: The class or default when not found.
|
|
151384
|
+
"""
|
|
151385
|
+
|
|
151386
|
+
class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
151387
|
+
"""Sequence strip creating a gaussian blur"""
|
|
151388
|
+
|
|
151389
|
+
input_1: Strip
|
|
151390
|
+
""" First input for the effect strip"""
|
|
151391
|
+
|
|
151392
|
+
input_count: int
|
|
151393
|
+
size_x: float
|
|
151394
|
+
""" Size of the blur along X axis"""
|
|
151395
|
+
|
|
151396
|
+
size_y: float
|
|
151397
|
+
""" Size of the blur along Y axis"""
|
|
151398
|
+
|
|
151399
|
+
@classmethod
|
|
151400
|
+
def bl_rna_get_subclass(
|
|
151401
|
+
cls,
|
|
151402
|
+
id: str | None,
|
|
151403
|
+
default=None,
|
|
151404
|
+
/,
|
|
151405
|
+
) -> Struct:
|
|
151406
|
+
"""
|
|
151407
|
+
|
|
151408
|
+
:param id: The RNA type identifier.
|
|
151409
|
+
:param default:
|
|
151410
|
+
:return: The RNA type or default when not found.
|
|
151411
|
+
"""
|
|
151412
|
+
|
|
151413
|
+
@classmethod
|
|
151414
|
+
def bl_rna_get_subclass_py(
|
|
151415
|
+
cls,
|
|
151416
|
+
id: str | None,
|
|
151417
|
+
default=None,
|
|
151418
|
+
/,
|
|
151419
|
+
) -> typing.Any:
|
|
151420
|
+
"""
|
|
151421
|
+
|
|
151422
|
+
:param id: The RNA type identifier.
|
|
151423
|
+
:param default:
|
|
151424
|
+
:return: The class or default when not found.
|
|
151425
|
+
"""
|
|
151426
|
+
|
|
151427
|
+
class GeometryAttributeConstraint(Constraint, bpy_struct):
|
|
151428
|
+
"""Create a constraint-based relationship with an attribute from geometry"""
|
|
151429
|
+
|
|
151430
|
+
apply_target_transform: bool
|
|
151431
|
+
""" Apply the target object's world transform on top of the attribute's transform"""
|
|
151432
|
+
|
|
151433
|
+
attribute_name: str
|
|
151434
|
+
""" Name of the attribute to retrieve the transform from"""
|
|
151435
|
+
|
|
151436
|
+
data_type: typing.Literal["VECTOR", "QUATERNION", "FLOAT4X4"]
|
|
151437
|
+
""" Select data type of attribute"""
|
|
151438
|
+
|
|
151439
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "FACE_CORNER", "CURVE", "INSTANCE"]
|
|
151440
|
+
""" Attribute domain"""
|
|
151441
|
+
|
|
151442
|
+
mix_loc: bool
|
|
151443
|
+
""" Mix Location"""
|
|
151444
|
+
|
|
151445
|
+
mix_mode: typing.Literal[
|
|
151446
|
+
"REPLACE", "BEFORE_FULL", "BEFORE_SPLIT", "AFTER_FULL", "AFTER_SPLIT"
|
|
151447
|
+
]
|
|
151448
|
+
""" Specify how the copied and existing transformations are combined"""
|
|
151449
|
+
|
|
151450
|
+
mix_rot: bool
|
|
151451
|
+
""" Mix Rotation"""
|
|
151452
|
+
|
|
151453
|
+
mix_scl: bool
|
|
151454
|
+
""" Mix Scale"""
|
|
151455
|
+
|
|
151456
|
+
sample_index: int
|
|
151457
|
+
""" Sample Index"""
|
|
151458
|
+
|
|
151459
|
+
target: Object | None
|
|
151460
|
+
""" Target geometry object"""
|
|
151461
|
+
|
|
151462
|
+
@classmethod
|
|
151463
|
+
def bl_rna_get_subclass(
|
|
151464
|
+
cls,
|
|
151465
|
+
id: str | None,
|
|
151466
|
+
default=None,
|
|
151467
|
+
/,
|
|
151468
|
+
) -> Struct:
|
|
151469
|
+
"""
|
|
151470
|
+
|
|
151471
|
+
:param id: The RNA type identifier.
|
|
151472
|
+
:param default:
|
|
151473
|
+
:return: The RNA type or default when not found.
|
|
151474
|
+
"""
|
|
151475
|
+
|
|
151476
|
+
@classmethod
|
|
151477
|
+
def bl_rna_get_subclass_py(
|
|
151478
|
+
cls,
|
|
151479
|
+
id: str | None,
|
|
151480
|
+
default=None,
|
|
151481
|
+
/,
|
|
151482
|
+
) -> typing.Any:
|
|
151483
|
+
"""
|
|
151484
|
+
|
|
151485
|
+
:param id: The RNA type identifier.
|
|
151486
|
+
:param default:
|
|
151487
|
+
:return: The class or default when not found.
|
|
151488
|
+
"""
|
|
151489
|
+
|
|
151490
|
+
class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
151491
|
+
@classmethod
|
|
151492
|
+
def bl_rna_get_subclass(
|
|
151493
|
+
cls,
|
|
151494
|
+
id: str | None,
|
|
151495
|
+
default=None,
|
|
151496
|
+
/,
|
|
151497
|
+
) -> Struct:
|
|
151498
|
+
"""
|
|
151499
|
+
|
|
151500
|
+
:param id: The RNA type identifier.
|
|
151501
|
+
:param default:
|
|
151502
|
+
:return: The RNA type or default when not found.
|
|
151503
|
+
"""
|
|
151504
|
+
|
|
151505
|
+
@classmethod
|
|
151506
|
+
def bl_rna_get_subclass_py(
|
|
151507
|
+
cls,
|
|
151508
|
+
id: str | None,
|
|
151509
|
+
default=None,
|
|
151510
|
+
/,
|
|
151511
|
+
) -> typing.Any:
|
|
151512
|
+
"""
|
|
151513
|
+
|
|
151514
|
+
:param id: The RNA type identifier.
|
|
151515
|
+
:param default:
|
|
151516
|
+
:return: The class or default when not found.
|
|
151517
|
+
"""
|
|
151518
|
+
|
|
151519
|
+
class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151520
|
+
"""Add the values of an evaluated field together and output the running total for each element"""
|
|
150968
151521
|
|
|
150969
|
-
|
|
150970
|
-
"""
|
|
151522
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR", "TRANSFORM"]
|
|
151523
|
+
""" Type of data that is accumulated"""
|
|
150971
151524
|
|
|
150972
|
-
|
|
151525
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
150973
151526
|
|
|
150974
151527
|
@classmethod
|
|
150975
|
-
def
|
|
150976
|
-
|
|
150977
|
-
id: str | None,
|
|
150978
|
-
default=None,
|
|
150979
|
-
/,
|
|
150980
|
-
) -> Struct:
|
|
150981
|
-
"""
|
|
151528
|
+
def is_registered_node_type(cls) -> bool:
|
|
151529
|
+
"""True if a registered node type
|
|
150982
151530
|
|
|
150983
|
-
:
|
|
150984
|
-
:param default:
|
|
150985
|
-
:return: The RNA type or default when not found.
|
|
151531
|
+
:return: Result
|
|
150986
151532
|
"""
|
|
150987
151533
|
|
|
150988
151534
|
@classmethod
|
|
150989
|
-
def
|
|
150990
|
-
|
|
150991
|
-
id: str | None,
|
|
150992
|
-
default=None,
|
|
150993
|
-
/,
|
|
150994
|
-
) -> typing.Any:
|
|
150995
|
-
"""
|
|
151535
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151536
|
+
"""Input socket template
|
|
150996
151537
|
|
|
150997
|
-
:param
|
|
150998
|
-
:
|
|
150999
|
-
:return: The class or default when not found.
|
|
151538
|
+
:param index: Index
|
|
151539
|
+
:return: result
|
|
151000
151540
|
"""
|
|
151001
151541
|
|
|
151002
|
-
|
|
151003
|
-
|
|
151004
|
-
|
|
151005
|
-
input_1: Strip
|
|
151006
|
-
""" First input for the effect strip"""
|
|
151007
|
-
|
|
151008
|
-
input_count: int
|
|
151009
|
-
size_x: float
|
|
151010
|
-
""" Size of the blur along X axis"""
|
|
151542
|
+
@classmethod
|
|
151543
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151544
|
+
"""Output socket template
|
|
151011
151545
|
|
|
151012
|
-
|
|
151013
|
-
|
|
151546
|
+
:param index: Index
|
|
151547
|
+
:return: result
|
|
151548
|
+
"""
|
|
151014
151549
|
|
|
151015
151550
|
@classmethod
|
|
151016
151551
|
def bl_rna_get_subclass(
|
|
@@ -151040,40 +151575,33 @@ class GaussianBlurStrip(EffectStrip, Strip, bpy_struct):
|
|
|
151040
151575
|
:return: The class or default when not found.
|
|
151041
151576
|
"""
|
|
151042
151577
|
|
|
151043
|
-
class
|
|
151044
|
-
"""
|
|
151045
|
-
|
|
151046
|
-
apply_target_transform: bool
|
|
151047
|
-
""" Apply the target object's world transform on top of the attribute's transform"""
|
|
151048
|
-
|
|
151049
|
-
attribute_name: str
|
|
151050
|
-
""" Name of the attribute to retrieve the transform from"""
|
|
151051
|
-
|
|
151052
|
-
data_type: typing.Literal["VECTOR", "QUATERNION", "FLOAT4X4"]
|
|
151053
|
-
""" Select data type of attribute"""
|
|
151578
|
+
class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151579
|
+
"""Retrieve the number of elements in a geometry for each attribute domain"""
|
|
151054
151580
|
|
|
151055
|
-
|
|
151056
|
-
""" Attribute domain"""
|
|
151581
|
+
component: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
151057
151582
|
|
|
151058
|
-
|
|
151059
|
-
|
|
151583
|
+
@classmethod
|
|
151584
|
+
def is_registered_node_type(cls) -> bool:
|
|
151585
|
+
"""True if a registered node type
|
|
151060
151586
|
|
|
151061
|
-
|
|
151062
|
-
"
|
|
151063
|
-
]
|
|
151064
|
-
""" Specify how the copied and existing transformations are combined"""
|
|
151587
|
+
:return: Result
|
|
151588
|
+
"""
|
|
151065
151589
|
|
|
151066
|
-
|
|
151067
|
-
|
|
151590
|
+
@classmethod
|
|
151591
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151592
|
+
"""Input socket template
|
|
151068
151593
|
|
|
151069
|
-
|
|
151070
|
-
|
|
151594
|
+
:param index: Index
|
|
151595
|
+
:return: result
|
|
151596
|
+
"""
|
|
151071
151597
|
|
|
151072
|
-
|
|
151073
|
-
|
|
151598
|
+
@classmethod
|
|
151599
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151600
|
+
"""Output socket template
|
|
151074
151601
|
|
|
151075
|
-
|
|
151076
|
-
|
|
151602
|
+
:param index: Index
|
|
151603
|
+
:return: result
|
|
151604
|
+
"""
|
|
151077
151605
|
|
|
151078
151606
|
@classmethod
|
|
151079
151607
|
def bl_rna_get_subclass(
|
|
@@ -151103,7 +151631,38 @@ class GeometryAttributeConstraint(Constraint, bpy_struct):
|
|
|
151103
151631
|
:return: The class or default when not found.
|
|
151104
151632
|
"""
|
|
151105
151633
|
|
|
151106
|
-
class GeometryNode
|
|
151634
|
+
class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151635
|
+
"""Calculate statistics about a data set from a field evaluated on a geometry"""
|
|
151636
|
+
|
|
151637
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151638
|
+
""" The data type the attribute is converted to before calculating the results"""
|
|
151639
|
+
|
|
151640
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
151641
|
+
""" Which domain to read the data from"""
|
|
151642
|
+
|
|
151643
|
+
@classmethod
|
|
151644
|
+
def is_registered_node_type(cls) -> bool:
|
|
151645
|
+
"""True if a registered node type
|
|
151646
|
+
|
|
151647
|
+
:return: Result
|
|
151648
|
+
"""
|
|
151649
|
+
|
|
151650
|
+
@classmethod
|
|
151651
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151652
|
+
"""Input socket template
|
|
151653
|
+
|
|
151654
|
+
:param index: Index
|
|
151655
|
+
:return: result
|
|
151656
|
+
"""
|
|
151657
|
+
|
|
151658
|
+
@classmethod
|
|
151659
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
151660
|
+
"""Output socket template
|
|
151661
|
+
|
|
151662
|
+
:param index: Index
|
|
151663
|
+
:return: result
|
|
151664
|
+
"""
|
|
151665
|
+
|
|
151107
151666
|
@classmethod
|
|
151108
151667
|
def bl_rna_get_subclass(
|
|
151109
151668
|
cls,
|
|
@@ -151132,13 +151691,16 @@ class GeometryNode(NodeInternal, Node, bpy_struct):
|
|
|
151132
151691
|
:return: The class or default when not found.
|
|
151133
151692
|
"""
|
|
151134
151693
|
|
|
151135
|
-
class
|
|
151136
|
-
"""
|
|
151694
|
+
class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151695
|
+
"""Cache the incoming data so that it can be used without recomputation"""
|
|
151137
151696
|
|
|
151138
|
-
|
|
151139
|
-
"""
|
|
151697
|
+
active_index: int | None
|
|
151698
|
+
""" Index of the active item"""
|
|
151140
151699
|
|
|
151141
|
-
|
|
151700
|
+
active_item: RepeatItem | None
|
|
151701
|
+
""" Index of the active item"""
|
|
151702
|
+
|
|
151703
|
+
bake_items: NodeGeometryBakeItems
|
|
151142
151704
|
|
|
151143
151705
|
@classmethod
|
|
151144
151706
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151191,10 +151753,10 @@ class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151191
151753
|
:return: The class or default when not found.
|
|
151192
151754
|
"""
|
|
151193
151755
|
|
|
151194
|
-
class
|
|
151195
|
-
"""
|
|
151756
|
+
class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151757
|
+
"""Mix attribute values of neighboring elements"""
|
|
151196
151758
|
|
|
151197
|
-
|
|
151759
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151198
151760
|
|
|
151199
151761
|
@classmethod
|
|
151200
151762
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151247,14 +151809,11 @@ class GeometryNodeAttributeDomainSize(GeometryNode, NodeInternal, Node, bpy_stru
|
|
|
151247
151809
|
:return: The class or default when not found.
|
|
151248
151810
|
"""
|
|
151249
151811
|
|
|
151250
|
-
class
|
|
151251
|
-
"""
|
|
151252
|
-
|
|
151253
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151254
|
-
""" The data type the attribute is converted to before calculating the results"""
|
|
151812
|
+
class GeometryNodeBoneInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151813
|
+
"""Retrieve information of armature bones"""
|
|
151255
151814
|
|
|
151256
|
-
|
|
151257
|
-
"""
|
|
151815
|
+
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
151816
|
+
""" The transformation of the vector and geometry outputs"""
|
|
151258
151817
|
|
|
151259
151818
|
@classmethod
|
|
151260
151819
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151307,16 +151866,8 @@ class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
151307
151866
|
:return: The class or default when not found.
|
|
151308
151867
|
"""
|
|
151309
151868
|
|
|
151310
|
-
class
|
|
151311
|
-
"""
|
|
151312
|
-
|
|
151313
|
-
active_index: int | None
|
|
151314
|
-
""" Index of the active item"""
|
|
151315
|
-
|
|
151316
|
-
active_item: RepeatItem | None
|
|
151317
|
-
""" Index of the active item"""
|
|
151318
|
-
|
|
151319
|
-
bake_items: NodeGeometryBakeItems
|
|
151869
|
+
class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151870
|
+
"""Calculate the limits of a geometrys positions and generate a box mesh with those dimensions"""
|
|
151320
151871
|
|
|
151321
151872
|
@classmethod
|
|
151322
151873
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151369,10 +151920,8 @@ class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151369
151920
|
:return: The class or default when not found.
|
|
151370
151921
|
"""
|
|
151371
151922
|
|
|
151372
|
-
class
|
|
151373
|
-
"""
|
|
151374
|
-
|
|
151375
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
151923
|
+
class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151924
|
+
"""Retrieve information from a camera object"""
|
|
151376
151925
|
|
|
151377
151926
|
@classmethod
|
|
151378
151927
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151425,11 +151974,18 @@ class GeometryNodeBlurAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151425
151974
|
:return: The class or default when not found.
|
|
151426
151975
|
"""
|
|
151427
151976
|
|
|
151428
|
-
class
|
|
151429
|
-
"""
|
|
151977
|
+
class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
151978
|
+
"""Store the result of a field on a geometry and output the data as a node socket. Allows remembering or interpolating data as the geometry changes, such as positions before deformation"""
|
|
151430
151979
|
|
|
151431
|
-
|
|
151432
|
-
"""
|
|
151980
|
+
active_index: int | None
|
|
151981
|
+
""" Index of the active item"""
|
|
151982
|
+
|
|
151983
|
+
active_item: RepeatItem | None
|
|
151984
|
+
""" Index of the active item"""
|
|
151985
|
+
|
|
151986
|
+
capture_items: NodeGeometryCaptureAttributeItems
|
|
151987
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
151988
|
+
""" Which domain to store the data in"""
|
|
151433
151989
|
|
|
151434
151990
|
@classmethod
|
|
151435
151991
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151482,8 +152038,11 @@ class GeometryNodeBoneInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151482
152038
|
:return: The class or default when not found.
|
|
151483
152039
|
"""
|
|
151484
152040
|
|
|
151485
|
-
class
|
|
151486
|
-
"""
|
|
152041
|
+
class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152042
|
+
"""Retrieve geometry instances from a collection"""
|
|
152043
|
+
|
|
152044
|
+
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
152045
|
+
""" The transformation of the instances output. Does not affect the internal geometry"""
|
|
151487
152046
|
|
|
151488
152047
|
@classmethod
|
|
151489
152048
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151536,8 +152095,8 @@ class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151536
152095
|
:return: The class or default when not found.
|
|
151537
152096
|
"""
|
|
151538
152097
|
|
|
151539
|
-
class
|
|
151540
|
-
"""
|
|
152098
|
+
class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152099
|
+
"""Create a mesh that encloses all points in the input geometry with the smallest number of points"""
|
|
151541
152100
|
|
|
151542
152101
|
@classmethod
|
|
151543
152102
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151590,18 +152149,8 @@ class GeometryNodeCameraInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151590
152149
|
:return: The class or default when not found.
|
|
151591
152150
|
"""
|
|
151592
152151
|
|
|
151593
|
-
class
|
|
151594
|
-
"""
|
|
151595
|
-
|
|
151596
|
-
active_index: int | None
|
|
151597
|
-
""" Index of the active item"""
|
|
151598
|
-
|
|
151599
|
-
active_item: RepeatItem | None
|
|
151600
|
-
""" Index of the active item"""
|
|
151601
|
-
|
|
151602
|
-
capture_items: NodeGeometryCaptureAttributeItems
|
|
151603
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
151604
|
-
""" Which domain to store the data in"""
|
|
152152
|
+
class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152153
|
+
"""Retrieve face corners connected to edges"""
|
|
151605
152154
|
|
|
151606
152155
|
@classmethod
|
|
151607
152156
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151654,11 +152203,8 @@ class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
151654
152203
|
:return: The class or default when not found.
|
|
151655
152204
|
"""
|
|
151656
152205
|
|
|
151657
|
-
class
|
|
151658
|
-
"""Retrieve
|
|
151659
|
-
|
|
151660
|
-
transform_space: typing.Literal["ORIGINAL", "RELATIVE"]
|
|
151661
|
-
""" The transformation of the instances output. Does not affect the internal geometry"""
|
|
152206
|
+
class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152207
|
+
"""Retrieve corners that make up a face"""
|
|
151662
152208
|
|
|
151663
152209
|
@classmethod
|
|
151664
152210
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151711,8 +152257,8 @@ class GeometryNodeCollectionInfo(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151711
152257
|
:return: The class or default when not found.
|
|
151712
152258
|
"""
|
|
151713
152259
|
|
|
151714
|
-
class
|
|
151715
|
-
"""
|
|
152260
|
+
class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152261
|
+
"""Retrieve face corners connected to vertices"""
|
|
151716
152262
|
|
|
151717
152263
|
@classmethod
|
|
151718
152264
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151765,8 +152311,11 @@ class GeometryNodeConvexHull(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151765
152311
|
:return: The class or default when not found.
|
|
151766
152312
|
"""
|
|
151767
152313
|
|
|
151768
|
-
class
|
|
151769
|
-
"""
|
|
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"""
|
|
151770
152319
|
|
|
151771
152320
|
@classmethod
|
|
151772
152321
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151819,8 +152368,8 @@ class GeometryNodeCornersOfEdge(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151819
152368
|
:return: The class or default when not found.
|
|
151820
152369
|
"""
|
|
151821
152370
|
|
|
151822
|
-
class
|
|
151823
|
-
"""
|
|
152371
|
+
class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152372
|
+
"""Provide a selection for an arbitrary number of endpoints in each spline"""
|
|
151824
152373
|
|
|
151825
152374
|
@classmethod
|
|
151826
152375
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151873,8 +152422,14 @@ class GeometryNodeCornersOfFace(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151873
152422
|
:return: The class or default when not found.
|
|
151874
152423
|
"""
|
|
151875
152424
|
|
|
151876
|
-
class
|
|
151877
|
-
|
|
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"""
|
|
151878
152433
|
|
|
151879
152434
|
@classmethod
|
|
151880
152435
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151927,11 +152482,8 @@ class GeometryNodeCornersOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151927
152482
|
:return: The class or default when not found.
|
|
151928
152483
|
"""
|
|
151929
152484
|
|
|
151930
|
-
class
|
|
151931
|
-
"""
|
|
151932
|
-
|
|
151933
|
-
mode: typing.Literal["POINTS", "RADIUS"]
|
|
151934
|
-
""" Method used to determine radius and placement"""
|
|
152485
|
+
class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152486
|
+
"""Retrieve the length of all splines added together"""
|
|
151935
152487
|
|
|
151936
152488
|
@classmethod
|
|
151937
152489
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -151984,8 +152536,8 @@ class GeometryNodeCurveArc(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
151984
152536
|
:return: The class or default when not found.
|
|
151985
152537
|
"""
|
|
151986
152538
|
|
|
151987
|
-
class
|
|
151988
|
-
"""
|
|
152539
|
+
class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152540
|
+
"""Retrieve the curve a control point is part of"""
|
|
151989
152541
|
|
|
151990
152542
|
@classmethod
|
|
151991
152543
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152038,14 +152590,13 @@ class GeometryNodeCurveEndpointSelection(GeometryNode, NodeInternal, Node, bpy_s
|
|
|
152038
152590
|
:return: The class or default when not found.
|
|
152039
152591
|
"""
|
|
152040
152592
|
|
|
152041
|
-
class
|
|
152593
|
+
class GeometryNodeCurvePrimitiveBezierSegment(
|
|
152042
152594
|
GeometryNode, NodeInternal, Node, bpy_struct
|
|
152043
152595
|
):
|
|
152044
|
-
"""
|
|
152596
|
+
"""Generate a 2D Bézier spline from the given control points and handles"""
|
|
152045
152597
|
|
|
152046
|
-
|
|
152047
|
-
|
|
152048
|
-
""" Whether to check the type of left and right handles"""
|
|
152598
|
+
mode: typing.Literal["POSITION", "OFFSET"]
|
|
152599
|
+
""" Method used to determine control handles"""
|
|
152049
152600
|
|
|
152050
152601
|
@classmethod
|
|
152051
152602
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152098,8 +152649,11 @@ class GeometryNodeCurveHandleTypeSelection(
|
|
|
152098
152649
|
:return: The class or default when not found.
|
|
152099
152650
|
"""
|
|
152100
152651
|
|
|
152101
|
-
class
|
|
152102
|
-
"""
|
|
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"""
|
|
152103
152657
|
|
|
152104
152658
|
@classmethod
|
|
152105
152659
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152152,8 +152706,11 @@ class GeometryNodeCurveLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152152
152706
|
:return: The class or default when not found.
|
|
152153
152707
|
"""
|
|
152154
152708
|
|
|
152155
|
-
class
|
|
152156
|
-
"""
|
|
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"""
|
|
152157
152714
|
|
|
152158
152715
|
@classmethod
|
|
152159
152716
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152206,13 +152763,12 @@ class GeometryNodeCurveOfPoint(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152206
152763
|
:return: The class or default when not found.
|
|
152207
152764
|
"""
|
|
152208
152765
|
|
|
152209
|
-
class
|
|
152766
|
+
class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
152210
152767
|
GeometryNode, NodeInternal, Node, bpy_struct
|
|
152211
152768
|
):
|
|
152212
|
-
"""Generate a
|
|
152769
|
+
"""Generate a polygon with four points"""
|
|
152213
152770
|
|
|
152214
|
-
mode: typing.Literal["
|
|
152215
|
-
""" Method used to determine control handles"""
|
|
152771
|
+
mode: typing.Literal["RECTANGLE", "PARALLELOGRAM", "TRAPEZOID", "KITE", "POINTS"]
|
|
152216
152772
|
|
|
152217
152773
|
@classmethod
|
|
152218
152774
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152265,11 +152821,8 @@ class GeometryNodeCurvePrimitiveBezierSegment(
|
|
|
152265
152821
|
:return: The class or default when not found.
|
|
152266
152822
|
"""
|
|
152267
152823
|
|
|
152268
|
-
class
|
|
152269
|
-
"""Generate a poly spline
|
|
152270
|
-
|
|
152271
|
-
mode: typing.Literal["POINTS", "RADIUS"]
|
|
152272
|
-
""" 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"""
|
|
152273
152826
|
|
|
152274
152827
|
@classmethod
|
|
152275
152828
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152322,11 +152875,12 @@ class GeometryNodeCurvePrimitiveCircle(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152322
152875
|
:return: The class or default when not found.
|
|
152323
152876
|
"""
|
|
152324
152877
|
|
|
152325
|
-
class
|
|
152326
|
-
"""
|
|
152878
|
+
class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152879
|
+
"""Set the handle type for the control points of a Bézier curve"""
|
|
152327
152880
|
|
|
152328
|
-
|
|
152329
|
-
|
|
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"""
|
|
152330
152884
|
|
|
152331
152885
|
@classmethod
|
|
152332
152886
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152379,12 +152933,8 @@ class GeometryNodeCurvePrimitiveLine(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
152379
152933
|
:return: The class or default when not found.
|
|
152380
152934
|
"""
|
|
152381
152935
|
|
|
152382
|
-
class
|
|
152383
|
-
|
|
152384
|
-
):
|
|
152385
|
-
"""Generate a polygon with four points"""
|
|
152386
|
-
|
|
152387
|
-
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"""
|
|
152388
152938
|
|
|
152389
152939
|
@classmethod
|
|
152390
152940
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152437,8 +152987,11 @@ class GeometryNodeCurvePrimitiveQuadrilateral(
|
|
|
152437
152987
|
:return: The class or default when not found.
|
|
152438
152988
|
"""
|
|
152439
152989
|
|
|
152440
|
-
class
|
|
152441
|
-
"""
|
|
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"""
|
|
152442
152995
|
|
|
152443
152996
|
@classmethod
|
|
152444
152997
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152491,12 +153044,8 @@ class GeometryNodeCurveQuadraticBezier(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152491
153044
|
:return: The class or default when not found.
|
|
152492
153045
|
"""
|
|
152493
153046
|
|
|
152494
|
-
class
|
|
152495
|
-
"""
|
|
152496
|
-
|
|
152497
|
-
handle_type: typing.Literal["FREE", "AUTO", "VECTOR", "ALIGN"]
|
|
152498
|
-
mode: set[bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems]
|
|
152499
|
-
""" 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"""
|
|
152500
153049
|
|
|
152501
153050
|
@classmethod
|
|
152502
153051
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152549,8 +153098,8 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152549
153098
|
:return: The class or default when not found.
|
|
152550
153099
|
"""
|
|
152551
153100
|
|
|
152552
|
-
class
|
|
152553
|
-
"""
|
|
153101
|
+
class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153102
|
+
"""Convert curves into a mesh, optionally with a custom profile shape defined by curves"""
|
|
152554
153103
|
|
|
152555
153104
|
@classmethod
|
|
152556
153105
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152603,11 +153152,11 @@ class GeometryNodeCurveSpiral(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152603
153152
|
:return: The class or default when not found.
|
|
152604
153153
|
"""
|
|
152605
153154
|
|
|
152606
|
-
class
|
|
152607
|
-
"""
|
|
153155
|
+
class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153156
|
+
"""Generate a point cloud by sampling positions along curves"""
|
|
152608
153157
|
|
|
152609
|
-
|
|
152610
|
-
"""
|
|
153158
|
+
mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
|
|
153159
|
+
""" How to generate points from the input curve"""
|
|
152611
153160
|
|
|
152612
153161
|
@classmethod
|
|
152613
153162
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152660,8 +153209,8 @@ class GeometryNodeCurveSplineType(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152660
153209
|
:return: The class or default when not found.
|
|
152661
153210
|
"""
|
|
152662
153211
|
|
|
152663
|
-
class
|
|
152664
|
-
"""
|
|
153212
|
+
class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153213
|
+
"""Convert the curves in each top-level instance into Grease Pencil layer"""
|
|
152665
153214
|
|
|
152666
153215
|
@classmethod
|
|
152667
153216
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152714,31 +153263,10 @@ class GeometryNodeCurveStar(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152714
153263
|
:return: The class or default when not found.
|
|
152715
153264
|
"""
|
|
152716
153265
|
|
|
152717
|
-
class
|
|
152718
|
-
"""
|
|
152719
|
-
|
|
152720
|
-
@classmethod
|
|
152721
|
-
def is_registered_node_type(cls) -> bool:
|
|
152722
|
-
"""True if a registered node type
|
|
152723
|
-
|
|
152724
|
-
:return: Result
|
|
152725
|
-
"""
|
|
152726
|
-
|
|
152727
|
-
@classmethod
|
|
152728
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152729
|
-
"""Input socket template
|
|
152730
|
-
|
|
152731
|
-
:param index: Index
|
|
152732
|
-
:return: result
|
|
152733
|
-
"""
|
|
152734
|
-
|
|
152735
|
-
@classmethod
|
|
152736
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
152737
|
-
"""Output socket template
|
|
153266
|
+
class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153267
|
+
"""Custom Geometry Group Node for Python nodes"""
|
|
152738
153268
|
|
|
152739
|
-
|
|
152740
|
-
:return: result
|
|
152741
|
-
"""
|
|
153269
|
+
node_tree: GeometryNodeTree | None
|
|
152742
153270
|
|
|
152743
153271
|
@classmethod
|
|
152744
153272
|
def bl_rna_get_subclass(
|
|
@@ -152768,11 +153296,8 @@ class GeometryNodeCurveToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152768
153296
|
:return: The class or default when not found.
|
|
152769
153297
|
"""
|
|
152770
153298
|
|
|
152771
|
-
class
|
|
152772
|
-
"""
|
|
152773
|
-
|
|
152774
|
-
mode: typing.Literal["EVALUATED", "COUNT", "LENGTH"]
|
|
152775
|
-
""" 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"""
|
|
152776
153301
|
|
|
152777
153302
|
@classmethod
|
|
152778
153303
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152825,8 +153350,14 @@ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152825
153350
|
:return: The class or default when not found.
|
|
152826
153351
|
"""
|
|
152827
153352
|
|
|
152828
|
-
class
|
|
152829
|
-
"""
|
|
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"""
|
|
152830
153361
|
|
|
152831
153362
|
@classmethod
|
|
152832
153363
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152879,41 +153410,11 @@ class GeometryNodeCurvesToGreasePencil(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152879
153410
|
:return: The class or default when not found.
|
|
152880
153411
|
"""
|
|
152881
153412
|
|
|
152882
|
-
class
|
|
152883
|
-
"""
|
|
152884
|
-
|
|
152885
|
-
node_tree: GeometryNodeTree | None
|
|
152886
|
-
|
|
152887
|
-
@classmethod
|
|
152888
|
-
def bl_rna_get_subclass(
|
|
152889
|
-
cls,
|
|
152890
|
-
id: str | None,
|
|
152891
|
-
default=None,
|
|
152892
|
-
/,
|
|
152893
|
-
) -> Struct:
|
|
152894
|
-
"""
|
|
152895
|
-
|
|
152896
|
-
:param id: The RNA type identifier.
|
|
152897
|
-
:param default:
|
|
152898
|
-
:return: The RNA type or default when not found.
|
|
152899
|
-
"""
|
|
152900
|
-
|
|
152901
|
-
@classmethod
|
|
152902
|
-
def bl_rna_get_subclass_py(
|
|
152903
|
-
cls,
|
|
152904
|
-
id: str | None,
|
|
152905
|
-
default=None,
|
|
152906
|
-
/,
|
|
152907
|
-
) -> typing.Any:
|
|
152908
|
-
"""
|
|
152909
|
-
|
|
152910
|
-
:param id: The RNA type identifier.
|
|
152911
|
-
:param default:
|
|
152912
|
-
:return: The class or default when not found.
|
|
152913
|
-
"""
|
|
153413
|
+
class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153414
|
+
"""Generate points inside a volume grid"""
|
|
152914
153415
|
|
|
152915
|
-
|
|
152916
|
-
"""
|
|
153416
|
+
mode: typing.Literal["DENSITY_RANDOM", "DENSITY_GRID"]
|
|
153417
|
+
""" Method to use for scattering points"""
|
|
152917
153418
|
|
|
152918
153419
|
@classmethod
|
|
152919
153420
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152966,14 +153467,10 @@ class GeometryNodeDeformCurvesOnSurface(GeometryNode, NodeInternal, Node, bpy_st
|
|
|
152966
153467
|
:return: The class or default when not found.
|
|
152967
153468
|
"""
|
|
152968
153469
|
|
|
152969
|
-
class
|
|
152970
|
-
|
|
152971
|
-
|
|
152972
|
-
|
|
152973
|
-
""" Which domain to delete in"""
|
|
152974
|
-
|
|
152975
|
-
mode: typing.Literal["ALL", "EDGE_FACE", "ONLY_FACE"]
|
|
152976
|
-
""" Which parts of the mesh component to delete"""
|
|
153470
|
+
class GeometryNodeDistributePointsInVolume(
|
|
153471
|
+
GeometryNode, NodeInternal, Node, bpy_struct
|
|
153472
|
+
):
|
|
153473
|
+
"""Generate points inside a volume"""
|
|
152977
153474
|
|
|
152978
153475
|
@classmethod
|
|
152979
153476
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153026,12 +153523,15 @@ class GeometryNodeDeleteGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153026
153523
|
:return: The class or default when not found.
|
|
153027
153524
|
"""
|
|
153028
153525
|
|
|
153029
|
-
class
|
|
153030
|
-
"""Generate points
|
|
153526
|
+
class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153527
|
+
"""Generate points spread out on the surface of a mesh"""
|
|
153031
153528
|
|
|
153032
|
-
|
|
153529
|
+
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
153033
153530
|
""" Method to use for scattering points"""
|
|
153034
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
|
+
|
|
153035
153535
|
@classmethod
|
|
153036
153536
|
def is_registered_node_type(cls) -> bool:
|
|
153037
153537
|
"""True if a registered node type
|
|
@@ -153083,10 +153583,8 @@ class GeometryNodeDistributePointsInGrid(GeometryNode, NodeInternal, Node, bpy_s
|
|
|
153083
153583
|
:return: The class or default when not found.
|
|
153084
153584
|
"""
|
|
153085
153585
|
|
|
153086
|
-
class
|
|
153087
|
-
|
|
153088
|
-
):
|
|
153089
|
-
"""Generate points inside a volume"""
|
|
153586
|
+
class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153587
|
+
"""Convert Faces into vertices and vertices into faces"""
|
|
153090
153588
|
|
|
153091
153589
|
@classmethod
|
|
153092
153590
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153139,14 +153637,11 @@ class GeometryNodeDistributePointsInVolume(
|
|
|
153139
153637
|
:return: The class or default when not found.
|
|
153140
153638
|
"""
|
|
153141
153639
|
|
|
153142
|
-
class
|
|
153143
|
-
"""Generate
|
|
153144
|
-
|
|
153145
|
-
distribute_method: typing.Literal["RANDOM", "POISSON"]
|
|
153146
|
-
""" 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"""
|
|
153147
153642
|
|
|
153148
|
-
|
|
153149
|
-
"""
|
|
153643
|
+
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
153644
|
+
""" Which domain to duplicate"""
|
|
153150
153645
|
|
|
153151
153646
|
@classmethod
|
|
153152
153647
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153199,8 +153694,8 @@ class GeometryNodeDistributePointsOnFaces(GeometryNode, NodeInternal, Node, bpy_
|
|
|
153199
153694
|
:return: The class or default when not found.
|
|
153200
153695
|
"""
|
|
153201
153696
|
|
|
153202
|
-
class
|
|
153203
|
-
"""
|
|
153697
|
+
class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153698
|
+
"""Output curves following paths across mesh edges"""
|
|
153204
153699
|
|
|
153205
153700
|
@classmethod
|
|
153206
153701
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153253,11 +153748,8 @@ class GeometryNodeDualMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153253
153748
|
:return: The class or default when not found.
|
|
153254
153749
|
"""
|
|
153255
153750
|
|
|
153256
|
-
class
|
|
153257
|
-
"""
|
|
153258
|
-
|
|
153259
|
-
domain: typing.Literal["POINT", "EDGE", "FACE", "SPLINE", "LAYER", "INSTANCE"]
|
|
153260
|
-
""" Which domain to duplicate"""
|
|
153751
|
+
class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153752
|
+
"""Output a selection of edges by following paths across mesh edges"""
|
|
153261
153753
|
|
|
153262
153754
|
@classmethod
|
|
153263
153755
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153310,8 +153802,8 @@ class GeometryNodeDuplicateElements(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153310
153802
|
:return: The class or default when not found.
|
|
153311
153803
|
"""
|
|
153312
153804
|
|
|
153313
|
-
class
|
|
153314
|
-
"""
|
|
153805
|
+
class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153806
|
+
"""Retrieve the edges on both sides of a face corner"""
|
|
153315
153807
|
|
|
153316
153808
|
@classmethod
|
|
153317
153809
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153364,8 +153856,8 @@ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153364
153856
|
:return: The class or default when not found.
|
|
153365
153857
|
"""
|
|
153366
153858
|
|
|
153367
|
-
class
|
|
153368
|
-
"""
|
|
153859
|
+
class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153860
|
+
"""Retrieve the edges connected to each vertex"""
|
|
153369
153861
|
|
|
153370
153862
|
@classmethod
|
|
153371
153863
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153418,8 +153910,8 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
153418
153910
|
:return: The class or default when not found.
|
|
153419
153911
|
"""
|
|
153420
153912
|
|
|
153421
|
-
class
|
|
153422
|
-
"""
|
|
153913
|
+
class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153914
|
+
"""Group faces into regions surrounded by the selected boundary edges"""
|
|
153423
153915
|
|
|
153424
153916
|
@classmethod
|
|
153425
153917
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153472,8 +153964,10 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153472
153964
|
:return: The class or default when not found.
|
|
153473
153965
|
"""
|
|
153474
153966
|
|
|
153475
|
-
class
|
|
153476
|
-
"""
|
|
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"]
|
|
153477
153971
|
|
|
153478
153972
|
@classmethod
|
|
153479
153973
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153526,8 +154020,8 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153526
154020
|
:return: The class or default when not found.
|
|
153527
154021
|
"""
|
|
153528
154022
|
|
|
153529
|
-
class
|
|
153530
|
-
"""
|
|
154023
|
+
class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154024
|
+
"""Retrieve the face each face corner is part of"""
|
|
153531
154025
|
|
|
153532
154026
|
@classmethod
|
|
153533
154027
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153580,10 +154074,12 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
153580
154074
|
:return: The class or default when not found.
|
|
153581
154075
|
"""
|
|
153582
154076
|
|
|
153583
|
-
class
|
|
153584
|
-
"""
|
|
154077
|
+
class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154078
|
+
"""Retrieve data of other elements in the contexts geometry"""
|
|
153585
154079
|
|
|
153586
|
-
|
|
154080
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
154081
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154082
|
+
""" Domain the field is evaluated in"""
|
|
153587
154083
|
|
|
153588
154084
|
@classmethod
|
|
153589
154085
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153636,8 +154132,13 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153636
154132
|
:return: The class or default when not found.
|
|
153637
154133
|
"""
|
|
153638
154134
|
|
|
153639
|
-
class
|
|
153640
|
-
"""
|
|
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
|
|
153641
154142
|
|
|
153642
154143
|
@classmethod
|
|
153643
154144
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153690,12 +154191,13 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153690
154191
|
:return: The class or default when not found.
|
|
153691
154192
|
"""
|
|
153692
154193
|
|
|
153693
|
-
class
|
|
153694
|
-
"""
|
|
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"""
|
|
153695
154199
|
|
|
153696
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
153697
154200
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
153698
|
-
""" Domain the field is evaluated in"""
|
|
153699
154201
|
|
|
153700
154202
|
@classmethod
|
|
153701
154203
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153748,13 +154250,12 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153748
154250
|
:return: The class or default when not found.
|
|
153749
154251
|
"""
|
|
153750
154252
|
|
|
153751
|
-
class
|
|
153752
|
-
"""
|
|
153753
|
-
|
|
153754
|
-
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
153755
|
-
""" 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"""
|
|
153756
154255
|
|
|
154256
|
+
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
153757
154257
|
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
154258
|
+
""" Domain the field is evaluated in"""
|
|
153758
154259
|
|
|
153759
154260
|
@classmethod
|
|
153760
154261
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153807,13 +154308,19 @@ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153807
154308
|
:return: The class or default when not found.
|
|
153808
154309
|
"""
|
|
153809
154310
|
|
|
153810
|
-
class
|
|
153811
|
-
"""
|
|
154311
|
+
class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154312
|
+
"""Create new grids by evaluating new values on an existing volume grid topology"""
|
|
153812
154313
|
|
|
153813
|
-
|
|
153814
|
-
"""
|
|
154314
|
+
active_index: int | None
|
|
154315
|
+
""" Index of the active item"""
|
|
153815
154316
|
|
|
153816
|
-
|
|
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
|
|
153817
154324
|
|
|
153818
154325
|
@classmethod
|
|
153819
154326
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153866,35 +154373,13 @@ class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153866
154373
|
:return: The class or default when not found.
|
|
153867
154374
|
"""
|
|
153868
154375
|
|
|
153869
|
-
class
|
|
153870
|
-
|
|
153871
|
-
|
|
153872
|
-
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
153873
|
-
domain: bpy.stub_internal.rna_enums.AttributeDomainItems
|
|
153874
|
-
""" Domain the field is evaluated in"""
|
|
153875
|
-
|
|
153876
|
-
@classmethod
|
|
153877
|
-
def is_registered_node_type(cls) -> bool:
|
|
153878
|
-
"""True if a registered node type
|
|
153879
|
-
|
|
153880
|
-
:return: Result
|
|
153881
|
-
"""
|
|
153882
|
-
|
|
153883
|
-
@classmethod
|
|
153884
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153885
|
-
"""Input socket template
|
|
153886
|
-
|
|
153887
|
-
:param index: Index
|
|
153888
|
-
:return: result
|
|
153889
|
-
"""
|
|
153890
|
-
|
|
153891
|
-
@classmethod
|
|
153892
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153893
|
-
"""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"""
|
|
153894
154379
|
|
|
153895
|
-
|
|
153896
|
-
|
|
153897
|
-
|
|
154380
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154381
|
+
identifier: int
|
|
154382
|
+
name: str
|
|
153898
154383
|
|
|
153899
154384
|
@classmethod
|
|
153900
154385
|
def bl_rna_get_subclass(
|
|
@@ -153924,8 +154409,8 @@ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153924
154409
|
:return: The class or default when not found.
|
|
153925
154410
|
"""
|
|
153926
154411
|
|
|
153927
|
-
class
|
|
153928
|
-
"""Create
|
|
154412
|
+
class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154413
|
+
"""Create a list of values"""
|
|
153929
154414
|
|
|
153930
154415
|
active_index: int | None
|
|
153931
154416
|
""" Index of the active item"""
|
|
@@ -153933,10 +154418,7 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153933
154418
|
active_item: RepeatItem | None
|
|
153934
154419
|
""" Index of the active item"""
|
|
153935
154420
|
|
|
153936
|
-
|
|
153937
|
-
""" Data type for topology grid"""
|
|
153938
|
-
|
|
153939
|
-
grid_items: GeometryNodeFieldToGridItems
|
|
154421
|
+
list_items: GeometryNodeFieldToListItems
|
|
153940
154422
|
|
|
153941
154423
|
@classmethod
|
|
153942
154424
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153989,13 +154471,13 @@ class GeometryNodeFieldToGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153989
154471
|
:return: The class or default when not found.
|
|
153990
154472
|
"""
|
|
153991
154473
|
|
|
153992
|
-
class
|
|
154474
|
+
class GeometryNodeFieldToListItem(bpy_struct):
|
|
153993
154475
|
color: bpy_prop_array[float]
|
|
153994
154476
|
""" Color of the corresponding socket type in the node editor"""
|
|
153995
154477
|
|
|
153996
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
153997
154478
|
identifier: int
|
|
153998
154479
|
name: str
|
|
154480
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
153999
154481
|
|
|
154000
154482
|
@classmethod
|
|
154001
154483
|
def bl_rna_get_subclass(
|
|
@@ -154437,6 +154919,60 @@ class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
154437
154919
|
:return: The class or default when not found.
|
|
154438
154920
|
"""
|
|
154439
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
|
+
|
|
154440
154976
|
class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154441
154977
|
"""Get volume grid from a volume geometry with the specified name"""
|
|
154442
154978
|
|
|
@@ -158008,62 +158544,6 @@ class GeometryNodeJoinGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
158008
158544
|
:return: The class or default when not found.
|
|
158009
158545
|
"""
|
|
158010
158546
|
|
|
158011
|
-
class GeometryNodeList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
158012
|
-
"""Create a list of values"""
|
|
158013
|
-
|
|
158014
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
158015
|
-
|
|
158016
|
-
@classmethod
|
|
158017
|
-
def is_registered_node_type(cls) -> bool:
|
|
158018
|
-
"""True if a registered node type
|
|
158019
|
-
|
|
158020
|
-
:return: Result
|
|
158021
|
-
"""
|
|
158022
|
-
|
|
158023
|
-
@classmethod
|
|
158024
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
158025
|
-
"""Input socket template
|
|
158026
|
-
|
|
158027
|
-
:param index: Index
|
|
158028
|
-
:return: result
|
|
158029
|
-
"""
|
|
158030
|
-
|
|
158031
|
-
@classmethod
|
|
158032
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
158033
|
-
"""Output socket template
|
|
158034
|
-
|
|
158035
|
-
:param index: Index
|
|
158036
|
-
:return: result
|
|
158037
|
-
"""
|
|
158038
|
-
|
|
158039
|
-
@classmethod
|
|
158040
|
-
def bl_rna_get_subclass(
|
|
158041
|
-
cls,
|
|
158042
|
-
id: str | None,
|
|
158043
|
-
default=None,
|
|
158044
|
-
/,
|
|
158045
|
-
) -> Struct:
|
|
158046
|
-
"""
|
|
158047
|
-
|
|
158048
|
-
:param id: The RNA type identifier.
|
|
158049
|
-
:param default:
|
|
158050
|
-
:return: The RNA type or default when not found.
|
|
158051
|
-
"""
|
|
158052
|
-
|
|
158053
|
-
@classmethod
|
|
158054
|
-
def bl_rna_get_subclass_py(
|
|
158055
|
-
cls,
|
|
158056
|
-
id: str | None,
|
|
158057
|
-
default=None,
|
|
158058
|
-
/,
|
|
158059
|
-
) -> typing.Any:
|
|
158060
|
-
"""
|
|
158061
|
-
|
|
158062
|
-
:param id: The RNA type identifier.
|
|
158063
|
-
:param default:
|
|
158064
|
-
:return: The class or default when not found.
|
|
158065
|
-
"""
|
|
158066
|
-
|
|
158067
158547
|
class GeometryNodeListGetItem(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
158068
158548
|
"""Retrieve a value from a list"""
|
|
158069
158549
|
|
|
@@ -161573,6 +162053,60 @@ class GeometryNodeSetCurveTilt(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161573
162053
|
:return: The class or default when not found.
|
|
161574
162054
|
"""
|
|
161575
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
|
+
|
|
161576
162110
|
class GeometryNodeSetGeometryName(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161577
162111
|
"""Set the name of a geometry for easier debugging"""
|
|
161578
162112
|
|
|
@@ -193736,6 +194270,9 @@ class PreferencesExperimental(bpy_struct):
|
|
|
193736
194270
|
use_extensions_debug: bool
|
|
193737
194271
|
""" Extra debugging information & developer support utilities for extensions"""
|
|
193738
194272
|
|
|
194273
|
+
use_geometry_bundle: bool
|
|
194274
|
+
""" Support storing custom bundles in a geometry in Geometry Nodes"""
|
|
194275
|
+
|
|
193739
194276
|
use_geometry_nodes_lists: bool
|
|
193740
194277
|
""" Enable new list types and nodes"""
|
|
193741
194278
|
|
|
@@ -207936,6 +208473,9 @@ class SpaceSpreadsheet(Space, bpy_struct):
|
|
|
207936
208473
|
geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
207937
208474
|
""" Part of the geometry to display data from"""
|
|
207938
208475
|
|
|
208476
|
+
geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
|
|
208477
|
+
""" Item Type"""
|
|
208478
|
+
|
|
207939
208479
|
is_pinned: bool
|
|
207940
208480
|
""" Context path is pinned"""
|
|
207941
208481
|
|
|
@@ -209178,6 +209718,9 @@ class SpreadsheetTableIDGeometry(SpreadsheetTableID, bpy_struct):
|
|
|
209178
209718
|
geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
209179
209719
|
""" Part of the geometry to display data from"""
|
|
209180
209720
|
|
|
209721
|
+
geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
|
|
209722
|
+
""" Item Type"""
|
|
209723
|
+
|
|
209181
209724
|
layer_index: int
|
|
209182
209725
|
""" Index of the Grease Pencil layer"""
|
|
209183
209726
|
|
|
@@ -216772,6 +217315,19 @@ class UILayout(bpy_struct):
|
|
|
216772
217315
|
:param translate: Translate the given text, when UI translation is enabled
|
|
216773
217316
|
"""
|
|
216774
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
|
+
|
|
216775
217331
|
def template_ID_preview(
|
|
216776
217332
|
self,
|
|
216777
217333
|
data: typing.Any,
|