fake-bpy-module 20240530__py3-none-any.whl → 20240601__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
@@ -36630,6 +36630,8 @@ Property types used in class declarations are all in bpy.props
36630
36630
  * GeometryNodeInputTangent.output_template
36631
36631
  * GeometryNodeInstanceOnPoints.input_template
36632
36632
  * GeometryNodeInstanceOnPoints.output_template
36633
+ * GeometryNodeInstanceTransform.input_template
36634
+ * GeometryNodeInstanceTransform.output_template
36633
36635
  * GeometryNodeInstancesToPoints.input_template
36634
36636
  * GeometryNodeInstancesToPoints.output_template
36635
36637
  * GeometryNodeInterpolateCurves.input_template
@@ -49516,6 +49518,7 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
49516
49518
  --------------------
49517
49519
 
49518
49520
  * GeometryNodeBake.active_item
49521
+ * GeometryNodeCaptureAttribute.active_item
49519
49522
  * GeometryNodeRepeatOutput.active_item
49520
49523
  * GeometryNodeRepeatOutput.repeat_items
49521
49524
  * NodeGeometryRepeatOutputItems.new
@@ -82954,6 +82957,48 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
82954
82957
  :columns: 2
82955
82958
 
82956
82959
 
82960
+ --------------------
82961
+
82962
+ * GeometryNodeCaptureAttribute.capture_items
82963
+
82964
+ :columns: 2
82965
+
82966
+
82967
+ --------------------
82968
+
82969
+ * bpy_struct.id_data
82970
+
82971
+ :columns: 2
82972
+
82973
+
82974
+ --------------------
82975
+
82976
+ * bpy_struct.as_pointer
82977
+ * bpy_struct.driver_add
82978
+ * bpy_struct.driver_remove
82979
+ * bpy_struct.get
82980
+ * bpy_struct.id_properties_clear
82981
+ * bpy_struct.id_properties_ensure
82982
+ * bpy_struct.id_properties_ui
82983
+ * bpy_struct.is_property_hidden
82984
+ * bpy_struct.is_property_overridable_library
82985
+ * bpy_struct.is_property_readonly
82986
+ * bpy_struct.is_property_set
82987
+ * bpy_struct.items
82988
+ * bpy_struct.keyframe_delete
82989
+ * bpy_struct.keyframe_insert
82990
+ * bpy_struct.keys
82991
+ * bpy_struct.path_from_id
82992
+ * bpy_struct.path_resolve
82993
+ * bpy_struct.pop
82994
+ * bpy_struct.property_overridable_library_set
82995
+ * bpy_struct.property_unset
82996
+ * bpy_struct.type_recast
82997
+ * bpy_struct.values
82998
+
82999
+ :columns: 2
83000
+
83001
+
82957
83002
  --------------------
82958
83003
 
82959
83004
  * MaskSplinePoint.parent
@@ -85712,6 +85757,96 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
85712
85757
  :columns: 2
85713
85758
 
85714
85759
 
85760
+ --------------------
85761
+
85762
+ * bpy_struct.as_pointer
85763
+ * bpy_struct.driver_add
85764
+ * bpy_struct.driver_remove
85765
+ * bpy_struct.get
85766
+ * bpy_struct.id_properties_clear
85767
+ * bpy_struct.id_properties_ensure
85768
+ * bpy_struct.id_properties_ui
85769
+ * bpy_struct.is_property_hidden
85770
+ * bpy_struct.is_property_overridable_library
85771
+ * bpy_struct.is_property_readonly
85772
+ * bpy_struct.is_property_set
85773
+ * bpy_struct.items
85774
+ * bpy_struct.keyframe_delete
85775
+ * bpy_struct.keyframe_insert
85776
+ * bpy_struct.keys
85777
+ * bpy_struct.path_from_id
85778
+ * bpy_struct.path_resolve
85779
+ * bpy_struct.pop
85780
+ * bpy_struct.property_overridable_library_set
85781
+ * bpy_struct.property_unset
85782
+ * bpy_struct.type_recast
85783
+ * bpy_struct.values
85784
+ * Node.socket_value_update
85785
+ * Node.is_registered_node_type
85786
+ * Node.poll
85787
+ * Node.poll_instance
85788
+ * Node.update
85789
+ * Node.insert_link
85790
+ * Node.init
85791
+ * Node.copy
85792
+ * Node.free
85793
+ * Node.draw_buttons
85794
+ * Node.draw_buttons_ext
85795
+ * Node.draw_label
85796
+ * Node.poll
85797
+ * Node.bl_rna_get_subclass
85798
+ * Node.bl_rna_get_subclass_py
85799
+ * NodeInternal.poll
85800
+ * NodeInternal.poll_instance
85801
+ * NodeInternal.update
85802
+ * NodeInternal.draw_buttons
85803
+ * NodeInternal.draw_buttons_ext
85804
+ * NodeInternal.bl_rna_get_subclass
85805
+ * NodeInternal.bl_rna_get_subclass_py
85806
+ * GeometryNode.poll
85807
+ * GeometryNode.bl_rna_get_subclass
85808
+ * GeometryNode.bl_rna_get_subclass_py
85809
+
85810
+ :columns: 2
85811
+
85812
+
85813
+ --------------------
85814
+
85815
+ * bpy_struct.id_data
85816
+ * Node.type
85817
+ * Node.location
85818
+ * Node.width
85819
+ * Node.height
85820
+ * Node.dimensions
85821
+ * Node.name
85822
+ * Node.label
85823
+ * Node.inputs
85824
+ * Node.outputs
85825
+ * Node.internal_links
85826
+ * Node.parent
85827
+ * Node.use_custom_color
85828
+ * Node.color
85829
+ * Node.select
85830
+ * Node.show_options
85831
+ * Node.show_preview
85832
+ * Node.hide
85833
+ * Node.mute
85834
+ * Node.show_texture
85835
+ * Node.bl_idname
85836
+ * Node.bl_label
85837
+ * Node.bl_description
85838
+ * Node.bl_icon
85839
+ * Node.bl_static_type
85840
+ * Node.bl_width_default
85841
+ * Node.bl_width_min
85842
+ * Node.bl_width_max
85843
+ * Node.bl_height_default
85844
+ * Node.bl_height_min
85845
+ * Node.bl_height_max
85846
+
85847
+ :columns: 2
85848
+
85849
+
85715
85850
  --------------------
85716
85851
 
85717
85852
  * bpy_struct.as_pointer
@@ -87389,6 +87524,50 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
87389
87524
  :columns: 2
87390
87525
 
87391
87526
 
87527
+ --------------------
87528
+
87529
+ * bpy_struct.id_data
87530
+
87531
+ :columns: 2
87532
+
87533
+
87534
+ --------------------
87535
+
87536
+ * bpy_struct.as_pointer
87537
+ * bpy_struct.driver_add
87538
+ * bpy_struct.driver_remove
87539
+ * bpy_struct.get
87540
+ * bpy_struct.id_properties_clear
87541
+ * bpy_struct.id_properties_ensure
87542
+ * bpy_struct.id_properties_ui
87543
+ * bpy_struct.is_property_hidden
87544
+ * bpy_struct.is_property_overridable_library
87545
+ * bpy_struct.is_property_readonly
87546
+ * bpy_struct.is_property_set
87547
+ * bpy_struct.items
87548
+ * bpy_struct.keyframe_delete
87549
+ * bpy_struct.keyframe_insert
87550
+ * bpy_struct.keys
87551
+ * bpy_struct.path_from_id
87552
+ * bpy_struct.path_resolve
87553
+ * bpy_struct.pop
87554
+ * bpy_struct.property_overridable_library_set
87555
+ * bpy_struct.property_unset
87556
+ * bpy_struct.type_recast
87557
+ * bpy_struct.values
87558
+
87559
+ :columns: 2
87560
+
87561
+
87562
+ --------------------
87563
+
87564
+ * GeometryNodeCaptureAttribute.capture_items
87565
+ * NodeGeometryCaptureAttributeItems.new
87566
+ * NodeGeometryCaptureAttributeItems.remove
87567
+
87568
+ :columns: 2
87569
+
87570
+
87392
87571
  --------------------
87393
87572
 
87394
87573
  * bpy_struct.id_data
@@ -98640,7 +98819,7 @@ class AOV(bpy_struct):
98640
98819
  """
98641
98820
  ...
98642
98821
 
98643
- class AOVs(bpy_struct, bpy_prop_collection[AOV]):
98822
+ class AOVs(bpy_prop_collection[AOV], bpy_struct):
98644
98823
  """Collection of AOVs"""
98645
98824
 
98646
98825
  def add(self) -> AOV:
@@ -98728,7 +98907,7 @@ class ActionBinding(bpy_struct):
98728
98907
  """
98729
98908
  ...
98730
98909
 
98731
- class ActionBindings(bpy_struct, bpy_prop_collection[ActionBinding]):
98910
+ class ActionBindings(bpy_prop_collection[ActionBinding], bpy_struct):
98732
98911
  """Collection of animation bindings"""
98733
98912
 
98734
98913
  def new(self, for_id: ID | None = None) -> ActionBinding:
@@ -98804,7 +98983,7 @@ class ActionChannelBag(bpy_struct):
98804
98983
  """
98805
98984
  ...
98806
98985
 
98807
- class ActionChannelBagFCurves(bpy_struct, bpy_prop_collection[FCurve]):
98986
+ class ActionChannelBagFCurves(bpy_prop_collection[FCurve], bpy_struct):
98808
98987
  """Collection of F-Curves for a specific animation binding"""
98809
98988
 
98810
98989
  @classmethod
@@ -98831,7 +99010,7 @@ class ActionChannelBagFCurves(bpy_struct, bpy_prop_collection[FCurve]):
98831
99010
  """
98832
99011
  ...
98833
99012
 
98834
- class ActionChannelBags(bpy_struct, bpy_prop_collection[ActionChannelBag]):
99013
+ class ActionChannelBags(bpy_prop_collection[ActionChannelBag], bpy_struct):
98835
99014
  """For each animation binding, a list of animation channels that are meant for that binding"""
98836
99015
 
98837
99016
  @classmethod
@@ -98858,7 +99037,7 @@ class ActionChannelBags(bpy_struct, bpy_prop_collection[ActionChannelBag]):
98858
99037
  """
98859
99038
  ...
98860
99039
 
98861
- class ActionFCurves(bpy_struct, bpy_prop_collection[FCurve]):
99040
+ class ActionFCurves(bpy_prop_collection[FCurve], bpy_struct):
98862
99041
  """Collection of action F-Curves"""
98863
99042
 
98864
99043
  def new(
@@ -99021,7 +99200,7 @@ class ActionGroup(bpy_struct):
99021
99200
  """
99022
99201
  ...
99023
99202
 
99024
- class ActionGroups(bpy_struct, bpy_prop_collection[ActionGroup]):
99203
+ class ActionGroups(bpy_prop_collection[ActionGroup], bpy_struct):
99025
99204
  """Collection of action groups"""
99026
99205
 
99027
99206
  def new(self, name: str | typing.Any) -> ActionGroup:
@@ -99115,7 +99294,7 @@ class ActionLayer(bpy_struct):
99115
99294
  """
99116
99295
  ...
99117
99296
 
99118
- class ActionLayers(bpy_struct, bpy_prop_collection[ActionLayer]):
99297
+ class ActionLayers(bpy_prop_collection[ActionLayer], bpy_struct):
99119
99298
  """Collection of animation layers"""
99120
99299
 
99121
99300
  def new(self, name: str | typing.Any) -> ActionLayer:
@@ -99160,7 +99339,7 @@ class ActionLayers(bpy_struct, bpy_prop_collection[ActionLayer]):
99160
99339
  """
99161
99340
  ...
99162
99341
 
99163
- class ActionPoseMarkers(bpy_struct, bpy_prop_collection[TimelineMarker]):
99342
+ class ActionPoseMarkers(bpy_prop_collection[TimelineMarker], bpy_struct):
99164
99343
  """Collection of timeline markers"""
99165
99344
 
99166
99345
  active: TimelineMarker | None
@@ -99248,7 +99427,7 @@ class ActionStrip(bpy_struct):
99248
99427
  """
99249
99428
  ...
99250
99429
 
99251
- class ActionStrips(bpy_struct, bpy_prop_collection[ActionStrip]):
99430
+ class ActionStrips(bpy_prop_collection[ActionStrip], bpy_struct):
99252
99431
  """Collection of animation strips"""
99253
99432
 
99254
99433
  def new(self, type: str | None = "KEYFRAME") -> ActionStrip:
@@ -99372,7 +99551,7 @@ class AddonPreferences(bpy_struct):
99372
99551
  """
99373
99552
  ...
99374
99553
 
99375
- class Addons(bpy_struct, bpy_prop_collection[Addon]):
99554
+ class Addons(bpy_prop_collection[Addon], bpy_struct):
99376
99555
  """Collection of add-ons"""
99377
99556
 
99378
99557
  @classmethod
@@ -99536,7 +99715,7 @@ class AnimData(bpy_struct):
99536
99715
  """
99537
99716
  ...
99538
99717
 
99539
- class AnimDataDrivers(bpy_struct, bpy_prop_collection[FCurve]):
99718
+ class AnimDataDrivers(bpy_prop_collection[FCurve], bpy_struct):
99540
99719
  """Collection of Driver F-Curves"""
99541
99720
 
99542
99721
  def new(self, data_path: str | typing.Any, index: typing.Any | None = 0) -> FCurve:
@@ -99869,7 +100048,7 @@ class Area(bpy_struct):
99869
100048
  """
99870
100049
  ...
99871
100050
 
99872
- class AreaSpaces(bpy_struct, bpy_prop_collection[Space]):
100051
+ class AreaSpaces(bpy_prop_collection[Space], bpy_struct):
99873
100052
  """Collection of spaces"""
99874
100053
 
99875
100054
  active: Space
