fake-bpy-module 20250304__py3-none-any.whl → 20250305__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
@@ -120149,10 +120149,10 @@ class Bone(bpy_struct):
120149
120149
  :type: BoneCollectionMemberships
120150
120150
  """
120151
120151
 
120152
- color: BoneColor
120152
+ color: BoneColor | None
120153
120153
  """
120154
120154
 
120155
- :type: BoneColor
120155
+ :type: BoneColor | None
120156
120156
  """
120157
120157
 
120158
120158
  envelope_distance: float
@@ -121415,10 +121415,10 @@ class Brush(ID, bpy_struct):
121415
121415
  :type: Texture | None
121416
121416
  """
121417
121417
 
121418
- mask_texture_slot: BrushTextureSlot
121418
+ mask_texture_slot: BrushTextureSlot | None
121419
121419
  """
121420
121420
 
121421
- :type: BrushTextureSlot
121421
+ :type: BrushTextureSlot | None
121422
121422
  """
121423
121423
 
121424
121424
  mask_tool: typing.Literal["DRAW", "SMOOTH"]
@@ -121683,10 +121683,10 @@ class Brush(ID, bpy_struct):
121683
121683
  :type: float
121684
121684
  """
121685
121685
 
121686
- texture_slot: BrushTextureSlot
121686
+ texture_slot: BrushTextureSlot | None
121687
121687
  """
121688
121688
 
121689
- :type: BrushTextureSlot
121689
+ :type: BrushTextureSlot | None
121690
121690
  """
121691
121691
 
121692
121692
  tilt_strength_factor: float
@@ -123780,10 +123780,10 @@ class Camera(ID, bpy_struct):
123780
123780
  :type: float
123781
123781
  """
123782
123782
 
123783
- dof: CameraDOFSettings
123783
+ dof: CameraDOFSettings | None
123784
123784
  """
123785
123785
 
123786
- :type: CameraDOFSettings
123786
+ :type: CameraDOFSettings | None
123787
123787
  """
123788
123788
 
123789
123789
  fisheye_fov: float
@@ -125789,10 +125789,10 @@ class CollisionSettings(bpy_struct):
125789
125789
  class ColorBalanceModifier(StripModifier, bpy_struct):
125790
125790
  """Color balance modifier for sequence strip"""
125791
125791
 
125792
- color_balance: StripColorBalanceData
125792
+ color_balance: StripColorBalanceData | None
125793
125793
  """
125794
125794
 
125795
- :type: StripColorBalanceData
125795
+ :type: StripColorBalanceData | None
125796
125796
  """
125797
125797
 
125798
125798
  color_multiply: float
@@ -126057,10 +126057,10 @@ class ColorMapping(bpy_struct):
126057
126057
  :type: float
126058
126058
  """
126059
126059
 
126060
- color_ramp: ColorRamp
126060
+ color_ramp: ColorRamp | None
126061
126061
  """
126062
126062
 
126063
- :type: ColorRamp
126063
+ :type: ColorRamp | None
126064
126064
  """
126065
126065
 
126066
126066
  contrast: float
@@ -131496,10 +131496,10 @@ class CompositorNodeOutputFile(CompositorNode, NodeInternal, Node, bpy_struct):
131496
131496
  :type: CompositorNodeOutputFileFileSlots
131497
131497
  """
131498
131498
 
131499
- format: ImageFormatSettings
131499
+ format: ImageFormatSettings | None
131500
131500
  """
131501
131501
 
131502
- :type: ImageFormatSettings
131502
+ :type: ImageFormatSettings | None
131503
131503
  """
131504
131504
 
131505
131505
  layer_slots: CompositorNodeOutputFileLayerSlots
@@ -135299,10 +135299,10 @@ class Curve(ID, bpy_struct):
135299
135299
  :type: int
135300
135300
  """
135301
135301
 
135302
- cycles: typing.Any
135302
+ cycles: typing.Any | None
135303
135303
  """ Cycles mesh settings
135304
135304
 
135305
- :type: typing.Any
135305
+ :type: typing.Any | None
135306
135306
  """
135307
135307
 
135308
135308
  dimensions: typing.Literal["2D", "3D"]
@@ -136293,10 +136293,10 @@ class Curves(ID, bpy_struct):
136293
136293
  class CurvesModifier(StripModifier, bpy_struct):
136294
136294
  """RGB curves modifier for sequence strip"""
136295
136295
 
136296
- curve_mapping: CurveMapping
136296
+ curve_mapping: CurveMapping | None
136297
136297
  """
136298
136298
 
136299
- :type: CurveMapping
136299
+ :type: CurveMapping | None
136300
136300
  """
136301
136301
 
136302
136302
  @classmethod
@@ -138370,10 +138370,10 @@ class DynamicPaintSurface(bpy_struct):
138370
138370
  class EQCurveMappingData(bpy_struct):
138371
138371
  """EQCurveMappingData"""
138372
138372
 
138373
- curve_mapping: CurveMapping
138373
+ curve_mapping: CurveMapping | None
138374
138374
  """
