fake-bpy-module 20250407__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.

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
@@ -38308,6 +38508,7 @@ database.
38308
38508
  * ActionConstraint.action_suitable_slots
38309
38509
  * ActionKeyframeStrip.channelbag
38310
38510
  * ActionKeyframeStrip.key_insert
38511
+ * ActionSlot.duplicate
38311
38512
  * ActionSlots.active
38312
38513
  * ActionSlots.new
38313
38514
  * ActionSlots.remove
@@ -76389,9 +76590,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
76389
76590
  * NodeInternal.draw_buttons_ext
76390
76591
  * NodeInternal.bl_rna_get_subclass
76391
76592
  * NodeInternal.bl_rna_get_subclass_py
76392
- * ShaderNode.poll
76393
- * ShaderNode.bl_rna_get_subclass
76394
- * ShaderNode.bl_rna_get_subclass_py
76593
+ * GeometryNode.poll
76594
+ * GeometryNode.bl_rna_get_subclass
76595
+ * GeometryNode.bl_rna_get_subclass_py
76395
76596
 
76396
76597
  :columns: 2
76397
76598
 
@@ -76485,11 +76686,9 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
76485
76686
  * NodeInternal.draw_buttons_ext
76486
76687
  * NodeInternal.bl_rna_get_subclass
76487
76688
  * NodeInternal.bl_rna_get_subclass_py
76488
- * CompositorNode.tag_need_exec
76489
- * CompositorNode.poll
76490
- * CompositorNode.update
76491
- * CompositorNode.bl_rna_get_subclass
76492
- * CompositorNode.bl_rna_get_subclass_py
76689
+ * ShaderNode.poll
76690
+ * ShaderNode.bl_rna_get_subclass
76691
+ * ShaderNode.bl_rna_get_subclass_py
76493
76692
 
76494
76693
  :columns: 2
76495
76694
 
@@ -76497,26 +76696,124 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
76497
76696
  --------------------
76498
76697
 
76499
76698
  * bpy_struct.id_data
76500
- * ID.name
76501
- * ID.name_full
76502
- * ID.id_type
76503
- * ID.session_uid
76504
- * ID.is_evaluated
76505
- * ID.original
76506
- * ID.users
76507
- * ID.use_fake_user
76508
- * ID.use_extra_user
76509
- * ID.is_embedded_data
76510
- * ID.is_missing
76511
- * ID.is_runtime_data
76512
- * ID.is_editable
76513
- * ID.tag
76514
- * ID.is_library_indirect
76515
- * ID.library
76516
- * ID.library_weak_reference
76517
- * ID.asset_data
76518
- * ID.override_library
76519
- * ID.preview
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
76520
76817
 
76521
76818
  :columns: 2
76522
76819
 
@@ -85390,6 +85687,102 @@ of the scene and only show nodes of the renderer they are designed for.
85390
85687
  :columns: 2
85391
85688
 
85392
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
+
85393
85786
  --------------------
85394
85787
 
85395
85788
  * bpy_struct.id_data
@@ -118910,6 +119303,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
118910
119303
  :rtype: bpy_prop_collection[ID]
118911
119304
  """
118912
119305
 
119306
+ def duplicate(self) -> typing_extensions.Self:
119307
+ """Duplicate this slot, including all the animation data associated with it
119308
+
119309
+ :return: Duplicated Slot, The slot created by duplicating this one
119310
+ :rtype: typing_extensions.Self
119311
+ """
119312
+
118913
119313
  @classmethod
118914
119314
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
118915
119315
  """