@@ -99902,7 +100081,7 @@ class AreaSpaces(bpy_struct, bpy_prop_collection[Space]):
99902
100081
  """
99903
100082
  ...
99904
100083
 
99905
- class ArmatureBones(bpy_struct, bpy_prop_collection[Bone]):
100084
+ class ArmatureBones(bpy_prop_collection[Bone], bpy_struct):
99906
100085
  """Collection of armature bones"""
99907
100086
 
99908
100087
  active: Bone | None
@@ -99935,7 +100114,7 @@ class ArmatureBones(bpy_struct, bpy_prop_collection[Bone]):
99935
100114
  """
99936
100115
  ...
99937
100116
 
99938
- class ArmatureConstraintTargets(bpy_struct, bpy_prop_collection[ConstraintTargetBone]):
100117
+ class ArmatureConstraintTargets(bpy_prop_collection[ConstraintTargetBone], bpy_struct):
99939
100118
  """Collection of target bones and weights"""
99940
100119
 
99941
100120
  def new(self) -> ConstraintTargetBone:
@@ -99982,7 +100161,7 @@ class ArmatureConstraintTargets(bpy_struct, bpy_prop_collection[ConstraintTarget
99982
100161
  """
99983
100162
  ...
99984
100163
 
99985
- class ArmatureEditBones(bpy_struct, bpy_prop_collection[EditBone]):
100164
+ class ArmatureEditBones(bpy_prop_collection[EditBone], bpy_struct):
99986
100165
  """Collection of armature edit bones"""
99987
100166
 
99988
100167
  active: EditBone | None
@@ -100058,7 +100237,7 @@ class AssetCatalogPath(bpy_struct):
100058
100237
  """
100059
100238
  ...
100060
100239
 
100061
- class AssetLibraryCollection(bpy_struct, bpy_prop_collection[UserAssetLibrary]):
100240
+ class AssetLibraryCollection(bpy_prop_collection[UserAssetLibrary], bpy_struct):
100062
100241
  """Collection of user asset libraries"""
100063
100242
 
100064
100243
  @classmethod
@@ -100437,7 +100616,7 @@ class AssetTag(bpy_struct):
100437
100616
  """
100438
100617
  ...
100439
100618
 
100440
- class AssetTags(bpy_struct, bpy_prop_collection[AssetTag]):
100619
+ class AssetTags(bpy_prop_collection[AssetTag], bpy_struct):
100441
100620
  """Collection of custom asset tags"""
100442
100621
 
100443
100622
  def new(
@@ -100588,7 +100767,7 @@ class Attribute(bpy_struct):
100588
100767
  """
100589
100768
  ...
100590
100769
 
100591
- class AttributeGroup(bpy_struct, bpy_prop_collection[Attribute]):
100770
+ class AttributeGroup(bpy_prop_collection[Attribute], bpy_struct):
100592
100771
  """Group of geometry attributes"""
100593
100772
 
100594
100773
  active: Attribute | None
@@ -101316,7 +101495,7 @@ class BlendData(bpy_struct):
101316
101495
  """
101317
101496
  ...
101318
101497
 
101319
- class BlendDataActions(bpy_struct, bpy_prop_collection[Action]):
101498
+ class BlendDataActions(bpy_prop_collection[Action], bpy_struct):
101320
101499
  """Collection of actions"""
101321
101500
 
101322
101501
  def new(self, name: str | typing.Any) -> Action:
@@ -101381,7 +101560,7 @@ class BlendDataActions(bpy_struct, bpy_prop_collection[Action]):
101381
101560
  """
101382
101561
  ...
101383
101562
 
101384
- class BlendDataArmatures(bpy_struct, bpy_prop_collection[Armature]):
101563
+ class BlendDataArmatures(bpy_prop_collection[Armature], bpy_struct):
101385
101564
  """Collection of armatures"""
101386
101565
 
101387
101566
  def new(self, name: str | typing.Any) -> Armature:
@@ -101446,7 +101625,7 @@ class BlendDataArmatures(bpy_struct, bpy_prop_collection[Armature]):
101446
101625
  """
101447
101626
  ...
101448
101627
 
101449
- class BlendDataBrushes(bpy_struct, bpy_prop_collection[Brush]):
101628
+ class BlendDataBrushes(bpy_prop_collection[Brush], bpy_struct):
101450
101629
  """Collection of brushes"""
101451
101630
 
101452
101631
  def new(self, name: str | typing.Any, mode: str | None = "TEXTURE_PAINT") -> Brush:
@@ -101521,7 +101700,7 @@ class BlendDataBrushes(bpy_struct, bpy_prop_collection[Brush]):
101521
101700
  """
101522
101701
  ...
101523
101702
 
101524
- class BlendDataCacheFiles(bpy_struct, bpy_prop_collection[CacheFile]):
101703
+ class BlendDataCacheFiles(bpy_prop_collection[CacheFile], bpy_struct):
101525
101704
  """Collection of cache files"""
101526
101705
 
101527
101706
  def tag(self, value: bool | None):
@@ -101556,7 +101735,7 @@ class BlendDataCacheFiles(bpy_struct, bpy_prop_collection[CacheFile]):
101556
101735
  """
101557
101736
  ...
101558
101737
 
101559
- class BlendDataCameras(bpy_struct, bpy_prop_collection[Camera]):
101738
+ class BlendDataCameras(bpy_prop_collection[Camera], bpy_struct):
101560
101739
  """Collection of cameras"""
101561
101740
 
101562
101741
  def new(self, name: str | typing.Any) -> Camera:
@@ -101621,7 +101800,7 @@ class BlendDataCameras(bpy_struct, bpy_prop_collection[Camera]):
101621
101800
  """
101622
101801
  ...
101623
101802
 
101624
- class BlendDataCollections(bpy_struct, bpy_prop_collection[Collection]):
101803
+ class BlendDataCollections(bpy_prop_collection[Collection], bpy_struct):
101625
101804
  """Collection of collections"""
101626
101805
 
101627
101806
  def new(self, name: str | typing.Any) -> Collection:
@@ -101686,7 +101865,7 @@ class BlendDataCollections(bpy_struct, bpy_prop_collection[Collection]):
101686
101865
  """
101687
101866
  ...
101688
101867
 
101689
- class BlendDataCurves(bpy_struct, bpy_prop_collection[Curve]):
101868
+ class BlendDataCurves(bpy_prop_collection[Curve], bpy_struct):
101690
101869
  """Collection of curves"""
101691
101870
 
101692
101871
  def new(self, name: str | typing.Any, type: str | None) -> Curve:
@@ -101753,7 +101932,7 @@ class BlendDataCurves(bpy_struct, bpy_prop_collection[Curve]):
101753
101932
  """
101754
101933
  ...
101755
101934
 
101756
- class BlendDataFonts(bpy_struct, bpy_prop_collection[VectorFont]):
101935
+ class BlendDataFonts(bpy_prop_collection[VectorFont], bpy_struct):
101757
101936
  """Collection of fonts"""
101758
101937
 
101759
101938
  def load(
@@ -101824,7 +102003,7 @@ class BlendDataFonts(bpy_struct, bpy_prop_collection[VectorFont]):
101824
102003
  """
101825
102004
  ...
101826
102005
 
101827
- class BlendDataGreasePencils(bpy_struct, bpy_prop_collection[GreasePencil]):
102006
+ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
101828
102007
  """Collection of grease pencils"""
101829
102008
 
101830
102009
  def tag(self, value: bool | None):
@@ -101889,7 +102068,7 @@ class BlendDataGreasePencils(bpy_struct, bpy_prop_collection[GreasePencil]):
101889
102068
  """
101890
102069
  ...
101891
102070
 
101892
- class BlendDataGreasePencilsV3(bpy_struct, bpy_prop_collection[GreasePencilv3]):
102071
+ class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
101893
102072
  """Collection of grease pencils"""
101894
102073
 
101895
102074
  @classmethod
@@ -101916,7 +102095,7 @@ class BlendDataGreasePencilsV3(bpy_struct, bpy_prop_collection[GreasePencilv3]):
101916
102095
  """
101917
102096
  ...
101918
102097
 
101919
- class BlendDataHairCurves(bpy_struct, bpy_prop_collection[Curves]):
102098
+ class BlendDataHairCurves(bpy_prop_collection[Curves], bpy_struct):
101920
102099
  """Collection of hair curves"""
101921
102100
 
101922
102101
  def new(self, name: str | typing.Any) -> Curves:
@@ -101981,7 +102160,7 @@ class BlendDataHairCurves(bpy_struct, bpy_prop_collection[Curves]):
101981
102160
  """
101982
102161
  ...
101983
102162
 
101984
- class BlendDataImages(bpy_struct, bpy_prop_collection[Image]):
102163
+ class BlendDataImages(bpy_prop_collection[Image], bpy_struct):
101985
102164
  """Collection of images"""
101986
102165
 
101987
102166
  def new(
@@ -102086,7 +102265,7 @@ class BlendDataImages(bpy_struct, bpy_prop_collection[Image]):
102086
102265
  """
102087
102266
  ...
102088
102267
 
102089
- class BlendDataLattices(bpy_struct, bpy_prop_collection[Lattice]):
102268
+ class BlendDataLattices(bpy_prop_collection[Lattice], bpy_struct):
102090
102269
  """Collection of lattices"""
102091
102270
 
102092
102271
  def new(self, name: str | typing.Any) -> Lattice:
@@ -102151,7 +102330,7 @@ class BlendDataLattices(bpy_struct, bpy_prop_collection[Lattice]):
102151
102330
  """
102152
102331
  ...
102153
102332
 
102154
- class BlendDataLibraries(bpy_struct, bpy_prop_collection[Library]):
102333
+ class BlendDataLibraries(bpy_prop_collection[Library], bpy_struct):
102155
102334
  """Collection of libraries"""
102156
102335
 
102157
102336
  def tag(self, value: bool | None):
@@ -102270,7 +102449,7 @@ class BlendDataLibraries(bpy_struct, bpy_prop_collection[Library]):
102270
102449
  """
102271
102450
  ...
102272
102451
 
102273
- class BlendDataLights(bpy_struct, bpy_prop_collection[Light]):
102452
+ class BlendDataLights(bpy_prop_collection[Light], bpy_struct):
102274
102453
  """Collection of lights"""
102275
102454
 
102276
102455
  def new(self, name: str | typing.Any, type: str | None) -> Light:
@@ -102337,7 +102516,7 @@ class BlendDataLights(bpy_struct, bpy_prop_collection[Light]):
102337
102516
  """
102338
102517
  ...
102339
102518
 
102340
- class BlendDataLineStyles(bpy_struct, bpy_prop_collection[FreestyleLineStyle]):
102519
+ class BlendDataLineStyles(bpy_prop_collection[FreestyleLineStyle], bpy_struct):
102341
102520
  """Collection of line styles"""
102342
102521
 
102343
102522
  def tag(self, value: bool | None):
@@ -102402,7 +102581,7 @@ class BlendDataLineStyles(bpy_struct, bpy_prop_collection[FreestyleLineStyle]):
102402
102581
  """
102403
102582
  ...
102404
102583
 
102405
- class BlendDataMasks(bpy_struct, bpy_prop_collection[Mask]):
102584
+ class BlendDataMasks(bpy_prop_collection[Mask], bpy_struct):
102406
102585
  """Collection of masks"""
102407
102586
 
102408
102587
  def tag(self, value: bool | None):
@@ -102467,7 +102646,7 @@ class BlendDataMasks(bpy_struct, bpy_prop_collection[Mask]):
102467
102646
  """
102468
102647
  ...
102469
102648
 
102470
- class BlendDataMaterials(bpy_struct, bpy_prop_collection[Material]):
102649
+ class BlendDataMaterials(bpy_prop_collection[Material], bpy_struct):
102471
102650
  """Collection of materials"""
102472
102651
 
102473
102652
  def new(self, name: str | typing.Any) -> Material:
@@ -102548,7 +102727,7 @@ class BlendDataMaterials(bpy_struct, bpy_prop_collection[Material]):
102548
102727
  """
102549
102728
  ...
102550
102729
 
102551
- class BlendDataMeshes(bpy_struct, bpy_prop_collection[Mesh]):
102730
+ class BlendDataMeshes(bpy_prop_collection[Mesh], bpy_struct):
102552
102731
  """Collection of meshes"""
102553
102732
 
102554
102733
  def new(self, name: str | typing.Any) -> Mesh:
@@ -102632,7 +102811,7 @@ class BlendDataMeshes(bpy_struct, bpy_prop_collection[Mesh]):
102632
102811
  """
102633
102812
  ...
102634
102813
 
102635
- class BlendDataMetaBalls(bpy_struct, bpy_prop_collection[MetaBall]):
102814
+ class BlendDataMetaBalls(bpy_prop_collection[MetaBall], bpy_struct):
102636
102815
  """Collection of metaballs"""
102637
102816
 
102638
102817
  def new(self, name: str | typing.Any) -> MetaBall:
@@ -102697,7 +102876,7 @@ class BlendDataMetaBalls(bpy_struct, bpy_prop_collection[MetaBall]):
102697
102876
  """
102698
102877
  ...
102699
102878
 
102700
- class BlendDataMovieClips(bpy_struct, bpy_prop_collection[MovieClip]):
102879
+ class BlendDataMovieClips(bpy_prop_collection[MovieClip], bpy_struct):
102701
102880
  """Collection of movie clips"""
102702
102881
 
102703
102882
  def tag(self, value: bool | None):
@@ -102768,7 +102947,7 @@ class BlendDataMovieClips(bpy_struct, bpy_prop_collection[MovieClip]):
102768
102947
  """
102769
102948
  ...
102770
102949
 
102771
- class BlendDataNodeTrees(bpy_struct, bpy_prop_collection[NodeTree]):
102950
+ class BlendDataNodeTrees(bpy_prop_collection[NodeTree], bpy_struct):
102772
102951
  """Collection of node trees"""
102773
102952
 
102774
102953
  def new(self, name: str | typing.Any, type: str | None) -> NodeTree:
@@ -102835,7 +103014,7 @@ class BlendDataNodeTrees(bpy_struct, bpy_prop_collection[NodeTree]):
102835
103014
  """
102836
103015
  ...
102837
103016
 
102838
- class BlendDataObjects(bpy_struct, bpy_prop_collection[Object]):
103017
+ class BlendDataObjects(bpy_prop_collection[Object], bpy_struct):
102839
103018
  """Collection of objects"""
102840
103019
 
102841
103020
  def new(self, name: str | typing.Any, object_data: ID | None) -> Object:
@@ -102902,7 +103081,7 @@ class BlendDataObjects(bpy_struct, bpy_prop_collection[Object]):
102902
103081
  """
102903
103082
  ...
102904
103083
 
102905
- class BlendDataPaintCurves(bpy_struct, bpy_prop_collection[PaintCurve]):
103084
+ class BlendDataPaintCurves(bpy_prop_collection[PaintCurve], bpy_struct):
102906
103085
  """Collection of paint curves"""
102907
103086
 
102908
103087
  def tag(self, value: bool | None):
@@ -102937,7 +103116,7 @@ class BlendDataPaintCurves(bpy_struct, bpy_prop_collection[PaintCurve]):
102937
103116
  """
102938
103117
  ...
102939
103118
 
102940
- class BlendDataPalettes(bpy_struct, bpy_prop_collection[Palette]):
103119
+ class BlendDataPalettes(bpy_prop_collection[Palette], bpy_struct):
102941
103120
  """Collection of palettes"""
102942
103121
 
102943
103122
  def new(self, name: str | typing.Any) -> Palette:
@@ -103002,7 +103181,7 @@ class BlendDataPalettes(bpy_struct, bpy_prop_collection[Palette]):
103002
103181
  """
103003
103182
  ...
103004
103183
 
103005
- class BlendDataParticles(bpy_struct, bpy_prop_collection[ParticleSettings]):
103184
+ class BlendDataParticles(bpy_prop_collection[ParticleSettings], bpy_struct):
103006
103185
  """Collection of particle settings"""
103007
103186
 
103008
103187
  def new(self, name: str | typing.Any) -> ParticleSettings:
@@ -103067,7 +103246,7 @@ class BlendDataParticles(bpy_struct, bpy_prop_collection[ParticleSettings]):
103067
103246
  """
103068
103247
  ...
103069
103248
 
103070
- class BlendDataPointClouds(bpy_struct, bpy_prop_collection[PointCloud]):
103249
+ class BlendDataPointClouds(bpy_prop_collection[PointCloud], bpy_struct):
103071
103250
  """Collection of point clouds"""
103072
103251
 
103073
103252
  def new(self, name: str | typing.Any) -> PointCloud:
@@ -103132,7 +103311,7 @@ class BlendDataPointClouds(bpy_struct, bpy_prop_collection[PointCloud]):
103132
103311
  """
103133
103312
  ...
103134
103313
 
103135
- class BlendDataProbes(bpy_struct, bpy_prop_collection[LightProbe]):
103314
+ class BlendDataProbes(bpy_prop_collection[LightProbe], bpy_struct):
103136
103315
  """Collection of light probes"""
103137
103316
 
103138
103317
  def new(self, name: str | typing.Any, type: str | None) -> LightProbe:
@@ -103199,7 +103378,7 @@ class BlendDataProbes(bpy_struct, bpy_prop_collection[LightProbe]):
103199
103378
  """
103200
103379
  ...
103201
103380
 
103202
- class BlendDataScenes(bpy_struct, bpy_prop_collection[Scene]):
103381
+ class BlendDataScenes(bpy_prop_collection[Scene], bpy_struct):
103203
103382
  """Collection of scenes"""
103204
103383
 
103205
103384
  def new(self, name: str | typing.Any) -> Scene:
@@ -103254,7 +103433,7 @@ class BlendDataScenes(bpy_struct, bpy_prop_collection[Scene]):
103254
103433
  """
103255
103434
  ...
103256
103435
 
103257
- class BlendDataScreens(bpy_struct, bpy_prop_collection[Screen]):
103436
+ class BlendDataScreens(bpy_prop_collection[Screen], bpy_struct):
103258
103437
  """Collection of screens"""
103259
103438
 
103260
103439
  def tag(self, value: bool | None):
@@ -103289,7 +103468,7 @@ class BlendDataScreens(bpy_struct, bpy_prop_collection[Screen]):
103289
103468
  """
103290
103469
  ...
103291
103470
 
103292
- class BlendDataSounds(bpy_struct, bpy_prop_collection[Sound]):
103471
+ class BlendDataSounds(bpy_prop_collection[Sound], bpy_struct):
103293
103472
  """Collection of sounds"""
103294
103473
 
103295
103474
  def load(
@@ -103360,7 +103539,7 @@ class BlendDataSounds(bpy_struct, bpy_prop_collection[Sound]):
103360
103539
  """
103361
103540
  ...
103362
103541
 
103363
- class BlendDataSpeakers(bpy_struct, bpy_prop_collection[Speaker]):
103542
+ class BlendDataSpeakers(bpy_prop_collection[Speaker], bpy_struct):
103364
103543
  """Collection of speakers"""
103365
103544
 
103366
103545
  def new(self, name: str | typing.Any) -> Speaker:
@@ -103425,7 +103604,7 @@ class BlendDataSpeakers(bpy_struct, bpy_prop_collection[Speaker]):
103425
103604
  """
103426
103605
  ...
103427
103606
 
103428
- class BlendDataTexts(bpy_struct, bpy_prop_collection[Text]):
103607
+ class BlendDataTexts(bpy_prop_collection[Text], bpy_struct):
103429
103608
  """Collection of texts"""
103430
103609
 
103431
103610
  def new(self, name: str | typing.Any) -> Text:
@@ -103504,7 +103683,7 @@ class BlendDataTexts(bpy_struct, bpy_prop_collection[Text]):
103504
103683
  """
103505
103684
  ...
103506
103685
 
103507
- class BlendDataTextures(bpy_struct, bpy_prop_collection[Texture]):
103686
+ class BlendDataTextures(bpy_prop_collection[Texture], bpy_struct):
103508
103687
  """Collection of textures"""
103509
103688
 
103510
103689
  def new(self, name: str | typing.Any, type: str | None) -> Texture:
@@ -103571,7 +103750,7 @@ class BlendDataTextures(bpy_struct, bpy_prop_collection[Texture]):
103571
103750
  """
103572
103751
  ...
103573
103752
 
103574
- class BlendDataVolumes(bpy_struct, bpy_prop_collection[Volume]):
103753
+ class BlendDataVolumes(bpy_prop_collection[Volume], bpy_struct):
103575
103754
  """Collection of volumes"""
103576
103755
 
103577
103756
  def new(self, name: str | typing.Any) -> Volume:
@@ -103636,7 +103815,7 @@ class BlendDataVolumes(bpy_struct, bpy_prop_collection[Volume]):
103636
103815
  """
103637
103816
  ...
103638
103817
 
103639
- class BlendDataWindowManagers(bpy_struct, bpy_prop_collection[WindowManager]):
103818
+ class BlendDataWindowManagers(bpy_prop_collection[WindowManager], bpy_struct):
103640
103819
  """Collection of window managers"""
103641
103820
 
103642
103821
  def tag(self, value: bool | None):
@@ -103671,7 +103850,7 @@ class BlendDataWindowManagers(bpy_struct, bpy_prop_collection[WindowManager]):
103671
103850
  """
103672
103851
  ...
103673
103852
 
103674
- class BlendDataWorkSpaces(bpy_struct, bpy_prop_collection[WorkSpace]):
103853
+ class BlendDataWorkSpaces(bpy_prop_collection[WorkSpace], bpy_struct):
103675
103854
  """Collection of workspaces"""
103676
103855
 
103677
103856
  def tag(self, value: bool | None):
@@ -103706,7 +103885,7 @@ class BlendDataWorkSpaces(bpy_struct, bpy_prop_collection[WorkSpace]):
103706
103885
  """
103707
103886
  ...
103708
103887
 
103709
- class BlendDataWorlds(bpy_struct, bpy_prop_collection[World]):
103888
+ class BlendDataWorlds(bpy_prop_collection[World], bpy_struct):
103710
103889
  """Collection of worlds"""
103711
103890
 
103712
103891
  def new(self, name: str | typing.Any) -> World:
@@ -104758,7 +104937,7 @@ class BoneCollection(bpy_struct):
104758
104937
  """
104759
104938
  ...
104760
104939
 
104761
- class BoneCollectionMemberships(bpy_struct, bpy_prop_collection[BoneCollection]):
104940
+ class BoneCollectionMemberships(bpy_prop_collection[BoneCollection], bpy_struct):
104762
104941
  """The Bone Collections that contain this Bone"""
104763
104942
 
104764
104943
  def clear(self):
@@ -106028,7 +106207,7 @@ class CacheFileLayer(bpy_struct):
106028
106207
  """
106029
106208
  ...
106030
106209
 
106031
- class CacheFileLayers(bpy_struct, bpy_prop_collection[CacheFileLayer]):
106210
+ class CacheFileLayers(bpy_prop_collection[CacheFileLayer], bpy_struct):
106032
106211
  """Collection of cache layers"""
106033
106212
 
106034
106213
  active: CacheFileLayer | None
@@ -106112,7 +106291,7 @@ class CacheObjectPath(bpy_struct):
106112
106291
  """
106113
106292
  ...
106114
106293
 
106115
- class CacheObjectPaths(bpy_struct, bpy_prop_collection[CacheObjectPath]):
106294
+ class CacheObjectPaths(bpy_prop_collection[CacheObjectPath], bpy_struct):
106116
106295
  """Collection of object paths"""
106117
106296
 
106118
106297
  @classmethod
@@ -106274,7 +106453,7 @@ class CameraBackgroundImage(bpy_struct):
106274
106453
  """
106275
106454
  ...
106276
106455
 
106277
- class CameraBackgroundImages(bpy_struct, bpy_prop_collection[CameraBackgroundImage]):
106456
+ class CameraBackgroundImages(bpy_prop_collection[CameraBackgroundImage], bpy_struct):
106278
106457
  """Collection of background images"""
106279
106458
 
106280
106459
  def new(self) -> CameraBackgroundImage:
@@ -106471,7 +106650,7 @@ class CameraStereoData(bpy_struct):
106471
106650
  """
106472
106651
  ...
106473
106652
 
106474
- class ChannelDriverVariables(bpy_struct, bpy_prop_collection[DriverVariable]):
106653
+ class ChannelDriverVariables(bpy_prop_collection[DriverVariable], bpy_struct):
106475
106654
  """Collection of channel driver Variables"""
106476
106655
 
106477
106656
  def new(self) -> DriverVariable:
@@ -107117,7 +107296,7 @@ class CollectionChild(bpy_struct):
107117
107296
  """
107118
107297
  ...
107119
107298
 
107120
- class CollectionChildren(bpy_struct, bpy_prop_collection[Collection]):
107299
+ class CollectionChildren(bpy_prop_collection[Collection], bpy_struct):
107121
107300
  """Collection of child collections"""
107122
107301
 
107123
107302
  def link(self, child: Collection):
@@ -107269,7 +107448,7 @@ class CollectionObject(bpy_struct):
107269
107448
  """
107270
107449
  ...
107271
107450
 
107272
- class CollectionObjects(bpy_struct, bpy_prop_collection[Object]):
107451
+ class CollectionObjects(bpy_prop_collection[Object], bpy_struct):
107273
107452
  """Collection of collection objects"""
107274
107453
 
107275
107454
  def link(self, object: Object):
@@ -107784,7 +107963,7 @@ class ColorRampElement(bpy_struct):
107784
107963
  """
107785
107964
  ...
107786
107965
 
107787
- class ColorRampElements(bpy_struct, bpy_prop_collection[ColorRampElement]):
107966
+ class ColorRampElements(bpy_prop_collection[ColorRampElement], bpy_struct):
107788
107967
  """Collection of Color Ramp Elements"""
107789
107968
 
107790
107969
  def new(self, position: float | None) -> ColorRampElement:
@@ -107830,7 +108009,7 @@ class ColorRampElements(bpy_struct, bpy_prop_collection[ColorRampElement]):
107830
108009
  ...
107831
108010
 
107832
108011
  class CompositorNodeOutputFileFileSlots(
107833
- bpy_struct, bpy_prop_collection[NodeOutputFileSlotFile]
108012
+ bpy_prop_collection[NodeOutputFileSlotFile], bpy_struct
107834
108013
  ):
107835
108014
  """Collection of File Output node slots"""
107836
108015
 
@@ -107891,7 +108070,7 @@ class CompositorNodeOutputFileFileSlots(
107891
108070
  ...
107892
108071
 
107893
108072
  class CompositorNodeOutputFileLayerSlots(
107894
- bpy_struct, bpy_prop_collection[NodeOutputFileSlotLayer]
108073
+ bpy_prop_collection[NodeOutputFileSlotLayer], bpy_struct
107895
108074
  ):
107896
108075
  """Collection of File Output node slots"""
107897
108076
 
@@ -108676,21 +108855,36 @@ class Context(bpy_struct):
108676
108855
  :type: FileSelectEntry | None
108677
108856
  """
108678
108857
 
108679
- selected_files: typing.Any
108858
+ selected_files: list[FileSelectEntry]
108859
+ """
108860
+
108861
+ :type: list[FileSelectEntry]
108862
+ """
108863
+
108680
108864
  asset_library_reference: AssetLibraryReference
108681
108865
  """
108682
108866
 
108683
108867
  :type: AssetLibraryReference
108684
108868
  """
108685
108869
 
108686
- selected_assets: typing.Any
108870
+ selected_assets: list[AssetRepresentation]
108871
+ """
108872
+
108873
+ :type: list[AssetRepresentation]
108874
+ """
108875
+
108687
108876
  id: ID
108688
108877
  """
108689
108878
 
108690
108879
  :type: ID
108691
108880
  """
108692
108881
 
108693
- selected_ids: typing.Any
108882
+ selected_ids: list[ID]
108883
+ """
108884
+
108885
+ :type: list[ID]
108886
+ """
108887
+
108694
108888
  edit_image: Image
108695
108889
  """
108696
108890
 
@@ -108703,7 +108897,12 @@ class Context(bpy_struct):
108703
108897
  :type: Mask
108704
108898
  """
108705
108899
 
108706
- selected_nodes: typing.Any
108900
+ selected_nodes: list[Node]
108901
+ """
108902
+
108903
+ :type: list[Node]
108904
+ """
108905
+
108707
108906
  active_node: Node | None
108708
108907
  """
108709
108908
 
@@ -108740,20 +108939,90 @@ class Context(bpy_struct):
108740
108939
  :type: ViewLayer
108741
108940
  """
108742
108941
 
108743
- visible_objects: typing.Any
108744
- selectable_objects: typing.Any
108745
- selected_objects: typing.Any
108746
- editable_objects: typing.Any
108747
- selected_editable_objects: typing.Any
108748
- objects_in_mode: typing.Any
108749
- objects_in_mode_unique_data: typing.Any
108750
- visible_bones: typing.Any
108751
- editable_bones: typing.Any
108752
- selected_bones: typing.Any
108753
- selected_editable_bones: typing.Any
108754
- visible_pose_bones: typing.Any
108755
- selected_pose_bones: typing.Any
108756
- selected_pose_bones_from_active_object: typing.Any
108942
+ visible_objects: list[Object]
108943
+ """
108944
+
108945
+ :type: list[Object]
108946
+ """
108947
+
108948
+ selectable_objects: list[Object]
108949
+ """
108950
+
108951
+ :type: list[Object]
108952
+ """
108953
+
108954
+ selected_objects: list[Object]
108955
+ """
108956
+
108957
+ :type: list[Object]
108958
+ """
108959
+
108960
+ editable_objects: list[Object]
108961
+ """
108962
+
108963
+ :type: list[Object]
108964
+ """
108965
+
108966
+ selected_editable_objects: list[Object]
108967
+ """
108968
+
108969
+ :type: list[Object]
108970
+ """
108971
+
108972
+ objects_in_mode: list[Object]
108973
+ """
108974
+
108975
+ :type: list[Object]
108976
+ """
108977
+
108978
+ objects_in_mode_unique_data: list[Object]
108979
+ """
108980
+
108981
+ :type: list[Object]
108982
+ """
108983
+
108984
+ visible_bones: list[EditBone]
108985
+ """
108986
+
108987
+ :type: list[EditBone]
108988
+ """
108989
+
108990
+ editable_bones: list[EditBone]
108991
+ """
108992
+
108993
+ :type: list[EditBone]
108994
+ """
108995
+
108996
+ selected_bones: list[EditBone]
108997
+ """
108998
+
108999
+ :type: list[EditBone]
109000
+ """
109001
+
109002
+ selected_editable_bones: list[EditBone]
109003
+ """
109004
+
109005
+ :type: list[EditBone]
109006
+ """
109007
+
109008
+ visible_pose_bones: list[PoseBone]
109009
+ """
109010
+
109011
+ :type: list[PoseBone]
109012
+ """
109013
+
109014
+ selected_pose_bones: list[PoseBone]
109015
+ """
109016
+
109017
+ :type: list[PoseBone]
109018
+ """
109019
+
109020
+ selected_pose_bones_from_active_object: list[PoseBone]
109021
+ """
109022
+
109023
+ :type: list[PoseBone]
109024
+ """
109025
+
108757
109026
  active_bone: EditBone | None
108758
109027
  """
108759
109028
 
@@ -108826,9 +109095,24 @@ class Context(bpy_struct):
108826
109095
  :type: Sequence | None
108827
109096
  """
108828
109097
 
108829
- sequences: typing.Any
108830
- selected_sequences: typing.Any
108831
- selected_editable_sequences: typing.Any
109098
+ sequences: list[Sequence]
109099
+ """
109100
+
109101
+ :type: list[Sequence]
109102
+ """
109103
+
109104
+ selected_sequences: list[Sequence]
109105
+ """
109106
+
109107
+ :type: list[Sequence]
109108
+ """
109109
+
109110
+ selected_editable_sequences: list[Sequence]
109111
+ """
109112
+
109113
+ :type: list[Sequence]
109114
+ """
109115
+
108832
109116
  active_nla_track: NlaTrack | None
108833
109117
  """
108834
109118
 
@@ -108841,8 +109125,18 @@ class Context(bpy_struct):
108841
109125
  :type: NlaStrip | None
108842
109126
  """
108843
109127
 
108844
- selected_nla_strips: typing.Any
108845
- selected_movieclip_tracks: typing.Any
109128
+ selected_nla_strips: list[NlaStrip]
109129
+ """
109130
+
109131
+ :type: list[NlaStrip]
109132
+ """
109133
+
109134
+ selected_movieclip_tracks: list[MovieTrackingTrack]
109135
+ """
109136
+
109137
+ :type: list[MovieTrackingTrack]
109138
+ """
109139
+
108846
109140
  gpencil_data: GreasePencil
108847
109141
  """
108848
109142
 
@@ -108867,11 +109161,36 @@ class Context(bpy_struct):
108867
109161
  :type: ID
108868
109162
  """
108869
109163
 
108870
- visible_gpencil_layers: typing.Any
108871
- editable_gpencil_layers: typing.Any
108872
- editable_gpencil_strokes: typing.Any
108873
- active_gpencil_layer: typing.Any
108874
- active_gpencil_frame: typing.Any
109164
+ visible_gpencil_layers: list[GPencilLayer]
109165
+ """
109166
+
109167
+ :type: list[GPencilLayer]
109168
+ """
109169
+
109170
+ editable_gpencil_layers: list[GPencilLayer]
109171
+ """
109172
+
109173
+ :type: list[GPencilLayer]
109174
+ """
109175
+
109176
+ editable_gpencil_strokes: list[GPencilStroke]
109177
+ """
109178
+
109179
+ :type: list[GPencilStroke]
109180
+ """
109181
+
109182
+ active_gpencil_layer: list[GPencilLayer] | None
109183
+ """
109184
+
109185
+ :type: list[GPencilLayer] | None
109186
+ """
109187
+
109188
+ active_gpencil_frame: list[GreasePencilLayer] | None
109189
+ """
109190
+
109191
+ :type: list[GreasePencilLayer] | None
109192
+ """
109193
+
108875
109194
  active_annotation_layer: GPencilLayer | None
108876
109195
  """
108877
109196
 
@@ -108890,19 +109209,54 @@ class Context(bpy_struct):
108890
109209
  :type: Action | None
108891
109210
  """
108892
109211
 
108893
- selected_visible_actions: typing.Any
108894
- selected_editable_actions: typing.Any
108895
- visible_fcurves: typing.Any
108896
- editable_fcurves: typing.Any
108897
- selected_visible_fcurves: typing.Any
108898
- selected_editable_fcurves: typing.Any
109212
+ selected_visible_actions: list[Action]
109213
+ """
109214
+
109215
+ :type: list[Action]
109216
+ """
109217
+
109218
+ selected_editable_actions: list[Action]
109219
+ """
109220
+
109221
+ :type: list[Action]
109222
+ """
109223
+
109224
+ visible_fcurves: list[FCurve]
109225
+ """
109226
+
109227
+ :type: list[FCurve]
109228
+ """
109229
+
109230
+ editable_fcurves: list[FCurve]
109231
+ """
109232
+
109233
+ :type: list[FCurve]
109234
+ """
109235
+
109236
+ selected_visible_fcurves: list[FCurve]
109237
+ """
109238
+
109239
+ :type: list[FCurve]
109240
+ """
109241
+
109242
+ selected_editable_fcurves: list[FCurve]
109243
+ """
109244
+
109245
+ :type: list[FCurve]
109246
+ """
109247
+
108899
109248
  active_editable_fcurve: FCurve | None
108900
109249
  """
108901
109250
 
108902
109251
  :type: FCurve | None
108903
109252
  """
108904
109253
 
108905
- selected_editable_keyframes: typing.Any
109254
+ selected_editable_keyframes: list[Keyframe]
109255
+ """
109256
+
109257
+ :type: list[Keyframe]
109258
+ """
109259
+
108906
109260
  ui_list: UIList
108907
109261
  """
108908
109262
 
@@ -108940,7 +109294,11 @@ Returns a tuple of the data-block, data path to the property, and array index.
108940
109294
  :type: Object | None
108941
109295
  """
108942
109296
 
108943
- selected_ids: typing.Any
109297
+ selected_ids: list[ID]
109298
+ """
109299
+
109300
+ :type: list[ID]
109301
+ """
108944
109302
 
108945
109303
  def evaluated_depsgraph_get(self) -> Depsgraph:
108946
109304
  """Get the dependency graph for the current scene and view layer, to access to data-blocks with animation and modifiers applied. If any data-blocks have been edited, the dependency graph will be updated. This invalidates all references to evaluated data-blocks from the dependency graph.
@@ -109122,7 +109480,7 @@ class CurveMapPoint(bpy_struct):
109122
109480
  """
109123
109481
  ...
109124
109482
 
109125
- class CurveMapPoints(bpy_struct, bpy_prop_collection[CurveMapPoint]):
109483
+ class CurveMapPoints(bpy_prop_collection[CurveMapPoint], bpy_struct):
109126
109484
  """Collection of Curve Map Points"""
109127
109485
 
109128
109486
  def new(self, position: float | None, value: float | None) -> CurveMapPoint:
@@ -109588,7 +109946,7 @@ class CurveProfilePoint(bpy_struct):
109588
109946
  """
109589
109947
  ...
109590
109948
 
109591
- class CurveProfilePoints(bpy_struct, bpy_prop_collection[CurveProfilePoint]):
109949
+ class CurveProfilePoints(bpy_prop_collection[CurveProfilePoint], bpy_struct):
109592
109950
  """Collection of Profile Points"""
109593
109951
 
109594
109952
  def add(self, x: float | None, y: float | None) -> CurveProfilePoint:
@@ -109686,7 +110044,7 @@ class CurveSlice(bpy_struct):
109686
110044
  """
109687
110045
  ...
109688
110046
 
109689
- class CurveSplines(bpy_struct, bpy_prop_collection[Spline]):
110047
+ class CurveSplines(bpy_prop_collection[Spline], bpy_struct):
109690
110048
  """Collection of curve splines"""
109691
110049
 
109692
110050
  active: Spline | None
@@ -111205,7 +111563,7 @@ class DynamicPaintSurface(bpy_struct):
111205
111563
  """
111206
111564
  ...
111207
111565
 
111208
- class DynamicPaintSurfaces(bpy_struct, bpy_prop_collection[DynamicPaintSurface]):
111566
+ class DynamicPaintSurfaces(bpy_prop_collection[DynamicPaintSurface], bpy_struct):
111209
111567
  """Collection of Dynamic Paint Canvas surfaces"""
111210
111568
 
111211
111569
  active: DynamicPaintSurface
@@ -112288,7 +112646,7 @@ class FCurve(bpy_struct):
112288
112646
  """
112289
112647
  ...
112290
112648
 
112291
- class FCurveKeyframePoints(bpy_struct, bpy_prop_collection[Keyframe]):
112649
+ class FCurveKeyframePoints(bpy_prop_collection[Keyframe], bpy_struct):
112292
112650
  """Collection of keyframe points"""
112293
112651
 
112294
112652
  def insert(
@@ -112380,7 +112738,7 @@ class FCurveKeyframePoints(bpy_struct, bpy_prop_collection[Keyframe]):
112380
112738
  """
112381
112739
  ...
112382
112740
 
112383
- class FCurveModifiers(bpy_struct, bpy_prop_collection[FModifier]):
112741
+ class FCurveModifiers(bpy_prop_collection[FModifier], bpy_struct):
112384
112742
  """Collection of F-Curve Modifiers"""
112385
112743
 
112386
112744
  active: FModifier | None
@@ -112768,7 +113126,7 @@ class FModifierEnvelopeControlPoint(bpy_struct):
112768
113126
  ...
112769
113127
 
112770
113128
  class FModifierEnvelopeControlPoints(
112771
- bpy_struct, bpy_prop_collection[FModifierEnvelopeControlPoint]
113129
+ bpy_prop_collection[FModifierEnvelopeControlPoint], bpy_struct
112772
113130
  ):
112773
113131
  """Control points defining the shape of the envelope"""
112774
113132
 
@@ -115769,7 +116127,7 @@ class FreestyleModuleSettings(bpy_struct):
115769
116127
  """
115770
116128
  ...
115771
116129
 
115772
- class FreestyleModules(bpy_struct, bpy_prop_collection[FreestyleModuleSettings]):
116130
+ class FreestyleModules(bpy_prop_collection[FreestyleModuleSettings], bpy_struct):
115773
116131
  """A list of style modules (to be applied from top to bottom)"""
115774
116132
 
115775
116133
  def new(self) -> FreestyleModuleSettings:
@@ -116191,7 +116549,7 @@ class GPencilFrame(bpy_struct):
116191
116549
  """
116192
116550
  ...
116193
116551
 
116194
- class GPencilFrames(bpy_struct, bpy_prop_collection[GPencilFrame]):
116552
+ class GPencilFrames(bpy_prop_collection[GPencilFrame], bpy_struct):
116195
116553
  """Collection of grease pencil frames"""
116196
116554
 
116197
116555
  def new(
@@ -117074,7 +117432,7 @@ class GPencilStrokePoint(bpy_struct):
117074
117432
  """
117075
117433
  ...
117076
117434
 
117077
- class GPencilStrokePoints(bpy_struct, bpy_prop_collection[GPencilStrokePoint]):
117435
+ class GPencilStrokePoints(bpy_prop_collection[GPencilStrokePoint], bpy_struct):
117078
117436
  """Collection of grease pencil stroke points"""
117079
117437
 
117080
117438
  def add(
@@ -117163,7 +117521,7 @@ class GPencilStrokePoints(bpy_struct, bpy_prop_collection[GPencilStrokePoint]):
117163
117521
  """
117164
117522
  ...
117165
117523
 
117166
- class GPencilStrokes(bpy_struct, bpy_prop_collection[GPencilStroke]):
117524
+ class GPencilStrokes(bpy_prop_collection[GPencilStroke], bpy_struct):
117167
117525
  """Collection of grease pencil stroke"""
117168
117526
 
117169
117527
  def new(self) -> GPencilStroke:
@@ -117926,7 +118284,7 @@ class GizmoProperties(bpy_struct):
117926
118284
  """
117927
118285
  ...
117928
118286
 
117929
- class Gizmos(bpy_struct, bpy_prop_collection[Gizmo]):
118287
+ class Gizmos(bpy_prop_collection[Gizmo], bpy_struct):
117930
118288
  """Collection of gizmos"""
117931
118289
 
117932
118290
  def new(self, type: str | typing.Any) -> Gizmo:
@@ -118324,6 +118682,12 @@ class GreasePencilLayer(bpy_struct):
118324
118682
  :type: bool
118325
118683
  """
118326
118684
 
118685
+ use_locked_material: bool
118686
+ """ Allow editing locked materials in the layer
118687
+
118688
+ :type: bool
118689
+ """
118690
+
118327
118691
  use_masks: bool
118328
118692
  """ The visibility of drawings on this layer is affected by the layers in its masks list
118329
118693
 
@@ -118474,7 +118838,7 @@ class GreasePencilLayerMask(bpy_struct):
118474
118838
  """
118475
118839
  ...
118476
118840
 
118477
- class GreasePencilLayerMasks(bpy_struct, bpy_prop_collection[GreasePencilLayerMask]):
118841
+ class GreasePencilLayerMasks(bpy_prop_collection[GreasePencilLayerMask], bpy_struct):
118478
118842
  """Collection of grease pencil masking layers"""
118479
118843
 
118480
118844
  active_mask_index: int | None
@@ -118507,7 +118871,7 @@ class GreasePencilLayerMasks(bpy_struct, bpy_prop_collection[GreasePencilLayerMa
118507
118871
  """
118508
118872
  ...
118509
118873
 
118510
- class GreasePencilLayers(bpy_struct, bpy_prop_collection[GPencilLayer]):
118874
+ class GreasePencilLayers(bpy_prop_collection[GPencilLayer], bpy_struct):
118511
118875
  """Collection of grease pencil layers"""
118512
118876
 
118513
118877
  active: GPencilLayer | None
@@ -118584,7 +118948,7 @@ class GreasePencilLayers(bpy_struct, bpy_prop_collection[GPencilLayer]):
118584
118948
  """
118585
118949
  ...
118586
118950
 
118587
- class GreasePencilMaskLayers(bpy_struct, bpy_prop_collection[GPencilLayerMask]):
118951
+ class GreasePencilMaskLayers(bpy_prop_collection[GPencilLayerMask], bpy_struct):
118588
118952
  """Collection of grease pencil masking layers"""
118589
118953
 
118590
118954
  active_mask_index: int | None
@@ -118690,7 +119054,7 @@ class GreasePencilTimeModifierSegment(bpy_struct):
118690
119054
  """
118691
119055
  ...
118692
119056
 
118693
- class GreasePencilv3LayerGroup(bpy_struct, bpy_prop_collection[GreasePencilLayerGroup]):
119057
+ class GreasePencilv3LayerGroup(bpy_prop_collection[GreasePencilLayerGroup], bpy_struct):
118694
119058
  """Collection of Grease Pencil layers"""
118695
119059
 
118696
119060
  active_group: GreasePencilLayerGroup | None
@@ -118791,7 +119155,7 @@ class GreasePencilv3LayerGroup(bpy_struct, bpy_prop_collection[GreasePencilLayer
118791
119155
  """
118792
119156
  ...
118793
119157
 
118794
- class GreasePencilv3Layers(bpy_struct, bpy_prop_collection[GreasePencilLayer]):
119158
+ class GreasePencilv3Layers(bpy_prop_collection[GreasePencilLayer], bpy_struct):
118795
119159
  """Collection of Grease Pencil layers"""
118796
119160
 
118797
119161
  active_layer: GreasePencilLayer | None
@@ -119270,7 +119634,7 @@ class ID(bpy_struct):
119270
119634
  """
119271
119635
  ...
119272
119636
 
119273
- class IDMaterials(bpy_struct, bpy_prop_collection[Material]):
119637
+ class IDMaterials(bpy_prop_collection[Material], bpy_struct):
119274
119638
  """Collection of materials"""
119275
119639
 
119276
119640
  def append(self, material: Material | None):
@@ -119428,7 +119792,7 @@ class IDOverrideLibrary(bpy_struct):
119428
119792
  ...
119429
119793
 
119430
119794
  class IDOverrideLibraryProperties(
119431
- bpy_struct, bpy_prop_collection[IDOverrideLibraryProperty]
119795
+ bpy_prop_collection[IDOverrideLibraryProperty], bpy_struct
119432
119796
  ):
119433
119797
  """Collection of override properties"""
119434
119798
 
@@ -119589,7 +119953,7 @@ class IDOverrideLibraryPropertyOperation(bpy_struct):
119589
119953
  ...
119590
119954
 
119591
119955
  class IDOverrideLibraryPropertyOperations(
119592
- bpy_struct, bpy_prop_collection[IDOverrideLibraryPropertyOperation]
119956
+ bpy_prop_collection[IDOverrideLibraryPropertyOperation], bpy_struct
119593
119957
  ):
119594
119958
  """Collection of override operations"""
119595
119959
 
@@ -120307,7 +120671,7 @@ class KeyConfigPreferences(bpy_struct):
120307
120671
  """
120308
120672
  ...
120309
120673
 
120310
- class KeyConfigurations(bpy_struct, bpy_prop_collection[KeyConfig]):
120674
+ class KeyConfigurations(bpy_prop_collection[KeyConfig], bpy_struct):
120311
120675
  """Collection of KeyConfigs"""
120312
120676
 
120313
120677
  active: KeyConfig | None
@@ -120708,7 +121072,7 @@ class KeyMapItem(bpy_struct):
120708
121072
  """
120709
121073
  ...
120710
121074
 
120711
- class KeyMapItems(bpy_struct, bpy_prop_collection[KeyMapItem]):
121075
+ class KeyMapItems(bpy_prop_collection[KeyMapItem], bpy_struct):
120712
121076
  """Collection of keymap items"""
120713
121077
 
120714
121078
  def new(
@@ -120888,7 +121252,7 @@ class KeyMapItems(bpy_struct, bpy_prop_collection[KeyMapItem]):
120888
121252
  """
120889
121253
  ...
120890
121254
 
120891
- class KeyMaps(bpy_struct, bpy_prop_collection[KeyMap]):
121255
+ class KeyMaps(bpy_prop_collection[KeyMap], bpy_struct):
120892
121256
  """Collection of keymaps"""
120893
121257
 
120894
121258
  def new(
@@ -121362,7 +121726,7 @@ class KeyingSetPath(bpy_struct):
121362
121726
  """
121363
121727
  ...
121364
121728
 
121365
- class KeyingSetPaths(bpy_struct, bpy_prop_collection[KeyingSetPath]):
121729
+ class KeyingSetPaths(bpy_prop_collection[KeyingSetPath], bpy_struct):
121366
121730
  """Collection of keying set paths"""
121367
121731
 
121368
121732
  active: KeyingSetPath | None
@@ -121438,7 +121802,7 @@ class KeyingSetPaths(bpy_struct, bpy_prop_collection[KeyingSetPath]):
121438
121802
  """
121439
121803
  ...
121440
121804
 
121441
- class KeyingSets(bpy_struct, bpy_prop_collection[KeyingSet]):
121805
+ class KeyingSets(bpy_prop_collection[KeyingSet], bpy_struct):
121442
121806
  """Scene keying sets"""
121443
121807
 
121444
121808
  active: KeyingSet | None
@@ -121493,7 +121857,7 @@ class KeyingSets(bpy_struct, bpy_prop_collection[KeyingSet]):
121493
121857
  """
121494
121858
  ...
121495
121859
 
121496
- class KeyingSetsAll(bpy_struct, bpy_prop_collection[KeyingSet]):
121860
+ class KeyingSetsAll(bpy_prop_collection[KeyingSet], bpy_struct):
121497
121861
  """All available keying sets"""
121498
121862
 
121499
121863
  active: KeyingSet | None
@@ -121690,7 +122054,7 @@ class LayerCollection(bpy_struct):
121690
122054
  """
121691
122055
  ...
121692
122056
 
121693
- class LayerObjects(bpy_struct, bpy_prop_collection[Object]):
122057
+ class LayerObjects(bpy_prop_collection[Object], bpy_struct):
121694
122058
  """Collections of objects"""
121695
122059
 
121696
122060
  active: Object | None
@@ -121830,7 +122194,7 @@ class Lightgroup(bpy_struct):
121830
122194
  """
121831
122195
  ...
121832
122196
 
121833
- class Lightgroups(bpy_struct, bpy_prop_collection[Lightgroup]):
122197
+ class Lightgroups(bpy_prop_collection[Lightgroup], bpy_struct):
121834
122198
  """Collection of Lightgroups"""
121835
122199
 
121836
122200
  def add(self, name: str | typing.Any = "") -> Lightgroup:
@@ -121867,7 +122231,7 @@ class Lightgroups(bpy_struct, bpy_prop_collection[Lightgroup]):
121867
122231
  """
121868
122232
  ...
121869
122233
 
121870
- class LineStyleAlphaModifiers(bpy_struct, bpy_prop_collection[LineStyleAlphaModifier]):
122234
+ class LineStyleAlphaModifiers(bpy_prop_collection[LineStyleAlphaModifier], bpy_struct):
121871
122235
  """Alpha modifiers for changing line alphas"""
121872
122236
 
121873
122237
  def new(self, name: str | typing.Any, type: str | None) -> LineStyleAlphaModifier:
@@ -121914,7 +122278,7 @@ class LineStyleAlphaModifiers(bpy_struct, bpy_prop_collection[LineStyleAlphaModi
121914
122278
  """
121915
122279
  ...
121916
122280
 
121917
- class LineStyleColorModifiers(bpy_struct, bpy_prop_collection[LineStyleColorModifier]):
122281
+ class LineStyleColorModifiers(bpy_prop_collection[LineStyleColorModifier], bpy_struct):
121918
122282
  """Color modifiers for changing line colors"""
121919
122283
 
121920
122284
  def new(self, name: str | typing.Any, type: str | None) -> LineStyleColorModifier:
@@ -121962,7 +122326,7 @@ class LineStyleColorModifiers(bpy_struct, bpy_prop_collection[LineStyleColorModi
121962
122326
  ...
121963
122327
 
121964
122328
  class LineStyleGeometryModifiers(
121965
- bpy_struct, bpy_prop_collection[LineStyleGeometryModifier]
122329
+ bpy_prop_collection[LineStyleGeometryModifier], bpy_struct
121966
122330
  ):
121967
122331
  """Geometry modifiers for changing line geometries"""
121968
122332
 
@@ -122039,7 +122403,7 @@ class LineStyleModifier(bpy_struct):
122039
122403
  """
122040
122404
  ...
122041
122405
 
122042
- class LineStyleTextureSlots(bpy_struct, bpy_prop_collection[LineStyleTextureSlot]):
122406
+ class LineStyleTextureSlots(bpy_prop_collection[LineStyleTextureSlot], bpy_struct):
122043
122407
  """Collection of texture slots"""
122044
122408
 
122045
122409
  @classmethod
@@ -122096,7 +122460,7 @@ class LineStyleTextureSlots(bpy_struct, bpy_prop_collection[LineStyleTextureSlot
122096
122460
  ...
122097
122461
 
122098
122462
  class LineStyleThicknessModifiers(
122099
- bpy_struct, bpy_prop_collection[LineStyleThicknessModifier]
122463
+ bpy_prop_collection[LineStyleThicknessModifier], bpy_struct
122100
122464
  ):
122101
122465
  """Thickness modifiers for changing line thickness"""
122102
122466
 
@@ -122146,7 +122510,7 @@ class LineStyleThicknessModifiers(
122146
122510
  """
122147
122511
  ...
122148
122512
 
122149
- class Linesets(bpy_struct, bpy_prop_collection[FreestyleLineSet]):
122513
+ class Linesets(bpy_prop_collection[FreestyleLineSet], bpy_struct):
122150
122514
  """Line sets for associating lines and style parameters"""
122151
122515
 
122152
122516
  active: FreestyleLineSet
@@ -122203,7 +122567,7 @@ class Linesets(bpy_struct, bpy_prop_collection[FreestyleLineSet]):
122203
122567
  """
122204
122568
  ...
122205
122569
 
122206
- class LoopColors(bpy_struct, bpy_prop_collection[MeshLoopColorLayer]):
122570
+ class LoopColors(bpy_prop_collection[MeshLoopColorLayer], bpy_struct):
122207
122571
  """Collection of vertex colors"""
122208
122572
 
122209
122573
  active: MeshLoopColorLayer | None
@@ -122475,7 +122839,7 @@ class MaskLayer(bpy_struct):
122475
122839
  """
122476
122840
  ...
122477
122841
 
122478
- class MaskLayers(bpy_struct, bpy_prop_collection[MaskLayer]):
122842
+ class MaskLayers(bpy_prop_collection[MaskLayer], bpy_struct):
122479
122843
  """Collection of layers used by mask"""
122480
122844
 
122481
122845
  active: MaskLayer | None
@@ -122782,7 +123146,7 @@ class MaskSplinePointUW(bpy_struct):
122782
123146
  """
122783
123147
  ...
122784
123148
 
122785
- class MaskSplinePoints(bpy_struct, bpy_prop_collection[MaskSplinePoint]):
123149
+ class MaskSplinePoints(bpy_prop_collection[MaskSplinePoint], bpy_struct):
122786
123150
  """Collection of masking spline points"""
122787
123151
 
122788
123152
  def add(self, count: int | None):
@@ -122825,7 +123189,7 @@ class MaskSplinePoints(bpy_struct, bpy_prop_collection[MaskSplinePoint]):
122825
123189
  """
122826
123190
  ...
122827
123191
 
122828
- class MaskSplines(bpy_struct, bpy_prop_collection[MaskSpline]):
123192
+ class MaskSplines(bpy_prop_collection[MaskSpline], bpy_struct):
122829
123193
  """Collection of masking splines"""
122830
123194
 
122831
123195
  active: MaskSpline | None
@@ -123428,7 +123792,7 @@ class MeshEdge(bpy_struct):
123428
123792
  """
123429
123793
  ...
123430
123794
 
123431
- class MeshEdges(bpy_struct, bpy_prop_collection[MeshEdge]):
123795
+ class MeshEdges(bpy_prop_collection[MeshEdge], bpy_struct):
123432
123796
  """Collection of mesh edges"""
123433
123797
 
123434
123798
  def add(self, count: int | None):
@@ -123707,7 +124071,7 @@ class MeshLoopTriangle(bpy_struct):
123707
124071
  """
123708
124072
  ...
123709
124073
 
123710
- class MeshLoopTriangles(bpy_struct, bpy_prop_collection[MeshLoopTriangle]):
124074
+ class MeshLoopTriangles(bpy_prop_collection[MeshLoopTriangle], bpy_struct):
123711
124075
  """Tessellation of mesh polygons into triangles"""
123712
124076
 
123713
124077
  @classmethod
@@ -123734,7 +124098,7 @@ class MeshLoopTriangles(bpy_struct, bpy_prop_collection[MeshLoopTriangle]):
123734
124098
  """
123735
124099
  ...
123736
124100
 
123737
- class MeshLoops(bpy_struct, bpy_prop_collection[MeshLoop]):
124101
+ class MeshLoops(bpy_prop_collection[MeshLoop], bpy_struct):
123738
124102
  """Collection of mesh loops"""
123739
124103
 
123740
124104
  def add(self, count: int | None):
@@ -123911,7 +124275,7 @@ class MeshPolygon(bpy_struct):
123911
124275
  """
123912
124276
  ...
123913
124277
 
123914
- class MeshPolygons(bpy_struct, bpy_prop_collection[MeshPolygon]):
124278
+ class MeshPolygons(bpy_prop_collection[MeshPolygon], bpy_struct):
123915
124279
  """Collection of mesh polygons"""
123916
124280
 
123917
124281
  active: int | None
@@ -124326,7 +124690,7 @@ class MeshVertex(bpy_struct):
124326
124690
  """
124327
124691
  ...
124328
124692
 
124329
- class MeshVertices(bpy_struct, bpy_prop_collection[MeshVertex]):
124693
+ class MeshVertices(bpy_prop_collection[MeshVertex], bpy_struct):
124330
124694
  """Collection of mesh vertices"""
124331
124695
 
124332
124696
  def add(self, count: int | None):
@@ -124361,7 +124725,7 @@ class MeshVertices(bpy_struct, bpy_prop_collection[MeshVertex]):
124361
124725
  """
124362
124726
  ...
124363
124727
 
124364
- class MetaBallElements(bpy_struct, bpy_prop_collection[MetaElement]):
124728
+ class MetaBallElements(bpy_prop_collection[MetaElement], bpy_struct):
124365
124729
  """Collection of metaball elements"""
124366
124730
 
124367
124731
  active: MetaElement
@@ -125337,7 +125701,7 @@ class MovieTrackingMarker(bpy_struct):
125337
125701
  """
125338
125702
  ...
125339
125703
 
125340
- class MovieTrackingMarkers(bpy_struct, bpy_prop_collection[MovieTrackingMarker]):
125704
+ class MovieTrackingMarkers(bpy_prop_collection[MovieTrackingMarker], bpy_struct):
125341
125705
  """Collection of markers for movie tracking track"""
125342
125706
 
125343
125707
  def find_frame(
@@ -125476,7 +125840,7 @@ class MovieTrackingObject(bpy_struct):
125476
125840
  ...
125477
125841
 
125478
125842
  class MovieTrackingObjectPlaneTracks(
125479
- bpy_struct, bpy_prop_collection[MovieTrackingPlaneTrack]
125843
+ bpy_prop_collection[MovieTrackingPlaneTrack], bpy_struct
125480
125844
  ):
125481
125845
  """Collection of tracking plane tracks"""
125482
125846
 
@@ -125510,7 +125874,7 @@ class MovieTrackingObjectPlaneTracks(
125510
125874
  """
125511
125875
  ...
125512
125876
 
125513
- class MovieTrackingObjectTracks(bpy_struct, bpy_prop_collection[MovieTrackingTrack]):
125877
+ class MovieTrackingObjectTracks(bpy_prop_collection[MovieTrackingTrack], bpy_struct):
125514
125878
  """Collection of movie tracking tracks"""
125515
125879
 
125516
125880
  active: MovieTrackingTrack | None
@@ -125557,7 +125921,7 @@ class MovieTrackingObjectTracks(bpy_struct, bpy_prop_collection[MovieTrackingTra
125557
125921
  """
125558
125922
  ...
125559
125923
 
125560
- class MovieTrackingObjects(bpy_struct, bpy_prop_collection[MovieTrackingObject]):
125924
+ class MovieTrackingObjects(bpy_prop_collection[MovieTrackingObject], bpy_struct):
125561
125925
  """Collection of movie tracking objects"""
125562
125926
 
125563
125927
  active: MovieTrackingObject | None
@@ -125656,7 +126020,7 @@ class MovieTrackingPlaneMarker(bpy_struct):
125656
126020
  ...
125657
126021
 
125658
126022
  class MovieTrackingPlaneMarkers(
125659
- bpy_struct, bpy_prop_collection[MovieTrackingPlaneMarker]
126023
+ bpy_prop_collection[MovieTrackingPlaneMarker], bpy_struct
125660
126024
  ):
125661
126025
  """Collection of markers for movie tracking plane track"""
125662
126026
 
@@ -125780,7 +126144,7 @@ class MovieTrackingPlaneTrack(bpy_struct):
125780
126144
  ...
125781
126145
 
125782
126146
  class MovieTrackingPlaneTracks(
125783
- bpy_struct, bpy_prop_collection[MovieTrackingPlaneTrack]
126147
+ bpy_prop_collection[MovieTrackingPlaneTrack], bpy_struct
125784
126148
  ):
125785
126149
  """Collection of movie tracking plane tracks"""
125786
126150
 
@@ -125815,7 +126179,7 @@ class MovieTrackingPlaneTracks(
125815
126179
  ...
125816
126180
 
125817
126181
  class MovieTrackingReconstructedCameras(
125818
- bpy_struct, bpy_prop_collection[MovieReconstructedCamera]
126182
+ bpy_prop_collection[MovieReconstructedCamera], bpy_struct
125819
126183
  ):
125820
126184
  """Collection of solved cameras"""
125821
126185
 
@@ -126444,7 +126808,7 @@ class MovieTrackingTrack(bpy_struct):
126444
126808
  """
126445
126809
  ...
126446
126810
 
126447
- class MovieTrackingTracks(bpy_struct, bpy_prop_collection[MovieTrackingTrack]):
126811
+ class MovieTrackingTracks(bpy_prop_collection[MovieTrackingTrack], bpy_struct):
126448
126812
  """Collection of movie tracking tracks"""
126449
126813
 
126450
126814
  active: MovieTrackingTrack | None
@@ -126704,7 +127068,7 @@ class NlaStrip(bpy_struct):
126704
127068
  """
126705
127069
  ...
126706
127070
 
126707
- class NlaStripFCurves(bpy_struct, bpy_prop_collection[FCurve]):
127071
+ class NlaStripFCurves(bpy_prop_collection[FCurve], bpy_struct):
126708
127072
  """Collection of NLA strip F-Curves"""
126709
127073
 
126710
127074
  def find(self, data_path: str | typing.Any, index: typing.Any | None = 0) -> FCurve:
@@ -126743,7 +127107,7 @@ class NlaStripFCurves(bpy_struct, bpy_prop_collection[FCurve]):
126743
127107
  """
126744
127108
  ...
126745
127109
 
126746
- class NlaStrips(bpy_struct, bpy_prop_collection[NlaStrip]):
127110
+ class NlaStrips(bpy_prop_collection[NlaStrip], bpy_struct):
126747
127111
  """Collection of NLA Strips"""
126748
127112
 
126749
127113
  def new(
@@ -126869,7 +127233,7 @@ class NlaTrack(bpy_struct):
126869
127233
  """
126870
127234
  ...
126871
127235
 
126872
- class NlaTracks(bpy_struct, bpy_prop_collection[NlaTrack]):
127236
+ class NlaTracks(bpy_prop_collection[NlaTrack], bpy_struct):
126873
127237
  """Collection of NLA Tracks"""
126874
127238
 
126875
127239
  active: NlaTrack | None
@@ -127317,7 +127681,7 @@ class NodeGeometryBakeItem(bpy_struct):
127317
127681
  """
127318
127682
  ...
127319
127683
 
127320
- class NodeGeometryBakeItems(bpy_struct, bpy_prop_collection[NodeGeometryBakeItem]):
127684
+ class NodeGeometryBakeItems(bpy_prop_collection[NodeGeometryBakeItem], bpy_struct):
127321
127685
  """Collection of bake items"""
127322
127686
 
127323
127687
  def new(
@@ -127380,7 +127744,115 @@ class NodeGeometryBakeItems(bpy_struct, bpy_prop_collection[NodeGeometryBakeItem
127380
127744
  """
127381
127745
  ...
127382
127746
 
127383
- class NodeGeometryRepeatOutputItems(bpy_struct, bpy_prop_collection[RepeatItem]):
127747
+ class NodeGeometryCaptureAttributeItem(bpy_struct):
127748
+ color: bpy_prop_array[float]
127749
+ """ Color of the corresponding socket type in the node editor
127750
+
127751
+ :type: bpy_prop_array[float]
127752
+ """
127753
+
127754
+ data_type: str
127755
+ """
127756
+
127757
+ :type: str
127758
+ """
127759
+
127760
+ name: str
127761
+ """
127762
+
127763
+ :type: str
127764
+ """
127765
+
127766
+ @classmethod
127767
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
127768
+ """
127769
+
127770
+ :param id: The RNA type identifier.
127771
+ :type id: str | None
127772
+ :param default:
127773
+ :return: The RNA type or default when not found.
127774
+ :rtype: Struct
127775
+ """
127776
+ ...
127777
+
127778
+ @classmethod
127779
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
127780
+ """
127781
+
127782
+ :param id: The RNA type identifier.
127783
+ :type id: str | None
127784
+ :param default:
127785
+ :return: The class or default when not found.
127786
+ :rtype: typing.Any
127787
+ """
127788
+ ...
127789
+
127790
+ class NodeGeometryCaptureAttributeItems(
127791
+ bpy_prop_collection[NodeGeometryCaptureAttributeItem], bpy_struct
127792
+ ):
127793
+ """Collection of capture attribute items"""
127794
+
127795
+ def new(
127796
+ self, socket_type: str | None, name: str | typing.Any
127797
+ ) -> NodeGeometryCaptureAttributeItem:
127798
+ """Add an item at the end
127799
+
127800
+ :param socket_type: Socket Type, Socket type of the item
127801
+ :type socket_type: str | None
127802
+ :param name: Name
127803
+ :type name: str | typing.Any
127804
+ :return: Item, New item
127805
+ :rtype: NodeGeometryCaptureAttributeItem
127806
+ """
127807
+ ...
127808
+
127809
+ def remove(self, item: NodeGeometryCaptureAttributeItem):
127810
+ """Remove an item
127811
+
127812
+ :param item: Item, The item to remove
127813
+ :type item: NodeGeometryCaptureAttributeItem
127814
+ """
127815
+ ...
127816
+
127817
+ def clear(self):
127818
+ """Remove all items"""
127819
+ ...
127820
+
127821
+ def move(self, from_index: int | None, to_index: int | None):
127822
+ """Move an item to another position
127823
+
127824
+ :param from_index: From Index, Index of the item to move
127825
+ :type from_index: int | None
127826
+ :param to_index: To Index, Target index for the item
127827
+ :type to_index: int | None
127828
+ """
127829
+ ...
127830
+
127831
+ @classmethod
127832
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
127833
+ """
127834
+
127835
+ :param id: The RNA type identifier.
127836
+ :type id: str | None
127837
+ :param default:
127838
+ :return: The RNA type or default when not found.
127839
+ :rtype: Struct
127840
+ """
127841
+ ...
127842
+
127843
+ @classmethod
127844
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
127845
+ """
127846
+
127847
+ :param id: The RNA type identifier.
127848
+ :type id: str | None
127849
+ :param default:
127850
+ :return: The class or default when not found.
127851
+ :rtype: typing.Any
127852
+ """
127853
+ ...
127854
+
127855
+ class NodeGeometryRepeatOutputItems(bpy_prop_collection[RepeatItem], bpy_struct):
127384
127856
  """Collection of repeat items"""
127385
127857
 
127386
127858
  def new(self, socket_type: str | None, name: str | typing.Any) -> RepeatItem:
@@ -127442,7 +127914,7 @@ class NodeGeometryRepeatOutputItems(bpy_struct, bpy_prop_collection[RepeatItem])
127442
127914
  ...
127443
127915
 
127444
127916
  class NodeGeometrySimulationOutputItems(
127445
- bpy_struct, bpy_prop_collection[SimulationStateItem]
127917
+ bpy_prop_collection[SimulationStateItem], bpy_struct
127446
127918
  ):
127447
127919
  """Collection of simulation items"""
127448
127920
 
@@ -127506,7 +127978,7 @@ class NodeGeometrySimulationOutputItems(
127506
127978
  """
127507
127979
  ...
127508
127980
 
127509
- class NodeIndexSwitchItems(bpy_struct, bpy_prop_collection[IndexSwitchItem]):
127981
+ class NodeIndexSwitchItems(bpy_prop_collection[IndexSwitchItem], bpy_struct):
127510
127982
  """Collection of index_switch items"""
127511
127983
 
127512
127984
  def new(self) -> IndexSwitchItem:
@@ -127563,7 +128035,7 @@ class NodeIndexSwitchItems(bpy_struct, bpy_prop_collection[IndexSwitchItem]):
127563
128035
  """
127564
128036
  ...
127565
128037
 
127566
- class NodeInputs(bpy_struct, bpy_prop_collection[NodeSocket]):
128038
+ class NodeInputs(bpy_prop_collection[NodeSocket], bpy_struct):
127567
128039
  """Collection of Node Sockets"""
127568
128040
 
127569
128041
  def new(
@@ -127789,7 +128261,7 @@ class NodeLink(bpy_struct):
127789
128261
  """
127790
128262
  ...
127791
128263
 
127792
- class NodeLinks(bpy_struct, bpy_prop_collection[NodeLink]):
128264
+ class NodeLinks(bpy_prop_collection[NodeLink], bpy_struct):
127793
128265
  """Collection of Node Links"""
127794
128266
 
127795
128267
  def new(
@@ -127847,7 +128319,7 @@ class NodeLinks(bpy_struct, bpy_prop_collection[NodeLink]):
127847
128319
  """
127848
128320
  ...
127849
128321
 
127850
- class NodeMenuSwitchItems(bpy_struct, bpy_prop_collection[NodeEnumItem]):
128322
+ class NodeMenuSwitchItems(bpy_prop_collection[NodeEnumItem], bpy_struct):
127851
128323
  """Collection of items that make up an enum"""
127852
128324
 
127853
128325
  def new(self, name: str | typing.Any) -> NodeEnumItem:
@@ -127990,7 +128462,7 @@ class NodeOutputFileSlotLayer(bpy_struct):
127990
128462
  """
127991
128463
  ...
127992
128464
 
127993
- class NodeOutputs(bpy_struct, bpy_prop_collection[NodeSocket]):
128465
+ class NodeOutputs(bpy_prop_collection[NodeSocket], bpy_struct):
127994
128466
  """Collection of Node Sockets"""
127995
128467
 
127996
128468
  def new(
@@ -128476,7 +128948,7 @@ class NodeTreePath(bpy_struct):
128476
128948
  """
128477
128949
  ...
128478
128950
 
128479
- class Nodes(bpy_struct, bpy_prop_collection[Node]):
128951
+ class Nodes(bpy_prop_collection[Node], bpy_struct):
128480
128952
  """Collection of Nodes"""
128481
128953
 
128482
128954
  active: Node | None
@@ -128611,7 +129083,7 @@ class NodesModifierBake(bpy_struct):
128611
129083
  ...
128612
129084
 
128613
129085
  class NodesModifierBakeDataBlocks(
128614
- bpy_struct, bpy_prop_collection[NodesModifierDataBlock]
129086
+ bpy_prop_collection[NodesModifierDataBlock], bpy_struct
128615
129087
  ):
128616
129088
  """Collection of data-blocks that can be referenced by baked data"""
128617
129089
 
@@ -128645,7 +129117,7 @@ class NodesModifierBakeDataBlocks(
128645
129117
  """
128646
129118
  ...
128647
129119
 
128648
- class NodesModifierBakes(bpy_struct, bpy_prop_collection[NodesModifierBake]):
129120
+ class NodesModifierBakes(bpy_prop_collection[NodesModifierBake], bpy_struct):
128649
129121
  """Bake data for every bake node"""
128650
129122
 
128651
129123
  @classmethod
@@ -128752,7 +129224,7 @@ class NodesModifierPanel(bpy_struct):
128752
129224
  """
128753
129225
  ...
128754
129226
 
128755
- class NodesModifierPanels(bpy_struct, bpy_prop_collection[NodesModifierPanel]):
129227
+ class NodesModifierPanels(bpy_prop_collection[NodesModifierPanel], bpy_struct):
128756
129228
  """State of all panels defined by the node group"""
128757
129229
 
128758
129230
  @classmethod
@@ -128824,7 +129296,7 @@ class ObjectBase(bpy_struct):
128824
129296
  """
128825
129297
  ...
128826
129298
 
128827
- class ObjectConstraints(bpy_struct, bpy_prop_collection[Constraint]):
129299
+ class ObjectConstraints(bpy_prop_collection[Constraint], bpy_struct):
128828
129300
  """Collection of object constraints"""
128829
129301
 
128830
129302
  active: Constraint | None
@@ -128932,7 +129404,7 @@ class ObjectDisplay(bpy_struct):
128932
129404
  """
128933
129405
  ...
128934
129406
 
128935
- class ObjectGpencilModifiers(bpy_struct, bpy_prop_collection[GpencilModifier]):
129407
+ class ObjectGpencilModifiers(bpy_prop_collection[GpencilModifier], bpy_struct):
128936
129408
  """Collection of object grease pencil modifiers"""
128937
129409
 
128938
129410
  def new(self, name: str | typing.Any, type: str | None) -> GpencilModifier:
@@ -129077,7 +129549,7 @@ class ObjectLineArt(bpy_struct):
129077
129549
  """
129078
129550
  ...
129079
129551
 
129080
- class ObjectModifiers(bpy_struct, bpy_prop_collection[Modifier]):
129552
+ class ObjectModifiers(bpy_prop_collection[Modifier], bpy_struct):
129081
129553
  """Collection of object modifiers"""
129082
129554
 
129083
129555
  active: Modifier | None
@@ -129144,7 +129616,7 @@ class ObjectModifiers(bpy_struct, bpy_prop_collection[Modifier]):
129144
129616
  """
129145
129617
  ...
129146
129618
 
129147
- class ObjectShaderFx(bpy_struct, bpy_prop_collection[ShaderFx]):
129619
+ class ObjectShaderFx(bpy_prop_collection[ShaderFx], bpy_struct):
129148
129620
  """Collection of object effects"""
129149
129621
 
129150
129622
  def new(self, name: str | typing.Any, type: str | None) -> ShaderFx:
@@ -129820,7 +130292,7 @@ class PaletteColor(bpy_struct):
129820
130292
  """
129821
130293
  ...
129822
130294
 
129823
- class PaletteColors(bpy_struct, bpy_prop_collection[PaletteColor]):
130295
+ class PaletteColors(bpy_prop_collection[PaletteColor], bpy_struct):
129824
130296
  """Collection of palette colors"""
129825
130297
 
129826
130298
  active: PaletteColor | None
@@ -130592,7 +131064,7 @@ class ParticleKey(bpy_struct):
130592
131064
  ...
130593
131065
 
130594
131066
  class ParticleSettingsTextureSlots(
130595
- bpy_struct, bpy_prop_collection[ParticleSettingsTextureSlot]
131067
+ bpy_prop_collection[ParticleSettingsTextureSlot], bpy_struct
130596
131068
  ):
130597
131069
  """Collection of texture slots"""
130598
131070
 
@@ -131021,7 +131493,7 @@ class ParticleSystem(bpy_struct):
131021
131493
  """
131022
131494
  ...
131023
131495
 
131024
- class ParticleSystems(bpy_struct, bpy_prop_collection[ParticleSystem]):
131496
+ class ParticleSystems(bpy_prop_collection[ParticleSystem], bpy_struct):
131025
131497
  """Collection of particle systems"""
131026
131498
 
131027
131499
  active: ParticleSystem
@@ -131168,7 +131640,7 @@ class PathCompare(bpy_struct):
131168
131640
  """
131169
131641
  ...
131170
131642
 
131171
- class PathCompareCollection(bpy_struct, bpy_prop_collection[PathCompare]):
131643
+ class PathCompareCollection(bpy_prop_collection[PathCompare], bpy_struct):
131172
131644
  """Collection of paths"""
131173
131645
 
131174
131646
  @classmethod
@@ -131498,7 +131970,7 @@ class PointCacheItem(bpy_struct):
131498
131970
  """
131499
131971
  ...
131500
131972
 
131501
- class PointCaches(bpy_struct, bpy_prop_collection[PointCacheItem]):
131973
+ class PointCaches(bpy_prop_collection[PointCacheItem], bpy_struct):
131502
131974
  """Collection of point caches"""
131503
131975
 
131504
131976
  active_index: int | None
@@ -131787,6 +132259,12 @@ class PoseBone(bpy_struct):
131787
132259
  :type: list[float] | tuple[float, float, float] | mathutils.Vector
131788
132260
  """
131789
132261
 
132262
+ custom_shape_wire_width: float
132263
+ """ Adjust the line thickness of custom shapes
132264
+
132265
+ :type: float
132266
+ """
132267
+
131790
132268
  head: list[float] | tuple[float, float, float] | mathutils.Vector
131791
132269
  """ Location of head of the channel's bone
131792
132270
 
@@ -132203,7 +132681,7 @@ Utility function for (tail - head)(readonly)"""
132203
132681
  """
132204
132682
  ...
132205
132683
 
132206
- class PoseBoneConstraints(bpy_struct, bpy_prop_collection[Constraint]):
132684
+ class PoseBoneConstraints(bpy_prop_collection[Constraint], bpy_struct):
132207
132685
  """Collection of pose bone constraints"""
132208
132686
 
132209
132687
  active: Constraint | None
@@ -133986,6 +134464,12 @@ class PreferencesView(bpy_struct):
133986
134464
  :type: bool
133987
134465
  """
133988
134466
 
134467
+ show_extensions_updates: bool
134468
+ """ Show Extensions Update Count
134469
+
134470
+ :type: bool
134471
+ """
134472
+
133989
134473
  show_gizmo: bool
133990
134474
  """ Use transform gizmos by default
133991
134475
 
@@ -135930,7 +136414,7 @@ class RenderPass(bpy_struct):
135930
136414
  """
135931
136415
  ...
135932
136416
 
135933
- class RenderPasses(bpy_struct, bpy_prop_collection[RenderPass]):
136417
+ class RenderPasses(bpy_prop_collection[RenderPass], bpy_struct):
135934
136418
  """Collection of render passes"""
135935
136419
 
135936
136420
  def find_by_type(self, pass_type: str | None, view: str | typing.Any) -> RenderPass:
@@ -136757,7 +137241,7 @@ class RenderSlot(bpy_struct):
136757
137241
  """
136758
137242
  ...
136759
137243
 
136760
- class RenderSlots(bpy_struct, bpy_prop_collection[RenderSlot]):
137244
+ class RenderSlots(bpy_prop_collection[RenderSlot], bpy_struct):
136761
137245
  """Collection of render layers"""
136762
137246
 
136763
137247
  active: RenderSlot | None
@@ -136837,7 +137321,7 @@ class RenderView(bpy_struct):
136837
137321
  """
136838
137322
  ...
136839
137323
 
136840
- class RenderViews(bpy_struct, bpy_prop_collection[SceneRenderView]):
137324
+ class RenderViews(bpy_prop_collection[SceneRenderView], bpy_struct):
136841
137325
  """Collection of render views"""
136842
137326
 
136843
137327
  active: SceneRenderView
@@ -136974,7 +137458,7 @@ class RetimingKey(bpy_struct):
136974
137458
  """
136975
137459
  ...
136976
137460
 
136977
- class RetimingKeys(bpy_struct, bpy_prop_collection[RetimingKey]):
137461
+ class RetimingKeys(bpy_prop_collection[RetimingKey], bpy_struct):
136978
137462
  """Collection of RetimingKey"""
136979
137463
 
136980
137464
  def add(self, timeline_frame: typing.Any | None = 0) -> RetimingKey:
@@ -138449,7 +138933,7 @@ class SceneHydra(bpy_struct):
138449
138933
  """
138450
138934
  ...
138451
138935
 
138452
- class SceneObjects(bpy_struct, bpy_prop_collection[Object]):
138936
+ class SceneObjects(bpy_prop_collection[Object], bpy_struct):
138453
138937
  """All of the scene objects"""
138454
138938
 
138455
138939
  @classmethod
@@ -138633,7 +139117,7 @@ class ScriptDirectory(bpy_struct):
138633
139117
  """
138634
139118
  ...
138635
139119
 
138636
- class ScriptDirectoryCollection(bpy_struct, bpy_prop_collection[ScriptDirectory]):
139120
+ class ScriptDirectoryCollection(bpy_prop_collection[ScriptDirectory], bpy_struct):
138637
139121
  @classmethod
138638
139122
  def new(cls) -> ScriptDirectory:
138639
139123
  """Add a new Python script directory
@@ -139263,7 +139747,7 @@ class SequenceElement(bpy_struct):
139263
139747
  """
139264
139748
  ...
139265
139749
 
139266
- class SequenceElements(bpy_struct, bpy_prop_collection[SequenceElement]):
139750
+ class SequenceElements(bpy_prop_collection[SequenceElement], bpy_struct):
139267
139751
  """Collection of SequenceElement"""
139268
139752
 
139269
139753
  def append(self, filename: str | typing.Any) -> SequenceElement:
@@ -139383,7 +139867,7 @@ class SequenceModifier(bpy_struct):
139383
139867
  """
139384
139868
  ...
139385
139869
 
139386
- class SequenceModifiers(bpy_struct, bpy_prop_collection[SequenceModifier]):
139870
+ class SequenceModifiers(bpy_prop_collection[SequenceModifier], bpy_struct):
139387
139871
  """Collection of strip modifiers"""
139388
139872
 
139389
139873
  def new(self, name: str | typing.Any, type: str | None) -> SequenceModifier:
@@ -139937,7 +140421,7 @@ class SequencerToolSettings(bpy_struct):
139937
140421
  """
139938
140422
  ...
139939
140423
 
139940
- class SequencesMeta(bpy_struct, bpy_prop_collection[Sequence]):
140424
+ class SequencesMeta(bpy_prop_collection[Sequence], bpy_struct):
139941
140425
  """Collection of Sequences"""
139942
140426
 
139943
140427
  def new_clip(
@@ -140184,7 +140668,7 @@ class SequencesMeta(bpy_struct, bpy_prop_collection[Sequence]):
140184
140668
  """
140185
140669
  ...
140186
140670
 
140187
- class SequencesTopLevel(bpy_struct, bpy_prop_collection[Sequence]):
140671
+ class SequencesTopLevel(bpy_prop_collection[Sequence], bpy_struct):
140188
140672
  """Collection of Sequences"""
140189
140673
 
140190
140674
  def new_clip(
@@ -141221,7 +141705,7 @@ class SpaceImageOverlay(bpy_struct):
141221
141705
  """
141222
141706
  ...
141223
141707
 
141224
- class SpaceNodeEditorPath(bpy_struct, bpy_prop_collection[NodeTreePath]):
141708
+ class SpaceNodeEditorPath(bpy_prop_collection[NodeTreePath], bpy_struct):
141225
141709
  """Get the node tree path as a string"""
141226
141710
 
141227
141711
  to_string: str
@@ -141651,7 +142135,7 @@ class Spline(bpy_struct):
141651
142135
  """
141652
142136
  ...
141653
142137
 
141654
- class SplineBezierPoints(bpy_struct, bpy_prop_collection[BezierSplinePoint]):
142138
+ class SplineBezierPoints(bpy_prop_collection[BezierSplinePoint], bpy_struct):
141655
142139
  """Collection of spline Bézier points"""
141656
142140
 
141657
142141
  def add(self, count: int | None):
@@ -141755,7 +142239,7 @@ class SplinePoint(bpy_struct):
141755
142239
  """
141756
142240
  ...
141757
142241
 
141758
- class SplinePoints(bpy_struct, bpy_prop_collection[SplinePoint]):
142242
+ class SplinePoints(bpy_prop_collection[SplinePoint], bpy_struct):
141759
142243
  """Collection of spline points"""
141760
142244
 
141761
142245
  def add(self, count: int | None):
@@ -142286,7 +142770,7 @@ class StudioLight(bpy_struct):
142286
142770
  """
142287
142771
  ...
142288
142772
 
142289
- class StudioLights(bpy_struct, bpy_prop_collection[StudioLight]):
142773
+ class StudioLights(bpy_prop_collection[StudioLight], bpy_struct):
142290
142774
  """Collection of studio lights"""
142291
142775
 
142292
142776
  def load(self, path: str | typing.Any, type: str | None) -> StudioLight:
@@ -146938,7 +147422,7 @@ class TimelineMarker(bpy_struct):
146938
147422
  """
146939
147423
  ...
146940
147424
 
146941
- class TimelineMarkers(bpy_struct, bpy_prop_collection[TimelineMarker]):
147425
+ class TimelineMarkers(bpy_prop_collection[TimelineMarker], bpy_struct):
146942
147426
  """Collection of timeline markers"""
146943
147427
 
146944
147428
  def new(
@@ -147931,7 +148415,7 @@ class UDIMTile(bpy_struct):
147931
148415
  """
147932
148416
  ...
147933
148417
 
147934
- class UDIMTiles(bpy_struct, bpy_prop_collection[UDIMTile]):
148418
+ class UDIMTiles(bpy_prop_collection[UDIMTile], bpy_struct):
147935
148419
  """Collection of UDIM tiles"""
147936
148420
 
147937
148421
  active: UDIMTile
@@ -150170,7 +150654,7 @@ class USDHook(bpy_struct):
150170
150654
  """
150171
150655
  ...
150172
150656
 
150173
- class UVLoopLayers(bpy_struct, bpy_prop_collection[MeshUVLoopLayer]):
150657
+ class UVLoopLayers(bpy_prop_collection[MeshUVLoopLayer], bpy_struct):
150174
150658
  """Collection of UV map layers"""
150175
150659
 
150176
150660
  active: MeshUVLoopLayer | None
@@ -150619,7 +151103,7 @@ class UserExtensionRepo(bpy_struct):
150619
151103
  """
150620
151104
  ...
150621
151105
 
150622
- class UserExtensionRepoCollection(bpy_struct, bpy_prop_collection[UserExtensionRepo]):
151106
+ class UserExtensionRepoCollection(bpy_prop_collection[UserExtensionRepo], bpy_struct):
150623
151107
  """Collection of user extension repositories"""
150624
151108
 
150625
151109
  @classmethod
@@ -150863,7 +151347,7 @@ class VertexGroupElement(bpy_struct):
150863
151347
  """
150864
151348
  ...
150865
151349
 
150866
- class VertexGroups(bpy_struct, bpy_prop_collection[VertexGroup]):
151350
+ class VertexGroups(bpy_prop_collection[VertexGroup], bpy_struct):
150867
151351
  """Collection of vertex groups"""
150868
151352
 
150869
151353
  active: VertexGroup | None
@@ -151188,6 +151672,12 @@ class View3DOverlay(bpy_struct):
151188
151672
  :type: bool
151189
151673
  """
151190
151674
 
151675
+ show_camera_passepartout: bool
151676
+ """ Show camera passepartout
151677
+
151678
+ :type: bool
151679
+ """
151680
+
151191
151681
  show_cursor: bool
151192
151682
  """ Display 3D Cursor Overlay
151193
151683
 
@@ -152298,7 +152788,7 @@ class ViewLayerEEVEE(bpy_struct):
152298
152788
  """
152299
152789
  ...
152300
152790
 
152301
- class ViewLayers(bpy_struct, bpy_prop_collection[ViewLayer]):
152791
+ class ViewLayers(bpy_prop_collection[ViewLayer], bpy_struct):
152302
152792
  """Collection of render layers"""
152303
152793
 
152304
152794
  def new(self, name: str | typing.Any) -> ViewLayer:
@@ -152568,7 +153058,7 @@ class VolumeGrid(bpy_struct):
152568
153058
  """
152569
153059
  ...
152570
153060
 
152571
- class VolumeGrids(bpy_struct, bpy_prop_collection[VolumeGrid]):
153061
+ class VolumeGrids(bpy_prop_collection[VolumeGrid], bpy_struct):
152572
153062
  """3D volume grids"""
152573
153063
 
152574
153064
  active_index: int | None
@@ -153288,7 +153778,7 @@ class XrActionMapBinding(bpy_struct):
153288
153778
  """
153289
153779
  ...
153290
153780
 
153291
- class XrActionMapBindings(bpy_struct, bpy_prop_collection[XrActionMapBinding]):
153781
+ class XrActionMapBindings(bpy_prop_collection[XrActionMapBinding], bpy_struct):
153292
153782
  """Collection of XR action map bindings"""
153293
153783
 
153294
153784
  def new(
@@ -153490,7 +153980,7 @@ class XrActionMapItem(bpy_struct):
153490
153980
  """
153491
153981
  ...
153492
153982
 
153493
- class XrActionMapItems(bpy_struct, bpy_prop_collection[XrActionMapItem]):
153983
+ class XrActionMapItems(bpy_prop_collection[XrActionMapItem], bpy_struct):
153494
153984
  """Collection of XR action map items"""
153495
153985
 
153496
153986
  def new(
@@ -153559,7 +154049,7 @@ class XrActionMapItems(bpy_struct, bpy_prop_collection[XrActionMapItem]):
153559
154049
  """
153560
154050
  ...
153561
154051
 
153562
- class XrActionMaps(bpy_struct, bpy_prop_collection[XrActionMap]):
154052
+ class XrActionMaps(bpy_prop_collection[XrActionMap], bpy_struct):
153563
154053
  """Collection of XR action maps"""
153564
154054
 
153565
154055
  @classmethod
@@ -153678,7 +154168,7 @@ class XrComponentPath(bpy_struct):
153678
154168
  """
153679
154169
  ...
153680
154170
 
153681
- class XrComponentPaths(bpy_struct, bpy_prop_collection[XrComponentPath]):
154171
+ class XrComponentPaths(bpy_prop_collection[XrComponentPath], bpy_struct):
153682
154172
  """Collection of OpenXR component paths"""
153683
154173
 
153684
154174
  def new(self, path: str | typing.Any) -> XrComponentPath:
@@ -154526,7 +155016,7 @@ class XrUserPath(bpy_struct):
154526
155016
  """
154527
155017
  ...
154528
155018
 
154529
- class XrUserPaths(bpy_struct, bpy_prop_collection[XrUserPath]):
155019
+ class XrUserPaths(bpy_prop_collection[XrUserPath], bpy_struct):
154530
155020
  """Collection of OpenXR user paths"""
154531
155021
 
154532
155022
  def new(self, path: str | typing.Any) -> XrUserPath:
@@ -154612,7 +155102,7 @@ class wmOwnerID(bpy_struct):
154612
155102
  """
154613
155103
  ...
154614
155104
 
154615
- class wmOwnerIDs(bpy_struct, bpy_prop_collection[wmOwnerID]):
155105
+ class wmOwnerIDs(bpy_prop_collection[wmOwnerID], bpy_struct):
154616
155106
  def new(self, name: str | typing.Any) -> wmOwnerID:
154617
155107
  """Add ui tag
154618
155108
 
@@ -154659,7 +155149,7 @@ class wmOwnerIDs(bpy_struct, bpy_prop_collection[wmOwnerID]):
154659
155149
  """
154660
155150
  ...
154661
155151
 
154662
- class wmTools(bpy_struct, bpy_prop_collection[WorkSpaceTool]):
155152
+ class wmTools(bpy_prop_collection[WorkSpaceTool], bpy_struct):
154663
155153
  def from_space_view3d_mode(
154664
155154
  self, mode: str | None, create: bool | typing.Any | None = False
154665
155155
  ) -> WorkSpaceTool:
@@ -162402,6 +162892,18 @@ class Action(ID, bpy_struct):
162402
162892
  :type: str
162403
162893
  """
162404
162894
 
162895
+ is_action_layered: bool
162896
+ """ Return whether this is a layered Action. An empty Action considered as both a 'layered' and a 'layered' Action
162897
+
162898
+ :type: bool
162899
+ """
162900
+
162901
+ is_action_legacy: bool
162902
+ """ Return whether this is a legacy Action. Legacy Actions have no layers or bindings. An empty Action considered as both a 'legacy' and a 'layered' Action
162903
+
162904
+ :type: bool
162905
+ """
162906
+
162405
162907
  is_empty: bool
162406
162908
  """ False when there is any Layer, Binding, or legacy F-Curve
162407
162909
 
@@ -171596,6 +172098,12 @@ class WindowManager(ID, bpy_struct):
171596
172098
  :type: bool
171597
172099
  """
171598
172100
 
172101
+ extensions_updates: int
172102
+ """ Number of extensions with available update
172103
+
172104
+ :type: int
172105
+ """
172106
+
171599
172107
  is_interface_locked: bool
171600
172108
  """ If true, the interface is currently locked by a running job and data shouldn't be modified from application timers. Otherwise, the running job might conflict with the handler causing unexpected results or even crashes
171601
172109
 
@@ -211844,10 +212352,22 @@ class GeometryNodeBoundBox(GeometryNode, NodeInternal, Node, bpy_struct):
211844
212352
  class GeometryNodeCaptureAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
211845
212353
  """Store the result of a field on a geometry and output the data as a node socket. Allows remembering or interpolating data as the geometry changes, such as positions before deformation"""
211846
212354
 
211847
- data_type: str
211848
- """ Type of data stored in attribute
212355
+ active_index: int | None
212356
+ """ Index of the active item
211849
212357
 
211850
- :type: str
212358
+ :type: int | None
212359
+ """
212360
+
212361
+ active_item: RepeatItem | None
212362
+ """ Index of the active item
212363
+
212364
+ :type: RepeatItem | None
212365
+ """
212366
+
212367
+ capture_items: NodeGeometryCaptureAttributeItems
212368
+ """
212369
+
212370
+ :type: NodeGeometryCaptureAttributeItems
211851
212371
  """
211852
212372
 
211853
212373
  domain: str
@@ -216742,6 +217262,64 @@ class GeometryNodeInstanceOnPoints(GeometryNode, NodeInternal, Node, bpy_struct)
216742
217262
  """
216743
217263
  ...
216744
217264
 
217265
+ class GeometryNodeInstanceTransform(GeometryNode, NodeInternal, Node, bpy_struct):
217266
+ """Retrieve the full transformation of each instance in the geometry"""
217267
+
217268
+ @classmethod
217269
+ def is_registered_node_type(cls) -> bool:
217270
+ """True if a registered node type
217271
+
217272
+ :return: Result
217273
+ :rtype: bool
217274
+ """
217275
+ ...
217276
+
217277
+ @classmethod
217278
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
217279
+ """Input socket template
217280
+
217281
+ :param index: Index
217282
+ :type index: int | None
217283
+ :return: result
217284
+ :rtype: NodeInternalSocketTemplate
217285
+ """
217286
+ ...
217287
+
217288
+ @classmethod
217289
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
217290
+ """Output socket template
217291
+
217292
+ :param index: Index
217293
+ :type index: int | None
217294
+ :return: result
217295
+ :rtype: NodeInternalSocketTemplate
217296
+ """
217297
+ ...
217298
+
217299
+ @classmethod
217300
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
217301
+ """
217302
+
217303
+ :param id: The RNA type identifier.
217304
+ :type id: str | None
217305
+ :param default:
217306
+ :return: The RNA type or default when not found.
217307
+ :rtype: Struct
217308
+ """
217309
+ ...
217310
+
217311
+ @classmethod
217312
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
217313
+ """
217314
+
217315
+ :param id: The RNA type identifier.
217316
+ :type id: str | None
217317
+ :param default:
217318
+ :return: The class or default when not found.
217319
+ :rtype: typing.Any
217320
+ """
217321
+ ...
217322
+
216745
217323
  class GeometryNodeInstancesToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
216746
217324
  """Generate points at the origins of instances.
216747
217325
  Note: Nested instances are not affected by this node