138375
138375
 
138376
- :type: CurveMapping
138376
+ :type: CurveMapping | None
138377
138377
  """
138378
138378
 
138379
138379
  @classmethod
@@ -147591,10 +147591,10 @@ class GPencilSculptGuide(bpy_struct):
147591
147591
  class GPencilSculptSettings(bpy_struct):
147592
147592
  """General properties for Grease Pencil stroke sculpting tools"""
147593
147593
 
147594
- guide: GPencilSculptGuide
147594
+ guide: GPencilSculptGuide | None
147595
147595
  """
147596
147596
 
147597
- :type: GPencilSculptGuide
147597
+ :type: GPencilSculptGuide | None
147598
147598
  """
147599
147599
 
147600
147600
  intersection_threshold: float
@@ -154742,6 +154742,12 @@ class GeometryNodeMeshLine(GeometryNode, NodeInternal, Node, bpy_struct):
154742
154742
  class GeometryNodeMeshToCurve(GeometryNode, NodeInternal, Node, bpy_struct):
154743
154743
  """Generate a curve from a mesh"""
154744
154744
 
154745
+ mode: typing.Literal["EDGES", "FACES"]
154746
+ """
154747
+
154748
+ :type: typing.Literal['EDGES','FACES']
154749
+ """
154750
+
154745
154751
  @classmethod
154746
154752
  def is_registered_node_type(cls) -> bool:
154747
154753
  """True if a registered node type
@@ -165739,10 +165745,10 @@ class HookModifier(Modifier, bpy_struct):
165739
165745
  class HueCorrectModifier(StripModifier, bpy_struct):
165740
165746
  """Hue correction modifier for sequence strip"""
165741
165747
 
165742
- curve_mapping: CurveMapping
165748
+ curve_mapping: CurveMapping | None
165743
165749
  """
165744
165750
 
165745
- :type: CurveMapping
165751
+ :type: CurveMapping | None
165746
165752
  """
165747
165753
 
165748
165754
  @classmethod
@@ -166688,10 +166694,10 @@ class Image(ID, bpy_struct):
166688
166694
  :type: int
166689
166695
  """
166690
166696
 
166691
- colorspace_settings: ColorManagedInputColorspaceSettings
166697
+ colorspace_settings: ColorManagedInputColorspaceSettings | None
166692
166698
  """ Input color space settings
166693
166699
 
166694
- :type: ColorManagedInputColorspaceSettings
166700
+ :type: ColorManagedInputColorspaceSettings | None
166695
166701
  """
166696
166702
 
166697
166703
  depth: int
@@ -167082,10 +167088,10 @@ class ImageFormatSettings(bpy_struct):
167082
167088
  :type: int
167083
167089
  """
167084
167090
 
167085
- display_settings: ColorManagedDisplaySettings
167091
+ display_settings: ColorManagedDisplaySettings | None
167086
167092
  """ Settings of device saved image would be displayed on
167087
167093
 
167088
- :type: ColorManagedDisplaySettings
167094
+ :type: ColorManagedDisplaySettings | None
167089
167095
  """
167090
167096
 
167091
167097
  exr_codec: bpy._typing.rna_enums.ExrCodecItems
@@ -167112,10 +167118,10 @@ class ImageFormatSettings(bpy_struct):
167112
167118
  :type: typing.Literal['JP2','J2K']
167113
167119
  """
167114
167120
 
167115
- linear_colorspace_settings: ColorManagedInputColorspaceSettings
167121
+ linear_colorspace_settings: ColorManagedInputColorspaceSettings | None
167116
167122
  """ Output color space settings
167117
167123
 
167118
- :type: ColorManagedInputColorspaceSettings
167124
+ :type: ColorManagedInputColorspaceSettings | None
167119
167125
  """
167120
167126
 
167121
167127
  quality: int
@@ -167166,10 +167172,10 @@ class ImageFormatSettings(bpy_struct):
167166
167172
  :type: bool
167167
167173
  """
167168
167174
 
167169
- view_settings: ColorManagedViewSettings
167175
+ view_settings: ColorManagedViewSettings | None
167170
167176
  """ Color management settings applied on image before saving
167171
167177
 
167172
- :type: ColorManagedViewSettings
167178
+ :type: ColorManagedViewSettings | None
167173
167179
  """
167174
167180
 
167175
167181
  views_format: bpy._typing.rna_enums.ViewsFormatMultiviewItems
@@ -167529,10 +167535,10 @@ class ImageStrip(Strip, bpy_struct):
167529
167535
  :type: float
167530
167536
  """
167531
167537
 
167532
- colorspace_settings: ColorManagedInputColorspaceSettings
167538
+ colorspace_settings: ColorManagedInputColorspaceSettings | None
167533
167539
  """ Input color space settings
167534
167540
 
