fake-bpy-module 20250909__py3-none-any.whl → 20250912__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
@@ -15810,6 +15810,7 @@ object, placing it into a view layer, selecting it and making it active.
15810
15810
  * ID.bl_rna_get_subclass
15811
15811
  * ID.bl_rna_get_subclass_py
15812
15812
  * Light.area
15813
+ * Light.inline_shader_nodes
15813
15814
  * Light.bl_rna_get_subclass
15814
15815
  * Light.bl_rna_get_subclass_py
15815
15816
 
@@ -16206,6 +16207,54 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
16206
16207
  :columns: 2
16207
16208
 
16208
16209
 
16210
+ --------------------
16211
+
16212
+ * bpy_struct.id_data
16213
+ * StripModifier.name
16214
+ * StripModifier.type
16215
+ * StripModifier.mute
16216
+ * StripModifier.enable
16217
+ * StripModifier.show_expanded
16218
+ * StripModifier.input_mask_type
16219
+ * StripModifier.mask_time
16220
+ * StripModifier.input_mask_strip
16221
+ * StripModifier.input_mask_id
16222
+ * StripModifier.is_active
16223
+
16224
+ :columns: 2
16225
+
16226
+
16227
+ --------------------
16228
+
16229
+ * bpy_struct.as_pointer
16230
+ * bpy_struct.driver_add
16231
+ * bpy_struct.driver_remove
16232
+ * bpy_struct.get
16233
+ * bpy_struct.id_properties_clear
16234
+ * bpy_struct.id_properties_ensure
16235
+ * bpy_struct.id_properties_ui
16236
+ * bpy_struct.is_property_hidden
16237
+ * bpy_struct.is_property_overridable_library
16238
+ * bpy_struct.is_property_readonly
16239
+ * bpy_struct.is_property_set
16240
+ * bpy_struct.items
16241
+ * bpy_struct.keyframe_delete
16242
+ * bpy_struct.keyframe_insert
16243
+ * bpy_struct.keys
16244
+ * bpy_struct.path_from_id
16245
+ * bpy_struct.path_resolve
16246
+ * bpy_struct.pop
16247
+ * bpy_struct.property_overridable_library_set
16248
+ * bpy_struct.property_unset
16249
+ * bpy_struct.rna_ancestors
16250
+ * bpy_struct.type_recast
16251
+ * bpy_struct.values
16252
+ * StripModifier.bl_rna_get_subclass
16253
+ * StripModifier.bl_rna_get_subclass_py
16254
+
16255
+ :columns: 2
16256
+
16257
+
16209
16258
  --------------------
16210
16259
 
16211
16260
  * bpy_struct.id_data
@@ -35731,6 +35780,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
35731
35780
  * ID.bl_rna_get_subclass
35732
35781
  * ID.bl_rna_get_subclass_py
35733
35782
  * Light.area
35783
+ * Light.inline_shader_nodes
35734
35784
  * Light.bl_rna_get_subclass
35735
35785
  * Light.bl_rna_get_subclass_py
35736
35786
 
@@ -38723,6 +38773,7 @@ of the scene and only show nodes of the renderer they are designed for.
38723
38773
  * ID.bl_rna_get_subclass
38724
38774
  * ID.bl_rna_get_subclass_py
38725
38775
  * Light.area
38776
+ * Light.inline_shader_nodes
38726
38777
  * Light.bl_rna_get_subclass
38727
38778
  * Light.bl_rna_get_subclass_py
38728
38779
 
@@ -39873,7 +39924,6 @@ of the scene and only show nodes of the renderer they are designed for.
39873
39924
  * UILayout.template_any_ID
39874
39925
  * UILayout.template_cache_file
39875
39926
  * UILayout.template_cache_file_layers
39876
- * UILayout.template_cache_file_procedural
39877
39927
  * UILayout.template_cache_file_time_settings
39878
39928
  * UILayout.template_cache_file_velocity
39879
39929
  * UILayout.template_color_picker
@@ -42913,6 +42963,7 @@ of the scene and only show nodes of the renderer they are designed for.
42913
42963
  * ID.bl_rna_get_subclass
42914
42964
  * ID.bl_rna_get_subclass_py
42915
42965
  * Light.area
42966
+ * Light.inline_shader_nodes
42916
42967
  * Light.bl_rna_get_subclass
42917
42968
  * Light.bl_rna_get_subclass_py
42918
42969
 
@@ -49372,7 +49423,6 @@ Base class for integrating USD Hydra based renderers.
49372
49423
  * RenderEngine.bl_use_shading_nodes_custom
49373
49424
  * RenderEngine.bl_use_spherical_stereo
