fake-bpy-module-latest 20260115__py3-none-any.whl → 20260122__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_internal/__init__.pyi +2 -1
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- bl_operators/node/__init__.pyi +14 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -1
- bpy/app/__init__.pyi +4 -0
- bpy/app/handlers/__init__.pyi +4 -0
- bpy/ops/grease_pencil/__init__.pyi +20 -4
- bpy/ops/node/__init__.pyi +38 -0
- bpy/ops/paint/__init__.pyi +29 -3
- bpy/ops/preferences/__init__.pyi +14 -0
- bpy/ops/sculpt/__init__.pyi +5 -1
- bpy/ops/sculpt_curves/__init__.pyi +5 -1
- bpy/stub_internal/rna_enums/__init__.pyi +2 -0
- bpy/types/__init__.pyi +1412 -324
- {fake_bpy_module_latest-20260115.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +1 -1
- {fake_bpy_module_latest-20260115.dist-info → fake_bpy_module_latest-20260122.dist-info}/RECORD +24 -21
- {fake_bpy_module_latest-20260115.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- idprop/__init__.pyi +16 -0
- mathutils/bvhtree/__init__.pyi +2 -1
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {fake_bpy_module_latest-20260115.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -7278,6 +7278,7 @@ Types with Custom Property Support <bpy_types_custom_properties>
|
|
|
7278
7278
|
* NodeTreeInterfaceSocketFloatDistance.draw
|
|
7279
7279
|
* NodeTreeInterfaceSocketFloatFactor.draw
|
|
7280
7280
|
* NodeTreeInterfaceSocketFloatFrequency.draw
|
|
7281
|
+
* NodeTreeInterfaceSocketFloatMass.draw
|
|
7281
7282
|
* NodeTreeInterfaceSocketFloatPercentage.draw
|
|
7282
7283
|
* NodeTreeInterfaceSocketFloatTime.draw
|
|
7283
7284
|
* NodeTreeInterfaceSocketFloatTimeAbsolute.draw
|
|
@@ -17592,6 +17593,8 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
17592
17593
|
* NodeTreeInterfaceSocketFloatFactor.init_socket
|
|
17593
17594
|
* NodeTreeInterfaceSocketFloatFrequency.from_socket
|
|
17594
17595
|
* NodeTreeInterfaceSocketFloatFrequency.init_socket
|
|
17596
|
+
* NodeTreeInterfaceSocketFloatMass.from_socket
|
|
17597
|
+
* NodeTreeInterfaceSocketFloatMass.init_socket
|
|
17595
17598
|
* NodeTreeInterfaceSocketFloatPercentage.from_socket
|
|
17596
17599
|
* NodeTreeInterfaceSocketFloatPercentage.init_socket
|
|
17597
17600
|
* NodeTreeInterfaceSocketFloatTime.from_socket
|
|
@@ -22483,6 +22486,178 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
22483
22486
|
:columns: 2
|
|
22484
22487
|
|
|
22485
22488
|
|
|
22489
|
+
--------------------
|
|
22490
|
+
|
|
22491
|
+
* bpy_struct.id_data
|
|
22492
|
+
* NodeSocket.name
|
|
22493
|
+
* NodeSocket.label
|
|
22494
|
+
* NodeSocket.identifier
|
|
22495
|
+
* NodeSocket.description
|
|
22496
|
+
* NodeSocket.is_output
|
|
22497
|
+
* NodeSocket.select
|
|
22498
|
+
* NodeSocket.hide
|
|
22499
|
+
* NodeSocket.enabled
|
|
22500
|
+
* NodeSocket.link_limit
|
|
22501
|
+
* NodeSocket.is_linked
|
|
22502
|
+
* NodeSocket.is_unavailable
|
|
22503
|
+
* NodeSocket.is_multi_input
|
|
22504
|
+
* NodeSocket.show_expanded
|
|
22505
|
+
* NodeSocket.is_inactive
|
|
22506
|
+
* NodeSocket.is_icon_visible
|
|
22507
|
+
* NodeSocket.hide_value
|
|
22508
|
+
* NodeSocket.pin_gizmo
|
|
22509
|
+
* NodeSocket.node
|
|
22510
|
+
* NodeSocket.type
|
|
22511
|
+
* NodeSocket.display_shape
|
|
22512
|
+
* NodeSocket.inferred_structure_type
|
|
22513
|
+
* NodeSocket.bl_idname
|
|
22514
|
+
* NodeSocket.bl_label
|
|
22515
|
+
* NodeSocket.bl_subtype_label
|
|
22516
|
+
* NodeSocket.links
|
|
22517
|
+
* NodeSocketStandard.links
|
|
22518
|
+
|
|
22519
|
+
:columns: 2
|
|
22520
|
+
|
|
22521
|
+
|
|
22522
|
+
--------------------
|
|
22523
|
+
|
|
22524
|
+
* bpy_struct.as_pointer
|
|
22525
|
+
* bpy_struct.driver_add
|
|
22526
|
+
* bpy_struct.driver_remove
|
|
22527
|
+
* bpy_struct.get
|
|
22528
|
+
* bpy_struct.id_properties_clear
|
|
22529
|
+
* bpy_struct.id_properties_ensure
|
|
22530
|
+
* bpy_struct.id_properties_ui
|
|
22531
|
+
* bpy_struct.is_property_hidden
|
|
22532
|
+
* bpy_struct.is_property_overridable_library
|
|
22533
|
+
* bpy_struct.is_property_readonly
|
|
22534
|
+
* bpy_struct.is_property_set
|
|
22535
|
+
* bpy_struct.items
|
|
22536
|
+
* bpy_struct.keyframe_delete
|
|
22537
|
+
* bpy_struct.keyframe_insert
|
|
22538
|
+
* bpy_struct.keys
|
|
22539
|
+
* bpy_struct.path_from_id
|
|
22540
|
+
* bpy_struct.path_from_module
|
|
22541
|
+
* bpy_struct.path_resolve
|
|
22542
|
+
* bpy_struct.pop
|
|
22543
|
+
* bpy_struct.property_overridable_library_set
|
|
22544
|
+
* bpy_struct.property_unset
|
|
22545
|
+
* bpy_struct.rna_ancestors
|
|
22546
|
+
* bpy_struct.type_recast
|
|
22547
|
+
* bpy_struct.values
|
|
22548
|
+
* NodeSocket.bl_system_properties_get
|
|
22549
|
+
* NodeSocket.draw
|
|
22550
|
+
* NodeSocket.draw_color
|
|
22551
|
+
* NodeSocket.draw_color_simple
|
|
22552
|
+
* NodeSocket.bl_rna_get_subclass
|
|
22553
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
22554
|
+
* NodeSocketStandard.draw
|
|
22555
|
+
* NodeSocketStandard.draw_color
|
|
22556
|
+
* NodeSocketStandard.draw_color_simple
|
|
22557
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
22558
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
22559
|
+
|
|
22560
|
+
:columns: 2
|
|
22561
|
+
|
|
22562
|
+
|
|
22563
|
+
--------------------
|
|
22564
|
+
|
|
22565
|
+
* bpy_struct.id_data
|
|
22566
|
+
* Node.type
|
|
22567
|
+
* Node.location
|
|
22568
|
+
* Node.location_absolute
|
|
22569
|
+
* Node.width
|
|
22570
|
+
* Node.height
|
|
22571
|
+
* Node.dimensions
|
|
22572
|
+
* Node.name
|
|
22573
|
+
* Node.label
|
|
22574
|
+
* Node.inputs
|
|
22575
|
+
* Node.outputs
|
|
22576
|
+
* Node.internal_links
|
|
22577
|
+
* Node.parent
|
|
22578
|
+
* Node.warning_propagation
|
|
22579
|
+
* Node.use_custom_color
|
|
22580
|
+
* Node.color
|
|
22581
|
+
* Node.color_tag
|
|
22582
|
+
* Node.select
|
|
22583
|
+
* Node.show_options
|
|
22584
|
+
* Node.show_preview
|
|
22585
|
+
* Node.hide
|
|
22586
|
+
* Node.mute
|
|
22587
|
+
* Node.show_texture
|
|
22588
|
+
* Node.bl_idname
|
|
22589
|
+
* Node.bl_label
|
|
22590
|
+
* Node.bl_description
|
|
22591
|
+
* Node.bl_icon
|
|
22592
|
+
* Node.bl_static_type
|
|
22593
|
+
* Node.bl_width_default
|
|
22594
|
+
* Node.bl_width_min
|
|
22595
|
+
* Node.bl_width_max
|
|
22596
|
+
* Node.bl_height_default
|
|
22597
|
+
* Node.bl_height_min
|
|
22598
|
+
* Node.bl_height_max
|
|
22599
|
+
|
|
22600
|
+
:columns: 2
|
|
22601
|
+
|
|
22602
|
+
|
|
22603
|
+
--------------------
|
|
22604
|
+
|
|
22605
|
+
* bpy_struct.as_pointer
|
|
22606
|
+
* bpy_struct.driver_add
|
|
22607
|
+
* bpy_struct.driver_remove
|
|
22608
|
+
* bpy_struct.get
|
|
22609
|
+
* bpy_struct.id_properties_clear
|
|
22610
|
+
* bpy_struct.id_properties_ensure
|
|
22611
|
+
* bpy_struct.id_properties_ui
|
|
22612
|
+
* bpy_struct.is_property_hidden
|
|
22613
|
+
* bpy_struct.is_property_overridable_library
|
|
22614
|
+
* bpy_struct.is_property_readonly
|
|
22615
|
+
* bpy_struct.is_property_set
|
|
22616
|
+
* bpy_struct.items
|
|
22617
|
+
* bpy_struct.keyframe_delete
|
|
22618
|
+
* bpy_struct.keyframe_insert
|
|
22619
|
+
* bpy_struct.keys
|
|
22620
|
+
* bpy_struct.path_from_id
|
|
22621
|
+
* bpy_struct.path_from_module
|
|
22622
|
+
* bpy_struct.path_resolve
|
|
22623
|
+
* bpy_struct.pop
|
|
22624
|
+
* bpy_struct.property_overridable_library_set
|
|
22625
|
+
* bpy_struct.property_unset
|
|
22626
|
+
* bpy_struct.rna_ancestors
|
|
22627
|
+
* bpy_struct.type_recast
|
|
22628
|
+
* bpy_struct.values
|
|
22629
|
+
* Node.bl_system_properties_get
|
|
22630
|
+
* Node.socket_value_update
|
|
22631
|
+
* Node.is_registered_node_type
|
|
22632
|
+
* Node.poll
|
|
22633
|
+
* Node.poll_instance
|
|
22634
|
+
* Node.update
|
|
22635
|
+
* Node.insert_link
|
|
22636
|
+
* Node.init
|
|
22637
|
+
* Node.copy
|
|
22638
|
+
* Node.free
|
|
22639
|
+
* Node.draw_buttons
|
|
22640
|
+
* Node.draw_buttons_ext
|
|
22641
|
+
* Node.draw_label
|
|
22642
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
22643
|
+
* Node.debug_zone_lazy_function_graph
|
|
22644
|
+
* Node.poll
|
|
22645
|
+
* Node.bl_rna_get_subclass
|
|
22646
|
+
* Node.bl_rna_get_subclass_py
|
|
22647
|
+
* NodeInternal.poll
|
|
22648
|
+
* NodeInternal.poll_instance
|
|
22649
|
+
* NodeInternal.update
|
|
22650
|
+
* NodeInternal.draw_buttons
|
|
22651
|
+
* NodeInternal.draw_buttons_ext
|
|
22652
|
+
* NodeInternal.bl_rna_get_subclass
|
|
22653
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
22654
|
+
* GeometryNode.poll
|
|
22655
|
+
* GeometryNode.bl_rna_get_subclass
|
|
22656
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
22657
|
+
|
|
22658
|
+
:columns: 2
|
|
22659
|
+
|
|
22660
|
+
|
|
22486
22661
|
--------------------
|
|
22487
22662
|
|
|
22488
22663
|
* bpy_struct.id_data
|
|
@@ -29400,6 +29575,52 @@ It demonstrates:
|
|
|
29400
29575
|
:columns: 2
|
|
29401
29576
|
|
|
29402
29577
|
|
|
29578
|
+
--------------------
|
|
29579
|
+
|
|
29580
|
+
* bpy_struct.id_data
|
|
29581
|
+
|
|
29582
|
+
:columns: 2
|
|
29583
|
+
|
|
29584
|
+
|
|
29585
|
+
--------------------
|
|
29586
|
+
|
|
29587
|
+
* bpy_struct.as_pointer
|
|
29588
|
+
* bpy_struct.driver_add
|
|
29589
|
+
* bpy_struct.driver_remove
|
|
29590
|
+
* bpy_struct.get
|
|
29591
|
+
* bpy_struct.id_properties_clear
|
|
29592
|
+
* bpy_struct.id_properties_ensure
|
|
29593
|
+
* bpy_struct.id_properties_ui
|
|
29594
|
+
* bpy_struct.is_property_hidden
|
|
29595
|
+
* bpy_struct.is_property_overridable_library
|
|
29596
|
+
* bpy_struct.is_property_readonly
|
|
29597
|
+
* bpy_struct.is_property_set
|
|
29598
|
+
* bpy_struct.items
|
|
29599
|
+
* bpy_struct.keyframe_delete
|
|
29600
|
+
* bpy_struct.keyframe_insert
|
|
29601
|
+
* bpy_struct.keys
|
|
29602
|
+
* bpy_struct.path_from_id
|
|
29603
|
+
* bpy_struct.path_from_module
|
|
29604
|
+
* bpy_struct.path_resolve
|
|
29605
|
+
* bpy_struct.pop
|
|
29606
|
+
* bpy_struct.property_overridable_library_set
|
|
29607
|
+
* bpy_struct.property_unset
|
|
29608
|
+
* bpy_struct.rna_ancestors
|
|
29609
|
+
* bpy_struct.type_recast
|
|
29610
|
+
* bpy_struct.values
|
|
29611
|
+
|
|
29612
|
+
:columns: 2
|
|
29613
|
+
|
|
29614
|
+
|
|
29615
|
+
--------------------
|
|
29616
|
+
|
|
29617
|
+
* GeometryNodeFieldToList.list_items
|
|
29618
|
+
* GeometryNodeFieldToListItems.new
|
|
29619
|
+
* GeometryNodeFieldToListItems.remove
|
|
29620
|
+
|
|
29621
|
+
:columns: 2
|
|
29622
|
+
|
|
29623
|
+
|
|
29403
29624
|
--------------------
|
|
29404
29625
|
|
|
29405
29626
|
* bpy_struct.id_data
|
|
@@ -33436,6 +33657,8 @@ It demonstrates:
|
|
|
33436
33657
|
* GeometryNodeFieldOnDomain.output_template
|
|
33437
33658
|
* GeometryNodeFieldToGrid.input_template
|
|
33438
33659
|
* GeometryNodeFieldToGrid.output_template
|
|
33660
|
+
* GeometryNodeFieldToList.input_template
|
|
33661
|
+
* GeometryNodeFieldToList.output_template
|
|
33439
33662
|
* GeometryNodeFieldVariance.input_template
|
|
33440
33663
|
* GeometryNodeFieldVariance.output_template
|
|
33441
33664
|
* GeometryNodeFillCurve.input_template
|
|
@@ -33450,6 +33673,8 @@ It demonstrates:
|
|
|
33450
33673
|
* GeometryNodeForeachGeometryElementOutput.output_template
|
|
33451
33674
|
* GeometryNodeGeometryToInstance.input_template
|
|
33452
33675
|
* GeometryNodeGeometryToInstance.output_template
|
|
33676
|
+
* GeometryNodeGetGeometryBundle.input_template
|
|
33677
|
+
* GeometryNodeGetGeometryBundle.output_template
|
|
33453
33678
|
* GeometryNodeGetNamedGrid.input_template
|
|
33454
33679
|
* GeometryNodeGetNamedGrid.output_template
|
|
33455
33680
|
* GeometryNodeGizmoDial.input_template
|
|
@@ -33580,8 +33805,6 @@ It demonstrates:
|
|
|
33580
33805
|
* GeometryNodeIsViewport.output_template
|
|
33581
33806
|
* GeometryNodeJoinGeometry.input_template
|
|
33582
33807
|
* GeometryNodeJoinGeometry.output_template
|
|
33583
|
-
* GeometryNodeList.input_template
|
|
33584
|
-
* GeometryNodeList.output_template
|
|
33585
33808
|
* GeometryNodeListGetItem.input_template
|
|
33586
33809
|
* GeometryNodeListGetItem.output_template
|
|
33587
33810
|
* GeometryNodeListLength.input_template
|
|
@@ -33708,6 +33931,8 @@ It demonstrates:
|
|
|
33708
33931
|
* GeometryNodeSetCurveRadius.output_template
|
|
33709
33932
|
* GeometryNodeSetCurveTilt.input_template
|
|
33710
33933
|
* GeometryNodeSetCurveTilt.output_template
|
|
33934
|
+
* GeometryNodeSetGeometryBundle.input_template
|
|
33935
|
+
* GeometryNodeSetGeometryBundle.output_template
|
|
33711
33936
|
* GeometryNodeSetGeometryName.input_template
|
|
33712
33937
|
* GeometryNodeSetGeometryName.output_template
|
|
33713
33938
|
* GeometryNodeSetGreasePencilColor.input_template
|
|
@@ -33822,6 +34047,8 @@ It demonstrates:
|
|
|
33822
34047
|
* NodeEvaluateClosure.output_template
|
|
33823
34048
|
* NodeFrame.input_template
|
|
33824
34049
|
* NodeFrame.output_template
|
|
34050
|
+
* NodeGetBundleItem.input_template
|
|
34051
|
+
* NodeGetBundleItem.output_template
|
|
33825
34052
|
* NodeGroup.input_template
|
|
33826
34053
|
* NodeGroup.output_template
|
|
33827
34054
|
* NodeGroupInput.input_template
|
|
@@ -33834,6 +34061,8 @@ It demonstrates:
|
|
|
33834
34061
|
* NodeReroute.output_template
|
|
33835
34062
|
* NodeSeparateBundle.input_template
|
|
33836
34063
|
* NodeSeparateBundle.output_template
|
|
34064
|
+
* NodeStoreBundleItem.input_template
|
|
34065
|
+
* NodeStoreBundleItem.output_template
|
|
33837
34066
|
* ShaderNodeAddShader.input_template
|
|
33838
34067
|
* ShaderNodeAddShader.output_template
|
|
33839
34068
|
* ShaderNodeAmbientOcclusion.input_template
|
|
@@ -39321,6 +39550,101 @@ Operator.draw method for layout and display.
|
|
|
39321
39550
|
:columns: 2
|
|
39322
39551
|
|
|
39323
39552
|
|
|
39553
|
+
--------------------
|
|
39554
|
+
|
|
39555
|
+
* bpy_struct.id_data
|
|
39556
|
+
* Node.type
|
|
39557
|
+
* Node.location
|
|
39558
|
+
* Node.location_absolute
|
|
39559
|
+
* Node.width
|
|
39560
|
+
* Node.height
|
|
39561
|
+
* Node.dimensions
|
|
39562
|
+
* Node.name
|
|
39563
|
+
* Node.label
|
|
39564
|
+
* Node.inputs
|
|
39565
|
+
* Node.outputs
|
|
39566
|
+
* Node.internal_links
|
|
39567
|
+
* Node.parent
|
|
39568
|
+
* Node.warning_propagation
|
|
39569
|
+
* Node.use_custom_color
|
|
39570
|
+
* Node.color
|
|
39571
|
+
* Node.color_tag
|
|
39572
|
+
* Node.select
|
|
39573
|
+
* Node.show_options
|
|
39574
|
+
* Node.show_preview
|
|
39575
|
+
* Node.hide
|
|
39576
|
+
* Node.mute
|
|
39577
|
+
* Node.show_texture
|
|
39578
|
+
* Node.bl_idname
|
|
39579
|
+
* Node.bl_label
|
|
39580
|
+
* Node.bl_description
|
|
39581
|
+
* Node.bl_icon
|
|
39582
|
+
* Node.bl_static_type
|
|
39583
|
+
* Node.bl_width_default
|
|
39584
|
+
* Node.bl_width_min
|
|
39585
|
+
* Node.bl_width_max
|
|
39586
|
+
* Node.bl_height_default
|
|
39587
|
+
* Node.bl_height_min
|
|
39588
|
+
* Node.bl_height_max
|
|
39589
|
+
|
|
39590
|
+
:columns: 2
|
|
39591
|
+
|
|
39592
|
+
|
|
39593
|
+
--------------------
|
|
39594
|
+
|
|
39595
|
+
* bpy_struct.as_pointer
|
|
39596
|
+
* bpy_struct.driver_add
|
|
39597
|
+
* bpy_struct.driver_remove
|
|
39598
|
+
* bpy_struct.get
|
|
39599
|
+
* bpy_struct.id_properties_clear
|
|
39600
|
+
* bpy_struct.id_properties_ensure
|
|
39601
|
+
* bpy_struct.id_properties_ui
|
|
39602
|
+
* bpy_struct.is_property_hidden
|
|
39603
|
+
* bpy_struct.is_property_overridable_library
|
|
39604
|
+
* bpy_struct.is_property_readonly
|
|
39605
|
+
* bpy_struct.is_property_set
|
|
39606
|
+
* bpy_struct.items
|
|
39607
|
+
* bpy_struct.keyframe_delete
|
|
39608
|
+
* bpy_struct.keyframe_insert
|
|
39609
|
+
* bpy_struct.keys
|
|
39610
|
+
* bpy_struct.path_from_id
|
|
39611
|
+
* bpy_struct.path_from_module
|
|
39612
|
+
* bpy_struct.path_resolve
|
|
39613
|
+
* bpy_struct.pop
|
|
39614
|
+
* bpy_struct.property_overridable_library_set
|
|
39615
|
+
* bpy_struct.property_unset
|
|
39616
|
+
* bpy_struct.rna_ancestors
|
|
39617
|
+
* bpy_struct.type_recast
|
|
39618
|
+
* bpy_struct.values
|
|
39619
|
+
* Node.bl_system_properties_get
|
|
39620
|
+
* Node.socket_value_update
|
|
39621
|
+
* Node.is_registered_node_type
|
|
39622
|
+
* Node.poll
|
|
39623
|
+
* Node.poll_instance
|
|
39624
|
+
* Node.update
|
|
39625
|
+
* Node.insert_link
|
|
39626
|
+
* Node.init
|
|
39627
|
+
* Node.copy
|
|
39628
|
+
* Node.free
|
|
39629
|
+
* Node.draw_buttons
|
|
39630
|
+
* Node.draw_buttons_ext
|
|
39631
|
+
* Node.draw_label
|
|
39632
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
39633
|
+
* Node.debug_zone_lazy_function_graph
|
|
39634
|
+
* Node.poll
|
|
39635
|
+
* Node.bl_rna_get_subclass
|
|
39636
|
+
* Node.bl_rna_get_subclass_py
|
|
39637
|
+
* NodeInternal.poll
|
|
39638
|
+
* NodeInternal.poll_instance
|
|
39639
|
+
* NodeInternal.update
|
|
39640
|
+
* NodeInternal.draw_buttons
|
|
39641
|
+
* NodeInternal.draw_buttons_ext
|
|
39642
|
+
* NodeInternal.bl_rna_get_subclass
|
|
39643
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
39644
|
+
|
|
39645
|
+
:columns: 2
|
|
39646
|
+
|
|
39647
|
+
|
|
39324
39648
|
--------------------
|
|
39325
39649
|
|
|
39326
39650
|
* bpy_struct.id_data
|
|
@@ -52538,6 +52862,7 @@ Operator.draw method for layout and display.
|
|
|
52538
52862
|
* NodeTreeInterfaceSocketFloatDistance.draw
|
|
52539
52863
|
* NodeTreeInterfaceSocketFloatFactor.draw
|
|
52540
52864
|
* NodeTreeInterfaceSocketFloatFrequency.draw
|
|
52865
|
+
* NodeTreeInterfaceSocketFloatMass.draw
|
|
52541
52866
|
* NodeTreeInterfaceSocketFloatPercentage.draw
|
|
52542
52867
|
* NodeTreeInterfaceSocketFloatTime.draw
|
|
52543
52868
|
* NodeTreeInterfaceSocketFloatTimeAbsolute.draw
|
|
@@ -63803,6 +64128,8 @@ print(positions_data)
|
|
|
63803
64128
|
* NodeTreeInterfaceSocketFloatFactor.init_socket
|
|
63804
64129
|
* NodeTreeInterfaceSocketFloatFrequency.from_socket
|
|
63805
64130
|
* NodeTreeInterfaceSocketFloatFrequency.init_socket
|
|
64131
|
+
* NodeTreeInterfaceSocketFloatMass.from_socket
|
|
64132
|
+
* NodeTreeInterfaceSocketFloatMass.init_socket
|
|
63806
64133
|
* NodeTreeInterfaceSocketFloatPercentage.from_socket
|
|
63807
64134
|
* NodeTreeInterfaceSocketFloatPercentage.init_socket
|
|
63808
64135
|
* NodeTreeInterfaceSocketFloatTime.from_socket
|
|
@@ -66429,6 +66756,7 @@ print(positions_data)
|
|
|
66429
66756
|
* GeometryNodeBake.active_item
|
|
66430
66757
|
* GeometryNodeCaptureAttribute.active_item
|
|
66431
66758
|
* GeometryNodeFieldToGrid.active_item
|
|
66759
|
+
* GeometryNodeFieldToList.active_item
|
|
66432
66760
|
* GeometryNodeRepeatOutput.active_item
|
|
66433
66761
|
* GeometryNodeRepeatOutput.repeat_items
|
|
66434
66762
|
* NodeGeometryRepeatOutputItems.new
|
|
@@ -74489,6 +74817,74 @@ To return a list of the data-blocks that are animated by a specific slot of an A
|
|
|
74489
74817
|
:columns: 2
|
|
74490
74818
|
|
|
74491
74819
|
|
|
74820
|
+
--------------------
|
|
74821
|
+
|
|
74822
|
+
* bpy_struct.id_data
|
|
74823
|
+
* NodeTreeInterfaceItem.item_type
|
|
74824
|
+
* NodeTreeInterfaceItem.parent
|
|
74825
|
+
* NodeTreeInterfaceItem.position
|
|
74826
|
+
* NodeTreeInterfaceItem.index
|
|
74827
|
+
* NodeTreeInterfaceSocket.name
|
|
74828
|
+
* NodeTreeInterfaceSocket.identifier
|
|
74829
|
+
* NodeTreeInterfaceSocket.description
|
|
74830
|
+
* NodeTreeInterfaceSocket.socket_type
|
|
74831
|
+
* NodeTreeInterfaceSocket.in_out
|
|
74832
|
+
* NodeTreeInterfaceSocket.hide_value
|
|
74833
|
+
* NodeTreeInterfaceSocket.hide_in_modifier
|
|
74834
|
+
* NodeTreeInterfaceSocket.force_non_field
|
|
74835
|
+
* NodeTreeInterfaceSocket.is_inspect_output
|
|
74836
|
+
* NodeTreeInterfaceSocket.is_panel_toggle
|
|
74837
|
+
* NodeTreeInterfaceSocket.layer_selection_field
|
|
74838
|
+
* NodeTreeInterfaceSocket.menu_expanded
|
|
74839
|
+
* NodeTreeInterfaceSocket.optional_label
|
|
74840
|
+
* NodeTreeInterfaceSocket.select
|
|
74841
|
+
* NodeTreeInterfaceSocket.attribute_domain
|
|
74842
|
+
* NodeTreeInterfaceSocket.default_attribute_name
|
|
74843
|
+
* NodeTreeInterfaceSocket.structure_type
|
|
74844
|
+
* NodeTreeInterfaceSocket.default_input
|
|
74845
|
+
* NodeTreeInterfaceSocket.bl_socket_idname
|
|
74846
|
+
|
|
74847
|
+
:columns: 2
|
|
74848
|
+
|
|
74849
|
+
|
|
74850
|
+
--------------------
|
|
74851
|
+
|
|
74852
|
+
* bpy_struct.as_pointer
|
|
74853
|
+
* bpy_struct.driver_add
|
|
74854
|
+
* bpy_struct.driver_remove
|
|
74855
|
+
* bpy_struct.get
|
|
74856
|
+
* bpy_struct.id_properties_clear
|
|
74857
|
+
* bpy_struct.id_properties_ensure
|
|
74858
|
+
* bpy_struct.id_properties_ui
|
|
74859
|
+
* bpy_struct.is_property_hidden
|
|
74860
|
+
* bpy_struct.is_property_overridable_library
|
|
74861
|
+
* bpy_struct.is_property_readonly
|
|
74862
|
+
* bpy_struct.is_property_set
|
|
74863
|
+
* bpy_struct.items
|
|
74864
|
+
* bpy_struct.keyframe_delete
|
|
74865
|
+
* bpy_struct.keyframe_insert
|
|
74866
|
+
* bpy_struct.keys
|
|
74867
|
+
* bpy_struct.path_from_id
|
|
74868
|
+
* bpy_struct.path_from_module
|
|
74869
|
+
* bpy_struct.path_resolve
|
|
74870
|
+
* bpy_struct.pop
|
|
74871
|
+
* bpy_struct.property_overridable_library_set
|
|
74872
|
+
* bpy_struct.property_unset
|
|
74873
|
+
* bpy_struct.rna_ancestors
|
|
74874
|
+
* bpy_struct.type_recast
|
|
74875
|
+
* bpy_struct.values
|
|
74876
|
+
* NodeTreeInterfaceItem.bl_rna_get_subclass
|
|
74877
|
+
* NodeTreeInterfaceItem.bl_rna_get_subclass_py
|
|
74878
|
+
* NodeTreeInterfaceSocket.bl_system_properties_get
|
|
74879
|
+
* NodeTreeInterfaceSocket.draw
|
|
74880
|
+
* NodeTreeInterfaceSocket.init_socket
|
|
74881
|
+
* NodeTreeInterfaceSocket.from_socket
|
|
74882
|
+
* NodeTreeInterfaceSocket.bl_rna_get_subclass
|
|
74883
|
+
* NodeTreeInterfaceSocket.bl_rna_get_subclass_py
|
|
74884
|
+
|
|
74885
|
+
:columns: 2
|
|
74886
|
+
|
|
74887
|
+
|
|
74492
74888
|
--------------------
|
|
74493
74889
|
|
|
74494
74890
|
* bpy_struct.id_data
|
|
@@ -76549,6 +76945,104 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
76549
76945
|
:columns: 2
|
|
76550
76946
|
|
|
76551
76947
|
|
|
76948
|
+
--------------------
|
|
76949
|
+
|
|
76950
|
+
* bpy_struct.id_data
|
|
76951
|
+
* Node.type
|
|
76952
|
+
* Node.location
|
|
76953
|
+
* Node.location_absolute
|
|
76954
|
+
* Node.width
|
|
76955
|
+
* Node.height
|
|
76956
|
+
* Node.dimensions
|
|
76957
|
+
* Node.name
|
|
76958
|
+
* Node.label
|
|
76959
|
+
* Node.inputs
|
|
76960
|
+
* Node.outputs
|
|
76961
|
+
* Node.internal_links
|
|
76962
|
+
* Node.parent
|
|
76963
|
+
* Node.warning_propagation
|
|
76964
|
+
* Node.use_custom_color
|
|
76965
|
+
* Node.color
|
|
76966
|
+
* Node.color_tag
|
|
76967
|
+
* Node.select
|
|
76968
|
+
* Node.show_options
|
|
76969
|
+
* Node.show_preview
|
|
76970
|
+
* Node.hide
|
|
76971
|
+
* Node.mute
|
|
76972
|
+
* Node.show_texture
|
|
76973
|
+
* Node.bl_idname
|
|
76974
|
+
* Node.bl_label
|
|
76975
|
+
* Node.bl_description
|
|
76976
|
+
* Node.bl_icon
|
|
76977
|
+
* Node.bl_static_type
|
|
76978
|
+
* Node.bl_width_default
|
|
76979
|
+
* Node.bl_width_min
|
|
76980
|
+
* Node.bl_width_max
|
|
76981
|
+
* Node.bl_height_default
|
|
76982
|
+
* Node.bl_height_min
|
|
76983
|
+
* Node.bl_height_max
|
|
76984
|
+
|
|
76985
|
+
:columns: 2
|
|
76986
|
+
|
|
76987
|
+
|
|
76988
|
+
--------------------
|
|
76989
|
+
|
|
76990
|
+
* bpy_struct.as_pointer
|
|
76991
|
+
* bpy_struct.driver_add
|
|
76992
|
+
* bpy_struct.driver_remove
|
|
76993
|
+
* bpy_struct.get
|
|
76994
|
+
* bpy_struct.id_properties_clear
|
|
76995
|
+
* bpy_struct.id_properties_ensure
|
|
76996
|
+
* bpy_struct.id_properties_ui
|
|
76997
|
+
* bpy_struct.is_property_hidden
|
|
76998
|
+
* bpy_struct.is_property_overridable_library
|
|
76999
|
+
* bpy_struct.is_property_readonly
|
|
77000
|
+
* bpy_struct.is_property_set
|
|
77001
|
+
* bpy_struct.items
|
|
77002
|
+
* bpy_struct.keyframe_delete
|
|
77003
|
+
* bpy_struct.keyframe_insert
|
|
77004
|
+
* bpy_struct.keys
|
|
77005
|
+
* bpy_struct.path_from_id
|
|
77006
|
+
* bpy_struct.path_from_module
|
|
77007
|
+
* bpy_struct.path_resolve
|
|
77008
|
+
* bpy_struct.pop
|
|
77009
|
+
* bpy_struct.property_overridable_library_set
|
|
77010
|
+
* bpy_struct.property_unset
|
|
77011
|
+
* bpy_struct.rna_ancestors
|
|
77012
|
+
* bpy_struct.type_recast
|
|
77013
|
+
* bpy_struct.values
|
|
77014
|
+
* Node.bl_system_properties_get
|
|
77015
|
+
* Node.socket_value_update
|
|
77016
|
+
* Node.is_registered_node_type
|
|
77017
|
+
* Node.poll
|
|
77018
|
+
* Node.poll_instance
|
|
77019
|
+
* Node.update
|
|
77020
|
+
* Node.insert_link
|
|
77021
|
+
* Node.init
|
|
77022
|
+
* Node.copy
|
|
77023
|
+
* Node.free
|
|
77024
|
+
* Node.draw_buttons
|
|
77025
|
+
* Node.draw_buttons_ext
|
|
77026
|
+
* Node.draw_label
|
|
77027
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
77028
|
+
* Node.debug_zone_lazy_function_graph
|
|
77029
|
+
* Node.poll
|
|
77030
|
+
* Node.bl_rna_get_subclass
|
|
77031
|
+
* Node.bl_rna_get_subclass_py
|
|
77032
|
+
* NodeInternal.poll
|
|
77033
|
+
* NodeInternal.poll_instance
|
|
77034
|
+
* NodeInternal.update
|
|
77035
|
+
* NodeInternal.draw_buttons
|
|
77036
|
+
* NodeInternal.draw_buttons_ext
|
|
77037
|
+
* NodeInternal.bl_rna_get_subclass
|
|
77038
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
77039
|
+
* GeometryNode.poll
|
|
77040
|
+
* GeometryNode.bl_rna_get_subclass
|
|
77041
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
77042
|
+
|
|
77043
|
+
:columns: 2
|
|
77044
|
+
|
|
77045
|
+
|
|
76552
77046
|
--------------------
|
|
76553
77047
|
|
|
76554
77048
|
* bpy_struct.id_data
|
|
@@ -79624,6 +80118,50 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
79624
80118
|
:columns: 2
|
|
79625
80119
|
|
|
79626
80120
|
|
|
80121
|
+
--------------------
|
|
80122
|
+
|
|
80123
|
+
* bpy_struct.id_data
|
|
80124
|
+
|
|
80125
|
+
:columns: 2
|
|
80126
|
+
|
|
80127
|
+
|
|
80128
|
+
--------------------
|
|
80129
|
+
|
|
80130
|
+
* bpy_struct.as_pointer
|
|
80131
|
+
* bpy_struct.driver_add
|
|
80132
|
+
* bpy_struct.driver_remove
|
|
80133
|
+
* bpy_struct.get
|
|
80134
|
+
* bpy_struct.id_properties_clear
|
|
80135
|
+
* bpy_struct.id_properties_ensure
|
|
80136
|
+
* bpy_struct.id_properties_ui
|
|
80137
|
+
* bpy_struct.is_property_hidden
|
|
80138
|
+
* bpy_struct.is_property_overridable_library
|
|
80139
|
+
* bpy_struct.is_property_readonly
|
|
80140
|
+
* bpy_struct.is_property_set
|
|
80141
|
+
* bpy_struct.items
|
|
80142
|
+
* bpy_struct.keyframe_delete
|
|
80143
|
+
* bpy_struct.keyframe_insert
|
|
80144
|
+
* bpy_struct.keys
|
|
80145
|
+
* bpy_struct.path_from_id
|
|
80146
|
+
* bpy_struct.path_from_module
|
|
80147
|
+
* bpy_struct.path_resolve
|
|
80148
|
+
* bpy_struct.pop
|
|
80149
|
+
* bpy_struct.property_overridable_library_set
|
|
80150
|
+
* bpy_struct.property_unset
|
|
80151
|
+
* bpy_struct.rna_ancestors
|
|
80152
|
+
* bpy_struct.type_recast
|
|
80153
|
+
* bpy_struct.values
|
|
80154
|
+
|
|
80155
|
+
:columns: 2
|
|
80156
|
+
|
|
80157
|
+
|
|
80158
|
+
--------------------
|
|
80159
|
+
|
|
80160
|
+
* GeometryNodeFieldToList.list_items
|
|
80161
|
+
|
|
80162
|
+
:columns: 2
|
|
80163
|
+
|
|
80164
|
+
|
|
79627
80165
|
--------------------
|
|
79628
80166
|
|
|
79629
80167
|
* bpy_struct.id_data
|
|
@@ -93649,15 +94187,141 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93649
94187
|
* bpy_struct.rna_ancestors
|
|
93650
94188
|
* bpy_struct.type_recast
|
|
93651
94189
|
* bpy_struct.values
|
|
93652
|
-
|
|
93653
|
-
:columns: 2
|
|
93654
|
-
|
|
93655
|
-
|
|
93656
|
-
--------------------
|
|
93657
|
-
|
|
93658
|
-
* IDOverrideLibraryProperty.operations
|
|
93659
|
-
* IDOverrideLibraryPropertyOperations.add
|
|
93660
|
-
* IDOverrideLibraryPropertyOperations.remove
|
|
94190
|
+
|
|
94191
|
+
:columns: 2
|
|
94192
|
+
|
|
94193
|
+
|
|
94194
|
+
--------------------
|
|
94195
|
+
|
|
94196
|
+
* IDOverrideLibraryProperty.operations
|
|
94197
|
+
* IDOverrideLibraryPropertyOperations.add
|
|
94198
|
+
* IDOverrideLibraryPropertyOperations.remove
|
|
94199
|
+
|
|
94200
|
+
:columns: 2
|
|
94201
|
+
|
|
94202
|
+
|
|
94203
|
+
--------------------
|
|
94204
|
+
|
|
94205
|
+
* bpy_struct.id_data
|
|
94206
|
+
* Modifier.name
|
|
94207
|
+
* Modifier.type
|
|
94208
|
+
* Modifier.show_viewport
|
|
94209
|
+
* Modifier.show_render
|
|
94210
|
+
* Modifier.show_in_editmode
|
|
94211
|
+
* Modifier.show_on_cage
|
|
94212
|
+
* Modifier.show_expanded
|
|
94213
|
+
* Modifier.is_active
|
|
94214
|
+
* Modifier.use_pin_to_last
|
|
94215
|
+
* Modifier.is_override_data
|
|
94216
|
+
* Modifier.use_apply_on_spline
|
|
94217
|
+
* Modifier.execution_time
|
|
94218
|
+
* Modifier.persistent_uid
|
|
94219
|
+
|
|
94220
|
+
:columns: 2
|
|
94221
|
+
|
|
94222
|
+
|
|
94223
|
+
--------------------
|
|
94224
|
+
|
|
94225
|
+
* bpy_struct.as_pointer
|
|
94226
|
+
* bpy_struct.driver_add
|
|
94227
|
+
* bpy_struct.driver_remove
|
|
94228
|
+
* bpy_struct.get
|
|
94229
|
+
* bpy_struct.id_properties_clear
|
|
94230
|
+
* bpy_struct.id_properties_ensure
|
|
94231
|
+
* bpy_struct.id_properties_ui
|
|
94232
|
+
* bpy_struct.is_property_hidden
|
|
94233
|
+
* bpy_struct.is_property_overridable_library
|
|
94234
|
+
* bpy_struct.is_property_readonly
|
|
94235
|
+
* bpy_struct.is_property_set
|
|
94236
|
+
* bpy_struct.items
|
|
94237
|
+
* bpy_struct.keyframe_delete
|
|
94238
|
+
* bpy_struct.keyframe_insert
|
|
94239
|
+
* bpy_struct.keys
|
|
94240
|
+
* bpy_struct.path_from_id
|
|
94241
|
+
* bpy_struct.path_from_module
|
|
94242
|
+
* bpy_struct.path_resolve
|
|
94243
|
+
* bpy_struct.pop
|
|
94244
|
+
* bpy_struct.property_overridable_library_set
|
|
94245
|
+
* bpy_struct.property_unset
|
|
94246
|
+
* bpy_struct.rna_ancestors
|
|
94247
|
+
* bpy_struct.type_recast
|
|
94248
|
+
* bpy_struct.values
|
|
94249
|
+
* Modifier.bl_rna_get_subclass
|
|
94250
|
+
* Modifier.bl_rna_get_subclass_py
|
|
94251
|
+
|
|
94252
|
+
:columns: 2
|
|
94253
|
+
|
|
94254
|
+
|
|
94255
|
+
--------------------
|
|
94256
|
+
|
|
94257
|
+
* bpy_struct.id_data
|
|
94258
|
+
* NodeSocket.name
|
|
94259
|
+
* NodeSocket.label
|
|
94260
|
+
* NodeSocket.identifier
|
|
94261
|
+
* NodeSocket.description
|
|
94262
|
+
* NodeSocket.is_output
|
|
94263
|
+
* NodeSocket.select
|
|
94264
|
+
* NodeSocket.hide
|
|
94265
|
+
* NodeSocket.enabled
|
|
94266
|
+
* NodeSocket.link_limit
|
|
94267
|
+
* NodeSocket.is_linked
|
|
94268
|
+
* NodeSocket.is_unavailable
|
|
94269
|
+
* NodeSocket.is_multi_input
|
|
94270
|
+
* NodeSocket.show_expanded
|
|
94271
|
+
* NodeSocket.is_inactive
|
|
94272
|
+
* NodeSocket.is_icon_visible
|
|
94273
|
+
* NodeSocket.hide_value
|
|
94274
|
+
* NodeSocket.pin_gizmo
|
|
94275
|
+
* NodeSocket.node
|
|
94276
|
+
* NodeSocket.type
|
|
94277
|
+
* NodeSocket.display_shape
|
|
94278
|
+
* NodeSocket.inferred_structure_type
|
|
94279
|
+
* NodeSocket.bl_idname
|
|
94280
|
+
* NodeSocket.bl_label
|
|
94281
|
+
* NodeSocket.bl_subtype_label
|
|
94282
|
+
* NodeSocket.links
|
|
94283
|
+
* NodeSocketStandard.links
|
|
94284
|
+
|
|
94285
|
+
:columns: 2
|
|
94286
|
+
|
|
94287
|
+
|
|
94288
|
+
--------------------
|
|
94289
|
+
|
|
94290
|
+
* bpy_struct.as_pointer
|
|
94291
|
+
* bpy_struct.driver_add
|
|
94292
|
+
* bpy_struct.driver_remove
|
|
94293
|
+
* bpy_struct.get
|
|
94294
|
+
* bpy_struct.id_properties_clear
|
|
94295
|
+
* bpy_struct.id_properties_ensure
|
|
94296
|
+
* bpy_struct.id_properties_ui
|
|
94297
|
+
* bpy_struct.is_property_hidden
|
|
94298
|
+
* bpy_struct.is_property_overridable_library
|
|
94299
|
+
* bpy_struct.is_property_readonly
|
|
94300
|
+
* bpy_struct.is_property_set
|
|
94301
|
+
* bpy_struct.items
|
|
94302
|
+
* bpy_struct.keyframe_delete
|
|
94303
|
+
* bpy_struct.keyframe_insert
|
|
94304
|
+
* bpy_struct.keys
|
|
94305
|
+
* bpy_struct.path_from_id
|
|
94306
|
+
* bpy_struct.path_from_module
|
|
94307
|
+
* bpy_struct.path_resolve
|
|
94308
|
+
* bpy_struct.pop
|
|
94309
|
+
* bpy_struct.property_overridable_library_set
|
|
94310
|
+
* bpy_struct.property_unset
|
|
94311
|
+
* bpy_struct.rna_ancestors
|
|
94312
|
+
* bpy_struct.type_recast
|
|
94313
|
+
* bpy_struct.values
|
|
94314
|
+
* NodeSocket.bl_system_properties_get
|
|
94315
|
+
* NodeSocket.draw
|
|
94316
|
+
* NodeSocket.draw_color
|
|
94317
|
+
* NodeSocket.draw_color_simple
|
|
94318
|
+
* NodeSocket.bl_rna_get_subclass
|
|
94319
|
+
* NodeSocket.bl_rna_get_subclass_py
|
|
94320
|
+
* NodeSocketStandard.draw
|
|
94321
|
+
* NodeSocketStandard.draw_color
|
|
94322
|
+
* NodeSocketStandard.draw_color_simple
|
|
94323
|
+
* NodeSocketStandard.bl_rna_get_subclass
|
|
94324
|
+
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
93661
94325
|
|
|
93662
94326
|
:columns: 2
|
|
93663
94327
|
|
|
@@ -93665,19 +94329,39 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93665
94329
|
--------------------
|
|
93666
94330
|
|
|
93667
94331
|
* bpy_struct.id_data
|
|
93668
|
-
*
|
|
93669
|
-
*
|
|
93670
|
-
*
|
|
93671
|
-
*
|
|
93672
|
-
*
|
|
93673
|
-
*
|
|
93674
|
-
*
|
|
93675
|
-
*
|
|
93676
|
-
*
|
|
93677
|
-
*
|
|
93678
|
-
*
|
|
93679
|
-
*
|
|
93680
|
-
*
|
|
94332
|
+
* Node.type
|
|
94333
|
+
* Node.location
|
|
94334
|
+
* Node.location_absolute
|
|
94335
|
+
* Node.width
|
|
94336
|
+
* Node.height
|
|
94337
|
+
* Node.dimensions
|
|
94338
|
+
* Node.name
|
|
94339
|
+
* Node.label
|
|
94340
|
+
* Node.inputs
|
|
94341
|
+
* Node.outputs
|
|
94342
|
+
* Node.internal_links
|
|
94343
|
+
* Node.parent
|
|
94344
|
+
* Node.warning_propagation
|
|
94345
|
+
* Node.use_custom_color
|
|
94346
|
+
* Node.color
|
|
94347
|
+
* Node.color_tag
|
|
94348
|
+
* Node.select
|
|
94349
|
+
* Node.show_options
|
|
94350
|
+
* Node.show_preview
|
|
94351
|
+
* Node.hide
|
|
94352
|
+
* Node.mute
|
|
94353
|
+
* Node.show_texture
|
|
94354
|
+
* Node.bl_idname
|
|
94355
|
+
* Node.bl_label
|
|
94356
|
+
* Node.bl_description
|
|
94357
|
+
* Node.bl_icon
|
|
94358
|
+
* Node.bl_static_type
|
|
94359
|
+
* Node.bl_width_default
|
|
94360
|
+
* Node.bl_width_min
|
|
94361
|
+
* Node.bl_width_max
|
|
94362
|
+
* Node.bl_height_default
|
|
94363
|
+
* Node.bl_height_min
|
|
94364
|
+
* Node.bl_height_max
|
|
93681
94365
|
|
|
93682
94366
|
:columns: 2
|
|
93683
94367
|
|
|
@@ -93708,8 +94392,34 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93708
94392
|
* bpy_struct.rna_ancestors
|
|
93709
94393
|
* bpy_struct.type_recast
|
|
93710
94394
|
* bpy_struct.values
|
|
93711
|
-
*
|
|
93712
|
-
*
|
|
94395
|
+
* Node.bl_system_properties_get
|
|
94396
|
+
* Node.socket_value_update
|
|
94397
|
+
* Node.is_registered_node_type
|
|
94398
|
+
* Node.poll
|
|
94399
|
+
* Node.poll_instance
|
|
94400
|
+
* Node.update
|
|
94401
|
+
* Node.insert_link
|
|
94402
|
+
* Node.init
|
|
94403
|
+
* Node.copy
|
|
94404
|
+
* Node.free
|
|
94405
|
+
* Node.draw_buttons
|
|
94406
|
+
* Node.draw_buttons_ext
|
|
94407
|
+
* Node.draw_label
|
|
94408
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
94409
|
+
* Node.debug_zone_lazy_function_graph
|
|
94410
|
+
* Node.poll
|
|
94411
|
+
* Node.bl_rna_get_subclass
|
|
94412
|
+
* Node.bl_rna_get_subclass_py
|
|
94413
|
+
* NodeInternal.poll
|
|
94414
|
+
* NodeInternal.poll_instance
|
|
94415
|
+
* NodeInternal.update
|
|
94416
|
+
* NodeInternal.draw_buttons
|
|
94417
|
+
* NodeInternal.draw_buttons_ext
|
|
94418
|
+
* NodeInternal.bl_rna_get_subclass
|
|
94419
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
94420
|
+
* GeometryNode.poll
|
|
94421
|
+
* GeometryNode.bl_rna_get_subclass
|
|
94422
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
93713
94423
|
|
|
93714
94424
|
:columns: 2
|
|
93715
94425
|
|
|
@@ -93717,32 +94427,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93717
94427
|
--------------------
|
|
93718
94428
|
|
|
93719
94429
|
* bpy_struct.id_data
|
|
93720
|
-
* NodeSocket.name
|
|
93721
|
-
* NodeSocket.label
|
|
93722
|
-
* NodeSocket.identifier
|
|
93723
|
-
* NodeSocket.description
|
|
93724
|
-
* NodeSocket.is_output
|
|
93725
|
-
* NodeSocket.select
|
|
93726
|
-
* NodeSocket.hide
|
|
93727
|
-
* NodeSocket.enabled
|
|
93728
|
-
* NodeSocket.link_limit
|
|
93729
|
-
* NodeSocket.is_linked
|
|
93730
|
-
* NodeSocket.is_unavailable
|
|
93731
|
-
* NodeSocket.is_multi_input
|
|
93732
|
-
* NodeSocket.show_expanded
|
|
93733
|
-
* NodeSocket.is_inactive
|
|
93734
|
-
* NodeSocket.is_icon_visible
|
|
93735
|
-
* NodeSocket.hide_value
|
|
93736
|
-
* NodeSocket.pin_gizmo
|
|
93737
|
-
* NodeSocket.node
|
|
93738
|
-
* NodeSocket.type
|
|
93739
|
-
* NodeSocket.display_shape
|
|
93740
|
-
* NodeSocket.inferred_structure_type
|
|
93741
|
-
* NodeSocket.bl_idname
|
|
93742
|
-
* NodeSocket.bl_label
|
|
93743
|
-
* NodeSocket.bl_subtype_label
|
|
93744
|
-
* NodeSocket.links
|
|
93745
|
-
* NodeSocketStandard.links
|
|
93746
94430
|
|
|
93747
94431
|
:columns: 2
|
|
93748
94432
|
|
|
@@ -93773,17 +94457,14 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93773
94457
|
* bpy_struct.rna_ancestors
|
|
93774
94458
|
* bpy_struct.type_recast
|
|
93775
94459
|
* bpy_struct.values
|
|
93776
|
-
|
|
93777
|
-
|
|
93778
|
-
|
|
93779
|
-
|
|
93780
|
-
|
|
93781
|
-
|
|
93782
|
-
*
|
|
93783
|
-
*
|
|
93784
|
-
* NodeSocketStandard.draw_color_simple
|
|
93785
|
-
* NodeSocketStandard.bl_rna_get_subclass
|
|
93786
|
-
* NodeSocketStandard.bl_rna_get_subclass_py
|
|
94460
|
+
|
|
94461
|
+
:columns: 2
|
|
94462
|
+
|
|
94463
|
+
|
|
94464
|
+
--------------------
|
|
94465
|
+
|
|
94466
|
+
* Scopes.histogram
|
|
94467
|
+
* SpaceImageEditor.sample_histogram
|
|
93787
94468
|
|
|
93788
94469
|
:columns: 2
|
|
93789
94470
|
|
|
@@ -93879,54 +94560,9 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
93879
94560
|
* NodeInternal.draw_buttons_ext
|
|
93880
94561
|
* NodeInternal.bl_rna_get_subclass
|
|
93881
94562
|
* NodeInternal.bl_rna_get_subclass_py
|
|
93882
|
-
*
|
|
93883
|
-
*
|
|
93884
|
-
*
|
|
93885
|
-
|
|
93886
|
-
:columns: 2
|
|
93887
|
-
|
|
93888
|
-
|
|
93889
|
-
--------------------
|
|
93890
|
-
|
|
93891
|
-
* bpy_struct.id_data
|
|
93892
|
-
|
|
93893
|
-
:columns: 2
|
|
93894
|
-
|
|
93895
|
-
|
|
93896
|
-
--------------------
|
|
93897
|
-
|
|
93898
|
-
* bpy_struct.as_pointer
|
|
93899
|
-
* bpy_struct.driver_add
|
|
93900
|
-
* bpy_struct.driver_remove
|
|
93901
|
-
* bpy_struct.get
|
|
93902
|
-
* bpy_struct.id_properties_clear
|
|
93903
|
-
* bpy_struct.id_properties_ensure
|
|
93904
|
-
* bpy_struct.id_properties_ui
|
|
93905
|
-
* bpy_struct.is_property_hidden
|
|
93906
|
-
* bpy_struct.is_property_overridable_library
|
|
93907
|
-
* bpy_struct.is_property_readonly
|
|
93908
|
-
* bpy_struct.is_property_set
|
|
93909
|
-
* bpy_struct.items
|
|
93910
|
-
* bpy_struct.keyframe_delete
|
|
93911
|
-
* bpy_struct.keyframe_insert
|
|
93912
|
-
* bpy_struct.keys
|
|
93913
|
-
* bpy_struct.path_from_id
|
|
93914
|
-
* bpy_struct.path_from_module
|
|
93915
|
-
* bpy_struct.path_resolve
|
|
93916
|
-
* bpy_struct.pop
|
|
93917
|
-
* bpy_struct.property_overridable_library_set
|
|
93918
|
-
* bpy_struct.property_unset
|
|
93919
|
-
* bpy_struct.rna_ancestors
|
|
93920
|
-
* bpy_struct.type_recast
|
|
93921
|
-
* bpy_struct.values
|
|
93922
|
-
|
|
93923
|
-
:columns: 2
|
|
93924
|
-
|
|
93925
|
-
|
|
93926
|
-
--------------------
|
|
93927
|
-
|
|
93928
|
-
* Scopes.histogram
|
|
93929
|
-
* SpaceImageEditor.sample_histogram
|
|
94563
|
+
* ShaderNode.poll
|
|
94564
|
+
* ShaderNode.bl_rna_get_subclass
|
|
94565
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
93930
94566
|
|
|
93931
94567
|
:columns: 2
|
|
93932
94568
|
|
|
@@ -94022,9 +94658,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
94022
94658
|
* NodeInternal.draw_buttons_ext
|
|
94023
94659
|
* NodeInternal.bl_rna_get_subclass
|
|
94024
94660
|
* NodeInternal.bl_rna_get_subclass_py
|
|
94025
|
-
* ShaderNode.poll
|
|
94026
|
-
* ShaderNode.bl_rna_get_subclass
|
|
94027
|
-
* ShaderNode.bl_rna_get_subclass_py
|
|
94028
94661
|
|
|
94029
94662
|
:columns: 2
|
|
94030
94663
|
|
|
@@ -109955,34 +110588,78 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
109955
110588
|
* bpy_struct.rna_ancestors
|
|
109956
110589
|
* bpy_struct.type_recast
|
|
109957
110590
|
* bpy_struct.values
|
|
109958
|
-
* Node.bl_system_properties_get
|
|
109959
|
-
* Node.socket_value_update
|
|
109960
|
-
* Node.is_registered_node_type
|
|
109961
|
-
* Node.poll
|
|
109962
|
-
* Node.poll_instance
|
|
109963
|
-
* Node.update
|
|
109964
|
-
* Node.insert_link
|
|
109965
|
-
* Node.init
|
|
109966
|
-
* Node.copy
|
|
109967
|
-
* Node.free
|
|
109968
|
-
* Node.draw_buttons
|
|
109969
|
-
* Node.draw_buttons_ext
|
|
109970
|
-
* Node.draw_label
|
|
109971
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
109972
|
-
* Node.debug_zone_lazy_function_graph
|
|
109973
|
-
* Node.poll
|
|
109974
|
-
* Node.bl_rna_get_subclass
|
|
109975
|
-
* Node.bl_rna_get_subclass_py
|
|
109976
|
-
* NodeInternal.poll
|
|
109977
|
-
* NodeInternal.poll_instance
|
|
109978
|
-
* NodeInternal.update
|
|
109979
|
-
* NodeInternal.draw_buttons
|
|
109980
|
-
* NodeInternal.draw_buttons_ext
|
|
109981
|
-
* NodeInternal.bl_rna_get_subclass
|
|
109982
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
109983
|
-
* GeometryNode.poll
|
|
109984
|
-
* GeometryNode.bl_rna_get_subclass
|
|
109985
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
110591
|
+
* Node.bl_system_properties_get
|
|
110592
|
+
* Node.socket_value_update
|
|
110593
|
+
* Node.is_registered_node_type
|
|
110594
|
+
* Node.poll
|
|
110595
|
+
* Node.poll_instance
|
|
110596
|
+
* Node.update
|
|
110597
|
+
* Node.insert_link
|
|
110598
|
+
* Node.init
|
|
110599
|
+
* Node.copy
|
|
110600
|
+
* Node.free
|
|
110601
|
+
* Node.draw_buttons
|
|
110602
|
+
* Node.draw_buttons_ext
|
|
110603
|
+
* Node.draw_label
|
|
110604
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
110605
|
+
* Node.debug_zone_lazy_function_graph
|
|
110606
|
+
* Node.poll
|
|
110607
|
+
* Node.bl_rna_get_subclass
|
|
110608
|
+
* Node.bl_rna_get_subclass_py
|
|
110609
|
+
* NodeInternal.poll
|
|
110610
|
+
* NodeInternal.poll_instance
|
|
110611
|
+
* NodeInternal.update
|
|
110612
|
+
* NodeInternal.draw_buttons
|
|
110613
|
+
* NodeInternal.draw_buttons_ext
|
|
110614
|
+
* NodeInternal.bl_rna_get_subclass
|
|
110615
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
110616
|
+
* GeometryNode.poll
|
|
110617
|
+
* GeometryNode.bl_rna_get_subclass
|
|
110618
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
110619
|
+
|
|
110620
|
+
:columns: 2
|
|
110621
|
+
|
|
110622
|
+
|
|
110623
|
+
--------------------
|
|
110624
|
+
|
|
110625
|
+
* bpy_struct.id_data
|
|
110626
|
+
|
|
110627
|
+
:columns: 2
|
|
110628
|
+
|
|
110629
|
+
|
|
110630
|
+
--------------------
|
|
110631
|
+
|
|
110632
|
+
* bpy_struct.as_pointer
|
|
110633
|
+
* bpy_struct.driver_add
|
|
110634
|
+
* bpy_struct.driver_remove
|
|
110635
|
+
* bpy_struct.get
|
|
110636
|
+
* bpy_struct.id_properties_clear
|
|
110637
|
+
* bpy_struct.id_properties_ensure
|
|
110638
|
+
* bpy_struct.id_properties_ui
|
|
110639
|
+
* bpy_struct.is_property_hidden
|
|
110640
|
+
* bpy_struct.is_property_overridable_library
|
|
110641
|
+
* bpy_struct.is_property_readonly
|
|
110642
|
+
* bpy_struct.is_property_set
|
|
110643
|
+
* bpy_struct.items
|
|
110644
|
+
* bpy_struct.keyframe_delete
|
|
110645
|
+
* bpy_struct.keyframe_insert
|
|
110646
|
+
* bpy_struct.keys
|
|
110647
|
+
* bpy_struct.path_from_id
|
|
110648
|
+
* bpy_struct.path_from_module
|
|
110649
|
+
* bpy_struct.path_resolve
|
|
110650
|
+
* bpy_struct.pop
|
|
110651
|
+
* bpy_struct.property_overridable_library_set
|
|
110652
|
+
* bpy_struct.property_unset
|
|
110653
|
+
* bpy_struct.rna_ancestors
|
|
110654
|
+
* bpy_struct.type_recast
|
|
110655
|
+
* bpy_struct.values
|
|
110656
|
+
|
|
110657
|
+
:columns: 2
|
|
110658
|
+
|
|
110659
|
+
|
|
110660
|
+
--------------------
|
|
110661
|
+
|
|
110662
|
+
* DynamicPaintModifier.brush_settings
|
|
109986
110663
|
|
|
109987
110664
|
:columns: 2
|
|
109988
110665
|
|
|
@@ -109990,6 +110667,39 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
109990
110667
|
--------------------
|
|
109991
110668
|
|
|
109992
110669
|
* bpy_struct.id_data
|
|
110670
|
+
* Node.type
|
|
110671
|
+
* Node.location
|
|
110672
|
+
* Node.location_absolute
|
|
110673
|
+
* Node.width
|
|
110674
|
+
* Node.height
|
|
110675
|
+
* Node.dimensions
|
|
110676
|
+
* Node.name
|
|
110677
|
+
* Node.label
|
|
110678
|
+
* Node.inputs
|
|
110679
|
+
* Node.outputs
|
|
110680
|
+
* Node.internal_links
|
|
110681
|
+
* Node.parent
|
|
110682
|
+
* Node.warning_propagation
|
|
110683
|
+
* Node.use_custom_color
|
|
110684
|
+
* Node.color
|
|
110685
|
+
* Node.color_tag
|
|
110686
|
+
* Node.select
|
|
110687
|
+
* Node.show_options
|
|
110688
|
+
* Node.show_preview
|
|
110689
|
+
* Node.hide
|
|
110690
|
+
* Node.mute
|
|
110691
|
+
* Node.show_texture
|
|
110692
|
+
* Node.bl_idname
|
|
110693
|
+
* Node.bl_label
|
|
110694
|
+
* Node.bl_description
|
|
110695
|
+
* Node.bl_icon
|
|
110696
|
+
* Node.bl_static_type
|
|
110697
|
+
* Node.bl_width_default
|
|
110698
|
+
* Node.bl_width_min
|
|
110699
|
+
* Node.bl_width_max
|
|
110700
|
+
* Node.bl_height_default
|
|
110701
|
+
* Node.bl_height_min
|
|
110702
|
+
* Node.bl_height_max
|
|
109993
110703
|
|
|
109994
110704
|
:columns: 2
|
|
109995
110705
|
|
|
@@ -110020,13 +110730,34 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
110020
110730
|
* bpy_struct.rna_ancestors
|
|
110021
110731
|
* bpy_struct.type_recast
|
|
110022
110732
|
* bpy_struct.values
|
|
110023
|
-
|
|
110024
|
-
|
|
110025
|
-
|
|
110026
|
-
|
|
110027
|
-
|
|
110028
|
-
|
|
110029
|
-
*
|
|
110733
|
+
* Node.bl_system_properties_get
|
|
110734
|
+
* Node.socket_value_update
|
|
110735
|
+
* Node.is_registered_node_type
|
|
110736
|
+
* Node.poll
|
|
110737
|
+
* Node.poll_instance
|
|
110738
|
+
* Node.update
|
|
110739
|
+
* Node.insert_link
|
|
110740
|
+
* Node.init
|
|
110741
|
+
* Node.copy
|
|
110742
|
+
* Node.free
|
|
110743
|
+
* Node.draw_buttons
|
|
110744
|
+
* Node.draw_buttons_ext
|
|
110745
|
+
* Node.draw_label
|
|
110746
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
110747
|
+
* Node.debug_zone_lazy_function_graph
|
|
110748
|
+
* Node.poll
|
|
110749
|
+
* Node.bl_rna_get_subclass
|
|
110750
|
+
* Node.bl_rna_get_subclass_py
|
|
110751
|
+
* NodeInternal.poll
|
|
110752
|
+
* NodeInternal.poll_instance
|
|
110753
|
+
* NodeInternal.update
|
|
110754
|
+
* NodeInternal.draw_buttons
|
|
110755
|
+
* NodeInternal.draw_buttons_ext
|
|
110756
|
+
* NodeInternal.bl_rna_get_subclass
|
|
110757
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
110758
|
+
* GeometryNode.poll
|
|
110759
|
+
* GeometryNode.bl_rna_get_subclass
|
|
110760
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
110030
110761
|
|
|
110031
110762
|
:columns: 2
|
|
110032
110763
|
|
|
@@ -112886,104 +113617,6 @@ Menu.poll function.
|
|
|
112886
113617
|
:columns: 2
|
|
112887
113618
|
|
|
112888
113619
|
|
|
112889
|
-
--------------------
|
|
112890
|
-
|
|
112891
|
-
* bpy_struct.id_data
|
|
112892
|
-
* Node.type
|
|
112893
|
-
* Node.location
|
|
112894
|
-
* Node.location_absolute
|
|
112895
|
-
* Node.width
|
|
112896
|
-
* Node.height
|
|
112897
|
-
* Node.dimensions
|
|
112898
|
-
* Node.name
|
|
112899
|
-
* Node.label
|
|
112900
|
-
* Node.inputs
|
|
112901
|
-
* Node.outputs
|
|
112902
|
-
* Node.internal_links
|
|
112903
|
-
* Node.parent
|
|
112904
|
-
* Node.warning_propagation
|
|
112905
|
-
* Node.use_custom_color
|
|
112906
|
-
* Node.color
|
|
112907
|
-
* Node.color_tag
|
|
112908
|
-
* Node.select
|
|
112909
|
-
* Node.show_options
|
|
112910
|
-
* Node.show_preview
|
|
112911
|
-
* Node.hide
|
|
112912
|
-
* Node.mute
|
|
112913
|
-
* Node.show_texture
|
|
112914
|
-
* Node.bl_idname
|
|
112915
|
-
* Node.bl_label
|
|
112916
|
-
* Node.bl_description
|
|
112917
|
-
* Node.bl_icon
|
|
112918
|
-
* Node.bl_static_type
|
|
112919
|
-
* Node.bl_width_default
|
|
112920
|
-
* Node.bl_width_min
|
|
112921
|
-
* Node.bl_width_max
|
|
112922
|
-
* Node.bl_height_default
|
|
112923
|
-
* Node.bl_height_min
|
|
112924
|
-
* Node.bl_height_max
|
|
112925
|
-
|
|
112926
|
-
:columns: 2
|
|
112927
|
-
|
|
112928
|
-
|
|
112929
|
-
--------------------
|
|
112930
|
-
|
|
112931
|
-
* bpy_struct.as_pointer
|
|
112932
|
-
* bpy_struct.driver_add
|
|
112933
|
-
* bpy_struct.driver_remove
|
|
112934
|
-
* bpy_struct.get
|
|
112935
|
-
* bpy_struct.id_properties_clear
|
|
112936
|
-
* bpy_struct.id_properties_ensure
|
|
112937
|
-
* bpy_struct.id_properties_ui
|
|
112938
|
-
* bpy_struct.is_property_hidden
|
|
112939
|
-
* bpy_struct.is_property_overridable_library
|
|
112940
|
-
* bpy_struct.is_property_readonly
|
|
112941
|
-
* bpy_struct.is_property_set
|
|
112942
|
-
* bpy_struct.items
|
|
112943
|
-
* bpy_struct.keyframe_delete
|
|
112944
|
-
* bpy_struct.keyframe_insert
|
|
112945
|
-
* bpy_struct.keys
|
|
112946
|
-
* bpy_struct.path_from_id
|
|
112947
|
-
* bpy_struct.path_from_module
|
|
112948
|
-
* bpy_struct.path_resolve
|
|
112949
|
-
* bpy_struct.pop
|
|
112950
|
-
* bpy_struct.property_overridable_library_set
|
|
112951
|
-
* bpy_struct.property_unset
|
|
112952
|
-
* bpy_struct.rna_ancestors
|
|
112953
|
-
* bpy_struct.type_recast
|
|
112954
|
-
* bpy_struct.values
|
|
112955
|
-
* Node.bl_system_properties_get
|
|
112956
|
-
* Node.socket_value_update
|
|
112957
|
-
* Node.is_registered_node_type
|
|
112958
|
-
* Node.poll
|
|
112959
|
-
* Node.poll_instance
|
|
112960
|
-
* Node.update
|
|
112961
|
-
* Node.insert_link
|
|
112962
|
-
* Node.init
|
|
112963
|
-
* Node.copy
|
|
112964
|
-
* Node.free
|
|
112965
|
-
* Node.draw_buttons
|
|
112966
|
-
* Node.draw_buttons_ext
|
|
112967
|
-
* Node.draw_label
|
|
112968
|
-
* Node.debug_zone_body_lazy_function_graph
|
|
112969
|
-
* Node.debug_zone_lazy_function_graph
|
|
112970
|
-
* Node.poll
|
|
112971
|
-
* Node.bl_rna_get_subclass
|
|
112972
|
-
* Node.bl_rna_get_subclass_py
|
|
112973
|
-
* NodeInternal.poll
|
|
112974
|
-
* NodeInternal.poll_instance
|
|
112975
|
-
* NodeInternal.update
|
|
112976
|
-
* NodeInternal.draw_buttons
|
|
112977
|
-
* NodeInternal.draw_buttons_ext
|
|
112978
|
-
* NodeInternal.bl_rna_get_subclass
|
|
112979
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
112980
|
-
* GeometryNode.poll
|
|
112981
|
-
* GeometryNode.bl_rna_get_subclass
|
|
112982
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
112983
|
-
|
|
112984
|
-
:columns: 2
|
|
112985
|
-
|
|
112986
|
-
|
|
112987
113620
|
--------------------
|
|
112988
113621
|
|
|
112989
113622
|
* bpy_struct.id_data
|
|
@@ -121485,6 +122118,67 @@ class GeometryNodeFieldToGridItems(
|
|
|
121485
122118
|
:return: The class or default when not found.
|
|
121486
122119
|
"""
|
|
121487
122120
|
|
|
122121
|
+
class GeometryNodeFieldToListItems(
|
|
122122
|
+
bpy_prop_collection[GeometryNodeFieldToListItem], bpy_struct
|
|
122123
|
+
):
|
|
122124
|
+
"""Collection of field to list items"""
|
|
122125
|
+
|
|
122126
|
+
def new(
|
|
122127
|
+
self,
|
|
122128
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems | None,
|
|
122129
|
+
name: str,
|
|
122130
|
+
) -> GeometryNodeFieldToListItem:
|
|
122131
|
+
"""Add an item at the end
|
|
122132
|
+
|
|
122133
|
+
:param socket_type: Socket Type, Socket type of the item
|
|
122134
|
+
:param name: Name
|
|
122135
|
+
:return: Item, New item
|
|
122136
|
+
"""
|
|
122137
|
+
|
|
122138
|
+
def remove(self, item: GeometryNodeFieldToListItem) -> None:
|
|
122139
|
+
"""Remove an item
|
|
122140
|
+
|
|
122141
|
+
:param item: Item, The item to remove
|
|
122142
|
+
"""
|
|
122143
|
+
|
|
122144
|
+
def clear(self) -> None:
|
|
122145
|
+
"""Remove all items"""
|
|
122146
|
+
|
|
122147
|
+
def move(self, from_index: int | None, to_index: int | None) -> None:
|
|
122148
|
+
"""Move an item to another position
|
|
122149
|
+
|
|
122150
|
+
:param from_index: From Index, Index of the item to move
|
|
122151
|
+
:param to_index: To Index, Target index for the item
|
|
122152
|
+
"""
|
|
122153
|
+
|
|
122154
|
+
@classmethod
|
|
122155
|
+
def bl_rna_get_subclass(
|
|
122156
|
+
cls,
|
|
122157
|
+
id: str | None,
|
|
122158
|
+
default=None,
|
|
122159
|
+
/,
|
|
122160
|
+
) -> Struct:
|
|
122161
|
+
"""
|
|
122162
|
+
|
|
122163
|
+
:param id: The RNA type identifier.
|
|
122164
|
+
:param default:
|
|
122165
|
+
:return: The RNA type or default when not found.
|
|
122166
|
+
"""
|
|
122167
|
+
|
|
122168
|
+
@classmethod
|
|
122169
|
+
def bl_rna_get_subclass_py(
|
|
122170
|
+
cls,
|
|
122171
|
+
id: str | None,
|
|
122172
|
+
default=None,
|
|
122173
|
+
/,
|
|
122174
|
+
) -> typing.Any:
|
|
122175
|
+
"""
|
|
122176
|
+
|
|
122177
|
+
:param id: The RNA type identifier.
|
|
122178
|
+
:param default:
|
|
122179
|
+
:return: The class or default when not found.
|
|
122180
|
+
"""
|
|
122181
|
+
|
|
121488
122182
|
class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
|
|
121489
122183
|
"""Collection of gizmos"""
|
|
121490
122184
|
|
|
@@ -153683,6 +154377,104 @@ class GeometryNodeFieldToGridItem(bpy_struct):
|
|
|
153683
154377
|
:return: The class or default when not found.
|
|
153684
154378
|
"""
|
|
153685
154379
|
|
|
154380
|
+
class GeometryNodeFieldToList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154381
|
+
"""Create a list of values"""
|
|
154382
|
+
|
|
154383
|
+
active_index: int | None
|
|
154384
|
+
""" Index of the active item"""
|
|
154385
|
+
|
|
154386
|
+
active_item: RepeatItem | None
|
|
154387
|
+
""" Index of the active item"""
|
|
154388
|
+
|
|
154389
|
+
list_items: GeometryNodeFieldToListItems
|
|
154390
|
+
|
|
154391
|
+
@classmethod
|
|
154392
|
+
def is_registered_node_type(cls) -> bool:
|
|
154393
|
+
"""True if a registered node type
|
|
154394
|
+
|
|
154395
|
+
:return: Result
|
|
154396
|
+
"""
|
|
154397
|
+
|
|
154398
|
+
@classmethod
|
|
154399
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154400
|
+
"""Input socket template
|
|
154401
|
+
|
|
154402
|
+
:param index: Index
|
|
154403
|
+
:return: result
|
|
154404
|
+
"""
|
|
154405
|
+
|
|
154406
|
+
@classmethod
|
|
154407
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154408
|
+
"""Output socket template
|
|
154409
|
+
|
|
154410
|
+
:param index: Index
|
|
154411
|
+
:return: result
|
|
154412
|
+
"""
|
|
154413
|
+
|
|
154414
|
+
@classmethod
|
|
154415
|
+
def bl_rna_get_subclass(
|
|
154416
|
+
cls,
|
|
154417
|
+
id: str | None,
|
|
154418
|
+
default=None,
|
|
154419
|
+
/,
|
|
154420
|
+
) -> Struct:
|
|
154421
|
+
"""
|
|
154422
|
+
|
|
154423
|
+
:param id: The RNA type identifier.
|
|
154424
|
+
:param default:
|
|
154425
|
+
:return: The RNA type or default when not found.
|
|
154426
|
+
"""
|
|
154427
|
+
|
|
154428
|
+
@classmethod
|
|
154429
|
+
def bl_rna_get_subclass_py(
|
|
154430
|
+
cls,
|
|
154431
|
+
id: str | None,
|
|
154432
|
+
default=None,
|
|
154433
|
+
/,
|
|
154434
|
+
) -> typing.Any:
|
|
154435
|
+
"""
|
|
154436
|
+
|
|
154437
|
+
:param id: The RNA type identifier.
|
|
154438
|
+
:param default:
|
|
154439
|
+
:return: The class or default when not found.
|
|
154440
|
+
"""
|
|
154441
|
+
|
|
154442
|
+
class GeometryNodeFieldToListItem(bpy_struct):
|
|
154443
|
+
color: bpy_prop_array[float]
|
|
154444
|
+
""" Color of the corresponding socket type in the node editor"""
|
|
154445
|
+
|
|
154446
|
+
identifier: int
|
|
154447
|
+
name: str
|
|
154448
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
154449
|
+
|
|
154450
|
+
@classmethod
|
|
154451
|
+
def bl_rna_get_subclass(
|
|
154452
|
+
cls,
|
|
154453
|
+
id: str | None,
|
|
154454
|
+
default=None,
|
|
154455
|
+
/,
|
|
154456
|
+
) -> Struct:
|
|
154457
|
+
"""
|
|
154458
|
+
|
|
154459
|
+
:param id: The RNA type identifier.
|
|
154460
|
+
:param default:
|
|
154461
|
+
:return: The RNA type or default when not found.
|
|
154462
|
+
"""
|
|
154463
|
+
|
|
154464
|
+
@classmethod
|
|
154465
|
+
def bl_rna_get_subclass_py(
|
|
154466
|
+
cls,
|
|
154467
|
+
id: str | None,
|
|
154468
|
+
default=None,
|
|
154469
|
+
/,
|
|
154470
|
+
) -> typing.Any:
|
|
154471
|
+
"""
|
|
154472
|
+
|
|
154473
|
+
:param id: The RNA type identifier.
|
|
154474
|
+
:param default:
|
|
154475
|
+
:return: The class or default when not found.
|
|
154476
|
+
"""
|
|
154477
|
+
|
|
153686
154478
|
class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153687
154479
|
"""Calculate the standard deviation and variance of a given field"""
|
|
153688
154480
|
|
|
@@ -154095,6 +154887,60 @@ class GeometryNodeGeometryToInstance(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
154095
154887
|
:return: The class or default when not found.
|
|
154096
154888
|
"""
|
|
154097
154889
|
|
|
154890
|
+
class GeometryNodeGetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154891
|
+
"""Get the bundle of a geometry"""
|
|
154892
|
+
|
|
154893
|
+
@classmethod
|
|
154894
|
+
def is_registered_node_type(cls) -> bool:
|
|
154895
|
+
"""True if a registered node type
|
|
154896
|
+
|
|
154897
|
+
:return: Result
|
|
154898
|
+
"""
|
|
154899
|
+
|
|
154900
|
+
@classmethod
|
|
154901
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154902
|
+
"""Input socket template
|
|
154903
|
+
|
|
154904
|
+
:param index: Index
|
|
154905
|
+
:return: result
|
|
154906
|
+
"""
|
|
154907
|
+
|
|
154908
|
+
@classmethod
|
|
154909
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
154910
|
+
"""Output socket template
|
|
154911
|
+
|
|
154912
|
+
:param index: Index
|
|
154913
|
+
:return: result
|
|
154914
|
+
"""
|
|
154915
|
+
|
|
154916
|
+
@classmethod
|
|
154917
|
+
def bl_rna_get_subclass(
|
|
154918
|
+
cls,
|
|
154919
|
+
id: str | None,
|
|
154920
|
+
default=None,
|
|
154921
|
+
/,
|
|
154922
|
+
) -> Struct:
|
|
154923
|
+
"""
|
|
154924
|
+
|
|
154925
|
+
:param id: The RNA type identifier.
|
|
154926
|
+
:param default:
|
|
154927
|
+
:return: The RNA type or default when not found.
|
|
154928
|
+
"""
|
|
154929
|
+
|
|
154930
|
+
@classmethod
|
|
154931
|
+
def bl_rna_get_subclass_py(
|
|
154932
|
+
cls,
|
|
154933
|
+
id: str | None,
|
|
154934
|
+
default=None,
|
|
154935
|
+
/,
|
|
154936
|
+
) -> typing.Any:
|
|
154937
|
+
"""
|
|
154938
|
+
|
|
154939
|
+
:param id: The RNA type identifier.
|
|
154940
|
+
:param default:
|
|
154941
|
+
:return: The class or default when not found.
|
|
154942
|
+
"""
|
|
154943
|
+
|
|
154098
154944
|
class GeometryNodeGetNamedGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
154099
154945
|
"""Get volume grid from a volume geometry with the specified name"""
|
|
154100
154946
|
|
|
@@ -157666,66 +158512,14 @@ class GeometryNodeJoinGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
157666
158512
|
:return: The class or default when not found.
|
|
157667
158513
|
"""
|
|
157668
158514
|
|
|
157669
|
-
class GeometryNodeList(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157670
|
-
"""Create a list of values"""
|
|
157671
|
-
|
|
157672
|
-
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
157673
|
-
|
|
157674
|
-
@classmethod
|
|
157675
|
-
def is_registered_node_type(cls) -> bool:
|
|
157676
|
-
"""True if a registered node type
|
|
157677
|
-
|
|
157678
|
-
:return: Result
|
|
157679
|
-
"""
|
|
157680
|
-
|
|
157681
|
-
@classmethod
|
|
157682
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
157683
|
-
"""Input socket template
|
|
157684
|
-
|
|
157685
|
-
:param index: Index
|
|
157686
|
-
:return: result
|
|
157687
|
-
"""
|
|
157688
|
-
|
|
157689
|
-
@classmethod
|
|
157690
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
157691
|
-
"""Output socket template
|
|
157692
|
-
|
|
157693
|
-
:param index: Index
|
|
157694
|
-
:return: result
|
|
157695
|
-
"""
|
|
157696
|
-
|
|
157697
|
-
@classmethod
|
|
157698
|
-
def bl_rna_get_subclass(
|
|
157699
|
-
cls,
|
|
157700
|
-
id: str | None,
|
|
157701
|
-
default=None,
|
|
157702
|
-
/,
|
|
157703
|
-
) -> Struct:
|
|
157704
|
-
"""
|
|
157705
|
-
|
|
157706
|
-
:param id: The RNA type identifier.
|
|
157707
|
-
:param default:
|
|
157708
|
-
:return: The RNA type or default when not found.
|
|
157709
|
-
"""
|
|
157710
|
-
|
|
157711
|
-
@classmethod
|
|
157712
|
-
def bl_rna_get_subclass_py(
|
|
157713
|
-
cls,
|
|
157714
|
-
id: str | None,
|
|
157715
|
-
default=None,
|
|
157716
|
-
/,
|
|
157717
|
-
) -> typing.Any:
|
|
157718
|
-
"""
|
|
157719
|
-
|
|
157720
|
-
:param id: The RNA type identifier.
|
|
157721
|
-
:param default:
|
|
157722
|
-
:return: The class or default when not found.
|
|
157723
|
-
"""
|
|
157724
|
-
|
|
157725
158515
|
class GeometryNodeListGetItem(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
157726
158516
|
"""Retrieve a value from a list"""
|
|
157727
158517
|
|
|
157728
|
-
|
|
158518
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
158519
|
+
""" Value may be implicitly converted if the type does not match"""
|
|
158520
|
+
|
|
158521
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
158522
|
+
""" What kind of higher order types are expected to flow through this socket"""
|
|
157729
158523
|
|
|
157730
158524
|
@classmethod
|
|
157731
158525
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160843,8 +161637,62 @@ class GeometryNodeScaleInstances(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160843
161637
|
:return: The class or default when not found.
|
|
160844
161638
|
"""
|
|
160845
161639
|
|
|
160846
|
-
class GeometryNodeSelfObject(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160847
|
-
"""Retrieve the object that contains the geometry nodes modifier currently being executed"""
|
|
161640
|
+
class GeometryNodeSelfObject(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161641
|
+
"""Retrieve the object that contains the geometry nodes modifier currently being executed"""
|
|
161642
|
+
|
|
161643
|
+
@classmethod
|
|
161644
|
+
def is_registered_node_type(cls) -> bool:
|
|
161645
|
+
"""True if a registered node type
|
|
161646
|
+
|
|
161647
|
+
:return: Result
|
|
161648
|
+
"""
|
|
161649
|
+
|
|
161650
|
+
@classmethod
|
|
161651
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
161652
|
+
"""Input socket template
|
|
161653
|
+
|
|
161654
|
+
:param index: Index
|
|
161655
|
+
:return: result
|
|
161656
|
+
"""
|
|
161657
|
+
|
|
161658
|
+
@classmethod
|
|
161659
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
161660
|
+
"""Output socket template
|
|
161661
|
+
|
|
161662
|
+
:param index: Index
|
|
161663
|
+
:return: result
|
|
161664
|
+
"""
|
|
161665
|
+
|
|
161666
|
+
@classmethod
|
|
161667
|
+
def bl_rna_get_subclass(
|
|
161668
|
+
cls,
|
|
161669
|
+
id: str | None,
|
|
161670
|
+
default=None,
|
|
161671
|
+
/,
|
|
161672
|
+
) -> Struct:
|
|
161673
|
+
"""
|
|
161674
|
+
|
|
161675
|
+
:param id: The RNA type identifier.
|
|
161676
|
+
:param default:
|
|
161677
|
+
:return: The RNA type or default when not found.
|
|
161678
|
+
"""
|
|
161679
|
+
|
|
161680
|
+
@classmethod
|
|
161681
|
+
def bl_rna_get_subclass_py(
|
|
161682
|
+
cls,
|
|
161683
|
+
id: str | None,
|
|
161684
|
+
default=None,
|
|
161685
|
+
/,
|
|
161686
|
+
) -> typing.Any:
|
|
161687
|
+
"""
|
|
161688
|
+
|
|
161689
|
+
:param id: The RNA type identifier.
|
|
161690
|
+
:param default:
|
|
161691
|
+
:return: The class or default when not found.
|
|
161692
|
+
"""
|
|
161693
|
+
|
|
161694
|
+
class GeometryNodeSeparateComponents(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161695
|
+
"""Split a geometry into a separate output for each type of data in the geometry"""
|
|
160848
161696
|
|
|
160849
161697
|
@classmethod
|
|
160850
161698
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160897,8 +161745,11 @@ class GeometryNodeSelfObject(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
160897
161745
|
:return: The class or default when not found.
|
|
160898
161746
|
"""
|
|
160899
161747
|
|
|
160900
|
-
class
|
|
160901
|
-
"""Split a geometry into
|
|
161748
|
+
class GeometryNodeSeparateGeometry(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161749
|
+
"""Split a geometry into two geometry outputs based on a selection"""
|
|
161750
|
+
|
|
161751
|
+
domain: bpy.stub_internal.rna_enums.AttributeDomainWithoutCornerItems
|
|
161752
|
+
""" Which domain to separate on"""
|
|
160902
161753
|
|
|
160903
161754
|
@classmethod
|
|
160904
161755
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -160951,11 +161802,11 @@ class GeometryNodeSeparateComponents(GeometryNode, NodeInternal, Node, bpy_struc
|
|
|
160951
161802
|
:return: The class or default when not found.
|
|
160952
161803
|
"""
|
|
160953
161804
|
|
|
160954
|
-
class
|
|
160955
|
-
"""
|
|
161805
|
+
class GeometryNodeSetCurveHandlePositions(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161806
|
+
"""Set the positions for the handles of Bézier curves"""
|
|
160956
161807
|
|
|
160957
|
-
|
|
160958
|
-
"""
|
|
161808
|
+
mode: bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems
|
|
161809
|
+
""" Whether to update left and right handles"""
|
|
160959
161810
|
|
|
160960
161811
|
@classmethod
|
|
160961
161812
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161008,11 +161859,8 @@ class GeometryNodeSeparateGeometry(GeometryNode, NodeInternal, Node, bpy_struct)
|
|
|
161008
161859
|
:return: The class or default when not found.
|
|
161009
161860
|
"""
|
|
161010
161861
|
|
|
161011
|
-
class
|
|
161012
|
-
"""Set the
|
|
161013
|
-
|
|
161014
|
-
mode: bpy.stub_internal.rna_enums.NodeGeometryCurveHandleSideItems
|
|
161015
|
-
""" Whether to update left and right handles"""
|
|
161862
|
+
class GeometryNodeSetCurveNormal(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161863
|
+
"""Set the evaluation mode for curve normals"""
|
|
161016
161864
|
|
|
161017
161865
|
@classmethod
|
|
161018
161866
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161065,8 +161913,8 @@ class GeometryNodeSetCurveHandlePositions(GeometryNode, NodeInternal, Node, bpy_
|
|
|
161065
161913
|
:return: The class or default when not found.
|
|
161066
161914
|
"""
|
|
161067
161915
|
|
|
161068
|
-
class
|
|
161069
|
-
"""Set the
|
|
161916
|
+
class GeometryNodeSetCurveRadius(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161917
|
+
"""Set the radius of the curve at each control point"""
|
|
161070
161918
|
|
|
161071
161919
|
@classmethod
|
|
161072
161920
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161119,8 +161967,8 @@ class GeometryNodeSetCurveNormal(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161119
161967
|
:return: The class or default when not found.
|
|
161120
161968
|
"""
|
|
161121
161969
|
|
|
161122
|
-
class
|
|
161123
|
-
"""Set the
|
|
161970
|
+
class GeometryNodeSetCurveTilt(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
161971
|
+
"""Set the tilt angle at each curve control point"""
|
|
161124
161972
|
|
|
161125
161973
|
@classmethod
|
|
161126
161974
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -161173,8 +162021,8 @@ class GeometryNodeSetCurveRadius(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
161173
162021
|
:return: The class or default when not found.
|
|
161174
162022
|
"""
|
|
161175
162023
|
|
|
161176
|
-
class
|
|
161177
|
-
"""Set the
|
|
162024
|
+
class GeometryNodeSetGeometryBundle(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
162025
|
+
"""Set the bundle of a geometry"""
|
|
161178
162026
|
|
|
161179
162027
|
@classmethod
|
|
161180
162028
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -176493,7 +177341,10 @@ class Mesh(ID, bpy_struct):
|
|
|
176493
177341
|
def edge_creases_remove(self) -> None: ...
|
|
176494
177342
|
def from_pydata(
|
|
176495
177343
|
self,
|
|
176496
|
-
vertices: collections.abc.Iterable[
|
|
177344
|
+
vertices: collections.abc.Iterable[
|
|
177345
|
+
collections.abc.Sequence[float] | mathutils.Vector
|
|
177346
|
+
]
|
|
177347
|
+
| None,
|
|
176497
177348
|
edges: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
|
|
176498
177349
|
faces: collections.abc.Iterable[collections.abc.Sequence[int]] | None,
|
|
176499
177350
|
shade_flat=True,
|
|
@@ -180624,6 +181475,66 @@ class NodeGeometryViewerItem(bpy_struct):
|
|
|
180624
181475
|
:return: The class or default when not found.
|
|
180625
181476
|
"""
|
|
180626
181477
|
|
|
181478
|
+
class NodeGetBundleItem(NodeInternal, Node, bpy_struct):
|
|
181479
|
+
"""Retrieve a bundle item by path."""
|
|
181480
|
+
|
|
181481
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
181482
|
+
""" Value may be implicitly converted if the type does not match"""
|
|
181483
|
+
|
|
181484
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
181485
|
+
""" What kind of higher order types are expected to flow through this socket"""
|
|
181486
|
+
|
|
181487
|
+
@classmethod
|
|
181488
|
+
def is_registered_node_type(cls) -> bool:
|
|
181489
|
+
"""True if a registered node type
|
|
181490
|
+
|
|
181491
|
+
:return: Result
|
|
181492
|
+
"""
|
|
181493
|
+
|
|
181494
|
+
@classmethod
|
|
181495
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
181496
|
+
"""Input socket template
|
|
181497
|
+
|
|
181498
|
+
:param index: Index
|
|
181499
|
+
:return: result
|
|
181500
|
+
"""
|
|
181501
|
+
|
|
181502
|
+
@classmethod
|
|
181503
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
181504
|
+
"""Output socket template
|
|
181505
|
+
|
|
181506
|
+
:param index: Index
|
|
181507
|
+
:return: result
|
|
181508
|
+
"""
|
|
181509
|
+
|
|
181510
|
+
@classmethod
|
|
181511
|
+
def bl_rna_get_subclass(
|
|
181512
|
+
cls,
|
|
181513
|
+
id: str | None,
|
|
181514
|
+
default=None,
|
|
181515
|
+
/,
|
|
181516
|
+
) -> Struct:
|
|
181517
|
+
"""
|
|
181518
|
+
|
|
181519
|
+
:param id: The RNA type identifier.
|
|
181520
|
+
:param default:
|
|
181521
|
+
:return: The RNA type or default when not found.
|
|
181522
|
+
"""
|
|
181523
|
+
|
|
181524
|
+
@classmethod
|
|
181525
|
+
def bl_rna_get_subclass_py(
|
|
181526
|
+
cls,
|
|
181527
|
+
id: str | None,
|
|
181528
|
+
default=None,
|
|
181529
|
+
/,
|
|
181530
|
+
) -> typing.Any:
|
|
181531
|
+
"""
|
|
181532
|
+
|
|
181533
|
+
:param id: The RNA type identifier.
|
|
181534
|
+
:param default:
|
|
181535
|
+
:return: The class or default when not found.
|
|
181536
|
+
"""
|
|
181537
|
+
|
|
180627
181538
|
class NodeGroup(NodeInternal, Node, bpy_struct):
|
|
180628
181539
|
node_tree: NodeTree | None
|
|
180629
181540
|
|
|
@@ -181713,6 +182624,41 @@ class NodeSocketFloatFrequency(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
|
181713
182624
|
:return: The class or default when not found.
|
|
181714
182625
|
"""
|
|
181715
182626
|
|
|
182627
|
+
class NodeSocketFloatMass(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
182628
|
+
"""Floating-point number socket of a node"""
|
|
182629
|
+
|
|
182630
|
+
default_value: float
|
|
182631
|
+
links: NodeLinks | None
|
|
182632
|
+
""" List of node links from or to this socket.(readonly)"""
|
|
182633
|
+
|
|
182634
|
+
@classmethod
|
|
182635
|
+
def bl_rna_get_subclass(
|
|
182636
|
+
cls,
|
|
182637
|
+
id: str | None,
|
|
182638
|
+
default=None,
|
|
182639
|
+
/,
|
|
182640
|
+
) -> Struct:
|
|
182641
|
+
"""
|
|
182642
|
+
|
|
182643
|
+
:param id: The RNA type identifier.
|
|
182644
|
+
:param default:
|
|
182645
|
+
:return: The RNA type or default when not found.
|
|
182646
|
+
"""
|
|
182647
|
+
|
|
182648
|
+
@classmethod
|
|
182649
|
+
def bl_rna_get_subclass_py(
|
|
182650
|
+
cls,
|
|
182651
|
+
id: str | None,
|
|
182652
|
+
default=None,
|
|
182653
|
+
/,
|
|
182654
|
+
) -> typing.Any:
|
|
182655
|
+
"""
|
|
182656
|
+
|
|
182657
|
+
:param id: The RNA type identifier.
|
|
182658
|
+
:param default:
|
|
182659
|
+
:return: The class or default when not found.
|
|
182660
|
+
"""
|
|
182661
|
+
|
|
181716
182662
|
class NodeSocketFloatPercentage(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
181717
182663
|
"""Floating-point number socket of a node"""
|
|
181718
182664
|
|
|
@@ -183620,6 +184566,64 @@ class NodeSocketVirtual(NodeSocketStandard, NodeSocket, bpy_struct):
|
|
|
183620
184566
|
:return: The class or default when not found.
|
|
183621
184567
|
"""
|
|
183622
184568
|
|
|
184569
|
+
class NodeStoreBundleItem(NodeInternal, Node, bpy_struct):
|
|
184570
|
+
"""Store a bundle item by path and data type."""
|
|
184571
|
+
|
|
184572
|
+
socket_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
184573
|
+
structure_type: bpy.stub_internal.rna_enums.NodeSocketStructureTypeItems
|
|
184574
|
+
""" What kind of higher order types are expected to flow through this socket"""
|
|
184575
|
+
|
|
184576
|
+
@classmethod
|
|
184577
|
+
def is_registered_node_type(cls) -> bool:
|
|
184578
|
+
"""True if a registered node type
|
|
184579
|
+
|
|
184580
|
+
:return: Result
|
|
184581
|
+
"""
|
|
184582
|
+
|
|
184583
|
+
@classmethod
|
|
184584
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
184585
|
+
"""Input socket template
|
|
184586
|
+
|
|
184587
|
+
:param index: Index
|
|
184588
|
+
:return: result
|
|
184589
|
+
"""
|
|
184590
|
+
|
|
184591
|
+
@classmethod
|
|
184592
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
184593
|
+
"""Output socket template
|
|
184594
|
+
|
|
184595
|
+
:param index: Index
|
|
184596
|
+
:return: result
|
|
184597
|
+
"""
|
|
184598
|
+
|
|
184599
|
+
@classmethod
|
|
184600
|
+
def bl_rna_get_subclass(
|
|
184601
|
+
cls,
|
|
184602
|
+
id: str | None,
|
|
184603
|
+
default=None,
|
|
184604
|
+
/,
|
|
184605
|
+
) -> Struct:
|
|
184606
|
+
"""
|
|
184607
|
+
|
|
184608
|
+
:param id: The RNA type identifier.
|
|
184609
|
+
:param default:
|
|
184610
|
+
:return: The RNA type or default when not found.
|
|
184611
|
+
"""
|
|
184612
|
+
|
|
184613
|
+
@classmethod
|
|
184614
|
+
def bl_rna_get_subclass_py(
|
|
184615
|
+
cls,
|
|
184616
|
+
id: str | None,
|
|
184617
|
+
default=None,
|
|
184618
|
+
/,
|
|
184619
|
+
) -> typing.Any:
|
|
184620
|
+
"""
|
|
184621
|
+
|
|
184622
|
+
:param id: The RNA type identifier.
|
|
184623
|
+
:param default:
|
|
184624
|
+
:return: The class or default when not found.
|
|
184625
|
+
"""
|
|
184626
|
+
|
|
183623
184627
|
class NodeTree(ID, bpy_struct):
|
|
183624
184628
|
"""Node tree consisting of linked nodes used for shading, textures and compositing"""
|
|
183625
184629
|
|
|
@@ -184780,6 +185784,73 @@ class NodeTreeInterfaceSocketFloatFrequency(
|
|
|
184780
185784
|
:return: The class or default when not found.
|
|
184781
185785
|
"""
|
|
184782
185786
|
|
|
185787
|
+
class NodeTreeInterfaceSocketFloatMass(
|
|
185788
|
+
NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
|
|
185789
|
+
):
|
|
185790
|
+
"""Floating-point number socket of a node"""
|
|
185791
|
+
|
|
185792
|
+
default_value: float
|
|
185793
|
+
""" Input value used for unconnected socket"""
|
|
185794
|
+
|
|
185795
|
+
max_value: float
|
|
185796
|
+
""" Maximum value"""
|
|
185797
|
+
|
|
185798
|
+
min_value: float
|
|
185799
|
+
""" Minimum value"""
|
|
185800
|
+
|
|
185801
|
+
subtype: str
|
|
185802
|
+
""" Subtype of the default value"""
|
|
185803
|
+
|
|
185804
|
+
def draw(self, context: Context, layout: UILayout) -> None:
|
|
185805
|
+
"""Draw interface socket settings
|
|
185806
|
+
|
|
185807
|
+
:param context:
|
|
185808
|
+
:param layout: Layout, Layout in the UI
|
|
185809
|
+
"""
|
|
185810
|
+
|
|
185811
|
+
def init_socket(self, node: Node, socket: NodeSocket, data_path: str) -> None:
|
|
185812
|
+
"""Initialize a node socket instance
|
|
185813
|
+
|
|
185814
|
+
:param node: Node, Node of the socket to initialize
|
|
185815
|
+
:param socket: Socket, Socket to initialize
|
|
185816
|
+
:param data_path: Data Path, Path to specialized socket data
|
|
185817
|
+
"""
|
|
185818
|
+
|
|
185819
|
+
def from_socket(self, node: Node, socket: NodeSocket) -> None:
|
|
185820
|
+
"""Setup template parameters from an existing socket
|
|
185821
|
+
|
|
185822
|
+
:param node: Node, Node of the original socket
|
|
185823
|
+
:param socket: Socket, Original socket
|
|
185824
|
+
"""
|
|
185825
|
+
|
|
185826
|
+
@classmethod
|
|
185827
|
+
def bl_rna_get_subclass(
|
|
185828
|
+
cls,
|
|
185829
|
+
id: str | None,
|
|
185830
|
+
default=None,
|
|
185831
|
+
/,
|
|
185832
|
+
) -> Struct:
|
|
185833
|
+
"""
|
|
185834
|
+
|
|
185835
|
+
:param id: The RNA type identifier.
|
|
185836
|
+
:param default:
|
|
185837
|
+
:return: The RNA type or default when not found.
|
|
185838
|
+
"""
|
|
185839
|
+
|
|
185840
|
+
@classmethod
|
|
185841
|
+
def bl_rna_get_subclass_py(
|
|
185842
|
+
cls,
|
|
185843
|
+
id: str | None,
|
|
185844
|
+
default=None,
|
|
185845
|
+
/,
|
|
185846
|
+
) -> typing.Any:
|
|
185847
|
+
"""
|
|
185848
|
+
|
|
185849
|
+
:param id: The RNA type identifier.
|
|
185850
|
+
:param default:
|
|
185851
|
+
:return: The class or default when not found.
|
|
185852
|
+
"""
|
|
185853
|
+
|
|
184783
185854
|
class NodeTreeInterfaceSocketFloatPercentage(
|
|
184784
185855
|
NodeTreeInterfaceSocket, NodeTreeInterfaceItem, bpy_struct
|
|
184785
185856
|
):
|
|
@@ -193167,6 +194238,9 @@ class PreferencesExperimental(bpy_struct):
|
|
|
193167
194238
|
use_extensions_debug: bool
|
|
193168
194239
|
""" Extra debugging information & developer support utilities for extensions"""
|
|
193169
194240
|
|
|
194241
|
+
use_geometry_bundle: bool
|
|
194242
|
+
""" Support storing custom bundles in a geometry in Geometry Nodes"""
|
|
194243
|
+
|
|
193170
194244
|
use_geometry_nodes_lists: bool
|
|
193171
194245
|
""" Enable new list types and nodes"""
|
|
193172
194246
|
|
|
@@ -207030,7 +208104,12 @@ class SpacePreferences(Space, bpy_struct):
|
|
|
207030
208104
|
filter_type: typing.Literal["NAME", "KEY"]
|
|
207031
208105
|
""" Filter method"""
|
|
207032
208106
|
|
|
208107
|
+
search_filter: str
|
|
208108
|
+
""" Live search filtering string"""
|
|
208109
|
+
|
|
207033
208110
|
show_region_ui: bool
|
|
208111
|
+
tab_search_results: bool
|
|
208112
|
+
""" Whether or not each visible tab has a search result"""
|
|
207034
208113
|
|
|
207035
208114
|
@classmethod
|
|
207036
208115
|
def bl_rna_get_subclass(
|
|
@@ -207362,6 +208441,9 @@ class SpaceSpreadsheet(Space, bpy_struct):
|
|
|
207362
208441
|
geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
207363
208442
|
""" Part of the geometry to display data from"""
|
|
207364
208443
|
|
|
208444
|
+
geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
|
|
208445
|
+
""" Item Type"""
|
|
208446
|
+
|
|
207365
208447
|
is_pinned: bool
|
|
207366
208448
|
""" Context path is pinned"""
|
|
207367
208449
|
|
|
@@ -208604,6 +209686,9 @@ class SpreadsheetTableIDGeometry(SpreadsheetTableID, bpy_struct):
|
|
|
208604
209686
|
geometry_component_type: bpy.stub_internal.rna_enums.GeometryComponentTypeItems
|
|
208605
209687
|
""" Part of the geometry to display data from"""
|
|
208606
209688
|
|
|
209689
|
+
geometry_item_type: typing.Literal["DOMAIN", "BUNDLE"]
|
|
209690
|
+
""" Item Type"""
|
|
209691
|
+
|
|
208607
209692
|
layer_index: int
|
|
208608
209693
|
""" Index of the Grease Pencil layer"""
|
|
208609
209694
|
|
|
@@ -213679,6 +214764,7 @@ class ThemeOutliner(bpy_struct):
|
|
|
213679
214764
|
class ThemePreferences(bpy_struct):
|
|
213680
214765
|
"""Theme settings for the Blender Preferences"""
|
|
213681
214766
|
|
|
214767
|
+
match: mathutils.Color
|
|
213682
214768
|
space: ThemeSpaceGeneric
|
|
213683
214769
|
""" Settings for space"""
|
|
213684
214770
|
|
|
@@ -215874,6 +216960,7 @@ class UILayout(bpy_struct):
|
|
|
215874
216960
|
data_highlight: typing.Any = None,
|
|
215875
216961
|
property_highlight: str = "",
|
|
215876
216962
|
icon_only: bool | None = False,
|
|
216963
|
+
expand_as: typing.Literal["DEFAULT", "ROW"] | None = "DEFAULT",
|
|
215877
216964
|
) -> None:
|
|
215878
216965
|
"""prop_tabs_enum
|
|
215879
216966
|
|
|
@@ -215882,6 +216969,7 @@ class UILayout(bpy_struct):
|
|
|
215882
216969
|
:param data_highlight: Data from which to take highlight property
|
|
215883
216970
|
:param property_highlight: Identifier of highlight property in data
|
|
215884
216971
|
:param icon_only: Draw only icons in tabs, no text
|
|
216972
|
+
:param expand_as:
|
|
215885
216973
|
"""
|
|
215886
216974
|
|
|
215887
216975
|
def prop_enum(
|