167535
- :type: ColorManagedInputColorspaceSettings
167541
+ :type: ColorManagedInputColorspaceSettings | None
167536
167542
  """
167537
167543
 
167538
167544
  crop: StripCrop | None
@@ -167726,10 +167732,10 @@ class ImageTexture(Texture, ID, bpy_struct):
167726
167732
  :type: Image | None
167727
167733
  """
167728
167734
 
167729
- image_user: ImageUser
167735
+ image_user: ImageUser | None
167730
167736
  """ Parameters defining which layer, pass and frame of the image is displayed
167731
167737
 
167732
- :type: ImageUser
167738
+ :type: ImageUser | None
167733
167739
  """
167734
167740
 
167735
167741
  invert_alpha: bool
@@ -169759,10 +169765,10 @@ class Library(ID, bpy_struct):
169759
169765
  :type: PackedFile | None
169760
169766
  """
169761
169767
 
169762
- parent: typing_extensions.Self
169768
+ parent: typing_extensions.Self | None
169763
169769
  """
169764
169770
 
169765
- :type: typing_extensions.Self
169771
+ :type: typing_extensions.Self | None
169766
169772
  """
169767
169773
 
169768
169774
  version: bpy_prop_array[int]
@@ -169857,10 +169863,10 @@ class Light(ID, bpy_struct):
169857
169863
  :type: float
169858
169864
  """
169859
169865
 
169860
- cycles: typing.Any
169866
+ cycles: typing.Any | None
169861
169867
  """ Cycles light settings
169862
169868
 
169863
- :type: typing.Any
169869
+ :type: typing.Any | None
169864
169870
  """
169865
169871
 
169866
169872
  diffuse_factor: float
@@ -175229,10 +175235,10 @@ class MaskSplinePoint(bpy_struct):
175229
175235
  :type: typing.Literal['AUTO','VECTOR','ALIGNED','ALIGNED_DOUBLESIDE','FREE']
175230
175236
  """
175231
175237
 
175232
- parent: MaskParent
175238
+ parent: MaskParent | None
175233
175239
  """
175234
175240
 
175235
- :type: MaskParent
175241
+ :type: MaskParent | None
175236
175242
  """
175237
175243
 
175238
175244
  select: bool
@@ -175472,10 +175478,10 @@ class Material(ID, bpy_struct):
175472
175478
  :type: typing.Literal['OPAQUE','CLIP','HASHED','BLEND']
175473
175479
  """
175474
175480
 
175475
- cycles: typing.Any
175481
+ cycles: typing.Any | None
175476
175482
  """ Cycles material settings
175477
175483
 
175478
- :type: typing.Any
175484
+ :type: typing.Any | None
175479
175485
  """
175480
175486
 
175481
175487
  diffuse_color: bpy_prop_array[float]
@@ -175514,10 +175520,10 @@ class Material(ID, bpy_struct):
175514
175520
  :type: int
175515
175521
  """
175516
175522
 
175517
- lineart: MaterialLineArt
175523
+ lineart: MaterialLineArt | None
175518
175524
  """ Line Art settings for material
175519
175525
 
175520
- :type: MaterialLineArt
175526
+ :type: MaterialLineArt | None
175521
175527
  """
175522
175528
 
175523
175529
  max_vertex_displacement: float
@@ -176212,10 +176218,10 @@ class Mesh(ID, bpy_struct):
176212
176218
  :type: bpy_prop_collection[MeshNormalValue]
176213
176219
  """
176214
176220
 
176215
- cycles: typing.Any
176221
+ cycles: typing.Any | None
176216
176222
  """ Cycles mesh settings
176217
176223
 
176218
- :type: typing.Any
176224
+ :type: typing.Any | None
176219
176225
  """
176220
176226
 
176221
176227
  edges: MeshEdges
@@ -177792,10 +177798,10 @@ class MetaBall(ID, bpy_struct):
177792
177798
  :type: AnimData | None
177793
177799
  """
177794
177800
 
177795
- cycles: typing.Any
177801
+ cycles: typing.Any | None
177796
177802
  """ Cycles mesh settings
177797
177803
 
177798
- :type: typing.Any
177804
+ :type: typing.Any | None
177799
177805
  """
177800
177806
 
177801
177807
  elements: MetaBallElements
@@ -178524,10 +178530,10 @@ class MovieClip(ID, bpy_struct):
178524
178530
  :type: AnimData | None
178525
178531
  """
178526
178532
 
178527
- colorspace_settings: ColorManagedInputColorspaceSettings
178533
+ colorspace_settings: ColorManagedInputColorspaceSettings | None
178528
178534
  """ Input color space settings
178529
178535
 
178530
- :type: ColorManagedInputColorspaceSettings
178536
+ :type: ColorManagedInputColorspaceSettings | None
178531
178537
  """
178532
178538
 
178533
178539
  display_aspect: mathutils.Vector
@@ -178572,10 +178578,10 @@ class MovieClip(ID, bpy_struct):
178572
178578
  :type: GreasePencil | None