49374
49425
  * RenderEngine.bl_use_stereo_viewport
49375
- * RenderEngine.bl_use_alembic_procedural
49376
49426
  * RenderEngine.bl_use_materialx
49377
49427
 
49378
49428
  :columns: 2
@@ -126870,6 +126920,13 @@ class AreaLight(Light, ID, bpy_struct):
126870
126920
  :type: bool
126871
126921
  """
126872
126922
 
126923
+ def inline_shader_nodes(self) -> None:
126924
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
126925
+ to remove nested groups, repeat zones and more.
126926
+
126927
+ :return: The inlined shader nodes.
126928
+ """
126929
+
126873
126930
  @classmethod
126874
126931
  def bl_rna_get_subclass(
126875
126932
  cls,
@@ -133645,12 +133702,6 @@ class CacheFile(ID, bpy_struct):
133645
133702
  :type: bool
133646
133703
  """
133647
133704
 
133648
- prefetch_cache_size: int
133649
- """ Memory usage limit in megabytes for the Cycles Procedural cache, if the data does not fit within the limit, rendering is aborted
133650
-
133651
- :type: int
133652
- """
133653
-
133654
133705
  scale: float
133655
133706
  """ Value by which to enlarge or shrink the object with respect to the world's origin (only applicable through a Transform Cache constraint)
133656
133707
 
@@ -133663,18 +133714,6 @@ class CacheFile(ID, bpy_struct):
133663
133714
  :type: bpy.stub_internal.rna_enums.ObjectAxisItems
133664
133715
  """
133665
133716
 
133666
- use_prefetch: bool
133667
- """ When enabled, the Cycles Procedural will preload animation data for faster updates
133668
-
133669
- :type: bool
133670
- """
133671
-
133672
- use_render_procedural: bool
133673
- """ Display boxes in the viewport as placeholders for the objects, Cycles will use a procedural to load the objects during viewport rendering in experimental mode, other render engines will also receive a placeholder and should take care of loading the Alembic data themselves if possible
133674
-
133675
- :type: bool
133676
- """
133677
-
133678
133717
  velocity_name: str
133679
133718
  """ Name of the Alembic attribute used for generating motion blur data
133680
133719
 
@@ -155487,6 +155526,8 @@ class FunctionNode(NodeInternal, Node, bpy_struct):
155487
155526
  """
155488
155527
 
155489
155528
  class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
155529
+ """Orient an Euler rotation along the given direction"""
155530
+
155490
155531
  axis: typing.Literal["X", "Y", "Z"]
155491
155532
  """ Axis to align to the vector
155492
155533
 
@@ -155560,6 +155601,8 @@ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struc
155560
155601
  """
155561
155602
 
155562
155603
  class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
155604
+ """Orient a rotation along the given direction"""
155605
+
155563
155606
  axis: typing.Literal["X", "Y", "Z"]
155564
155607
  """ Axis to align to the vector
155565
155608
 
@@ -155708,6 +155751,8 @@ class FunctionNodeAxesToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
155708
155751
  """
155709
155752
 
155710
155753
  class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
155754
+ """Build a rotation from an axis and a rotation around that axis"""
155755
+
155711
155756
  @classmethod
155712
155757
  def is_registered_node_type(cls) -> bool:
155713
155758
  """True if a registered node type
@@ -155838,6 +155883,8 @@ class FunctionNodeBitMath(FunctionNode, NodeInternal, Node, bpy_struct):
155838
155883
  """
155839
155884
 
155840
155885
  class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
155886
+ """Perform a logical operation on the given boolean inputs"""
155887
+
155841
155888
  operation: bpy.stub_internal.rna_enums.NodeBooleanMathItems
155842
155889
  """
155843
155890
 
@@ -155905,6 +155952,8 @@ class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
155905
155952
  """
155906
155953
 
155907
155954
  class FunctionNodeCombineColor(FunctionNode, NodeInternal, Node, bpy_struct):
155955
+ """Combine four channels into a single color, based on a particular color model"""
155956
+
155908
155957
  mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
155909
155958
  """ Mode of color processing
155910
155959
 
@@ -156035,6 +156084,8 @@ class FunctionNodeCombineMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
156035
156084
  """
156036
156085
 
156037
156086
  class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct):
156087
+ """Combine a translation vector, a rotation, and a scale vector into a transformation matrix"""
156088
+
156038
156089
  @classmethod
156039
156090
  def is_registered_node_type(cls) -> bool:
156040
156091
  """True if a registered node type
@@ -156096,6 +156147,8 @@ class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct)
156096
156147
  """
156097
156148
 
156098
156149
  class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
156150
+ """Perform a comparison operation on the two given inputs"""
156151
+
156099
156152
  data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
156100
156153
  """
