fake-bpy-module 20250408__py3-none-any.whl → 20250410__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
- bl_ui/properties_data_curve/__init__.pyi +0 -31
- bl_ui/space_view3d/__init__.pyi +35 -0
- bpy/_typing/rna_enums/__init__.pyi +4 -0
- bpy/app/__init__.pyi +1 -1
- bpy/ops/wm/__init__.pyi +4 -4
- bpy/types/__init__.pyi +867 -107
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/RECORD +12 -12
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.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
|
|
@@ -153199,17 +153597,17 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153199
153597
|
:rtype: typing.Any
|
|
153200
153598
|
"""
|
|
153201
153599
|
|
|
153202
|
-
class
|
|
153203
|
-
"""
|
|
153600
|
+
class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153601
|
+
"""Calculate the mean and median of a given field"""
|
|
153204
153602
|
|
|
153205
|
-
data_type:
|
|
153206
|
-
"""
|
|
153603
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
153604
|
+
""" Type of data the outputs are calculated from
|
|
153207
153605
|
|
|
153208
|
-
:type:
|
|
153606
|
+
:type: typing.Literal['FLOAT','FLOAT_VECTOR']
|
|
153209
153607
|
"""
|
|
153210
153608
|
|
|
153211
153609
|
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153212
|
-
"""
|
|
153610
|
+
"""
|
|
153213
153611
|
|
|
153214
153612
|
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153215
153613
|
"""
|
|
@@ -153264,72 +153662,267 @@ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
153264
153662
|
:rtype: typing.Any
|
|
153265
153663
|
"""
|
|
153266
153664
|
|
|
153267
|
-
class
|
|
153268
|
-
"""
|
|
153665
|
+
class GeometryNodeFieldMinAndMax(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153666
|
+
"""Calculate the minimum and maximum of a given field"""
|
|
153269
153667
|
|
|
153270
|
-
|
|
153271
|
-
"""
|
|
153668
|
+
data_type: typing.Literal["FLOAT", "INT", "FLOAT_VECTOR"]
|
|
153669
|
+
""" Type of data the outputs are calculated from
|
|
153272
153670
|
|
|
153273
|
-
:type: typing.Literal['
|
|
153671
|
+
:type: typing.Literal['FLOAT','INT','FLOAT_VECTOR']
|
|
153274
153672
|
"""
|
|
153275
153673
|
|
|
153276
|
-
|
|
153277
|
-
|
|
153278
|
-
"""True if a registered node type
|
|
153279
|
-
|
|
153280
|
-
:return: Result
|
|
153281
|
-
:rtype: bool
|
|
153282
|
-
"""
|
|
153283
|
-
|
|
153284
|
-
@classmethod
|
|
153285
|
-
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153286
|
-
"""Input socket template
|
|
153287
|
-
|
|
153288
|
-
:param index: Index
|
|
153289
|
-
:type index: int | None
|
|
153290
|
-
:return: result
|
|
153291
|
-
:rtype: NodeInternalSocketTemplate
|
|
153292
|
-
"""
|
|
153293
|
-
|
|
153294
|
-
@classmethod
|
|
153295
|
-
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153296
|
-
"""Output socket template
|
|
153297
|
-
|
|
153298
|
-
:param index: Index
|
|
153299
|
-
:type index: int | None
|
|
153300
|
-
:return: result
|
|
153301
|
-
:rtype: NodeInternalSocketTemplate
|
|
153302
|
-
"""
|
|
153303
|
-
|
|
153304
|
-
@classmethod
|
|
153305
|
-
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153306
|
-
"""
|
|
153307
|
-
|
|
153308
|
-
:param id: The RNA type identifier.
|
|
153309
|
-
:type id: str | None
|
|
153310
|
-
:param default:
|
|
153311
|
-
:return: The RNA type or default when not found.
|
|
153312
|
-
:rtype: Struct
|
|
153313
|
-
"""
|
|
153314
|
-
|
|
153315
|
-
@classmethod
|
|
153316
|
-
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153317
|
-
"""
|
|
153318
|
-
|
|
153319
|
-
:param id: The RNA type identifier.
|
|
153320
|
-
:type id: str | None
|
|
153321
|
-
:param default:
|
|
153322
|
-
:return: The class or default when not found.
|
|
153323
|
-
:rtype: typing.Any
|
|
153324
|
-
"""
|
|
153325
|
-
|
|
153326
|
-
class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153327
|
-
"""Round corners by generating circular arcs on each control point"""
|
|
153328
|
-
|
|
153329
|
-
mode: typing.Literal["BEZIER", "POLY"]
|
|
153330
|
-
""" How to choose number of vertices on fillet
|
|
153674
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153675
|
+
"""
|
|
153331
153676
|
|
|
153332
|
-
:type:
|
|
153677
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153678
|
+
"""
|
|
153679
|
+
|
|
153680
|
+
@classmethod
|
|
153681
|
+
def is_registered_node_type(cls) -> bool:
|
|
153682
|
+
"""True if a registered node type
|
|
153683
|
+
|
|
153684
|
+
:return: Result
|
|
153685
|
+
:rtype: bool
|
|
153686
|
+
"""
|
|
153687
|
+
|
|
153688
|
+
@classmethod
|
|
153689
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153690
|
+
"""Input socket template
|
|
153691
|
+
|
|
153692
|
+
:param index: Index
|
|
153693
|
+
:type index: int | None
|
|
153694
|
+
:return: result
|
|
153695
|
+
:rtype: NodeInternalSocketTemplate
|
|
153696
|
+
"""
|
|
153697
|
+
|
|
153698
|
+
@classmethod
|
|
153699
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153700
|
+
"""Output socket template
|
|
153701
|
+
|
|
153702
|
+
:param index: Index
|
|
153703
|
+
:type index: int | None
|
|
153704
|
+
:return: result
|
|
153705
|
+
:rtype: NodeInternalSocketTemplate
|
|
153706
|
+
"""
|
|
153707
|
+
|
|
153708
|
+
@classmethod
|
|
153709
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153710
|
+
"""
|
|
153711
|
+
|
|
153712
|
+
:param id: The RNA type identifier.
|
|
153713
|
+
:type id: str | None
|
|
153714
|
+
:param default:
|
|
153715
|
+
:return: The RNA type or default when not found.
|
|
153716
|
+
:rtype: Struct
|
|
153717
|
+
"""
|
|
153718
|
+
|
|
153719
|
+
@classmethod
|
|
153720
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153721
|
+
"""
|
|
153722
|
+
|
|
153723
|
+
:param id: The RNA type identifier.
|
|
153724
|
+
:type id: str | None
|
|
153725
|
+
:param default:
|
|
153726
|
+
:return: The class or default when not found.
|
|
153727
|
+
:rtype: typing.Any
|
|
153728
|
+
"""
|
|
153729
|
+
|
|
153730
|
+
class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153731
|
+
"""Retrieve values from a field on a different domain besides the domain from the context"""
|
|
153732
|
+
|
|
153733
|
+
data_type: bpy._typing.rna_enums.AttributeTypeItems
|
|
153734
|
+
"""
|
|
153735
|
+
|
|
153736
|
+
:type: bpy._typing.rna_enums.AttributeTypeItems
|
|
153737
|
+
"""
|
|
153738
|
+
|
|
153739
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153740
|
+
""" Domain the field is evaluated in
|
|
153741
|
+
|
|
153742
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153743
|
+
"""
|
|
153744
|
+
|
|
153745
|
+
@classmethod
|
|
153746
|
+
def is_registered_node_type(cls) -> bool:
|
|
153747
|
+
"""True if a registered node type
|
|
153748
|
+
|
|
153749
|
+
:return: Result
|
|
153750
|
+
:rtype: bool
|
|
153751
|
+
"""
|
|
153752
|
+
|
|
153753
|
+
@classmethod
|
|
153754
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153755
|
+
"""Input socket template
|
|
153756
|
+
|
|
153757
|
+
:param index: Index
|
|
153758
|
+
:type index: int | None
|
|
153759
|
+
:return: result
|
|
153760
|
+
:rtype: NodeInternalSocketTemplate
|
|
153761
|
+
"""
|
|
153762
|
+
|
|
153763
|
+
@classmethod
|
|
153764
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153765
|
+
"""Output socket template
|
|
153766
|
+
|
|
153767
|
+
:param index: Index
|
|
153768
|
+
:type index: int | None
|
|
153769
|
+
:return: result
|
|
153770
|
+
:rtype: NodeInternalSocketTemplate
|
|
153771
|
+
"""
|
|
153772
|
+
|
|
153773
|
+
@classmethod
|
|
153774
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153775
|
+
"""
|
|
153776
|
+
|
|
153777
|
+
:param id: The RNA type identifier.
|
|
153778
|
+
:type id: str | None
|
|
153779
|
+
:param default:
|
|
153780
|
+
:return: The RNA type or default when not found.
|
|
153781
|
+
:rtype: Struct
|
|
153782
|
+
"""
|
|
153783
|
+
|
|
153784
|
+
@classmethod
|
|
153785
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153786
|
+
"""
|
|
153787
|
+
|
|
153788
|
+
:param id: The RNA type identifier.
|
|
153789
|
+
:type id: str | None
|
|
153790
|
+
:param default:
|
|
153791
|
+
:return: The class or default when not found.
|
|
153792
|
+
:rtype: typing.Any
|
|
153793
|
+
"""
|
|
153794
|
+
|
|
153795
|
+
class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153796
|
+
"""Calculate the standard deviation and variance of a given field"""
|
|
153797
|
+
|
|
153798
|
+
data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
|
|
153799
|
+
""" Type of data the outputs are calculated from
|
|
153800
|
+
|
|
153801
|
+
:type: typing.Literal['FLOAT','FLOAT_VECTOR']
|
|
153802
|
+
"""
|
|
153803
|
+
|
|
153804
|
+
domain: bpy._typing.rna_enums.AttributeDomainItems
|
|
153805
|
+
"""
|
|
153806
|
+
|
|
153807
|
+
:type: bpy._typing.rna_enums.AttributeDomainItems
|
|
153808
|
+
"""
|
|
153809
|
+
|
|
153810
|
+
@classmethod
|
|
153811
|
+
def is_registered_node_type(cls) -> bool:
|
|
153812
|
+
"""True if a registered node type
|
|
153813
|
+
|
|
153814
|
+
:return: Result
|
|
153815
|
+
:rtype: bool
|
|
153816
|
+
"""
|
|
153817
|
+
|
|
153818
|
+
@classmethod
|
|
153819
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153820
|
+
"""Input socket template
|
|
153821
|
+
|
|
153822
|
+
:param index: Index
|
|
153823
|
+
:type index: int | None
|
|
153824
|
+
:return: result
|
|
153825
|
+
:rtype: NodeInternalSocketTemplate
|
|
153826
|
+
"""
|
|
153827
|
+
|
|
153828
|
+
@classmethod
|
|
153829
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153830
|
+
"""Output socket template
|
|
153831
|
+
|
|
153832
|
+
:param index: Index
|
|
153833
|
+
:type index: int | None
|
|
153834
|
+
:return: result
|
|
153835
|
+
:rtype: NodeInternalSocketTemplate
|
|
153836
|
+
"""
|
|
153837
|
+
|
|
153838
|
+
@classmethod
|
|
153839
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153840
|
+
"""
|
|
153841
|
+
|
|
153842
|
+
:param id: The RNA type identifier.
|
|
153843
|
+
:type id: str | None
|
|
153844
|
+
:param default:
|
|
153845
|
+
:return: The RNA type or default when not found.
|
|
153846
|
+
:rtype: Struct
|
|
153847
|
+
"""
|
|
153848
|
+
|
|
153849
|
+
@classmethod
|
|
153850
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153851
|
+
"""
|
|
153852
|
+
|
|
153853
|
+
:param id: The RNA type identifier.
|
|
153854
|
+
:type id: str | None
|
|
153855
|
+
:param default:
|
|
153856
|
+
:return: The class or default when not found.
|
|
153857
|
+
:rtype: typing.Any
|
|
153858
|
+
"""
|
|
153859
|
+
|
|
153860
|
+
class GeometryNodeFillCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153861
|
+
"""Generate a mesh on the XY plane with faces on the inside of input curves"""
|
|
153862
|
+
|
|
153863
|
+
mode: typing.Literal["TRIANGLES", "NGONS"]
|
|
153864
|
+
"""
|
|
153865
|
+
|
|
153866
|
+
:type: typing.Literal['TRIANGLES','NGONS']
|
|
153867
|
+
"""
|
|
153868
|
+
|
|
153869
|
+
@classmethod
|
|
153870
|
+
def is_registered_node_type(cls) -> bool:
|
|
153871
|
+
"""True if a registered node type
|
|
153872
|
+
|
|
153873
|
+
:return: Result
|
|
153874
|
+
:rtype: bool
|
|
153875
|
+
"""
|
|
153876
|
+
|
|
153877
|
+
@classmethod
|
|
153878
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153879
|
+
"""Input socket template
|
|
153880
|
+
|
|
153881
|
+
:param index: Index
|
|
153882
|
+
:type index: int | None
|
|
153883
|
+
:return: result
|
|
153884
|
+
:rtype: NodeInternalSocketTemplate
|
|
153885
|
+
"""
|
|
153886
|
+
|
|
153887
|
+
@classmethod
|
|
153888
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
153889
|
+
"""Output socket template
|
|
153890
|
+
|
|
153891
|
+
:param index: Index
|
|
153892
|
+
:type index: int | None
|
|
153893
|
+
:return: result
|
|
153894
|
+
:rtype: NodeInternalSocketTemplate
|
|
153895
|
+
"""
|
|
153896
|
+
|
|
153897
|
+
@classmethod
|
|
153898
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
153899
|
+
"""
|
|
153900
|
+
|
|
153901
|
+
:param id: The RNA type identifier.
|
|
153902
|
+
:type id: str | None
|
|
153903
|
+
:param default:
|
|
153904
|
+
:return: The RNA type or default when not found.
|
|
153905
|
+
:rtype: Struct
|
|
153906
|
+
"""
|
|
153907
|
+
|
|
153908
|
+
@classmethod
|
|
153909
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
153910
|
+
"""
|
|
153911
|
+
|
|
153912
|
+
:param id: The RNA type identifier.
|
|
153913
|
+
:type id: str | None
|
|
153914
|
+
:param default:
|
|
153915
|
+
:return: The class or default when not found.
|
|
153916
|
+
:rtype: typing.Any
|
|
153917
|
+
"""
|
|
153918
|
+
|
|
153919
|
+
class GeometryNodeFilletCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
153920
|
+
"""Round corners by generating circular arcs on each control point"""
|
|
153921
|
+
|
|
153922
|
+
mode: typing.Literal["BEZIER", "POLY"]
|
|
153923
|
+
""" How to choose number of vertices on fillet
|
|
153924
|
+
|
|
153925
|
+
:type: typing.Literal['BEZIER','POLY']
|
|
153333
153926
|
"""
|
|
153334
153927
|
|
|
153335
153928
|
@classmethod
|
|
@@ -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
|
|
|
@@ -238512,8 +239272,6 @@ DATA_PT_EEVEE_light_influence: bl_ui.properties_data_light.DATA_PT_EEVEE_light_i
|
|
|
238512
239272
|
|
|
238513
239273
|
DATA_PT_EEVEE_light_shadow: bl_ui.properties_data_light.DATA_PT_EEVEE_light_shadow
|
|
238514
239274
|
|
|
238515
|
-
DATA_PT_active_spline: bl_ui.properties_data_curve.DATA_PT_active_spline
|
|
238516
|
-
|
|
238517
239275
|
DATA_PT_armature_animation: bl_ui.properties_data_armature.DATA_PT_armature_animation
|
|
238518
239276
|
|
|
238519
239277
|
DATA_PT_bone_collections: bl_ui.properties_data_armature.DATA_PT_bone_collections
|
|
@@ -239364,14 +240122,6 @@ NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE: bl_ui.node_add_menu_geometry.NODE_MT_
|
|
|
239364
240122
|
|
|
239365
240123
|
NODE_MT_geometry_node_GEO_GEOMETRY_WRITE: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GEOMETRY_WRITE
|
|
239366
240124
|
|
|
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
240125
|
NODE_MT_geometry_node_GEO_INPUT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT
|
|
239376
240126
|
|
|
239377
240127
|
NODE_MT_geometry_node_GEO_INPUT_CONSTANT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT_CONSTANT
|
|
@@ -239410,6 +240160,14 @@ NODE_MT_geometry_node_add_all: bl_ui.node_add_menu_geometry.NODE_MT_geometry_nod
|
|
|
239410
240160
|
|
|
239411
240161
|
NODE_MT_geometry_node_curve_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_curve_topology
|
|
239412
240162
|
|
|
240163
|
+
NODE_MT_geometry_node_grease_pencil: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil
|
|
240164
|
+
|
|
240165
|
+
NODE_MT_geometry_node_grease_pencil_operations: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_operations
|
|
240166
|
+
|
|
240167
|
+
NODE_MT_geometry_node_grease_pencil_read: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_read
|
|
240168
|
+
|
|
240169
|
+
NODE_MT_geometry_node_grease_pencil_write: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_grease_pencil_write
|
|
240170
|
+
|
|
239413
240171
|
NODE_MT_geometry_node_mesh_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_mesh_topology
|
|
239414
240172
|
|
|
239415
240173
|
NODE_MT_geometry_node_volume_sample: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_volume_sample
|
|
@@ -241194,6 +241952,8 @@ VIEW3D_OT_edit_mesh_extrude_manifold_normal: bl_operators.view3d.VIEW3D_OT_edit_
|
|
|
241194
241952
|
|
|
241195
241953
|
VIEW3D_OT_transform_gizmo_set: bl_operators.view3d.VIEW3D_OT_transform_gizmo_set
|
|
241196
241954
|
|
|
241955
|
+
VIEW3D_PT_active_spline: bl_ui.space_view3d.VIEW3D_PT_active_spline
|
|
241956
|
+
|
|
241197
241957
|
VIEW3D_PT_active_tool: bl_ui.space_view3d.VIEW3D_PT_active_tool
|
|
241198
241958
|
|
|
241199
241959
|
VIEW3D_PT_active_tool_duplicate: bl_ui.space_view3d.VIEW3D_PT_active_tool_duplicate
|