178573
178579
  """
178574
178580
 
178575
- proxy: MovieClipProxy
178581
+ proxy: MovieClipProxy | None
178576
178582
  """
178577
178583
 
178578
- :type: MovieClipProxy
178584
+ :type: MovieClipProxy | None
178579
178585
  """
178580
178586
 
178581
178587
  size: bpy_prop_array[int]
@@ -178590,10 +178596,10 @@ class MovieClip(ID, bpy_struct):
178590
178596
  :type: typing.Literal['SEQUENCE','MOVIE']
178591
178597
  """
178592
178598
 
178593
- tracking: MovieTracking
178599
+ tracking: MovieTracking | None
178594
178600
  """
178595
178601
 
178596
- :type: MovieTracking
178602
+ :type: MovieTracking | None
178597
178603
  """
178598
178604
 
178599
178605
  use_proxy: bool
@@ -179013,10 +179019,10 @@ class MovieStrip(Strip, bpy_struct):
179013
179019
  :type: float
179014
179020
  """
179015
179021
 
179016
- colorspace_settings: ColorManagedInputColorspaceSettings
179022
+ colorspace_settings: ColorManagedInputColorspaceSettings | None
179017
179023
  """ Input color space settings
179018
179024
 
179019
- :type: ColorManagedInputColorspaceSettings
179025
+ :type: ColorManagedInputColorspaceSettings | None
179020
179026
  """
179021
179027
 
179022
179028
  crop: StripCrop | None
@@ -179178,16 +179184,16 @@ class MovieTracking(bpy_struct):
179178
179184
  :type: int | None
179179
179185
  """
179180
179186
 
179181
- camera: MovieTrackingCamera
179187
+ camera: MovieTrackingCamera | None
179182
179188
  """
179183
179189
 
179184
- :type: MovieTrackingCamera
179190
+ :type: MovieTrackingCamera | None
179185
179191
  """
179186
179192
 
179187
- dopesheet: MovieTrackingDopesheet
179193
+ dopesheet: MovieTrackingDopesheet | None
179188
179194
  """
179189
179195
 
179190
- :type: MovieTrackingDopesheet
179196
+ :type: MovieTrackingDopesheet | None
179191
179197
  """
179192
179198
 
179193
179199
  objects: MovieTrackingObjects
@@ -179208,16 +179214,16 @@ class MovieTracking(bpy_struct):
179208
179214
  :type: MovieTrackingReconstruction | None
179209
179215
  """
179210
179216
 
179211
- settings: MovieTrackingSettings
179217
+ settings: MovieTrackingSettings | None
179212
179218
  """
179213
179219
 
179214
- :type: MovieTrackingSettings
179220
+ :type: MovieTrackingSettings | None
179215
179221
  """
179216
179222
 
179217
- stabilization: MovieTrackingStabilization
179223
+ stabilization: MovieTrackingStabilization | None
179218
179224
  """
179219
179225
 
179220
- :type: MovieTrackingStabilization
179226
+ :type: MovieTrackingStabilization | None
179221
179227
  """
179222
179228
 
179223
179229
  tracks: MovieTrackingTracks
@@ -181867,10 +181873,10 @@ class NodeLink(bpy_struct):
181867
181873
  class NodeOutputFileSlotFile(bpy_struct):
181868
181874
  """Single layer file slot of the file output node"""
181869
181875
 
181870
- format: ImageFormatSettings
181876
+ format: ImageFormatSettings | None
181871
181877
  """
181872
181878
 
181873
- :type: ImageFormatSettings
181879
+ :type: ImageFormatSettings | None
181874
181880
  """
181875
181881
 
181876
181882
  path: str
@@ -183675,10 +183681,10 @@ class NodeTree(ID, bpy_struct):
183675
183681
  :type: GreasePencil | None
183676
183682
  """
183677
183683
 
183678
- interface: NodeTreeInterface
183684
+ interface: NodeTreeInterface | None
183679
183685
  """ Interface declaration for this node tree
183680
183686
 
183681
- :type: NodeTreeInterface
183687
+ :type: NodeTreeInterface | None
183682
183688
  """
183683
183689
 
183684
183690
  links: NodeLinks
@@ -187324,10 +187330,10 @@ class Object(ID, bpy_struct):
187324
187330
  :type: ObjectConstraints
187325
187331
  """
187326
187332
 
187327
- cycles: typing.Any
187333
+ cycles: typing.Any | None
187328
187334
  """ Cycles object settings
187329
187335
 
187330
- :type: typing.Any
187336
+ :type: typing.Any | None
187331
187337
  """
187332
187338
 
187333
187339
  data: Armature | Camera | Curve | Curves | GreasePencil | GreasePencilv3 | Lattice | Light | LightProbe | Mesh | MetaBall | PointCloud | Speaker | SurfaceCurve | TextCurve | Volume | None
@@ -187523,10 +187529,10 @@ Warning: Assigning to it or its members multiple consecutive times will not work
187523
187529
  :type: str
187524
187530
  """