156101
156154
 
@@ -156175,6 +156228,8 @@ class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
156175
156228
  """
156176
156229
 
156177
156230
  class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
156231
+ """Build a rotation from separate angles around each axis"""
156232
+
156178
156233
  @classmethod
156179
156234
  def is_registered_node_type(cls) -> bool:
156180
156235
  """True if a registered node type
@@ -156236,6 +156291,8 @@ class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
156236
156291
  """
156237
156292
 
156238
156293
  class FunctionNodeFindInString(FunctionNode, NodeInternal, Node, bpy_struct):
156294
+ """Find the number of times a given string occurs in another string and the position of the first match"""
156295
+
156239
156296
  @classmethod
156240
156297
  def is_registered_node_type(cls) -> bool:
156241
156298
  """True if a registered node type
@@ -156297,6 +156354,8 @@ class FunctionNodeFindInString(FunctionNode, NodeInternal, Node, bpy_struct):
156297
156354
  """
156298
156355
 
156299
156356
  class FunctionNodeFloatToInt(FunctionNode, NodeInternal, Node, bpy_struct):
156357
+ """Convert the given floating-point number to an integer, with a choice of methods"""
156358
+
156300
156359
  rounding_mode: bpy.stub_internal.rna_enums.NodeFloatToIntItems
156301
156360
  """ Method used to convert the float to an integer
156302
156361
 
@@ -156439,6 +156498,8 @@ class FunctionNodeFormatString(FunctionNode, NodeInternal, Node, bpy_struct):
156439
156498
  """
156440
156499
 
156441
156500
  class FunctionNodeHashValue(FunctionNode, NodeInternal, Node, bpy_struct):
156501
+ """Generate a randomized integer using the given input value as a seed"""
156502
+
156442
156503
  data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
156443
156504
  """
156444
156505
 
@@ -156506,6 +156567,8 @@ class FunctionNodeHashValue(FunctionNode, NodeInternal, Node, bpy_struct):
156506
156567
  """
156507
156568
 
156508
156569
  class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
156570
+ """Provide a True/False value that can be connected to other nodes in the tree"""
156571
+
156509
156572
  boolean: bool
156510
156573
  """ Input value used for unconnected socket
156511
156574
 
@@ -156573,6 +156636,8 @@ class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
156573
156636
  """
156574
156637
 
156575
156638
  class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
156639
+ """Output a color value chosen with the color picker widget"""
156640
+
156576
156641
  value: bpy_prop_array[float]
156577
156642
  """
156578
156643
 
@@ -156640,6 +156705,8 @@ class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
156640
156705
  """
156641
156706
 
156642
156707
  class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
156708
+ """Provide an integer value that can be connected to other nodes in the tree"""
156709
+
156643
156710
  integer: int
156644
156711
  """ Input value used for unconnected socket
156645
156712
 
@@ -156707,6 +156774,8 @@ class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
156707
156774
  """
156708
156775
 
156709
156776
  class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
156777
+ """Provide a rotation value that can be connected to other nodes in the tree"""
156778
+
156710
156779
  rotation_euler: mathutils.Euler
156711
156780
  """ Input value used for unconnected socket
156712
156781
 
@@ -156774,6 +156843,8 @@ class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
156774
156843
  """
156775
156844
 
156776
156845
  class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_struct):
156846
+ """Output string characters that cannot be typed directly with the keyboard"""
156847
+
156777
156848
  @classmethod
156778
156849
  def is_registered_node_type(cls) -> bool:
156779
156850
  """True if a registered node type
@@ -156835,6 +156906,8 @@ class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_s
156835
156906
  """
156836
156907
 
156837
156908
  class FunctionNodeInputString(FunctionNode, NodeInternal, Node, bpy_struct):
156909
+ """Provide a string value that can be connected to other nodes in the tree"""
156910
+
156838
156911
  string: str
156839
156912
  """
156840
156913
 
@@ -156902,6 +156975,8 @@ class FunctionNodeInputString(FunctionNode, NodeInternal, Node, bpy_struct):
156902
156975
  """
156903
156976
 
156904
156977
  class FunctionNodeInputVector(FunctionNode, NodeInternal, Node, bpy_struct):
156978
+ """Provide a vector value that can be connected to other nodes in the tree"""
156979
+
156905
156980
  vector: mathutils.Vector
156906
156981
  """
156907
156982
 
@@ -156969,6 +157044,8 @@ class FunctionNodeInputVector(FunctionNode, NodeInternal, Node, bpy_struct):
156969
157044
  """
156970
157045
 
156971
157046
  class FunctionNodeIntegerMath(FunctionNode, NodeInternal, Node, bpy_struct):
157047
+ """Perform various math operations on the given integer inputs"""
157048
+
156972
157049
  operation: bpy.stub_internal.rna_enums.NodeIntegerMathItems
156973
157050
  """