@@ -130304,6 +130704,12 @@ class CompositorNodeConvertColorSpace(CompositorNode, NodeInternal, Node, bpy_st
130304
130704
  class CompositorNodeCornerPin(CompositorNode, NodeInternal, Node, bpy_struct):
130305
130705
  """Plane warp transformation using explicit corner values"""
130306
130706
 
130707
+ interpolation: typing.Literal["NEAREST", "BILINEAR", "BICUBIC", "ANISOTROPIC"]
130708
+ """ Interpolation method
130709
+
130710
+ :type: typing.Literal['NEAREST','BILINEAR','BICUBIC','ANISOTROPIC']
130711
+ """
130712
+
130307
130713
  @classmethod
130308
130714
  def is_registered_node_type(cls) -> bool:
130309
130715
  """True if a registered node type
@@ -141987,12 +142393,13 @@ class FFmpegSettings(bpy_struct):
141987
142393
  "MPEG2",
141988
142394
  "MPEG4",
141989
142395
  "PNG",
142396
+ "PRORES",
141990
142397
  "QTRLE",
141991
142398
  "THEORA",
141992
142399
  ]
141993
142400
  """ FFmpeg codec to use for video output
141994
142401
 
141995
- :type: typing.Literal['NONE','AV1','H264','H265','WEBM','DNXHD','DV','FFV1','FLASH','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','QTRLE','THEORA']
142402
+ :type: typing.Literal['NONE','AV1','H264','H265','WEBM','DNXHD','DV','FFV1','FLASH','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','PRORES','QTRLE','THEORA']
141996
142403
  """
141997
142404
 
141998
142405
  constant_rate_factor: typing.Literal[
@@ -142016,6 +142423,14 @@ class FFmpegSettings(bpy_struct):
142016
142423
  :type: typing.Literal['BEST','GOOD','REALTIME']
142017
142424
  """
142018
142425
 
142426
+ ffmpeg_prores_profile: typing.Literal[
142427
+ "422_PROXY", "422_LT", "422_STD", "422_HQ", "4444", "4444_XQ"
142428
+ ]
142429
+ """ ProRes Profile
142430
+
142431
+ :type: typing.Literal['422_PROXY','422_LT','422_STD','422_HQ','4444','4444_XQ']
142432
+ """
142433
+
142019
142434
  format: typing.Literal[
142020
142435
  "MPEG4",
142021
142436
  "MKV",
@@ -152771,8 +153186,189 @@ class GeometryNodeEdgePathsToSelection(GeometryNode, NodeInternal, Node, bpy_str
152771
153186
  :rtype: typing.Any
152772
153187
  """
152773
153188
 
152774
- class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
152775
- """Retrieve the edges on both sides of a face corner"""
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"""
153297
+
153298
+ @classmethod
153299
+ def is_registered_node_type(cls) -> bool:
153300
+ """True if a registered node type
153301
+
153302
+ :return: Result
153303
+ :rtype: bool
153304
+ """
153305
+
153306
+ @classmethod
153307
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
153308
+ """Input socket template
153309
+
153310
+ :param index: Index
153311
+ :type index: int | None
153312
+ :return: result
153313
+ :rtype: NodeInternalSocketTemplate
153314
+ """
153315
+
153316
+ @classmethod
153317
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
153318
+ """Output socket template
153319
+
153320
+ :param index: Index
153321
+ :type index: int | None
153322
+ :return: result
153323
+ :rtype: NodeInternalSocketTemplate
153324
+ """
153325
+
153326
+ @classmethod
153327
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
153328
+ """
153329
+
153330
+ :param id: The RNA type identifier.
153331
+ :type id: str | None
153332
+ :param default:
153333
+ :return: The RNA type or default when not found.
153334
+ :rtype: Struct
153335
+ """
153336
+
153337
+ @classmethod
153338
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
153339
+ """
153340
+
153341
+ :param id: The RNA type identifier.
153342
+ :type id: str | None
153343
+ :param default:
153344
+ :return: The class or default when not found.
153345
+ :rtype: typing.Any
153346
+ """
153347
+
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
+ """
152776
153372
 
152777
153373
  @classmethod
152778
153374
  def is_registered_node_type(cls) -> bool:
@@ -152824,8 +153420,14 @@ class GeometryNodeEdgesOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
152824
153420
  :rtype: typing.Any
152825
153421
  """
152826
153422
 
152827
- class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
152828
- """Retrieve the edges connected to each vertex"""
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
+ """
152829
153431
 
152830
153432
  @classmethod
152831
153433
  def is_registered_node_type(cls) -> bool:
@@ -152877,8 +153479,8 @@ class GeometryNodeEdgesOfVertex(GeometryNode, NodeInternal, Node, bpy_struct):
152877
153479
  :rtype: typing.Any
152878
153480
  """
152879
153481
 
152880
- class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct):
152881
- """Group faces into regions surrounded by the selected boundary edges"""
153482
+ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153483
+ """Retrieve the face each face corner is part of"""
152882
153484
 
152883
153485
  @classmethod
152884
153486
  def is_registered_node_type(cls) -> bool:
@@ -152930,29 +153532,19 @@ class GeometryNodeEdgesToFaceGroups(GeometryNode, NodeInternal, Node, bpy_struct
152930
153532
  :rtype: typing.Any
152931
153533
  """
152932
153534
 
152933
- class GeometryNodeEvaluateClosure(GeometryNode, NodeInternal, Node, bpy_struct):
152934
- active_input_index: int | None
152935
- """ Index of the active item
152936
-
152937
- :type: int | None
152938
- """
152939
-
152940
- active_output_index: int | None
152941
- """ Index of the active item
152942
-
152943
- :type: int | None
152944
- """
153535
+ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
153536
+ """Retrieve data of other elements in the context's geometry"""
152945
153537
 
152946
- input_items: NodeGeometryEvaluateClosureInputItems
153538
+ data_type: bpy._typing.rna_enums.AttributeTypeItems
152947
153539
  """
152948
153540
 
152949
- :type: NodeGeometryEvaluateClosureInputItems
153541
+ :type: bpy._typing.rna_enums.AttributeTypeItems
152950
153542
  """
152951
153543
 
152952
- output_items: NodeGeometryEvaluateClosureOutputItems
152953
- """
153544
+ domain: bpy._typing.rna_enums.AttributeDomainItems
153545
+ """ Domain the field is evaluated in
152954
153546
 
152955
- :type: NodeGeometryEvaluateClosureOutputItems
153547
+ :type: bpy._typing.rna_enums.AttributeDomainItems
152956
153548
  """
152957
153549
 
152958
153550
  @classmethod
@@ -153005,13 +153597,19 @@ class GeometryNodeEvaluateClosure(GeometryNode, NodeInternal, Node, bpy_struct):
153005
153597
  :rtype: typing.Any
153006
153598
  """
153007
153599
 
153008
- class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153009
- """Generate new vertices, edges, or faces from selected elements and move them based on an offset while keeping them connected by their boundary"""
153600
+ class GeometryNodeFieldAverage(GeometryNode, NodeInternal, Node, bpy_struct):
153601
+ """Calculate the mean and median of a given field"""
153010
153602
 
153011
- mode: typing.Literal["VERTICES", "EDGES", "FACES"]
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
153012
153610
  """
153013
153611
 
153014
- :type: typing.Literal['VERTICES','EDGES','FACES']
153612
+ :type: bpy._typing.rna_enums.AttributeDomainItems
153015
153613
  """
153016
153614
 
153017
153615
  @classmethod
@@ -153064,8 +153662,20 @@ class GeometryNodeExtrudeMesh(GeometryNode, NodeInternal, Node, bpy_struct):
153064
153662
  :rtype: typing.Any
153065
153663
  """
153066
153664
 
153067
- class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153068
- """Retrieve the face each face corner is part of"""
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
+ """
153069
153679
 
153070
153680
  @classmethod
153071
153681
  def is_registered_node_type(cls) -> bool:
@@ -153117,8 +153727,8 @@ class GeometryNodeFaceOfCorner(GeometryNode, NodeInternal, Node, bpy_struct):
153117
153727
  :rtype: typing.Any
153118
153728
  """
153119
153729
 
153120
- class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
153121
- """Retrieve data of other elements in the context's geometry"""
153730
+ class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
153731
+ """Retrieve values from a field on a different domain besides the domain from the context"""
153122
153732
 
153123
153733
  data_type: bpy._typing.rna_enums.AttributeTypeItems
153124
153734
  """
@@ -153182,17 +153792,17 @@ class GeometryNodeFieldAtIndex(GeometryNode, NodeInternal, Node, bpy_struct):
153182
153792
  :rtype: typing.Any
153183
153793
  """
153184
153794
 
153185
- class GeometryNodeFieldOnDomain(GeometryNode, NodeInternal, Node, bpy_struct):
153186
- """Retrieve values from a field on a different domain besides the domain from the context"""
153795
+ class GeometryNodeFieldVariance(GeometryNode, NodeInternal, Node, bpy_struct):
153796
+ """Calculate the standard deviation and variance of a given field"""
153187
153797
 
153188
- data_type: bpy._typing.rna_enums.AttributeTypeItems
153189
- """
153798
+ data_type: typing.Literal["FLOAT", "FLOAT_VECTOR"]
153799
+ """ Type of data the outputs are calculated from
153190
153800
 
153191
- :type: bpy._typing.rna_enums.AttributeTypeItems
153801
+ :type: typing.Literal['FLOAT','FLOAT_VECTOR']
153192
153802
  """
153193
153803
 
153194
153804
  domain: bpy._typing.rna_enums.AttributeDomainItems
153195
- """ Domain the field is evaluated in
153805
+ """
153196
153806
 
153197
153807
  :type: bpy._typing.rna_enums.AttributeDomainItems
153198
153808
  """
@@ -160035,6 +160645,65 @@ class GeometryNodeSetGreasePencilColor(GeometryNode, NodeInternal, Node, bpy_str
160035
160645
  :rtype: typing.Any
160036
160646
  """
160037
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
+
160038
160707
  class GeometryNodeSetID(GeometryNode, NodeInternal, Node, bpy_struct):
160039
160708
  """Set the id attribute on the input geometry, mainly used internally for randomizing"""
160040
160709
 
@@ -168325,10 +168994,10 @@ class GreasePencilv3(ID, bpy_struct):
168325
168994
  :type: typing.Literal['ABSOLUTE','RELATIVE','SELECTED']
168326
168995
  """
168327
168996
 
168328
- stroke_depth_order: typing.Literal["2D", "3D"]
168997
+ stroke_depth_order: bpy._typing.rna_enums.StrokeDepthOrderItems
168329
168998
  """ Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
168330
168999
 
168331
- :type: typing.Literal['2D','3D']
169000
+ :type: bpy._typing.rna_enums.StrokeDepthOrderItems
168332
169001
  """
168333
169002
 
168334
169003
  use_autolock_layers: bool
@@ -198571,6 +199240,12 @@ class PreferencesSystem(bpy_struct):
198571
199240
  class PreferencesView(bpy_struct):
198572
199241
  """Preferences related to viewing data"""
198573
199242
 
199243
+ border_width: int
199244
+ """ Size of the padding around each editor.
199245
+
199246
+ :type: int
199247
+ """
199248
+
198574
199249
  color_picker_type: typing.Literal[
198575
199250
  "CIRCLE_HSV", "CIRCLE_HSL", "SQUARE_SV", "SQUARE_HS", "SQUARE_HV"
198576
199251
  ]
@@ -215905,6 +216580,114 @@ class SpaceProperties(Space, bpy_struct):
215905
216580
  :type: str
215906
216581
  """
215907
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
+
215908
216691
  tab_search_results: bool
215909
216692
  """ Whether or not each visible tab has a search result
215910
216693
 
@@ -239341,14 +240124,6 @@ NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE: bl_ui.node_add_menu_geometry.NODE_MT_
239341
240124
 
239342
240125
  NODE_MT_geometry_node_GEO_GEOMETRY_WRITE: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GEOMETRY_WRITE
239343
240126
 
239344
- NODE_MT_geometry_node_GEO_GREASE_PENCIL: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL
239345
-
239346
- NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS
239347
-
239348
- NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ
239349
-
239350
- NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE
239351
-
239352
240127
  NODE_MT_geometry_node_GEO_INPUT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT
239353
240128
 
239354
240129
  NODE_MT_geometry_node_GEO_INPUT_CONSTANT: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_GEO_INPUT_CONSTANT
@@ -239387,6 +240162,14 @@ NODE_MT_geometry_node_add_all: bl_ui.node_add_menu_geometry.NODE_MT_geometry_nod
239387
240162
 
239388
240163
  NODE_MT_geometry_node_curve_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_curve_topology
239389
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
+
239390
240173
  NODE_MT_geometry_node_mesh_topology: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_mesh_topology
239391
240174
 
239392
240175
  NODE_MT_geometry_node_volume_sample: bl_ui.node_add_menu_geometry.NODE_MT_geometry_node_volume_sample