187525
187531
 
187526
- lineart: ObjectLineArt
187532
+ lineart: ObjectLineArt | None
187527
187533
  """ Line Art settings for the object
187528
187534
 
187529
- :type: ObjectLineArt
187535
+ :type: ObjectLineArt | None
187530
187536
  """
187531
187537
 
187532
187538
  location: mathutils.Vector
@@ -193186,10 +193192,10 @@ class PoseBone(bpy_struct):
193186
193192
  :type: typing_extensions.Self | None
193187
193193
  """
193188
193194
 
193189
- color: BoneColor
193195
+ color: BoneColor | None
193190
193196
  """
193191
193197
 
193192
- :type: BoneColor
193198
+ :type: BoneColor | None
193193
193199
  """
193194
193200
 
193195
193201
  constraints: PoseBoneConstraints
@@ -196001,16 +196007,16 @@ class PropertyGroupItem(bpy_struct):
196001
196007
  :type: bpy_prop_array[float]
196002
196008
  """
196003
196009
 
196004
- group: PropertyGroup
196010
+ group: PropertyGroup | None
196005
196011
  """
196006
196012
 
196007
- :type: PropertyGroup
196013
+ :type: PropertyGroup | None
196008
196014
  """
196009
196015
 
196010
- id: ID
196016
+ id: ID | None
196011
196017
  """
196012
196018
 
196013
- :type: ID
196019
+ :type: ID | None
196014
196020
  """
196015
196021
 
196016
196022
  idp_array: bpy_prop_collection[PropertyGroup]
@@ -197615,10 +197621,10 @@ class RenderSettings(bpy_struct):
197615
197621
  :type: typing.Literal['BLENDER_EEVEE_NEXT']
197616
197622
  """
197617
197623
 
197618
- ffmpeg: FFmpegSettings
197624
+ ffmpeg: FFmpegSettings | None
197619
197625
  """ FFmpeg related settings for the scene
197620
197626
 
197621
- :type: FFmpegSettings
197627
+ :type: FFmpegSettings | None
197622
197628
  """
197623
197629
 
197624
197630
  file_extension: str
@@ -197729,10 +197735,10 @@ class RenderSettings(bpy_struct):
197729
197735
  :type: float
197730
197736
  """
197731
197737
 
197732
- motion_blur_shutter_curve: CurveMapping
197738
+ motion_blur_shutter_curve: CurveMapping | None
197733
197739
  """ Curve defining the shutter's openness over time
197734
197740
 
197735
- :type: CurveMapping
197741
+ :type: CurveMapping | None
197736
197742
  """
197737
197743
 
197738
197744
  pixel_aspect_x: float
@@ -199297,34 +199303,34 @@ class Scene(ID, bpy_struct):
199297
199303
  :type: View3DCursor
199298
199304
  """
199299
199305
 
199300
- cycles: typing.Any
199306
+ cycles: typing.Any | None
199301
199307
  """ Cycles render settings
199302
199308
 
199303
- :type: typing.Any
199309
+ :type: typing.Any | None
199304
199310
  """
199305
199311
 
199306
- cycles_curves: typing.Any
199312
+ cycles_curves: typing.Any | None
199307
199313
  """ Cycles curves rendering settings
199308
199314
 
199309
- :type: typing.Any
199315
+ :type: typing.Any | None
199310
199316
  """
199311
199317
 
199312
- display: SceneDisplay
199318
+ display: SceneDisplay | None
199313
199319
  """ Scene display settings for 3D viewport
199314
199320
 
199315
- :type: SceneDisplay
199321
+ :type: SceneDisplay | None
199316
199322
  """
199317
199323
 
199318
- display_settings: ColorManagedDisplaySettings
199324
+ display_settings: ColorManagedDisplaySettings | None
199319
199325
  """ Settings of device saved image would be displayed on
199320
199326
 
199321
- :type: ColorManagedDisplaySettings
199327
+ :type: ColorManagedDisplaySettings | None
199322
199328
  """
199323
199329
 
199324
- eevee: SceneEEVEE
199330
+ eevee: SceneEEVEE | None
199325
199331
  """ EEVEE settings for the scene
199326
199332
 
199327
- :type: SceneEEVEE
199333
+ :type: SceneEEVEE | None
199328
199334
  """
199329
199335
 
199330
199336
  frame_current: int
@@ -199393,16 +199399,16 @@ class Scene(ID, bpy_struct):
199393
199399
  :type: GreasePencil | None
199394
199400
  """
199395
199401
 
199396
- grease_pencil_settings: SceneGpencil
199402
+ grease_pencil_settings: SceneGpencil | None
199397
199403
  """ Grease Pencil settings for the scene
199398
199404
 
199399
- :type: SceneGpencil
199405
+ :type: SceneGpencil | None
199400
199406
  """
199401
199407
 