156974
157051
 
@@ -157036,6 +157113,8 @@ class FunctionNodeIntegerMath(FunctionNode, NodeInternal, Node, bpy_struct):
157036
157113
  """
157037
157114
 
157038
157115
  class FunctionNodeInvertMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
157116
+ """Compute the inverse of the given matrix, if one exists"""
157117
+
157039
157118
  @classmethod
157040
157119
  def is_registered_node_type(cls) -> bool:
157041
157120
  """True if a registered node type
@@ -157097,6 +157176,8 @@ class FunctionNodeInvertMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
157097
157176
  """
157098
157177
 
157099
157178
  class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
157179
+ """Compute the inverse of the given rotation"""
157180
+
157100
157181
  @classmethod
157101
157182
  def is_registered_node_type(cls) -> bool:
157102
157183
  """True if a registered node type
@@ -157158,6 +157239,8 @@ class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
157158
157239
  """
157159
157240
 
157160
157241
  class FunctionNodeMatchString(FunctionNode, NodeInternal, Node, bpy_struct):
157242
+ """Check if a given string exists within another string"""
157243
+
157161
157244
  @classmethod
157162
157245
  def is_registered_node_type(cls) -> bool:
157163
157246
  """True if a registered node type
@@ -157219,6 +157302,8 @@ class FunctionNodeMatchString(FunctionNode, NodeInternal, Node, bpy_struct):
157219
157302
  """
157220
157303
 
157221
157304
  class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
157305
+ """Compute the determinant of the given matrix"""
157306
+
157222
157307
  @classmethod
157223
157308
  def is_registered_node_type(cls) -> bool:
157224
157309
  """True if a registered node type
@@ -157280,6 +157365,8 @@ class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct
157280
157365
  """
157281
157366
 
157282
157367
  class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
157368
+ """Perform a matrix multiplication on two input matrices"""
157369
+
157283
157370
  @classmethod
157284
157371
  def is_registered_node_type(cls) -> bool:
157285
157372
  """True if a registered node type
@@ -157404,6 +157491,8 @@ class FunctionNodeProjectPoint(FunctionNode, NodeInternal, Node, bpy_struct):
157404
157491
  """
157405
157492
 
157406
157493
  class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
157494
+ """Build a rotation from quaternion components"""
157495
+
157407
157496
  @classmethod
157408
157497
  def is_registered_node_type(cls) -> bool:
157409
157498
  """True if a registered node type
@@ -157465,6 +157554,8 @@ class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_str
157465
157554
  """
157466
157555
 
157467
157556
  class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
157557
+ """Output a randomized value"""
157558
+
157468
157559
  data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
157469
157560
  """ Type of data stored in attribute
157470
157561
 
@@ -157532,6 +157623,8 @@ class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
157532
157623
  """
157533
157624
 
157534
157625
  class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
157626
+ """Replace a given string segment with another"""
157627
+
157535
157628
  @classmethod
157536
157629
  def is_registered_node_type(cls) -> bool:
157537
157630
  """True if a registered node type
@@ -157593,6 +157686,8 @@ class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
157593
157686
  """
157594
157687
 
157595
157688
  class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
157689
+ """Apply a secondary Euler rotation to a given Euler rotation"""
157690
+
157596
157691
  rotation_type: typing.Literal["AXIS_ANGLE", "EULER"]
157597
157692
  """ Method used to describe the rotation
157598
157693
 
@@ -157666,6 +157761,8 @@ class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
157666
157761
  """
157667
157762
 
157668
157763
  class FunctionNodeRotateRotation(FunctionNode, NodeInternal, Node, bpy_struct):
157764
+ """Apply a secondary rotation to a given rotation value"""
157765
+
157669
157766
  rotation_space: typing.Literal["GLOBAL", "LOCAL"]
157670
157767
  """ Base orientation for the rotation
157671
157768
 
@@ -157733,6 +157830,8 @@ class FunctionNodeRotateRotation(FunctionNode, NodeInternal, Node, bpy_struct):
157733
157830
  """
157734
157831
 
157735
157832
  class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
157833
+ """Apply a rotation to a given vector"""
157834
+
157736
157835
  @classmethod
157737
157836
  def is_registered_node_type(cls) -> bool:
157738
157837
  """True if a registered node type
