fake-bpy-module 20250408__py3-none-any.whl → 20250409__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -48
- bpy/_typing/rna_enums/__init__.pyi +4 -0
- bpy/app/__init__.pyi +1 -1
- bpy/types/__init__.pyi +837 -77
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250409.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250409.dist-info}/RECORD +9 -9
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250409.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250409.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -9557,8 +9557,14 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
9557
9557
|
* GeometryNodeFaceOfCorner.output_template
|
|
9558
9558
|
* GeometryNodeFieldAtIndex.input_template
|
|
9559
9559
|
* GeometryNodeFieldAtIndex.output_template
|
|
9560
|
+
* GeometryNodeFieldAverage.input_template
|
|
9561
|
+
* GeometryNodeFieldAverage.output_template
|
|
9562
|
+
* GeometryNodeFieldMinAndMax.input_template
|
|
9563
|
+
* GeometryNodeFieldMinAndMax.output_template
|
|
9560
9564
|
* GeometryNodeFieldOnDomain.input_template
|
|
9561
9565
|
* GeometryNodeFieldOnDomain.output_template
|
|
9566
|
+
* GeometryNodeFieldVariance.input_template
|
|
9567
|
+
* GeometryNodeFieldVariance.output_template
|
|
9562
9568
|
* GeometryNodeFillCurve.input_template
|
|
9563
9569
|
* GeometryNodeFillCurve.output_template
|
|
9564
9570
|
* GeometryNodeFilletCurve.input_template
|
|
@@ -9795,6 +9801,8 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
9795
9801
|
* GeometryNodeSetGeometryName.output_template
|
|
9796
9802
|
* GeometryNodeSetGreasePencilColor.input_template
|
|
9797
9803
|
* GeometryNodeSetGreasePencilColor.output_template
|
|
9804
|
+
* GeometryNodeSetGreasePencilDepth.input_template
|
|
9805
|
+
* GeometryNodeSetGreasePencilDepth.output_template
|
|
9798
9806
|
* GeometryNodeSetID.input_template
|
|
9799
9807
|
* GeometryNodeSetID.output_template
|
|
9800
9808
|
* GeometryNodeSetInstanceTransform.input_template
|
|
@@ -14887,6 +14895,102 @@ Executing the operator will then print all values.
|
|
|
14887
14895
|
:columns: 2
|
|
14888
14896
|
|
|
14889
14897
|
|
|
14898
|
+
--------------------
|
|
14899
|
+
|
|
14900
|
+
* bpy_struct.id_data
|
|
14901
|
+
* Node.type
|
|
14902
|
+
* Node.location
|
|
14903
|
+
* Node.location_absolute
|
|
14904
|
+
* Node.width
|
|
14905
|
+
* Node.height
|
|
14906
|
+
* Node.dimensions
|
|
14907
|
+
* Node.name
|
|
14908
|
+
* Node.label
|
|
14909
|
+
* Node.inputs
|
|
14910
|
+
* Node.outputs
|
|
14911
|
+
* Node.internal_links
|
|
14912
|
+
* Node.parent
|
|
14913
|
+
* Node.warning_propagation
|
|
14914
|
+
* Node.use_custom_color
|
|
14915
|
+
* Node.color
|
|
14916
|
+
* Node.color_tag
|
|
14917
|
+
* Node.select
|
|
14918
|
+
* Node.show_options
|
|
14919
|
+
* Node.show_preview
|
|
14920
|
+
* Node.hide
|
|
14921
|
+
* Node.mute
|
|
14922
|
+
* Node.show_texture
|
|
14923
|
+
* Node.bl_idname
|
|
14924
|
+
* Node.bl_label
|
|
14925
|
+
* Node.bl_description
|
|
14926
|
+
* Node.bl_icon
|
|
14927
|
+
* Node.bl_static_type
|
|
14928
|
+
* Node.bl_width_default
|
|
14929
|
+
* Node.bl_width_min
|
|
14930
|
+
* Node.bl_width_max
|
|
14931
|
+
* Node.bl_height_default
|
|
14932
|
+
* Node.bl_height_min
|
|
14933
|
+
* Node.bl_height_max
|
|
14934
|
+
|
|
14935
|
+
:columns: 2
|
|
14936
|
+
|
|
14937
|
+
|
|
14938
|
+
--------------------
|
|
14939
|
+
|
|
14940
|
+
* bpy_struct.as_pointer
|
|
14941
|
+
* bpy_struct.driver_add
|
|
14942
|
+
* bpy_struct.driver_remove
|
|
14943
|
+
* bpy_struct.get
|
|
14944
|
+
* bpy_struct.id_properties_clear
|
|
14945
|
+
* bpy_struct.id_properties_ensure
|
|
14946
|
+
* bpy_struct.id_properties_ui
|
|
14947
|
+
* bpy_struct.is_property_hidden
|
|
14948
|
+
* bpy_struct.is_property_overridable_library
|
|
14949
|
+
* bpy_struct.is_property_readonly
|
|
14950
|
+
* bpy_struct.is_property_set
|
|
14951
|
+
* bpy_struct.items
|
|
14952
|
+
* bpy_struct.keyframe_delete
|
|
14953
|
+
* bpy_struct.keyframe_insert
|
|
14954
|
+
* bpy_struct.keys
|
|
14955
|
+
* bpy_struct.path_from_id
|
|
14956
|
+
* bpy_struct.path_resolve
|
|
14957
|
+
* bpy_struct.pop
|
|
14958
|
+
* bpy_struct.property_overridable_library_set
|
|
14959
|
+
* bpy_struct.property_unset
|
|
14960
|
+
* bpy_struct.rna_ancestors
|
|
14961
|
+
* bpy_struct.type_recast
|
|
14962
|
+
* bpy_struct.values
|
|
14963
|
+
* Node.socket_value_update
|
|
14964
|
+
* Node.is_registered_node_type
|
|
14965
|
+
* Node.poll
|
|
14966
|
+
* Node.poll_instance
|
|
14967
|
+
* Node.update
|
|
14968
|
+
* Node.insert_link
|
|
14969
|
+
* Node.init
|
|
14970
|
+
* Node.copy
|
|
14971
|
+
* Node.free
|
|
14972
|
+
* Node.draw_buttons
|
|
14973
|
+
* Node.draw_buttons_ext
|
|
14974
|
+
* Node.draw_label
|
|
14975
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
14976
|
+
* Node.debug_zone_lazy_function_graph
|
|
14977
|
+
* Node.poll
|
|
14978
|
+
* Node.bl_rna_get_subclass
|
|
14979
|
+
* Node.bl_rna_get_subclass_py
|
|
14980
|
+
* NodeInternal.poll
|
|
14981
|
+
* NodeInternal.poll_instance
|
|
14982
|
+
* NodeInternal.update
|
|
14983
|
+
* NodeInternal.draw_buttons
|
|
14984
|
+
* NodeInternal.draw_buttons_ext
|
|
14985
|
+
* NodeInternal.bl_rna_get_subclass
|
|
14986
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
14987
|
+
* GeometryNode.poll
|
|
14988
|
+
* GeometryNode.bl_rna_get_subclass
|
|
14989
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
14990
|
+
|
|
14991
|
+
:columns: 2
|
|
14992
|
+
|
|
14993
|
+
|
|
14890
14994
|
--------------------
|
|
14891
14995
|
|
|
14892
14996
|
* bpy_struct.id_data
|
|
@@ -30614,6 +30718,102 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
30614
30718
|
:columns: 2
|
|
30615
30719
|
|
|
30616
30720
|
|
|
30721
|
+
--------------------
|
|
30722
|
+
|
|
30723
|
+
* bpy_struct.id_data
|
|
30724
|
+
* Node.type
|
|
30725
|
+
* Node.location
|
|
30726
|
+
* Node.location_absolute
|
|
30727
|
+
* Node.width
|
|
30728
|
+
* Node.height
|
|
30729
|
+
* Node.dimensions
|
|
30730
|
+
* Node.name
|
|
30731
|
+
* Node.label
|
|
30732
|
+
* Node.inputs
|
|
30733
|
+
* Node.outputs
|
|
30734
|
+
* Node.internal_links
|
|
30735
|
+
* Node.parent
|
|
30736
|
+
* Node.warning_propagation
|
|
30737
|
+
* Node.use_custom_color
|
|
30738
|
+
* Node.color
|
|
30739
|
+
* Node.color_tag
|
|
30740
|
+
* Node.select
|
|
30741
|
+
* Node.show_options
|
|
30742
|
+
* Node.show_preview
|
|
30743
|
+
* Node.hide
|
|
30744
|
+
* Node.mute
|
|
30745
|
+
* Node.show_texture
|
|
30746
|
+
* Node.bl_idname
|
|
30747
|
+
* Node.bl_label
|
|
30748
|
+
* Node.bl_description
|
|
30749
|
+
* Node.bl_icon
|
|
30750
|
+
* Node.bl_static_type
|
|
30751
|
+
* Node.bl_width_default
|
|
30752
|
+
* Node.bl_width_min
|
|
30753
|
+
* Node.bl_width_max
|
|
30754
|
+
* Node.bl_height_default
|
|
30755
|
+
* Node.bl_height_min
|
|
30756
|
+
* Node.bl_height_max
|
|
30757
|
+
|
|
30758
|
+
:columns: 2
|
|
30759
|
+
|
|
30760
|
+
|
|
30761
|
+
--------------------
|
|
30762
|
+
|
|
30763
|
+
* bpy_struct.as_pointer
|
|
30764
|
+
* bpy_struct.driver_add
|
|
30765
|
+
* bpy_struct.driver_remove
|
|
30766
|
+
* bpy_struct.get
|
|
30767
|
+
* bpy_struct.id_properties_clear
|
|
30768
|
+
* bpy_struct.id_properties_ensure
|
|
30769
|
+
* bpy_struct.id_properties_ui
|
|
30770
|
+
* bpy_struct.is_property_hidden
|
|
30771
|
+
* bpy_struct.is_property_overridable_library
|
|
30772
|
+
* bpy_struct.is_property_readonly
|
|
30773
|
+
* bpy_struct.is_property_set
|
|
30774
|
+
* bpy_struct.items
|
|
30775
|
+
* bpy_struct.keyframe_delete
|
|
30776
|
+
* bpy_struct.keyframe_insert
|
|
30777
|
+
* bpy_struct.keys
|
|
30778
|
+
* bpy_struct.path_from_id
|
|
30779
|
+
* bpy_struct.path_resolve
|
|
30780
|
+
* bpy_struct.pop
|
|
30781
|
+
* bpy_struct.property_overridable_library_set
|
|
30782
|
+
* bpy_struct.property_unset
|
|
30783
|
+
* bpy_struct.rna_ancestors
|
|
30784
|
+
* bpy_struct.type_recast
|
|
30785
|
+
* bpy_struct.values
|
|
30786
|
+
* Node.socket_value_update
|
|
30787
|
+
* Node.is_registered_node_type
|
|
30788
|
+
* Node.poll
|
|
30789
|
+
* Node.poll_instance
|
|
30790
|
+
* Node.update
|
|
30791
|
+
* Node.insert_link
|
|
30792
|
+
* Node.init
|
|
30793
|
+
* Node.copy
|
|
30794
|
+
* Node.free
|
|
30795
|
+
* Node.draw_buttons
|
|
30796
|
+
* Node.draw_buttons_ext
|
|
30797
|
+
* Node.draw_label
|
|
30798
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
30799
|
+
* Node.debug_zone_lazy_function_graph
|
|
30800
|
+
* Node.poll
|
|
30801
|
+
* Node.bl_rna_get_subclass
|
|
30802
|
+
* Node.bl_rna_get_subclass_py
|
|
30803
|
+
* NodeInternal.poll
|
|
30804
|
+
* NodeInternal.poll_instance
|
|
30805
|
+
* NodeInternal.update
|
|
30806
|
+
* NodeInternal.draw_buttons
|
|
30807
|
+
* NodeInternal.draw_buttons_ext
|
|
30808
|
+
* NodeInternal.bl_rna_get_subclass
|
|
30809
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
30810
|
+
* GeometryNode.poll
|
|
30811
|
+
* GeometryNode.bl_rna_get_subclass
|
|
30812
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
30813
|
+
|
|
30814
|
+
:columns: 2
|
|
30815
|
+
|
|
30816
|
+
|
|
30617
30817
|
--------------------
|
|
30618
30818
|
|
|
30619
30819
|
* bpy_struct.id_data
|
|
@@ -76390,9 +76590,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
76390
76590
|
* NodeInternal.draw_buttons_ext
|
|
76391
76591
|
* NodeInternal.bl_rna_get_subclass
|
|
76392
76592
|
* NodeInternal.bl_rna_get_subclass_py
|
|
76393
|
-
*
|
|
76394
|
-
*
|
|
76395
|
-
*
|
|
76593
|
+
* GeometryNode.poll
|
|
76594
|
+
* GeometryNode.bl_rna_get_subclass
|
|
76595
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
76396
76596
|
|
|
76397
76597
|
:columns: 2
|
|
76398
76598
|
|
|
@@ -76486,11 +76686,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
76486
76686
|
* NodeInternal.draw_buttons_ext
|
|
76487
76687
|
* NodeInternal.bl_rna_get_subclass
|
|
76488
76688
|
* NodeInternal.bl_rna_get_subclass_py
|
|
76489
|
-
*
|
|
76490
|
-
*
|
|
76491
|
-
*
|
|
76492
|
-
* CompositorNode.bl_rna_get_subclass
|
|
76493
|
-
* CompositorNode.bl_rna_get_subclass_py
|
|
76689
|
+
* ShaderNode.poll
|
|
76690
|
+
* ShaderNode.bl_rna_get_subclass
|
|
76691
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
76494
76692
|
|
|
76495
76693
|
:columns: 2
|
|
76496
76694
|
|
|
@@ -76498,26 +76696,124 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
76498
76696
|
--------------------
|
|
76499
76697
|
|
|
76500
76698
|
* bpy_struct.id_data
|
|
76501
|
-
*
|
|
76502
|
-
*
|
|
76503
|
-
*
|
|
76504
|
-
*
|
|
76505
|
-
*
|
|
76506
|
-
*
|
|
76507
|
-
*
|
|
76508
|
-
*
|
|
76509
|
-
*
|
|
76510
|
-
*
|
|
76511
|
-
*
|
|
76512
|
-
*
|
|
76513
|
-
*
|
|
76514
|
-
*
|
|
76515
|
-
*
|
|
76516
|
-
*
|
|
76517
|
-
*
|
|
76518
|
-
*
|
|
76519
|
-
*
|
|
76520
|
-
*
|
|
76699
|
+
* Node.type
|
|
76700
|
+
* Node.location
|
|
76701
|
+
* Node.location_absolute
|
|
76702
|
+
* Node.width
|
|
76703
|
+
* Node.height
|
|
76704
|
+
* Node.dimensions
|
|
76705
|
+
* Node.name
|
|
76706
|
+
* Node.label
|
|
76707
|
+
* Node.inputs
|
|
76708
|
+
* Node.outputs
|
|
76709
|
+
* Node.internal_links
|
|
76710
|
+
* Node.parent
|
|
76711
|
+
* Node.warning_propagation
|
|
76712
|
+
* Node.use_custom_color
|
|
76713
|
+
* Node.color
|
|
76714
|
+
* Node.color_tag
|
|
76715
|
+
* Node.select
|
|
76716
|
+
* Node.show_options
|
|
76717
|
+
* Node.show_preview
|
|
76718
|
+
* Node.hide
|
|
76719
|
+
* Node.mute
|
|
76720
|
+
* Node.show_texture
|
|
76721
|
+
* Node.bl_idname
|
|
76722
|
+
* Node.bl_label
|
|
76723
|
+
* Node.bl_description
|
|
76724
|
+
* Node.bl_icon
|
|
76725
|
+
* Node.bl_static_type
|
|
76726
|
+
* Node.bl_width_default
|
|
76727
|
+
* Node.bl_width_min
|
|
76728
|
+
* Node.bl_width_max
|
|
76729
|
+
* Node.bl_height_default
|
|
76730
|
+
* Node.bl_height_min
|
|
76731
|
+
* Node.bl_height_max
|
|
76732
|
+
|
|
76733
|
+
:columns: 2
|
|
76734
|
+
|
|
76735
|
+
|
|
76736
|
+
--------------------
|
|
76737
|
+
|
|
76738
|
+
* bpy_struct.as_pointer
|
|
76739
|
+
* bpy_struct.driver_add
|
|
76740
|
+
* bpy_struct.driver_remove
|
|
76741
|
+
* bpy_struct.get
|
|
76742
|
+
* bpy_struct.id_properties_clear
|
|
76743
|
+
* bpy_struct.id_properties_ensure
|
|
76744
|
+
* bpy_struct.id_properties_ui
|
|
76745
|
+
* bpy_struct.is_property_hidden
|
|
76746
|
+
* bpy_struct.is_property_overridable_library
|
|
76747
|
+
* bpy_struct.is_property_readonly
|
|
76748
|
+
* bpy_struct.is_property_set
|
|
76749
|
+
* bpy_struct.items
|
|
76750
|
+
* bpy_struct.keyframe_delete
|
|
76751
|
+
* bpy_struct.keyframe_insert
|
|
76752
|
+
* bpy_struct.keys
|
|
76753
|
+
* bpy_struct.path_from_id
|
|
76754
|
+
* bpy_struct.path_resolve
|
|
76755
|
+
* bpy_struct.pop
|
|
76756
|
+
* bpy_struct.property_overridable_library_set
|
|
76757
|
+
* bpy_struct.property_unset
|
|
76758
|
+
* bpy_struct.rna_ancestors
|
|
76759
|
+
* bpy_struct.type_recast
|
|
76760
|
+
* bpy_struct.values
|
|
76761
|
+
* Node.socket_value_update
|
|
76762
|
+
* Node.is_registered_node_type
|
|
76763
|
+
* Node.poll
|
|
76764
|
+
* Node.poll_instance
|
|
76765
|
+
* Node.update
|
|
76766
|
+
* Node.insert_link
|
|
76767
|
+
* Node.init
|
|
76768
|
+
* Node.copy
|
|
76769
|
+
* Node.free
|
|
76770
|
+
* Node.draw_buttons
|
|
76771
|
+
* Node.draw_buttons_ext
|
|
76772
|
+
* Node.draw_label
|
|
76773
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
76774
|
+
* Node.debug_zone_lazy_function_graph
|
|
76775
|
+
* Node.poll
|
|
76776
|
+
* Node.bl_rna_get_subclass
|
|
76777
|
+
* Node.bl_rna_get_subclass_py
|
|
76778
|
+
* NodeInternal.poll
|
|
76779
|
+
* NodeInternal.poll_instance
|
|
76780
|
+
* NodeInternal.update
|
|
76781
|
+
* NodeInternal.draw_buttons
|
|
76782
|
+
* NodeInternal.draw_buttons_ext
|
|
76783
|
+
* NodeInternal.bl_rna_get_subclass
|
|
76784
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
76785
|
+
* CompositorNode.tag_need_exec
|
|
76786
|
+
* CompositorNode.poll
|
|
76787
|
+
* CompositorNode.update
|
|
76788
|
+
* CompositorNode.bl_rna_get_subclass
|
|
76789
|
+
* CompositorNode.bl_rna_get_subclass_py
|
|
76790
|
+
|
|
76791
|
+
:columns: 2
|
|
76792
|
+
|
|
76793
|
+
|
|
76794
|
+
--------------------
|
|
76795
|
+
|
|
76796
|
+
* bpy_struct.id_data
|
|
76797
|
+
* ID.name
|
|
76798
|
+
* ID.name_full
|
|
76799
|
+
* ID.id_type
|
|
76800
|
+
* ID.session_uid
|
|
76801
|
+
* ID.is_evaluated
|
|
76802
|
+
* ID.original
|
|
76803
|
+
* ID.users
|
|
76804
|
+
* ID.use_fake_user
|
|
76805
|
+
* ID.use_extra_user
|
|
76806
|
+
* ID.is_embedded_data
|
|
76807
|
+
* ID.is_missing
|
|
76808
|
+
* ID.is_runtime_data
|
|
76809
|
+
* ID.is_editable
|
|
76810
|
+
* ID.tag
|
|
76811
|
+
* ID.is_library_indirect
|
|
76812
|
+
* ID.library
|
|
76813
|
+
* ID.library_weak_reference
|
|
76814
|
+
* ID.asset_data
|
|
76815
|
+
* ID.override_library
|
|
76816
|
+
* ID.preview
|
|
76521
76817
|
|
|
76522
76818
|
:columns: 2
|
|
76523
76819
|
|
|
@@ -85391,6 +85687,102 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
85391
85687
|
:columns: 2
|
|
85392
85688
|
|
|
85393
85689
|
|
|
85690
|
+
--------------------
|
|
85691
|
+
|
|
85692
|
+
* bpy_struct.id_data
|
|
85693
|
+
* Node.type
|
|
85694
|
+
* Node.location
|
|
85695
|
+
* Node.location_absolute
|
|
85696
|
+
* Node.width
|
|
85697
|
+
* Node.height
|
|
85698
|
+
* Node.dimensions
|
|
85699
|
+
* Node.name
|
|
85700
|
+
* Node.label
|
|
85701
|
+
* Node.inputs
|
|
85702
|
+
* Node.outputs
|
|
85703
|
+
* Node.internal_links
|
|
85704
|
+
* Node.parent
|
|
85705
|
+
* Node.warning_propagation
|
|
85706
|
+
* Node.use_custom_color
|
|
85707
|
+
* Node.color
|
|
85708
|
+
* Node.color_tag
|
|
85709
|
+
* Node.select
|
|
85710
|
+
* Node.show_options
|
|
85711
|
+
* Node.show_preview
|
|
85712
|
+
* Node.hide
|
|
85713
|
+
* Node.mute
|
|
85714
|
+
* Node.show_texture
|
|
85715
|
+
* Node.bl_idname
|
|
85716
|
+
* Node.bl_label
|
|
85717
|
+
* Node.bl_description
|
|
85718
|
+
* Node.bl_icon
|
|
85719
|
+
* Node.bl_static_type
|
|
85720
|
+
* Node.bl_width_default
|
|
85721
|
+
* Node.bl_width_min
|
|
85722
|
+
* Node.bl_width_max
|
|
85723
|
+
* Node.bl_height_default
|
|
85724
|
+
* Node.bl_height_min
|
|
85725
|
+
* Node.bl_height_max
|
|
85726
|
+
|
|
85727
|
+
:columns: 2
|
|
85728
|
+
|
|
85729
|
+
|
|
85730
|
+
--------------------
|
|
85731
|
+
|
|
85732
|
+
* bpy_struct.as_pointer
|
|
85733
|
+
* bpy_struct.driver_add
|
|
85734
|
+
* bpy_struct.driver_remove
|
|
85735
|
+
* bpy_struct.get
|
|
85736
|
+
* bpy_struct.id_properties_clear
|
|
85737
|
+
* bpy_struct.id_properties_ensure
|
|
85738
|
+
* bpy_struct.id_properties_ui
|
|
85739
|
+
* bpy_struct.is_property_hidden
|
|
85740
|
+
* bpy_struct.is_property_overridable_library
|
|
85741
|
+
* bpy_struct.is_property_readonly
|
|
85742
|
+
* bpy_struct.is_property_set
|
|
85743
|
+
* bpy_struct.items
|
|
85744
|
+
* bpy_struct.keyframe_delete
|
|
85745
|
+
* bpy_struct.keyframe_insert
|
|
85746
|
+
* bpy_struct.keys
|
|
85747
|
+
* bpy_struct.path_from_id
|
|
85748
|
+
* bpy_struct.path_resolve
|
|
85749
|
+
* bpy_struct.pop
|
|
85750
|
+
* bpy_struct.property_overridable_library_set
|
|
85751
|
+
* bpy_struct.property_unset
|
|
85752
|
+
* bpy_struct.rna_ancestors
|
|
85753
|
+
* bpy_struct.type_recast
|
|
85754
|
+
* bpy_struct.values
|
|
85755
|
+
* Node.socket_value_update
|
|
85756
|
+
* Node.is_registered_node_type
|
|
85757
|
+
* Node.poll
|
|
85758
|
+
* Node.poll_instance
|
|
85759
|
+
* Node.update
|
|
85760
|
+
* Node.insert_link
|
|
85761
|
+
* Node.init
|
|
85762
|
+
* Node.copy
|
|
85763
|
+
* Node.free
|
|
85764
|
+
* Node.draw_buttons
|
|
85765
|
+
* Node.draw_buttons_ext
|
|
85766
|
+
* Node.draw_label
|
|
85767
|
+
* Node.debug_zone_body_lazy_function_graph
|
|
85768
|
+
* Node.debug_zone_lazy_function_graph
|
|
85769
|
+
* Node.poll
|
|
85770
|
+
* Node.bl_rna_get_subclass
|
|
85771
|
+
* Node.bl_rna_get_subclass_py
|
|
85772
|
+
* NodeInternal.poll
|
|
85773
|
+
* NodeInternal.poll_instance
|
|
85774
|
+
* NodeInternal.update
|
|
85775
|
+
* NodeInternal.draw_buttons
|
|
85776
|
+
* NodeInternal.draw_buttons_ext
|
|
85777
|
+
* NodeInternal.bl_rna_get_subclass
|
|
85778
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
85779
|
+
* GeometryNode.poll
|
|
85780
|
+
* GeometryNode.bl_rna_get_subclass
|
|
85781
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
85782
|
+
|
|
85783
|
+
:columns: 2
|
|
85784
|
+
|
|
85785
|
+
|
|
85394
85786
|
--------------------
|
|
85395
85787
|
|
|
85396
85788
|
* bpy_struct.id_data
|
|
@@ -130312,6 +130704,12 @@ class CompositorNodeConvertColorSpace(CompositorNode, NodeInternal, Node, bpy_st
|
|
|
130312
130704
|
class CompositorNodeCornerPin(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
130313
130705
|
"""Plane warp transformation using explicit corner values"""
|
|
130314
130706
|
|
|
130707
|
+
interpolation: typing.Literal["NEAREST", "BILINEAR", "BICUBIC", "ANISOTROPIC"]
|
|
130708
|
+
""" Interpolation method
|
|
130709
|
+
|
|
130710
|
+
:type: typing.Literal['NEAREST','BILINEAR','BICUBIC','ANISOTROPIC']
|
|
130711
|
+
"""
|
|
130712
|
+
|
|
130315
130713
|
@classmethod
|
|
130316
130714
|
def is_registered_node_type(cls) -> bool:
|
|
130317
130715
|
"""True if a registered node type
|
|
@@ -152735,8 +153133,167 @@ class GeometryNodeEdgePathsToCurves(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
152735
153133
|
:rtype: typing.Any
|
|
152736
153134
|
"""
|
|
152737
153135
|
|
|
152738
|
-
class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
152739
|
-
"""Output a selection of edges by following paths across mesh edges"""
|
|
153136
|
+
class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153137
|
+
"""Output a selection of edges by following paths across mesh edges"""
|
|
153138
|
+
|
|
153139
|
+
@classmethod
|
|
153140
|
+
def is_registered_node_type(cls) -> bool:
|
|
153141
|
+
"""True if a registered node type
|
|
153142
|
+
|
|
153143
|
+
:return: Result
|
|
153144
|
+
:rtype: bool
|
|
153145
|
+
"""
|
|
153146
|
+
|
|
153147
|
+
@classmethod
|
|
153148
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153149
|
+
"""Input socket template
|
|
153150
|
+
|
|
153151
|
+
:param index: Index
|
|
153152
|
+
:type index: int | None
|
|
153153
|
+
:return: result
|
|
153154
|
+
:rtype: NodeInternalSocketTemplate
|
|
153155
|
+
"""
|
|
153156
|
+
|
|
153157
|
+
@classmethod
|
|
153158
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153159
|
+
"""Output socket template
|
|
153160
|
+
|
|
153161
|
+
:param index: Index
|
|
153162
|
+
:type index: int | None
|
|
153163
|
+
:return: result
|
|
153164
|
+
:rtype: NodeInternalSocketTemplate
|
|
153165
|
+
"""
|
|
153166
|
+
|
|
153167
|
+
@classmethod
|
|
153168
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153169
|
+
"""
|
|
153170
|
+
|
|
153171
|
+
:param id: The RNA type identifier.
|
|
153172
|
+
:type id: str | None
|
|
153173
|
+
:param default:
|
|
153174
|
+
:return: The RNA type or default when not found.
|
|
153175
|
+
:rtype: Struct
|
|
153176
|
+
"""
|
|
153177
|
+
|
|
153178
|
+
@classmethod
|
|
153179
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153180
|
+
"""
|
|
153181
|
+
|
|
153182
|
+
:param id: The RNA type identifier.
|
|
153183
|
+
:type id: str | None
|
|
153184
|
+
:param default:
|
|
153185
|
+
:return: The class or default when not found.
|
|
153186
|
+
:rtype: typing.Any
|
|
153187
|
+
"""
|
|
153188
|
+
|
|
153189
|
+
class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153190
|
+
"""Retrieve the edges on both sides of a face corner"""
|
|
153191
|
+
|
|
153192
|
+
@classmethod
|
|
153193
|
+
def is_registered_node_type(cls) -> bool:
|
|
153194
|
+
"""True if a registered node type
|
|
153195
|
+
|
|
153196
|
+
:return: Result
|
|
153197
|
+
:rtype: bool
|
|
153198
|
+
"""
|
|
153199
|
+
|
|
153200
|
+
@classmethod
|
|
153201
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153202
|
+
"""Input socket template
|
|
153203
|
+
|
|
153204
|
+
:param index: Index
|
|
153205
|
+
:type index: int | None
|
|
153206
|
+
:return: result
|
|
153207
|
+
:rtype: NodeInternalSocketTemplate
|
|
153208
|
+
"""
|
|
153209
|
+
|
|
153210
|
+
@classmethod
|
|
153211
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153212
|
+
"""Output socket template
|
|
153213
|
+
|
|
153214
|
+
:param index: Index
|
|
153215
|
+
:type index: int | None
|
|
153216
|
+
:return: result
|
|
153217
|
+
:rtype: NodeInternalSocketTemplate
|
|
153218
|
+
"""
|
|
153219
|
+
|
|
153220
|
+
@classmethod
|
|
153221
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153222
|
+
"""
|
|
153223
|
+
|
|
153224
|
+
:param id: The RNA type identifier.
|
|
153225
|
+
:type id: str | None
|
|
153226
|
+
:param default:
|
|
153227
|
+
:return: The RNA type or default when not found.
|
|
153228
|
+
:rtype: Struct
|
|
153229
|
+
"""
|
|
153230
|
+
|
|
153231
|
+
@classmethod
|
|
153232
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153233
|
+
"""
|
|
153234
|
+
|
|
153235
|
+
:param id: The RNA type identifier.
|
|
153236
|
+
:type id: str | None
|
|
153237
|
+
:param default:
|
|
153238
|
+
:return: The class or default when not found.
|
|
153239
|
+
:rtype: typing.Any
|
|
153240
|
+
"""
|
|
153241
|
+
|
|
153242
|
+
class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153243
|
+
"""Retrieve the edges connected to each vertex"""
|
|
153244
|
+
|
|
153245
|
+
@classmethod
|
|
153246
|
+
def is_registered_node_type(cls) -> bool:
|
|
153247
|
+
"""True if a registered node type
|
|
153248
|
+
|
|
153249
|
+
:return: Result
|
|
153250
|
+
:rtype: bool
|
|
153251
|
+
"""
|
|
153252
|
+
|
|
153253
|
+
@classmethod
|
|
153254
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153255
|
+
"""Input socket template
|
|
153256
|
+
|
|
153257
|
+
:param index: Index
|
|
153258
|
+
:type index: int | None
|
|
153259
|
+
:return: result
|
|
153260
|
+
:rtype: NodeInternalSocketTemplate
|
|
153261
|
+
"""
|
|
153262
|
+
|
|
153263
|
+
@classmethod
|
|
153264
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153265
|
+
"""Output socket template
|
|
153266
|
+
|
|
153267
|
+
:param index: Index
|
|
153268
|
+
:type index: int | None
|
|
153269
|
+
:return: result
|
|
153270
|
+
:rtype: NodeInternalSocketTemplate
|
|
153271
|
+
"""
|
|
153272
|
+
|
|
153273
|
+
@classmethod
|
|
153274
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153275
|
+
"""
|
|
153276
|
+
|
|
153277
|
+
:param id: The RNA type identifier.
|
|
153278
|
+
:type id: str | None
|
|
153279
|
+
:param default:
|
|
153280
|
+
:return: The RNA type or default when not found.
|
|
153281
|
+
:rtype: Struct
|
|
153282
|
+
"""
|
|
153283
|
+
|
|
153284
|
+
@classmethod
|
|
153285
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153286
|
+
"""
|
|
153287
|
+
|
|
153288
|
+
:param id: The RNA type identifier.
|
|
153289
|
+
:type id: str | None
|
|
153290
|
+
:param default:
|
|
153291
|
+
:return: The class or default when not found.
|
|
153292
|
+
:rtype: typing.Any
|
|
153293
|
+
"""
|
|
153294
|
+
|
|
153295
|
+
class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153296
|
+
"""Group faces into regions surrounded by the selected boundary edges"""
|
|
152740
153297
|
|
|
152741
153298
|
@classmethod
|
|
152742
153299
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152788,8 +153345,30 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
152788
153345
|
:rtype: typing.Any
|
|
152789
153346
|
"""
|
|
152790
153347
|
|
|
152791
|
-
class
|
|
152792
|
-
|
|
153348
|
+
class GeometryNodeEvaluateClosure(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153349
|
+
active_input_index: int | None
|
|
153350
|
+
""" Index of the active item
|
|
153351
|
+
|
|
153352
|
+
:type: int | None
|
|
153353
|
+
"""
|
|
153354
|
+
|
|
153355
|
+
active_output_index: int | None
|
|
153356
|
+
""" Index of the active item
|
|
153357
|
+
|
|
153358
|
+
:type: int | None
|
|
153359
|
+
"""
|
|
153360
|
+
|
|
153361
|
+
input_items: NodeGeometryEvaluateClosureInputItems
|
|
153362
|
+
"""
|
|
153363
|
+
|
|
153364
|
+
:type: NodeGeometryEvaluateClosureInputItems
|
|
153365
|
+
"""
|
|
153366
|
+
|
|
153367
|
+
output_items: NodeGeometryEvaluateClosureOutputItems
|
|
153368
|
+
"""
|
|
153369
|
+
|
|
153370
|
+
:type: NodeGeometryEvaluateClosureOutputItems
|
|
153371
|
+
"""
|
|
152793
153372
|
|
|
152794
153373
|
@classmethod
|
|
152795
153374
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152841,8 +153420,14 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152841
153420
|
:rtype: typing.Any
|
|
152842
153421
|
"""
|
|
152843
153422
|
|
|
152844
|
-
class
|
|
152845
|
-
"""
|
|
153423
|
+
class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153424
|
+
"""Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
|
|
153425
|
+
|
|
153426
|
+
mode: typing.Literal["VERTICES", "EDGES", "FACES"]
|
|
153427
|
+
"""
|
|
153428
|
+
|
|
153429
|
+
:type: typing.Literal['VERTICES','EDGES','FACES']
|
|
153430
|
+
"""
|
|
152846
153431
|
|
|
152847
153432
|
@classmethod
|
|
152848
153433
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152894,8 +153479,8 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
152894
153479
|
:rtype: typing.Any
|
|
152895
153480
|
"""
|
|
152896
153481
|
|
|
152897
|
-
class
|
|
152898
|
-
"""
|
|
153482
|
+
class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153483
|
+
"""Retrieve the face each face corner is part of"""
|
|
152899
153484
|
|
|
152900
153485
|
@classmethod
|
|
152901
153486
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -152947,29 +153532,19 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
|
|
|
152947
153532
|
:rtype: typing.Any
|
|
152948
153533
|
"""
|
|
152949
153534
|
|
|
152950
|
-
class
|
|
152951
|
-
|
|
152952
|
-
""" Index of the active item
|
|
152953
|
-
|
|
152954
|
-
:type: int | None
|
|
152955
|
-
"""
|
|
152956
|
-
|
|
152957
|
-
active_output_index: int | None
|
|
152958
|
-
""" Index of the active item
|
|
152959
|
-
|
|
152960
|
-
:type: int | None
|
|
152961
|
-
"""
|
|
153535
|
+
class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153536
|
+
"""Retrieve data of other elements in the context's geometry"""
|
|
152962
153537
|
|
|
152963
|
-
|
|
153538
|
+
data_type: bpy._typing.rna_enums.AttributeTypeItems
|
|
152964
153539
|
"""
|
|
152965
153540
|
|
|
152966
|
-
:type:
|
|
153541
|
+
:type: bpy._typing.rna_enums.AttributeTypeItems
|
|
152967
153542
|
"""
|
|
152968
153543
|
|
|
152969
|
-
|
|
152970
|
-
"""
|
|
153544
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153545
|
+
""" Domain the field is evaluated in
|
|
152971
153546
|
|
|
152972
|
-
:type:
|
|
153547
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
152973
153548
|
"""
|
|
152974
153549
|
|
|
152975
153550
|
@classmethod
|
|
@@ -153022,13 +153597,19 @@ class GeometryNodeEvaluateClosure(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153022
153597
|
:rtype: typing.Any
|
|
153023
153598
|
"""
|
|
153024
153599
|
|
|
153025
|
-
class
|
|
153026
|
-
"""
|
|
153600
|
+
class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153601
|
+
"""Calculate the mean and median of a given field"""
|
|
153027
153602
|
|
|
153028
|
-
|
|
153603
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
153604
|
+
""" Type of data the outputs are calculated from
|
|
153605
|
+
|
|
153606
|
+
:type: typing.Literal['FLOAT','FLOAT_VECTOR']
|
|
153607
|
+
"""
|
|
153608
|
+
|
|
153609
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153029
153610
|
"""
|
|
153030
153611
|
|
|
153031
|
-
:type:
|
|
153612
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153032
153613
|
"""
|
|
153033
153614
|
|
|
153034
153615
|
@classmethod
|
|
@@ -153081,8 +153662,20 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153081
153662
|
:rtype: typing.Any
|
|
153082
153663
|
"""
|
|
153083
153664
|
|
|
153084
|
-
class
|
|
153085
|
-
"""
|
|
153665
|
+
class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153666
|
+
"""Calculate the minimum and maximum of a given field"""
|
|
153667
|
+
|
|
153668
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
|
|
153669
|
+
""" Type of data the outputs are calculated from
|
|
153670
|
+
|
|
153671
|
+
:type: typing.Literal['FLOAT','INT','FLOAT_VECTOR']
|
|
153672
|
+
"""
|
|
153673
|
+
|
|
153674
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153675
|
+
"""
|
|
153676
|
+
|
|
153677
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153678
|
+
"""
|
|
153086
153679
|
|
|
153087
153680
|
@classmethod
|
|
153088
153681
|
def is_registered_node_type(cls) -> bool:
|
|
@@ -153134,8 +153727,8 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153134
153727
|
:rtype: typing.Any
|
|
153135
153728
|
"""
|
|
153136
153729
|
|
|
153137
|
-
class
|
|
153138
|
-
"""Retrieve
|
|
153730
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153731
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
153139
153732
|
|
|
153140
153733
|
data_type: bpy._typing.rna_enums.AttributeTypeItems
|
|
153141
153734
|
"""
|
|
@@ -153199,17 +153792,17 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153199
153792
|
:rtype: typing.Any
|
|
153200
153793
|
"""
|
|
153201
153794
|
|
|
153202
|
-
class
|
|
153203
|
-
"""
|
|
153795
|
+
class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153796
|
+
"""Calculate the standard deviation and variance of a given field"""
|
|
153204
153797
|
|
|
153205
|
-
data_type:
|
|
153206
|
-
"""
|
|
153798
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
153799
|
+
""" Type of data the outputs are calculated from
|
|
153207
153800
|
|
|
153208
|
-
:type:
|
|
153801
|
+
:type: typing.Literal['FLOAT','FLOAT_VECTOR']
|
|
153209
153802
|
"""
|
|
153210
153803
|
|
|
153211
153804
|
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153212
|
-
"""
|
|
153805
|
+
"""
|
|
153213
153806
|
|
|
153214
153807
|
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153215
153808
|
"""
|
|
@@ -160052,6 +160645,65 @@ class GeometryNodeSetGreasePencilColor(GeometryNode, NodeInternal, Node, bpy_str
|
|
|
160052
160645
|
:rtype: typing.Any
|
|
160053
160646
|
"""
|
|
160054
160647
|
|
|
160648
|
+
class GeometryNodeSetGreasePencilDepth(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160649
|
+
"""Set the Grease Pencil depth order to use"""
|
|
160650
|
+
|
|
160651
|
+
depth_order: bpy._typing.rna_enums.StrokeDepthOrderItems
|
|
160652
|
+
"""
|
|
160653
|
+
|
|
160654
|
+
:type: bpy._typing.rna_enums.StrokeDepthOrderItems
|
|
160655
|
+
"""
|
|
160656
|
+
|
|
160657
|
+
@classmethod
|
|
160658
|
+
def is_registered_node_type(cls) -> bool:
|
|
160659
|
+
"""True if a registered node type
|
|
160660
|
+
|
|
160661
|
+
:return: Result
|
|
160662
|
+
:rtype: bool
|
|
160663
|
+
"""
|
|
160664
|
+
|
|
160665
|
+
@classmethod
|
|
160666
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
160667
|
+
"""Input socket template
|
|
160668
|
+
|
|
160669
|
+
:param index: Index
|
|
160670
|
+
:type index: int | None
|
|
160671
|
+
:return: result
|
|
160672
|
+
:rtype: NodeInternalSocketTemplate
|
|
160673
|
+
"""
|
|
160674
|
+
|
|
160675
|
+
@classmethod
|
|
160676
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
160677
|
+
"""Output socket template
|
|
160678
|
+
|
|
160679
|
+
:param index: Index
|
|
160680
|
+
:type index: int | None
|
|
160681
|
+
:return: result
|
|
160682
|
+
:rtype: NodeInternalSocketTemplate
|
|
160683
|
+
"""
|
|
160684
|
+
|
|
160685
|
+
@classmethod
|
|
160686
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
160687
|
+
"""
|
|
160688
|
+
|
|
160689
|
+
:param id: The RNA type identifier.
|
|
160690
|
+
:type id: str | None
|
|
160691
|
+
:param default:
|
|
160692
|
+
:return: The RNA type or default when not found.
|
|
160693
|
+
:rtype: Struct
|
|
160694
|
+
"""
|
|
160695
|
+
|
|
160696
|
+
@classmethod
|
|
160697
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
160698
|
+
"""
|
|
160699
|
+
|
|
160700
|
+
:param id: The RNA type identifier.
|
|
160701
|
+
:type id: str | None
|
|
160702
|
+
:param default:
|
|
160703
|
+
:return: The class or default when not found.
|
|
160704
|
+
:rtype: typing.Any
|
|
160705
|
+
"""
|
|
160706
|
+
|
|
160055
160707
|
class GeometryNodeSetID(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
160056
160708
|
"""Set the id attribute on the input geometry, mainly used internally for randomizing"""
|
|
160057
160709
|
|
|
@@ -168342,10 +168994,10 @@ class GreasePencilv3(ID, bpy_struct):
|
|
|
168342
168994
|
:type: typing.Literal['ABSOLUTE','RELATIVE','SELECTED']
|
|
168343
168995
|
"""
|
|
168344
168996
|
|
|
168345
|
-
stroke_depth_order:
|
|
168997
|
+
stroke_depth_order: bpy._typing.rna_enums.StrokeDepthOrderItems
|
|
168346
168998
|
""" Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
|
|
168347
168999
|
|
|
168348
|
-
:type:
|
|
169000
|
+
:type: bpy._typing.rna_enums.StrokeDepthOrderItems
|
|
168349
169001
|
"""
|
|
168350
169002
|
|
|
168351
169003
|
use_autolock_layers: bool
|
|
@@ -215928,6 +216580,114 @@ class SpaceProperties(Space, bpy_struct):
|
|
|
215928
216580
|
:type: str
|
|
215929
216581
|
"""
|
|
215930
216582
|
|
|
216583
|
+
show_properties_bone: bool
|
|
216584
|
+
"""
|
|
216585
|
+
|
|
216586
|
+
:type: bool
|
|
216587
|
+
"""
|
|
216588
|
+
|
|
216589
|
+
show_properties_bone_constraints: bool
|
|
216590
|
+
"""
|
|
216591
|
+
|
|
216592
|
+
:type: bool
|
|
216593
|
+
"""
|
|
216594
|
+
|
|
216595
|
+
show_properties_collection: bool
|
|
216596
|
+
"""
|
|
216597
|
+
|
|
216598
|
+
:type: bool
|
|
216599
|
+
"""
|
|
216600
|
+
|
|
216601
|
+
show_properties_constraints: bool
|
|
216602
|
+
"""
|
|
216603
|
+
|
|
216604
|
+
:type: bool
|
|
216605
|
+
"""
|
|
216606
|
+
|
|
216607
|
+
show_properties_data: bool
|
|
216608
|
+
"""
|
|
216609
|
+
|
|
216610
|
+
:type: bool
|
|
216611
|
+
"""
|
|
216612
|
+
|
|
216613
|
+
show_properties_effects: bool
|
|
216614
|
+
"""
|
|
216615
|
+
|
|
216616
|
+
:type: bool
|
|
216617
|
+
"""
|
|
216618
|
+
|
|
216619
|
+
show_properties_material: bool
|
|
216620
|
+
"""
|
|
216621
|
+
|
|
216622
|
+
:type: bool
|
|
216623
|
+
"""
|
|
216624
|
+
|
|
216625
|
+
show_properties_modifiers: bool
|
|
216626
|
+
"""
|
|
216627
|
+
|
|
216628
|
+
:type: bool
|
|
216629
|
+
"""
|
|
216630
|
+
|
|
216631
|
+
show_properties_object: bool
|
|
216632
|
+
"""
|
|
216633
|
+
|
|
216634
|
+
:type: bool
|
|
216635
|
+
"""
|
|
216636
|
+
|
|
216637
|
+
show_properties_output: bool
|
|
216638
|
+
"""
|
|
216639
|
+
|
|
216640
|
+
:type: bool
|
|
216641
|
+
"""
|
|
216642
|
+
|
|
216643
|
+
show_properties_particles: bool
|
|
216644
|
+
"""
|
|
216645
|
+
|
|
216646
|
+
:type: bool
|
|
216647
|
+
"""
|
|
216648
|
+
|
|
216649
|
+
show_properties_physics: bool
|
|
216650
|
+
"""
|
|
216651
|
+
|
|
216652
|
+
:type: bool
|
|
216653
|
+
"""
|
|
216654
|
+
|
|
216655
|
+
show_properties_render: bool
|
|
216656
|
+
"""
|
|
216657
|
+
|
|
216658
|
+
:type: bool
|
|
216659
|
+
"""
|
|
216660
|
+
|
|
216661
|
+
show_properties_scene: bool
|
|
216662
|
+
"""
|
|
216663
|
+
|
|
216664
|
+
:type: bool
|
|
216665
|
+
"""
|
|
216666
|
+
|
|
216667
|
+
show_properties_texture: bool
|
|
216668
|
+
"""
|
|
216669
|
+
|
|
216670
|
+
:type: bool
|
|
216671
|
+
"""
|
|
216672
|
+
|
|
216673
|
+
show_properties_tool: bool
|
|
216674
|
+
"""
|
|
216675
|
+
|
|
216676
|
+
:type: bool
|
|
216677
|
+
"""
|
|
216678
|
+
|
|
216679
|
+
show_properties_view_layer: bool
|
|
216680
|
+
"""
|
|
216681
|
+
|
|
216682
|
+
:type: bool
|
|
216683
|
+
"""
|
|
216684
|
+
|
|
216685
|
+
show_properties_world: bool
|
|
216686
|
+
"""
|
|
216687
|
+
|
|
216688
|
+
:type: bool
|
|
216689
|
+
"""
|
|
216690
|
+
|
|
215931
216691
|
tab_search_results: bool
|
|
215932
216692
|
""" Whether or not each visible tab has a search result
|
|
215933
216693
|
|
|
@@ -239364,14 +240124,6 @@ NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE: bl_ui.node_add_menu_geometry.NODE_MT_
|
|
|
239364
240124
|
|
|
239365
240125
|
NODE_MT_geometry_node_GEO_GEOMETRY_WRITE: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GEOMETRY_WRITE
|
|
239366
240126
|
|
|
239367
|
-
NODE_MT_geometry_node_GEO_GREASE_PENCIL: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL
|
|
239368
|
-
|
|
239369
|
-
NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS
|
|
239370
|
-
|
|
239371
|
-
NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ
|
|
239372
|
-
|
|
239373
|
-
NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE
|
|
239374
|
-
|
|
239375
240127
|
NODE_MT_geometry_node_GEO_INPUT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT
|
|
239376
240128
|
|
|
239377
240129
|
NODE_MT_geometry_node_GEO_INPUT_CONSTANT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT_CONSTANT
|
|
@@ -239410,6 +240162,14 @@ NODE_MT_geometry_node_add_all: bl_ui.node_add_menu_geometry.NODE_MT_geometry_nod
|
|
|
239410
240162
|
|
|
239411
240163
|
NODE_MT_geometry_node_curve_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_curve_topology
|
|
239412
240164
|
|
|
240165
|
+
NODE_MT_geometry_node_grease_pencil: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil
|
|
240166
|
+
|
|
240167
|
+
NODE_MT_geometry_node_grease_pencil_operations: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_operations
|
|
240168
|
+
|
|
240169
|
+
NODE_MT_geometry_node_grease_pencil_read: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_read
|
|
240170
|
+
|
|
240171
|
+
NODE_MT_geometry_node_grease_pencil_write: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_write
|
|
240172
|
+
|
|
239413
240173
|
NODE_MT_geometry_node_mesh_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_mesh_topology
|
|
239414
240174
|
|
|
239415
240175
|
NODE_MT_geometry_node_volume_sample: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_volume_sample
|