199402
- hydra: SceneHydra
199408
+ hydra: SceneHydra | None
199403
199409
  """ Hydra settings for the scene
199404
199410
 
199405
- :type: SceneHydra
199411
+ :type: SceneHydra | None
199406
199412
  """
199407
199413
 
199408
199414
  is_nla_tweakmode: bool
@@ -199465,10 +199471,10 @@ class Scene(ID, bpy_struct):
199465
199471
  :type: SequenceEditor | None
199466
199472
  """
199467
199473
 
199468
- sequencer_colorspace_settings: ColorManagedSequencerColorspaceSettings
199474
+ sequencer_colorspace_settings: ColorManagedSequencerColorspaceSettings | None
199469
199475
  """ Settings of color space sequencer is working in
199470
199476
 
199471
- :type: ColorManagedSequencerColorspaceSettings
199477
+ :type: ColorManagedSequencerColorspaceSettings | None
199472
199478
  """
199473
199479
 
199474
199480
  show_keys_from_selected_only: bool
@@ -199573,10 +199579,10 @@ class Scene(ID, bpy_struct):
199573
199579
  :type: ViewLayers
199574
199580
  """
199575
199581
 
199576
- view_settings: ColorManagedViewSettings
199582
+ view_settings: ColorManagedViewSettings | None
199577
199583
  """ Color management settings applied on image before saving
199578
199584
 
199579
- :type: ColorManagedViewSettings
199585
+ :type: ColorManagedViewSettings | None
199580
199586
  """
199581
199587
 
199582
199588
  world: World | None
@@ -199792,10 +199798,10 @@ class SceneDisplay(bpy_struct):
199792
199798
  :type: typing.Literal['OFF','FXAA','5','8','11','16','32']
199793
199799
  """
199794
199800
 
199795
- shading: View3DShading
199801
+ shading: View3DShading | None
199796
199802
  """ Shading settings for OpenGL render engine
199797
199803
 
199798
- :type: View3DShading
199804
+ :type: View3DShading | None
199799
199805
  """
199800
199806
 
199801
199807
  shadow_focus: float
@@ -200023,10 +200029,10 @@ class SceneEEVEE(bpy_struct):
200023
200029
  :type: typing.Literal['PROBE','SCREEN']
200024
200030
  """
200025
200031
 
200026
- ray_tracing_options: RaytraceEEVEE
200032
+ ray_tracing_options: RaytraceEEVEE | None
200027
200033
  """ EEVEE settings for tracing reflections
200028
200034
 
200029
- :type: RaytraceEEVEE
200035
+ :type: RaytraceEEVEE | None
200030
200036
  """
200031
200037
 
200032
200038
  shadow_pool_size: typing.Literal["16", "32", "64", "128", "256", "512", "1024"]
@@ -200478,10 +200484,10 @@ class Scopes(bpy_struct):
200478
200484
  :type: float
200479
200485
  """
200480
200486
 
200481
- histogram: Histogram
200487
+ histogram: Histogram | None
200482
200488
  """ Histogram for viewing image statistics
200483
200489
 
200484
- :type: Histogram
200490
+ :type: Histogram | None
200485
200491
  """
200486
200492
 
200487
200493
  use_full_resolution: bool
@@ -210410,10 +210416,10 @@ class SpaceClipEditor(Space, bpy_struct):
210410
210416
  :type: typing.Literal['BOUNDING_BOX_CENTER','CURSOR','INDIVIDUAL_ORIGINS','MEDIAN_POINT']
210411
210417
  """
210412
210418
 
210413
- scopes: MovieClipScopes
210419
+ scopes: MovieClipScopes | None
210414
210420
  """ Scopes to visualize movie clip statistics
210415
210421
 
210416
- :type: MovieClipScopes
210422
+ :type: MovieClipScopes | None
210417
210423
  """
210418
210424
 
210419
210425
  show_annotation: bool
@@ -210824,10 +210830,10 @@ class SpaceDopeSheetEditor(Space, bpy_struct):
210824
210830
  :type: bool
210825
210831
  """
210826
210832
 
210827
- dopesheet: DopeSheet
210833
+ dopesheet: DopeSheet | None
210828
210834
  """ Settings for filtering animation data
210829
210835
 
210830
- :type: DopeSheet
210836
+ :type: DopeSheet | None
210831
210837
  """
210832
210838
 
210833
210839
  mode: typing.Literal[
@@ -211421,16 +211427,16 @@ class SpaceImageEditor(Space, bpy_struct):
211421
211427
  :type: typing.Literal['BOUNDING_BOX_CENTER','CURSOR','INDIVIDUAL_ORIGINS','MEDIAN_POINT','ACTIVE_ELEMENT']
211422
211428
  """
211423
211429
 
211424
- sample_histogram: Histogram
211430
+ sample_histogram: Histogram | None
211425
211431
  """ Sampled colors along line
211426
211432
 
211427
- :type: Histogram
211433
+ :type: Histogram | None
211428
211434
  """