@@ -157794,6 +157893,8 @@ class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
157794
157893
  """
157795
157894
 
157796
157895
  class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_struct):
157896
+ """Convert a rotation to axis angle components"""
157897
+
157797
157898
  @classmethod
157798
157899
  def is_registered_node_type(cls) -> bool:
157799
157900
  """True if a registered node type
@@ -157855,6 +157956,8 @@ class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_stru
157855
157956
  """
157856
157957
 
157857
157958
  class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
157959
+ """Convert a standard rotation value to an Euler rotation"""
157960
+
157858
157961
  @classmethod
157859
157962
  def is_registered_node_type(cls) -> bool:
157860
157963
  """True if a registered node type
@@ -157916,6 +158019,8 @@ class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
157916
158019
  """
157917
158020
 
157918
158021
  class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_struct):
158022
+ """Retrieve the quaternion components representing a rotation"""
158023
+
157919
158024
  @classmethod
157920
158025
  def is_registered_node_type(cls) -> bool:
157921
158026
  """True if a registered node type
@@ -157977,6 +158082,8 @@ class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_str
157977
158082
  """
157978
158083
 
157979
158084
  class FunctionNodeSeparateColor(FunctionNode, NodeInternal, Node, bpy_struct):
158085
+ """Split a color into separate channels, based on a particular color model"""
158086
+
157980
158087
  mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
157981
158088
  """ Mode of color processing
157982
158089
 
@@ -158107,6 +158214,8 @@ class FunctionNodeSeparateMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
158107
158214
  """
158108
158215
 
158109
158216
  class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct):
158217
+ """Split a transformation matrix into a translation vector, a rotation, and a scale vector"""
158218
+
158110
158219
  @classmethod
158111
158220
  def is_registered_node_type(cls) -> bool:
158112
158221
  """True if a registered node type
@@ -158168,6 +158277,8 @@ class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct
158168
158277
  """
158169
158278
 
158170
158279
  class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
158280
+ """Extract a string segment from a larger string"""
158281
+
158171
158282
  @classmethod
158172
158283
  def is_registered_node_type(cls) -> bool:
158173
158284
  """True if a registered node type
@@ -158229,6 +158340,8 @@ class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
158229
158340
  """
158230
158341
 
158231
158342
  class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
158343
+ """Output the number of characters in the given string"""
158344
+
158232
158345
  @classmethod
158233
158346
  def is_registered_node_type(cls) -> bool:
158234
158347
  """True if a registered node type
@@ -158290,6 +158403,8 @@ class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
158290
158403
  """
158291
158404
 
158292
158405
  class FunctionNodeStringToValue(FunctionNode, NodeInternal, Node, bpy_struct):
158406
+ """Derive a numeric value from a given string representation"""
158407
+
158293
158408
  data_type: typing.Literal["FLOAT", "INT"]
158294
158409
  """
158295
158410
 
@@ -158357,6 +158472,8 @@ class FunctionNodeStringToValue(FunctionNode, NodeInternal, Node, bpy_struct):
158357
158472
  """
158358
158473
 
158359
158474
  class FunctionNodeTransformDirection(FunctionNode, NodeInternal, Node, bpy_struct):
158475
+ """Apply a transformation matrix (excluding translation) to the given vector"""
158476
+
158360
158477
  @classmethod
158361
158478
  def is_registered_node_type(cls) -> bool:
158362
158479
  """True if a registered node type
