fake-bpy-module 20240524__py3-none-any.whl → 20240528__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.

Files changed (93) hide show
  1. bl_operators/__init__.pyi +1 -0
  2. bl_operators/image_as_planes/__init__.pyi +457 -0
  3. bl_operators/userpref/__init__.pyi +0 -214
  4. bl_ui/generic_ui_list/__init__.pyi +2 -2
  5. bl_ui/properties_render/__init__.pyi +1 -1
  6. bpy/app/__init__.pyi +5 -1
  7. bpy/ops/action/__init__.pyi +21 -0
  8. bpy/ops/anim/__init__.pyi +34 -0
  9. bpy/ops/armature/__init__.pyi +31 -0
  10. bpy/ops/asset/__init__.pyi +5 -0
  11. bpy/ops/bl_pkg/__init__.pyi +28 -17
  12. bpy/ops/boid/__init__.pyi +1 -0
  13. bpy/ops/brush/__init__.pyi +6 -0
  14. bpy/ops/buttons/__init__.pyi +2 -0
  15. bpy/ops/cachefile/__init__.pyi +3 -0
  16. bpy/ops/camera/__init__.pyi +2 -0
  17. bpy/ops/clip/__init__.pyi +49 -0
  18. bpy/ops/cloth/__init__.pyi +1 -0
  19. bpy/ops/collection/__init__.pyi +7 -0
  20. bpy/ops/console/__init__.pyi +11 -0
  21. bpy/ops/constraint/__init__.pyi +15 -0
  22. bpy/ops/curve/__init__.pyi +28 -0
  23. bpy/ops/curves/__init__.pyi +14 -0
  24. bpy/ops/cycles/__init__.pyi +2 -0
  25. bpy/ops/dpaint/__init__.pyi +2 -0
  26. bpy/ops/ed/__init__.pyi +3 -0
  27. bpy/ops/export_anim/__init__.pyi +1 -0
  28. bpy/ops/export_scene/__init__.pyi +20 -3
  29. bpy/ops/file/__init__.pyi +14 -0
  30. bpy/ops/fluid/__init__.pyi +1 -0
  31. bpy/ops/font/__init__.pyi +13 -0
  32. bpy/ops/geometry/__init__.pyi +7 -0
  33. bpy/ops/gizmogroup/__init__.pyi +1 -0
  34. bpy/ops/gpencil/__init__.pyi +106 -0
  35. bpy/ops/graph/__init__.pyi +47 -0
  36. bpy/ops/grease_pencil/__init__.pyi +52 -0
  37. bpy/ops/image/__init__.pyi +308 -0
  38. bpy/ops/import_anim/__init__.pyi +1 -0
  39. bpy/ops/import_curve/__init__.pyi +1 -0
  40. bpy/ops/import_scene/__init__.pyi +2 -0
  41. bpy/ops/info/__init__.pyi +3 -0
  42. bpy/ops/lattice/__init__.pyi +5 -0
  43. bpy/ops/marker/__init__.pyi +9 -0
  44. bpy/ops/mask/__init__.pyi +22 -0
  45. bpy/ops/mball/__init__.pyi +7 -0
  46. bpy/ops/mesh/__init__.pyi +134 -0
  47. bpy/ops/nla/__init__.pyi +20 -0
  48. bpy/ops/node/__init__.pyi +47 -0
  49. bpy/ops/object/__init__.pyi +174 -0
  50. bpy/ops/outliner/__init__.pyi +25 -0
  51. bpy/ops/paint/__init__.pyi +39 -0
  52. bpy/ops/paintcurve/__init__.pyi +4 -0
  53. bpy/ops/palette/__init__.pyi +4 -0
  54. bpy/ops/particle/__init__.pyi +17 -0
  55. bpy/ops/pose/__init__.pyi +24 -0
  56. bpy/ops/poselib/__init__.pyi +4 -0
  57. bpy/ops/preferences/__init__.pyi +26 -14
  58. bpy/ops/ptcache/__init__.pyi +2 -0
  59. bpy/ops/render/__init__.pyi +9 -0
  60. bpy/ops/rigidbody/__init__.pyi +7 -0
  61. bpy/ops/scene/__init__.pyi +16 -0
  62. bpy/ops/screen/__init__.pyi +21 -0
  63. bpy/ops/script/__init__.pyi +2 -0
  64. bpy/ops/sculpt/__init__.pyi +25 -0
  65. bpy/ops/sculpt_curves/__init__.pyi +3 -0
  66. bpy/ops/sequencer/__init__.pyi +57 -0
  67. bpy/ops/sound/__init__.pyi +4 -0
  68. bpy/ops/spreadsheet/__init__.pyi +2 -0
  69. bpy/ops/surface/__init__.pyi +6 -0
  70. bpy/ops/text/__init__.pyi +18 -0
  71. bpy/ops/text_editor/__init__.pyi +1 -0
  72. bpy/ops/texture/__init__.pyi +1 -0
  73. bpy/ops/transform/__init__.pyi +25 -0
  74. bpy/ops/ui/__init__.pyi +13 -0
  75. bpy/ops/uilist/__init__.pyi +3 -0
  76. bpy/ops/uv/__init__.pyi +40 -0
  77. bpy/ops/view2d/__init__.pyi +11 -0
  78. bpy/ops/view3d/__init__.pyi +30 -0
  79. bpy/ops/wm/__init__.pyi +114 -0
  80. bpy/ops/workspace/__init__.pyi +1 -0
  81. bpy/path/__init__.pyi +6 -6
  82. bpy/props/__init__.pyi +11 -1
  83. bpy/types/__init__.pyi +393 -334
  84. bpy/utils/__init__.pyi +10 -8
  85. bpy_extras/anim_utils/__init__.pyi +3 -3
  86. bpy_extras/view3d_utils/__init__.pyi +2 -0
  87. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/METADATA +1 -1
  88. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/RECORD +93 -92
  89. gpu/types/__init__.pyi +4 -2
  90. gpu_extras/batch/__init__.pyi +1 -1
  91. gpu_extras/presets/__init__.pyi +1 -1
  92. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/WHEEL +0 -0
  93. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi CHANGED
@@ -75739,6 +75739,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
75739
75739
  * bpy.context.active_operator
75740
75740
  * SpaceFileBrowser.active_operator
75741
75741
  * SpaceFileBrowser.operator
75742
+ * Window.modal_operators
75742
75743
  * WindowManager.fileselect_add
75743
75744
  * WindowManager.invoke_confirm
75744
75745
  * WindowManager.invoke_popup
@@ -97869,6 +97870,7 @@ import bl_operators.constraint
97869
97870
  import bl_operators.file
97870
97871
  import bl_operators.freestyle
97871
97872
  import bl_operators.image
97873
+ import bl_operators.image_as_planes
97872
97874
  import bl_operators.node
97873
97875
  import bl_operators.object
97874
97876
  import bl_operators.presets
@@ -98021,10 +98023,12 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98021
98023
  """
98022
98024
  ...
98023
98025
 
98024
- def items(self):
98026
+ def items(self) -> list[tuple[str, GenericType1]]:
98025
98027
  """Return the identifiers of collection members