211429
211435
 
211430
- scopes: Scopes
211436
+ scopes: Scopes | None
211431
211437
  """ Scopes to visualize image statistics
211432
211438
 
211433
- :type: Scopes
211439
+ :type: Scopes | None
211434
211440
  """
211435
211441
 
211436
211442
  show_annotation: bool
@@ -212923,10 +212929,10 @@ class SpaceSpreadsheet(Space, bpy_struct):
212923
212929
  :type: bool
212924
212930
  """
212925
212931
 
212926
- viewer_path: ViewerPath
212932
+ viewer_path: ViewerPath | None
212927
212933
  """ Path to the data that is displayed in the spreadsheet
212928
212934
 
212929
- :type: ViewerPath
212935
+ :type: ViewerPath | None
212930
212936
  """
212931
212937
 
212932
212938
  @classmethod
@@ -216916,10 +216922,10 @@ class TextCurve(Curve, ID, bpy_struct):
216916
216922
  :type: bpy_prop_collection[TextCharacterFormat]
216917
216923
  """
216918
216924
 
216919
- edit_format: TextCharacterFormat
216925
+ edit_format: TextCharacterFormat | None
216920
216926
  """ Editing settings character formatting
216921
216927
 
216922
- :type: TextCharacterFormat
216928
+ :type: TextCharacterFormat | None
216923
216929
  """
216924
216930
 
216925
216931
  family: str
@@ -223760,10 +223766,10 @@ class ToolSettings(bpy_struct):
223760
223766
  :type: float
223761
223767
  """
223762
223768
 
223763
- gpencil_interpolate: GPencilInterpolateSettings
223769
+ gpencil_interpolate: GPencilInterpolateSettings | None
223764
223770
  """ Settings for Grease Pencil interpolation tools
223765
223771
 
223766
- :type: GPencilInterpolateSettings
223772
+ :type: GPencilInterpolateSettings | None
223767
223773
  """
223768
223774
 
223769
223775
  gpencil_paint: GpPaint | None
@@ -223772,10 +223778,10 @@ class ToolSettings(bpy_struct):
223772
223778
  :type: GpPaint | None
223773
223779
  """
223774
223780
 
223775
- gpencil_sculpt: GPencilSculptSettings
223781
+ gpencil_sculpt: GPencilSculptSettings | None
223776
223782
  """ Settings for stroke sculpting tools and brushes
223777
223783
 
223778
- :type: GPencilSculptSettings
223784
+ :type: GPencilSculptSettings | None
223779
223785
  """
223780
223786
 
223781
223787
  gpencil_sculpt_paint: GpSculptPaint | None
@@ -223822,10 +223828,10 @@ class ToolSettings(bpy_struct):
223822
223828
  :type: GpWeightPaint | None
223823
223829
  """
223824
223830
 
223825
- image_paint: ImagePaint
223831
+ image_paint: ImagePaint | None
223826
223832
  """
223827
223833
 
223828
- :type: ImagePaint
223834
+ :type: ImagePaint | None
223829
223835
  """
223830
223836
 
223831
223837
  keyframe_type: bpy._typing.rna_enums.BeztripleKeyframeTypeItems
@@ -223858,16 +223864,16 @@ class ToolSettings(bpy_struct):
223858
223864
  :type: mathutils.Vector
223859
223865
  """
223860
223866
 
223861
- paint_mode: PaintModeSettings
223867
+ paint_mode: PaintModeSettings | None
223862
223868
  """
223863
223869
 
223864
- :type: PaintModeSettings
223870
+ :type: PaintModeSettings | None
223865
223871
  """
223866
223872
 
223867
- particle_edit: ParticleEdit
223873
+ particle_edit: ParticleEdit | None
223868
223874
  """
223869
223875
 
223870
- :type: ParticleEdit
223876
+ :type: ParticleEdit | None
223871
223877
  """
223872
223878
 
223873
223879
  plane_axis: bpy._typing.rna_enums.AxisXyzItems
@@ -224373,10 +224379,10 @@ class ToolSettings(bpy_struct):
224373
224379
  :type: bool
224374
224380
  """
224375
224381
 
224376
- uv_sculpt: UvSculpt
224382
+ uv_sculpt: UvSculpt | None
224377
224383
  """
224378
224384
 
224379
- :type: UvSculpt
224385
+ :type: UvSculpt | None
224380
224386
  """
224381
224387
 
224382
224388
  uv_sculpt_all_islands: bool
@@ -230282,10 +230288,10 @@ class View3DShading(bpy_struct):
230282
230288
  :type: float
230283
230289
  """
230284
230290
 
230285
- cycles: typing.Any
230291
+ cycles: typing.Any | None
230286
230292
  """
230287
230293
 
230288
- :type: typing.Any
230294
+ :type: typing.Any | None
230289
230295
  """
230290
230296
 
230291
230297
  light: typing.Literal["STUDIO", "MATCAP", "FLAT"]