@@ -158418,6 +158535,8 @@ class FunctionNodeTransformDirection(FunctionNode, NodeInternal, Node, bpy_struc
158418
158535
  """
158419
158536
 
158420
158537
  class FunctionNodeTransformPoint(FunctionNode, NodeInternal, Node, bpy_struct):
158538
+ """Apply a transformation matrix to the given vector"""
158539
+
158421
158540
  @classmethod
158422
158541
  def is_registered_node_type(cls) -> bool:
158423
158542
  """True if a registered node type
@@ -158479,6 +158598,8 @@ class FunctionNodeTransformPoint(FunctionNode, NodeInternal, Node, bpy_struct):
158479
158598
  """
158480
158599
 
158481
158600
  class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
158601
+ """Flip a matrix over its diagonal, turning columns into rows and vice-versa"""
158602
+
158482
158603
  @classmethod
158483
158604
  def is_registered_node_type(cls) -> bool:
158484
158605
  """True if a registered node type
@@ -158540,6 +158661,8 @@ class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
158540
158661
  """
158541
158662
 
158542
158663
  class FunctionNodeValueToString(FunctionNode, NodeInternal, Node, bpy_struct):
158664
+ """Generate a string representation of the given input value"""
158665
+
158543
158666
  data_type: typing.Literal["FLOAT", "INT"]
158544
158667
  """
158545
158668
 
@@ -166941,7 +167064,7 @@ class GeometryNodeListGetItem(GeometryNode, NodeInternal, Node, bpy_struct):
166941
167064
  """
166942
167065
 
166943
167066
  class GeometryNodeListLength(GeometryNode, NodeInternal, Node, bpy_struct):
166944
- """Return the length of a list"""
167067
+ """Count how many items are in a given list"""
166945
167068
 
166946
167069
  data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
166947
167070
  """
@@ -169703,6 +169826,8 @@ class GeometryNodeSampleCurve(GeometryNode, NodeInternal, Node, bpy_struct):
169703
169826
  """
169704
169827
 
169705
169828
  class GeometryNodeSampleGrid(GeometryNode, NodeInternal, Node, bpy_struct):
169829
+ """Retrieve values from the specified volume grid"""
169830
+
169706
169831
  data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
169707
169832
  """ Node socket data type
169708
169833
 
@@ -185381,6 +185506,13 @@ class Light(ID, bpy_struct):
185381
185506
  :rtype: float
185382
185507
  """
185383
185508
 
185509
+ def inline_shader_nodes(self) -> None:
185510
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
185511
+ to remove nested groups, repeat zones and more.
185512
+
185513
+ :return: The inlined shader nodes.
185514
+ """
185515
+
185384
185516
  @classmethod
185385
185517
  def bl_rna_get_subclass(
185386
185518
  cls,
@@ -191639,6 +191771,41 @@ class MaskStrip(Strip, bpy_struct):
191639
191771
  :rtype: typing.Any
191640
191772
  """
191641
191773
 
191774
+ class MaskStripModifier(StripModifier, bpy_struct):
191775
+ """Mask modifier for sequence strip"""
191776
+
191777
+ @classmethod
191778
+ def bl_rna_get_subclass(
191779
+ cls,
191780
+ id: str | None,
191781
+ default=None,
191782
+ /,
191783
+ ) -> Struct:
191784
+ """
191785
+
191786
+ :param id: The RNA type identifier.
191787
+ :type id: str | None
191788
+ :param default:
191789
+ :return: The RNA type or default when not found.
191790
+ :rtype: Struct
191791
+ """
191792
+
191793
+ @classmethod
191794
+ def bl_rna_get_subclass_py(
191795
+ cls,
191796
+ id: str | None,
191797
+ default=None,
191798
+ /,
191799
+ ) -> typing.Any:
191800
+ """
191801
+
191802
+ :param id: The RNA type identifier.
191803
+ :type id: str | None
191804
+ :param default:
191805
+ :return: The class or default when not found.
191806
+ :rtype: typing.Any
191807
+ """
191808
+
191642
191809
  class Material(ID, bpy_struct):
191643
191810
  """Material data-block to define the appearance of geometric objects for rendering"""
191644
191811
 
@@ -191878,6 +192045,13 @@ class Material(ID, bpy_struct):
191878
192045
  :type: typing.Literal['FAST','ACCURATE']
191879
192046
  """
191880
192047
 
192048
+ def inline_shader_nodes(self) -> None:
192049
+ """Get the inlined shader nodes of this material. This preprocesses the node tree
192050
+ to remove nested groups, repeat zones and more.
192051
+
192052
+ :return: The inlined shader nodes.
192053
+ """
192054
+
191881
192055
  @classmethod
191882
192056
  def bl_rna_get_subclass(
191883
192057
  cls,
@@ -198676,6 +198850,8 @@ class NodeEnumItem(bpy_struct):
198676
198850
  """
198677
198851
 
198678
198852
  class NodeEvaluateClosure(NodeInternal, Node, bpy_struct):
198853
+ """Execute a given closure"""
198854
+
198679
198855
  active_input_index: int | None
198680
198856
  """ Index of the active item
198681
198857
 
@@ -215256,6 +215432,13 @@ class PointLight(Light, ID, bpy_struct):
215256
215432
  :type: bool
215257
215433
  """
215258
215434
 
215435
+ def inline_shader_nodes(self) -> None:
215436
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
215437
+ to remove nested groups, repeat zones and more.
215438
+
215439
+ :return: The inlined shader nodes.
215440
+ """
215441
+
215259
215442
  @classmethod
215260
215443
  def bl_rna_get_subclass(
215261
215444
  cls,
@@ -219239,12 +219422,6 @@ class RenderEngine(bpy_struct):
219239
219422
  :type: str
219240
219423
  """
219241
219424
 
219242
- bl_use_alembic_procedural: bool
219243
- """ Support loading Alembic data at render time
219244
-
219245
- :type: bool
219246
- """
219247
-
219248
219425
  bl_use_custom_freestyle: bool
219249
219426
  """ Handles freestyle rendering on its own, instead of delegating it to EEVEE
219250
219427
 
@@ -228824,6 +229001,8 @@ class ShaderNodeOutputLight(ShaderNode, NodeInternal, Node, bpy_struct):
228824
229001
  """
228825
229002
 
228826
229003
  class ShaderNodeOutputLineStyle(ShaderNode, NodeInternal, Node, bpy_struct):
229004
+ """Control the mixing of texture information into the base color of line styles"""
229005
+
228827
229006
  blend_type: bpy.stub_internal.rna_enums.RampBlendItems
228828
229007
  """
228829
229008
 
@@ -231136,7 +231315,7 @@ class ShaderNodeTexWave(ShaderNode, NodeInternal, Node, bpy_struct):
231136
231315
  """
231137
231316
 
231138
231317
  class ShaderNodeTexWhiteNoise(ShaderNode, NodeInternal, Node, bpy_struct):
231139
- """Return a random value or color based on an input seed"""
231318
+ """Calculate a random value or color based on an input seed"""
231140
231319
 
231141
231320
  noise_dimensions: typing.Literal["1D", "2D", "3D", "4D"]
231142
231321
  """ Number of dimensions to output noise for
@@ -231260,6 +231439,8 @@ class ShaderNodeTree(NodeTree, ID, bpy_struct):
231260
231439
  """
231261
231440
 
231262
231441
  class ShaderNodeUVAlongStroke(ShaderNode, NodeInternal, Node, bpy_struct):
231442
+ """UV coordinates that map a texture along the stroke length"""
231443
+
231263
231444
  use_tips: bool
231264
231445
  """ Lower half of the texture is for tips of the stroke
231265
231446
 
@@ -238860,6 +239041,13 @@ class SpotLight(Light, ID, bpy_struct):
238860
239041
  :type: bool
238861
239042
  """
238862
239043
 
239044
+ def inline_shader_nodes(self) -> None:
239045
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
239046
+ to remove nested groups, repeat zones and more.
239047
+
239048
+ :return: The inlined shader nodes.
239049
+ """
239050
+
238863
239051
  @classmethod
238864
239052
  def bl_rna_get_subclass(
238865
239053
  cls,
@@ -240956,6 +241144,13 @@ class SunLight(Light, ID, bpy_struct):
240956
241144
  :type: bool
240957
241145
  """
240958
241146
 
241147
+ def inline_shader_nodes(self) -> None:
241148
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
241149
+ to remove nested groups, repeat zones and more.
241150
+
241151
+ :return: The inlined shader nodes.
241152
+ """
241153
+
240959
241154
  @classmethod
240960
241155
  def bl_rna_get_subclass(
240961
241156
  cls,
@@ -246999,12 +247194,6 @@ class ThemeProperties(bpy_struct):
246999
247194
  class ThemeSequenceEditor(bpy_struct):
247000
247195
  """Theme settings for the Sequence Editor"""
247001
247196
 
247002
- active_modifier: bpy_prop_array[float] | None
247003
- """
247004
-
247005
- :type: bpy_prop_array[float] | None
247006
- """
247007
-
247008
247197
  active_strip: mathutils.Color | None
247009
247198
  """
247010
247199
 
@@ -252200,15 +252389,6 @@ class UILayout(bpy_struct):
252200
252389
  :type property: str
252201
252390
  """
252202
252391
 
252203
- def template_cache_file_procedural(self, data: typing.Any, property: str) -> None:
252204
- """Show cache files render procedural properties
252205
-
252206
- :param data: Data from which to take property
252207
- :type data: typing.Any
252208
- :param property: Identifier of property in data
252209
- :type property: str
252210
- """
252211
-
252212
252392
  def template_cache_file_time_settings(
252213
252393
  self, data: typing.Any, property: str
252214
252394
  ) -> None:
@@ -259587,6 +259767,13 @@ class World(ID, bpy_struct):
259587
259767
  :type: bool
259588
259768
  """
259589
259769
 
259770
+ def inline_shader_nodes(self) -> None:
259771
+ """Get the inlined shader nodes of this world. This preprocesses the node tree
259772
+ to remove nested groups, repeat zones and more.
259773
+
259774
+ :return: The inlined shader nodes.
259775
+ """
259776
+
259590
259777
  @classmethod
259591
259778
  def bl_rna_get_subclass(
259592
259779
  cls,
@@ -261007,8 +261194,6 @@ BONE_PT_bTransformCacheConstraint: bl_ui.properties_constraint.BONE_PT_bTransfor
261007
261194
 
261008
261195
  BONE_PT_bTransformCacheConstraint_layers: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_layers
261009
261196
 
261010
- BONE_PT_bTransformCacheConstraint_procedural: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_procedural
261011
-
261012
261197
  BONE_PT_bTransformCacheConstraint_time: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_time
261013
261198
 
261014
261199
  BONE_PT_bTransformCacheConstraint_velocity: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_velocity
@@ -261539,6 +261724,8 @@ DOPESHEET_MT_view: bl_ui.space_dopesheet.DOPESHEET_MT_view
261539
261724
 
261540
261725
  DOPESHEET_MT_view_pie: bl_ui.space_dopesheet.DOPESHEET_MT_view_pie
261541
261726
 
261727
+ DOPESHEET_PT_ShapeKey: bl_ui.space_dopesheet.DOPESHEET_PT_ShapeKey
261728
+
261542
261729
  DOPESHEET_PT_action: bl_ui.space_dopesheet.DOPESHEET_PT_action
261543
261730
 
261544
261731
  DOPESHEET_PT_action_slot: bl_ui.space_dopesheet.DOPESHEET_PT_action_slot
@@ -262351,8 +262538,6 @@ OBJECT_PT_bTransformCacheConstraint: bl_ui.properties_constraint.OBJECT_PT_bTran
262351
262538
 
262352
262539
  OBJECT_PT_bTransformCacheConstraint_layers: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_layers
262353
262540
 
262354
- OBJECT_PT_bTransformCacheConstraint_procedural: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_procedural
262355
-
262356
262541
  OBJECT_PT_bTransformCacheConstraint_time: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_time
262357
262542
 
262358
262543
  OBJECT_PT_bTransformCacheConstraint_velocity: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_velocity
@@ -263063,6 +263248,8 @@ SEQUENCER_MT_image_transform: bl_ui.space_sequencer.SEQUENCER_MT_image_transform
263063
263248
 
263064
263249
  SEQUENCER_MT_marker: bl_ui.space_sequencer.SEQUENCER_MT_marker
263065
263250
 
263251
+ SEQUENCER_MT_modifier_add: bl_ui.space_sequencer.SEQUENCER_MT_modifier_add
263252
+
263066
263253
  SEQUENCER_MT_navigation: bl_ui.space_sequencer.SEQUENCER_MT_navigation
263067
263254
 
263068
263255
  SEQUENCER_MT_pivot_pie: bl_ui.space_sequencer.SEQUENCER_MT_pivot_pie
@@ -263099,6 +263286,8 @@ SEQUENCER_MT_strip_lock_mute: bl_ui.space_sequencer.SEQUENCER_MT_strip_lock_mute
263099
263286
 
263100
263287
  SEQUENCER_MT_strip_mirror: bl_ui.space_sequencer.SEQUENCER_MT_strip_mirror
263101
263288
 
263289
+ SEQUENCER_MT_strip_modifiers: bl_ui.space_sequencer.SEQUENCER_MT_strip_modifiers
263290
+
263102
263291
  SEQUENCER_MT_strip_movie: bl_ui.space_sequencer.SEQUENCER_MT_strip_movie
263103
263292
 
263104
263293
  SEQUENCER_MT_strip_retiming: bl_ui.space_sequencer.SEQUENCER_MT_strip_retiming
@@ -263415,6 +263604,8 @@ USERPREF_PT_animation_keyframes: bl_ui.space_userpref.USERPREF_PT_animation_keyf
263415
263604
 
263416
263605
  USERPREF_PT_animation_timeline: bl_ui.space_userpref.USERPREF_PT_animation_timeline
263417
263606
 
263607
+ USERPREF_PT_developer_tools: bl_ui.space_userpref.USERPREF_PT_developer_tools
263608
+
263418
263609
  USERPREF_PT_edit_annotations: bl_ui.space_userpref.USERPREF_PT_edit_annotations
263419
263610
 
263420
263611
  USERPREF_PT_edit_cursor: bl_ui.space_userpref.USERPREF_PT_edit_cursor
@@ -263437,8 +263628,6 @@ USERPREF_PT_edit_text_editor: bl_ui.space_userpref.USERPREF_PT_edit_text_editor
263437
263628
 
263438
263629
  USERPREF_PT_edit_weight_paint: bl_ui.space_userpref.USERPREF_PT_edit_weight_paint
263439
263630
 
263440
- USERPREF_PT_experimental_debugging: bl_ui.space_userpref.USERPREF_PT_experimental_debugging
263441
-
263442
263631
  USERPREF_PT_experimental_new_features: bl_ui.space_userpref.USERPREF_PT_experimental_new_features
263443
263632
 
263444
263633
  USERPREF_PT_experimental_prototypes: bl_ui.space_userpref.USERPREF_PT_experimental_prototypes