fake-bpy-module 20240614__py3-none-any.whl → 20240616__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 (120) hide show
  1. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  2. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  3. bl_operators/anim/__init__.pyi +8 -9
  4. bl_operators/assets/__init__.pyi +3 -4
  5. bl_operators/clip/__init__.pyi +10 -11
  6. bl_operators/connect_to_output/__init__.pyi +1 -4
  7. bl_operators/console/__init__.pyi +5 -6
  8. bl_operators/constraint/__init__.pyi +4 -5
  9. bl_operators/file/__init__.pyi +3 -4
  10. bl_operators/freestyle/__init__.pyi +4 -5
  11. bl_operators/geometry_nodes/__init__.pyi +4 -5
  12. bl_operators/image/__init__.pyi +5 -6
  13. bl_operators/image_as_planes/__init__.pyi +1 -5
  14. bl_operators/mesh/__init__.pyi +3 -4
  15. bl_operators/node/__init__.pyi +10 -13
  16. bl_operators/object/__init__.pyi +15 -16
  17. bl_operators/object_align/__init__.pyi +1 -2
  18. bl_operators/object_quick_effects/__init__.pyi +4 -5
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -2
  20. bl_operators/presets/__init__.pyi +24 -26
  21. bl_operators/rigidbody/__init__.pyi +3 -4
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  23. bl_operators/sequencer/__init__.pyi +8 -9
  24. bl_operators/spreadsheet/__init__.pyi +1 -2
  25. bl_operators/userpref/__init__.pyi +25 -26
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -3
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  30. bl_operators/view3d/__init__.pyi +8 -9
  31. bl_operators/wm/__init__.pyi +45 -45
  32. bl_operators/world/__init__.pyi +1 -2
  33. bl_ui/__init__.pyi +3 -3
  34. bl_ui/anim/__init__.pyi +1 -1
  35. bl_ui/asset_shelf/__init__.pyi +1 -1
  36. bl_ui/generic_ui_list/__init__.pyi +5 -6
  37. bl_ui/node_add_menu/__init__.pyi +1 -1
  38. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  39. bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  40. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  41. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  42. bl_ui/properties_collection/__init__.pyi +6 -17
  43. bl_ui/properties_constraint/__init__.pyi +79 -141
  44. bl_ui/properties_data_armature/__init__.pyi +12 -26
  45. bl_ui/properties_data_bone/__init__.pyi +10 -14
  46. bl_ui/properties_data_camera/__init__.pyi +14 -26
  47. bl_ui/properties_data_curve/__init__.pyi +15 -23
  48. bl_ui/properties_data_curves/__init__.pyi +6 -8
  49. bl_ui/properties_data_empty/__init__.pyi +2 -2
  50. bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -3
  53. bl_ui/properties_data_light/__init__.pyi +12 -22
  54. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  55. bl_ui/properties_data_mesh/__init__.pyi +20 -24
  56. bl_ui/properties_data_metaball/__init__.pyi +5 -7
  57. bl_ui/properties_data_modifier/__init__.pyi +10 -24
  58. bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  60. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  61. bl_ui/properties_data_volume/__init__.pyi +8 -12
  62. bl_ui/properties_freestyle/__init__.pyi +7 -30
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  64. bl_ui/properties_mask_common/__init__.pyi +7 -7
  65. bl_ui/properties_material/__init__.pyi +16 -35
  66. bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  67. bl_ui/properties_object/__init__.pyi +14 -24
  68. bl_ui/properties_output/__init__.pyi +18 -44
  69. bl_ui/properties_paint_common/__init__.pyi +1 -1
  70. bl_ui/properties_particle/__init__.pyi +52 -125
  71. bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  72. bl_ui/properties_physics_common/__init__.pyi +1 -1
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  74. bl_ui/properties_physics_field/__init__.pyi +10 -24
  75. bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  79. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  80. bl_ui/properties_render/__init__.pyi +52 -132
  81. bl_ui/properties_scene/__init__.pyi +15 -19
  82. bl_ui/properties_texture/__init__.pyi +26 -53
  83. bl_ui/properties_view_layer/__init__.pyi +18 -34
  84. bl_ui/properties_workspace/__init__.pyi +4 -7
  85. bl_ui/properties_world/__init__.pyi +10 -16
  86. bl_ui/space_clip/__init__.pyi +69 -109
  87. bl_ui/space_console/__init__.pyi +6 -6
  88. bl_ui/space_dopesheet/__init__.pyi +22 -38
  89. bl_ui/space_filebrowser/__init__.pyi +29 -41
  90. bl_ui/space_graph/__init__.pyi +20 -22
  91. bl_ui/space_image/__init__.pyi +58 -80
  92. bl_ui/space_info/__init__.pyi +6 -6
  93. bl_ui/space_nla/__init__.pyi +17 -21
  94. bl_ui/space_node/__init__.pyi +28 -34
  95. bl_ui/space_outliner/__init__.pyi +14 -14
  96. bl_ui/space_properties/__init__.pyi +3 -3
  97. bl_ui/space_sequencer/__init__.pyi +307 -124
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  99. bl_ui/space_statusbar/__init__.pyi +1 -1
  100. bl_ui/space_text/__init__.pyi +16 -16
  101. bl_ui/space_time/__init__.pyi +7 -11
  102. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  104. bl_ui/space_topbar/__init__.pyi +26 -26
  105. bl_ui/space_userpref/__init__.pyi +90 -142
  106. bl_ui/space_view3d/__init__.pyi +269 -291
  107. bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  109. bmesh/types/__init__.pyi +2 -2
  110. bpy/app/__init__.pyi +2 -2
  111. bpy/ops/extensions/__init__.pyi +18 -0
  112. bpy/ops/wm/__init__.pyi +3 -0
  113. bpy/types/__init__.pyi +859 -1031
  114. bpy_types/__init__.pyi +13 -6567
  115. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +22 -23
  119. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
  120. {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi CHANGED
@@ -37828,6 +37828,7 @@ Property types used in class declarations are all in bpy.props
37828
37828
  * CompositorNodeStabilize.clip
37829
37829
  * CompositorNodeTrackPos.clip
37830
37830
  * FollowTrackConstraint.clip
37831
+ * MovieClipSequence.clip
37831
37832
  * ObjectSolverConstraint.clip
37832
37833
  * Scene.active_clip
37833
37834
  * SequencesMeta.new_clip
@@ -85595,7 +85596,12 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
85595
85596
 
85596
85597
  --------------------
85597
85598
 
85598
- ```../examples/bpy.types.RenderEngine.py```
85599
+ ```../examples/bpy.types.RenderEngine.1.py```
85600
+
85601
+
85602
+ --------------------
85603
+
85604
+ ```../examples/bpy.types.RenderEngine.2.py```
85599
85605
 
85600
85606
 
85601
85607
  --------------------
@@ -100023,10 +100029,10 @@ class AddonPreferences(bpy_struct):
100023
100029
  :type: str
100024
100030
  """
100025
100031
 
100026
- layout: UILayout
100032
+ layout: UILayout | None
100027
100033
  """
100028
100034
 
100029
- :type: UILayout
100035
+ :type: UILayout | None
100030
100036
  """
100031
100037
 
100032
100038
  @classmethod
@@ -100101,10 +100107,10 @@ class Addons(bpy_prop_collection[Addon], bpy_struct):
100101
100107
  class AnimData(bpy_struct):
100102
100108
  """Animation data for data-block"""
100103
100109
 
100104
- action: Action
100110
+ action: Action | None
100105
100111
  """ Active Action for this data-block
100106
100112
 
100107
- :type: Action
100113
+ :type: Action | None
100108
100114
  """
100109
100115
 
100110
100116
  action_binding: str
@@ -100143,10 +100149,10 @@ class AnimData(bpy_struct):
100143
100149
  :type: float
100144
100150
  """
100145
100151
 
100146
- action_tweak_storage: Action
100152
+ action_tweak_storage: Action | None
100147
100153
  """ Slot to temporarily hold the main action while in tweak mode
100148
100154
 
100149
- :type: Action
100155
+ :type: Action | None
100150
100156
  """
100151
100157
 
100152
100158
  drivers: AnimDataDrivers
@@ -100553,10 +100559,10 @@ class Area(bpy_struct):
100553
100559
  class AreaSpaces(bpy_prop_collection[Space], bpy_struct):
100554
100560
  """Collection of spaces"""
100555
100561
 
100556
- active: Space
100562
+ active: Space | None
100557
100563
  """ Space currently being displayed in this area
100558
100564
 
100559
- :type: Space
100565
+ :type: Space | None
100560
100566
  """
100561
100567
 
100562
100568
  @classmethod
@@ -101290,10 +101296,10 @@ class AttributeGroup(bpy_prop_collection[Attribute], bpy_struct):
101290
101296
  :type: int | None
101291
101297
  """
101292
101298
 
101293
- active_color_name: str
101299
+ active_color_name: str | None
101294
101300
  """ The name of the active color attribute for display and editing
101295
101301
 
101296
- :type: str
101302
+ :type: str | None
101297
101303
  """
101298
101304
 
101299
101305
  active_index: int | None
@@ -101371,10 +101377,10 @@ class BakeSettings(bpy_struct):
101371
101377
  :type: float
101372
101378
  """
101373
101379
 
101374
- cage_object: Object
101380
+ cage_object: Object | None
101375
101381
  """ Object to use as cage instead of calculating the cage from the active object with cage extrusion
101376
101382
 
101377
- :type: Object
101383
+ :type: Object | None
101378
101384
  """
101379
101385
 
101380
101386
  filepath: str
@@ -104543,10 +104549,10 @@ class BoidSettings(bpy_struct):
104543
104549
  :type: float
104544
104550
  """
104545
104551
 
104546
- active_boid_state: BoidRule
104552
+ active_boid_state: BoidRule | None
104547
104553
  """
104548
104554
 
104549
- :type: BoidRule
104555
+ :type: BoidRule | None
104550
104556
  """
104551
104557
 
104552
104558
  active_boid_state_index: int | None
@@ -104720,10 +104726,10 @@ class BoidSettings(bpy_struct):
104720
104726
  class BoidState(bpy_struct):
104721
104727
  """Boid state for boid physics"""
104722
104728
 
104723
- active_boid_rule: BoidRule
104729
+ active_boid_rule: BoidRule | None
104724
104730
  """
104725
104731
 
104726
- :type: BoidRule
104732
+ :type: BoidRule | None
104727
104733
  """
104728
104734
 
104729
104735
  active_boid_rule_index: int | None
@@ -104819,16 +104825,16 @@ class Bone(bpy_struct):
104819
104825
  :type: float
104820
104826
  """
104821
104827
 
104822
- bbone_custom_handle_end: Bone
104828
+ bbone_custom_handle_end: Bone | None
104823
104829
  """ Bone that serves as the end handle for the B-Bone curve
104824
104830
 
104825
- :type: Bone
104831
+ :type: Bone | None
104826
104832
  """
104827
104833
 
104828
- bbone_custom_handle_start: Bone
104834
+ bbone_custom_handle_start: Bone | None
104829
104835
  """ Bone that serves as the start handle for the B-Bone curve
104830
104836
 
104831
- :type: Bone
104837
+ :type: Bone | None
104832
104838
  """
104833
104839
 
104834
104840
  bbone_easein: float
@@ -105348,10 +105354,10 @@ class BoneCollection(bpy_struct):
105348
105354
  :type: str
105349
105355
  """
105350
105356
 
105351
- parent: BoneCollection
105357
+ parent: BoneCollection | None
105352
105358
  """ Parent bone collection. Note that accessing this requires a scan of all the bone collections to find the parent
105353
105359
 
105354
- :type: BoneCollection
105360
+ :type: BoneCollection | None
105355
105361
  """
105356
105362
 
105357
105363
  bones_recursive: typing.Any
@@ -105447,10 +105453,10 @@ class BoneCollections(bpy_struct):
105447
105453
  :type: int | None
105448
105454
  """
105449
105455
 
105450
- active_name: str
105456
+ active_name: str | None
105451
105457
  """ The name of the Armature's active bone collection; empty when there is no active collection
105452
105458
 
105453
- :type: str
105459
+ :type: str | None
105454
105460
  """
105455
105461
 
105456
105462
  is_solo_active: bool
@@ -106218,16 +106224,16 @@ class BrushGpencilSettings(bpy_struct):
106218
106224
  :type: int
106219
106225
  """
106220
106226
 
106221
- material: Material
106227
+ material: Material | None
106222
106228
  """ Material used for strokes drawn using this brush
106223
106229
 
106224
- :type: Material
106230
+ :type: Material | None
106225
106231
  """
106226
106232
 
106227
- material_alt: Material
106233
+ material_alt: Material | None
106228
106234
  """ Material used for secondary uses for this brush
106229
106235
 
106230
- :type: Material
106236
+ :type: Material | None
106231
106237
  """
106232
106238
 
106233
106239
  outline_thickness_factor: float
@@ -106797,10 +106803,10 @@ class CameraBackgroundImage(bpy_struct):
106797
106803
  :type: float
106798
106804
  """
106799
106805
 
106800
- clip: MovieClip
106806
+ clip: MovieClip | None
106801
106807
  """ Movie clip displayed and edited in this space
106802
106808
 
106803
- :type: MovieClip
106809
+ :type: MovieClip | None
106804
106810
  """
106805
106811
 
106806
106812
  clip_user: MovieClipUser
@@ -106821,10 +106827,10 @@ class CameraBackgroundImage(bpy_struct):
106821
106827
  :type: str
106822
106828
  """
106823
106829
 
106824
- image: Image
106830
+ image: Image | None
106825
106831
  """ Image displayed and edited in this space
106826
106832
 
106827
- :type: Image
106833
+ :type: Image | None
106828
106834
  """
106829
106835
 
106830
106836
  image_user: ImageUser
@@ -107003,10 +107009,10 @@ class CameraDOFSettings(bpy_struct):
107003
107009
  :type: float
107004
107010
  """
107005
107011
 
107006
- focus_object: Object
107012
+ focus_object: Object | None
107007
107013
  """ Use this object to define the depth of field focal point
107008
107014
 
107009
- :type: Object
107015
+ :type: Object | None
107010
107016
  """
107011
107017
 
107012
107018
  focus_subtarget: str
@@ -107193,10 +107199,10 @@ class ChildParticle(bpy_struct):
107193
107199
  class ClothCollisionSettings(bpy_struct):
107194
107200
  """Cloth simulation settings for self collision and collision with other objects"""
107195
107201
 
107196
- collection: Collection
107202
+ collection: Collection | None
107197
107203
  """ Limit colliders to this Collection
107198
107204
 
107199
- :type: Collection
107205
+ :type: Collection | None
107200
107206
  """
107201
107207
 
107202
107208
  collision_quality: int
@@ -107484,10 +107490,10 @@ class ClothSettings(bpy_struct):
107484
107490
  :type: int
107485
107491
  """
107486
107492
 
107487
- rest_shape_key: ShapeKey
107493
+ rest_shape_key: ShapeKey | None
107488
107494
  """ Shape key to use the rest spring lengths from
107489
107495
 
107490
- :type: ShapeKey
107496
+ :type: ShapeKey | None
107491
107497
  """
107492
107498
 
107493
107499
  sewing_force_max: float
@@ -108714,10 +108720,10 @@ class Constraint(bpy_struct):
108714
108720
  :type: bool
108715
108721
  """
108716
108722
 
108717
- space_object: Object
108723
+ space_object: Object | None
108718
108724
  """ Object for Custom Space
108719
108725
 
108720
- :type: Object
108726
+ :type: Object | None
108721
108727
  """
108722
108728
 
108723
108729
  space_subtarget: str
@@ -108771,10 +108777,10 @@ class ConstraintTarget(bpy_struct):
108771
108777
  :type: str
108772
108778
  """
108773
108779
 
108774
- target: Object
108780
+ target: Object | None
108775
108781
  """ Target object
108776
108782
 
108777
- :type: Object
108783
+ :type: Object | None
108778
108784
  """
108779
108785
 
108780
108786
  @classmethod
@@ -108810,10 +108816,10 @@ class ConstraintTargetBone(bpy_struct):
108810
108816
  :type: str
108811
108817
  """
108812
108818
 
108813
- target: Object
108819
+ target: Object | None
108814
108820
  """ Target armature
108815
108821
 
108816
- :type: Object
108822
+ :type: Object | None
108817
108823
  """
108818
108824
 
108819
108825
  weight: float
@@ -108969,354 +108975,222 @@ class Context(bpy_struct):
108969
108975
  :type: WorkSpace
108970
108976
  """
108971
108977
 
108972
- area: Area
108973
- """
108974
-
108975
- :type: Area
108976
- """
108977
-
108978
- asset: AssetRepresentation
108979
- """
108980
-
108981
- :type: AssetRepresentation
108982
- """
108983
-
108984
- blend_data: BlendData
108985
- """
108986
-
108987
- :type: BlendData
108988
- """
108989
-
108990
- collection: Collection
108991
- """
108992
-
108993
- :type: Collection
108994
- """
108995
-
108996
- engine: str
108997
- """
108998
-
108999
- :type: str
109000
- """
109001
-
109002
- gizmo_group: GizmoGroup
109003
- """
109004
-
109005
- :type: GizmoGroup
109006
- """
109007
-
109008
- layer_collection: LayerCollection
108978
+ texture_slot: TextureSlot | None
109009
108979
  """
109010
108980
 
109011
- :type: LayerCollection
108981
+ :type: TextureSlot | None
109012
108982
  """
109013
108983
 
109014
- mode: str
108984
+ world: World | None
109015
108985
  """
109016
108986
 
109017
- :type: str
108987
+ :type: World | None
109018
108988
  """
109019
108989
 
109020
- preferences: Preferences
109021
- """
109022
-
109023
- :type: Preferences
109024
- """
109025
-
109026
- region: Region
108990
+ object: Object | None
109027
108991
  """
109028
108992
 
109029
- :type: Region
109030
- """
109031
-
109032
- region_data: RegionView3D
109033
- """
109034
-
109035
- :type: RegionView3D
109036
- """
109037
-
109038
- region_popup: Region
109039
- """ The temporary region for pop-ups (including menus and pop-overs)
109040
-
109041
- :type: Region
109042
- """
109043
-
109044
- scene: Scene
109045
- """
109046
-
109047
- :type: Scene
109048
- """
109049
-
109050
- screen: Screen
109051
- """
109052
-
109053
- :type: Screen
109054
- """
109055
-
109056
- space_data: Space
109057
- """ The current space, may be None in background-mode, when the cursor is outside the window or when using menu-search
109058
-
109059
- :type: Space
109060
- """
109061
-
109062
- tool_settings: ToolSettings
109063
- """
109064
-
109065
- :type: ToolSettings
109066
- """
109067
-
109068
- view_layer: ViewLayer
109069
- """
109070
-
109071
- :type: ViewLayer
109072
- """
109073
-
109074
- window: Window
109075
- """
109076
-
109077
- :type: Window
109078
- """
109079
-
109080
- window_manager: WindowManager
109081
- """
109082
-
109083
- :type: WindowManager
109084
- """
109085
-
109086
- workspace: WorkSpace
109087
- """
109088
-
109089
- :type: WorkSpace
109090
- """
109091
-
109092
- texture_slot: TextureSlot
109093
- """
109094
-
109095
- :type: TextureSlot
109096
- """
109097
-
109098
- scene: Scene
109099
- """
109100
-
109101
- :type: Scene
109102
- """
109103
-
109104
- world: World
109105
- """
109106
-
109107
- :type: World
109108
- """
109109
-
109110
- object: Object
109111
- """
109112
-
109113
- :type: Object
108993
+ :type: Object | None
109114
108994
  """
109115
108995
 
109116
- mesh: Mesh
108996
+ mesh: Mesh | None
109117
108997
  """
109118
108998
 
109119
- :type: Mesh
108999
+ :type: Mesh | None
109120
109000
  """
109121
109001
 
109122
- armature: Armature
109002
+ armature: Armature | None
109123
109003
  """
109124
109004
 
109125
- :type: Armature
109005
+ :type: Armature | None
109126
109006
  """
109127
109007
 
109128
- lattice: Lattice
109008
+ lattice: Lattice | None
109129
109009
  """
109130
109010
 
109131
- :type: Lattice
109011
+ :type: Lattice | None
109132
109012
  """
109133
109013
 
109134
- curve: Curve
109014
+ curve: Curve | None
109135
109015
  """
109136
109016
 
109137
- :type: Curve
109017
+ :type: Curve | None
109138
109018
  """
109139
109019
 
109140
- meta_ball: MetaBall
109020
+ meta_ball: MetaBall | None
109141
109021
  """
109142
109022
 
109143
- :type: MetaBall
109023
+ :type: MetaBall | None
109144
109024
  """
109145
109025
 
109146
- light: Light
109026
+ light: Light | None
109147
109027
  """
109148
109028
 
109149
- :type: Light
109029
+ :type: Light | None
109150
109030
  """
109151
109031
 
109152
- speaker: Speaker
109032
+ speaker: Speaker | None
109153
109033
  """
109154
109034
 
109155
- :type: Speaker
109035
+ :type: Speaker | None
109156
109036
  """
109157
109037
 
109158
- lightprobe: LightProbe
109038
+ lightprobe: LightProbe | None
109159
109039
  """
109160
109040
 
109161
- :type: LightProbe
109041
+ :type: LightProbe | None
109162
109042
  """
109163
109043
 
109164
- camera: Camera
109044
+ camera: Camera | None
109165
109045
  """
109166
109046
 
109167
- :type: Camera
109047
+ :type: Camera | None
109168
109048
  """
109169
109049
 
109170
- material: Material
109050
+ material: Material | None
109171
109051
  """
109172
109052
 
109173
- :type: Material
109053
+ :type: Material | None
109174
109054
  """
109175
109055
 
109176
- material_slot: MaterialSlot
109056
+ material_slot: MaterialSlot | None
109177
109057
  """
109178
109058
 
109179
- :type: MaterialSlot
109059
+ :type: MaterialSlot | None
109180
109060
  """
109181
109061
 
109182
- texture: Texture
109062
+ texture: Texture | None
109183
109063
  """
109184
109064
 
109185
- :type: Texture
109065
+ :type: Texture | None
109186
109066
  """
109187
109067
 
109188
- texture_user: ID
109068
+ texture_user: ID | None
109189
109069
  """
109190
109070
 
109191
- :type: ID
109071
+ :type: ID | None
109192
109072
  """
109193
109073
 
109194
- texture_user_property: Property
109074
+ texture_user_property: Property | None
109195
109075
  """
109196
109076
 
109197
- :type: Property
109077
+ :type: Property | None
109198
109078
  """
109199
109079
 
109200
- texture_node: Node
109080
+ texture_node: Node | None
109201
109081
  """
109202
109082
 
109203
- :type: Node
109083
+ :type: Node | None
109204
109084
  """
109205
109085
 
109206
- bone: Bone
109086
+ bone: Bone | None
109207
109087
  """
109208
109088
 
109209
- :type: Bone
109089
+ :type: Bone | None
109210
109090
  """
109211
109091
 
109212
- edit_bone: EditBone
109092
+ edit_bone: EditBone | None
109213
109093
  """
109214
109094
 
109215
- :type: EditBone
109095
+ :type: EditBone | None
109216
109096
  """
109217
109097
 
109218
- pose_bone: PoseBone
109098
+ pose_bone: PoseBone | None
109219
109099
  """
109220
109100
 
109221
- :type: PoseBone
109101
+ :type: PoseBone | None
109222
109102
  """
109223
109103
 
109224
- particle_system: ParticleSystem
109104
+ particle_system: ParticleSystem | None
109225
109105
  """
109226
109106
 
109227
- :type: ParticleSystem
109107
+ :type: ParticleSystem | None
109228
109108
  """
109229
109109
 
109230
- particle_system_editable: ParticleSystem
109110
+ particle_system_editable: ParticleSystem | None
109231
109111
  """
109232
109112
 
109233
- :type: ParticleSystem
109113
+ :type: ParticleSystem | None
109234
109114
  """
109235
109115
 
109236
- particle_settings: ParticleSettings
109116
+ particle_settings: ParticleSettings | None
109237
109117
  """
109238
109118
 
109239
- :type: ParticleSettings
109119
+ :type: ParticleSettings | None
109240
109120
  """
109241
109121
 
109242
- cloth: ClothModifier
109122
+ cloth: ClothModifier | None
109243
109123
  """
109244
109124
 
109245
- :type: ClothModifier
109125
+ :type: ClothModifier | None
109246
109126
  """
109247
109127
 
109248
- soft_body: SoftBodyModifier
109128
+ soft_body: SoftBodyModifier | None
109249
109129
  """
109250
109130
 
109251
- :type: SoftBodyModifier
109131
+ :type: SoftBodyModifier | None
109252
109132
  """
109253
109133
 
109254
109134
  fluid: typing.Any
109255
- collision: CollisionModifier
109256
- """
109257
-
109258
- :type: CollisionModifier
109259
- """
109260
-
109261
- brush: Brush
109135
+ collision: CollisionModifier | None
109262
109136
  """
109263
109137
 
109264
- :type: Brush
109138
+ :type: CollisionModifier | None
109265
109139
  """
109266
109140
 
109267
- dynamic_paint: DynamicPaintModifier
109141
+ brush: Brush | None
109268
109142
  """
109269
109143
 
109270
- :type: DynamicPaintModifier
109144
+ :type: Brush | None
109271
109145
  """
109272
109146
 
109273
- line_style: FreestyleLineStyle
109147
+ dynamic_paint: DynamicPaintModifier | None
109274
109148
  """
109275
109149
 
109276
- :type: FreestyleLineStyle
109150
+ :type: DynamicPaintModifier | None
109277
109151
  """
109278
109152
 
109279
- collection: LayerCollection
109153
+ line_style: FreestyleLineStyle | None
109280
109154
  """
109281
109155
 
109282
- :type: LayerCollection
109156
+ :type: FreestyleLineStyle | None
109283
109157
  """
109284
109158
 
109285
- gpencil: GreasePencil
109159
+ gpencil: GreasePencil | None
109286
109160
  """
109287
109161
 
109288
- :type: GreasePencil
109162
+ :type: GreasePencil | None
109289
109163
  """
109290
109164
 
109291
- grease_pencil: GreasePencilv3
109165
+ grease_pencil: GreasePencilv3 | None
109292
109166
  """
109293
109167
 
109294
- :type: GreasePencilv3
109168
+ :type: GreasePencilv3 | None
109295
109169
  """
109296
109170
 
109297
109171
  curves: typing.Any
109298
- pointcloud: PointCloud
109172
+ pointcloud: PointCloud | None
109299
109173
  """
109300
109174
 
109301
- :type: PointCloud
109175
+ :type: PointCloud | None
109302
109176
  """
109303
109177
 
109304
- volume: Volume
109178
+ volume: Volume | None
109305
109179
  """
109306
109180
 
109307
- :type: Volume
109181
+ :type: Volume | None
109308
109182
  """
109309
109183
 
109310
- edit_movieclip: MovieClip
109184
+ edit_movieclip: MovieClip | None
109311
109185
  """
109312
109186
 
109313
- :type: MovieClip
109187
+ :type: MovieClip | None
109314
109188
  """
109315
109189
 
109316
- edit_mask: Mask
109190
+ edit_mask: Mask | None
109317
109191
  """
109318
109192
 
109319
- :type: Mask
109193
+ :type: Mask | None
109320
109194
  """
109321
109195
 
109322
109196
  active_file: FileSelectEntry | None
@@ -109331,10 +109205,10 @@ class Context(bpy_struct):
109331
109205
  :type: list[FileSelectEntry]
109332
109206
  """
109333
109207
 
109334
- asset_library_reference: AssetLibraryReference
109208
+ asset_library_reference: AssetLibraryReference | None
109335
109209
  """
109336
109210
 
109337
- :type: AssetLibraryReference
109211
+ :type: AssetLibraryReference | None
109338
109212
  """
109339
109213
 
109340
109214
  selected_assets: list[AssetRepresentation]
@@ -109343,10 +109217,10 @@ class Context(bpy_struct):
109343
109217
  :type: list[AssetRepresentation]
109344
109218
  """
109345
109219
 
109346
- id: ID
109220
+ id: ID | None
109347
109221
  """
109348
109222
 
109349
- :type: ID
109223
+ :type: ID | None
109350
109224
  """
109351
109225
 
109352
109226
  selected_ids: list[ID]
@@ -109355,16 +109229,10 @@ class Context(bpy_struct):
109355
109229
  :type: list[ID]
109356
109230
  """
109357
109231
 
109358
- edit_image: Image
109359
- """
109360
-
109361
- :type: Image
109362
- """
109363
-
109364
- edit_mask: Mask
109232
+ edit_image: Image | None
109365
109233
  """
109366
109234
 
109367
- :type: Mask
109235
+ :type: Image | None
109368
109236
  """
109369
109237
 
109370
109238
  selected_nodes: list[Node]
@@ -109379,36 +109247,6 @@ class Context(bpy_struct):
109379
109247
  :type: Node | None
109380
109248
  """
109381
109249
 
109382
- light: Light
109383
- """
109384
-
109385
- :type: Light
109386
- """
109387
-
109388
- material: Material
109389
- """
109390
-
109391
- :type: Material
109392
- """
109393
-
109394
- world: World
109395
- """
109396
-
109397
- :type: World
109398
- """
109399
-
109400
- scene: Scene
109401
- """
109402
-
109403
- :type: Scene
109404
- """
109405
-
109406
- view_layer: ViewLayer
109407
- """
109408
-
109409
- :type: ViewLayer
109410
- """
109411
-
109412
109250
  visible_objects: list[Object]
109413
109251
  """
109414
109252
 
@@ -109511,52 +109349,46 @@ class Context(bpy_struct):
109511
109349
  :type: Object | None
109512
109350
  """
109513
109351
 
109514
- object: Object
109515
- """
109516
-
109517
- :type: Object
109518
- """
109519
-
109520
- edit_object: Object
109352
+ edit_object: Object | None
109521
109353
  """
109522
109354
 
109523
- :type: Object
109355
+ :type: Object | None
109524
109356
  """
109525
109357
 
109526
- sculpt_object: Object
109358
+ sculpt_object: Object | None
109527
109359
  """
109528
109360
 
109529
- :type: Object
109361
+ :type: Object | None
109530
109362
  """
109531
109363
 
109532
- vertex_paint_object: Object
109364
+ vertex_paint_object: Object | None
109533
109365
  """
109534
109366
 
109535
- :type: Object
109367
+ :type: Object | None
109536
109368
  """
109537
109369
 
109538
- weight_paint_object: Object
109370
+ weight_paint_object: Object | None
109539
109371
  """
109540
109372
 
109541
- :type: Object
109373
+ :type: Object | None
109542
109374
  """
109543
109375
 
109544
- image_paint_object: Object
109376
+ image_paint_object: Object | None
109545
109377
  """
109546
109378
 
109547
- :type: Object
109379
+ :type: Object | None
109548
109380
  """
109549
109381
 
109550
- particle_edit_object: Object
109382
+ particle_edit_object: Object | None
109551
109383
  """
109552
109384
 
109553
- :type: Object
109385
+ :type: Object | None
109554
109386
  """
109555
109387
 
109556
- pose_object: Object
109388
+ pose_object: Object | None
109557
109389
  """
109558
109390
 
109559
- :type: Object
109391
+ :type: Object | None
109560
109392
  """
109561
109393
 
109562
109394
  active_sequence_strip: Sequence | None
@@ -109607,28 +109439,28 @@ class Context(bpy_struct):
109607
109439
  :type: list[MovieTrackingTrack]
109608
109440
  """
109609
109441
 
109610
- gpencil_data: GreasePencil
109442
+ gpencil_data: GreasePencil | None
109611
109443
  """
109612
109444
 
109613
- :type: GreasePencil
109445
+ :type: GreasePencil | None
109614
109446
  """
109615
109447
 
109616
- gpencil_data_owner: ID
109448
+ gpencil_data_owner: ID | None
109617
109449
  """
109618
109450
 
109619
- :type: ID
109451
+ :type: ID | None
109620
109452
  """
109621
109453
 
109622
- annotation_data: GreasePencil
109454
+ annotation_data: GreasePencil | None
109623
109455
  """
109624
109456
 
109625
- :type: GreasePencil
109457
+ :type: GreasePencil | None
109626
109458
  """
109627
109459
 
109628
- annotation_data_owner: ID
109460
+ annotation_data_owner: ID | None
109629
109461
  """
109630
109462
 
109631
- :type: ID
109463
+ :type: ID | None
109632
109464
  """
109633
109465
 
109634
109466
  visible_gpencil_layers: list[GPencilLayer]
@@ -109727,10 +109559,10 @@ class Context(bpy_struct):
109727
109559
  :type: list[Keyframe]
109728
109560
  """
109729
109561
 
109730
- ui_list: UIList
109562
+ ui_list: UIList | None
109731
109563
  """
109732
109564
 
109733
- :type: UIList
109565
+ :type: UIList | None
109734
109566
  """
109735
109567
 
109736
109568
  property: tuple[AnyType]
@@ -109740,34 +109572,10 @@ Returns a tuple of the data-block, data path to the property, and array index.
109740
109572
  :type: tuple[AnyType]
109741
109573
  """
109742
109574
 
109743
- asset_library_reference: AssetLibraryReference
109744
- """
109745
-
109746
- :type: AssetLibraryReference
109747
- """
109748
-
109749
- edit_mask: Mask
109575
+ edit_text: Text | None
109750
109576
  """
109751
109577
 
109752
- :type: Mask
109753
- """
109754
-
109755
- edit_text: Text
109756
- """
109757
-
109758
- :type: Text
109759
- """
109760
-
109761
- active_object: Object | None
109762
- """
109763
-
109764
- :type: Object | None
109765
- """
109766
-
109767
- selected_ids: list[ID]
109768
- """
109769
-
109770
- :type: list[ID]
109578
+ :type: Text | None
109771
109579
  """
109772
109580
 
109773
109581
  def evaluated_depsgraph_get(self) -> Depsgraph:
@@ -110975,10 +110783,10 @@ class DisplaySafeAreas(bpy_struct):
110975
110783
  class DopeSheet(bpy_struct):
110976
110784
  """Settings for filtering the channels shown in animation editors"""
110977
110785
 
110978
- filter_collection: Collection
110786
+ filter_collection: Collection | None
110979
110787
  """ Collection that included object should be a member of
110980
110788
 
110981
- :type: Collection
110789
+ :type: Collection | None
110982
110790
  """
110983
110791
 
110984
110792
  filter_fcurve_name: str
@@ -111324,10 +111132,10 @@ class DriverTarget(bpy_struct):
111324
111132
  :type: float
111325
111133
  """
111326
111134
 
111327
- id: ID
111135
+ id: ID | None
111328
111136
  """ ID-block that the specific property used can be found from (id_type property must be set first)
111329
111137
 
111330
- :type: ID
111138
+ :type: ID | None
111331
111139
  """
111332
111140
 
111333
111141
  id_type: str
@@ -111486,10 +111294,10 @@ class DynamicPaintBrushSettings(bpy_struct):
111486
111294
  :type: float
111487
111295
  """
111488
111296
 
111489
- particle_system: ParticleSystem
111297
+ particle_system: ParticleSystem | None
111490
111298
  """ The particle system to paint with
111491
111299
 
111492
- :type: ParticleSystem
111300
+ :type: ParticleSystem | None
111493
111301
  """
111494
111302
 
111495
111303
  proximity_falloff: str
@@ -111672,10 +111480,10 @@ class DynamicPaintCanvasSettings(bpy_struct):
111672
111480
  class DynamicPaintSurface(bpy_struct):
111673
111481
  """A canvas surface layer"""
111674
111482
 
111675
- brush_collection: Collection
111483
+ brush_collection: Collection | None
111676
111484
  """ Only use brush objects from this collection
111677
111485
 
111678
- :type: Collection
111486
+ :type: Collection | None
111679
111487
  """
111680
111488
 
111681
111489
  brush_influence_scale: float
@@ -111810,10 +111618,10 @@ class DynamicPaintSurface(bpy_struct):
111810
111618
  :type: str
111811
111619
  """
111812
111620
 
111813
- init_texture: Texture
111621
+ init_texture: Texture | None
111814
111622
  """
111815
111623
 
111816
- :type: Texture
111624
+ :type: Texture | None
111817
111625
  """
111818
111626
 
111819
111627
  is_active: bool
@@ -112029,10 +111837,10 @@ class DynamicPaintSurface(bpy_struct):
112029
111837
  class DynamicPaintSurfaces(bpy_prop_collection[DynamicPaintSurface], bpy_struct):
112030
111838
  """Collection of Dynamic Paint Canvas surfaces"""
112031
111839
 
112032
- active: DynamicPaintSurface
111840
+ active: DynamicPaintSurface | None
112033
111841
  """ Active Dynamic Paint surface being displayed
112034
111842
 
112035
- :type: DynamicPaintSurface
111843
+ :type: DynamicPaintSurface | None
112036
111844
  """
112037
111845
 
112038
111846
  active_index: int | None
@@ -112125,16 +111933,16 @@ class EditBone(bpy_struct):
112125
111933
  :type: float
112126
111934
  """
112127
111935
 
112128
- bbone_custom_handle_end: EditBone
111936
+ bbone_custom_handle_end: EditBone | None
112129
111937
  """ Bone that serves as the end handle for the B-Bone curve
112130
111938
 
112131
- :type: EditBone
111939
+ :type: EditBone | None
112132
111940
  """
112133
111941
 
112134
- bbone_custom_handle_start: EditBone
111942
+ bbone_custom_handle_start: EditBone | None
112135
111943
  """ Bone that serves as the start handle for the B-Bone curve
112136
111944
 
112137
- :type: EditBone
111945
+ :type: EditBone | None
112138
111946
  """
112139
111947
 
112140
111948
  bbone_easein: float
@@ -112311,10 +112119,10 @@ class EditBone(bpy_struct):
112311
112119
  :type: str
112312
112120
  """
112313
112121
 
112314
- parent: EditBone
112122
+ parent: EditBone | None
112315
112123
  """ Parent edit bone (in same Armature)
112316
112124
 
112317
- :type: EditBone
112125
+ :type: EditBone | None
112318
112126
  """
112319
112127
 
112320
112128
  roll: float
@@ -112553,10 +112361,10 @@ class EffectorWeights(bpy_struct):
112553
112361
  :type: float
112554
112362
  """
112555
112363
 
112556
- collection: Collection
112364
+ collection: Collection | None
112557
112365
  """ Limit effectors to this collection
112558
112366
 
112559
- :type: Collection
112367
+ :type: Collection | None
112560
112368
  """
112561
112369
 
112562
112370
  curve_guide: float
@@ -112940,10 +112748,10 @@ class FCurve(bpy_struct):
112940
112748
  :type: str
112941
112749
  """
112942
112750
 
112943
- group: ActionGroup
112751
+ group: ActionGroup | None
112944
112752
  """ Action Group that this F-Curve belongs to
112945
112753
 
112946
- :type: ActionGroup
112754
+ :type: ActionGroup | None
112947
112755
  """
112948
112756
 
112949
112757
  hide: bool
@@ -113803,10 +113611,10 @@ class FieldSettings(bpy_struct):
113803
113611
  :type: float
113804
113612
  """
113805
113613
 
113806
- source_object: Object
113614
+ source_object: Object | None
113807
113615
  """ Select domain object of the smoke simulation
113808
113616
 
113809
- :type: Object
113617
+ :type: Object | None
113810
113618
  """
113811
113619
 
113812
113620
  strength: float
@@ -113815,10 +113623,10 @@ class FieldSettings(bpy_struct):
113815
113623
  :type: float
113816
113624
  """
113817
113625
 
113818
- texture: Texture
113626
+ texture: Texture | None
113819
113627
  """ Texture to use as force
113820
113628
 
113821
- :type: Texture
113629
+ :type: Texture | None
113822
113630
  """
113823
113631
 
113824
113632
  texture_mode: str
@@ -115262,10 +115070,10 @@ class FluidDomainSettings(bpy_struct):
115262
115070
  :type: str
115263
115071
  """
115264
115072
 
115265
- effector_group: Collection
115073
+ effector_group: Collection | None
115266
115074
  """ Limit effectors to this collection
115267
115075
 
115268
- :type: Collection
115076
+ :type: Collection | None
115269
115077
  """
115270
115078
 
115271
115079
  effector_weights: EffectorWeights
@@ -115322,16 +115130,16 @@ class FluidDomainSettings(bpy_struct):
115322
115130
  :type: float
115323
115131
  """
115324
115132
 
115325
- fluid_group: Collection
115133
+ fluid_group: Collection | None
115326
115134
  """ Limit fluid objects to this collection
115327
115135
 
115328
- :type: Collection
115136
+ :type: Collection | None
115329
115137
  """
115330
115138
 
115331
- force_collection: Collection
115139
+ force_collection: Collection | None
115332
115140
  """ Limit forces to this collection
115333
115141
 
115334
- :type: Collection
115142
+ :type: Collection | None
115335
115143
  """
115336
115144
 
115337
115145
  fractions_distance: float
@@ -115394,10 +115202,10 @@ class FluidDomainSettings(bpy_struct):
115394
115202
  :type: int
115395
115203
  """
115396
115204
 
115397
- guide_parent: Object
115205
+ guide_parent: Object | None
115398
115206
  """ Use velocities from this object for the guiding effect (object needs to have fluid modifier and be of type domain))
115399
115207
 
115400
- :type: Object
115208
+ :type: Object | None
115401
115209
  """
115402
115210
 
115403
115211
  guide_source: str
@@ -116150,10 +115958,10 @@ class FluidFlowSettings(bpy_struct):
116150
115958
  :type: float
116151
115959
  """
116152
115960
 
116153
- noise_texture: Texture
115961
+ noise_texture: Texture | None
116154
115962
  """ Texture that controls emission strength
116155
115963
 
116156
- :type: Texture
115964
+ :type: Texture | None
116157
115965
  """
116158
115966
 
116159
115967
  particle_size: float
@@ -116162,10 +115970,10 @@ class FluidFlowSettings(bpy_struct):
116162
115970
  :type: float
116163
115971
  """
116164
115972
 
116165
- particle_system: ParticleSystem
115973
+ particle_system: ParticleSystem | None
116166
115974
  """ Particle systems emitted from the object
116167
115975
 
116168
- :type: ParticleSystem
115976
+ :type: ParticleSystem | None
116169
115977
  """
116170
115978
 
116171
115979
  smoke_color: mathutils.Color
@@ -116309,10 +116117,10 @@ class FluidFlowSettings(bpy_struct):
116309
116117
  class FreestyleLineSet(bpy_struct):
116310
116118
  """Line set for associating lines and style parameters"""
116311
116119
 
116312
- collection: Collection
116120
+ collection: Collection | None
116313
116121
  """ A collection of objects based on which feature edges are selected
116314
116122
 
116315
- :type: Collection
116123
+ :type: Collection | None
116316
116124
  """
116317
116125
 
116318
116126
  collection_negation: str
@@ -116546,10 +116354,10 @@ class FreestyleLineSet(bpy_struct):
116546
116354
  class FreestyleModuleSettings(bpy_struct):
116547
116355
  """Style module configuration for specifying a style module"""
116548
116356
 
116549
- script: Text
116357
+ script: Text | None
116550
116358
  """ Python script to define a style module
116551
116359
 
116552
- :type: Text
116360
+ :type: Text | None
116553
116361
  """
116554
116362
 
116555
116363
  use: bool
@@ -117099,10 +116907,10 @@ class GPencilInterpolateSettings(bpy_struct):
117099
116907
  class GPencilLayer(bpy_struct):
117100
116908
  """Collection of related sketches"""
117101
116909
 
117102
- active_frame: GPencilFrame
116910
+ active_frame: GPencilFrame | None
117103
116911
  """ Frame currently being displayed for this layer
117104
116912
 
117105
- :type: GPencilFrame
116913
+ :type: GPencilFrame | None
117106
116914
  """
117107
116915
 
117108
116916
  annotation_hide: bool
@@ -117249,10 +117057,10 @@ class GPencilLayer(bpy_struct):
117249
117057
  :type: float
117250
117058
  """
117251
117059
 
117252
- parent: Object
117060
+ parent: Object | None
117253
117061
  """ Parent object
117254
117062
 
117255
- :type: Object
117063
+ :type: Object | None
117256
117064
  """
117257
117065
 
117258
117066
  parent_bone: str
@@ -117463,10 +117271,10 @@ class GPencilSculptGuide(bpy_struct):
117463
117271
  :type: bpy_prop_array[float]
117464
117272
  """
117465
117273
 
117466
- reference_object: Object
117274
+ reference_object: Object | None
117467
117275
  """ Object used for reference point
117468
117276
 
117469
- :type: Object
117277
+ :type: Object | None
117470
117278
  """
117471
117279
 
117472
117280
  reference_point: str
@@ -119018,10 +118826,10 @@ class GreasePencilLayer(bpy_struct):
119018
118826
  :type: float
119019
118827
  """
119020
118828
 
119021
- parent: Object
118829
+ parent: Object | None
119022
118830
  """ Parent object
119023
118831
 
119024
- :type: Object
118832
+ :type: Object | None
119025
118833
  """
119026
118834
 
119027
118835
  parent_bone: str
@@ -119772,10 +119580,10 @@ class Histogram(bpy_struct):
119772
119580
  class ID(bpy_struct):
119773
119581
  """Base type for data-blocks, defining a unique name, linking from other libraries and garbage collection"""
119774
119582
 
119775
- asset_data: AssetMetaData
119583
+ asset_data: AssetMetaData | None
119776
119584
  """ Additional data for an asset data-block
119777
119585
 
119778
- :type: AssetMetaData
119586
+ :type: AssetMetaData | None
119779
119587
  """
119780
119588
 
119781
119589
  id_type: str
@@ -122078,10 +121886,10 @@ class KeyingSetPath(bpy_struct):
122078
121886
  :type: str
122079
121887
  """
122080
121888
 
122081
- id: ID
121889
+ id: ID | None
122082
121890
  """ ID-Block that keyframes for Keying Set should be added to (for Absolute Keying Sets only)
122083
121891
 
122084
- :type: ID
121892
+ :type: ID | None
122085
121893
  """
122086
121894
 
122087
121895
  id_type: str
@@ -122931,10 +122739,10 @@ class LineStyleThicknessModifiers(
122931
122739
  class Linesets(bpy_prop_collection[FreestyleLineSet], bpy_struct):
122932
122740
  """Line sets for associating lines and style parameters"""
122933
122741
 
122934
- active: FreestyleLineSet
122742
+ active: FreestyleLineSet | None
122935
122743
  """ Active line set being displayed
122936
122744
 
122937
- :type: FreestyleLineSet
122745
+ :type: FreestyleLineSet | None
122938
122746
  """
122939
122747
 
122940
122748
  active_index: int | None
@@ -123326,10 +123134,10 @@ class MaskLayers(bpy_prop_collection[MaskLayer], bpy_struct):
123326
123134
  class MaskParent(bpy_struct):
123327
123135
  """Parenting settings for masking element"""
123328
123136
 
123329
- id: ID
123137
+ id: ID | None
123330
123138
  """ ID-block to which masking element would be parented to or to its property
123331
123139
 
123332
- :type: ID
123140
+ :type: ID | None
123333
123141
  """
123334
123142
 
123335
123143
  id_type: str
@@ -123698,10 +123506,10 @@ class MaterialGPencilStyle(bpy_struct):
123698
123506
  :type: bpy_prop_array[float]
123699
123507
  """
123700
123508
 
123701
- fill_image: Image
123509
+ fill_image: Image | None
123702
123510
  """
123703
123511
 
123704
- :type: Image
123512
+ :type: Image | None
123705
123513
  """
123706
123514
 
123707
123515
  fill_style: str
@@ -123800,10 +123608,10 @@ class MaterialGPencilStyle(bpy_struct):
123800
123608
  :type: bool
123801
123609
  """
123802
123610
 
123803
- stroke_image: Image
123611
+ stroke_image: Image | None
123804
123612
  """
123805
123613
 
123806
- :type: Image
123614
+ :type: Image | None
123807
123615
  """
123808
123616
 
123809
123617
  stroke_style: str
@@ -123942,10 +123750,10 @@ class MaterialSlot(bpy_struct):
123942
123750
  :type: str
123943
123751
  """
123944
123752
 
123945
- material: Material
123753
+ material: Material | None
123946
123754
  """ Material data-block used by this material slot
123947
123755
 
123948
- :type: Material
123756
+ :type: Material | None
123949
123757
  """
123950
123758
 
123951
123759
  name: str
@@ -125170,10 +124978,10 @@ class MeshVertices(bpy_prop_collection[MeshVertex], bpy_struct):
125170
124978
  class MetaBallElements(bpy_prop_collection[MetaElement], bpy_struct):
125171
124979
  """Collection of metaball elements"""
125172
124980
 
125173
- active: MetaElement
124981
+ active: MetaElement | None
125174
124982
  """ Last selected element
125175
124983
 
125176
- :type: MetaElement
124984
+ :type: MetaElement | None
125177
124985
  """
125178
124986
 
125179
124987
  def new(self, type: str | None = "BALL") -> MetaElement:
@@ -126520,10 +126328,10 @@ class MovieTrackingPlaneMarkers(
126520
126328
  class MovieTrackingPlaneTrack(bpy_struct):
126521
126329
  """Match-moving plane track data for tracking"""
126522
126330
 
126523
- image: Image
126331
+ image: Image | None
126524
126332
  """ Image displayed in the track during editing in clip editor
126525
126333
 
126526
- :type: Image
126334
+ :type: Image | None
126527
126335
  """
126528
126336
 
126529
126337
  image_opacity: float
@@ -127060,10 +126868,10 @@ class MovieTrackingTrack(bpy_struct):
127060
126868
  :type: int
127061
126869
  """
127062
126870
 
127063
- grease_pencil: GreasePencil
126871
+ grease_pencil: GreasePencil | None
127064
126872
  """ Grease pencil data for this track
127065
126873
 
127066
- :type: GreasePencil
126874
+ :type: GreasePencil | None
127067
126875
  """
127068
126876
 
127069
126877
  has_bundle: bool
@@ -127284,10 +127092,10 @@ class MovieTrackingTracks(bpy_prop_collection[MovieTrackingTrack], bpy_struct):
127284
127092
  class NlaStrip(bpy_struct):
127285
127093
  """A container referencing an existing Action"""
127286
127094
 
127287
- action: Action
127095
+ action: Action | None
127288
127096
  """ Action referenced by this strip
127289
127097
 
127290
- :type: Action
127098
+ :type: Action | None
127291
127099
  """
127292
127100
 
127293
127101
  action_frame_end: float
@@ -127302,10 +127110,10 @@ class NlaStrip(bpy_struct):
127302
127110
  :type: float
127303
127111
  """
127304
127112
 
127305
- active: bool
127113
+ active: bool | None
127306
127114
  """ NLA Strip is active
127307
127115
 
127308
- :type: bool
127116
+ :type: bool | None
127309
127117
  """
127310
127118
 
127311
127119
  blend_in: float
@@ -127587,10 +127395,10 @@ class NlaStrips(bpy_prop_collection[NlaStrip], bpy_struct):
127587
127395
  class NlaTrack(bpy_struct):
127588
127396
  """An animation layer containing Actions referenced as NLA strips"""
127589
127397
 
127590
- active: bool
127398
+ active: bool | None
127591
127399
  """ NLA Track is active
127592
127400
 
127593
- :type: bool
127401
+ :type: bool | None
127594
127402
  """
127595
127403
 
127596
127404
  is_override_data: bool
@@ -127845,10 +127653,10 @@ class Node(bpy_struct):
127845
127653
  :type: NodeOutputs
127846
127654
  """
127847
127655
 
127848
- parent: Node
127656
+ parent: Node | None
127849
127657
  """ Parent this node is attached to
127850
127658
 
127851
- :type: Node
127659
+ :type: Node | None
127852
127660
  """
127853
127661
 
127854
127662
  select: bool
@@ -129571,10 +129379,10 @@ class NodesModifierBakes(bpy_prop_collection[NodesModifierBake], bpy_struct):
129571
129379
  ...
129572
129380
 
129573
129381
  class NodesModifierDataBlock(bpy_struct):
129574
- id: ID
129382
+ id: ID | None
129575
129383
  """
129576
129384
 
129577
- :type: ID
129385
+ :type: ID | None
129578
129386
  """
129579
129387
 
129580
129388
  id_name: str
@@ -129882,16 +129690,16 @@ class ObjectGpencilModifiers(bpy_prop_collection[GpencilModifier], bpy_struct):
129882
129690
  ...
129883
129691
 
129884
129692
  class ObjectLightLinking(bpy_struct):
129885
- blocker_collection: Collection
129693
+ blocker_collection: Collection | None
129886
129694
  """ Collection which defines objects which block light from this emitter
129887
129695
 
129888
- :type: Collection
129696
+ :type: Collection | None
129889
129697
  """
129890
129698
 
129891
- receiver_collection: Collection
129699
+ receiver_collection: Collection | None
129892
129700
  """ Collection which defines light linking relation of this emitter
129893
129701
 
129894
- :type: Collection
129702
+ :type: Collection | None
129895
129703
  """
129896
129704
 
129897
129705
  @classmethod
@@ -130479,10 +130287,10 @@ class PackedFile(bpy_struct):
130479
130287
  ...
130480
130288
 
130481
130289
  class Paint(bpy_struct):
130482
- brush: Brush
130290
+ brush: Brush | None
130483
130291
  """ Active Brush
130484
130292
 
130485
- :type: Brush
130293
+ :type: Brush | None
130486
130294
  """
130487
130295
 
130488
130296
  cavity_curve: CurveMapping
@@ -130491,10 +130299,10 @@ class Paint(bpy_struct):
130491
130299
  :type: CurveMapping
130492
130300
  """
130493
130301
 
130494
- palette: Palette
130302
+ palette: Palette | None
130495
130303
  """ Active Palette
130496
130304
 
130497
- :type: Palette
130305
+ :type: Palette | None
130498
130306
  """
130499
130307
 
130500
130308
  show_brush: bool
@@ -130608,10 +130416,10 @@ class Paint(bpy_struct):
130608
130416
  class PaintModeSettings(bpy_struct):
130609
130417
  """Properties of paint mode"""
130610
130418
 
130611
- canvas_image: Image
130419
+ canvas_image: Image | None
130612
130420
  """ Image used as painting target
130613
130421
 
130614
- :type: Image
130422
+ :type: Image | None
130615
130423
  """
130616
130424
 
130617
130425
  canvas_source: str
@@ -130645,10 +130453,10 @@ class PaintModeSettings(bpy_struct):
130645
130453
  ...
130646
130454
 
130647
130455
  class PaintToolSlot(bpy_struct):
130648
- brush: Brush
130456
+ brush: Brush | None
130649
130457
  """
130650
130458
 
130651
- :type: Brush
130459
+ :type: Brush | None
130652
130460
  """
130653
130461
 
130654
130462
  @classmethod
@@ -131285,10 +131093,10 @@ class ParticleEdit(bpy_struct):
131285
131093
  :type: str
131286
131094
  """
131287
131095
 
131288
- shape_object: Object
131096
+ shape_object: Object | None
131289
131097
  """ Outer shape to use for tools
131290
131098
 
131291
- :type: Object
131099
+ :type: Object | None
131292
131100
  """
131293
131101
 
131294
131102
  show_particles: bool
@@ -131574,10 +131382,10 @@ class ParticleSettingsTextureSlots(
131574
131382
  class ParticleSystem(bpy_struct):
131575
131383
  """Particle system in an object"""
131576
131384
 
131577
- active_particle_target: ParticleTarget
131385
+ active_particle_target: ParticleTarget | None
131578
131386
  """
131579
131387
 
131580
- :type: ParticleTarget
131388
+ :type: ParticleTarget | None
131581
131389
  """
131582
131390
 
131583
131391
  active_particle_target_index: int | None
@@ -131718,10 +131526,10 @@ class ParticleSystem(bpy_struct):
131718
131526
  :type: str
131719
131527
  """
131720
131528
 
131721
- parent: Object
131529
+ parent: Object | None
131722
131530
  """ Use this object's coordinate system instead of global coordinate system
131723
131531
 
131724
- :type: Object
131532
+ :type: Object | None
131725
131533
  """
131726
131534
 
131727
131535
  particles: bpy_prop_collection[Particle]
@@ -131736,10 +131544,10 @@ class ParticleSystem(bpy_struct):
131736
131544
  :type: PointCache
131737
131545
  """
131738
131546
 
131739
- reactor_target_object: Object
131547
+ reactor_target_object: Object | None
131740
131548
  """ For reactor systems, the object that has the target particle system (empty if same object)
131741
131549
 
131742
- :type: Object
131550
+ :type: Object | None
131743
131551
  """
131744
131552
 
131745
131553
  reactor_target_particle_system: int
@@ -131946,10 +131754,10 @@ class ParticleSystem(bpy_struct):
131946
131754
  class ParticleSystems(bpy_prop_collection[ParticleSystem], bpy_struct):
131947
131755
  """Collection of particle systems"""
131948
131756
 
131949
- active: ParticleSystem
131757
+ active: ParticleSystem | None
131950
131758
  """ Active particle system being displayed
131951
131759
 
131952
- :type: ParticleSystem
131760
+ :type: ParticleSystem | None
131953
131761
  """
131954
131762
 
131955
131763
  active_index: int | None
@@ -132009,10 +131817,10 @@ class ParticleTarget(bpy_struct):
132009
131817
  :type: str
132010
131818
  """
132011
131819
 
132012
- object: Object
131820
+ object: Object | None
132013
131821
  """ The object that has the target particle system (empty if same object)
132014
131822
 
132015
- :type: Object
131823
+ :type: Object | None
132016
131824
  """
132017
131825
 
132018
131826
  system: int
@@ -132675,10 +132483,10 @@ class PoseBone(bpy_struct):
132675
132483
  :type: PoseBoneConstraints
132676
132484
  """
132677
132485
 
132678
- custom_shape: Object
132486
+ custom_shape: Object | None
132679
132487
  """ Object that defines custom display shape for this bone
132680
132488
 
132681
- :type: Object
132489
+ :type: Object | None
132682
132490
  """
132683
132491
 
132684
132492
  custom_shape_rotation_euler: mathutils.Euler
@@ -132693,10 +132501,10 @@ class PoseBone(bpy_struct):
132693
132501
  :type: mathutils.Vector
132694
132502
  """
132695
132503
 
132696
- custom_shape_transform: PoseBone
132504
+ custom_shape_transform: PoseBone | None
132697
132505
  """ Bone that defines the display transform of this custom shape
132698
132506
 
132699
- :type: PoseBone
132507
+ :type: PoseBone | None
132700
132508
  """
132701
132509
 
132702
132510
  custom_shape_translation: mathutils.Vector
@@ -134438,10 +134246,10 @@ class PreferencesInput(bpy_struct):
134438
134246
  class PreferencesKeymap(bpy_struct):
134439
134247
  """Shortcut setup for keyboards and other input devices"""
134440
134248
 
134441
- active_keyconfig: str
134249
+ active_keyconfig: str | None
134442
134250
  """ The name of the active key configuration
134443
134251
 
134444
- :type: str
134252
+ :type: str | None
134445
134253
  """
134446
134254
 
134447
134255
  show_ui_keyconfig: bool
@@ -134573,6 +134381,18 @@ class PreferencesSystem(bpy_struct):
134573
134381
  :type: int
134574
134382
  """
134575
134383
 
134384
+ network_connection_limit: int
134385
+ """ Limit the number of simultaneous internet connections online operations may make at once. Zero disables the limit
134386
+
134387
+ :type: int
134388
+ """
134389
+
134390
+ network_timeout: int
134391
+ """ The time in seconds to wait for online operations before a connection may fail with a time-out error. Zero uses the systems default
134392
+
134393
+ :type: int
134394
+ """
134395
+
134576
134396
  pixel_size: float
134577
134397
  """
134578
134398
 
@@ -135534,10 +135354,10 @@ class PropertyGroupItem(bpy_struct):
135534
135354
  :type: PropertyGroup
135535
135355
  """
135536
135356
 
135537
- id: ID
135357
+ id: ID | None
135538
135358
  """
135539
135359
 
135540
- :type: ID
135360
+ :type: ID | None
135541
135361
  """
135542
135362
 
135543
135363
  idp_array: bpy_prop_collection[PropertyGroup]
@@ -137734,10 +137554,10 @@ class RenderView(bpy_struct):
137734
137554
  class RenderViews(bpy_prop_collection[SceneRenderView], bpy_struct):
137735
137555
  """Collection of render views"""
137736
137556
 
137737
- active: SceneRenderView
137557
+ active: SceneRenderView | None
137738
137558
  """ Active Render View
137739
137559
 
137740
- :type: SceneRenderView
137560
+ :type: SceneRenderView | None
137741
137561
  """
137742
137562
 
137743
137563
  active_index: int | None
@@ -138026,16 +137846,16 @@ class RigidBodyConstraint(bpy_struct):
138026
137846
  :type: float
138027
137847
  """
138028
137848
 
138029
- object1: Object
137849
+ object1: Object | None
138030
137850
  """ First Rigid Body Object to be constrained
138031
137851
 
138032
- :type: Object
137852
+ :type: Object | None
138033
137853
  """
138034
137854
 
138035
- object2: Object
137855
+ object2: Object | None
138036
137856
  """ Second Rigid Body Object to be constrained
138037
137857
 
138038
- :type: Object
137858
+ :type: Object | None
138039
137859
  """
138040
137860
 
138041
137861
  solver_iterations: int
@@ -138386,16 +138206,16 @@ class RigidBodyObject(bpy_struct):
138386
138206
  class RigidBodyWorld(bpy_struct):
138387
138207
  """Self-contained rigid body simulation environment and settings"""
138388
138208
 
138389
- collection: Collection
138209
+ collection: Collection | None
138390
138210
  """ Collection containing objects participating in this simulation
138391
138211
 
138392
- :type: Collection
138212
+ :type: Collection | None
138393
138213
  """
138394
138214
 
138395
- constraints: Collection
138215
+ constraints: Collection | None
138396
138216
  """ Collection containing rigid body constraint objects
138397
138217
 
138398
- :type: Collection
138218
+ :type: Collection | None
138399
138219
  """
138400
138220
 
138401
138221
  effector_weights: EffectorWeights
@@ -140193,16 +140013,16 @@ class SequenceElements(bpy_prop_collection[SequenceElement], bpy_struct):
140193
140013
  class SequenceModifier(bpy_struct):
140194
140014
  """Modifier for sequence strip"""
140195
140015
 
140196
- input_mask_id: Mask
140016
+ input_mask_id: Mask | None
140197
140017
  """ Mask ID used as mask input for the modifier
140198
140018
 
140199
- :type: Mask
140019
+ :type: Mask | None
140200
140020
  """
140201
140021
 
140202
- input_mask_strip: Sequence
140022
+ input_mask_strip: Sequence | None
140203
140023
  """ Strip used as mask input for the modifier
140204
140024
 
140205
- :type: Sequence
140025
+ :type: Sequence | None
140206
140026
  """
140207
140027
 
140208
140028
  input_mask_type: str
@@ -141728,10 +141548,10 @@ class SoftBodySettings(bpy_struct):
141728
141548
  :type: int
141729
141549
  """
141730
141550
 
141731
- collision_collection: Collection
141551
+ collision_collection: Collection | None
141732
141552
  """ Limit colliders to this collection
141733
141553
 
141734
- :type: Collection
141554
+ :type: Collection | None
141735
141555
  """
141736
141556
 
141737
141557
  collision_type: str
@@ -143569,10 +143389,10 @@ class TextureSlot(bpy_struct):
143569
143389
  :type: mathutils.Vector
143570
143390
  """
143571
143391
 
143572
- texture: Texture
143392
+ texture: Texture | None
143573
143393
  """ Texture data-block used by this texture slot
143574
143394
 
143575
- :type: Texture
143395
+ :type: Texture | None
143576
143396
  """
143577
143397
 
143578
143398
  @classmethod
@@ -147748,10 +147568,10 @@ class TimeGpencilModifierSegment(bpy_struct):
147748
147568
  class TimelineMarker(bpy_struct):
147749
147569
  """Marker for noting points in the timeline"""
147750
147570
 
147751
- camera: Object
147571
+ camera: Object | None
147752
147572
  """ Camera that becomes active on this frame
147753
147573
 
147754
- :type: Object
147574
+ :type: Object | None
147755
147575
  """
147756
147576
 
147757
147577
  frame: int
@@ -148788,10 +148608,10 @@ class UDIMTile(bpy_struct):
148788
148608
  class UDIMTiles(bpy_prop_collection[UDIMTile], bpy_struct):
148789
148609
  """Collection of UDIM tiles"""
148790
148610
 
148791
- active: UDIMTile
148611
+ active: UDIMTile | None
148792
148612
  """ Active Image Tile
148793
148613
 
148794
- :type: UDIMTile
148614
+ :type: UDIMTile | None
148795
148615
  """
148796
148616
 
148797
148617
  active_index: int | None
@@ -151116,10 +150936,10 @@ class UVLoopLayers(bpy_prop_collection[MeshUVLoopLayer], bpy_struct):
151116
150936
  class UVProjector(bpy_struct):
151117
150937
  """UV projector used by the UV project modifier"""
151118
150938
 
151119
- object: Object
150939
+ object: Object | None
151120
150940
  """ Object to use as projector transform
151121
150941
 
151122
- :type: Object
150942
+ :type: Object | None
151123
150943
  """
151124
150944
 
151125
150945
  @classmethod
@@ -152765,10 +152585,10 @@ class View3DShading(bpy_struct):
152765
152585
  class ViewLayer(bpy_struct):
152766
152586
  """View layer"""
152767
152587
 
152768
- active_aov: AOV
152588
+ active_aov: AOV | None
152769
152589
  """ Active AOV
152770
152590
 
152771
- :type: AOV
152591
+ :type: AOV | None
152772
152592
  """
152773
152593
 
152774
152594
  active_aov_index: int | None
@@ -152777,16 +152597,16 @@ class ViewLayer(bpy_struct):
152777
152597
  :type: int | None
152778
152598
  """
152779
152599
 
152780
- active_layer_collection: LayerCollection
152600
+ active_layer_collection: LayerCollection | None
152781
152601
  """ Active layer collection in this view layer's hierarchy
152782
152602
 
152783
- :type: LayerCollection
152603
+ :type: LayerCollection | None
152784
152604
  """
152785
152605
 
152786
- active_lightgroup: Lightgroup
152606
+ active_lightgroup: Lightgroup | None
152787
152607
  """ Active Lightgroup
152788
152608
 
152789
- :type: Lightgroup
152609
+ :type: Lightgroup | None
152790
152610
  """
152791
152611
 
152792
152612
  active_lightgroup_index: int | None
@@ -152843,10 +152663,10 @@ class ViewLayer(bpy_struct):
152843
152663
  :type: Lightgroups
152844
152664
  """
152845
152665
 
152846
- material_override: Material
152666
+ material_override: Material | None
152847
152667
  """ Material to override all other materials in this view layer
152848
152668
 
152849
- :type: Material
152669
+ :type: Material | None
152850
152670
  """
152851
152671
 
152852
152672
  name: str
@@ -153101,10 +152921,10 @@ class ViewLayer(bpy_struct):
153101
152921
  :type: bool
153102
152922
  """
153103
152923
 
153104
- world_override: World
152924
+ world_override: World | None
153105
152925
  """ Override world in this view layer
153106
152926
 
153107
- :type: World
152927
+ :type: World | None
153108
152928
  """
153109
152929
 
153110
152930
  @classmethod
@@ -154733,10 +154553,10 @@ class XrSessionSettings(bpy_struct):
154733
154553
  :type: mathutils.Vector
154734
154554
  """
154735
154555
 
154736
- base_pose_object: Object
154556
+ base_pose_object: Object | None
154737
154557
  """ Object to take the location and rotation to which translation and rotation deltas from the VR headset will be applied to
154738
154558
 
154739
- :type: Object
154559
+ :type: Object | None
154740
154560
  """
154741
154561
 
154742
154562
  base_pose_type: str
@@ -156174,10 +155994,10 @@ class BoidRuleAvoid(BoidRule, bpy_struct):
156174
155994
  :type: float
156175
155995
  """
156176
155996
 
156177
- object: Object
155997
+ object: Object | None
156178
155998
  """ Object to avoid
156179
155999
 
156180
- :type: Object
156000
+ :type: Object | None
156181
156001
  """
156182
156002
 
156183
156003
  use_predict: bool
@@ -156297,10 +156117,10 @@ class BoidRuleFollowLeader(BoidRule, bpy_struct):
156297
156117
  :type: float
156298
156118
  """
156299
156119
 
156300
- object: Object
156120
+ object: Object | None
156301
156121
  """ Follow this object instead of a boid
156302
156122
 
156303
- :type: Object
156123
+ :type: Object | None
156304
156124
  """
156305
156125
 
156306
156126
  queue_count: int
@@ -156340,10 +156160,10 @@ class BoidRuleFollowLeader(BoidRule, bpy_struct):
156340
156160
  ...
156341
156161
 
156342
156162
  class BoidRuleGoal(BoidRule, bpy_struct):
156343
- object: Object
156163
+ object: Object | None
156344
156164
  """ Goal object
156345
156165
 
156346
- :type: Object
156166
+ :type: Object | None
156347
156167
  """
156348
156168
 
156349
156169
  use_predict: bool
@@ -156379,10 +156199,10 @@ class BoidRuleGoal(BoidRule, bpy_struct):
156379
156199
  class ActionConstraint(Constraint, bpy_struct):
156380
156200
  """Map an action to the transform axes of a bone"""
156381
156201
 
156382
- action: Action
156202
+ action: Action | None
156383
156203
  """ The constraining action
156384
156204
 
156385
- :type: Action
156205
+ :type: Action | None
156386
156206
  """
156387
156207
 
156388
156208
  eval_time: float
@@ -156427,10 +156247,10 @@ class ActionConstraint(Constraint, bpy_struct):
156427
156247
  :type: str
156428
156248
  """
156429
156249
 
156430
- target: Object
156250
+ target: Object | None
156431
156251
  """ Target object
156432
156252
 
156433
- :type: Object
156253
+ :type: Object | None
156434
156254
  """
156435
156255
 
156436
156256
  transform_channel: str
@@ -156529,10 +156349,10 @@ class ArmatureConstraint(Constraint, bpy_struct):
156529
156349
  class CameraSolverConstraint(Constraint, bpy_struct):
156530
156350
  """Lock motion to the reconstructed camera movement"""
156531
156351
 
156532
- clip: MovieClip
156352
+ clip: MovieClip | None
156533
156353
  """ Movie Clip to get tracking data from
156534
156354
 
156535
- :type: MovieClip
156355
+ :type: MovieClip | None
156536
156356
  """
156537
156357
 
156538
156358
  use_active_clip: bool
@@ -156586,10 +156406,10 @@ class ChildOfConstraint(Constraint, bpy_struct):
156586
156406
  :type: str
156587
156407
  """
156588
156408
 
156589
- target: Object
156409
+ target: Object | None
156590
156410
  """ Target object
156591
156411
 
156592
- :type: Object
156412
+ :type: Object | None
156593
156413
  """
156594
156414
 
156595
156415
  use_location_x: bool
@@ -156679,10 +156499,10 @@ class ClampToConstraint(Constraint, bpy_struct):
156679
156499
  :type: str
156680
156500
  """
156681
156501
 
156682
- target: Object
156502
+ target: Object | None
156683
156503
  """ Target Object (Curves only)
156684
156504
 
156685
- :type: Object
156505
+ :type: Object | None
156686
156506
  """
156687
156507
 
156688
156508
  use_cyclic: bool
@@ -156748,10 +156568,10 @@ class CopyLocationConstraint(Constraint, bpy_struct):
156748
156568
  :type: str
156749
156569
  """
156750
156570
 
156751
- target: Object
156571
+ target: Object | None
156752
156572
  """ Target object
156753
156573
 
156754
- :type: Object
156574
+ :type: Object | None
156755
156575
  """
156756
156576
 
156757
156577
  use_bbone_shape: bool
@@ -156847,10 +156667,10 @@ class CopyRotationConstraint(Constraint, bpy_struct):
156847
156667
  :type: str
156848
156668
  """
156849
156669
 
156850
- target: Object
156670
+ target: Object | None
156851
156671
  """ Target object
156852
156672
 
156853
- :type: Object
156673
+ :type: Object | None
156854
156674
  """
156855
156675
 
156856
156676
  use_offset: bool
@@ -156916,10 +156736,10 @@ class CopyScaleConstraint(Constraint, bpy_struct):
156916
156736
  :type: str
156917
156737
  """
156918
156738
 
156919
- target: Object
156739
+ target: Object | None
156920
156740
  """ Target object
156921
156741
 
156922
- :type: Object
156742
+ :type: Object | None
156923
156743
  """
156924
156744
 
156925
156745
  use_add: bool
@@ -157009,10 +156829,10 @@ class CopyTransformsConstraint(Constraint, bpy_struct):
157009
156829
  :type: str
157010
156830
  """
157011
156831
 
157012
- target: Object
156832
+ target: Object | None
157013
156833
  """ Target object
157014
156834
 
157015
- :type: Object
156835
+ :type: Object | None
157016
156836
  """
157017
156837
 
157018
156838
  use_bbone_shape: bool
@@ -157060,10 +156880,10 @@ class DampedTrackConstraint(Constraint, bpy_struct):
157060
156880
  :type: str
157061
156881
  """
157062
156882
 
157063
- target: Object
156883
+ target: Object | None
157064
156884
  """ Target object
157065
156885
 
157066
- :type: Object
156886
+ :type: Object | None
157067
156887
  """
157068
156888
 
157069
156889
  track_axis: str
@@ -157123,10 +156943,10 @@ class FloorConstraint(Constraint, bpy_struct):
157123
156943
  :type: str
157124
156944
  """
157125
156945
 
157126
- target: Object
156946
+ target: Object | None
157127
156947
  """ Target object
157128
156948
 
157129
- :type: Object
156949
+ :type: Object | None
157130
156950
  """
157131
156951
 
157132
156952
  use_rotation: bool
@@ -157180,10 +157000,10 @@ class FollowPathConstraint(Constraint, bpy_struct):
157180
157000
  :type: float
157181
157001
  """
157182
157002
 
157183
- target: Object
157003
+ target: Object | None
157184
157004
  """ Target Curve object
157185
157005
 
157186
- :type: Object
157006
+ :type: Object | None
157187
157007
  """
157188
157008
 
157189
157009
  up_axis: str
@@ -157237,22 +157057,22 @@ class FollowPathConstraint(Constraint, bpy_struct):
157237
157057
  class FollowTrackConstraint(Constraint, bpy_struct):
157238
157058
  """Lock motion to the target motion track"""
157239
157059
 
157240
- camera: Object
157060
+ camera: Object | None
157241
157061
  """ Camera to which motion is parented (if empty active scene camera is used)
157242
157062
 
157243
- :type: Object
157063
+ :type: Object | None
157244
157064
  """
157245
157065
 
157246
- clip: MovieClip
157066
+ clip: MovieClip | None
157247
157067
  """ Movie Clip to get tracking data from
157248
157068
 
157249
- :type: MovieClip
157069
+ :type: MovieClip | None
157250
157070
  """
157251
157071
 
157252
- depth_object: Object
157072
+ depth_object: Object | None
157253
157073
  """ Object used to define depth in camera space by projecting onto surface of this object
157254
157074
 
157255
- :type: Object
157075
+ :type: Object | None
157256
157076
  """
157257
157077
 
157258
157078
  frame_method: str
@@ -157402,10 +157222,10 @@ class KinematicConstraint(Constraint, bpy_struct):
157402
157222
  :type: str
157403
157223
  """
157404
157224
 
157405
- pole_target: Object
157225
+ pole_target: Object | None
157406
157226
  """ Object for pole rotation
157407
157227
 
157408
- :type: Object
157228
+ :type: Object | None
157409
157229
  """
157410
157230
 
157411
157231
  reference_axis: str
@@ -157420,10 +157240,10 @@ class KinematicConstraint(Constraint, bpy_struct):
157420
157240
  :type: str
157421
157241
  """
157422
157242
 
157423
- target: Object
157243
+ target: Object | None
157424
157244
  """ Target object
157425
157245
 
157426
- :type: Object
157246
+ :type: Object | None
157427
157247
  """
157428
157248
 
157429
157249
  use_location: bool
@@ -157507,10 +157327,10 @@ class LimitDistanceConstraint(Constraint, bpy_struct):
157507
157327
  :type: str
157508
157328
  """
157509
157329
 
157510
- target: Object
157330
+ target: Object | None
157511
157331
  """ Target object
157512
157332
 
157513
- :type: Object
157333
+ :type: Object | None
157514
157334
  """
157515
157335
 
157516
157336
  use_bbone_shape: bool
@@ -157873,10 +157693,10 @@ class LockedTrackConstraint(Constraint, bpy_struct):
157873
157693
  :type: str
157874
157694
  """
157875
157695
 
157876
- target: Object
157696
+ target: Object | None
157877
157697
  """ Target object
157878
157698
 
157879
- :type: Object
157699
+ :type: Object | None
157880
157700
  """
157881
157701
 
157882
157702
  track_axis: str
@@ -157963,16 +157783,16 @@ class MaintainVolumeConstraint(Constraint, bpy_struct):
157963
157783
  class ObjectSolverConstraint(Constraint, bpy_struct):
157964
157784
  """Lock motion to the reconstructed object movement"""
157965
157785
 
157966
- camera: Object
157786
+ camera: Object | None
157967
157787
  """ Camera to which motion is parented (if empty active scene camera is used)
157968
157788
 
157969
- :type: Object
157789
+ :type: Object | None
157970
157790
  """
157971
157791
 
157972
- clip: MovieClip
157792
+ clip: MovieClip | None
157973
157793
  """ Movie Clip to get tracking data from
157974
157794
 
157975
- :type: MovieClip
157795
+ :type: MovieClip | None
157976
157796
  """
157977
157797
 
157978
157798
  object: str
@@ -158044,10 +157864,10 @@ class PivotConstraint(Constraint, bpy_struct):
158044
157864
  :type: str
158045
157865
  """
158046
157866
 
158047
- target: Object
157867
+ target: Object | None
158048
157868
  """ Target Object, defining the position of the pivot when defined
158049
157869
 
158050
- :type: Object
157870
+ :type: Object | None
158051
157871
  """
158052
157872
 
158053
157873
  use_bbone_shape: bool
@@ -158107,10 +157927,10 @@ class PythonConstraint(Constraint, bpy_struct):
158107
157927
  :type: bpy_prop_collection[ConstraintTarget]
158108
157928
  """
158109
157929
 
158110
- text: Text
157930
+ text: Text | None
158111
157931
  """ The text object that contains the Python script
158112
157932
 
158113
- :type: Text
157933
+ :type: Text | None
158114
157934
  """
158115
157935
 
158116
157936
  use_targets: bool
@@ -158182,10 +158002,10 @@ class ShrinkwrapConstraint(Constraint, bpy_struct):
158182
158002
  :type: str
158183
158003
  """
158184
158004
 
158185
- target: Object
158005
+ target: Object | None
158186
158006
  """ Target Mesh object
158187
158007
 
158188
- :type: Object
158008
+ :type: Object | None
158189
158009
  """
158190
158010
 
158191
158011
  track_axis: str
@@ -158281,10 +158101,10 @@ class SplineIKConstraint(Constraint, bpy_struct):
158281
158101
  :type: bpy_prop_array[float]
158282
158102
  """
158283
158103
 
158284
- target: Object
158104
+ target: Object | None
158285
158105
  """ Curve that controls this relationship
158286
158106
 
158287
- :type: Object
158107
+ :type: Object | None
158288
158108
  """
158289
158109
 
158290
158110
  use_bulge_max: bool
@@ -158410,10 +158230,10 @@ class StretchToConstraint(Constraint, bpy_struct):
158410
158230
  :type: str
158411
158231
  """
158412
158232
 
158413
- target: Object
158233
+ target: Object | None
158414
158234
  """ Target object
158415
158235
 
158416
- :type: Object
158236
+ :type: Object | None
158417
158237
  """
158418
158238
 
158419
158239
  use_bbone_shape: bool
@@ -158479,10 +158299,10 @@ class TrackToConstraint(Constraint, bpy_struct):
158479
158299
  :type: str
158480
158300
  """
158481
158301
 
158482
- target: Object
158302
+ target: Object | None
158483
158303
  """ Target object
158484
158304
 
158485
- :type: Object
158305
+ :type: Object | None
158486
158306
  """
158487
158307
 
158488
158308
  track_axis: str
@@ -158536,10 +158356,10 @@ class TrackToConstraint(Constraint, bpy_struct):
158536
158356
  class TransformCacheConstraint(Constraint, bpy_struct):
158537
158357
  """Look up transformation from an external file"""
158538
158358
 
158539
- cache_file: CacheFile
158359
+ cache_file: CacheFile | None
158540
158360
  """
158541
158361
 
158542
- :type: CacheFile
158362
+ :type: CacheFile | None
158543
158363
  """
158544
158364
 
158545
158365
  object_path: str
@@ -158743,10 +158563,10 @@ class TransformConstraint(Constraint, bpy_struct):
158743
158563
  :type: str
158744
158564
  """
158745
158565
 
158746
- target: Object
158566
+ target: Object | None
158747
158567
  """ Target object
158748
158568
 
158749
- :type: Object
158569
+ :type: Object | None
158750
158570
  """
158751
158571
 
158752
158572
  to_euler_order: str
@@ -159647,10 +159467,10 @@ class ArmatureGpencilModifier(GpencilModifier, bpy_struct):
159647
159467
  :type: bool
159648
159468
  """
159649
159469
 
159650
- object: Object
159470
+ object: Object | None
159651
159471
  """ Armature object to deform with
159652
159472
 
159653
- :type: Object
159473
+ :type: Object | None
159654
159474
  """
159655
159475
 
159656
159476
  use_bone_envelopes: bool
@@ -159752,16 +159572,16 @@ class ArrayGpencilModifier(GpencilModifier, bpy_struct):
159752
159572
  :type: int
159753
159573
  """
159754
159574
 
159755
- material: Material
159575
+ material: Material | None
159756
159576
  """ Material used for filtering effect
159757
159577
 
159758
- :type: Material
159578
+ :type: Material | None
159759
159579
  """
159760
159580
 
159761
- offset_object: Object
159581
+ offset_object: Object | None
159762
159582
  """ Use the location and rotation of another object to determine the distance and rotational change between arrayed items
159763
159583
 
159764
- :type: Object
159584
+ :type: Object | None
159765
159585
  """
159766
159586
 
159767
159587
  pass_index: int
@@ -159929,10 +159749,10 @@ class BuildGpencilModifier(GpencilModifier, bpy_struct):
159929
159749
  :type: str
159930
159750
  """
159931
159751
 
159932
- object: Object
159752
+ object: Object | None
159933
159753
  """ Object used as build starting position
159934
159754
 
159935
- :type: Object
159755
+ :type: Object | None
159936
159756
  """
159937
159757
 
159938
159758
  percentage_factor: float
@@ -160070,10 +159890,10 @@ class ColorGpencilModifier(GpencilModifier, bpy_struct):
160070
159890
  :type: int
160071
159891
  """
160072
159892
 
160073
- material: Material
159893
+ material: Material | None
160074
159894
  """ Material used for filtering effect
160075
159895
 
160076
- :type: Material
159896
+ :type: Material | None
160077
159897
  """
160078
159898
 
160079
159899
  modify_color: str
@@ -160175,10 +159995,10 @@ class DashGpencilModifierData(GpencilModifier, bpy_struct):
160175
159995
  :type: int
160176
159996
  """
160177
159997
 
160178
- material: Material
159998
+ material: Material | None
160179
159999
  """ Material used for filtering effect
160180
160000
 
160181
- :type: Material
160001
+ :type: Material | None
160182
160002
  """
160183
160003
 
160184
160004
  pass_index: int
@@ -160274,10 +160094,10 @@ class EnvelopeGpencilModifier(GpencilModifier, bpy_struct):
160274
160094
  :type: int
160275
160095
  """
160276
160096
 
160277
- material: Material
160097
+ material: Material | None
160278
160098
  """ Material used for filtering effect
160279
160099
 
160280
- :type: Material
160100
+ :type: Material | None
160281
160101
  """
160282
160102
 
160283
160103
  mode: str
@@ -160415,10 +160235,10 @@ class HookGpencilModifier(GpencilModifier, bpy_struct):
160415
160235
  :type: int
160416
160236
  """
160417
160237
 
160418
- material: Material
160238
+ material: Material | None
160419
160239
  """ Material used for filtering effect
160420
160240
 
160421
- :type: Material
160241
+ :type: Material | None
160422
160242
  """
160423
160243
 
160424
160244
  matrix_inverse: mathutils.Matrix
@@ -160427,10 +160247,10 @@ class HookGpencilModifier(GpencilModifier, bpy_struct):
160427
160247
  :type: mathutils.Matrix
160428
160248
  """
160429
160249
 
160430
- object: Object
160250
+ object: Object | None
160431
160251
  """ Parent Object for hook, also recalculates and clears offset
160432
160252
 
160433
- :type: Object
160253
+ :type: Object | None
160434
160254
  """
160435
160255
 
160436
160256
  pass_index: int
@@ -160532,16 +160352,16 @@ class LatticeGpencilModifier(GpencilModifier, bpy_struct):
160532
160352
  :type: int
160533
160353
  """
160534
160354
 
160535
- material: Material
160355
+ material: Material | None
160536
160356
  """ Material used for filtering effect
160537
160357
 
160538
- :type: Material
160358
+ :type: Material | None
160539
160359
  """
160540
160360
 
160541
- object: Object
160361
+ object: Object | None
160542
160362
  """ Lattice object to deform with
160543
160363
 
160544
- :type: Object
160364
+ :type: Object | None
160545
160365
  """
160546
160366
 
160547
160367
  pass_index: int
@@ -160643,10 +160463,10 @@ class LengthGpencilModifier(GpencilModifier, bpy_struct):
160643
160463
  :type: int
160644
160464
  """
160645
160465
 
160646
- material: Material
160466
+ material: Material | None
160647
160467
  """ Material used for filtering effect
160648
160468
 
160649
- :type: Material
160469
+ :type: Material | None
160650
160470
  """
160651
160471
 
160652
160472
  max_angle: float
@@ -160802,10 +160622,10 @@ class LineartGpencilModifier(GpencilModifier, bpy_struct):
160802
160622
  :type: int
160803
160623
  """
160804
160624
 
160805
- light_contour_object: Object
160625
+ light_contour_object: Object | None
160806
160626
  """ Use this light object to generate light contour
160807
160627
 
160808
- :type: Object
160628
+ :type: Object | None
160809
160629
  """
160810
160630
 
160811
160631
  opacity: float
@@ -160856,22 +160676,22 @@ class LineartGpencilModifier(GpencilModifier, bpy_struct):
160856
160676
  :type: float
160857
160677
  """
160858
160678
 
160859
- source_camera: Object
160679
+ source_camera: Object | None
160860
160680
  """ Use specified camera object for generating Line Art strokes
160861
160681
 
160862
- :type: Object
160682
+ :type: Object | None
160863
160683
  """
160864
160684
 
160865
- source_collection: Collection
160685
+ source_collection: Collection | None
160866
160686
  """ Generate strokes from the objects in this collection
160867
160687
 
160868
- :type: Collection
160688
+ :type: Collection | None
160869
160689
  """
160870
160690
 
160871
- source_object: Object
160691
+ source_object: Object | None
160872
160692
  """ Generate strokes from this object
160873
160693
 
160874
- :type: Object
160694
+ :type: Object | None
160875
160695
  """
160876
160696
 
160877
160697
  source_type: str
@@ -160904,10 +160724,10 @@ class LineartGpencilModifier(GpencilModifier, bpy_struct):
160904
160724
  :type: str
160905
160725
  """
160906
160726
 
160907
- target_material: Material
160727
+ target_material: Material | None
160908
160728
  """ Grease Pencil material assigned to the generated strokes
160909
160729
 
160910
- :type: Material
160730
+ :type: Material | None
160911
160731
  """
160912
160732
 
160913
160733
  thickness: int
@@ -161213,16 +161033,16 @@ class MirrorGpencilModifier(GpencilModifier, bpy_struct):
161213
161033
  :type: int
161214
161034
  """
161215
161035
 
161216
- material: Material
161036
+ material: Material | None
161217
161037
  """ Material used for filtering effect
161218
161038
 
161219
- :type: Material
161039
+ :type: Material | None
161220
161040
  """
161221
161041
 
161222
- object: Object
161042
+ object: Object | None
161223
161043
  """ Object used as center
161224
161044
 
161225
- :type: Object
161045
+ :type: Object | None
161226
161046
  """
161227
161047
 
161228
161048
  pass_index: int
@@ -161348,10 +161168,10 @@ class MultiplyGpencilModifier(GpencilModifier, bpy_struct):
161348
161168
  :type: int
161349
161169
  """
161350
161170
 
161351
- material: Material
161171
+ material: Material | None
161352
161172
  """ Material used for filtering effect
161353
161173
 
161354
- :type: Material
161174
+ :type: Material | None
161355
161175
  """
161356
161176
 
161357
161177
  offset: float
@@ -161471,10 +161291,10 @@ class NoiseGpencilModifier(GpencilModifier, bpy_struct):
161471
161291
  :type: int
161472
161292
  """
161473
161293
 
161474
- material: Material
161294
+ material: Material | None
161475
161295
  """ Material used for filtering effect
161476
161296
 
161477
- :type: Material
161297
+ :type: Material | None
161478
161298
  """
161479
161299
 
161480
161300
  noise_offset: float
@@ -161606,10 +161426,10 @@ class OffsetGpencilModifier(GpencilModifier, bpy_struct):
161606
161426
  :type: mathutils.Vector
161607
161427
  """
161608
161428
 
161609
- material: Material
161429
+ material: Material | None
161610
161430
  """ Material used for filtering effect
161611
161431
 
161612
- :type: Material
161432
+ :type: Material | None
161613
161433
  """
161614
161434
 
161615
161435
  mode: str
@@ -161771,10 +161591,10 @@ class OpacityGpencilModifier(GpencilModifier, bpy_struct):
161771
161591
  :type: int
161772
161592
  """
161773
161593
 
161774
- material: Material
161594
+ material: Material | None
161775
161595
  """ Material used for filtering effect
161776
161596
 
161777
- :type: Material
161597
+ :type: Material | None
161778
161598
  """
161779
161599
 
161780
161600
  modify_color: str
@@ -161876,22 +161696,22 @@ class OutlineGpencilModifier(GpencilModifier, bpy_struct):
161876
161696
  :type: int
161877
161697
  """
161878
161698
 
161879
- material: Material
161699
+ material: Material | None
161880
161700
  """ Material used for filtering effect
161881
161701
 
161882
- :type: Material
161702
+ :type: Material | None
161883
161703
  """
161884
161704
 
161885
- object: Object
161705
+ object: Object | None
161886
161706
  """ Target object to define stroke start
161887
161707
 
161888
- :type: Object
161708
+ :type: Object | None
161889
161709
  """
161890
161710
 
161891
- outline_material: Material
161711
+ outline_material: Material | None
161892
161712
  """ Material used for outline strokes
161893
161713
 
161894
- :type: Material
161714
+ :type: Material | None
161895
161715
  """
161896
161716
 
161897
161717
  pass_index: int
@@ -161951,10 +161771,10 @@ class OutlineGpencilModifier(GpencilModifier, bpy_struct):
161951
161771
  class ShrinkwrapGpencilModifier(GpencilModifier, bpy_struct):
161952
161772
  """Shrink wrapping modifier to shrink wrap and object to a target"""
161953
161773
 
161954
- auxiliary_target: Object
161774
+ auxiliary_target: Object | None
161955
161775
  """ Additional mesh target to shrink to
161956
161776
 
161957
- :type: Object
161777
+ :type: Object | None
161958
161778
  """
161959
161779
 
161960
161780
  cull_face: str
@@ -162005,10 +161825,10 @@ class ShrinkwrapGpencilModifier(GpencilModifier, bpy_struct):
162005
161825
  :type: int
162006
161826
  """
162007
161827
 
162008
- material: Material
161828
+ material: Material | None
162009
161829
  """ Material used for filtering effect
162010
161830
 
162011
- :type: Material
161831
+ :type: Material | None
162012
161832
  """
162013
161833
 
162014
161834
  offset: float
@@ -162047,10 +161867,10 @@ class ShrinkwrapGpencilModifier(GpencilModifier, bpy_struct):
162047
161867
  :type: int
162048
161868
  """
162049
161869
 
162050
- target: Object
161870
+ target: Object | None
162051
161871
  """ Mesh target to shrink to
162052
161872
 
162053
- :type: Object
161873
+ :type: Object | None
162054
161874
  """
162055
161875
 
162056
161876
  use_invert_cull: bool
@@ -162188,10 +162008,10 @@ class SimplifyGpencilModifier(GpencilModifier, bpy_struct):
162188
162008
  :type: float
162189
162009
  """
162190
162010
 
162191
- material: Material
162011
+ material: Material | None
162192
162012
  """ Material used for filtering effect
162193
162013
 
162194
- :type: Material
162014
+ :type: Material | None
162195
162015
  """
162196
162016
 
162197
162017
  mode: str
@@ -162299,10 +162119,10 @@ class SmoothGpencilModifier(GpencilModifier, bpy_struct):
162299
162119
  :type: int
162300
162120
  """
162301
162121
 
162302
- material: Material
162122
+ material: Material | None
162303
162123
  """ Material used for filtering effect
162304
162124
 
162305
- :type: Material
162125
+ :type: Material | None
162306
162126
  """
162307
162127
 
162308
162128
  pass_index: int
@@ -162428,10 +162248,10 @@ class SubdivGpencilModifier(GpencilModifier, bpy_struct):
162428
162248
  :type: int
162429
162249
  """
162430
162250
 
162431
- material: Material
162251
+ material: Material | None
162432
162252
  """ Material used for filtering effect
162433
162253
 
162434
- :type: Material
162254
+ :type: Material | None
162435
162255
  """
162436
162256
 
162437
162257
  pass_index: int
@@ -162545,10 +162365,10 @@ class TextureGpencilModifier(GpencilModifier, bpy_struct):
162545
162365
  :type: int
162546
162366
  """
162547
162367
 
162548
- material: Material
162368
+ material: Material | None
162549
162369
  """ Material used for filtering effect
162550
162370
 
162551
- :type: Material
162371
+ :type: Material | None
162552
162372
  """
162553
162373
 
162554
162374
  mode: str
@@ -162656,10 +162476,10 @@ class ThickGpencilModifier(GpencilModifier, bpy_struct):
162656
162476
  :type: int
162657
162477
  """
162658
162478
 
162659
- material: Material
162479
+ material: Material | None
162660
162480
  """ Material used for filtering effect
162661
162481
 
162662
- :type: Material
162482
+ :type: Material | None
162663
162483
  """
162664
162484
 
162665
162485
  pass_index: int
@@ -162902,16 +162722,16 @@ class TintGpencilModifier(GpencilModifier, bpy_struct):
162902
162722
  :type: int
162903
162723
  """
162904
162724
 
162905
- material: Material
162725
+ material: Material | None
162906
162726
  """ Material used for filtering effect
162907
162727
 
162908
- :type: Material
162728
+ :type: Material | None
162909
162729
  """
162910
162730
 
162911
- object: Object
162731
+ object: Object | None
162912
162732
  """ Parent object to define the center of the effect
162913
162733
 
162914
- :type: Object
162734
+ :type: Object | None
162915
162735
  """
162916
162736
 
162917
162737
  pass_index: int
@@ -163037,10 +162857,10 @@ class WeightAngleGpencilModifier(GpencilModifier, bpy_struct):
163037
162857
  :type: int
163038
162858
  """
163039
162859
 
163040
- material: Material
162860
+ material: Material | None
163041
162861
  """ Material used for filtering effect
163042
162862
 
163043
- :type: Material
162863
+ :type: Material | None
163044
162864
  """
163045
162865
 
163046
162866
  minimum_weight: float
@@ -163166,10 +162986,10 @@ class WeightProxGpencilModifier(GpencilModifier, bpy_struct):
163166
162986
  :type: int
163167
162987
  """
163168
162988
 
163169
- material: Material
162989
+ material: Material | None
163170
162990
  """ Material used for filtering effect
163171
162991
 
163172
- :type: Material
162992
+ :type: Material | None
163173
162993
  """
163174
162994
 
163175
162995
  minimum_weight: float
@@ -163178,10 +162998,10 @@ class WeightProxGpencilModifier(GpencilModifier, bpy_struct):
163178
162998
  :type: float
163179
162999
  """
163180
163000
 
163181
- object: Object
163001
+ object: Object | None
163182
163002
  """ Object used as distance reference
163183
163003
 
163184
- :type: Object
163004
+ :type: Object | None
163185
163005
  """
163186
163006
 
163187
163007
  pass_index: int
@@ -163605,10 +163425,10 @@ class Brush(ID, bpy_struct):
163605
163425
  :type: float
163606
163426
  """
163607
163427
 
163608
- clone_image: Image
163428
+ clone_image: Image | None
163609
163429
  """ Image for clone tool
163610
163430
 
163611
- :type: Image
163431
+ :type: Image | None
163612
163432
  """
163613
163433
 
163614
163434
  clone_offset: mathutils.Vector
@@ -163959,10 +163779,10 @@ class Brush(ID, bpy_struct):
163959
163779
  :type: mathutils.Vector
163960
163780
  """
163961
163781
 
163962
- mask_texture: Texture
163782
+ mask_texture: Texture | None
163963
163783
  """
163964
163784
 
163965
- :type: Texture
163785
+ :type: Texture | None
163966
163786
  """
163967
163787
 
163968
163788
  mask_texture_slot: BrushTextureSlot
@@ -163995,10 +163815,10 @@ class Brush(ID, bpy_struct):
163995
163815
  :type: float
163996
163816
  """
163997
163817
 
163998
- paint_curve: PaintCurve
163818
+ paint_curve: PaintCurve | None
163999
163819
  """ Active paint curve
164000
163820
 
164001
- :type: PaintCurve
163821
+ :type: PaintCurve | None
164002
163822
  """
164003
163823
 
164004
163824
  plane_offset: float
@@ -164181,10 +164001,10 @@ class Brush(ID, bpy_struct):
164181
164001
  :type: float
164182
164002
  """
164183
164003
 
164184
- texture: Texture
164004
+ texture: Texture | None
164185
164005
  """
164186
164006
 
164187
- :type: Texture
164007
+ :type: Texture | None
164188
164008
  """
164189
164009
 
164190
164010
  texture_overlay_alpha: int
@@ -165352,10 +165172,10 @@ class Curve(ID, bpy_struct):
165352
165172
  :type: str
165353
165173
  """
165354
165174
 
165355
- bevel_object: Object
165175
+ bevel_object: Object | None
165356
165176
  """ The name of the Curve object that defines the bevel shape
165357
165177
 
165358
- :type: Object
165178
+ :type: Object | None
165359
165179
  """
165360
165180
 
165361
165181
  bevel_profile: CurveProfile
@@ -165460,10 +165280,10 @@ class Curve(ID, bpy_struct):
165460
165280
  :type: CurveSplines
165461
165281
  """
165462
165282
 
165463
- taper_object: Object
165283
+ taper_object: Object | None
165464
165284
  """ Curve object name that defines the taper (width)
165465
165285
 
165466
- :type: Object
165286
+ :type: Object | None
165467
165287
  """
165468
165288
 
165469
165289
  taper_radius_mode: str
@@ -165665,10 +165485,10 @@ class Curves(ID, bpy_struct):
165665
165485
  :type: str
165666
165486
  """
165667
165487
 
165668
- surface: Object
165488
+ surface: Object | None
165669
165489
  """ Mesh object that the curves can be attached to
165670
165490
 
165671
- :type: Object
165491
+ :type: Object | None
165672
165492
  """
165673
165493
 
165674
165494
  surface_uv_map: str
@@ -167266,10 +167086,10 @@ class LightProbe(ID, bpy_struct):
167266
167086
  :type: float
167267
167087
  """
167268
167088
 
167269
- visibility_collection: Collection
167089
+ visibility_collection: Collection | None
167270
167090
  """ Restrict objects visible for this probe (Deprecated)
167271
167091
 
167272
- :type: Collection
167092
+ :type: Collection | None
167273
167093
  """
167274
167094
 
167275
167095
  @classmethod
@@ -167749,10 +167569,10 @@ class Mesh(ID, bpy_struct):
167749
167569
  :type: bpy_prop_collection[MeshSkinVertexLayer]
167750
167570
  """
167751
167571
 
167752
- texco_mesh: Mesh
167572
+ texco_mesh: Mesh | None
167753
167573
  """ Derive texture coordinates from another mesh
167754
167574
 
167755
- :type: Mesh
167575
+ :type: Mesh | None
167756
167576
  """
167757
167577
 
167758
167578
  texspace_location: mathutils.Vector
@@ -167767,10 +167587,10 @@ class Mesh(ID, bpy_struct):
167767
167587
  :type: mathutils.Vector
167768
167588
  """
167769
167589
 
167770
- texture_mesh: Mesh
167590
+ texture_mesh: Mesh | None
167771
167591
  """ Use another mesh for texture indices (vertex indices must be aligned)
167772
167592
 
167773
- :type: Mesh
167593
+ :type: Mesh | None
167774
167594
  """
167775
167595
 
167776
167596
  total_edge_sel: int
@@ -167863,10 +167683,10 @@ class Mesh(ID, bpy_struct):
167863
167683
  :type: bool
167864
167684
  """
167865
167685
 
167866
- uv_layer_clone: MeshUVLoopLayer
167686
+ uv_layer_clone: MeshUVLoopLayer | None
167867
167687
  """ UV loop layer to be used as cloning source
167868
167688
 
167869
- :type: MeshUVLoopLayer
167689
+ :type: MeshUVLoopLayer | None
167870
167690
  """
167871
167691
 
167872
167692
  uv_layer_clone_index: int
@@ -167875,10 +167695,10 @@ class Mesh(ID, bpy_struct):
167875
167695
  :type: int
167876
167696
  """
167877
167697
 
167878
- uv_layer_stencil: MeshUVLoopLayer
167698
+ uv_layer_stencil: MeshUVLoopLayer | None
167879
167699
  """ UV loop layer to mask the painted area
167880
167700
 
167881
- :type: MeshUVLoopLayer
167701
+ :type: MeshUVLoopLayer | None
167882
167702
  """
167883
167703
 
167884
167704
  uv_layer_stencil_index: int
@@ -168312,10 +168132,10 @@ class MovieClip(ID, bpy_struct):
168312
168132
  :type: int
168313
168133
  """
168314
168134
 
168315
- grease_pencil: GreasePencil
168135
+ grease_pencil: GreasePencil | None
168316
168136
  """ Grease pencil data for this movie clip
168317
168137
 
168318
- :type: GreasePencil
168138
+ :type: GreasePencil | None
168319
168139
  """
168320
168140
 
168321
168141
  proxy: MovieClipProxy
@@ -168431,10 +168251,10 @@ class NodeTree(ID, bpy_struct):
168431
168251
  :type: str
168432
168252
  """
168433
168253
 
168434
- grease_pencil: GreasePencil
168254
+ grease_pencil: GreasePencil | None
168435
168255
  """ Grease Pencil data-block
168436
168256
 
168437
- :type: GreasePencil
168257
+ :type: GreasePencil | None
168438
168258
  """
168439
168259
 
168440
168260
  interface: NodeTreeInterface
@@ -168564,10 +168384,10 @@ class Object(ID, bpy_struct):
168564
168384
  :type: int | None
168565
168385
  """
168566
168386
 
168567
- active_shape_key: ShapeKey
168387
+ active_shape_key: ShapeKey | None
168568
168388
  """ Current shape key
168569
168389
 
168570
- :type: ShapeKey
168390
+ :type: ShapeKey | None
168571
168391
  """
168572
168392
 
168573
168393
  active_shape_key_index: int | None
@@ -168628,10 +168448,10 @@ class Object(ID, bpy_struct):
168628
168448
  :type: typing.Any
168629
168449
  """
168630
168450
 
168631
- data: ID
168451
+ data: ID | None
168632
168452
  """ Object data
168633
168453
 
168634
- :type: ID
168454
+ :type: ID | None
168635
168455
  """
168636
168456
 
168637
168457
  delta_location: mathutils.Vector
@@ -168767,10 +168587,10 @@ Warning: Assigning to it or its members multiple consecutive times will not work
168767
168587
  :type: ImageUser
168768
168588
  """
168769
168589
 
168770
- instance_collection: Collection
168590
+ instance_collection: Collection | None
168771
168591
  """ Instance an existing collection
168772
168592
 
168773
- :type: Collection
168593
+ :type: Collection | None
168774
168594
  """
168775
168595
 
168776
168596
  instance_faces_scale: float
@@ -168918,10 +168738,10 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
168918
168738
  :type: MotionPath
168919
168739
  """
168920
168740
 
168921
- parent: Object
168741
+ parent: Object | None
168922
168742
  """ Parent object
168923
168743
 
168924
- :type: Object
168744
+ :type: Object | None
168925
168745
  """
168926
168746
 
168927
168747
  parent_bone: str
@@ -169765,10 +169585,10 @@ class Palette(ID, bpy_struct):
169765
169585
  class ParticleSettings(ID, bpy_struct):
169766
169586
  """Particle settings, reusable by multiple particle systems"""
169767
169587
 
169768
- active_instanceweight: ParticleDupliWeight
169588
+ active_instanceweight: ParticleDupliWeight | None
169769
169589
  """
169770
169590
 
169771
- :type: ParticleDupliWeight
169591
+ :type: ParticleDupliWeight | None
169772
169592
  """
169773
169593
 
169774
169594
  active_instanceweight_index: int | None
@@ -169945,10 +169765,10 @@ class ParticleSettings(ID, bpy_struct):
169945
169765
  :type: float
169946
169766
  """
169947
169767
 
169948
- collision_collection: Collection
169768
+ collision_collection: Collection | None
169949
169769
  """ Limit colliders to this collection
169950
169770
 
169951
- :type: Collection
169771
+ :type: Collection | None
169952
169772
  """
169953
169773
 
169954
169774
  color_maximum: float
@@ -170113,16 +169933,16 @@ class ParticleSettings(ID, bpy_struct):
170113
169933
  :type: bool
170114
169934
  """
170115
169935
 
170116
- instance_collection: Collection
169936
+ instance_collection: Collection | None
170117
169937
  """ Show objects in this collection in place of particles
170118
169938
 
170119
- :type: Collection
169939
+ :type: Collection | None
170120
169940
  """
170121
169941
 
170122
- instance_object: Object
169942
+ instance_object: Object | None
170123
169943
  """ Show this object in place of particles
170124
169944
 
170125
- :type: Object
169945
+ :type: Object | None
170126
169946
  """
170127
169947
 
170128
169948
  instance_weights: bpy_prop_collection[ParticleDupliWeight]
@@ -170887,16 +170707,16 @@ class Scene(ID, bpy_struct):
170887
170707
  :type: float
170888
170708
  """
170889
170709
 
170890
- background_set: Scene
170710
+ background_set: Scene | None
170891
170711
  """ Background set scene
170892
170712
 
170893
- :type: Scene
170713
+ :type: Scene | None
170894
170714
  """
170895
170715
 
170896
- camera: Object
170716
+ camera: Object | None
170897
170717
  """ Active camera, used for rendering the scene
170898
170718
 
170899
- :type: Object
170719
+ :type: Object | None
170900
170720
  """
170901
170721
 
170902
170722
  collection: Collection
@@ -171001,10 +170821,10 @@ class Scene(ID, bpy_struct):
171001
170821
  :type: mathutils.Vector
171002
170822
  """
171003
170823
 
171004
- grease_pencil: GreasePencil
170824
+ grease_pencil: GreasePencil | None
171005
170825
  """ Grease Pencil data-block used for annotations in the 3D view
171006
170826
 
171007
- :type: GreasePencil
170827
+ :type: GreasePencil | None
171008
170828
  """
171009
170829
 
171010
170830
  grease_pencil_settings: SceneGpencil
@@ -171193,10 +171013,10 @@ class Scene(ID, bpy_struct):
171193
171013
  :type: ColorManagedViewSettings
171194
171014
  """
171195
171015
 
171196
- world: World
171016
+ world: World | None
171197
171017
  """ World used for rendering the scene
171198
171018
 
171199
- :type: World
171019
+ :type: World | None
171200
171020
  """
171201
171021
 
171202
171022
  @classmethod
@@ -171644,10 +171464,10 @@ class Speaker(ID, bpy_struct):
171644
171464
  :type: float
171645
171465
  """
171646
171466
 
171647
- sound: Sound
171467
+ sound: Sound | None
171648
171468
  """ Sound data-block used by this speaker
171649
171469
 
171650
- :type: Sound
171470
+ :type: Sound | None
171651
171471
  """
171652
171472
 
171653
171473
  volume: float
@@ -172301,10 +172121,10 @@ class WindowManager(ID, bpy_struct):
172301
172121
  :type: bpy_prop_collection[Operator]
172302
172122
  """
172303
172123
 
172304
- poselib_previous_action: Action
172124
+ poselib_previous_action: Action | None
172305
172125
  """
172306
172126
 
172307
- :type: Action
172127
+ :type: Action | None
172308
172128
  """
172309
172129
 
172310
172130
  preset_name: str | typing.Any
@@ -172313,10 +172133,10 @@ class WindowManager(ID, bpy_struct):
172313
172133
  :type: str | typing.Any
172314
172134
  """
172315
172135
 
172316
- selected_action: Action
172136
+ selected_action: Action | None
172317
172137
  """ Action assigned to the active Object
172318
172138
 
172319
- :type: Action
172139
+ :type: Action | None
172320
172140
  """
172321
172141
 
172322
172142
  windows: bpy_prop_collection[Window]
@@ -173187,10 +173007,10 @@ class ArmatureModifier(Modifier, bpy_struct):
173187
173007
  :type: bool
173188
173008
  """
173189
173009
 
173190
- object: Object
173010
+ object: Object | None
173191
173011
  """ Armature object to deform with
173192
173012
 
173193
- :type: Object
173013
+ :type: Object | None
173194
173014
  """
173195
173015
 
173196
173016
  use_bone_envelopes: bool
@@ -173262,16 +173082,16 @@ class ArrayModifier(Modifier, bpy_struct):
173262
173082
  :type: int
173263
173083
  """
173264
173084
 
173265
- curve: Object
173085
+ curve: Object | None
173266
173086
  """ Curve object to fit array length to
173267
173087
 
173268
- :type: Object
173088
+ :type: Object | None
173269
173089
  """
173270
173090
 
173271
- end_cap: Object
173091
+ end_cap: Object | None
173272
173092
  """ Mesh object to use as an end cap
173273
173093
 
173274
- :type: Object
173094
+ :type: Object | None
173275
173095
  """
173276
173096
 
173277
173097
  fit_length: float
@@ -173292,10 +173112,10 @@ class ArrayModifier(Modifier, bpy_struct):
173292
173112
  :type: float
173293
173113
  """
173294
173114
 
173295
- offset_object: Object
173115
+ offset_object: Object | None
173296
173116
  """ Use the location and rotation of another object to determine the distance and rotational change between arrayed items
173297
173117
 
173298
- :type: Object
173118
+ :type: Object | None
173299
173119
  """
173300
173120
 
173301
173121
  offset_u: float
@@ -173316,10 +173136,10 @@ class ArrayModifier(Modifier, bpy_struct):
173316
173136
  :type: mathutils.Vector
173317
173137
  """
173318
173138
 
173319
- start_cap: Object
173139
+ start_cap: Object | None
173320
173140
  """ Mesh object to use as a start cap
173321
173141
 
173322
- :type: Object
173142
+ :type: Object | None
173323
173143
  """
173324
173144
 
173325
173145
  use_constant_offset: bool
@@ -173544,10 +173364,10 @@ class BevelModifier(Modifier, bpy_struct):
173544
173364
  class BooleanModifier(Modifier, bpy_struct):
173545
173365
  """Boolean operations modifier"""
173546
173366
 
173547
- collection: Collection
173367
+ collection: Collection | None
173548
173368
  """ Use mesh objects in this collection for Boolean operation
173549
173369
 
173550
- :type: Collection
173370
+ :type: Collection | None
173551
173371
  """
173552
173372
 
173553
173373
  debug_options: set[str]
@@ -173568,10 +173388,10 @@ class BooleanModifier(Modifier, bpy_struct):
173568
173388
  :type: str
173569
173389
  """
173570
173390
 
173571
- object: Object
173391
+ object: Object | None
173572
173392
  """ Mesh object to use for Boolean operation
173573
173393
 
173574
- :type: Object
173394
+ :type: Object | None
173575
173395
  """
173576
173396
 
173577
173397
  operand_type: str
@@ -173706,10 +173526,10 @@ class CastModifier(Modifier, bpy_struct):
173706
173526
  :type: bool
173707
173527
  """
173708
173528
 
173709
- object: Object
173529
+ object: Object | None
173710
173530
  """ Control object: if available, its location determines the center of the effect
173711
173531
 
173712
- :type: Object
173532
+ :type: Object | None
173713
173533
  """
173714
173534
 
173715
173535
  radius: float
@@ -173988,10 +173808,10 @@ class CurveModifier(Modifier, bpy_struct):
173988
173808
  :type: bool
173989
173809
  """
173990
173810
 
173991
- object: Object
173811
+ object: Object | None
173992
173812
  """ Curve object to deform with
173993
173813
 
173994
- :type: Object
173814
+ :type: Object | None
173995
173815
  """
173996
173816
 
173997
173817
  vertex_group: str
@@ -174141,10 +173961,10 @@ class DataTransferModifier(Modifier, bpy_struct):
174141
173961
  :type: str
174142
173962
  """
174143
173963
 
174144
- object: Object
173964
+ object: Object | None
174145
173965
  """ Object to transfer data from
174146
173966
 
174147
- :type: Object
173967
+ :type: Object | None
174148
173968
  """
174149
173969
 
174150
173970
  poly_mapping: str
@@ -174366,10 +174186,10 @@ class DisplaceModifier(Modifier, bpy_struct):
174366
174186
  :type: float
174367
174187
  """
174368
174188
 
174369
- texture: Texture
174189
+ texture: Texture | None
174370
174190
  """
174371
174191
 
174372
- :type: Texture
174192
+ :type: Texture | None
174373
174193
  """
174374
174194
 
174375
174195
  texture_coords: str
@@ -174384,10 +174204,10 @@ class DisplaceModifier(Modifier, bpy_struct):
174384
174204
  :type: str
174385
174205
  """
174386
174206
 
174387
- texture_coords_object: Object
174207
+ texture_coords_object: Object | None
174388
174208
  """ Object to set the texture coordinates
174389
174209
 
174390
- :type: Object
174210
+ :type: Object | None
174391
174211
  """
174392
174212
 
174393
174213
  uv_layer: str
@@ -174657,10 +174477,10 @@ class GreasePencilArmatureModifier(Modifier, bpy_struct):
174657
174477
  :type: bool
174658
174478
  """
174659
174479
 
174660
- object: Object
174480
+ object: Object | None
174661
174481
  """ Armature object to deform with
174662
174482
 
174663
- :type: Object
174483
+ :type: Object | None
174664
174484
  """
174665
174485
 
174666
174486
  open_influence_panel: bool
@@ -174768,10 +174588,10 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
174768
174588
  :type: int
174769
174589
  """
174770
174590
 
174771
- material_filter: Material
174591
+ material_filter: Material | None
174772
174592
  """ Material used for filtering
174773
174593
 
174774
- :type: Material
174594
+ :type: Material | None
174775
174595
  """
174776
174596
 
174777
174597
  material_pass_filter: int
@@ -174780,10 +174600,10 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
174780
174600
  :type: int
174781
174601
  """
174782
174602
 
174783
- offset_object: Object
174603
+ offset_object: Object | None
174784
174604
  """ Use the location and rotation of another object to determine the distance and rotational change between arrayed items
174785
174605
 
174786
- :type: Object
174606
+ :type: Object | None
174787
174607
  """
174788
174608
 
174789
174609
  open_constant_offset_panel: bool
@@ -174993,10 +174813,10 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
174993
174813
  :type: float
174994
174814
  """
174995
174815
 
174996
- material_filter: Material
174816
+ material_filter: Material | None
174997
174817
  """ Material used for filtering
174998
174818
 
174999
- :type: Material
174819
+ :type: Material | None
175000
174820
  """
175001
174821
 
175002
174822
  material_pass_filter: int
@@ -175011,10 +174831,10 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
175011
174831
  :type: str
175012
174832
  """
175013
174833
 
175014
- object: Object
174834
+ object: Object | None
175015
174835
  """ Object used as build starting position
175016
174836
 
175017
- :type: Object
174837
+ :type: Object | None
175018
174838
  """
175019
174839
 
175020
174840
  open_fading_panel: bool
@@ -175186,10 +175006,10 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
175186
175006
  :type: int
175187
175007
  """
175188
175008
 
175189
- material_filter: Material
175009
+ material_filter: Material | None
175190
175010
  """ Material used for filtering
175191
175011
 
175192
- :type: Material
175012
+ :type: Material | None
175193
175013
  """
175194
175014
 
175195
175015
  material_pass_filter: int
@@ -175303,10 +175123,10 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
175303
175123
  :type: int
175304
175124
  """
175305
175125
 
175306
- material_filter: Material
175126
+ material_filter: Material | None
175307
175127
  """ Material used for filtering
175308
175128
 
175309
- :type: Material
175129
+ :type: Material | None
175310
175130
  """
175311
175131
 
175312
175132
  material_pass_filter: int
@@ -175420,10 +175240,10 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
175420
175240
  :type: int
175421
175241
  """
175422
175242
 
175423
- material_filter: Material
175243
+ material_filter: Material | None
175424
175244
  """ Material used for filtering
175425
175245
 
175426
- :type: Material
175246
+ :type: Material | None
175427
175247
  """
175428
175248
 
175429
175249
  material_pass_filter: int
@@ -175579,10 +175399,10 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
175579
175399
  :type: int
175580
175400
  """
175581
175401
 
175582
- material_filter: Material
175402
+ material_filter: Material | None
175583
175403
  """ Material used for filtering
175584
175404
 
175585
- :type: Material
175405
+ :type: Material | None
175586
175406
  """
175587
175407
 
175588
175408
  material_pass_filter: int
@@ -175597,10 +175417,10 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
175597
175417
  :type: mathutils.Matrix
175598
175418
  """
175599
175419
 
175600
- object: Object
175420
+ object: Object | None
175601
175421
  """ Parent Object for hook, also recalculates and clears offset
175602
175422
 
175603
- :type: Object
175423
+ :type: Object | None
175604
175424
  """
175605
175425
 
175606
175426
  open_falloff_panel: bool
@@ -175726,10 +175546,10 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
175726
175546
  :type: int
175727
175547
  """
175728
175548
 
175729
- material_filter: Material
175549
+ material_filter: Material | None
175730
175550
  """ Material used for filtering
175731
175551
 
175732
- :type: Material
175552
+ :type: Material | None
175733
175553
  """
175734
175554
 
175735
175555
  material_pass_filter: int
@@ -175738,10 +175558,10 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
175738
175558
  :type: int
175739
175559
  """
175740
175560
 
175741
- object: Object
175561
+ object: Object | None
175742
175562
  """ Lattice object to deform with
175743
175563
 
175744
- :type: Object
175564
+ :type: Object | None
175745
175565
  """
175746
175566
 
175747
175567
  open_influence_panel: bool
@@ -175855,10 +175675,10 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
175855
175675
  :type: int
175856
175676
  """
175857
175677
 
175858
- material_filter: Material
175678
+ material_filter: Material | None
175859
175679
  """ Material used for filtering
175860
175680
 
175861
- :type: Material
175681
+ :type: Material | None
175862
175682
  """
175863
175683
 
175864
175684
  material_pass_filter: int
@@ -176044,10 +175864,10 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
176044
175864
  :type: int
176045
175865
  """
176046
175866
 
176047
- light_contour_object: Object
175867
+ light_contour_object: Object | None
176048
175868
  """ Use this light object to generate light contour
176049
175869
 
176050
- :type: Object
175870
+ :type: Object | None
176051
175871
  """
176052
175872
 
176053
175873
  opacity: float
@@ -176098,22 +175918,22 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
176098
175918
  :type: float
176099
175919
  """
176100
175920
 
176101
- source_camera: Object
175921
+ source_camera: Object | None
176102
175922
  """ Use specified camera object for generating Line Art strokes
176103
175923
 
176104
- :type: Object
175924
+ :type: Object | None
176105
175925
  """
176106
175926
 
176107
- source_collection: Collection
175927
+ source_collection: Collection | None
176108
175928
  """ Generate strokes from the objects in this collection
176109
175929
 
176110
- :type: Collection
175930
+ :type: Collection | None
176111
175931
  """
176112
175932
 
176113
- source_object: Object
175933
+ source_object: Object | None
176114
175934
  """ Generate strokes from this object
176115
175935
 
176116
- :type: Object
175936
+ :type: Object | None
176117
175937
  """
176118
175938
 
176119
175939
  source_type: str
@@ -176146,10 +175966,10 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
176146
175966
  :type: str
176147
175967
  """
176148
175968
 
176149
- target_material: Material
175969
+ target_material: Material | None
176150
175970
  """ Grease Pencil material assigned to the generated strokes
176151
175971
 
176152
- :type: Material
175972
+ :type: Material | None
176153
175973
  """
176154
175974
 
176155
175975
  thickness: int
@@ -176453,10 +176273,10 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
176453
176273
  :type: int
176454
176274
  """
176455
176275
 
176456
- material_filter: Material
176276
+ material_filter: Material | None
176457
176277
  """ Material used for filtering
176458
176278
 
176459
- :type: Material
176279
+ :type: Material | None
176460
176280
  """
176461
176281
 
176462
176282
  material_pass_filter: int
@@ -176465,10 +176285,10 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
176465
176285
  :type: int
176466
176286
  """
176467
176287
 
176468
- object: Object
176288
+ object: Object | None
176469
176289
  """ Object used as center
176470
176290
 
176471
- :type: Object
176291
+ :type: Object | None
176472
176292
  """
176473
176293
 
176474
176294
  open_influence_panel: bool
@@ -176600,10 +176420,10 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
176600
176420
  :type: int
176601
176421
  """
176602
176422
 
176603
- material_filter: Material
176423
+ material_filter: Material | None
176604
176424
  """ Material used for filtering
176605
176425
 
176606
- :type: Material
176426
+ :type: Material | None
176607
176427
  """
176608
176428
 
176609
176429
  material_pass_filter: int
@@ -176747,10 +176567,10 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
176747
176567
  :type: int
176748
176568
  """
176749
176569
 
176750
- material_filter: Material
176570
+ material_filter: Material | None
176751
176571
  """ Material used for filtering
176752
176572
 
176753
- :type: Material
176573
+ :type: Material | None
176754
176574
  """
176755
176575
 
176756
176576
  material_pass_filter: int
@@ -176904,10 +176724,10 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
176904
176724
  :type: mathutils.Vector
176905
176725
  """
176906
176726
 
176907
- material_filter: Material
176727
+ material_filter: Material | None
176908
176728
  """ Material used for filtering
176909
176729
 
176910
- :type: Material
176730
+ :type: Material | None
176911
176731
  """
176912
176732
 
176913
176733
  material_pass_filter: int
@@ -177097,10 +176917,10 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
177097
176917
  :type: int
177098
176918
  """
177099
176919
 
177100
- material_filter: Material
176920
+ material_filter: Material | None
177101
176921
  """ Material used for filtering
177102
176922
 
177103
- :type: Material
176923
+ :type: Material | None
177104
176924
  """
177105
176925
 
177106
176926
  material_pass_filter: int
@@ -177214,10 +177034,10 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
177214
177034
  :type: int
177215
177035
  """
177216
177036
 
177217
- material_filter: Material
177037
+ material_filter: Material | None
177218
177038
  """ Material used for filtering
177219
177039
 
177220
- :type: Material
177040
+ :type: Material | None
177221
177041
  """
177222
177042
 
177223
177043
  material_pass_filter: int
@@ -177226,10 +177046,10 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
177226
177046
  :type: int
177227
177047
  """
177228
177048
 
177229
- object: Object
177049
+ object: Object | None
177230
177050
  """ Target object to define stroke start
177231
177051
 
177232
- :type: Object
177052
+ :type: Object | None
177233
177053
  """
177234
177054
 
177235
177055
  open_influence_panel: bool
@@ -177238,10 +177058,10 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
177238
177058
  :type: bool
177239
177059
  """
177240
177060
 
177241
- outline_material: Material
177061
+ outline_material: Material | None
177242
177062
  """ Material used for outline strokes
177243
177063
 
177244
- :type: Material
177064
+ :type: Material | None
177245
177065
  """
177246
177066
 
177247
177067
  sample_length: float
@@ -177307,10 +177127,10 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
177307
177127
  class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
177308
177128
  """Shrink wrapping modifier to shrink wrap an object to a target"""
177309
177129
 
177310
- auxiliary_target: Object
177130
+ auxiliary_target: Object | None
177311
177131
  """ Additional mesh target to shrink to
177312
177132
 
177313
- :type: Object
177133
+ :type: Object | None
177314
177134
  """
177315
177135
 
177316
177136
  cull_face: str
@@ -177361,10 +177181,10 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
177361
177181
  :type: int
177362
177182
  """
177363
177183
 
177364
- material_filter: Material
177184
+ material_filter: Material | None
177365
177185
  """ Material used for filtering
177366
177186
 
177367
- :type: Material
177187
+ :type: Material | None
177368
177188
  """
177369
177189
 
177370
177190
  material_pass_filter: int
@@ -177409,10 +177229,10 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
177409
177229
  :type: int
177410
177230
  """
177411
177231
 
177412
- target: Object
177232
+ target: Object | None
177413
177233
  """ Mesh target to shrink to
177414
177234
 
177415
- :type: Object
177235
+ :type: Object | None
177416
177236
  """
177417
177237
 
177418
177238
  use_invert_cull: bool
@@ -177568,10 +177388,10 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
177568
177388
  :type: float
177569
177389
  """
177570
177390
 
177571
- material_filter: Material
177391
+ material_filter: Material | None
177572
177392
  """ Material used for filtering
177573
177393
 
177574
- :type: Material
177394
+ :type: Material | None
177575
177395
  """
177576
177396
 
177577
177397
  material_pass_filter: int
@@ -177697,10 +177517,10 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
177697
177517
  :type: int
177698
177518
  """
177699
177519
 
177700
- material_filter: Material
177520
+ material_filter: Material | None
177701
177521
  """ Material used for filtering
177702
177522
 
177703
- :type: Material
177523
+ :type: Material | None
177704
177524
  """
177705
177525
 
177706
177526
  material_pass_filter: int
@@ -177850,10 +177670,10 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
177850
177670
  :type: int
177851
177671
  """
177852
177672
 
177853
- material_filter: Material
177673
+ material_filter: Material | None
177854
177674
  """ Material used for filtering
177855
177675
 
177856
- :type: Material
177676
+ :type: Material | None
177857
177677
  """
177858
177678
 
177859
177679
  material_pass_filter: int
@@ -177985,10 +177805,10 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
177985
177805
  :type: int
177986
177806
  """
177987
177807
 
177988
- material_filter: Material
177808
+ material_filter: Material | None
177989
177809
  """ Material used for filtering
177990
177810
 
177991
- :type: Material
177811
+ :type: Material | None
177992
177812
  """
177993
177813
 
177994
177814
  material_pass_filter: int
@@ -178114,10 +177934,10 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
178114
177934
  :type: int
178115
177935
  """
178116
177936
 
178117
- material_filter: Material
177937
+ material_filter: Material | None
178118
177938
  """ Material used for filtering
178119
177939
 
178120
- :type: Material
177940
+ :type: Material | None
178121
177941
  """
178122
177942
 
178123
177943
  material_pass_filter: int
@@ -178400,10 +178220,10 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
178400
178220
  :type: int
178401
178221
  """
178402
178222
 
178403
- material_filter: Material
178223
+ material_filter: Material | None
178404
178224
  """ Material used for filtering
178405
178225
 
178406
- :type: Material
178226
+ :type: Material | None
178407
178227
  """
178408
178228
 
178409
178229
  material_pass_filter: int
@@ -178412,10 +178232,10 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
178412
178232
  :type: int
178413
178233
  """
178414
178234
 
178415
- object: Object
178235
+ object: Object | None
178416
178236
  """ Object used for the gradient direction
178417
178237
 
178418
- :type: Object
178238
+ :type: Object | None
178419
178239
  """
178420
178240
 
178421
178241
  open_influence_panel: bool
@@ -178547,10 +178367,10 @@ class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
178547
178367
  :type: int
178548
178368
  """
178549
178369
 
178550
- material_filter: Material
178370
+ material_filter: Material | None
178551
178371
  """ Material used for filtering
178552
178372
 
178553
- :type: Material
178373
+ :type: Material | None
178554
178374
  """
178555
178375
 
178556
178376
  material_pass_filter: int
@@ -178694,10 +178514,10 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
178694
178514
  :type: int
178695
178515
  """
178696
178516
 
178697
- material_filter: Material
178517
+ material_filter: Material | None
178698
178518
  """ Material used for filtering
178699
178519
 
178700
- :type: Material
178520
+ :type: Material | None
178701
178521
  """
178702
178522
 
178703
178523
  material_pass_filter: int
@@ -178712,10 +178532,10 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
178712
178532
  :type: float
178713
178533
  """
178714
178534
 
178715
- object: Object
178535
+ object: Object | None
178716
178536
  """ Object used as distance reference
178717
178537
 
178718
- :type: Object
178538
+ :type: Object | None
178719
178539
  """
178720
178540
 
178721
178541
  open_influence_panel: bool
@@ -178823,10 +178643,10 @@ class HookModifier(Modifier, bpy_struct):
178823
178643
  :type: mathutils.Matrix
178824
178644
  """
178825
178645
 
178826
- object: Object
178646
+ object: Object | None
178827
178647
  """ Parent Object for hook, also recalculates and clears offset
178828
178648
 
178829
- :type: Object
178649
+ :type: Object | None
178830
178650
  """
178831
178651
 
178832
178652
  strength: float
@@ -179038,10 +178858,10 @@ class LatticeModifier(Modifier, bpy_struct):
179038
178858
  :type: bool
179039
178859
  """
179040
178860
 
179041
- object: Object
178861
+ object: Object | None
179042
178862
  """ Lattice object to deform with
179043
178863
 
179044
- :type: Object
178864
+ :type: Object | None
179045
178865
  """
179046
178866
 
179047
178867
  strength: float
@@ -179083,10 +178903,10 @@ class LatticeModifier(Modifier, bpy_struct):
179083
178903
  class MaskModifier(Modifier, bpy_struct):
179084
178904
  """Mask modifier to hide parts of the mesh"""
179085
178905
 
179086
- armature: Object
178906
+ armature: Object | None
179087
178907
  """ Armature to use as source of bones to mask
179088
178908
 
179089
- :type: Object
178909
+ :type: Object | None
179090
178910
  """
179091
178911
 
179092
178912
  invert_vertex_group: bool
@@ -179282,10 +179102,10 @@ class MeshDeformModifier(Modifier, bpy_struct):
179282
179102
  :type: bool
179283
179103
  """
179284
179104
 
179285
- object: Object
179105
+ object: Object | None
179286
179106
  """ Mesh object to deform with
179287
179107
 
179288
- :type: Object
179108
+ :type: Object | None
179289
179109
  """
179290
179110
 
179291
179111
  precision: int
@@ -179333,10 +179153,10 @@ class MeshDeformModifier(Modifier, bpy_struct):
179333
179153
  class MeshSequenceCacheModifier(Modifier, bpy_struct):
179334
179154
  """Cache Mesh"""
179335
179155
 
179336
- cache_file: CacheFile
179156
+ cache_file: CacheFile | None
179337
179157
  """
179338
179158
 
179339
- :type: CacheFile
179159
+ :type: CacheFile | None
179340
179160
  """
179341
179161
 
179342
179162
  object_path: str
@@ -179400,10 +179220,10 @@ class MeshToVolumeModifier(Modifier, bpy_struct):
179400
179220
  :type: float
179401
179221
  """
179402
179222
 
179403
- object: Object
179223
+ object: Object | None
179404
179224
  """ Object
179405
179225
 
179406
- :type: Object
179226
+ :type: Object | None
179407
179227
  """
179408
179228
 
179409
179229
  resolution_mode: str
@@ -179463,10 +179283,10 @@ class MirrorModifier(Modifier, bpy_struct):
179463
179283
  :type: float
179464
179284
  """
179465
179285
 
179466
- mirror_object: Object
179286
+ mirror_object: Object | None
179467
179287
  """ Object to use as mirror
179468
179288
 
179469
- :type: Object
179289
+ :type: Object | None
179470
179290
  """
179471
179291
 
179472
179292
  mirror_offset_u: float
@@ -179689,10 +179509,10 @@ class NodesModifier(Modifier, bpy_struct):
179689
179509
  :type: NodesModifierBakes
179690
179510
  """
179691
179511
 
179692
- node_group: NodeTree
179512
+ node_group: NodeTree | None
179693
179513
  """ Node group that controls what this modifier does
179694
179514
 
179695
- :type: NodeTree
179515
+ :type: NodeTree | None
179696
179516
  """
179697
179517
 
179698
179518
  open_bake_data_blocks_panel: bool
@@ -179806,10 +179626,10 @@ class NormalEditModifier(Modifier, bpy_struct):
179806
179626
  :type: mathutils.Vector
179807
179627
  """
179808
179628
 
179809
- target: Object
179629
+ target: Object | None
179810
179630
  """ Target object used to affect normals
179811
179631
 
179812
- :type: Object
179632
+ :type: Object | None
179813
179633
  """
179814
179634
 
179815
179635
  use_direction_parallel: bool
@@ -180082,10 +179902,10 @@ class ParticleInstanceModifier(Modifier, bpy_struct):
180082
179902
  :type: str
180083
179903
  """
180084
179904
 
180085
- object: Object
179905
+ object: Object | None
180086
179906
  """ Object that has the particle system
180087
179907
 
180088
- :type: Object
179908
+ :type: Object | None
180089
179909
  """
180090
179910
 
180091
179911
  particle_amount: float
@@ -180100,10 +179920,10 @@ class ParticleInstanceModifier(Modifier, bpy_struct):
180100
179920
  :type: float
180101
179921
  """
180102
179922
 
180103
- particle_system: ParticleSystem
179923
+ particle_system: ParticleSystem | None
180104
179924
  """
180105
179925
 
180106
- :type: ParticleSystem
179926
+ :type: ParticleSystem | None
180107
179927
  """
180108
179928
 
180109
179929
  particle_system_index: int
@@ -180361,10 +180181,10 @@ class ScrewModifier(Modifier, bpy_struct):
180361
180181
  :type: float
180362
180182
  """
180363
180183
 
180364
- object: Object
180184
+ object: Object | None
180365
180185
  """ Object to define the screw axis
180366
180186
 
180367
- :type: Object
180187
+ :type: Object | None
180368
180188
  """
180369
180189
 
180370
180190
  render_steps: int
@@ -180454,10 +180274,10 @@ class ScrewModifier(Modifier, bpy_struct):
180454
180274
  class ShrinkwrapModifier(Modifier, bpy_struct):
180455
180275
  """Shrink wrapping modifier to shrink wrap and object to a target"""
180456
180276
 
180457
- auxiliary_target: Object
180277
+ auxiliary_target: Object | None
180458
180278
  """ Additional mesh target to shrink to
180459
180279
 
180460
- :type: Object
180280
+ :type: Object | None
180461
180281
  """
180462
180282
 
180463
180283
  cull_face: str
@@ -180490,10 +180310,10 @@ class ShrinkwrapModifier(Modifier, bpy_struct):
180490
180310
  :type: int
180491
180311
  """
180492
180312
 
180493
- target: Object
180313
+ target: Object | None
180494
180314
  """ Mesh target to shrink to
180495
180315
 
180496
- :type: Object
180316
+ :type: Object | None
180497
180317
  """
180498
180318
 
180499
180319
  use_invert_cull: bool
@@ -180631,10 +180451,10 @@ class SimpleDeformModifier(Modifier, bpy_struct):
180631
180451
  :type: bool
180632
180452
  """
180633
180453
 
180634
- origin: Object
180454
+ origin: Object | None
180635
180455
  """ Offset the origin and orientation of the deformation
180636
180456
 
180637
- :type: Object
180457
+ :type: Object | None
180638
180458
  """
180639
180459
 
180640
180460
  vertex_group: str
@@ -181121,10 +180941,10 @@ class SurfaceDeformModifier(Modifier, bpy_struct):
181121
180941
  :type: float
181122
180942
  """
181123
180943
 
181124
- target: Object
180944
+ target: Object | None
181125
180945
  """ Mesh object to deform with
181126
180946
 
181127
- :type: Object
180947
+ :type: Object | None
181128
180948
  """
181129
180949
 
181130
180950
  use_sparse_bind: bool
@@ -181343,16 +181163,16 @@ class UVWarpModifier(Modifier, bpy_struct):
181343
181163
  :type: bool
181344
181164
  """
181345
181165
 
181346
- object_from: Object
181166
+ object_from: Object | None
181347
181167
  """ Object defining offset
181348
181168
 
181349
- :type: Object
181169
+ :type: Object | None
181350
181170
  """
181351
181171
 
181352
- object_to: Object
181172
+ object_to: Object | None
181353
181173
  """ Object defining offset
181354
181174
 
181355
- :type: Object
181175
+ :type: Object | None
181356
181176
  """
181357
181177
 
181358
181178
  offset: bpy_prop_array[float]
@@ -181460,10 +181280,10 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
181460
181280
  :type: str
181461
181281
  """
181462
181282
 
181463
- mask_tex_map_object: Object
181283
+ mask_tex_map_object: Object | None
181464
181284
  """ Which object to take texture coordinates from
181465
181285
 
181466
- :type: Object
181286
+ :type: Object | None
181467
181287
  """
181468
181288
 
181469
181289
  mask_tex_mapping: str
@@ -181484,10 +181304,10 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
181484
181304
  :type: str
181485
181305
  """
181486
181306
 
181487
- mask_texture: Texture
181307
+ mask_texture: Texture | None
181488
181308
  """ Masking texture
181489
181309
 
181490
- :type: Texture
181310
+ :type: Texture | None
181491
181311
  """
181492
181312
 
181493
181313
  mask_vertex_group: str
@@ -181595,10 +181415,10 @@ class VertexWeightMixModifier(Modifier, bpy_struct):
181595
181415
  :type: str
181596
181416
  """
181597
181417
 
181598
- mask_tex_map_object: Object
181418
+ mask_tex_map_object: Object | None
181599
181419
  """ Which object to take texture coordinates from
181600
181420
 
181601
- :type: Object
181421
+ :type: Object | None
181602
181422
  """
181603
181423
 
181604
181424
  mask_tex_mapping: str
@@ -181619,10 +181439,10 @@ class VertexWeightMixModifier(Modifier, bpy_struct):
181619
181439
  :type: str
181620
181440
  """
181621
181441
 
181622
- mask_texture: Texture
181442
+ mask_texture: Texture | None
181623
181443
  """ Masking texture
181624
181444
 
181625
- :type: Texture
181445
+ :type: Texture | None
181626
181446
  """
181627
181447
 
181628
181448
  mask_vertex_group: str
@@ -181724,10 +181544,10 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
181724
181544
  :type: str
181725
181545
  """
181726
181546
 
181727
- mask_tex_map_object: Object
181547
+ mask_tex_map_object: Object | None
181728
181548
  """ Which object to take texture coordinates from
181729
181549
 
181730
- :type: Object
181550
+ :type: Object | None
181731
181551
  """
181732
181552
 
181733
181553
  mask_tex_mapping: str
@@ -181748,10 +181568,10 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
181748
181568
  :type: str
181749
181569
  """
181750
181570
 
181751
- mask_texture: Texture
181571
+ mask_texture: Texture | None
181752
181572
  """ Masking texture
181753
181573
 
181754
- :type: Texture
181574
+ :type: Texture | None
181755
181575
  """
181756
181576
 
181757
181577
  mask_vertex_group: str
@@ -181790,10 +181610,10 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
181790
181610
  :type: str
181791
181611
  """
181792
181612
 
181793
- target: Object
181613
+ target: Object | None
181794
181614
  """ Object to calculate vertices distances from
181795
181615
 
181796
- :type: Object
181616
+ :type: Object | None
181797
181617
  """
181798
181618
 
181799
181619
  vertex_group: str
@@ -181833,10 +181653,10 @@ class VolumeDisplaceModifier(Modifier, bpy_struct):
181833
181653
  :type: float
181834
181654
  """
181835
181655
 
181836
- texture: Texture
181656
+ texture: Texture | None
181837
181657
  """
181838
181658
 
181839
- :type: Texture
181659
+ :type: Texture | None
181840
181660
  """
181841
181661
 
181842
181662
  texture_map_mode: str
@@ -181845,10 +181665,10 @@ class VolumeDisplaceModifier(Modifier, bpy_struct):
181845
181665
  :type: str
181846
181666
  """
181847
181667
 
181848
- texture_map_object: Object
181668
+ texture_map_object: Object | None
181849
181669
  """ Object to use for texture mapping
181850
181670
 
181851
- :type: Object
181671
+ :type: Object | None
181852
181672
  """
181853
181673
 
181854
181674
  texture_mid_level: mathutils.Vector
@@ -181900,10 +181720,10 @@ class VolumeToMeshModifier(Modifier, bpy_struct):
181900
181720
  :type: str
181901
181721
  """
181902
181722
 
181903
- object: Object
181723
+ object: Object | None
181904
181724
  """ Object
181905
181725
 
181906
- :type: Object
181726
+ :type: Object | None
181907
181727
  """
181908
181728
 
181909
181729
  resolution_mode: str
@@ -181999,16 +181819,16 @@ class WarpModifier(Modifier, bpy_struct):
181999
181819
  :type: bool
182000
181820
  """
182001
181821
 
182002
- object_from: Object
181822
+ object_from: Object | None
182003
181823
  """ Object to transform from
182004
181824
 
182005
- :type: Object
181825
+ :type: Object | None
182006
181826
  """
182007
181827
 
182008
- object_to: Object
181828
+ object_to: Object | None
182009
181829
  """ Object to transform to
182010
181830
 
182011
- :type: Object
181831
+ :type: Object | None
182012
181832
  """
182013
181833
 
182014
181834
  strength: float
@@ -182017,10 +181837,10 @@ class WarpModifier(Modifier, bpy_struct):
182017
181837
  :type: float
182018
181838
  """
182019
181839
 
182020
- texture: Texture
181840
+ texture: Texture | None
182021
181841
  """
182022
181842
 
182023
- :type: Texture
181843
+ :type: Texture | None
182024
181844
  """
182025
181845
 
182026
181846
  texture_coords: str
@@ -182035,10 +181855,10 @@ class WarpModifier(Modifier, bpy_struct):
182035
181855
  :type: str
182036
181856
  """
182037
181857
 
182038
- texture_coords_object: Object
181858
+ texture_coords_object: Object | None
182039
181859
  """ Object to set the texture coordinates
182040
181860
 
182041
- :type: Object
181861
+ :type: Object | None
182042
181862
  """
182043
181863
 
182044
181864
  use_volume_preserve: bool
@@ -182128,10 +181948,10 @@ class WaveModifier(Modifier, bpy_struct):
182128
181948
  :type: float
182129
181949
  """
182130
181950
 
182131
- start_position_object: Object
181951
+ start_position_object: Object | None
182132
181952
  """ Object which defines the wave center
182133
181953
 
182134
- :type: Object
181954
+ :type: Object | None
182135
181955
  """
182136
181956
 
182137
181957
  start_position_x: float
@@ -182146,10 +181966,10 @@ class WaveModifier(Modifier, bpy_struct):
182146
181966
  :type: float
182147
181967
  """
182148
181968
 
182149
- texture: Texture
181969
+ texture: Texture | None
182150
181970
  """
182151
181971
 
182152
- :type: Texture
181972
+ :type: Texture | None
182153
181973
  """
182154
181974
 
182155
181975
  texture_coords: str
@@ -182164,10 +181984,10 @@ class WaveModifier(Modifier, bpy_struct):
182164
181984
  :type: str
182165
181985
  """
182166
181986
 
182167
- texture_coords_object: Object
181987
+ texture_coords_object: Object | None
182168
181988
  """ Object to set the texture coordinates
182169
181989
 
182170
- :type: Object
181990
+ :type: Object | None
182171
181991
  """
182172
181992
 
182173
181993
  time_offset: float
@@ -182486,10 +182306,10 @@ class WireframeModifier(Modifier, bpy_struct):
182486
182306
  class NodeCustomGroup(Node, bpy_struct):
182487
182307
  """Base node type for custom registered node group types"""
182488
182308
 
182489
- node_tree: NodeTree
182309
+ node_tree: NodeTree | None
182490
182310
  """
182491
182311
 
182492
- :type: NodeTree
182312
+ :type: NodeTree | None
182493
182313
  """
182494
182314
 
182495
182315
  @classmethod
@@ -182979,16 +182799,16 @@ class GpWeightPaint(Paint, bpy_struct):
182979
182799
  class ImagePaint(Paint, bpy_struct):
182980
182800
  """Properties of image and texture painting mode"""
182981
182801
 
182982
- canvas: Image
182802
+ canvas: Image | None
182983
182803
  """ Image used as canvas
182984
182804
 
182985
- :type: Image
182805
+ :type: Image | None
182986
182806
  """
182987
182807
 
182988
- clone_image: Image
182808
+ clone_image: Image | None
182989
182809
  """ Image used as clone source
182990
182810
 
182991
- :type: Image
182811
+ :type: Image | None
182992
182812
  """
182993
182813
 
182994
182814
  dither: float
@@ -183063,10 +182883,10 @@ class ImagePaint(Paint, bpy_struct):
183063
182883
  :type: mathutils.Color
183064
182884
  """
183065
182885
 
183066
- stencil_image: Image
182886
+ stencil_image: Image | None
183067
182887
  """ Image used as stencil
183068
182888
 
183069
- :type: Image
182889
+ :type: Image | None
183070
182890
  """
183071
182891
 
183072
182892
  use_backface_culling: bool
@@ -183222,10 +183042,10 @@ class Sculpt(Paint, bpy_struct):
183222
183042
  :type: float
183223
183043
  """
183224
183044
 
183225
- gravity_object: Object
183045
+ gravity_object: Object | None
183226
183046
  """ Object whose Z axis defines orientation of gravity
183227
183047
 
183228
- :type: Object
183048
+ :type: Object | None
183229
183049
  """
183230
183050
 
183231
183051
  lock_x: bool
@@ -183844,10 +183664,10 @@ class StringProperty(Property, bpy_struct):
183844
183664
  class AssetHandle(PropertyGroup, bpy_struct):
183845
183665
  """Reference to some asset"""
183846
183666
 
183847
- file_data: FileSelectEntry
183667
+ file_data: FileSelectEntry | None
183848
183668
  """ TEMPORARY, DO NOT USE - File data used to refer to the asset
183849
183669
 
183850
- :type: FileSelectEntry
183670
+ :type: FileSelectEntry | None
183851
183671
  """
183852
183672
 
183853
183673
  @classmethod
@@ -184440,10 +184260,10 @@ class MaskSequence(Sequence, bpy_struct):
184440
184260
  :type: SequenceCrop
184441
184261
  """
184442
184262
 
184443
- mask: Mask
184263
+ mask: Mask | None
184444
184264
  """ Mask that this sequence uses
184445
184265
 
184446
- :type: Mask
184266
+ :type: Mask | None
184447
184267
  """
184448
184268
 
184449
184269
  multiply_alpha: bool
@@ -184678,6 +184498,12 @@ class MovieClipSequence(Sequence, bpy_struct):
184678
184498
  :type: int
184679
184499
  """
184680
184500
 
184501
+ clip: MovieClip | None
184502
+ """ Movie clip that this sequence uses
184503
+
184504
+ :type: MovieClip | None
184505
+ """
184506
+
184681
184507
  color_multiply: float
184682
184508
  """
184683
184509
 
@@ -185036,16 +184862,16 @@ class SceneSequence(Sequence, bpy_struct):
185036
184862
  :type: SequenceProxy
185037
184863
  """
185038
184864
 
185039
- scene: Scene
184865
+ scene: Scene | None
185040
184866
  """ Scene that this sequence uses
185041
184867
 
185042
- :type: Scene
184868
+ :type: Scene | None
185043
184869
  """
185044
184870
 
185045
- scene_camera: Object
184871
+ scene_camera: Object | None
185046
184872
  """ Override the scene's active camera
185047
184873
 
185048
- :type: Object
184874
+ :type: Object | None
185049
184875
  """
185050
184876
 
185051
184877
  scene_input: str
@@ -185165,10 +184991,10 @@ class SoundSequence(Sequence, bpy_struct):
185165
184991
  :type: bool
185166
184992
  """
185167
184993
 
185168
- sound: Sound
184994
+ sound: Sound | None
185169
184995
  """ Sound data-block used by this sequence
185170
184996
 
185171
- :type: Sound
184997
+ :type: Sound | None
185172
184998
  """
185173
184999
 
185174
185000
  volume: float
@@ -185876,10 +185702,10 @@ class ShaderFxShadow(ShaderFx, bpy_struct):
185876
185702
  :type: bpy_prop_array[int]
185877
185703
  """
185878
185704
 
185879
- object: Object
185705
+ object: Object | None
185880
185706
  """ Object to determine center of rotation
185881
185707
 
185882
- :type: Object
185708
+ :type: Object | None
185883
185709
  """
185884
185710
 
185885
185711
  offset: bpy_prop_array[int]
@@ -185975,10 +185801,10 @@ class ShaderFxSwirl(ShaderFx, bpy_struct):
185975
185801
  :type: float
185976
185802
  """
185977
185803
 
185978
- object: Object
185804
+ object: Object | None
185979
185805
  """ Object to determine center location
185980
185806
 
185981
- :type: Object
185807
+ :type: Object | None
185982
185808
  """
185983
185809
 
185984
185810
  radius: int
@@ -186083,10 +185909,10 @@ class SpaceClipEditor(Space, bpy_struct):
186083
185909
  :type: float
186084
185910
  """
186085
185911
 
186086
- clip: MovieClip
185912
+ clip: MovieClip | None
186087
185913
  """ Movie clip displayed and edited in this space
186088
185914
 
186089
- :type: MovieClip
185915
+ :type: MovieClip | None
186090
185916
  """
186091
185917
 
186092
185918
  clip_user: MovieClipUser
@@ -186113,10 +185939,10 @@ class SpaceClipEditor(Space, bpy_struct):
186113
185939
  :type: bool
186114
185940
  """
186115
185941
 
186116
- mask: Mask
185942
+ mask: Mask | None
186117
185943
  """ Mask displayed and edited in this space
186118
185944
 
186119
- :type: Mask
185945
+ :type: Mask | None
186120
185946
  """
186121
185947
 
186122
185948
  mask_display_type: str
@@ -186523,10 +186349,10 @@ class SpaceConsole(Space, bpy_struct):
186523
186349
  class SpaceDopeSheetEditor(Space, bpy_struct):
186524
186350
  """Dope Sheet space data"""
186525
186351
 
186526
- action: Action
186352
+ action: Action | None
186527
186353
  """ Action displayed and edited in this space
186528
186354
 
186529
- :type: Action
186355
+ :type: Action | None
186530
186356
  """
186531
186357
 
186532
186358
  cache_cloth: bool
@@ -186731,10 +186557,10 @@ class SpaceDopeSheetEditor(Space, bpy_struct):
186731
186557
  class SpaceFileBrowser(Space, bpy_struct):
186732
186558
  """File browser space data"""
186733
186559
 
186734
- active_operator: Operator
186560
+ active_operator: Operator | None
186735
186561
  """
186736
186562
 
186737
- :type: Operator
186563
+ :type: Operator | None
186738
186564
  """
186739
186565
 
186740
186566
  bookmarks: bpy_prop_collection[FileBrowserFSMenuEntry]
@@ -187117,16 +186943,16 @@ class SpaceImageEditor(Space, bpy_struct):
187117
186943
  :type: str
187118
186944
  """
187119
186945
 
187120
- grease_pencil: GreasePencil
186946
+ grease_pencil: GreasePencil | None
187121
186947
  """ Grease pencil data for this space
187122
186948
 
187123
- :type: GreasePencil
186949
+ :type: GreasePencil | None
187124
186950
  """
187125
186951
 
187126
- image: Image
186952
+ image: Image | None
187127
186953
  """ Image displayed and edited in this space
187128
186954
 
187129
- :type: Image
186955
+ :type: Image | None
187130
186956
  """
187131
186957
 
187132
186958
  image_user: ImageUser
@@ -187135,10 +186961,10 @@ class SpaceImageEditor(Space, bpy_struct):
187135
186961
  :type: ImageUser
187136
186962
  """
187137
186963
 
187138
- mask: Mask
186964
+ mask: Mask | None
187139
186965
  """ Mask displayed and edited in this space
187140
186966
 
187141
- :type: Mask
186967
+ :type: Mask | None
187142
186968
  """
187143
186969
 
187144
186970
  mask_display_type: str
@@ -187621,10 +187447,10 @@ class SpaceNodeEditor(Space, bpy_struct):
187621
187447
  :type: NodeTree
187622
187448
  """
187623
187449
 
187624
- geometry_nodes_tool_tree: NodeTree
187450
+ geometry_nodes_tool_tree: NodeTree | None
187625
187451
  """ Node group to edit as node tool
187626
187452
 
187627
- :type: NodeTree
187453
+ :type: NodeTree | None
187628
187454
  """
187629
187455
 
187630
187456
  geometry_nodes_type: str
@@ -187651,10 +187477,10 @@ class SpaceNodeEditor(Space, bpy_struct):
187651
187477
  :type: str
187652
187478
  """
187653
187479
 
187654
- node_tree: NodeTree
187480
+ node_tree: NodeTree | None
187655
187481
  """ Base node tree from context
187656
187482
 
187657
- :type: NodeTree
187483
+ :type: NodeTree | None
187658
187484
  """
187659
187485
 
187660
187486
  overlay: SpaceNodeOverlay
@@ -188141,10 +187967,10 @@ class SpaceProperties(Space, bpy_struct):
188141
187967
  :type: str
188142
187968
  """
188143
187969
 
188144
- pin_id: ID
187970
+ pin_id: ID | None
188145
187971
  """
188146
187972
 
188147
- :type: ID
187973
+ :type: ID | None
188148
187974
  """
188149
187975
 
188150
187976
  search_filter: str
@@ -188253,10 +188079,10 @@ class SpaceSequenceEditor(Space, bpy_struct):
188253
188079
  :type: str
188254
188080
  """
188255
188081
 
188256
- grease_pencil: GreasePencil
188082
+ grease_pencil: GreasePencil | None
188257
188083
  """ Grease Pencil data for this Preview region
188258
188084
 
188259
- :type: GreasePencil
188085
+ :type: GreasePencil | None
188260
188086
  """
188261
188087
 
188262
188088
  overlay_frame_type: str
@@ -188705,10 +188531,10 @@ class SpaceTextEditor(Space, bpy_struct):
188705
188531
  :type: int
188706
188532
  """
188707
188533
 
188708
- text: Text
188534
+ text: Text | None
188709
188535
  """ Text displayed and edited in this space
188710
188536
 
188711
- :type: Text
188537
+ :type: Text | None
188712
188538
  """
188713
188539
 
188714
188540
  top: int
@@ -188839,10 +188665,10 @@ class SpaceTextEditor(Space, bpy_struct):
188839
188665
  class SpaceView3D(Space, bpy_struct):
188840
188666
  """3D View space data"""
188841
188667
 
188842
- camera: Object
188668
+ camera: Object | None
188843
188669
  """ Active camera used in this view (when unlocked from the scene's active camera)
188844
188670
 
188845
- :type: Object
188671
+ :type: Object | None
188846
188672
  """
188847
188673
 
188848
188674
  clip_end: float
@@ -188893,10 +188719,10 @@ class SpaceView3D(Space, bpy_struct):
188893
188719
  :type: bool
188894
188720
  """
188895
188721
 
188896
- lock_object: Object
188722
+ lock_object: Object | None
188897
188723
  """ 3D View center is locked to this object's position
188898
188724
 
188899
- :type: Object
188725
+ :type: Object | None
188900
188726
  """
188901
188727
 
188902
188728
  mirror_xr_session: bool
@@ -189653,10 +189479,10 @@ class ParticleSettingsTextureSlot(TextureSlot, bpy_struct):
189653
189479
  :type: str
189654
189480
  """
189655
189481
 
189656
- object: Object
189482
+ object: Object | None
189657
189483
  """ Object to use for mapping with Object texture coordinates
189658
189484
 
189659
- :type: Object
189485
+ :type: Object | None
189660
189486
  """
189661
189487
 
189662
189488
  rough_factor: float
@@ -191876,34 +191702,34 @@ class TextCurve(Curve, ID, bpy_struct):
191876
191702
  :type: str
191877
191703
  """
191878
191704
 
191879
- follow_curve: Object
191705
+ follow_curve: Object | None
191880
191706
  """ Curve deforming text object
191881
191707
 
191882
- :type: Object
191708
+ :type: Object | None
191883
191709
  """
191884
191710
 
191885
- font: VectorFont
191711
+ font: VectorFont | None
191886
191712
  """
191887
191713
 
191888
- :type: VectorFont
191714
+ :type: VectorFont | None
191889
191715
  """
191890
191716
 
191891
- font_bold: VectorFont
191717
+ font_bold: VectorFont | None
191892
191718
  """
191893
191719
 
191894
- :type: VectorFont
191720
+ :type: VectorFont | None
191895
191721
  """
191896
191722
 
191897
- font_bold_italic: VectorFont
191723
+ font_bold_italic: VectorFont | None
191898
191724
  """
191899
191725
 
191900
- :type: VectorFont
191726
+ :type: VectorFont | None
191901
191727
  """
191902
191728
 
191903
- font_italic: VectorFont
191729
+ font_italic: VectorFont | None
191904
191730
  """
191905
191731
 
191906
- :type: VectorFont
191732
+ :type: VectorFont | None
191907
191733
  """
191908
191734
 
191909
191735
  has_selection: bool
@@ -193234,10 +193060,10 @@ class ImageTexture(Texture, ID, bpy_struct):
193234
193060
  :type: str
193235
193061
  """
193236
193062
 
193237
- image: Image
193063
+ image: Image | None
193238
193064
  """
193239
193065
 
193240
- :type: Image
193066
+ :type: Image | None
193241
193067
  """
193242
193068
 
193243
193069
  image_user: ImageUser
@@ -194246,10 +194072,10 @@ class LineStyleAlphaModifier_DistanceFromObject(
194246
194072
  :type: float
194247
194073
  """
194248
194074
 
194249
- target: Object
194075
+ target: Object | None
194250
194076
  """ Target object from which the distance is measured
194251
194077
 
194252
- :type: Object
194078
+ :type: Object | None
194253
194079
  """
194254
194080
 
194255
194081
  type: str
@@ -194880,10 +194706,10 @@ class LineStyleColorModifier_DistanceFromObject(
194880
194706
  :type: float
194881
194707
  """
194882
194708
 
194883
- target: Object
194709
+ target: Object | None
194884
194710
  """ Target object from which the distance is measured
194885
194711
 
194886
- :type: Object
194712
+ :type: Object | None
194887
194713
  """
194888
194714
 
194889
194715
  type: str
@@ -196579,10 +196405,10 @@ class LineStyleThicknessModifier_DistanceFromObject(
196579
196405
  :type: float
196580
196406
  """
196581
196407
 
196582
- target: Object
196408
+ target: Object | None
196583
196409
  """ Target object from which the distance is measured
196584
196410
 
196585
- :type: Object
196411
+ :type: Object | None
196586
196412
  """
196587
196413
 
196588
196414
  type: str
@@ -196995,10 +196821,10 @@ class NodeFrame(NodeInternal, Node, bpy_struct):
196995
196821
  :type: bool
196996
196822
  """
196997
196823
 
196998
- text: Text
196824
+ text: Text | None
196999
196825
  """
197000
196826
 
197001
- :type: Text
196827
+ :type: Text | None
197002
196828
  """
197003
196829
 
197004
196830
  @classmethod
@@ -197057,10 +196883,10 @@ class NodeFrame(NodeInternal, Node, bpy_struct):
197057
196883
  ...
197058
196884
 
197059
196885
  class NodeGroup(NodeInternal, Node, bpy_struct):
197060
- node_tree: NodeTree
196886
+ node_tree: NodeTree | None
197061
196887
  """
197062
196888
 
197063
- :type: NodeTree
196889
+ :type: NodeTree | None
197064
196890
  """
197065
196891
 
197066
196892
  @classmethod
@@ -197389,10 +197215,10 @@ class NodeSocketBool(NodeSocketStandard, NodeSocket, bpy_struct):
197389
197215
  class NodeSocketCollection(NodeSocketStandard, NodeSocket, bpy_struct):
197390
197216
  """Collection socket of a node"""
197391
197217
 
197392
- default_value: Collection
197218
+ default_value: Collection | None
197393
197219
  """ Input value used for unconnected socket
197394
197220
 
197395
- :type: Collection
197221
+ :type: Collection | None
197396
197222
  """
197397
197223
 
197398
197224
  links: typing.Any
@@ -197815,10 +197641,10 @@ class NodeSocketGeometry(NodeSocketStandard, NodeSocket, bpy_struct):
197815
197641
  class NodeSocketImage(NodeSocketStandard, NodeSocket, bpy_struct):
197816
197642
  """Image socket of a node"""
197817
197643
 
197818
- default_value: Image
197644
+ default_value: Image | None
197819
197645
  """ Input value used for unconnected socket
197820
197646
 
197821
- :type: Image
197647
+ :type: Image | None
197822
197648
  """
197823
197649
 
197824
197650
  links: typing.Any
@@ -197995,10 +197821,10 @@ class NodeSocketIntUnsigned(NodeSocketStandard, NodeSocket, bpy_struct):
197995
197821
  class NodeSocketMaterial(NodeSocketStandard, NodeSocket, bpy_struct):
197996
197822
  """Material socket of a node"""
197997
197823
 
197998
- default_value: Material
197824
+ default_value: Material | None
197999
197825
  """ Input value used for unconnected socket
198000
197826
 
198001
- :type: Material
197827
+ :type: Material | None
198002
197828
  """
198003
197829
 
198004
197830
  links: typing.Any
@@ -198097,10 +197923,10 @@ class NodeSocketMenu(NodeSocketStandard, NodeSocket, bpy_struct):
198097
197923
  class NodeSocketObject(NodeSocketStandard, NodeSocket, bpy_struct):
198098
197924
  """Object socket of a node"""
198099
197925
 
198100
- default_value: Object
197926
+ default_value: Object | None
198101
197927
  """ Input value used for unconnected socket
198102
197928
 
198103
- :type: Object
197929
+ :type: Object | None
198104
197930
  """
198105
197931
 
198106
197932
  links: typing.Any
@@ -198235,10 +198061,10 @@ class NodeSocketString(NodeSocketStandard, NodeSocket, bpy_struct):
198235
198061
  class NodeSocketTexture(NodeSocketStandard, NodeSocket, bpy_struct):
198236
198062
  """Texture socket of a node"""
198237
198063
 
198238
- default_value: Texture
198064
+ default_value: Texture | None
198239
198065
  """ Input value used for unconnected socket
198240
198066
 
198241
- :type: Texture
198067
+ :type: Texture | None
198242
198068
  """
198243
198069
 
198244
198070
  links: typing.Any
@@ -198622,10 +198448,10 @@ class NodeTreeInterfaceSocketCollection(
198622
198448
  ):
198623
198449
  """Collection socket of a node"""
198624
198450
 
198625
- default_value: Collection
198451
+ default_value: Collection | None
198626
198452
  """ Input value used for unconnected socket
198627
198453
 
198628
- :type: Collection
198454
+ :type: Collection | None
198629
198455
  """
198630
198456
 
198631
198457
  def draw(self, context: Context, layout: UILayout):
@@ -199582,10 +199408,10 @@ class NodeTreeInterfaceSocketImage(
199582
199408
  ):
199583
199409
  """Image socket of a node"""
199584
199410
 
199585
- default_value: Image
199411
+ default_value: Image | None
199586
199412
  """ Input value used for unconnected socket
199587
199413
 
199588
- :type: Image
199414
+ :type: Image | None
199589
199415
  """
199590
199416
 
199591
199417
  def draw(self, context: Context, layout: UILayout):
@@ -199989,10 +199815,10 @@ class NodeTreeInterfaceSocketMaterial(
199989
199815
  ):
199990
199816
  """Material socket of a node"""
199991
199817
 
199992
- default_value: Material
199818
+ default_value: Material | None
199993
199819
  """ Input value used for unconnected socket
199994
199820
 
199995
- :type: Material
199821
+ :type: Material | None
199996
199822
  """
199997
199823
 
199998
199824
  def draw(self, context: Context, layout: UILayout):
@@ -200184,10 +200010,10 @@ class NodeTreeInterfaceSocketObject(
200184
200010
  ):
200185
200011
  """Object socket of a node"""
200186
200012
 
200187
- default_value: Object
200013
+ default_value: Object | None
200188
200014
  """ Input value used for unconnected socket
200189
200015
 
200190
- :type: Object
200016
+ :type: Object | None
200191
200017
  """
200192
200018
 
200193
200019
  def draw(self, context: Context, layout: UILayout):
@@ -200446,10 +200272,10 @@ class NodeTreeInterfaceSocketTexture(
200446
200272
  ):
200447
200273
  """Texture socket of a node"""
200448
200274
 
200449
- default_value: Texture
200275
+ default_value: Texture | None
200450
200276
  """ Input value used for unconnected socket
200451
200277
 
200452
- :type: Texture
200278
+ :type: Texture | None
200453
200279
  """
200454
200280
 
200455
200281
  def draw(self, context: Context, layout: UILayout):
@@ -201883,10 +201709,10 @@ class TextSequence(EffectSequence, Sequence, bpy_struct):
201883
201709
  :type: bpy_prop_array[float]
201884
201710
  """
201885
201711
 
201886
- font: VectorFont
201712
+ font: VectorFont | None
201887
201713
  """ Font of the text. Falls back to the UI font by default
201888
201714
 
201889
- :type: VectorFont
201715
+ :type: VectorFont | None
201890
201716
  """
201891
201717
 
201892
201718
  font_size: float
@@ -204339,10 +204165,10 @@ class CompositorNodeCryptomatteV2(CompositorNode, NodeInternal, Node, bpy_struct
204339
204165
  :type: bool
204340
204166
  """
204341
204167
 
204342
- image: Image
204168
+ image: Image | None
204343
204169
  """
204344
204170
 
204345
- :type: Image
204171
+ :type: Image | None
204346
204172
  """
204347
204173
 
204348
204174
  layer: str
@@ -204369,10 +204195,10 @@ class CompositorNodeCryptomatteV2(CompositorNode, NodeInternal, Node, bpy_struct
204369
204195
  :type: mathutils.Color
204370
204196
  """
204371
204197
 
204372
- scene: Scene
204198
+ scene: Scene | None
204373
204199
  """
204374
204200
 
204375
- :type: Scene
204201
+ :type: Scene | None
204376
204202
  """
204377
204203
 
204378
204204
  source: str
@@ -204588,10 +204414,10 @@ class CompositorNodeCurveVec(CompositorNode, NodeInternal, Node, bpy_struct):
204588
204414
  class CompositorNodeCustomGroup(CompositorNode, NodeInternal, Node, bpy_struct):
204589
204415
  """Custom Compositor Group Node for Python nodes"""
204590
204416
 
204591
- node_tree: NodeTree
204417
+ node_tree: NodeTree | None
204592
204418
  """
204593
204419
 
204594
- :type: NodeTree
204420
+ :type: NodeTree | None
204595
204421
  """
204596
204422
 
204597
204423
  def update(self): ...
@@ -204747,10 +204573,10 @@ class CompositorNodeDefocus(CompositorNode, NodeInternal, Node, bpy_struct):
204747
204573
  :type: float
204748
204574
  """
204749
204575
 
204750
- scene: Scene
204576
+ scene: Scene | None
204751
204577
  """ Scene from which to select the active camera (render scene if undefined)
204752
204578
 
204753
- :type: Scene
204579
+ :type: Scene | None
204754
204580
  """
204755
204581
 
204756
204582
  threshold: float
@@ -205811,10 +205637,10 @@ class CompositorNodeGlare(CompositorNode, NodeInternal, Node, bpy_struct):
205811
205637
  ...
205812
205638
 
205813
205639
  class CompositorNodeGroup(CompositorNode, NodeInternal, Node, bpy_struct):
205814
- node_tree: NodeTree
205640
+ node_tree: NodeTree | None
205815
205641
  """
205816
205642
 
205817
- :type: NodeTree
205643
+ :type: NodeTree | None
205818
205644
  """
205819
205645
 
205820
205646
  @classmethod
@@ -206101,10 +205927,10 @@ class CompositorNodeImage(CompositorNode, NodeInternal, Node, bpy_struct):
206101
205927
  :type: bool
206102
205928
  """
206103
205929
 
206104
- image: Image
205930
+ image: Image | None
206105
205931
  """
206106
205932
 
206107
- :type: Image
205933
+ :type: Image | None
206108
205934
  """
206109
205935
 
206110
205936
  layer: str
@@ -206463,10 +206289,10 @@ class CompositorNodeKeying(CompositorNode, NodeInternal, Node, bpy_struct):
206463
206289
  class CompositorNodeKeyingScreen(CompositorNode, NodeInternal, Node, bpy_struct):
206464
206290
  """Create plates for use as a color reference for keying nodes"""
206465
206291
 
206466
- clip: MovieClip
206292
+ clip: MovieClip | None
206467
206293
  """
206468
206294
 
206469
- :type: MovieClip
206295
+ :type: MovieClip | None
206470
206296
  """
206471
206297
 
206472
206298
  smoothness: float
@@ -207073,10 +206899,10 @@ class CompositorNodeMapValue(CompositorNode, NodeInternal, Node, bpy_struct):
207073
206899
  class CompositorNodeMask(CompositorNode, NodeInternal, Node, bpy_struct):
207074
206900
  """Input mask from a mask datablock, created in the image editor"""
207075
206901
 
207076
- mask: Mask
206902
+ mask: Mask | None
207077
206903
  """
207078
206904
 
207079
- :type: Mask
206905
+ :type: Mask | None
207080
206906
  """
207081
206907
 
207082
206908
  motion_blur_samples: int
@@ -207328,10 +207154,10 @@ class CompositorNodeMixRGB(CompositorNode, NodeInternal, Node, bpy_struct):
207328
207154
  class CompositorNodeMovieClip(CompositorNode, NodeInternal, Node, bpy_struct):
207329
207155
  """Input image or movie from a movie clip datablock, typically used for motion tracking"""
207330
207156
 
207331
- clip: MovieClip
207157
+ clip: MovieClip | None
207332
207158
  """
207333
207159
 
207334
- :type: MovieClip
207160
+ :type: MovieClip | None
207335
207161
  """
207336
207162
 
207337
207163
  @classmethod
@@ -207393,10 +207219,10 @@ class CompositorNodeMovieClip(CompositorNode, NodeInternal, Node, bpy_struct):
207393
207219
  class CompositorNodeMovieDistortion(CompositorNode, NodeInternal, Node, bpy_struct):
207394
207220
  """Remove lens distortion from footage, using motion tracking camera lens settings"""
207395
207221
 
207396
- clip: MovieClip
207222
+ clip: MovieClip | None
207397
207223
  """
207398
207224
 
207399
- :type: MovieClip
207225
+ :type: MovieClip | None
207400
207226
  """
207401
207227
 
207402
207228
  distortion_type: str
@@ -207736,10 +207562,10 @@ class CompositorNodePixelate(CompositorNode, NodeInternal, Node, bpy_struct):
207736
207562
  class CompositorNodePlaneTrackDeform(CompositorNode, NodeInternal, Node, bpy_struct):
207737
207563
  """Replace flat planes in footage by another image, dectected by plane tracks from motion tracking"""
207738
207564
 
207739
- clip: MovieClip
207565
+ clip: MovieClip | None
207740
207566
  """
207741
207567
 
207742
- :type: MovieClip
207568
+ :type: MovieClip | None
207743
207569
  """
207744
207570
 
207745
207571
  motion_blur_samples: int
@@ -208079,10 +207905,10 @@ class CompositorNodeRLayers(CompositorNode, NodeInternal, Node, bpy_struct):
208079
207905
  :type: str
208080
207906
  """
208081
207907
 
208082
- scene: Scene
207908
+ scene: Scene | None
208083
207909
  """
208084
207910
 
208085
- :type: Scene
207911
+ :type: Scene | None
208086
207912
  """
208087
207913
 
208088
207914
  @classmethod
@@ -208859,10 +208685,10 @@ class CompositorNodeSplit(CompositorNode, NodeInternal, Node, bpy_struct):
208859
208685
  class CompositorNodeStabilize(CompositorNode, NodeInternal, Node, bpy_struct):
208860
208686
  """Stabilize footage using 2D stabilization motion tracking settings"""
208861
208687
 
208862
- clip: MovieClip
208688
+ clip: MovieClip | None
208863
208689
  """
208864
208690
 
208865
- :type: MovieClip
208691
+ :type: MovieClip | None
208866
208692
  """
208867
208693
 
208868
208694
  filter_type: str
@@ -209137,10 +208963,10 @@ class CompositorNodeTexture(CompositorNode, NodeInternal, Node, bpy_struct):
209137
208963
  :type: int
209138
208964
  """
209139
208965
 
209140
- texture: Texture
208966
+ texture: Texture | None
209141
208967
  """
209142
208968
 
209143
- :type: Texture
208969
+ :type: Texture | None
209144
208970
  """
209145
208971
 
209146
208972
  @classmethod
@@ -209386,10 +209212,10 @@ class CompositorNodeTonemap(CompositorNode, NodeInternal, Node, bpy_struct):
209386
209212
  class CompositorNodeTrackPos(CompositorNode, NodeInternal, Node, bpy_struct):
209387
209213
  """Provide information about motion tracking points, such as x and y values"""
209388
209214
 
209389
- clip: MovieClip
209215
+ clip: MovieClip | None
209390
209216
  """
209391
209217
 
209392
- :type: MovieClip
209218
+ :type: MovieClip | None
209393
209219
  """
209394
209220
 
209395
209221
  frame_relative: int
@@ -214126,10 +213952,10 @@ class GeometryNodeCurveToPoints(GeometryNode, NodeInternal, Node, bpy_struct):
214126
213952
  class GeometryNodeCustomGroup(GeometryNode, NodeInternal, Node, bpy_struct):
214127
213953
  """Custom Geometry Group Node for Python nodes"""
214128
213954
 
214129
- node_tree: NodeTree
213955
+ node_tree: NodeTree | None
214130
213956
  """
214131
213957
 
214132
- :type: NodeTree
213958
+ :type: NodeTree | None
214133
213959
  """
214134
213960
 
214135
213961
  @classmethod
@@ -215525,10 +215351,10 @@ class GeometryNodeGridToMesh(GeometryNode, NodeInternal, Node, bpy_struct):
215525
215351
  ...
215526
215352
 
215527
215353
  class GeometryNodeGroup(GeometryNode, NodeInternal, Node, bpy_struct):
215528
- node_tree: NodeTree
215354
+ node_tree: NodeTree | None
215529
215355
  """
215530
215356
 
215531
- :type: NodeTree
215357
+ :type: NodeTree | None
215532
215358
  """
215533
215359
 
215534
215360
  @classmethod
@@ -216195,10 +216021,10 @@ class GeometryNodeInputID(GeometryNode, NodeInternal, Node, bpy_struct):
216195
216021
  class GeometryNodeInputImage(GeometryNode, NodeInternal, Node, bpy_struct):
216196
216022
  """Input image"""
216197
216023
 
216198
- image: Image
216024
+ image: Image | None
216199
216025
  """
216200
216026
 
216201
- :type: Image
216027
+ :type: Image | None
216202
216028
  """
216203
216029
 
216204
216030
  @classmethod
@@ -216433,10 +216259,10 @@ class GeometryNodeInputInstanceScale(GeometryNode, NodeInternal, Node, bpy_struc
216433
216259
  class GeometryNodeInputMaterial(GeometryNode, NodeInternal, Node, bpy_struct):
216434
216260
  """Output a single material"""
216435
216261
 
216436
- material: Material
216262
+ material: Material | None
216437
216263
  """
216438
216264
 
216439
- :type: Material
216265
+ :type: Material | None
216440
216266
  """
216441
216267
 
216442
216268
  @classmethod
@@ -222607,10 +222433,10 @@ class GeometryNodeStringToCurves(GeometryNode, NodeInternal, Node, bpy_struct):
222607
222433
  :type: str
222608
222434
  """
222609
222435
 
222610
- font: VectorFont
222436
+ font: VectorFont | None
222611
222437
  """ Font of the text. Falls back to the UI font by default
222612
222438
 
222613
- :type: VectorFont
222439
+ :type: VectorFont | None
222614
222440
  """
222615
222441
 
222616
222442
  overflow: str
@@ -225667,10 +225493,10 @@ class ShaderNodeCombineXYZ(ShaderNode, NodeInternal, Node, bpy_struct):
225667
225493
  class ShaderNodeCustomGroup(ShaderNode, NodeInternal, Node, bpy_struct):
225668
225494
  """Custom Shader Group Node for Python nodes"""
225669
225495
 
225670
- node_tree: NodeTree
225496
+ node_tree: NodeTree | None
225671
225497
  """
225672
225498
 
225673
- :type: NodeTree
225499
+ :type: NodeTree | None
225674
225500
  """
225675
225501
 
225676
225502
  @classmethod
@@ -226060,10 +225886,10 @@ class ShaderNodeGamma(ShaderNode, NodeInternal, Node, bpy_struct):
226060
225886
  ...
226061
225887
 
226062
225888
  class ShaderNodeGroup(ShaderNode, NodeInternal, Node, bpy_struct):
226063
- node_tree: NodeTree
225889
+ node_tree: NodeTree | None
226064
225890
  """
226065
225891
 
226066
- :type: NodeTree
225892
+ :type: NodeTree | None
226067
225893
  """
226068
225894
 
226069
225895
  @classmethod
@@ -227896,10 +227722,10 @@ class ShaderNodeScript(ShaderNode, NodeInternal, Node, bpy_struct):
227896
227722
  :type: str
227897
227723
  """
227898
227724
 
227899
- script: Text
227725
+ script: Text | None
227900
227726
  """ Internal shader script to define the shader
227901
227727
 
227902
- :type: Text
227728
+ :type: Text | None
227903
227729
  """
227904
227730
 
227905
227731
  use_auto_update: bool
@@ -228634,10 +228460,10 @@ class ShaderNodeTexCoord(ShaderNode, NodeInternal, Node, bpy_struct):
228634
228460
  :type: bool
228635
228461
  """
228636
228462
 
228637
- object: Object
228463
+ object: Object | None
228638
228464
  """ Use coordinates from this object (for object texture coordinates output)
228639
228465
 
228640
- :type: Object
228466
+ :type: Object | None
228641
228467
  """
228642
228468
 
228643
228469
  @classmethod
@@ -228704,10 +228530,10 @@ class ShaderNodeTexEnvironment(ShaderNode, NodeInternal, Node, bpy_struct):
228704
228530
  :type: ColorMapping
228705
228531
  """
228706
228532
 
228707
- image: Image
228533
+ image: Image | None
228708
228534
  """
228709
228535
 
228710
- :type: Image
228536
+ :type: Image | None
228711
228537
  """
228712
228538
 
228713
228539
  image_user: ImageUser
@@ -228874,10 +228700,10 @@ class ShaderNodeTexIES(ShaderNode, NodeInternal, Node, bpy_struct):
228874
228700
  :type: str
228875
228701
  """
228876
228702
 
228877
- ies: Text
228703
+ ies: Text | None
228878
228704
  """ Internal IES file
228879
228705
 
228880
- :type: Text
228706
+ :type: Text | None
228881
228707
  """
228882
228708
 
228883
228709
  mode: str
@@ -228956,10 +228782,10 @@ class ShaderNodeTexImage(ShaderNode, NodeInternal, Node, bpy_struct):
228956
228782
  :type: str
228957
228783
  """
228958
228784
 
228959
- image: Image
228785
+ image: Image | None
228960
228786
  """
228961
228787
 
228962
- :type: Image
228788
+ :type: Image | None
228963
228789
  """
228964
228790
 
228965
228791
  image_user: ImageUser
@@ -229220,10 +229046,10 @@ class ShaderNodeTexPointDensity(ShaderNode, NodeInternal, Node, bpy_struct):
229220
229046
  :type: str
229221
229047
  """
229222
229048
 
229223
- object: Object
229049
+ object: Object | None
229224
229050
  """ Object to take point data from
229225
229051
 
229226
- :type: Object
229052
+ :type: Object | None
229227
229053
  """
229228
229054
 
229229
229055
  particle_color_source: str
@@ -229232,10 +229058,10 @@ class ShaderNodeTexPointDensity(ShaderNode, NodeInternal, Node, bpy_struct):
229232
229058
  :type: str
229233
229059
  """
229234
229060
 
229235
- particle_system: ParticleSystem
229061
+ particle_system: ParticleSystem | None
229236
229062
  """ Particle System to render as points
229237
229063
 
229238
- :type: ParticleSystem
229064
+ :type: ParticleSystem | None
229239
229065
  """
229240
229066
 
229241
229067
  point_source: str
@@ -231397,10 +231223,10 @@ class TextureNodeDistance(TextureNode, NodeInternal, Node, bpy_struct):
231397
231223
  ...
231398
231224
 
231399
231225
  class TextureNodeGroup(TextureNode, NodeInternal, Node, bpy_struct):
231400
- node_tree: NodeTree
231226
+ node_tree: NodeTree | None
231401
231227
  """
231402
231228
 
231403
- :type: NodeTree
231229
+ :type: NodeTree | None
231404
231230
  """
231405
231231
 
231406
231232
  @classmethod
@@ -231515,10 +231341,10 @@ class TextureNodeHueSaturation(TextureNode, NodeInternal, Node, bpy_struct):
231515
231341
  ...
231516
231342
 
231517
231343
  class TextureNodeImage(TextureNode, NodeInternal, Node, bpy_struct):
231518
- image: Image
231344
+ image: Image | None
231519
231345
  """
231520
231346
 
231521
- :type: Image
231347
+ :type: Image | None
231522
231348
  """
231523
231349
 
231524
231350
  image_user: ImageUser
@@ -232639,10 +232465,10 @@ class TextureNodeTexture(TextureNode, NodeInternal, Node, bpy_struct):
232639
232465
  :type: int
232640
232466
  """
232641
232467
 
232642
- texture: Texture
232468
+ texture: Texture | None
232643
232469
  """
232644
232470
 
232645
- :type: Texture
232471
+ :type: Texture | None
232646
232472
  """
232647
232473
 
232648
232474
  @classmethod
@@ -235100,6 +234926,8 @@ SEQUENCER_PT_mask: bl_ui.space_sequencer.SEQUENCER_PT_mask
235100
234926
 
235101
234927
  SEQUENCER_PT_modifiers: bl_ui.space_sequencer.SEQUENCER_PT_modifiers
235102
234928
 
234929
+ SEQUENCER_PT_movie_clip: bl_ui.space_sequencer.SEQUENCER_PT_movie_clip
234930
+
235103
234931
  SEQUENCER_PT_overlay: bl_ui.space_sequencer.SEQUENCER_PT_overlay
235104
234932
 
235105
234933
  SEQUENCER_PT_preview: bl_ui.space_sequencer.SEQUENCER_PT_preview