98026
98028
  (matching Python's dict.items() functionality).
98027
98029
 
98030
+ :return:
98031
+ :rtype: list[tuple[str, GenericType1]]
98028
98032
  """
98029
98033
  ...
98030
98034
 
@@ -98066,13 +98070,11 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98066
98070
  """
98067
98071
  ...
98068
98072
 
98069
- def __delitem__(self, key: int | str) -> GenericType1:
98073
+ def __delitem__(self, key: int | str):
98070
98074
  """
98071
98075
 
98072
98076
  :param key:
98073
98077
  :type key: int | str
98074
- :return:
98075
- :rtype: GenericType1
98076
98078
  """
98077
98079
  ...
98078
98080
 
@@ -98380,30 +98382,28 @@ class bpy_struct(typing.Generic[GenericType1]):
98380
98382
  """
98381
98383
  ...
98382
98384
 
98383
- def __delitem__(self, key: int | str) -> typing.Any:
98385
+ def __delitem__(self, key: int | str):
98384
98386
  """
98385
98387
 
98386
98388
  :param key:
98387
98389
  :type key: int | str
98388
- :return:
98389
- :rtype: typing.Any
98390
98390
  """
98391
98391
  ...
98392
98392
 
98393
98393
  class bpy_prop_array(typing.Generic[GenericType1]):
98394
- def foreach_get(self, attr, seq):
98394
+ def foreach_get(self, seq: collections.abc.MutableSequence[GenericType1]):
98395
98395
  """
98396
98396
 
98397
- :param attr:
98398
98397
  :param seq:
98398
+ :type seq: collections.abc.MutableSequence[GenericType1]
98399
98399
  """
98400
98400
  ...
98401
98401
 
98402
- def foreach_set(self, attr, seq):
98402
+ def foreach_set(self, seq: typing.Sequence[GenericType1]):
98403
98403
  """
98404
98404
 
98405
- :param attr:
98406
98405
  :param seq:
98406
+ :type seq: typing.Sequence[GenericType1]
98407
98407
  """
98408
98408
  ...
98409
98409
 
@@ -98427,13 +98427,11 @@ class bpy_prop_array(typing.Generic[GenericType1]):
98427
98427
  """
98428
98428
  ...
98429
98429
 
98430
- def __delitem__(self, key: int | str) -> GenericType1:
98430
+ def __delitem__(self, key: int | str):
98431
98431
  """
98432
98432
 
98433
98433
  :param key:
98434
98434
  :type key: int | str
98435
- :return:
98436
- :rtype: GenericType1
98437
98435
  """
98438
98436
  ...
98439
98437
 
@@ -99027,16 +99025,16 @@ class ActionLayers(bpy_struct, bpy_prop_collection[ActionLayer]):
99027
99025
  class ActionPoseMarkers(bpy_struct, bpy_prop_collection[TimelineMarker]):
99028
99026
  """Collection of timeline markers"""
99029
99027
 
99030
- active: TimelineMarker
99028
+ active: TimelineMarker | None
99031
99029
  """ Active pose marker for this action
99032
99030
 
99033
- :type: TimelineMarker
99031
+ :type: TimelineMarker | None
99034
99032
  """
99035
99033
 
99036
- active_index: typing.Optional[int]
99034
+ active_index: int | None
99037
99035
  """ Index of active pose marker
99038
99036
 
99039
- :type: typing.Optional[int]
99037
+ :type: int | None
99040
99038
  """
99041
99039
 
99042
99040
  def new(self, name: str | typing.Any) -> TimelineMarker:
@@ -99769,10 +99767,10 @@ class AreaSpaces(bpy_struct, bpy_prop_collection[Space]):
99769
99767
  class ArmatureBones(bpy_struct, bpy_prop_collection[Bone]):
99770
99768
  """Collection of armature bones"""
99771
99769
 
99772
- active: Bone
99770
+ active: Bone | None
99773
99771
  """ Armature's active bone
99774
99772
 
99775
- :type: Bone
99773
+ :type: Bone | None
99776
99774
  """
99777
99775
 
99778
99776
  @classmethod
@@ -99849,10 +99847,10 @@ class ArmatureConstraintTargets(bpy_struct, bpy_prop_collection[ConstraintTarget
99849
99847
  class ArmatureEditBones(bpy_struct, bpy_prop_collection[EditBone]):
99850
99848
  """Collection of armature edit bones"""
99851
99849
 
99852
- active: EditBone
99850
+ active: EditBone | None
99853
99851
  """ Armatures active edit bone
99854
99852
 
99855
- :type: EditBone
99853
+ :type: EditBone | None
99856
99854
  """
99857
99855
 
99858
99856
  def new(self, name: str | typing.Any) -> EditBone:
@@ -100003,10 +100001,10 @@ class AssetLibraryReference(bpy_struct):
100003
100001
  class AssetMetaData(bpy_struct):
100004
100002
  """Additional data stored for an asset data-block"""
100005
100003
 
100006
- active_tag: typing.Optional[int]
100004
+ active_tag: int | None
100007
100005
  """ Index of the tag set for editing
100008
100006
 
100009
- :type: typing.Optional[int]
100007
+ :type: int | None
100010
100008
  """
100011
100009
 
100012
100010
  author: str
@@ -100455,22 +100453,22 @@ class Attribute(bpy_struct):
100455
100453
  class AttributeGroup(bpy_struct, bpy_prop_collection[Attribute]):
100456
100454
  """Group of geometry attributes"""
100457
100455
 
100458
- active: Attribute
100456
+ active: Attribute | None
100459
100457
  """ Active attribute
100460
100458
 
100461
- :type: Attribute
100459
+ :type: Attribute | None
100462
100460
  """
100463
100461
 
100464
- active_color: typing.Optional[Attribute]
100462
+ active_color: Attribute | None
100465
100463
  """ Active color attribute for display and editing
100466
100464
 
100467
- :type: typing.Optional[Attribute]
100465
+ :type: Attribute | None
100468
100466
  """
100469
100467
 
100470
- active_color_index: typing.Optional[int]
100468
+ active_color_index: int | None
100471
100469
  """ Active color attribute index
100472
100470
 
100473
- :type: typing.Optional[int]
100471
+ :type: int | None
100474
100472
  """
100475
100473
 
100476
100474
  active_color_name: str
@@ -100479,10 +100477,10 @@ class AttributeGroup(bpy_struct, bpy_prop_collection[Attribute]):
100479
100477
  :type: str
100480
100478
  """
100481
100479
 
100482
- active_index: typing.Optional[int]
100480
+ active_index: int | None
100483
100481
  """ Active attribute index
100484
100482
 
100485
- :type: typing.Optional[int]
100483
+ :type: int | None
100486
100484
  """
100487
100485
 
100488
100486
  default_color_name: str
@@ -103732,10 +103730,10 @@ class BoidSettings(bpy_struct):
103732
103730
  :type: BoidRule
103733
103731
  """
103734
103732
 
103735
- active_boid_state_index: typing.Optional[int]
103733
+ active_boid_state_index: int | None
103736
103734
  """
103737
103735
 
103738
- :type: typing.Optional[int]
103736
+ :type: int | None
103739
103737
  """
103740
103738
 
103741
103739
  aggression: float
@@ -103909,10 +103907,10 @@ class BoidState(bpy_struct):
103909
103907
  :type: BoidRule
103910
103908
  """
103911
103909
 
103912
- active_boid_rule_index: typing.Optional[int]
103910
+ active_boid_rule_index: int | None
103913
103911
  """
103914
103912
 
103915
- :type: typing.Optional[int]
103913
+ :type: int | None
103916
103914
  """
103917
103915
 
103918
103916
  falloff: float
@@ -104656,16 +104654,16 @@ class BoneCollectionMemberships(bpy_struct, bpy_prop_collection[BoneCollection])
104656
104654
  class BoneCollections(bpy_struct):
104657
104655
  """The Bone Collections of this Armature"""
104658
104656
 
104659
- active: BoneCollection
104657
+ active: BoneCollection | None
104660
104658
  """ Armature's active bone collection
104661
104659
 
104662
- :type: BoneCollection
104660
+ :type: BoneCollection | None
104663
104661
  """
104664
104662
 
104665
- active_index: typing.Optional[int]
104663
+ active_index: int | None
104666
104664
  """ The index of the Armature's active bone collection; -1 when there is no active collection. Note that this is indexing the underlying array of bone collections, which may not be in the order you expect. Root collections are listed first, and siblings are always sequential. Apart from that, bone collections can be in any order, and thus incrementing or decrementing this index can make the active bone collection jump around in unexpected ways. For a more predictable interface, use active or active_name
104667
104665
 
104668
- :type: typing.Optional[int]
104666
+ :type: int | None
104669
104667
  """
104670
104668
 
104671
104669
  active_name: str
@@ -105241,10 +105239,10 @@ class BrushCurvesSculptSettings(bpy_struct):
105241
105239
  class BrushGpencilSettings(bpy_struct):
105242
105240
  """Settings for grease pencil brush"""
105243
105241
 
105244
- active_smooth_factor: typing.Optional[float]
105242
+ active_smooth_factor: float | None
105245
105243
  """ Amount of smoothing while drawing
105246
105244
 
105247
- :type: typing.Optional[float]
105245
+ :type: float | None
105248
105246
  """
105249
105247
 
105250
105248
  angle: float
@@ -105895,10 +105893,10 @@ class CacheFileLayer(bpy_struct):
105895
105893
  class CacheFileLayers(bpy_struct, bpy_prop_collection[CacheFileLayer]):
105896
105894
  """Collection of cache layers"""
105897
105895
 
105898
- active: CacheFileLayer
105896
+ active: CacheFileLayer | None
105899
105897
  """ Active layer of the CacheFile
105900
105898
 
105901
- :type: CacheFileLayer
105899
+ :type: CacheFileLayer | None
105902
105900
  """
105903
105901
 
105904
105902
  def new(self, filepath: str | typing.Any) -> CacheFileLayer:
@@ -107863,10 +107861,10 @@ class ConsoleLine(bpy_struct):
107863
107861
  class Constraint(bpy_struct):
107864
107862
  """Constraint modifying the transformation of objects and bones"""
107865
107863
 
107866
- active: bool
107864
+ active: bool | None
107867
107865
  """ Constraint is the one being edited
107868
107866
 
107869
- :type: bool
107867
+ :type: bool | None
107870
107868
  """
107871
107869
 
107872
107870
  enabled: bool
@@ -108534,10 +108532,10 @@ class Context(bpy_struct):
108534
108532
  :type: Mask
108535
108533
  """
108536
108534
 
108537
- active_file: typing.Optional[FileSelectEntry]
108535
+ active_file: FileSelectEntry | None
108538
108536
  """
108539
108537
 
108540
- :type: typing.Optional[FileSelectEntry]
108538
+ :type: FileSelectEntry | None
108541
108539
  """
108542
108540
 
108543
108541
  selected_files: typing.Any
@@ -108568,10 +108566,10 @@ class Context(bpy_struct):
108568
108566
  """
108569
108567
 
108570
108568
  selected_nodes: typing.Any
108571
- active_node: typing.Optional[Node]
108569
+ active_node: Node | None
108572
108570
  """
108573
108571
 
108574
- :type: typing.Optional[Node]
108572
+ :type: Node | None
108575
108573
  """
108576
108574
 
108577
108575
  light: Light
@@ -108618,22 +108616,22 @@ class Context(bpy_struct):
108618
108616
  visible_pose_bones: typing.Any
108619
108617
  selected_pose_bones: typing.Any
108620
108618
  selected_pose_bones_from_active_object: typing.Any
108621
- active_bone: typing.Optional[EditBone]
108619
+ active_bone: EditBone | None
108622
108620
  """
108623
108621
 
108624
- :type: typing.Optional[EditBone]
108622
+ :type: EditBone | None
108625
108623
  """
108626
108624
 
108627
- active_pose_bone: typing.Optional[PoseBone]
108625
+ active_pose_bone: PoseBone | None
108628
108626
  """
108629
108627
 
108630
- :type: typing.Optional[PoseBone]
108628
+ :type: PoseBone | None
108631
108629
  """
108632
108630
 
108633
- active_object: typing.Optional[Object]
108631
+ active_object: Object | None
108634
108632
  """
108635
108633
 
108636
- :type: typing.Optional[Object]
108634
+ :type: Object | None
108637
108635
  """
108638
108636
 
108639
108637
  object: Object
@@ -108684,25 +108682,25 @@ class Context(bpy_struct):
108684
108682
  :type: Object
108685
108683
  """
108686
108684
 
108687
- active_sequence_strip: typing.Optional[Sequence]
108685
+ active_sequence_strip: Sequence | None
108688
108686
  """
108689
108687
 
108690
- :type: typing.Optional[Sequence]
108688
+ :type: Sequence | None
108691
108689
  """
108692
108690
 
108693
108691
  sequences: typing.Any
108694
108692
  selected_sequences: typing.Any
108695
108693
  selected_editable_sequences: typing.Any
108696
- active_nla_track: typing.Optional[NlaTrack]
108694
+ active_nla_track: NlaTrack | None
108697
108695
  """
108698
108696
 
108699
- :type: typing.Optional[NlaTrack]
108697
+ :type: NlaTrack | None
108700
108698
  """
108701
108699
 
108702
- active_nla_strip: typing.Optional[NlaStrip]
108700
+ active_nla_strip: NlaStrip | None
108703
108701
  """
108704
108702
 
108705
- :type: typing.Optional[NlaStrip]
108703
+ :type: NlaStrip | None
108706
108704
  """
108707
108705
 
108708
108706
  selected_nla_strips: typing.Any
@@ -108736,22 +108734,22 @@ class Context(bpy_struct):
108736
108734
  editable_gpencil_strokes: typing.Any
108737
108735
  active_gpencil_layer: typing.Any
108738
108736
  active_gpencil_frame: typing.Any
108739
- active_annotation_layer: typing.Optional[GPencilLayer]
108737
+ active_annotation_layer: GPencilLayer | None
108740
108738
  """
108741
108739
 
108742
- :type: typing.Optional[GPencilLayer]
108740
+ :type: GPencilLayer | None
108743
108741
  """
108744
108742
 
108745
- active_operator: typing.Optional[Operator]
108743
+ active_operator: Operator | None
108746
108744
  """
108747
108745
 
108748
- :type: typing.Optional[Operator]
108746
+ :type: Operator | None
108749
108747
  """
108750
108748
 
108751
- active_action: typing.Optional[Action]
108749
+ active_action: Action | None
108752
108750
  """
108753
108751
 
108754
- :type: typing.Optional[Action]
108752
+ :type: Action | None
108755
108753
  """
108756
108754
 
108757
108755
  selected_visible_actions: typing.Any
@@ -108760,10 +108758,10 @@ class Context(bpy_struct):
108760
108758
  editable_fcurves: typing.Any
108761
108759
  selected_visible_fcurves: typing.Any
108762
108760
  selected_editable_fcurves: typing.Any
108763
- active_editable_fcurve: typing.Optional[FCurve]
108761
+ active_editable_fcurve: FCurve | None
108764
108762
  """
108765
108763
 
108766
- :type: typing.Optional[FCurve]
108764
+ :type: FCurve | None
108767
108765
  """
108768
108766
 
108769
108767
  selected_editable_keyframes: typing.Any
@@ -108798,10 +108796,10 @@ Returns a tuple of the data-block, data path to the property, and array index.
108798
108796
  :type: Text
108799
108797
  """
108800
108798
 
108801
- active_object: typing.Optional[Object]
108799
+ active_object: Object | None
108802
108800
  """
108803
108801
 
108804
- :type: typing.Optional[Object]
108802
+ :type: Object | None
108805
108803
  """
108806
108804
 
108807
108805
  selected_ids: typing.Any
@@ -108850,7 +108848,11 @@ Returns a tuple of the data-block, data path to the property, and array index.
108850
108848
  ...
108851
108849
 
108852
108850
  def temp_override(
108853
- self, window: Window | None, area: Area | None, region: Region | None, keywords
108851
+ self,
108852
+ window: Window | None,
108853
+ area: Area | None,
108854
+ region: Region | None,
108855
+ **keywords,
108854
108856
  ):
108855
108857
  """Context manager to temporarily override members in the context.Overriding the context can be used to temporarily activate another window / area & region,
108856
108858
  as well as other members such as the active_object or bone.Notes:Overriding the context can be useful to set the context after loading files
@@ -109225,6 +109227,12 @@ class CurvePaintSettings(bpy_struct):
109225
109227
  :type: bool
109226
109228
  """
109227
109229
 
109230
+ use_project_only_selected: bool
109231
+ """ Project the strokes only onto selected objects
109232
+
109233
+ :type: bool
109234
+ """
109235
+
109228
109236
  use_stroke_endpoints: bool
109229
109237
  """ Use the start of the stroke for the depth
109230
109238
 
@@ -109543,10 +109551,10 @@ class CurveSlice(bpy_struct):
109543
109551
  class CurveSplines(bpy_struct, bpy_prop_collection[Spline]):
109544
109552
  """Collection of curve splines"""
109545
109553
 
109546
- active: Spline
109554
+ active: Spline | None
109547
109555
  """ Active curve spline
109548
109556
 
109549
- :type: Spline
109557
+ :type: Spline | None
109550
109558
  """
109551
109559
 
109552
109560
  def new(self, type: str | None) -> Spline:
@@ -111068,10 +111076,10 @@ class DynamicPaintSurfaces(bpy_struct, bpy_prop_collection[DynamicPaintSurface])
111068
111076
  :type: DynamicPaintSurface
111069
111077
  """
111070
111078
 
111071
- active_index: typing.Optional[int]
111079
+ active_index: int | None
111072
111080
  """
111073
111081
 
111074
- :type: typing.Optional[int]
111082
+ :type: int | None
111075
111083
  """
111076
111084
 
111077
111085
  @classmethod
@@ -111514,6 +111522,7 @@ Utility function for (tail - head)(readonly)"""
111514
111522
  def transform(
111515
111523
  self,
111516
111524
  matrix: typing.Sequence[float] | mathutils.Matrix | None,
111525
+ *,
111517
111526
  scale: bool | None = True,
111518
111527
  roll: bool | None = True,
111519
111528
  ):
@@ -112236,10 +112245,10 @@ class FCurveKeyframePoints(bpy_struct, bpy_prop_collection[Keyframe]):
112236
112245
  class FCurveModifiers(bpy_struct, bpy_prop_collection[FModifier]):
112237
112246
  """Collection of F-Curve Modifiers"""
112238
112247
 
112239
- active: FModifier
112248
+ active: FModifier | None
112240
112249
  """ Active F-Curve Modifier
112241
112250
 
112242
- :type: FModifier
112251
+ :type: FModifier | None
112243
112252
  """
112244
112253
 
112245
112254
  def new(self, type: str | None) -> FModifier:
@@ -112473,10 +112482,10 @@ class FFmpegSettings(bpy_struct):
112473
112482
  class FModifier(bpy_struct):
112474
112483
  """Modifier for values of F-Curve"""
112475
112484
 
112476
- active: bool
112485
+ active: bool | None
112477
112486
  """ F-Curve modifier will show settings in the editor
112478
112487
 
112479
- :type: bool
112488
+ :type: bool | None
112480
112489
  """
112481
112490
 
112482
112491
  blend_in: float
@@ -117500,6 +117509,7 @@ class Gizmo(bpy_struct):
117500
117509
  def draw_custom_shape(
117501
117510
  self,
117502
117511
  shape,
117512
+ *,
117503
117513
  matrix: typing.Sequence[float] | mathutils.Matrix | None = None,
117504
117514
  select_id=None,
117505
117515
  ):
@@ -118329,10 +118339,10 @@ class GreasePencilLayerMask(bpy_struct):
118329
118339
  class GreasePencilLayerMasks(bpy_struct, bpy_prop_collection[GreasePencilLayerMask]):
118330
118340
  """Collection of grease pencil masking layers"""
118331
118341
 
118332
- active_mask_index: typing.Optional[int]
118342
+ active_mask_index: int | None
118333
118343
  """ Active index in layer mask array
118334
118344
 
118335
- :type: typing.Optional[int]
118345
+ :type: int | None
118336
118346
  """
118337
118347
 
118338
118348
  @classmethod
@@ -118362,22 +118372,22 @@ class GreasePencilLayerMasks(bpy_struct, bpy_prop_collection[GreasePencilLayerMa
118362
118372
  class GreasePencilLayers(bpy_struct, bpy_prop_collection[GPencilLayer]):
118363
118373
  """Collection of grease pencil layers"""
118364
118374
 
118365
- active: GPencilLayer
118375
+ active: GPencilLayer | None
118366
118376
  """ Active grease pencil layer
118367
118377
 
118368
- :type: GPencilLayer
118378
+ :type: GPencilLayer | None
118369
118379
  """
118370
118380
 
118371
- active_index: typing.Optional[int]
118381
+ active_index: int | None
118372
118382
  """ Index of active grease pencil layer
118373
118383
 
118374
- :type: typing.Optional[int]
118384
+ :type: int | None
118375
118385
  """
118376
118386
 
118377
- active_note: typing.Optional[str]
118387
+ active_note: str | None
118378
118388
  """ Note/Layer to add annotation strokes to
118379
118389
 
118380
- :type: typing.Optional[str]
118390
+ :type: str | None
118381
118391
  """
118382
118392
 
118383
118393
  def new(
@@ -118439,10 +118449,10 @@ class GreasePencilLayers(bpy_struct, bpy_prop_collection[GPencilLayer]):
118439
118449
  class GreasePencilMaskLayers(bpy_struct, bpy_prop_collection[GPencilLayerMask]):
118440
118450
  """Collection of grease pencil masking layers"""
118441
118451
 
118442
- active_mask_index: typing.Optional[int]
118452
+ active_mask_index: int | None
118443
118453
  """ Active index in layer mask array
118444
118454
 
118445
- :type: typing.Optional[int]
118455
+ :type: int | None
118446
118456
  """
118447
118457
 
118448
118458
  def add(self, layer: GPencilLayer):
@@ -118545,10 +118555,10 @@ class GreasePencilTimeModifierSegment(bpy_struct):
118545
118555
  class GreasePencilv3LayerGroup(bpy_struct, bpy_prop_collection[GreasePencilLayerGroup]):
118546
118556
  """Collection of Grease Pencil layers"""
118547
118557
 
118548
- active_group: typing.Optional[GreasePencilLayerGroup]
118558
+ active_group: GreasePencilLayerGroup | None
118549
118559
  """ Active Grease Pencil layer group
118550
118560
 
118551
- :type: typing.Optional[GreasePencilLayerGroup]
118561
+ :type: GreasePencilLayerGroup | None
118552
118562
  """
118553
118563
 
118554
118564
  def new(
@@ -118646,10 +118656,10 @@ class GreasePencilv3LayerGroup(bpy_struct, bpy_prop_collection[GreasePencilLayer
118646
118656
  class GreasePencilv3Layers(bpy_struct, bpy_prop_collection[GreasePencilLayer]):
118647
118657
  """Collection of Grease Pencil layers"""
118648
118658
 
118649
- active_layer: typing.Optional[GreasePencilLayer]
118659
+ active_layer: GreasePencilLayer | None
118650
118660
  """ Active Grease Pencil layer
118651
118661
 
118652
- :type: typing.Optional[GreasePencilLayer]
118662
+ :type: GreasePencilLayer | None
118653
118663
  """
118654
118664
 
118655
118665
  def new(
@@ -120162,10 +120172,10 @@ class KeyConfigPreferences(bpy_struct):
120162
120172
  class KeyConfigurations(bpy_struct, bpy_prop_collection[KeyConfig]):
120163
120173
  """Collection of KeyConfigs"""
120164
120174
 
120165
- active: KeyConfig
120175
+ active: KeyConfig | None
120166
120176
  """ Active key configuration (preset)
120167
120177
 
120168
- :type: KeyConfig
120178
+ :type: KeyConfig | None
120169
120179
  """
120170
120180
 
120171
120181
  addon: KeyConfig
@@ -120372,10 +120382,10 @@ class KeyMap(bpy_struct):
120372
120382
  class KeyMapItem(bpy_struct):
120373
120383
  """Item in a Key Map"""
120374
120384
 
120375
- active: bool
120385
+ active: bool | None
120376
120386
  """ Activate or deactivate item
120377
120387
 
120378
- :type: bool
120388
+ :type: bool | None
120379
120389
  """
120380
120390
 
120381
120391
  alt: int
@@ -121217,16 +121227,16 @@ class KeyingSetPath(bpy_struct):
121217
121227
  class KeyingSetPaths(bpy_struct, bpy_prop_collection[KeyingSetPath]):
121218
121228
  """Collection of keying set paths"""
121219
121229
 
121220
- active: KeyingSetPath
121230
+ active: KeyingSetPath | None
121221
121231
  """ Active Keying Set used to insert/delete keyframes
121222
121232
 
121223
- :type: KeyingSetPath
121233
+ :type: KeyingSetPath | None
121224
121234
  """
121225
121235
 
121226
- active_index: typing.Optional[int]
121236
+ active_index: int | None
121227
121237
  """ Current Keying Set index
121228
121238
 
121229
- :type: typing.Optional[int]
121239
+ :type: int | None
121230
121240
  """
121231
121241
 
121232
121242
  def add(
@@ -121293,16 +121303,16 @@ class KeyingSetPaths(bpy_struct, bpy_prop_collection[KeyingSetPath]):
121293
121303
  class KeyingSets(bpy_struct, bpy_prop_collection[KeyingSet]):
121294
121304
  """Scene keying sets"""
121295
121305
 
121296
- active: KeyingSet
121306
+ active: KeyingSet | None
121297
121307
  """ Active Keying Set used to insert/delete keyframes
121298
121308
 
121299
- :type: KeyingSet
121309
+ :type: KeyingSet | None
121300
121310
  """
121301
121311
 
121302
- active_index: typing.Optional[int]
121312
+ active_index: int | None
121303
121313
  """ Current Keying Set index (negative for 'builtin' and positive for 'absolute')
121304
121314
 
121305
- :type: typing.Optional[int]
121315
+ :type: int | None
121306
121316
  """
121307
121317
 
121308
121318
  def new(
@@ -121348,16 +121358,16 @@ class KeyingSets(bpy_struct, bpy_prop_collection[KeyingSet]):
121348
121358
  class KeyingSetsAll(bpy_struct, bpy_prop_collection[KeyingSet]):
121349
121359
  """All available keying sets"""
121350
121360
 
121351
- active: KeyingSet
121361
+ active: KeyingSet | None
121352
121362
  """ Active Keying Set used to insert/delete keyframes
121353
121363
 
121354
- :type: KeyingSet
121364
+ :type: KeyingSet | None
121355
121365
  """
121356
121366
 
121357
- active_index: typing.Optional[int]
121367
+ active_index: int | None
121358
121368
  """ Current Keying Set index (negative for 'builtin' and positive for 'absolute')
121359
121369
 
121360
- :type: typing.Optional[int]
121370
+ :type: int | None
121361
121371
  """
121362
121372
 
121363
121373
  @classmethod
@@ -121545,10 +121555,10 @@ class LayerCollection(bpy_struct):
121545
121555
  class LayerObjects(bpy_struct, bpy_prop_collection[Object]):
121546
121556
  """Collections of objects"""
121547
121557
 
121548
- active: Object
121558
+ active: Object | None
121549
121559
  """ Active object for this layer
121550
121560
 
121551
- :type: Object
121561
+ :type: Object | None
121552
121562
  """
121553
121563
 
121554
121564
  selected: bpy_prop_collection[Object]
@@ -122007,10 +122017,10 @@ class Linesets(bpy_struct, bpy_prop_collection[FreestyleLineSet]):
122007
122017
  :type: FreestyleLineSet
122008
122018
  """
122009
122019
 
122010
- active_index: typing.Optional[int]
122020
+ active_index: int | None
122011
122021
  """ Index of active line set slot
122012
122022
 
122013
- :type: typing.Optional[int]
122023
+ :type: int | None
122014
122024
  """
122015
122025
 
122016
122026
  def new(self, name: str | typing.Any) -> FreestyleLineSet:
@@ -122058,16 +122068,16 @@ class Linesets(bpy_struct, bpy_prop_collection[FreestyleLineSet]):
122058
122068
  class LoopColors(bpy_struct, bpy_prop_collection[MeshLoopColorLayer]):
122059
122069
  """Collection of vertex colors"""
122060
122070
 
122061
- active: MeshLoopColorLayer
122071
+ active: MeshLoopColorLayer | None
122062
122072
  """ Active vertex color layer
122063
122073
 
122064
- :type: MeshLoopColorLayer
122074
+ :type: MeshLoopColorLayer | None
122065
122075
  """
122066
122076
 
122067
- active_index: typing.Optional[int]
122077
+ active_index: int | None
122068
122078
  """ Active vertex color index
122069
122079
 
122070
- :type: typing.Optional[int]
122080
+ :type: int | None
122071
122081
  """
122072
122082
 
122073
122083
  def new(
@@ -122330,10 +122340,10 @@ class MaskLayer(bpy_struct):
122330
122340
  class MaskLayers(bpy_struct, bpy_prop_collection[MaskLayer]):
122331
122341
  """Collection of layers used by mask"""
122332
122342
 
122333
- active: MaskLayer
122343
+ active: MaskLayer | None
122334
122344
  """ Active layer in this mask
122335
122345
 
122336
- :type: MaskLayer
122346
+ :type: MaskLayer | None
122337
122347
  """
122338
122348
 
122339
122349
  def new(self, name: str | typing.Any = "") -> MaskLayer:
@@ -122680,16 +122690,16 @@ class MaskSplinePoints(bpy_struct, bpy_prop_collection[MaskSplinePoint]):
122680
122690
  class MaskSplines(bpy_struct, bpy_prop_collection[MaskSpline]):
122681
122691
  """Collection of masking splines"""
122682
122692
 
122683
- active: MaskSpline
122693
+ active: MaskSpline | None
122684
122694
  """ Active spline of masking layer
122685
122695
 
122686
- :type: MaskSpline
122696
+ :type: MaskSpline | None
122687
122697
  """
122688
122698
 
122689
- active_point: typing.Optional[MaskSplinePoint]
122699
+ active_point: MaskSplinePoint | None
122690
122700
  """ Active point of masking layer
122691
122701
 
122692
- :type: typing.Optional[MaskSplinePoint]
122702
+ :type: MaskSplinePoint | None
122693
122703
  """
122694
122704
 
122695
122705
  def new(self) -> MaskSpline:
@@ -123123,6 +123133,7 @@ class Menu(bpy_struct):
123123
123133
  self,
123124
123134
  searchpaths: list[str] | None,
123125
123135
  operator: str | None,
123136
+ *,
123126
123137
  props_default: dict | None = None,
123127
123138
  prop_filepath: str | None = "filepath",
123128
123139
  filter_ext: typing.Callable | None = None,
@@ -123419,16 +123430,16 @@ class MeshLoopColor(bpy_struct):
123419
123430
  class MeshLoopColorLayer(bpy_struct):
123420
123431
  """Layer of vertex colors in a Mesh data-block"""
123421
123432
 
123422
- active: bool
123433
+ active: bool | None
123423
123434
  """ Sets the layer as active for display and editing
123424
123435
 
123425
- :type: bool
123436
+ :type: bool | None
123426
123437
  """
123427
123438
 
123428
- active_render: typing.Optional[bool]
123439
+ active_render: bool | None
123429
123440
  """ Sets the layer as active for rendering
123430
123441
 
123431
- :type: typing.Optional[bool]
123442
+ :type: bool | None
123432
123443
  """
123433
123444
 
123434
123445
  data: bpy_prop_collection[MeshLoopColor]
@@ -123765,10 +123776,10 @@ class MeshPolygon(bpy_struct):
123765
123776
  class MeshPolygons(bpy_struct, bpy_prop_collection[MeshPolygon]):
123766
123777
  """Collection of mesh polygons"""
123767
123778
 
123768
- active: int
123779
+ active: int | None
123769
123780
  """ The active face for this mesh
123770
123781
 
123771
- :type: int
123782
+ :type: int | None
123772
123783
  """
123773
123784
 
123774
123785
  def add(self, count: int | None):
@@ -124030,22 +124041,22 @@ class MeshUVLoop(bpy_struct):
124030
124041
  ...
124031
124042
 
124032
124043
  class MeshUVLoopLayer(bpy_struct):
124033
- active: bool
124044
+ active: bool | None
124034
124045
  """ Set the map as active for display and editing
124035
124046
 
124036
- :type: bool
124047
+ :type: bool | None
124037
124048
  """
124038
124049
 
124039
- active_clone: typing.Optional[bool]
124050
+ active_clone: bool | None
124040
124051
  """ Set the map as active for cloning
124041
124052
 
124042
- :type: typing.Optional[bool]
124053
+ :type: bool | None
124043
124054
  """
124044
124055
 
124045
- active_render: typing.Optional[bool]
124056
+ active_render: bool | None
124046
124057
  """ Set the UV map as active for rendering
124047
124058
 
124048
- :type: typing.Optional[bool]
124059
+ :type: bool | None
124049
124060
  """
124050
124061
 
124051
124062
  data: bpy_prop_collection[MeshUVLoop]
@@ -124827,10 +124838,10 @@ class MovieReconstructedCamera(bpy_struct):
124827
124838
  class MovieTracking(bpy_struct):
124828
124839
  """Match-moving data for tracking"""
124829
124840
 
124830
- active_object_index: typing.Optional[int]
124841
+ active_object_index: int | None
124831
124842
  """ Index of active object
124832
124843
 
124833
- :type: typing.Optional[int]
124844
+ :type: int | None
124834
124845
  """
124835
124846
 
124836
124847
  camera: MovieTrackingCamera
@@ -125331,10 +125342,10 @@ class MovieTrackingObjectPlaneTracks(
125331
125342
  ):
125332
125343
  """Collection of tracking plane tracks"""
125333
125344
 
125334
- active: MovieTrackingTrack
125345
+ active: MovieTrackingTrack | None
125335
125346
  """ Active track in this tracking data object
125336
125347
 
125337
- :type: MovieTrackingTrack
125348
+ :type: MovieTrackingTrack | None
125338
125349
  """
125339
125350
 
125340
125351
  @classmethod
@@ -125364,10 +125375,10 @@ class MovieTrackingObjectPlaneTracks(
125364
125375
  class MovieTrackingObjectTracks(bpy_struct, bpy_prop_collection[MovieTrackingTrack]):
125365
125376
  """Collection of movie tracking tracks"""
125366
125377
 
125367
- active: MovieTrackingTrack
125378
+ active: MovieTrackingTrack | None
125368
125379
  """ Active track in this tracking data object
125369
125380
 
125370
- :type: MovieTrackingTrack
125381
+ :type: MovieTrackingTrack | None
125371
125382
  """
125372
125383
 
125373
125384
  def new(
@@ -125411,10 +125422,10 @@ class MovieTrackingObjectTracks(bpy_struct, bpy_prop_collection[MovieTrackingTra
125411
125422
  class MovieTrackingObjects(bpy_struct, bpy_prop_collection[MovieTrackingObject]):
125412
125423
  """Collection of movie tracking objects"""
125413
125424
 
125414
- active: MovieTrackingObject
125425
+ active: MovieTrackingObject | None
125415
125426
  """ Active object in this tracking data object
125416
125427
 
125417
- :type: MovieTrackingObject
125428
+ :type: MovieTrackingObject | None
125418
125429
  """
125419
125430
 
125420
125431
  def new(self, name: str | typing.Any) -> MovieTrackingObject:
@@ -125635,10 +125646,10 @@ class MovieTrackingPlaneTracks(
125635
125646
  ):
125636
125647
  """Collection of movie tracking plane tracks"""
125637
125648
 
125638
- active: MovieTrackingPlaneTrack
125649
+ active: MovieTrackingPlaneTrack | None
125639
125650
  """ Active plane track in this tracking data object. Deprecated, use objects[name].plane_tracks.active
125640
125651
 
125641
- :type: MovieTrackingPlaneTrack
125652
+ :type: MovieTrackingPlaneTrack | None
125642
125653
  """
125643
125654
 
125644
125655
  @classmethod
@@ -125956,16 +125967,16 @@ class MovieTrackingSettings(bpy_struct):
125956
125967
  class MovieTrackingStabilization(bpy_struct):
125957
125968
  """2D stabilization based on tracking markers"""
125958
125969
 
125959
- active_rotation_track_index: typing.Optional[int]
125970
+ active_rotation_track_index: int | None
125960
125971
  """ Index of active track in rotation stabilization tracks list
125961
125972
 
125962
- :type: typing.Optional[int]
125973
+ :type: int | None
125963
125974
  """
125964
125975
 
125965
- active_track_index: typing.Optional[int]
125976
+ active_track_index: int | None
125966
125977
  """ Index of active track in translation stabilization tracks list
125967
125978
 
125968
- :type: typing.Optional[int]
125979
+ :type: int | None
125969
125980
  """
125970
125981
 
125971
125982
  anchor_frame: int
@@ -126298,10 +126309,10 @@ class MovieTrackingTrack(bpy_struct):
126298
126309
  class MovieTrackingTracks(bpy_struct, bpy_prop_collection[MovieTrackingTrack]):
126299
126310
  """Collection of movie tracking tracks"""
126300
126311
 
126301
- active: MovieTrackingTrack
126312
+ active: MovieTrackingTrack | None
126302
126313
  """ Active track in this tracking data object. Deprecated, use objects[name].tracks.active
126303
126314
 
126304
- :type: MovieTrackingTrack
126315
+ :type: MovieTrackingTrack | None
126305
126316
  """
126306
126317
 
126307
126318
  def new(
@@ -126723,10 +126734,10 @@ class NlaTrack(bpy_struct):
126723
126734
  class NlaTracks(bpy_struct, bpy_prop_collection[NlaTrack]):
126724
126735
  """Collection of NLA Tracks"""
126725
126736
 
126726
- active: NlaTrack
126737
+ active: NlaTrack | None
126727
126738
  """ Active NLA Track
126728
126739
 
126729
- :type: NlaTrack
126740
+ :type: NlaTrack | None
126730
126741
  """
126731
126742
 
126732
126743
  def new(self, prev: NlaTrack | None = None) -> NlaTrack:
@@ -128096,16 +128107,16 @@ class NodeSocket(bpy_struct):
128096
128107
  class NodeTreeInterface(bpy_struct):
128097
128108
  """Declaration of sockets and ui panels of a node group"""
128098
128109
 
128099
- active: NodeTreeInterfaceItem
128110
+ active: NodeTreeInterfaceItem | None
128100
128111
  """ Active item
128101
128112
 
128102
- :type: NodeTreeInterfaceItem
128113
+ :type: NodeTreeInterfaceItem | None
128103
128114
  """
128104
128115
 
128105
- active_index: typing.Optional[int]
128116
+ active_index: int | None
128106
128117
  """ Index of the active item
128107
128118
 
128108
- :type: typing.Optional[int]
128119
+ :type: int | None
128109
128120
  """
128110
128121
 
128111
128122
  items_tree: bpy_prop_collection[NodeTreeInterfaceItem]
@@ -128330,10 +128341,10 @@ class NodeTreePath(bpy_struct):
128330
128341
  class Nodes(bpy_struct, bpy_prop_collection[Node]):
128331
128342
  """Collection of Nodes"""
128332
128343
 
128333
- active: Node
128344
+ active: Node | None
128334
128345
  """ Active node in this tree
128335
128346
 
128336
- :type: Node
128347
+ :type: Node | None
128337
128348
  """
128338
128349
 
128339
128350
  def new(self, type: str | typing.Any) -> Node:
@@ -128466,10 +128477,10 @@ class NodesModifierBakeDataBlocks(
128466
128477
  ):
128467
128478
  """Collection of data-blocks that can be referenced by baked data"""
128468
128479
 
128469
- active_index: typing.Optional[int]
128480
+ active_index: int | None
128470
128481
  """
128471
128482
 
128472
- :type: typing.Optional[int]
128483
+ :type: int | None
128473
128484
  """
128474
128485
 
128475
128486
  @classmethod
@@ -128678,10 +128689,10 @@ class ObjectBase(bpy_struct):
128678
128689
  class ObjectConstraints(bpy_struct, bpy_prop_collection[Constraint]):
128679
128690
  """Collection of object constraints"""
128680
128691
 
128681
- active: Constraint
128692
+ active: Constraint | None
128682
128693
  """ Active Object constraint
128683
128694
 
128684
- :type: Constraint
128695
+ :type: Constraint | None
128685
128696
  """
128686
128697
 
128687
128698
  def new(self, type: str | None) -> Constraint:
@@ -128931,10 +128942,10 @@ class ObjectLineArt(bpy_struct):
128931
128942
  class ObjectModifiers(bpy_struct, bpy_prop_collection[Modifier]):
128932
128943
  """Collection of object modifiers"""
128933
128944
 
128934
- active: Modifier
128945
+ active: Modifier | None
128935
128946
  """ The active modifier in the list
128936
128947
 
128937
- :type: Modifier
128948
+ :type: Modifier | None
128938
128949
  """
128939
128950
 
128940
128951
  def new(self, name: str | typing.Any, type: str | None) -> Modifier:
@@ -129234,7 +129245,7 @@ expanding an operator into a menu.
129234
129245
  """
129235
129246
  ...
129236
129247
 
129237
- def as_keywords(self, ignore=()):
129248
+ def as_keywords(self, *, ignore=()):
129238
129249
  """Return a copy of the properties as a dictionary
129239
129250
 
129240
129251
  :param ignore:
@@ -129266,7 +129277,7 @@ expanding an operator into a menu.
129266
129277
  ...
129267
129278
 
129268
129279
  @classmethod
129269
- def poll_message_set(cls, message: str | None, args):
129280
+ def poll_message_set(cls, message: str | None, *args):
129270
129281
  """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function.
129271
129282
 
129272
129283
  :param message: The message or a function that returns the message.
@@ -129674,10 +129685,10 @@ class PaletteColor(bpy_struct):
129674
129685
  class PaletteColors(bpy_struct, bpy_prop_collection[PaletteColor]):
129675
129686
  """Collection of palette colors"""
129676
129687
 
129677
- active: PaletteColor
129688
+ active: PaletteColor | None
129678
129689
  """
129679
129690
 
129680
- :type: PaletteColor
129691
+ :type: PaletteColor | None
129681
129692
  """
129682
129693
 
129683
129694
  def new(self) -> PaletteColor:
@@ -130509,10 +130520,10 @@ class ParticleSystem(bpy_struct):
130509
130520
  :type: ParticleTarget
130510
130521
  """
130511
130522
 
130512
- active_particle_target_index: typing.Optional[int]
130523
+ active_particle_target_index: int | None
130513
130524
  """
130514
130525
 
130515
- :type: typing.Optional[int]
130526
+ :type: int | None
130516
130527
  """
130517
130528
 
130518
130529
  child_particles: bpy_prop_collection[ChildParticle]
@@ -130881,10 +130892,10 @@ class ParticleSystems(bpy_struct, bpy_prop_collection[ParticleSystem]):
130881
130892
  :type: ParticleSystem
130882
130893
  """
130883
130894
 
130884
- active_index: typing.Optional[int]
130895
+ active_index: int | None
130885
130896
  """ Index of active particle system slot
130886
130897
 
130887
- :type: typing.Optional[int]
130898
+ :type: int | None
130888
130899
  """
130889
130900
 
130890
130901
  @classmethod
@@ -131352,10 +131363,10 @@ class PointCacheItem(bpy_struct):
131352
131363
  class PointCaches(bpy_struct, bpy_prop_collection[PointCacheItem]):
131353
131364
  """Collection of point caches"""
131354
131365
 
131355
- active_index: typing.Optional[int]
131366
+ active_index: int | None
131356
131367
  """
131357
131368
 
131358
- :type: typing.Optional[int]
131369
+ :type: int | None
131359
131370
  """
131360
131371
 
131361
131372
  @classmethod
@@ -132057,10 +132068,10 @@ Utility function for (tail - head)(readonly)"""
132057
132068
  class PoseBoneConstraints(bpy_struct, bpy_prop_collection[Constraint]):
132058
132069
  """Collection of pose bone constraints"""
132059
132070
 
132060
- active: Constraint
132071
+ active: Constraint | None
132061
132072
  """ Active PoseChannel constraint
132062
132073
 
132063
- :type: Constraint
132074
+ :type: Constraint | None
132064
132075
  """
132065
132076
 
132066
132077
  def new(self, type: str | None) -> Constraint:
@@ -132128,10 +132139,10 @@ class PoseBoneConstraints(bpy_struct, bpy_prop_collection[Constraint]):
132128
132139
  class Preferences(bpy_struct):
132129
132140
  """Global preferences"""
132130
132141
 
132131
- active_section: typing.Optional[str]
132142
+ active_section: str | None
132132
132143
  """ Active section of the preferences shown in the user interface
132133
132144
 
132134
- :type: typing.Optional[str]
132145
+ :type: str | None
132135
132146
  """
132136
132147
 
132137
132148
  addons: Addons
@@ -132820,10 +132831,10 @@ class PreferencesExperimental(bpy_struct):
132820
132831
  class PreferencesExtensions(bpy_struct):
132821
132832
  """Settings for extensions"""
132822
132833
 
132823
- active_repo: typing.Optional[int]
132834
+ active_repo: int | None
132824
132835
  """ Index of the extensions repository being edited in the Preferences UI
132825
132836
 
132826
- :type: typing.Optional[int]
132837
+ :type: int | None
132827
132838
  """
132828
132839
 
132829
132840
  repos: UserExtensionRepoCollection
@@ -132865,10 +132876,10 @@ class PreferencesExtensions(bpy_struct):
132865
132876
  class PreferencesFilePaths(bpy_struct):
132866
132877
  """Default paths for external files"""
132867
132878
 
132868
- active_asset_library: typing.Optional[int]
132879
+ active_asset_library: int | None
132869
132880
  """ Index of the asset library being edited in the Preferences UI
132870
132881
 
132871
- :type: typing.Optional[int]
132882
+ :type: int | None
132872
132883
  """
132873
132884
 
132874
132885
  animation_player: str
@@ -134592,7 +134603,7 @@ class RaytraceEEVEE(bpy_struct):
134592
134603
  """
134593
134604
 
134594
134605
  trace_max_roughness: float
134595
- """ Maximum roughness to use the tracing pipeline for. Higher roughness surfaces will use horizon scan. A value of 1 will disable horizon scan
134606
+ """ Maximum roughness to use the tracing pipeline for. Higher roughness surfaces will use fast GI approximation. A value of 1 will disable fast GI approximation
134596
134607
 
134597
134608
  :type: float
134598
134609
  """
@@ -134661,10 +134672,10 @@ class ReadOnlyInteger(bpy_struct):
134661
134672
  class Region(bpy_struct):
134662
134673
  """Region in a subdivided screen area"""
134663
134674
 
134664
- active_panel_category: typing.Optional[str]
134675
+ active_panel_category: str | None
134665
134676
  """ The current active panel category, may be Null if the region does not support this feature (NOTE: these categories are generated at runtime, so list may be empty at initialization, before any drawing took place)
134666
134677
 
134667
- :type: typing.Optional[str]
134678
+ :type: str | None
134668
134679
  """
134669
134680
 
134670
134681
  alignment: str
@@ -136611,16 +136622,16 @@ class RenderSlot(bpy_struct):
136611
136622
  class RenderSlots(bpy_struct, bpy_prop_collection[RenderSlot]):
136612
136623
  """Collection of render layers"""
136613
136624
 
136614
- active: RenderSlot
136625
+ active: RenderSlot | None
136615
136626
  """ Active render slot of the image
136616
136627
 
136617
- :type: RenderSlot
136628
+ :type: RenderSlot | None
136618
136629
  """
136619
136630
 
136620
- active_index: typing.Optional[int]
136631
+ active_index: int | None
136621
136632
  """ Active render slot of the image
136622
136633
 
136623
- :type: typing.Optional[int]
136634
+ :type: int | None
136624
136635
  """
136625
136636
 
136626
136637
  def new(self, name: str | typing.Any = "") -> RenderSlot:
@@ -136697,10 +136708,10 @@ class RenderViews(bpy_struct, bpy_prop_collection[SceneRenderView]):
136697
136708
  :type: SceneRenderView
136698
136709
  """
136699
136710
 
136700
- active_index: typing.Optional[int]
136711
+ active_index: int | None
136701
136712
  """ Active index in render view array
136702
136713
 
136703
- :type: typing.Optional[int]
136714
+ :type: int | None
136704
136715
  """
136705
136716
 
136706
136717
  def new(self, name: str | typing.Any) -> SceneRenderView:
@@ -137766,6 +137777,30 @@ class SceneEEVEE(bpy_struct):
137766
137777
  :type: float
137767
137778
  """
137768
137779
 
137780
+ fast_gi_distance: float
137781
+ """ If non-zero, the maximum distance at which other surfaces will contribute to the fast GI approximation
137782
+
137783
+ :type: float
137784
+ """
137785
+
137786
+ fast_gi_method: str
137787
+ """ Fast GI approximation method
137788
+
137789
+ :type: str
137790
+ """
137791
+
137792
+ fast_gi_ray_count: int
137793
+ """ Amount of GI ray to trace for each pixel
137794
+
137795
+ :type: int
137796
+ """
137797
+
137798
+ fast_gi_step_count: int
137799
+ """ Amount of screen sample per GI ray
137800
+
137801
+ :type: int
137802
+ """
137803
+
137769
137804
  gi_auto_bake: bool
137770
137805
  """ Auto bake indirect lighting when editing probes
137771
137806
 
@@ -138899,10 +138934,10 @@ class SequenceCrop(bpy_struct):
138899
138934
  class SequenceEditor(bpy_struct):
138900
138935
  """Sequence editing data for a Scene data-block"""
138901
138936
 
138902
- active_strip: typing.Optional[Sequence]
138937
+ active_strip: Sequence | None
138903
138938
  """ Sequencer's active strip
138904
138939
 
138905
- :type: typing.Optional[Sequence]
138940
+ :type: Sequence | None
138906
138941
  """
138907
138942
 
138908
138943
  channels: bpy_prop_collection[SequenceTimelineChannel]
@@ -142759,10 +142794,10 @@ class ThemeAssetShelf(bpy_struct):
142759
142794
  class ThemeBoneColorSet(bpy_struct):
142760
142795
  """Theme settings for bone color sets"""
142761
142796
 
142762
- active: list[float] | tuple[float, float, float] | mathutils.Color
142797
+ active: list[float] | tuple[float, float, float] | mathutils.Color | None
142763
142798
  """ Color used for active bones
142764
142799
 
142765
- :type: list[float] | tuple[float, float, float] | mathutils.Color
142800
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
142766
142801
  """
142767
142802
 
142768
142803
  normal: list[float] | tuple[float, float, float] | mathutils.Color
@@ -142810,12 +142845,10 @@ class ThemeBoneColorSet(bpy_struct):
142810
142845
  class ThemeClipEditor(bpy_struct):
142811
142846
  """Theme settings for the Movie Clip Editor"""
142812
142847
 
142813
- active_marker: typing.Optional[
142814
- list[float] | tuple[float, float, float] | mathutils.Color
142815
- ]
142848
+ active_marker: list[float] | tuple[float, float, float] | mathutils.Color | None
142816
142849
  """ Color of active marker
142817
142850
 
142818
- :type: typing.Optional[list[float] | tuple[float, float, float] | mathutils.Color]
142851
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
142819
142852
  """
142820
142853
 
142821
142854
  disabled_marker: list[float] | tuple[float, float, float] | mathutils.Color
@@ -143133,10 +143166,10 @@ class ThemeConsole(bpy_struct):
143133
143166
  class ThemeDopeSheet(bpy_struct):
143134
143167
  """Theme settings for the Dope Sheet"""
143135
143168
 
143136
- active_channels_group: typing.Optional[bpy_prop_array[float]]
143169
+ active_channels_group: bpy_prop_array[float] | None
143137
143170
  """
143138
143171
 
143139
- :type: typing.Optional[bpy_prop_array[float]]
143172
+ :type: bpy_prop_array[float] | None
143140
143173
  """
143141
143174
 
143142
143175
  channel_group: bpy_prop_array[float]
@@ -143543,12 +143576,12 @@ class ThemeGradientColors(bpy_struct):
143543
143576
  class ThemeGraphEditor(bpy_struct):
143544
143577
  """Theme settings for the graph editor"""
143545
143578
 
143546
- active_channels_group: typing.Optional[
143547
- list[float] | tuple[float, float, float] | mathutils.Color
143548
- ]
143579
+ active_channels_group: list[float] | tuple[
143580
+ float, float, float
143581
+ ] | mathutils.Color | None
143549
143582
  """
143550
143583
 
143551
- :type: typing.Optional[list[float] | tuple[float, float, float] | mathutils.Color]
143584
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
143552
143585
  """
143553
143586
 
143554
143587
  channel_group: list[float] | tuple[float, float, float] | mathutils.Color
@@ -144190,16 +144223,16 @@ class ThemeInfo(bpy_struct):
144190
144223
  class ThemeNLAEditor(bpy_struct):
144191
144224
  """Theme settings for the NLA Editor"""
144192
144225
 
144193
- active_action: typing.Optional[bpy_prop_array[float]]
144226
+ active_action: bpy_prop_array[float] | None
144194
144227
  """ Animation data-block has active action
144195
144228
 
144196
- :type: typing.Optional[bpy_prop_array[float]]
144229
+ :type: bpy_prop_array[float] | None
144197
144230
  """
144198
144231
 
144199
- active_action_unset: typing.Optional[bpy_prop_array[float]]
144232
+ active_action_unset: bpy_prop_array[float] | None
144200
144233
  """ Animation data-block doesn't have active action
144201
144234
 
144202
- :type: typing.Optional[bpy_prop_array[float]]
144235
+ :type: bpy_prop_array[float] | None
144203
144236
  """
144204
144237
 
144205
144238
  dopesheet_channel: list[float] | tuple[float, float, float] | mathutils.Color
@@ -144600,18 +144633,16 @@ class ThemeNodeEditor(bpy_struct):
144600
144633
  class ThemeOutliner(bpy_struct):
144601
144634
  """Theme settings for the Outliner"""
144602
144635
 
144603
- active: list[float] | tuple[float, float, float] | mathutils.Color
144636
+ active: list[float] | tuple[float, float, float] | mathutils.Color | None
144604
144637
  """
144605
144638
 
144606
- :type: list[float] | tuple[float, float, float] | mathutils.Color
144639
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
144607
144640
  """
144608
144641
 
144609
- active_object: typing.Optional[
144610
- list[float] | tuple[float, float, float] | mathutils.Color
144611
- ]
144642
+ active_object: list[float] | tuple[float, float, float] | mathutils.Color | None
144612
144643
  """
144613
144644
 
144614
- :type: typing.Optional[list[float] | tuple[float, float, float] | mathutils.Color]
144645
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
144615
144646
  """
144616
144647
 
144617
144648
  edited_object: bpy_prop_array[float]
@@ -144755,10 +144786,10 @@ class ThemePreferences(bpy_struct):
144755
144786
  class ThemeProperties(bpy_struct):
144756
144787
  """Theme settings for the Properties"""
144757
144788
 
144758
- active_modifier: typing.Optional[bpy_prop_array[float]]
144789
+ active_modifier: bpy_prop_array[float] | None
144759
144790
  """
144760
144791
 
144761
- :type: typing.Optional[bpy_prop_array[float]]
144792
+ :type: bpy_prop_array[float] | None
144762
144793
  """
144763
144794
 
144764
144795
  match: list[float] | tuple[float, float, float] | mathutils.Color
@@ -144800,12 +144831,10 @@ class ThemeProperties(bpy_struct):
144800
144831
  class ThemeSequenceEditor(bpy_struct):
144801
144832
  """Theme settings for the Sequence Editor"""
144802
144833
 
144803
- active_strip: typing.Optional[
144804
- list[float] | tuple[float, float, float] | mathutils.Color
144805
- ]
144834
+ active_strip: list[float] | tuple[float, float, float] | mathutils.Color | None
144806
144835
  """
144807
144836
 
144808
- :type: typing.Optional[list[float] | tuple[float, float, float] | mathutils.Color]
144837
+ :type: list[float] | tuple[float, float, float] | mathutils.Color | None
144809
144838
  """
144810
144839
 
144811
144840
  audio_strip: list[float] | tuple[float, float, float] | mathutils.Color
@@ -147173,6 +147202,18 @@ class ToolSettings(bpy_struct):
147173
147202
  :type: UnifiedPaintSettings
147174
147203
  """
147175
147204
 
147205
+ use_annotation_project_only_selected: bool
147206
+ """ Project the strokes only onto selected objects
147207
+
147208
+ :type: bool
147209
+ """
147210
+
147211
+ use_annotation_stroke_endpoints: bool
147212
+ """ Only use the first and last parts of the stroke for snapping
147213
+
147214
+ :type: bool
147215
+ """
147216
+
147176
147217
  use_auto_normalize: bool
147177
147218
  """ Ensure all bone-deforming vertex groups add up to 1.0 while weight painting
147178
147219
 
@@ -147203,6 +147244,12 @@ class ToolSettings(bpy_struct):
147203
147244
  :type: bool
147204
147245
  """
147205
147246
 
147247
+ use_gpencil_project_only_selected: bool
147248
+ """ Project the strokes only onto selected objects
147249
+
147250
+ :type: bool
147251
+ """
147252
+
147206
147253
  use_gpencil_select_mask_point: bool
147207
147254
  """ Only sculpt selected stroke points
147208
147255
 
@@ -147221,12 +147268,6 @@ class ToolSettings(bpy_struct):
147221
147268
  :type: bool
147222
147269
  """
147223
147270
 
147224
- use_gpencil_stroke_endpoints: bool
147225
- """ Only use the first and last parts of the stroke for snapping
147226
-
147227
- :type: bool
147228
- """
147229
-
147230
147271
  use_gpencil_thumbnail_list: bool
147231
147272
  """ Show compact list of colors instead of thumbnails
147232
147273
 
@@ -147755,10 +147796,10 @@ class UDIMTiles(bpy_struct, bpy_prop_collection[UDIMTile]):
147755
147796
  :type: UDIMTile
147756
147797
  """
147757
147798
 
147758
- active_index: typing.Optional[int]
147799
+ active_index: int | None
147759
147800
  """ Active index in tiles array
147760
147801
 
147761
- :type: typing.Optional[int]
147802
+ :type: int | None
147762
147803
  """
147763
147804
 
147764
147805
  def new(self, tile_number: int | None, label: str | typing.Any = "") -> UDIMTile:
@@ -147824,16 +147865,16 @@ class UILayout(bpy_struct):
147824
147865
  :type: bool
147825
147866
  """
147826
147867
 
147827
- active: bool
147868
+ active: bool | None
147828
147869
  """
147829
147870
 
147830
- :type: bool
147871
+ :type: bool | None
147831
147872
  """
147832
147873
 
147833
- active_default: typing.Optional[bool]
147874
+ active_default: bool | None
147834
147875
  """ When true, an operator button defined after this will be activated when pressing return(use with popup dialogs)
147835
147876
 
147836
- :type: typing.Optional[bool]
147877
+ :type: bool | None
147837
147878
  """
147838
147879
 
147839
147880
  alert: bool
@@ -148652,6 +148693,16 @@ class UILayout(bpy_struct):
148652
148693
  """
148653
148694
  ...
148654
148695
 
148696
+ def context_string_set(self, name: str | typing.Any, value: str | typing.Any):
148697
+ """context_string_set
148698
+
148699
+ :param name: Name, Name of entry in the context
148700
+ :type name: str | typing.Any
148701
+ :param value: Value, String to put in context
148702
+ :type value: str | typing.Any
148703
+ """
148704
+ ...
148705
+
148655
148706
  def template_header(self):
148656
148707
  """Inserts common Space header UI (editor type selector)"""
148657
148708
  ...
@@ -149978,16 +150029,16 @@ class USDHook(bpy_struct):
149978
150029
  class UVLoopLayers(bpy_struct, bpy_prop_collection[MeshUVLoopLayer]):
149979
150030
  """Collection of UV map layers"""
149980
150031
 
149981
- active: MeshUVLoopLayer
150032
+ active: MeshUVLoopLayer | None
149982
150033
  """ Active UV Map layer
149983
150034
 
149984
- :type: MeshUVLoopLayer
150035
+ :type: MeshUVLoopLayer | None
149985
150036
  """
149986
150037
 
149987
- active_index: typing.Optional[int]
150038
+ active_index: int | None
149988
150039
  """ Active UV map index
149989
150040
 
149990
- :type: typing.Optional[int]
150041
+ :type: int | None
149991
150042
  """
149992
150043
 
149993
150044
  def new(
@@ -150668,16 +150719,16 @@ class VertexGroupElement(bpy_struct):
150668
150719
  class VertexGroups(bpy_struct, bpy_prop_collection[VertexGroup]):
150669
150720
  """Collection of vertex groups"""
150670
150721
 
150671
- active: VertexGroup
150722
+ active: VertexGroup | None
150672
150723
  """ Vertex groups of the object
150673
150724
 
150674
- :type: VertexGroup
150725
+ :type: VertexGroup | None
150675
150726
  """
150676
150727
 
150677
- active_index: typing.Optional[int]
150728
+ active_index: int | None
150678
150729
  """ Active index in vertex group array
150679
150730
 
150680
- :type: typing.Optional[int]
150731
+ :type: int | None
150681
150732
  """
150682
150733
 
150683
150734
  def new(self, name: str | typing.Any = "Group") -> VertexGroup:
@@ -150984,6 +151035,12 @@ class View3DOverlay(bpy_struct):
150984
151035
  :type: bool
150985
151036
  """
150986
151037
 
151038
+ show_camera_guides: bool
151039
+ """ Show camera composition guides
151040
+
151041
+ :type: bool
151042
+ """
151043
+
150987
151044
  show_cursor: bool
150988
151045
  """ Display 3D Cursor Overlay
150989
151046
 
@@ -151680,10 +151737,10 @@ class ViewLayer(bpy_struct):
151680
151737
  :type: AOV
151681
151738
  """
151682
151739
 
151683
- active_aov_index: typing.Optional[int]
151740
+ active_aov_index: int | None
151684
151741
  """ Index of active AOV
151685
151742
 
151686
- :type: typing.Optional[int]
151743
+ :type: int | None
151687
151744
  """
151688
151745
 
151689
151746
  active_layer_collection: LayerCollection
@@ -151698,10 +151755,10 @@ class ViewLayer(bpy_struct):
151698
151755
  :type: Lightgroup
151699
151756
  """
151700
151757
 
151701
- active_lightgroup_index: typing.Optional[int]
151758
+ active_lightgroup_index: int | None
151702
151759
  """ Index of active lightgroup
151703
151760
 
151704
- :type: typing.Optional[int]
151761
+ :type: int | None
151705
151762
  """
151706
151763
 
151707
151764
  aovs: AOVs
@@ -152367,10 +152424,10 @@ class VolumeGrid(bpy_struct):
152367
152424
  class VolumeGrids(bpy_struct, bpy_prop_collection[VolumeGrid]):
152368
152425
  """3D volume grids"""
152369
152426
 
152370
- active_index: typing.Optional[int]
152427
+ active_index: int | None
152371
152428
  """ Index of active volume grid
152372
152429
 
152373
- :type: typing.Optional[int]
152430
+ :type: int | None
152374
152431
  """
152375
152432
 
152376
152433
  error_message: str
@@ -152578,6 +152635,12 @@ class Window(bpy_struct):
152578
152635
  :type: int
152579
152636
  """
152580
152637
 
152638
+ modal_operators: bpy_prop_collection[Operator]
152639
+ """ A list of currently running modal operators
152640
+
152641
+ :type: bpy_prop_collection[Operator]
152642
+ """
152643
+
152581
152644
  parent: Window
152582
152645
  """ Active workspace and scene follow this window
152583
152646
 
@@ -153968,10 +154031,10 @@ class XrSessionState(bpy_struct):
153968
154031
  :type: XrActionMaps
153969
154032
  """
153970
154033
 
153971
- active_actionmap: typing.Optional[int]
154034
+ active_actionmap: int | None
153972
154035
  """
153973
154036
 
153974
- :type: typing.Optional[int]
154037
+ :type: int | None
153975
154038
  """
153976
154039
 
153977
154040
  navigation_location: list[float] | tuple[float, float, float] | mathutils.Vector
@@ -163613,10 +163676,10 @@ class Brush(ID, bpy_struct):
163613
163676
  ...
163614
163677
 
163615
163678
  class CacheFile(ID, bpy_struct):
163616
- active_index: typing.Optional[int]
163679
+ active_index: int | None
163617
163680
  """
163618
163681
 
163619
- :type: typing.Optional[int]
163682
+ :type: int | None
163620
163683
  """
163621
163684
 
163622
163685
  animation_data: AnimData
@@ -164072,10 +164135,10 @@ class Camera(ID, bpy_struct):
164072
164135
  class Collection(ID, bpy_struct):
164073
164136
  """Collection of Object data-blocks"""
164074
164137
 
164075
- active_exporter_index: typing.Optional[int]
164138
+ active_exporter_index: int | None
164076
164139
  """ Active index in the exporters list
164077
164140
 
164078
- :type: typing.Optional[int]
164141
+ :type: int | None
164079
164142
  """
164080
164143
 
164081
164144
  all_objects: bpy_prop_collection[Object]
@@ -164639,16 +164702,16 @@ class Curves(ID, bpy_struct):
164639
164702
  class FreestyleLineStyle(ID, bpy_struct):
164640
164703
  """Freestyle line style, reusable by multiple line sets"""
164641
164704
 
164642
- active_texture: typing.Optional[Texture]
164705
+ active_texture: Texture | None
164643
164706
  """ Active texture slot being displayed
164644
164707
 
164645
- :type: typing.Optional[Texture]
164708
+ :type: Texture | None
164646
164709
  """
164647
164710
 
164648
- active_texture_index: typing.Optional[int]
164711
+ active_texture_index: int | None
164649
164712
  """ Index of active texture slot
164650
164713
 
164651
- :type: typing.Optional[int]
164714
+ :type: int | None
164652
164715
  """
164653
164716
 
164654
164717
  alpha: float
@@ -166370,10 +166433,10 @@ class LightProbe(ID, bpy_struct):
166370
166433
  class Mask(ID, bpy_struct):
166371
166434
  """Mask data-block defining mask for compositing"""
166372
166435
 
166373
- active_layer_index: typing.Optional[int]
166436
+ active_layer_index: int | None
166374
166437
  """ Index of active layer in list of all mask's layers
166375
166438
 
166376
- :type: typing.Optional[int]
166439
+ :type: int | None
166377
166440
  """
166378
166441
 
166379
166442
  animation_data: AnimData
@@ -167623,16 +167686,16 @@ class NodeTree(ID, bpy_struct):
167623
167686
  class Object(ID, bpy_struct):
167624
167687
  """Object data-block defining an object in a scene"""
167625
167688
 
167626
- active_material: typing.Optional[Material]
167689
+ active_material: Material | None
167627
167690
  """ Active material being displayed
167628
167691
 
167629
- :type: typing.Optional[Material]
167692
+ :type: Material | None
167630
167693
  """
167631
167694
 
167632
- active_material_index: typing.Optional[int]
167695
+ active_material_index: int | None
167633
167696
  """ Index of active material slot
167634
167697
 
167635
- :type: typing.Optional[int]
167698
+ :type: int | None
167636
167699
  """
167637
167700
 
167638
167701
  active_shape_key: ShapeKey
@@ -167641,10 +167704,10 @@ class Object(ID, bpy_struct):
167641
167704
  :type: ShapeKey
167642
167705
  """
167643
167706
 
167644
- active_shape_key_index: typing.Optional[int]
167707
+ active_shape_key_index: int | None
167645
167708
  """ Current shape key index
167646
167709
 
167647
- :type: typing.Optional[int]
167710
+ :type: int | None
167648
167711
  """
167649
167712
 
167650
167713
  add_rest_position_attribute: bool
@@ -168884,22 +168947,22 @@ class ParticleSettings(ID, bpy_struct):
168884
168947
  :type: ParticleDupliWeight
168885
168948
  """
168886
168949
 
168887
- active_instanceweight_index: typing.Optional[int]
168950
+ active_instanceweight_index: int | None
168888
168951
  """
168889
168952
 
168890
- :type: typing.Optional[int]
168953
+ :type: int | None
168891
168954
  """
168892
168955
 
168893
- active_texture: typing.Optional[Texture]
168956
+ active_texture: Texture | None
168894
168957
  """ Active texture slot being displayed
168895
168958
 
168896
- :type: typing.Optional[Texture]
168959
+ :type: Texture | None
168897
168960
  """
168898
168961
 
168899
- active_texture_index: typing.Optional[int]
168962
+ active_texture_index: int | None
168900
168963
  """ Index of active texture slot
168901
168964
 
168902
- :type: typing.Optional[int]
168965
+ :type: int | None
168903
168966
  """
168904
168967
 
168905
168968
  adaptive_angle: int
@@ -169964,10 +170027,10 @@ class PointCloud(ID, bpy_struct):
169964
170027
  class Scene(ID, bpy_struct):
169965
170028
  """Scene data-block, consisting in objects and defining time and render related settings"""
169966
170029
 
169967
- active_clip: typing.Optional[MovieClip]
170030
+ active_clip: MovieClip | None
169968
170031
  """ Active Movie Clip that can be used by motion tracking constraints or as a camera's background image
169969
170032
 
169970
- :type: typing.Optional[MovieClip]
170033
+ :type: MovieClip | None
169971
170034
  """
169972
170035
 
169973
170036
  animation_data: AnimData
@@ -171727,7 +171790,9 @@ class WindowManager(ID, bpy_struct):
171727
171790
  """Tag for refreshing the interface after scripts have been reloaded"""
171728
171791
  ...
171729
171792
 
171730
- def popover(self, draw_func, ui_units_x=0, keymap=None, from_active_button=False):
171793
+ def popover(
171794
+ self, draw_func, *, ui_units_x=0, keymap=None, from_active_button=False
171795
+ ):
171731
171796
  """
171732
171797
 
171733
171798
  :param draw_func:
@@ -171737,7 +171802,7 @@ class WindowManager(ID, bpy_struct):
171737
171802
  """
171738
171803
  ...
171739
171804
 
171740
- def popup_menu(self, draw_func, title="", icon="NONE"):
171805
+ def popup_menu(self, draw_func, *, title="", icon="NONE"):
171741
171806
  """Popup menus can be useful for creating menus without having to register menu classes.Note that they will not block the scripts execution, so the caller can't wait for user input.
171742
171807
 
171743
171808
  :param draw_func:
@@ -171746,7 +171811,7 @@ class WindowManager(ID, bpy_struct):
171746
171811
  """
171747
171812
  ...
171748
171813
 
171749
- def popup_menu_pie(self, event, draw_func, title="", icon="NONE"):
171814
+ def popup_menu_pie(self, event, draw_func, *, title="", icon="NONE"):
171750
171815
  """
171751
171816
 
171752
171817
  :param event:
@@ -171818,16 +171883,16 @@ class WindowManager(ID, bpy_struct):
171818
171883
  class WorkSpace(ID, bpy_struct):
171819
171884
  """Workspace data-block, defining the working environment for the user"""
171820
171885
 
171821
- active_addon: typing.Optional[int]
171886
+ active_addon: int | None
171822
171887
  """ Active Add-on in the Workspace Add-ons filter
171823
171888
 
171824
- :type: typing.Optional[int]
171889
+ :type: int | None
171825
171890
  """
171826
171891
 
171827
- active_pose_asset_index: typing.Optional[int]
171892
+ active_pose_asset_index: int | None
171828
171893
  """ Per workspace index of the active pose asset
171829
171894
 
171830
- :type: typing.Optional[int]
171895
+ :type: int | None
171831
171896
  """
171832
171897
 
171833
171898
  asset_library_reference: str
@@ -171976,6 +172041,18 @@ class World(ID, bpy_struct):
171976
172041
  :type: float
171977
172042
  """
171978
172043
 
172044
+ sun_shadow_filter_radius: float
172045
+ """ Blur shadow aliasing using Percentage Closer Filtering
172046
+
172047
+ :type: float
172048
+ """
172049
+
172050
+ sun_shadow_jitter_overblur: float
172051
+ """ Apply shadow tracing to each jittered sample to reduce under-sampling artifacts
172052
+
172053
+ :type: float
172054
+ """
172055
+
171979
172056
  sun_shadow_maximum_resolution: float
171980
172057
  """ Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
171981
172058
 
@@ -172006,6 +172083,12 @@ class World(ID, bpy_struct):
172006
172083
  :type: bool
172007
172084
  """
172008
172085
 
172086
+ use_sun_shadow_jitter: bool
172087
+ """ Enable jittered soft shadows to increase shadow precision (disabled in viewport unless enabled in the render settings). Has a high performance impact
172088
+
172089
+ :type: bool
172090
+ """
172091
+
172009
172092
  @classmethod
172010
172093
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
172011
172094
  """
@@ -190931,10 +191014,10 @@ class SurfaceCurve(Curve, ID, bpy_struct):
190931
191014
  class TextCurve(Curve, ID, bpy_struct):
190932
191015
  """Curve data-block used for storing text"""
190933
191016
 
190934
- active_textbox: typing.Optional[int]
191017
+ active_textbox: int | None
190935
191018
  """
190936
191019
 
190937
- :type: typing.Optional[int]
191020
+ :type: int | None
190938
191021
  """
190939
191022
 
190940
191023
  align_x: str
@@ -191193,13 +191276,7 @@ class AreaLight(Light, ID, bpy_struct):
191193
191276
  """
191194
191277
 
191195
191278
  shadow_maximum_resolution: float
191196
- """ Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191197
-
191198
- :type: float
191199
- """
191200
-
191201
- shadow_resolution_scale: float
191202
- """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
191279
+ """ Minimum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191203
191280
 
191204
191281
  :type: float
191205
191282
  """
@@ -191334,13 +191411,7 @@ class PointLight(Light, ID, bpy_struct):
191334
191411
  """
191335
191412
 
191336
191413
  shadow_maximum_resolution: float
191337
- """ Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191338
-
191339
- :type: float
191340
- """
191341
-
191342
- shadow_resolution_scale: float
191343
- """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
191414
+ """ Minimum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191344
191415
 
191345
191416
  :type: float
191346
191417
  """
@@ -191457,13 +191528,7 @@ class SpotLight(Light, ID, bpy_struct):
191457
191528
  """
191458
191529
 
191459
191530
  shadow_maximum_resolution: float
191460
- """ Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191461
-
191462
- :type: float
191463
- """
191464
-
191465
- shadow_resolution_scale: float
191466
- """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
191531
+ """ Minimum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191467
191532
 
191468
191533
  :type: float
191469
191534
  """
@@ -191634,13 +191699,7 @@ class SunLight(Light, ID, bpy_struct):
191634
191699
  """
191635
191700
 
191636
191701
  shadow_maximum_resolution: float
191637
- """ Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191638
-
191639
- :type: float
191640
- """
191641
-
191642
- shadow_resolution_scale: float
191643
- """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
191702
+ """ Minimum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
191644
191703
 
191645
191704
  :type: float
191646
191705
  """
@@ -206460,10 +206519,10 @@ class CompositorNodeNormalize(CompositorNode, NodeInternal, Node, bpy_struct):
206460
206519
  class CompositorNodeOutputFile(CompositorNode, NodeInternal, Node, bpy_struct):
206461
206520
  """Write image file to disk"""
206462
206521
 
206463
- active_input_index: typing.Optional[int]
206522
+ active_input_index: int | None
206464
206523
  """ Active input index in details view list
206465
206524
 
206466
- :type: typing.Optional[int]
206525
+ :type: int | None
206467
206526
  """
206468
206527
 
206469
206528
  base_path: str
@@ -211434,16 +211493,16 @@ class GeometryNodeAttributeStatistic(GeometryNode, NodeInternal, Node, bpy_struc
211434
211493
  class GeometryNodeBake(GeometryNode, NodeInternal, Node, bpy_struct):
211435
211494
  """Cache the incoming data so that it can be used without recomputation"""
211436
211495
 
211437
- active_index: typing.Optional[int]
211496
+ active_index: int | None
211438
211497
  """ Index of the active item
211439
211498
 
211440
- :type: typing.Optional[int]
211499
+ :type: int | None
211441
211500
  """
211442
211501
 
211443
- active_item: typing.Optional[RepeatItem]
211502
+ active_item: RepeatItem | None
211444
211503
  """ Index of the active item
211445
211504
 
211446
- :type: typing.Optional[RepeatItem]
211505
+ :type: RepeatItem | None
211447
211506
  """
211448
211507
 
211449
211508
  bake_items: NodeGeometryBakeItems
@@ -216825,16 +216884,16 @@ class GeometryNodeMaterialSelection(GeometryNode, NodeInternal, Node, bpy_struct
216825
216884
  class GeometryNodeMenuSwitch(GeometryNode, NodeInternal, Node, bpy_struct):
216826
216885
  """Select from multiple inputs by name"""
216827
216886
 
216828
- active_index: typing.Optional[int]
216887
+ active_index: int | None
216829
216888
  """ Index of the active item
216830
216889
 
216831
- :type: typing.Optional[int]
216890
+ :type: int | None
216832
216891
  """
216833
216892
 
216834
- active_item: typing.Optional[NodeEnumItem]
216893
+ active_item: NodeEnumItem | None
216835
216894
  """ Active item
216836
216895
 
216837
- :type: typing.Optional[NodeEnumItem]
216896
+ :type: NodeEnumItem | None
216838
216897
  """
216839
216898
 
216840
216899
  data_type: str
@@ -218761,16 +218820,16 @@ class GeometryNodeRepeatInput(GeometryNode, NodeInternal, Node, bpy_struct):
218761
218820
  ...
218762
218821
 
218763
218822
  class GeometryNodeRepeatOutput(GeometryNode, NodeInternal, Node, bpy_struct):
218764
- active_index: typing.Optional[int]
218823
+ active_index: int | None
218765
218824
  """ Index of the active item
218766
218825
 
218767
- :type: typing.Optional[int]
218826
+ :type: int | None
218768
218827
  """
218769
218828
 
218770
- active_item: typing.Optional[RepeatItem]
218829
+ active_item: RepeatItem | None
218771
218830
  """ Index of the active item
218772
218831
 
218773
- :type: typing.Optional[RepeatItem]
218832
+ :type: RepeatItem | None
218774
218833
  """
218775
218834
 
218776
218835
  inspection_index: int
@@ -220717,16 +220776,16 @@ class GeometryNodeSimulationInput(GeometryNode, NodeInternal, Node, bpy_struct):
220717
220776
  class GeometryNodeSimulationOutput(GeometryNode, NodeInternal, Node, bpy_struct):
220718
220777
  """Output data from the simulation zone"""
220719
220778
 
220720
- active_index: typing.Optional[int]
220779
+ active_index: int | None
220721
220780
  """ Index of the active item
220722
220781
 
220723
- :type: typing.Optional[int]
220782
+ :type: int | None
220724
220783
  """
220725
220784
 
220726
- active_item: typing.Optional[SimulationStateItem]
220785
+ active_item: SimulationStateItem | None
220727
220786
  """ Index of the active item
220728
220787
 
220729
- :type: typing.Optional[SimulationStateItem]
220788
+ :type: SimulationStateItem | None
220730
220789
  """
220731
220790
 
220732
220791
  state_items: NodeGeometrySimulationOutputItems
@@ -232496,6 +232555,8 @@ IMAGE_MT_view_pie: bl_ui.space_image.IMAGE_MT_view_pie
232496
232555
 
232497
232556
  IMAGE_MT_view_zoom: bl_ui.space_image.IMAGE_MT_view_zoom
232498
232557
 
232558
+ IMAGE_OT_import_as_mesh_planes: bl_operators.image_as_planes.IMAGE_OT_import_as_mesh_planes
232559
+
232499
232560
  IMAGE_OT_open_images: bl_operators.image.IMAGE_OT_open_images
232500
232561
 
232501
232562
  IMAGE_PT_active_mask_point: bl_ui.space_image.IMAGE_PT_active_mask_point
@@ -233462,8 +233523,6 @@ PREFERENCES_OT_studiolight_install: bl_operators.userpref.PREFERENCES_OT_studiol
233462
233523
 
233463
233524
  PREFERENCES_OT_studiolight_new: bl_operators.userpref.PREFERENCES_OT_studiolight_new
233464
233525
 
233465
- PREFERENCES_OT_studiolight_show: bl_operators.userpref.PREFERENCES_OT_studiolight_show
233466
-
233467
233526
  PREFERENCES_OT_studiolight_uninstall: bl_operators.userpref.PREFERENCES_OT_studiolight_uninstall
233468
233527
 
233469
233528
  PREFERENCES_OT_theme_install: bl_operators.userpref.PREFERENCES_OT_theme_install
@@ -233514,7 +233573,7 @@ RENDER_PT_eevee_next_depth_of_field: bl_ui.properties_render.RENDER_PT_eevee_nex
233514
233573
 
233515
233574
  RENDER_PT_eevee_next_film: bl_ui.properties_render.RENDER_PT_eevee_next_film
233516
233575
 
233517
- RENDER_PT_eevee_next_horizon_scan: bl_ui.properties_render.RENDER_PT_eevee_next_horizon_scan
233576
+ RENDER_PT_eevee_next_gi_approximation: bl_ui.properties_render.RENDER_PT_eevee_next_gi_approximation
233518
233577
 
233519
233578
  RENDER_PT_eevee_next_motion_blur: bl_ui.properties_render.RENDER_PT_eevee_next_motion_blur
233520
233579