@@ -230548,10 +230554,10 @@ class ViewLayer(bpy_struct):
230548
230554
  :type: AOVs
230549
230555
  """
230550
230556
 
230551
- cycles: typing.Any
230557
+ cycles: typing.Any | None
230552
230558
  """ Cycles ViewLayer Settings
230553
230559
 
230554
- :type: typing.Any
230560
+ :type: typing.Any | None
230555
230561
  """
230556
230562
 
230557
230563
  depsgraph: Depsgraph | None
@@ -231040,10 +231046,10 @@ class Volume(ID, bpy_struct):
231040
231046
  :type: AnimData | None
231041
231047
  """
231042
231048
 
231043
- display: VolumeDisplay
231049
+ display: VolumeDisplay | None
231044
231050
  """ Volume display settings for 3D viewport
231045
231051
 
231046
- :type: VolumeDisplay
231052
+ :type: VolumeDisplay | None
231047
231053
  """
231048
231054
 
231049
231055
  filepath: str
@@ -231094,10 +231100,10 @@ class Volume(ID, bpy_struct):
231094
231100
  :type: PackedFile | None
231095
231101
  """
231096
231102
 
231097
- render: VolumeRender
231103
+ render: VolumeRender | None
231098
231104
  """ Volume render settings for 3D viewport
231099
231105
 
231100
- :type: VolumeRender
231106
+ :type: VolumeRender | None
231101
231107
  """
231102
231108
 
231103
231109
  sequence_mode: typing.Literal["CLIP", "EXTEND", "REPEAT", "PING_PONG"]
@@ -232335,10 +232341,10 @@ class WindowManager(ID, bpy_struct):
232335
232341
  :type: set[typing.Literal['OFFICIAL','COMMUNITY','TESTING']]
232336
232342
  """
232337
232343
 
232338
- addon_tags: typing.Any
232344
+ addon_tags: typing.Any | None
232339
232345
  """
232340
232346
 
232341
- :type: typing.Any
232347
+ :type: typing.Any | None
232342
232348
  """
232343
232349
 
232344
232350
  asset_path_dummy: str
@@ -232365,10 +232371,10 @@ class WindowManager(ID, bpy_struct):
232365
232371
  :type: bool
232366
232372
  """
232367
232373
 
232368
- extension_tags: typing.Any
232374
+ extension_tags: typing.Any | None
232369
232375
  """
232370
232376
 
232371
- :type: typing.Any
232377
+ :type: typing.Any | None
232372
232378
  """
232373
232379
 
232374
232380
  extension_type: typing.Literal["ADDON", "THEME"]
@@ -233299,16 +233305,16 @@ class World(ID, bpy_struct):
233299
233305
  :type: mathutils.Color
233300
233306
  """
233301
233307
 
233302
- cycles: typing.Any
233308
+ cycles: typing.Any | None
233303
233309
  """ Cycles world settings
233304
233310
 
233305
- :type: typing.Any
233311
+ :type: typing.Any | None
233306
233312
  """
233307
233313
 
233308
- cycles_visibility: typing.Any
233314
+ cycles_visibility: typing.Any | None
233309
233315
  """ Cycles visibility settings
233310
233316
 
233311
- :type: typing.Any
233317
+ :type: typing.Any | None
233312
233318
  """
233313
233319
 
233314
233320
  light_settings: WorldLighting
@@ -234937,6 +234943,8 @@ CONSTRAINT_OT_remove_target: bl_operators.constraint.CONSTRAINT_OT_remove_target
234937
234943
 
234938
234944
  CURVES_MT_add_attribute: bl_ui.properties_data_curves.CURVES_MT_add_attribute
234939
234945
 
234946
+ CURVES_MT_attribute_context_menu: bl_ui.properties_data_curves.CURVES_MT_attribute_context_menu
234947
+
234940
234948
  CURVES_UL_attributes: bl_ui.properties_data_curves.CURVES_UL_attributes
234941
234949
 
234942
234950
  DATA_PT_CURVES_attributes: bl_ui.properties_data_curves.DATA_PT_CURVES_attributes
@@ -236407,6 +236415,8 @@ PHYSICS_UL_dynapaint_surfaces: bl_ui.properties_physics_dynamicpaint.PHYSICS_UL_
236407
236415
 
236408
236416
  POINTCLOUD_MT_add_attribute: bl_ui.properties_data_pointcloud.POINTCLOUD_MT_add_attribute
236409
236417
 
236418
+ POINTCLOUD_MT_attribute_context_menu: bl_ui.properties_data_pointcloud.POINTCLOUD_MT_attribute_context_menu
236419
+
236410
236420
  POINTCLOUD_UL_attributes: bl_ui.properties_data_pointcloud.POINTCLOUD_UL_attributes
236411
236421
 
236412
236422
  POSE_MT_selection_set_create: bl_ui.properties_data_armature.POSE_MT_selection_set_create