fake-bpy-module 20250220__py3-none-any.whl → 20250222__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 (327) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/addons/__init__.pyi +1 -0
  3. _bpy_internal/addons/cli/__init__.pyi +1 -0
  4. _bpy_internal/extensions/__init__.pyi +1 -0
  5. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +1 -0
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  8. _bpy_internal/freedesktop/__init__.pyi +1 -0
  9. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +1 -0
  11. _bpy_internal/system_info/__init__.pyi +1 -0
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -0
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -0
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +1 -0
  15. addon_utils/__init__.pyi +1 -0
  16. animsys_refactor/__init__.pyi +1 -0
  17. aud/__init__.pyi +1 -0
  18. bgl/__init__.pyi +1 -0
  19. bl_app_override/__init__.pyi +1 -0
  20. bl_app_override/helpers/__init__.pyi +1 -0
  21. bl_app_template_utils/__init__.pyi +1 -0
  22. bl_console_utils/__init__.pyi +1 -0
  23. bl_console_utils/autocomplete/__init__.pyi +1 -0
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  28. bl_i18n_utils/__init__.pyi +1 -0
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  30. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  31. bl_i18n_utils/settings/__init__.pyi +1 -0
  32. bl_i18n_utils/utils/__init__.pyi +1 -0
  33. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  35. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  36. bl_keymap_utils/__init__.pyi +1 -0
  37. bl_keymap_utils/io/__init__.pyi +1 -0
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  40. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  41. bl_keymap_utils/versioning/__init__.pyi +1 -0
  42. bl_math/__init__.pyi +1 -0
  43. bl_operators/__init__.pyi +1 -0
  44. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  45. bl_operators/anim/__init__.pyi +1 -0
  46. bl_operators/assets/__init__.pyi +1 -0
  47. bl_operators/bmesh/__init__.pyi +1 -0
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  49. bl_operators/bone_selection_sets/__init__.pyi +1 -0
  50. bl_operators/clip/__init__.pyi +1 -0
  51. bl_operators/connect_to_output/__init__.pyi +1 -0
  52. bl_operators/console/__init__.pyi +1 -0
  53. bl_operators/constraint/__init__.pyi +1 -0
  54. bl_operators/file/__init__.pyi +1 -0
  55. bl_operators/freestyle/__init__.pyi +1 -0
  56. bl_operators/geometry_nodes/__init__.pyi +1 -0
  57. bl_operators/grease_pencil/__init__.pyi +1 -0
  58. bl_operators/image/__init__.pyi +1 -0
  59. bl_operators/image_as_planes/__init__.pyi +1 -0
  60. bl_operators/mesh/__init__.pyi +1 -0
  61. bl_operators/node/__init__.pyi +1 -0
  62. bl_operators/node_editor/__init__.pyi +1 -0
  63. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  64. bl_operators/object/__init__.pyi +1 -0
  65. bl_operators/object_align/__init__.pyi +1 -0
  66. bl_operators/object_quick_effects/__init__.pyi +1 -0
  67. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  68. bl_operators/presets/__init__.pyi +1 -0
  69. bl_operators/rigidbody/__init__.pyi +1 -0
  70. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  71. bl_operators/sequencer/__init__.pyi +1 -0
  72. bl_operators/spreadsheet/__init__.pyi +1 -0
  73. bl_operators/userpref/__init__.pyi +1 -0
  74. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  75. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  76. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  77. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  78. bl_operators/view3d/__init__.pyi +1 -0
  79. bl_operators/wm/__init__.pyi +1 -0
  80. bl_operators/world/__init__.pyi +1 -0
  81. bl_previews_utils/__init__.pyi +1 -0
  82. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  83. bl_rna_utils/__init__.pyi +1 -0
  84. bl_rna_utils/data_path/__init__.pyi +1 -0
  85. bl_text_utils/__init__.pyi +1 -0
  86. bl_text_utils/external_editor/__init__.pyi +1 -0
  87. bl_ui/__init__.pyi +1 -0
  88. bl_ui/anim/__init__.pyi +1 -0
  89. bl_ui/asset_shelf/__init__.pyi +1 -0
  90. bl_ui/generic_ui_list/__init__.pyi +1 -0
  91. bl_ui/node_add_menu/__init__.pyi +1 -0
  92. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  93. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  94. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  95. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  96. bl_ui/properties_animviz/__init__.pyi +1 -0
  97. bl_ui/properties_collection/__init__.pyi +1 -0
  98. bl_ui/properties_constraint/__init__.pyi +1 -0
  99. bl_ui/properties_data_armature/__init__.pyi +1 -0
  100. bl_ui/properties_data_bone/__init__.pyi +1 -0
  101. bl_ui/properties_data_camera/__init__.pyi +1 -0
  102. bl_ui/properties_data_curve/__init__.pyi +1 -0
  103. bl_ui/properties_data_curves/__init__.pyi +1 -0
  104. bl_ui/properties_data_empty/__init__.pyi +1 -0
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  106. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  107. bl_ui/properties_data_light/__init__.pyi +1 -0
  108. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  109. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  110. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  111. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  112. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  113. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  114. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  115. bl_ui/properties_data_volume/__init__.pyi +1 -0
  116. bl_ui/properties_freestyle/__init__.pyi +1 -0
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  118. bl_ui/properties_mask_common/__init__.pyi +1 -0
  119. bl_ui/properties_material/__init__.pyi +1 -0
  120. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  121. bl_ui/properties_object/__init__.pyi +1 -0
  122. bl_ui/properties_output/__init__.pyi +1 -0
  123. bl_ui/properties_paint_common/__init__.pyi +1 -0
  124. bl_ui/properties_particle/__init__.pyi +1 -0
  125. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  126. bl_ui/properties_physics_common/__init__.pyi +1 -0
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  128. bl_ui/properties_physics_field/__init__.pyi +1 -0
  129. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  133. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  134. bl_ui/properties_render/__init__.pyi +1 -0
  135. bl_ui/properties_scene/__init__.pyi +1 -0
  136. bl_ui/properties_texture/__init__.pyi +1 -0
  137. bl_ui/properties_view_layer/__init__.pyi +1 -0
  138. bl_ui/properties_workspace/__init__.pyi +1 -0
  139. bl_ui/properties_world/__init__.pyi +1 -0
  140. bl_ui/space_clip/__init__.pyi +1 -0
  141. bl_ui/space_console/__init__.pyi +1 -0
  142. bl_ui/space_dopesheet/__init__.pyi +1 -0
  143. bl_ui/space_filebrowser/__init__.pyi +1 -0
  144. bl_ui/space_graph/__init__.pyi +1 -0
  145. bl_ui/space_image/__init__.pyi +1 -0
  146. bl_ui/space_info/__init__.pyi +1 -0
  147. bl_ui/space_nla/__init__.pyi +1 -0
  148. bl_ui/space_node/__init__.pyi +1 -0
  149. bl_ui/space_outliner/__init__.pyi +1 -0
  150. bl_ui/space_properties/__init__.pyi +1 -0
  151. bl_ui/space_sequencer/__init__.pyi +1 -0
  152. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  153. bl_ui/space_statusbar/__init__.pyi +1 -0
  154. bl_ui/space_text/__init__.pyi +1 -0
  155. bl_ui/space_time/__init__.pyi +1 -0
  156. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  158. bl_ui/space_topbar/__init__.pyi +1 -0
  159. bl_ui/space_userpref/__init__.pyi +1 -0
  160. bl_ui/space_view3d/__init__.pyi +1 -0
  161. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  162. bl_ui/utils/__init__.pyi +1 -0
  163. bl_ui_utils/__init__.pyi +1 -0
  164. bl_ui_utils/layout/__init__.pyi +1 -0
  165. blend_render_info/__init__.pyi +1 -0
  166. blf/__init__.pyi +1 -0
  167. bmesh/__init__.pyi +1 -0
  168. bmesh/geometry/__init__.pyi +1 -0
  169. bmesh/ops/__init__.pyi +1 -0
  170. bmesh/types/__init__.pyi +1 -0
  171. bmesh/utils/__init__.pyi +1 -0
  172. bpy/__init__.pyi +1 -0
  173. bpy/_typing/__init__.pyi +1 -0
  174. bpy/_typing/rna_enums/__init__.pyi +1 -0
  175. bpy/app/__init__.pyi +1 -0
  176. bpy/app/handlers/__init__.pyi +1 -0
  177. bpy/app/icons/__init__.pyi +1 -0
  178. bpy/app/timers/__init__.pyi +1 -0
  179. bpy/app/translations/__init__.pyi +1 -0
  180. bpy/msgbus/__init__.pyi +1 -0
  181. bpy/ops/__init__.pyi +1 -0
  182. bpy/ops/action/__init__.pyi +1 -0
  183. bpy/ops/anim/__init__.pyi +1 -0
  184. bpy/ops/armature/__init__.pyi +1 -0
  185. bpy/ops/asset/__init__.pyi +1 -0
  186. bpy/ops/boid/__init__.pyi +1 -0
  187. bpy/ops/brush/__init__.pyi +1 -0
  188. bpy/ops/buttons/__init__.pyi +1 -0
  189. bpy/ops/cachefile/__init__.pyi +1 -0
  190. bpy/ops/camera/__init__.pyi +1 -0
  191. bpy/ops/clip/__init__.pyi +1 -0
  192. bpy/ops/cloth/__init__.pyi +1 -0
  193. bpy/ops/collection/__init__.pyi +1 -0
  194. bpy/ops/console/__init__.pyi +1 -0
  195. bpy/ops/constraint/__init__.pyi +1 -0
  196. bpy/ops/curve/__init__.pyi +1 -0
  197. bpy/ops/curves/__init__.pyi +1 -0
  198. bpy/ops/cycles/__init__.pyi +1 -0
  199. bpy/ops/dpaint/__init__.pyi +1 -0
  200. bpy/ops/ed/__init__.pyi +1 -0
  201. bpy/ops/export_anim/__init__.pyi +1 -0
  202. bpy/ops/export_scene/__init__.pyi +1 -0
  203. bpy/ops/extensions/__init__.pyi +1 -0
  204. bpy/ops/file/__init__.pyi +1 -0
  205. bpy/ops/fluid/__init__.pyi +1 -0
  206. bpy/ops/font/__init__.pyi +1 -0
  207. bpy/ops/geometry/__init__.pyi +1 -0
  208. bpy/ops/gizmogroup/__init__.pyi +1 -0
  209. bpy/ops/gpencil/__init__.pyi +1 -0
  210. bpy/ops/graph/__init__.pyi +1 -0
  211. bpy/ops/grease_pencil/__init__.pyi +1 -0
  212. bpy/ops/image/__init__.pyi +1 -0
  213. bpy/ops/import_anim/__init__.pyi +1 -0
  214. bpy/ops/import_curve/__init__.pyi +5 -0
  215. bpy/ops/import_scene/__init__.pyi +1 -0
  216. bpy/ops/info/__init__.pyi +1 -0
  217. bpy/ops/lattice/__init__.pyi +1 -0
  218. bpy/ops/marker/__init__.pyi +1 -0
  219. bpy/ops/mask/__init__.pyi +1 -0
  220. bpy/ops/material/__init__.pyi +1 -0
  221. bpy/ops/mball/__init__.pyi +1 -0
  222. bpy/ops/mesh/__init__.pyi +1 -0
  223. bpy/ops/nla/__init__.pyi +1 -0
  224. bpy/ops/node/__init__.pyi +1 -0
  225. bpy/ops/object/__init__.pyi +8 -3
  226. bpy/ops/outliner/__init__.pyi +1 -0
  227. bpy/ops/paint/__init__.pyi +1 -0
  228. bpy/ops/paintcurve/__init__.pyi +1 -0
  229. bpy/ops/palette/__init__.pyi +1 -0
  230. bpy/ops/particle/__init__.pyi +1 -0
  231. bpy/ops/pointcloud/__init__.pyi +1 -0
  232. bpy/ops/pose/__init__.pyi +1 -0
  233. bpy/ops/poselib/__init__.pyi +1 -0
  234. bpy/ops/preferences/__init__.pyi +1 -0
  235. bpy/ops/ptcache/__init__.pyi +1 -0
  236. bpy/ops/render/__init__.pyi +1 -0
  237. bpy/ops/rigidbody/__init__.pyi +1 -0
  238. bpy/ops/scene/__init__.pyi +1 -0
  239. bpy/ops/screen/__init__.pyi +1 -0
  240. bpy/ops/script/__init__.pyi +1 -0
  241. bpy/ops/sculpt/__init__.pyi +1 -0
  242. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  243. bpy/ops/sequencer/__init__.pyi +1 -0
  244. bpy/ops/sound/__init__.pyi +1 -0
  245. bpy/ops/spreadsheet/__init__.pyi +1 -0
  246. bpy/ops/surface/__init__.pyi +1 -0
  247. bpy/ops/text/__init__.pyi +1 -0
  248. bpy/ops/text_editor/__init__.pyi +1 -0
  249. bpy/ops/texture/__init__.pyi +1 -0
  250. bpy/ops/transform/__init__.pyi +1 -0
  251. bpy/ops/ui/__init__.pyi +1 -0
  252. bpy/ops/uilist/__init__.pyi +1 -0
  253. bpy/ops/uv/__init__.pyi +1 -0
  254. bpy/ops/view2d/__init__.pyi +1 -0
  255. bpy/ops/view3d/__init__.pyi +1 -0
  256. bpy/ops/wm/__init__.pyi +1 -0
  257. bpy/ops/workspace/__init__.pyi +1 -0
  258. bpy/ops/world/__init__.pyi +1 -0
  259. bpy/path/__init__.pyi +1 -0
  260. bpy/props/__init__.pyi +1 -0
  261. bpy/types/__init__.pyi +600 -586
  262. bpy/utils/__init__.pyi +1 -0
  263. bpy/utils/previews/__init__.pyi +1 -0
  264. bpy/utils/units/__init__.pyi +1 -0
  265. bpy_extras/__init__.pyi +1 -0
  266. bpy_extras/anim_utils/__init__.pyi +1 -0
  267. bpy_extras/asset_utils/__init__.pyi +1 -0
  268. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  269. bpy_extras/id_map_utils/__init__.pyi +1 -0
  270. bpy_extras/image_utils/__init__.pyi +1 -0
  271. bpy_extras/io_utils/__init__.pyi +1 -0
  272. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  273. bpy_extras/mesh_utils/__init__.pyi +1 -0
  274. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  275. bpy_extras/node_utils/__init__.pyi +1 -0
  276. bpy_extras/object_utils/__init__.pyi +1 -0
  277. bpy_extras/view3d_utils/__init__.pyi +1 -0
  278. bpy_extras/wm_utils/__init__.pyi +1 -0
  279. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  280. bpy_restrict_state/__init__.pyi +1 -0
  281. bpy_types/__init__.pyi +1 -0
  282. console_python/__init__.pyi +1 -0
  283. console_shell/__init__.pyi +1 -0
  284. {fake_bpy_module-20250220.dist-info → fake_bpy_module-20250222.dist-info}/METADATA +1 -1
  285. fake_bpy_module-20250222.dist-info/RECORD +367 -0
  286. freestyle/__init__.pyi +1 -0
  287. freestyle/chainingiterators/__init__.pyi +1 -0
  288. freestyle/functions/__init__.pyi +1 -0
  289. freestyle/predicates/__init__.pyi +1 -0
  290. freestyle/shaders/__init__.pyi +1 -0
  291. freestyle/types/__init__.pyi +1 -0
  292. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  293. freestyle/utils/__init__.pyi +1 -0
  294. gpu/__init__.pyi +1 -0
  295. gpu/capabilities/__init__.pyi +1 -0
  296. gpu/matrix/__init__.pyi +1 -0
  297. gpu/platform/__init__.pyi +1 -0
  298. gpu/select/__init__.pyi +1 -0
  299. gpu/shader/__init__.pyi +1 -0
  300. gpu/state/__init__.pyi +1 -0
  301. gpu/texture/__init__.pyi +1 -0
  302. gpu/types/__init__.pyi +1 -0
  303. gpu_extras/__init__.pyi +1 -0
  304. gpu_extras/batch/__init__.pyi +1 -0
  305. gpu_extras/presets/__init__.pyi +1 -0
  306. graphviz_export/__init__.pyi +1 -0
  307. idprop/__init__.pyi +1 -0
  308. idprop/types/__init__.pyi +1 -0
  309. imbuf/__init__.pyi +1 -0
  310. imbuf/types/__init__.pyi +1 -0
  311. keyingsets_builtins/__init__.pyi +1 -0
  312. keyingsets_utils/__init__.pyi +1 -0
  313. mathutils/__init__.pyi +1 -0
  314. mathutils/bvhtree/__init__.pyi +1 -0
  315. mathutils/geometry/__init__.pyi +1 -0
  316. mathutils/interpolate/__init__.pyi +1 -0
  317. mathutils/kdtree/__init__.pyi +1 -0
  318. mathutils/noise/__init__.pyi +1 -0
  319. nodeitems_builtins/__init__.pyi +1 -0
  320. nodeitems_utils/__init__.pyi +1 -0
  321. rna_info/__init__.pyi +1 -0
  322. rna_keymap_ui/__init__.pyi +1 -0
  323. rna_prop_ui/__init__.pyi +1 -0
  324. rna_xml/__init__.pyi +1 -0
  325. fake_bpy_module-20250220.dist-info/RECORD +0 -367
  326. {fake_bpy_module-20250220.dist-info → fake_bpy_module-20250222.dist-info}/WHEEL +0 -0
  327. {fake_bpy_module-20250220.dist-info → fake_bpy_module-20250222.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi CHANGED
@@ -105132,6 +105132,7 @@ Property types used in class declarations are all in bpy.props
105132
105132
  import typing
105133
105133
  import collections.abc
105134
105134
  import typing_extensions
105135
+ import numpy.typing as npt
105135
105136
  import bl_operators.anim
105136
105137
  import bl_operators.assets
105137
105138
  import bl_operators.bone_selection_sets
@@ -105370,7 +105371,8 @@ class bpy_prop_collection[_GenericType1]:
105370
105371
  seq: collections.abc.MutableSequence[bool]
105371
105372
  | collections.abc.MutableSequence[int]
105372
105373
  | collections.abc.MutableSequence[float]
105373
- | typing_extensions.Buffer,
105374
+ | typing_extensions.Buffer
105375
+ | npt.NDArray,
105374
105376
  ):
105375
105377
  """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
105376
105378
  Multi-dimensional arrays (like array of vectors) will be flattened into seq.
@@ -105378,7 +105380,7 @@ class bpy_prop_collection[_GenericType1]:
105378
105380
  :param attr:
105379
105381
  :type attr: str
105380
105382
  :param seq:
105381
- :type seq: collections.abc.MutableSequence[bool] | collections.abc.MutableSequence[int] | collections.abc.MutableSequence[float] | typing_extensions.Buffer
105383
+ :type seq: collections.abc.MutableSequence[bool] | collections.abc.MutableSequence[int] | collections.abc.MutableSequence[float] | typing_extensions.Buffer | npt.NDArray
105382
105384
  """
105383
105385
 
105384
105386
  def foreach_set(
@@ -105387,7 +105389,8 @@ class bpy_prop_collection[_GenericType1]:
105387
105389
  seq: collections.abc.Sequence[bool]
105388
105390
  | collections.abc.Sequence[int]
105389
105391
  | collections.abc.Sequence[float]
105390
- | typing_extensions.Buffer,
105392
+ | typing_extensions.Buffer
105393
+ | npt.NDArray,
105391
105394
  ):
105392
105395
  """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
105393
105396
  seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
@@ -105395,7 +105398,7 @@ class bpy_prop_collection[_GenericType1]:
105395
105398
  :param attr:
105396
105399
  :type attr: str
105397
105400
  :param seq:
105398
- :type seq: collections.abc.Sequence[bool] | collections.abc.Sequence[int] | collections.abc.Sequence[float] | typing_extensions.Buffer
105401
+ :type seq: collections.abc.Sequence[bool] | collections.abc.Sequence[int] | collections.abc.Sequence[float] | typing_extensions.Buffer | npt.NDArray
105399
105402
  """
105400
105403
 
105401
105404
  def get[_GenericType2](
@@ -105823,21 +105826,26 @@ class bpy_prop_array[_GenericType1]:
105823
105826
 
105824
105827
  def foreach_get(
105825
105828
  self,
105826
- seq: collections.abc.MutableSequence[_GenericType1] | typing_extensions.Buffer,
105829
+ seq: collections.abc.MutableSequence[_GenericType1]
105830
+ | typing_extensions.Buffer
105831
+ | npt.NDArray,
105827
105832
  ):
105828
105833
  """
105829
105834
 
105830
105835
  :param seq:
105831
- :type seq: collections.abc.MutableSequence[_GenericType1] | typing_extensions.Buffer
105836
+ :type seq: collections.abc.MutableSequence[_GenericType1] | typing_extensions.Buffer | npt.NDArray
105832
105837
  """
105833
105838
 
105834
105839
  def foreach_set(
105835
- self, seq: collections.abc.Sequence[_GenericType1] | typing_extensions.Buffer
105840
+ self,
105841
+ seq: collections.abc.Sequence[_GenericType1]
105842
+ | typing_extensions.Buffer
105843
+ | npt.NDArray,
105836
105844
  ):
105837
105845
  """
105838
105846
 
105839
105847
  :param seq:
105840
- :type seq: collections.abc.Sequence[_GenericType1] | typing_extensions.Buffer
105848
+ :type seq: collections.abc.Sequence[_GenericType1] | typing_extensions.Buffer | npt.NDArray
105841
105849
  """
105842
105850
 
105843
105851
  @typing.overload
@@ -111033,22 +111041,22 @@ class KeyConfigurations(bpy_prop_collection[KeyConfig], bpy_struct):
111033
111041
  :type: KeyConfig | None
111034
111042
  """
111035
111043
 
111036
- addon: KeyConfig
111044
+ addon: KeyConfig | None
111037
111045
  """ Key configuration that can be extended by add-ons, and is added to the active configuration when handling events
111038
111046
 
111039
- :type: KeyConfig
111047
+ :type: KeyConfig | None
111040
111048
  """
111041
111049
 
111042
- default: KeyConfig
111050
+ default: KeyConfig | None
111043
111051
  """ Default builtin key configuration
111044
111052
 
111045
- :type: KeyConfig
111053
+ :type: KeyConfig | None
111046
111054
  """
111047
111055
 
111048
- user: KeyConfig
111056
+ user: KeyConfig | None
111049
111057
  """ Final key configuration that combines keymaps from the active and add-on configurations, and can be edited by the user
111050
111058
 
111051
- :type: KeyConfig
111059
+ :type: KeyConfig | None
111052
111060
  """
111053
111061
 
111054
111062
  def new(self, name: str) -> KeyConfig:
@@ -116235,10 +116243,10 @@ class ActionChannelbag(bpy_struct):
116235
116243
  :type: ActionChannelbagGroups
116236
116244
  """
116237
116245
 
116238
- slot: ActionSlot
116246
+ slot: ActionSlot | None
116239
116247
  """ The Slot that the Channelbag's animation data is for
116240
116248
 
116241
- :type: ActionSlot
116249
+ :type: ActionSlot | None
116242
116250
  """
116243
116251
 
116244
116252
  slot_handle: int
@@ -116792,10 +116800,10 @@ class Addon(bpy_struct):
116792
116800
  :type: str
116793
116801
  """
116794
116802
 
116795
- preferences: AddonPreferences
116803
+ preferences: AddonPreferences | None
116796
116804
  """
116797
116805
 
116798
- :type: AddonPreferences
116806
+ :type: AddonPreferences | None
116799
116807
  """
116800
116808
 
116801
116809
  @classmethod
@@ -117475,10 +117483,10 @@ class AreaLight(Light, ID, bpy_struct):
117475
117483
  class Armature(ID, bpy_struct):
117476
117484
  """Armature data-block containing a hierarchy of bones, usually used for rigging characters"""
117477
117485
 
117478
- animation_data: AnimData
117486
+ animation_data: AnimData | None
117479
117487
  """ Animation data for this data-block
117480
117488
 
117481
- :type: AnimData
117489
+ :type: AnimData | None
117482
117490
  """
117483
117491
 
117484
117492
  axes_position: float
@@ -118015,16 +118023,16 @@ class AssetRepresentation(bpy_struct):
118015
118023
  :type: bpy._typing.rna_enums.IdTypeItems
118016
118024
  """
118017
118025
 
118018
- local_id: ID
118026
+ local_id: ID | None
118019
118027
  """ The local data-block this asset represents; only valid if that is a data-block in this file
118020
118028
 
118021
- :type: ID
118029
+ :type: ID | None
118022
118030
  """
118023
118031
 
118024
- metadata: AssetMetaData
118032
+ metadata: AssetMetaData | None
118025
118033
  """ Additional information about the asset
118026
118034
 
118027
- :type: AssetMetaData
118035
+ :type: AssetMetaData | None
118028
118036
  """
118029
118037
 
118030
118038
  name: str
@@ -118526,10 +118534,10 @@ class BevelModifier(Modifier, bpy_struct):
118526
118534
  :type: float
118527
118535
  """
118528
118536
 
118529
- custom_profile: CurveProfile
118537
+ custom_profile: CurveProfile | None
118530
118538
  """ The path for the custom profile
118531
118539
 
118532
- :type: CurveProfile
118540
+ :type: CurveProfile | None
118533
118541
  """
118534
118542
 
118535
118543
  edge_weight: str
@@ -119199,10 +119207,10 @@ class BlendImportContextItem(bpy_struct):
119199
119207
  :type: typing.Literal['UNSET','KEEP_LINKED','REUSE_LOCAL','MAKE_LOCAL','COPY_LOCAL']
119200
119208
  """
119201
119209
 
119202
- id: ID
119210
+ id: ID | None
119203
119211
  """ The imported ID. None until it has been linked or appended. May be the same as reusable_local_id when appended
119204
119212
 
119205
- :type: ID
119213
+ :type: ID | None
119206
119214
  """
119207
119215
 
119208
119216
  id_type: bpy._typing.rna_enums.IdTypeItems
@@ -119221,10 +119229,10 @@ class BlendImportContextItem(bpy_struct):
119221
119229
  :type: set[typing.Literal['INDIRECT_USAGE','LIBOVERRIDE_DEPENDENCY','LIBOVERRIDE_DEPENDENCY_ONLY']]
119222
119230
  """
119223
119231
 
119224
- library_override_id: ID
119232
+ library_override_id: ID | None
119225
119233
  """ The library override of the linked ID. None until it has been created
119226
119234
 
119227
- :type: ID
119235
+ :type: ID | None
119228
119236
  """
119229
119237
 
119230
119238
  name: str
@@ -119233,10 +119241,10 @@ class BlendImportContextItem(bpy_struct):
119233
119241
  :type: str
119234
119242
  """
119235
119243
 
119236
- reusable_local_id: ID
119244
+ reusable_local_id: ID | None
119237
119245
  """ The already existing local ID that may be reused in append & reuse case. None until it has been found
119238
119246
 
119239
- :type: ID
119247
+ :type: ID | None
119240
119248
  """
119241
119249
 
119242
119250
  source_libraries: BlendImportContextLibraries
@@ -119245,10 +119253,10 @@ class BlendImportContextItem(bpy_struct):
119245
119253
  :type: BlendImportContextLibraries
119246
119254
  """
119247
119255
 
119248
- source_library: Library
119256
+ source_library: Library | None
119249
119257
  """ Library ID representing the blendfile from which the ID was imported. None until the ID has been linked or appended
119250
119258
 
119251
- :type: Library
119259
+ :type: Library | None
119252
119260
  """
119253
119261
 
119254
119262
  @classmethod
@@ -120160,10 +120168,10 @@ class Bone(bpy_struct):
120160
120168
  :type: str
120161
120169
  """
120162
120170
 
120163
- parent: typing_extensions.Self
120171
+ parent: typing_extensions.Self | None
120164
120172
  """ Parent bone (in same Armature)
120165
120173
 
120166
- :type: typing_extensions.Self
120174
+ :type: typing_extensions.Self | None
120167
120175
  """
120168
120176
 
120169
120177
  select: bool
@@ -120876,10 +120884,10 @@ class Brush(ID, bpy_struct):
120876
120884
  :type: int
120877
120885
  """
120878
120886
 
120879
- automasking_cavity_curve: CurveMapping
120887
+ automasking_cavity_curve: CurveMapping | None
120880
120888
  """ Curve used for the sensitivity
120881
120889
 
120882
- :type: CurveMapping
120890
+ :type: CurveMapping | None
120883
120891
  """
120884
120892
 
120885
120893
  automasking_cavity_factor: float
@@ -121086,10 +121094,10 @@ class Brush(ID, bpy_struct):
121086
121094
  :type: bpy._typing.rna_enums.BrushCurvePresetItems
121087
121095
  """
121088
121096
 
121089
- curves_sculpt_settings: BrushCurvesSculptSettings
121097
+ curves_sculpt_settings: BrushCurvesSculptSettings | None
121090
121098
  """
121091
121099
 
121092
- :type: BrushCurvesSculptSettings
121100
+ :type: BrushCurvesSculptSettings | None
121093
121101
  """
121094
121102
 
121095
121103
  curves_sculpt_tool: bpy._typing.rna_enums.BrushCurvesSculptBrushTypeItems
@@ -121178,10 +121186,10 @@ class Brush(ID, bpy_struct):
121178
121186
  :type: bpy._typing.rna_enums.BrushGpencilSculptTypesItems
121179
121187
  """
121180
121188
 
121181
- gpencil_settings: BrushGpencilSettings
121189
+ gpencil_settings: BrushGpencilSettings | None
121182
121190
  """
121183
121191
 
121184
- :type: BrushGpencilSettings
121192
+ :type: BrushGpencilSettings | None
121185
121193
  """
121186
121194
 
121187
121195
  gpencil_tool: bpy._typing.rna_enums.BrushGpencilTypesItems
@@ -121208,10 +121216,10 @@ class Brush(ID, bpy_struct):
121208
121216
  :type: int
121209
121217
  """
121210
121218
 
121211
- gradient: ColorRamp
121219
+ gradient: ColorRamp | None
121212
121220
  """
121213
121221
 
121214
- :type: ColorRamp
121222
+ :type: ColorRamp | None
121215
121223
  """
121216
121224
 
121217
121225
  gradient_fill_mode: typing.Literal["LINEAR", "RADIAL"]
@@ -122458,10 +122466,10 @@ class BrushCurvesSculptSettings(bpy_struct):
122458
122466
  :type: float
122459
122467
  """
122460
122468
 
122461
- curve_parameter_falloff: CurveMapping
122469
+ curve_parameter_falloff: CurveMapping | None
122462
122470
  """ Falloff that is applied from the tip to the root of each curve
122463
122471
 
122464
- :type: CurveMapping
122472
+ :type: CurveMapping | None
122465
122473
  """
122466
122474
 
122467
122475
  curve_radius: float
@@ -122591,58 +122599,58 @@ class BrushGpencilSettings(bpy_struct):
122591
122599
  :type: typing.Literal['ROUND','FLAT']
122592
122600
  """
122593
122601
 
122594
- curve_jitter: CurveMapping
122602
+ curve_jitter: CurveMapping | None
122595
122603
  """ Curve used for the jitter effect
122596
122604
 
122597
- :type: CurveMapping
122605
+ :type: CurveMapping | None
122598
122606
  """
122599
122607
 
122600
- curve_random_hue: CurveMapping
122608
+ curve_random_hue: CurveMapping | None
122601
122609
  """ Curve used for modulating effect
122602
122610
 
122603
- :type: CurveMapping
122611
+ :type: CurveMapping | None
122604
122612
  """
122605
122613
 
122606
- curve_random_pressure: CurveMapping
122614
+ curve_random_pressure: CurveMapping | None
122607
122615
  """ Curve used for modulating effect
122608
122616
 
122609
- :type: CurveMapping
122617
+ :type: CurveMapping | None
122610
122618
  """
122611
122619
 
122612
- curve_random_saturation: CurveMapping
122620
+ curve_random_saturation: CurveMapping | None
122613
122621
  """ Curve used for modulating effect
122614
122622
 
122615
- :type: CurveMapping
122623
+ :type: CurveMapping | None
122616
122624
  """
122617
122625
 
122618
- curve_random_strength: CurveMapping
122626
+ curve_random_strength: CurveMapping | None
122619
122627
  """ Curve used for modulating effect
122620
122628
 
122621
- :type: CurveMapping
122629
+ :type: CurveMapping | None
122622
122630
  """
122623
122631
 
122624
- curve_random_uv: CurveMapping
122632
+ curve_random_uv: CurveMapping | None
122625
122633
  """ Curve used for modulating effect
122626
122634
 
122627
- :type: CurveMapping
122635
+ :type: CurveMapping | None
122628
122636
  """
122629
122637
 
122630
- curve_random_value: CurveMapping
122638
+ curve_random_value: CurveMapping | None
122631
122639
  """ Curve used for modulating effect
122632
122640
 
122633
- :type: CurveMapping
122641
+ :type: CurveMapping | None
122634
122642
  """
122635
122643
 
122636
- curve_sensitivity: CurveMapping
122644
+ curve_sensitivity: CurveMapping | None
122637
122645
  """ Curve used for the sensitivity
122638
122646
 
122639
- :type: CurveMapping
122647
+ :type: CurveMapping | None
122640
122648
  """
122641
122649
 
122642
- curve_strength: CurveMapping
122650
+ curve_strength: CurveMapping | None
122643
122651
  """ Curve used for the strength
122644
122652
 
122645
- :type: CurveMapping
122653
+ :type: CurveMapping | None
122646
122654
  """
122647
122655
 
122648
122656
  dilate: int
@@ -123444,10 +123452,10 @@ class CacheFile(ID, bpy_struct):
123444
123452
  :type: int | None
123445
123453
  """
123446
123454
 
123447
- animation_data: AnimData
123455
+ animation_data: AnimData | None
123448
123456
  """ Animation data for this data-block
123449
123457
 
123450
- :type: AnimData
123458
+ :type: AnimData | None
123451
123459
  """
123452
123460
 
123453
123461
  filepath: str
@@ -123651,10 +123659,10 @@ class Camera(ID, bpy_struct):
123651
123659
  :type: float
123652
123660
  """
123653
123661
 
123654
- animation_data: AnimData
123662
+ animation_data: AnimData | None
123655
123663
  """ Animation data for this data-block
123656
123664
 
123657
- :type: AnimData
123665
+ :type: AnimData | None
123658
123666
  """
123659
123667
 
123660
123668
  background_images: CameraBackgroundImages
@@ -124724,10 +124732,10 @@ class ClothModifier(Modifier, bpy_struct):
124724
124732
  :type: ClothSettings
124725
124733
  """
124726
124734
 
124727
- solver_result: ClothSolverResult
124735
+ solver_result: ClothSolverResult | None
124728
124736
  """
124729
124737
 
124730
- :type: ClothSolverResult
124738
+ :type: ClothSolverResult | None
124731
124739
  """
124732
124740
 
124733
124741
  @classmethod
@@ -124821,10 +124829,10 @@ class ClothSettings(bpy_struct):
124821
124829
  :type: float
124822
124830
  """
124823
124831
 
124824
- effector_weights: EffectorWeights
124832
+ effector_weights: EffectorWeights | None
124825
124833
  """
124826
124834
 
124827
- :type: EffectorWeights
124835
+ :type: EffectorWeights | None
124828
124836
  """
124829
124837
 
124830
124838
  fluid_density: float
@@ -125438,10 +125446,10 @@ class CollectionChild(bpy_struct):
125438
125446
  """
125439
125447
 
125440
125448
  class CollectionExport(bpy_struct):
125441
- export_properties: PropertyGroup
125449
+ export_properties: PropertyGroup | None
125442
125450
  """ Properties associated with the configured exporter
125443
125451
 
125444
- :type: PropertyGroup
125452
+ :type: PropertyGroup | None
125445
125453
  """
125446
125454
 
125447
125455
  is_open: bool
@@ -125543,10 +125551,10 @@ class CollectionObject(bpy_struct):
125543
125551
  class CollectionProperty(Property, bpy_struct):
125544
125552
  """RNA collection property to define lists, arrays and mappings"""
125545
125553
 
125546
- fixed_type: Struct
125554
+ fixed_type: Struct | None
125547
125555
  """ Fixed pointer type, empty if variable type
125548
125556
 
125549
- :type: Struct
125557
+ :type: Struct | None
125550
125558
  """
125551
125559
 
125552
125560
  @classmethod
@@ -125856,10 +125864,10 @@ class ColorManagedSequencerColorspaceSettings(bpy_struct):
125856
125864
  class ColorManagedViewSettings(bpy_struct):
125857
125865
  """Color management settings used for displaying images on the display"""
125858
125866
 
125859
- curve_mapping: CurveMapping
125867
+ curve_mapping: CurveMapping | None
125860
125868
  """ Color curve mapping applied before display transform
125861
125869
 
125862
- :type: CurveMapping
125870
+ :type: CurveMapping | None
125863
125871
  """
125864
125872
 
125865
125873
  exposure: float
@@ -128479,10 +128487,10 @@ class CompositorNodeCryptomatteV2(CompositorNode, NodeInternal, Node, bpy_struct
128479
128487
  class CompositorNodeCurveRGB(CompositorNode, NodeInternal, Node, bpy_struct):
128480
128488
  """Perform level adjustments on each color channel of an image"""
128481
128489
 
128482
- mapping: CurveMapping
128490
+ mapping: CurveMapping | None
128483
128491
  """
128484
128492
 
128485
- :type: CurveMapping
128493
+ :type: CurveMapping | None
128486
128494
  """
128487
128495
 
128488
128496
  @classmethod
@@ -128539,10 +128547,10 @@ class CompositorNodeCurveRGB(CompositorNode, NodeInternal, Node, bpy_struct):
128539
128547
  class CompositorNodeCurveVec(CompositorNode, NodeInternal, Node, bpy_struct):
128540
128548
  """Map input vector components with curves"""
128541
128549
 
128542
- mapping: CurveMapping
128550
+ mapping: CurveMapping | None
128543
128551
  """
128544
128552
 
128545
- :type: CurveMapping
128553
+ :type: CurveMapping | None
128546
128554
  """
128547
128555
 
128548
128556
  @classmethod
@@ -129813,10 +129821,10 @@ class CompositorNodeGroup(CompositorNode, NodeInternal, Node, bpy_struct):
129813
129821
  class CompositorNodeHueCorrect(CompositorNode, NodeInternal, Node, bpy_struct):
129814
129822
  """Adjust hue, saturation, and value with a curve"""
129815
129823
 
129816
- mapping: CurveMapping
129824
+ mapping: CurveMapping | None
129817
129825
  """
129818
129826
 
129819
- :type: CurveMapping
129827
+ :type: CurveMapping | None
129820
129828
  """
129821
129829
 
129822
129830
  @classmethod
@@ -132915,10 +132923,10 @@ class CompositorNodeTexture(CompositorNode, NodeInternal, Node, bpy_struct):
132915
132923
  class CompositorNodeTime(CompositorNode, NodeInternal, Node, bpy_struct):
132916
132924
  """Generate a factor value (from 0.0 to 1.0) between scene start and end time, using a curve mapping"""
132917
132925
 
132918
- curve: CurveMapping
132926
+ curve: CurveMapping | None
132919
132927
  """
132920
132928
 
132921
- :type: CurveMapping
132929
+ :type: CurveMapping | None
132922
132930
  """
132923
132931
 
132924
132932
  frame_end: int
@@ -133338,10 +133346,10 @@ class CompositorNodeTree(NodeTree, ID, bpy_struct):
133338
133346
  class CompositorNodeValToRGB(CompositorNode, NodeInternal, Node, bpy_struct):
133339
133347
  """Map values to colors with the use of a gradient"""
133340
133348
 
133341
- color_ramp: ColorRamp
133349
+ color_ramp: ColorRamp | None
133342
133350
  """
133343
133351
 
133344
- :type: ColorRamp
133352
+ :type: ColorRamp | None
133345
133353
  """
133346
133354
 
133347
133355
  @classmethod
@@ -133908,28 +133916,28 @@ class ConstraintTargetBone(bpy_struct):
133908
133916
  class Context(bpy_struct):
133909
133917
  """Current windowmanager and data context"""
133910
133918
 
133911
- area: Area
133919
+ area: Area | None
133912
133920
  """
133913
133921
 
133914
- :type: Area
133922
+ :type: Area | None
133915
133923
  """
133916
133924
 
133917
- asset: AssetRepresentation
133925
+ asset: AssetRepresentation | None
133918
133926
  """
133919
133927
 
133920
- :type: AssetRepresentation
133928
+ :type: AssetRepresentation | None
133921
133929
  """
133922
133930
 
133923
- blend_data: BlendData
133931
+ blend_data: BlendData | None
133924
133932
  """
133925
133933
 
133926
- :type: BlendData
133934
+ :type: BlendData | None
133927
133935
  """
133928
133936
 
133929
- collection: Collection
133937
+ collection: Collection | None
133930
133938
  """
133931
133939
 
133932
- :type: Collection
133940
+ :type: Collection | None
133933
133941
  """
133934
133942
 
133935
133943
  engine: str
@@ -133938,16 +133946,16 @@ class Context(bpy_struct):
133938
133946
  :type: str
133939
133947
  """
133940
133948
 
133941
- gizmo_group: GizmoGroup
133949
+ gizmo_group: GizmoGroup | None
133942
133950
  """
133943
133951
 
133944
- :type: GizmoGroup
133952
+ :type: GizmoGroup | None
133945
133953
  """
133946
133954
 
133947
- layer_collection: LayerCollection
133955
+ layer_collection: LayerCollection | None
133948
133956
  """
133949
133957
 
133950
- :type: LayerCollection
133958
+ :type: LayerCollection | None
133951
133959
  """
133952
133960
 
133953
133961
  mode: bpy._typing.rna_enums.ContextModeItems
@@ -133956,76 +133964,76 @@ class Context(bpy_struct):
133956
133964
  :type: bpy._typing.rna_enums.ContextModeItems
133957
133965
  """
133958
133966
 
133959
- preferences: Preferences
133967
+ preferences: Preferences | None
133960
133968
  """
133961
133969
 
133962
- :type: Preferences
133970
+ :type: Preferences | None
133963
133971
  """
133964
133972
 
133965
- region: Region
133973
+ region: Region | None
133966
133974
  """
133967
133975
 
133968
- :type: Region
133976
+ :type: Region | None
133969
133977
  """
133970
133978
 
133971
- region_data: RegionView3D
133979
+ region_data: RegionView3D | None
133972
133980
  """
133973
133981
 
133974
- :type: RegionView3D
133982
+ :type: RegionView3D | None
133975
133983
  """
133976
133984
 
133977
- region_popup: Region
133985
+ region_popup: Region | None
133978
133986
  """ The temporary region for pop-ups (including menus and pop-overs)
133979
133987
 
133980
- :type: Region
133988
+ :type: Region | None
133981
133989
  """
133982
133990
 
133983
- scene: Scene
133991
+ scene: Scene | None
133984
133992
  """
133985
133993
 
133986
- :type: Scene
133994
+ :type: Scene | None
133987
133995
  """
133988
133996
 
133989
- screen: Screen
133997
+ screen: Screen | None
133990
133998
  """
133991
133999
 
133992
- :type: Screen
134000
+ :type: Screen | None
133993
134001
  """
133994
134002
 
133995
- space_data: Space
134003
+ space_data: Space | None
133996
134004
  """ The current space, may be None in background-mode, when the cursor is outside the window or when using menu-search
133997
134005
 
133998
- :type: Space
134006
+ :type: Space | None
133999
134007
  """
134000
134008
 
134001
- tool_settings: ToolSettings
134009
+ tool_settings: ToolSettings | None
134002
134010
  """
134003
134011
 
134004
- :type: ToolSettings
134012
+ :type: ToolSettings | None
134005
134013
  """
134006
134014
 
134007
- view_layer: ViewLayer
134015
+ view_layer: ViewLayer | None
134008
134016
  """
134009
134017
 
134010
- :type: ViewLayer
134018
+ :type: ViewLayer | None
134011
134019
  """
134012
134020
 
134013
- window: Window
134021
+ window: Window | None
134014
134022
  """
134015
134023
 
134016
- :type: Window
134024
+ :type: Window | None
134017
134025
  """
134018
134026
 
134019
- window_manager: WindowManager
134027
+ window_manager: WindowManager | None
134020
134028
  """
134021
134029
 
134022
- :type: WindowManager
134030
+ :type: WindowManager | None
134023
134031
  """
134024
134032
 
134025
- workspace: WorkSpace
134033
+ workspace: WorkSpace | None
134026
134034
  """
134027
134035
 
134028
- :type: WorkSpace
134036
+ :type: WorkSpace | None
134029
134037
  """
134030
134038
 
134031
134039
  texture_slot: TextureSlot | None
@@ -134222,6 +134230,12 @@ class Context(bpy_struct):
134222
134230
  """
134223
134231
 
134224
134232
  curves: typing.Any
134233
+ pointcloud: PointCloud | None
134234
+ """
134235
+
134236
+ :type: PointCloud | None
134237
+ """
134238
+
134225
134239
  volume: Volume | None
134226
134240
  """
134227
134241
 
@@ -135164,10 +135178,10 @@ class CryptomatteEntry(bpy_struct):
135164
135178
  class Curve(ID, bpy_struct):
135165
135179
  """Curve data-block storing curves, splines and NURBS"""
135166
135180
 
135167
- animation_data: AnimData
135181
+ animation_data: AnimData | None
135168
135182
  """ Animation data for this data-block
135169
135183
 
135170
- :type: AnimData
135184
+ :type: AnimData | None
135171
135185
  """
135172
135186
 
135173
135187
  bevel_depth: float
@@ -135212,10 +135226,10 @@ class Curve(ID, bpy_struct):
135212
135226
  :type: Object | None
135213
135227
  """
135214
135228
 
135215
- bevel_profile: CurveProfile
135229
+ bevel_profile: CurveProfile | None
135216
135230
  """ The path for the curve's custom profile
135217
135231
 
135218
- :type: CurveProfile
135232
+ :type: CurveProfile | None
135219
135233
  """
135220
135234
 
135221
135235
  bevel_resolution: int
@@ -135302,10 +135316,10 @@ class Curve(ID, bpy_struct):
135302
135316
  :type: int
135303
135317
  """
135304
135318
 
135305
- shape_keys: Key
135319
+ shape_keys: Key | None
135306
135320
  """
135307
135321
 
135308
- :type: Key
135322
+ :type: Key | None
135309
135323
  """
135310
135324
 
135311
135325
  splines: CurveSplines
@@ -136026,10 +136040,10 @@ class CurveSlice(bpy_struct):
136026
136040
  class Curves(ID, bpy_struct):
136027
136041
  """Hair data-block for hair curves"""
136028
136042
 
136029
- animation_data: AnimData
136043
+ animation_data: AnimData | None
136030
136044
  """ Animation data for this data-block
136031
136045
 
136032
- :type: AnimData
136046
+ :type: AnimData | None
136033
136047
  """
136034
136048
 
136035
136049
  attributes: AttributeGroupCurves
@@ -136716,16 +136730,16 @@ class Depsgraph(bpy_struct):
136716
136730
  :type: bpy_prop_collection[Object]
136717
136731
  """
136718
136732
 
136719
- scene: Scene
136733
+ scene: Scene | None
136720
136734
  """ Original scene dependency graph is built for
136721
136735
 
136722
- :type: Scene
136736
+ :type: Scene | None
136723
136737
  """
136724
136738
 
136725
- scene_eval: Scene
136739
+ scene_eval: Scene | None
136726
136740
  """ Scene at its evaluated state
136727
136741
 
136728
- :type: Scene
136742
+ :type: Scene | None
136729
136743
  """
136730
136744
 
136731
136745
  updates: bpy_prop_collection[DepsgraphUpdate]
@@ -136734,16 +136748,16 @@ class Depsgraph(bpy_struct):
136734
136748
  :type: bpy_prop_collection[DepsgraphUpdate]
136735
136749
  """
136736
136750
 
136737
- view_layer: ViewLayer
136751
+ view_layer: ViewLayer | None
136738
136752
  """ Original view layer dependency graph is built for
136739
136753
 
136740
- :type: ViewLayer
136754
+ :type: ViewLayer | None
136741
136755
  """
136742
136756
 
136743
- view_layer_eval: ViewLayer
136757
+ view_layer_eval: ViewLayer | None
136744
136758
  """ View layer at its evaluated state
136745
136759
 
136746
- :type: ViewLayer
136760
+ :type: ViewLayer | None
136747
136761
  """
136748
136762
 
136749
136763
  def debug_relations_graphviz(self, *, filepath: str = "") -> str:
@@ -136822,10 +136836,10 @@ class Depsgraph(bpy_struct):
136822
136836
  class DepsgraphObjectInstance(bpy_struct):
136823
136837
  """Extended information about dependency graph object iterator (Warning: All data here is 'evaluated' one, not original .blend IDs)"""
136824
136838
 
136825
- instance_object: Object
136839
+ instance_object: Object | None
136826
136840
  """ Evaluated object which is being instanced by this iterator
136827
136841
 
136828
- :type: Object
136842
+ :type: Object | None
136829
136843
  """
136830
136844
 
136831
136845
  is_instance: bool
@@ -136840,10 +136854,10 @@ class DepsgraphObjectInstance(bpy_struct):
136840
136854
  :type: mathutils.Matrix
136841
136855
  """
136842
136856
 
136843
- object: Object
136857
+ object: Object | None
136844
136858
  """ Evaluated object the iterator points to
136845
136859
 
136846
- :type: Object
136860
+ :type: Object | None
136847
136861
  """
136848
136862
 
136849
136863
  orco: mathutils.Vector
@@ -136852,16 +136866,16 @@ class DepsgraphObjectInstance(bpy_struct):
136852
136866
  :type: mathutils.Vector
136853
136867
  """
136854
136868
 
136855
- parent: Object
136869
+ parent: Object | None
136856
136870
  """ If the object is an instance, the parent object that generated it
136857
136871
 
136858
- :type: Object
136872
+ :type: Object | None
136859
136873
  """
136860
136874
 
136861
- particle_system: ParticleSystem
136875
+ particle_system: ParticleSystem | None
136862
136876
  """ Evaluated particle system that this object was instanced from
136863
136877
 
136864
- :type: ParticleSystem
136878
+ :type: ParticleSystem | None
136865
136879
  """
136866
136880
 
136867
136881
  persistent_id: bpy_prop_array[int]
@@ -136919,10 +136933,10 @@ class DepsgraphObjectInstance(bpy_struct):
136919
136933
  class DepsgraphUpdate(bpy_struct):
136920
136934
  """Information about ID that was updated"""
136921
136935
 
136922
- id: ID
136936
+ id: ID | None
136923
136937
  """ Updated data-block
136924
136938
 
136925
- :type: ID
136939
+ :type: ID | None
136926
136940
  """
136927
136941
 
136928
136942
  is_updated_geometry: bool
@@ -137407,10 +137421,10 @@ class DopeSheet(bpy_struct):
137407
137421
  :type: bool
137408
137422
  """
137409
137423
 
137410
- source: ID
137424
+ source: ID | None
137411
137425
  """ ID-Block representing source data, usually ID_SCE (i.e. Scene)
137412
137426
 
137413
- :type: ID
137427
+ :type: ID | None
137414
137428
  """
137415
137429
 
137416
137430
  use_datablock_sort: bool
@@ -137696,10 +137710,10 @@ class DynamicPaintBrushSettings(bpy_struct):
137696
137710
  :type: float
137697
137711
  """
137698
137712
 
137699
- paint_ramp: ColorRamp
137713
+ paint_ramp: ColorRamp | None
137700
137714
  """ Color ramp used to define proximity falloff
137701
137715
 
137702
- :type: ColorRamp
137716
+ :type: ColorRamp | None
137703
137717
  """
137704
137718
 
137705
137719
  paint_source: typing.Literal[
@@ -137818,10 +137832,10 @@ class DynamicPaintBrushSettings(bpy_struct):
137818
137832
  :type: float
137819
137833
  """
137820
137834
 
137821
- velocity_ramp: ColorRamp
137835
+ velocity_ramp: ColorRamp | None
137822
137836
  """ Color ramp used to define brush velocity effect
137823
137837
 
137824
- :type: ColorRamp
137838
+ :type: ColorRamp | None
137825
137839
  """
137826
137840
 
137827
137841
  wave_clamp: float
@@ -137898,16 +137912,16 @@ class DynamicPaintCanvasSettings(bpy_struct):
137898
137912
  class DynamicPaintModifier(Modifier, bpy_struct):
137899
137913
  """Dynamic Paint modifier"""
137900
137914
 
137901
- brush_settings: DynamicPaintBrushSettings
137915
+ brush_settings: DynamicPaintBrushSettings | None
137902
137916
  """
137903
137917
 
137904
- :type: DynamicPaintBrushSettings
137918
+ :type: DynamicPaintBrushSettings | None
137905
137919
  """
137906
137920
 
137907
- canvas_settings: DynamicPaintCanvasSettings
137921
+ canvas_settings: DynamicPaintCanvasSettings | None
137908
137922
  """
137909
137923
 
137910
- :type: DynamicPaintCanvasSettings
137924
+ :type: DynamicPaintCanvasSettings | None
137911
137925
  """
137912
137926
 
137913
137927
  ui_type: bpy._typing.rna_enums.PropDynamicpaintTypeItems
@@ -138019,10 +138033,10 @@ class DynamicPaintSurface(bpy_struct):
138019
138033
  :type: typing.Literal['SPREAD','DRIP','SHRINK']
138020
138034
  """
138021
138035
 
138022
- effector_weights: EffectorWeights
138036
+ effector_weights: EffectorWeights | None
138023
138037
  """
138024
138038
 
138025
- :type: EffectorWeights
138039
+ :type: EffectorWeights | None
138026
138040
  """
138027
138041
 
138028
138042
  frame_end: int
@@ -138507,10 +138521,10 @@ class EditBone(bpy_struct):
138507
138521
  :type: bpy_prop_collection[BoneCollection]
138508
138522
  """
138509
138523
 
138510
- color: BoneColor
138524
+ color: BoneColor | None
138511
138525
  """
138512
138526
 
138513
- :type: BoneColor
138527
+ :type: BoneColor | None
138514
138528
  """
138515
138529
 
138516
138530
  envelope_distance: float
@@ -138810,10 +138824,10 @@ class EffectStrip(Strip, bpy_struct):
138810
138824
  :type: float
138811
138825
  """
138812
138826
 
138813
- crop: StripCrop
138827
+ crop: StripCrop | None
138814
138828
  """
138815
138829
 
138816
- :type: StripCrop
138830
+ :type: StripCrop | None
138817
138831
  """
138818
138832
 
138819
138833
  multiply_alpha: bool
@@ -138822,10 +138836,10 @@ class EffectStrip(Strip, bpy_struct):
138822
138836
  :type: bool
138823
138837
  """
138824
138838
 
138825
- proxy: StripProxy
138839
+ proxy: StripProxy | None
138826
138840
  """
138827
138841
 
138828
- :type: StripProxy
138842
+ :type: StripProxy | None
138829
138843
  """
138830
138844
 
138831
138845
  strobe: float
@@ -138834,10 +138848,10 @@ class EffectStrip(Strip, bpy_struct):
138834
138848
  :type: float
138835
138849
  """
138836
138850
 
138837
- transform: StripTransform
138851
+ transform: StripTransform | None
138838
138852
  """
138839
138853
 
138840
- :type: StripTransform
138854
+ :type: StripTransform | None
138841
138855
  """
138842
138856
 
138843
138857
  use_deinterlace: bool
@@ -139288,10 +139302,10 @@ class Event(bpy_struct):
139288
139302
  :type: bpy._typing.rna_enums.EventValueItems
139289
139303
  """
139290
139304
 
139291
- xr: XrEventData
139305
+ xr: XrEventData | None
139292
139306
  """ XR event data
139293
139307
 
139294
- :type: XrEventData
139308
+ :type: XrEventData | None
139295
139309
  """
139296
139310
 
139297
139311
  @classmethod
@@ -139428,10 +139442,10 @@ class FCurve(bpy_struct):
139428
139442
  :type: str
139429
139443
  """
139430
139444
 
139431
- driver: Driver
139445
+ driver: Driver | None
139432
139446
  """ Channel Driver (only set for Driver F-Curves)
139433
139447
 
139434
- :type: Driver
139448
+ :type: Driver | None
139435
139449
  """
139436
139450
 
139437
139451
  extrapolation: typing.Literal["CONSTANT", "LINEAR"]
@@ -141179,10 +141193,10 @@ For Example: ".blend;.ble"
141179
141193
  class FileSelectEntry(bpy_struct):
141180
141194
  """A file viewable in the File Browser"""
141181
141195
 
141182
- asset_data: AssetMetaData
141196
+ asset_data: AssetMetaData | None
141183
141197
  """ Asset data, valid if the file represents an asset
141184
141198
 
141185
- :type: AssetMetaData
141199
+ :type: AssetMetaData | None
141186
141200
  """
141187
141201
 
141188
141202
  name: str
@@ -142352,10 +142366,10 @@ class FluidDomainSettings(bpy_struct):
142352
142366
  :type: bpy_prop_array[float]
142353
142367
  """
142354
142368
 
142355
- color_ramp: ColorRamp
142369
+ color_ramp: ColorRamp | None
142356
142370
  """
142357
142371
 
142358
- :type: ColorRamp
142372
+ :type: ColorRamp | None
142359
142373
  """
142360
142374
 
142361
142375
  color_ramp_field: typing.Literal["NONE"]
@@ -142418,10 +142432,10 @@ class FluidDomainSettings(bpy_struct):
142418
142432
  :type: Collection | None
142419
142433
  """
142420
142434
 
142421
- effector_weights: EffectorWeights
142435
+ effector_weights: EffectorWeights | None
142422
142436
  """
142423
142437
 
142424
- :type: EffectorWeights
142438
+ :type: EffectorWeights | None
142425
142439
  """
142426
142440
 
142427
142441
  export_manta_script: bool
@@ -143457,22 +143471,22 @@ class FluidFlowSettings(bpy_struct):
143457
143471
  class FluidModifier(Modifier, bpy_struct):
143458
143472
  """Fluid simulation modifier"""
143459
143473
 
143460
- domain_settings: FluidDomainSettings
143474
+ domain_settings: FluidDomainSettings | None
143461
143475
  """
143462
143476
 
143463
- :type: FluidDomainSettings
143477
+ :type: FluidDomainSettings | None
143464
143478
  """
143465
143479
 
143466
- effector_settings: FluidEffectorSettings
143480
+ effector_settings: FluidEffectorSettings | None
143467
143481
  """
143468
143482
 
143469
- :type: FluidEffectorSettings
143483
+ :type: FluidEffectorSettings | None
143470
143484
  """
143471
143485
 
143472
- flow_settings: FluidFlowSettings
143486
+ flow_settings: FluidFlowSettings | None
143473
143487
  """
143474
143488
 
143475
- :type: FluidFlowSettings
143489
+ :type: FluidFlowSettings | None
143476
143490
  """
143477
143491
 
143478
143492
  fluid_type: typing.Literal["NONE", "DOMAIN", "FLOW", "EFFECTOR"]
@@ -144094,10 +144108,10 @@ class FreestyleLineStyle(ID, bpy_struct):
144094
144108
  :type: float
144095
144109
  """
144096
144110
 
144097
- animation_data: AnimData
144111
+ animation_data: AnimData | None
144098
144112
  """ Animation data for this data-block
144099
144113
 
144100
- :type: AnimData
144114
+ :type: AnimData | None
144101
144115
  """
144102
144116
 
144103
144117
  caps: typing.Literal["BUTT", "ROUND", "SQUARE"]
@@ -147276,10 +147290,10 @@ class GPencilFrame(bpy_struct):
147276
147290
  class GPencilInterpolateSettings(bpy_struct):
147277
147291
  """Settings for Grease Pencil interpolation tools"""
147278
147292
 
147279
- interpolation_curve: CurveMapping
147293
+ interpolation_curve: CurveMapping | None
147280
147294
  """ Custom curve to control 'sequence' interpolation between Grease Pencil frames
147281
147295
 
147282
- :type: CurveMapping
147296
+ :type: CurveMapping | None
147283
147297
  """
147284
147298
 
147285
147299
  @classmethod
@@ -147537,16 +147551,16 @@ class GPencilSculptSettings(bpy_struct):
147537
147551
  :type: typing.Literal['VIEW','AXIS_Y','AXIS_X','AXIS_Z','CURSOR']
147538
147552
  """
147539
147553
 
147540
- multiframe_falloff_curve: CurveMapping
147554
+ multiframe_falloff_curve: CurveMapping | None
147541
147555
  """ Custom curve to control falloff of brush effect by Grease Pencil frames
147542
147556
 
147543
- :type: CurveMapping
147557
+ :type: CurveMapping | None
147544
147558
  """
147545
147559
 
147546
- thickness_primitive_curve: CurveMapping
147560
+ thickness_primitive_curve: CurveMapping | None
147547
147561
  """ Custom curve to control primitive thickness
147548
147562
 
147549
- :type: CurveMapping
147563
+ :type: CurveMapping | None
147550
147564
  """
147551
147565
 
147552
147566
  use_automasking_layer_active: bool
@@ -150716,10 +150730,10 @@ class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
150716
150730
  class GeometryNodeForeachGeometryElementInput(
150717
150731
  GeometryNode, NodeInternal, Node, bpy_struct
150718
150732
  ):
150719
- paired_output: Node
150733
+ paired_output: Node | None
150720
150734
  """ Zone output node that this input node is paired with
150721
150735
 
150722
- :type: Node
150736
+ :type: Node | None
150723
150737
  """
150724
150738
 
150725
150739
  @classmethod
@@ -153968,10 +153982,10 @@ class GeometryNodeMenuSwitch(GeometryNode, NodeInternal, Node, bpy_struct):
153968
153982
  :type: bpy._typing.rna_enums.NodeSocketDataTypeItems
153969
153983
  """
153970
153984
 
153971
- enum_definition: Node
153985
+ enum_definition: Node | None
153972
153986
  """ The enum definition can now be accessed directly on the node. This exists for backward compatibility.
153973
153987
 
153974
- :type: Node
153988
+ :type: Node | None
153975
153989
  """
153976
153990
 
153977
153991
  enum_items: NodeMenuSwitchItems
@@ -155723,10 +155737,10 @@ class GeometryNodeRemoveAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
155723
155737
  """
155724
155738
 
155725
155739
  class GeometryNodeRepeatInput(GeometryNode, NodeInternal, Node, bpy_struct):
155726
- paired_output: Node
155740
+ paired_output: Node | None
155727
155741
  """ Zone output node that this input node is paired with
155728
155742
 
155729
- :type: Node
155743
+ :type: Node | None
155730
155744
  """
155731
155745
 
155732
155746
  @classmethod
@@ -157633,10 +157647,10 @@ class GeometryNodeSetSplineResolution(GeometryNode, NodeInternal, Node, bpy_stru
157633
157647
  class GeometryNodeSimulationInput(GeometryNode, NodeInternal, Node, bpy_struct):
157634
157648
  """Input data for the simulation zone"""
157635
157649
 
157636
- paired_output: Node
157650
+ paired_output: Node | None
157637
157651
  """ Zone output node that this input node is paired with
157638
157652
 
157639
- :type: Node
157653
+ :type: Node | None
157640
157654
  """
157641
157655
 
157642
157656
  @classmethod
@@ -159739,10 +159753,10 @@ class Gizmo(bpy_struct):
159739
159753
  :type: mathutils.Color
159740
159754
  """
159741
159755
 
159742
- group: GizmoGroup
159756
+ group: GizmoGroup | None
159743
159757
  """ Gizmo group this gizmo is a member of
159744
159758
 
159745
- :type: GizmoGroup
159759
+ :type: GizmoGroup | None
159746
159760
  """
159747
159761
 
159748
159762
  hide: bool
@@ -160511,10 +160525,10 @@ class GpWeightPaint(Paint, bpy_struct):
160511
160525
  class GreasePencil(ID, bpy_struct):
160512
160526
  """Freehand annotation sketchbook"""
160513
160527
 
160514
- animation_data: AnimData
160528
+ animation_data: AnimData | None
160515
160529
  """ Animation data for this data-block
160516
160530
 
160517
- :type: AnimData
160531
+ :type: AnimData | None
160518
160532
  """
160519
160533
 
160520
160534
  layers: GreasePencilLayers
@@ -161029,10 +161043,10 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
161029
161043
  :type: typing.Literal['BOTH','STROKE','FILL']
161030
161044
  """
161031
161045
 
161032
- custom_curve: CurveMapping
161046
+ custom_curve: CurveMapping | None
161033
161047
  """ Custom curve to apply effect
161034
161048
 
161035
- :type: CurveMapping
161049
+ :type: CurveMapping | None
161036
161050
  """
161037
161051
 
161038
161052
  hue: float
@@ -161632,10 +161646,10 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
161632
161646
  :type: bpy_prop_array[float]
161633
161647
  """
161634
161648
 
161635
- custom_curve: CurveMapping
161649
+ custom_curve: CurveMapping | None
161636
161650
  """ Custom curve to apply effect
161637
161651
 
161638
- :type: CurveMapping
161652
+ :type: CurveMapping | None
161639
161653
  """
161640
161654
 
161641
161655
  falloff_radius: float
@@ -163047,10 +163061,10 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
163047
163061
  class GreasePencilNoiseModifier(Modifier, bpy_struct):
163048
163062
  """Noise effect modifier"""
163049
163063
 
163050
- custom_curve: CurveMapping
163064
+ custom_curve: CurveMapping | None
163051
163065
  """ Custom curve to apply effect
163052
163066
 
163053
- :type: CurveMapping
163067
+ :type: CurveMapping | None
163054
163068
  """
163055
163069
 
163056
163070
  factor: float
@@ -163411,10 +163425,10 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
163411
163425
  :type: typing.Literal['BOTH','STROKE','FILL','HARDNESS']
163412
163426
  """
163413
163427
 
163414
- custom_curve: CurveMapping
163428
+ custom_curve: CurveMapping | None
163415
163429
  """ Custom curve to apply effect
163416
163430
 
163417
- :type: CurveMapping
163431
+ :type: CurveMapping | None
163418
163432
  """
163419
163433
 
163420
163434
  hardness_factor: float
@@ -164009,10 +164023,10 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
164009
164023
  class GreasePencilSmoothModifier(Modifier, bpy_struct):
164010
164024
  """Smooth effect modifier"""
164011
164025
 
164012
- custom_curve: CurveMapping
164026
+ custom_curve: CurveMapping | None
164013
164027
  """ Custom curve to apply effect
164014
164028
 
164015
- :type: CurveMapping
164029
+ :type: CurveMapping | None
164016
164030
  """
164017
164031
 
164018
164032
  factor: float
@@ -164414,10 +164428,10 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
164414
164428
  class GreasePencilThickModifierData(Modifier, bpy_struct):
164415
164429
  """Adjust stroke thickness"""
164416
164430
 
164417
- custom_curve: CurveMapping
164431
+ custom_curve: CurveMapping | None
164418
164432
  """ Custom curve to apply effect
164419
164433
 
164420
- :type: CurveMapping
164434
+ :type: CurveMapping | None
164421
164435
  """
164422
164436
 
164423
164437
  invert_layer_filter: bool
@@ -164739,16 +164753,16 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
164739
164753
  :type: typing.Literal['BOTH','STROKE','FILL']
164740
164754
  """
164741
164755
 
164742
- color_ramp: ColorRamp
164756
+ color_ramp: ColorRamp | None
164743
164757
  """ Gradient tinting colors
164744
164758
 
164745
- :type: ColorRamp
164759
+ :type: ColorRamp | None
164746
164760
  """
164747
164761
 
164748
- custom_curve: CurveMapping
164762
+ custom_curve: CurveMapping | None
164749
164763
  """ Custom curve to apply effect
164750
164764
 
164751
- :type: CurveMapping
164765
+ :type: CurveMapping | None
164752
164766
  """
164753
164767
 
164754
164768
  factor: float
@@ -164914,22 +164928,22 @@ class GreasePencilTreeNode(bpy_struct):
164914
164928
  :type: str
164915
164929
  """
164916
164930
 
164917
- next_node: typing_extensions.Self
164931
+ next_node: typing_extensions.Self | None
164918
164932
  """ The layer tree node after (i.e. above) this one
164919
164933
 
164920
- :type: typing_extensions.Self
164934
+ :type: typing_extensions.Self | None
164921
164935
  """
164922
164936
 
164923
- parent_group: GreasePencilLayerGroup
164937
+ parent_group: GreasePencilLayerGroup | None
164924
164938
  """ The parent group of this layer tree node
164925
164939
 
164926
- :type: GreasePencilLayerGroup
164940
+ :type: GreasePencilLayerGroup | None
164927
164941
  """
164928
164942
 
164929
- prev_node: typing_extensions.Self
164943
+ prev_node: typing_extensions.Self | None
164930
164944
  """ The layer tree node before (i.e. below) this one
164931
164945
 
164932
- :type: typing_extensions.Self
164946
+ :type: typing_extensions.Self | None
164933
164947
  """
164934
164948
 
164935
164949
  select: bool
@@ -165271,10 +165285,10 @@ class GreasePencilv3(ID, bpy_struct):
165271
165285
  :type: mathutils.Color
165272
165286
  """
165273
165287
 
165274
- animation_data: AnimData
165288
+ animation_data: AnimData | None
165275
165289
  """ Animation data for this data-block
165276
165290
 
165277
- :type: AnimData
165291
+ :type: AnimData | None
165278
165292
  """
165279
165293
 
165280
165294
  attributes: AttributeGroupGreasePencil
@@ -165447,10 +165461,10 @@ class Header(bpy_struct):
165447
165461
  :type: bpy._typing.rna_enums.SpaceTypeItems
165448
165462
  """
165449
165463
 
165450
- layout: UILayout
165464
+ layout: UILayout | None
165451
165465
  """ Structure of the header in the UI
165452
165466
 
165453
- :type: UILayout
165467
+ :type: UILayout | None
165454
165468
  """
165455
165469
 
165456
165470
  def draw(self, context: Context):
@@ -165553,10 +165567,10 @@ class HookModifier(Modifier, bpy_struct):
165553
165567
  :type: mathutils.Vector
165554
165568
  """
165555
165569
 
165556
- falloff_curve: CurveMapping
165570
+ falloff_curve: CurveMapping | None
165557
165571
  """ Custom falloff curve
165558
165572
 
165559
- :type: CurveMapping
165573
+ :type: CurveMapping | None
165560
165574
  """
165561
165575
 
165562
165576
  falloff_radius: float
@@ -165804,10 +165818,10 @@ class ID(bpy_struct):
165804
165818
  :type: Library
165805
165819
  """
165806
165820
 
165807
- library_weak_reference: LibraryWeakReference
165821
+ library_weak_reference: LibraryWeakReference | None
165808
165822
  """ Weak reference to a data-block in another library .blend file (used to re-use already appended data instead of appending new copies)
165809
165823
 
165810
- :type: LibraryWeakReference
165824
+ :type: LibraryWeakReference | None
165811
165825
  """
165812
165826
 
165813
165827
  name: str
@@ -165822,22 +165836,22 @@ class ID(bpy_struct):
165822
165836
  :type: str
165823
165837
  """
165824
165838
 
165825
- original: typing_extensions.Self
165839
+ original: typing_extensions.Self | None
165826
165840
  """ Actual data-block from .blend file (Main database) that generated that evaluated one
165827
165841
 
165828
- :type: typing_extensions.Self
165842
+ :type: typing_extensions.Self | None
165829
165843
  """
165830
165844
 
165831
- override_library: IDOverrideLibrary
165845
+ override_library: IDOverrideLibrary | None
165832
165846
  """ Library override data
165833
165847
 
165834
- :type: IDOverrideLibrary
165848
+ :type: IDOverrideLibrary | None
165835
165849
  """
165836
165850
 
165837
- preview: ImagePreview
165851
+ preview: ImagePreview | None
165838
165852
  """ Preview image and icon of this data-block (always None if not supported for this type of data)
165839
165853
 
165840
- :type: ImagePreview
165854
+ :type: ImagePreview | None
165841
165855
  """
165842
165856
 
165843
165857
  session_uid: int
@@ -166066,10 +166080,10 @@ class ID(bpy_struct):
166066
166080
  class IDOverrideLibrary(bpy_struct):
166067
166081
  """Struct gathering all data needed by overridden linked IDs"""
166068
166082
 
166069
- hierarchy_root: ID
166083
+ hierarchy_root: ID | None
166070
166084
  """ Library override ID used as root of the override hierarchy this ID is a member of
166071
166085
 
166072
- :type: ID
166086
+ :type: ID | None
166073
166087
  """
166074
166088
 
166075
166089
  is_in_hierarchy: bool
@@ -166090,10 +166104,10 @@ class IDOverrideLibrary(bpy_struct):
166090
166104
  :type: IDOverrideLibraryProperties
166091
166105
  """
166092
166106
 
166093
- reference: ID
166107
+ reference: ID | None
166094
166108
  """ Linked ID used as reference by this override
166095
166109
 
166096
- :type: ID
166110
+ :type: ID | None
166097
166111
  """
166098
166112
 
166099
166113
  def operations_update(self):
@@ -166231,10 +166245,10 @@ class IDOverrideLibraryPropertyOperation(bpy_struct):
166231
166245
  :type: typing.Literal['NOOP','REPLACE','DIFF_ADD','DIFF_SUB','FACT_MULTIPLY','INSERT_AFTER','INSERT_BEFORE']
166232
166246
  """
166233
166247
 
166234
- subitem_local_id: ID
166248
+ subitem_local_id: ID | None
166235
166249
  """ Collection of IDs only, used to disambiguate between potential IDs with same name from different libraries
166236
166250
 
166237
- :type: ID
166251
+ :type: ID | None
166238
166252
  """
166239
166253
 
166240
166254
  subitem_local_index: int
@@ -166249,10 +166263,10 @@ class IDOverrideLibraryPropertyOperation(bpy_struct):
166249
166263
  :type: str
166250
166264
  """
166251
166265
 
166252
- subitem_reference_id: ID
166266
+ subitem_reference_id: ID | None
166253
166267
  """ Collection of IDs only, used to disambiguate between potential IDs with same name from different libraries
166254
166268
 
166255
- :type: ID
166269
+ :type: ID | None
166256
166270
  """
166257
166271
 
166258
166272
  subitem_reference_index: int
@@ -166313,10 +166327,10 @@ class IDPropertyWrapPtr(bpy_struct):
166313
166327
  """
166314
166328
 
166315
166329
  class IDViewerPathElem(ViewerPathElem, bpy_struct):
166316
- id: ID
166330
+ id: ID | None
166317
166331
  """
166318
166332
 
166319
- :type: ID
166333
+ :type: ID | None
166320
166334
  """
166321
166335
 
166322
166336
  @classmethod
@@ -166706,10 +166720,10 @@ class Image(ID, bpy_struct):
166706
166720
  :type: bool
166707
166721
  """
166708
166722
 
166709
- packed_file: PackedFile
166723
+ packed_file: PackedFile | None
166710
166724
  """ First packed file of the image
166711
166725
 
166712
- :type: PackedFile
166726
+ :type: PackedFile | None
166713
166727
  """
166714
166728
 
166715
166729
  packed_files: bpy_prop_collection[ImagePackedFile]
@@ -167129,10 +167143,10 @@ class ImagePackedFile(bpy_struct):
167129
167143
  :type: str
167130
167144
  """
167131
167145
 
167132
- packed_file: PackedFile
167146
+ packed_file: PackedFile | None
167133
167147
  """
167134
167148
 
167135
- :type: PackedFile
167149
+ :type: PackedFile | None
167136
167150
  """
167137
167151
 
167138
167152
  tile_number: int
@@ -167457,10 +167471,10 @@ class ImageStrip(Strip, bpy_struct):
167457
167471
  :type: ColorManagedInputColorspaceSettings
167458
167472
  """
167459
167473
 
167460
- crop: StripCrop
167474
+ crop: StripCrop | None
167461
167475
  """
167462
167476
 
167463
- :type: StripCrop
167477
+ :type: StripCrop | None
167464
167478
  """
167465
167479
 
167466
167480
  directory: str
@@ -167481,10 +167495,10 @@ class ImageStrip(Strip, bpy_struct):
167481
167495
  :type: bool
167482
167496
  """
167483
167497
 
167484
- proxy: StripProxy
167498
+ proxy: StripProxy | None
167485
167499
  """
167486
167500
 
167487
- :type: StripProxy
167501
+ :type: StripProxy | None
167488
167502
  """
167489
167503
 
167490
167504
  retiming_keys: RetimingKeys
@@ -167505,10 +167519,10 @@ class ImageStrip(Strip, bpy_struct):
167505
167519
  :type: float
167506
167520
  """
167507
167521
 
167508
- transform: StripTransform
167522
+ transform: StripTransform | None
167509
167523
  """
167510
167524
 
167511
- :type: StripTransform
167525
+ :type: StripTransform | None
167512
167526
  """
167513
167527
 
167514
167528
  use_deinterlace: bool
@@ -168207,10 +168221,10 @@ class Itasc(IKParam, bpy_struct):
168207
168221
  class Key(ID, bpy_struct):
168208
168222
  """Shape keys data-block containing different shapes of geometric data-blocks"""
168209
168223
 
168210
- animation_data: AnimData
168224
+ animation_data: AnimData | None
168211
168225
  """ Animation data for this data-block
168212
168226
 
168213
- :type: AnimData
168227
+ :type: AnimData | None
168214
168228
  """
168215
168229
 
168216
168230
  eval_time: float
@@ -168286,10 +168300,10 @@ class KeyConfig(bpy_struct):
168286
168300
  :type: str
168287
168301
  """
168288
168302
 
168289
- preferences: KeyConfigPreferences
168303
+ preferences: KeyConfigPreferences | None
168290
168304
  """
168291
168305
 
168292
- :type: KeyConfigPreferences
168306
+ :type: KeyConfigPreferences | None
168293
168307
  """
168294
168308
 
168295
168309
  @classmethod
@@ -168544,10 +168558,10 @@ class KeyMapItem(bpy_struct):
168544
168558
  :type: bool
168545
168559
  """
168546
168560
 
168547
- properties: OperatorProperties
168561
+ properties: OperatorProperties | None
168548
168562
  """ Properties to set when the operator is called
168549
168563
 
168550
- :type: OperatorProperties
168564
+ :type: OperatorProperties | None
168551
168565
  """
168552
168566
 
168553
168567
  propvalue: bpy._typing.rna_enums.KeymapPropvalueItems
@@ -168780,10 +168794,10 @@ class KeyingSet(bpy_struct):
168780
168794
  :type: KeyingSetPaths
168781
168795
  """
168782
168796
 
168783
- type_info: KeyingSetInfo
168797
+ type_info: KeyingSetInfo | None
168784
168798
  """ Callback function defines for built-in Keying Sets
168785
168799
 
168786
- :type: KeyingSetInfo
168800
+ :type: KeyingSetInfo | None
168787
168801
  """
168788
168802
 
168789
168803
  use_insertkey_needed: bool
@@ -169306,10 +169320,10 @@ class LaplacianSmoothModifier(Modifier, bpy_struct):
169306
169320
  class Lattice(ID, bpy_struct):
169307
169321
  """Lattice data-block defining a grid for deforming other objects"""
169308
169322
 
169309
- animation_data: AnimData
169323
+ animation_data: AnimData | None
169310
169324
  """ Animation data for this data-block
169311
169325
 
169312
- :type: AnimData
169326
+ :type: AnimData | None
169313
169327
  """
169314
169328
 
169315
169329
  interpolation_type_u: typing.Literal[
@@ -169366,10 +169380,10 @@ class Lattice(ID, bpy_struct):
169366
169380
  :type: int
169367
169381
  """
169368
169382
 
169369
- shape_keys: Key
169383
+ shape_keys: Key | None
169370
169384
  """
169371
169385
 
169372
- :type: Key
169386
+ :type: Key | None
169373
169387
  """
169374
169388
 
169375
169389
  use_outside: bool
@@ -169675,10 +169689,10 @@ class Library(ID, bpy_struct):
169675
169689
  :type: bool
169676
169690
  """
169677
169691
 
169678
- packed_file: PackedFile
169692
+ packed_file: PackedFile | None
169679
169693
  """
169680
169694
 
169681
- :type: PackedFile
169695
+ :type: PackedFile | None
169682
169696
  """
169683
169697
 
169684
169698
  parent: typing_extensions.Self
@@ -169761,10 +169775,10 @@ class LibraryWeakReference(bpy_struct):
169761
169775
  class Light(ID, bpy_struct):
169762
169776
  """Light data-block for lighting a scene"""
169763
169777
 
169764
- animation_data: AnimData
169778
+ animation_data: AnimData | None
169765
169779
  """ Animation data for this data-block
169766
169780
 
169767
- :type: AnimData
169781
+ :type: AnimData | None
169768
169782
  """
169769
169783
 
169770
169784
  color: mathutils.Color
@@ -169864,10 +169878,10 @@ class Light(ID, bpy_struct):
169864
169878
  class LightProbe(ID, bpy_struct):
169865
169879
  """Light Probe data-block for lighting capture objects"""
169866
169880
 
169867
- animation_data: AnimData
169881
+ animation_data: AnimData | None
169868
169882
  """ Animation data for this data-block
169869
169883
 
169870
- :type: AnimData
169884
+ :type: AnimData | None
169871
169885
  """
169872
169886
 
169873
169887
  clip_start: float
@@ -170659,10 +170673,10 @@ class LineStyleAlphaModifier_AlongStroke(
170659
170673
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170660
170674
  """
170661
170675
 
170662
- curve: CurveMapping
170676
+ curve: CurveMapping | None
170663
170677
  """ Curve used for the curve mapping
170664
170678
 
170665
- :type: CurveMapping
170679
+ :type: CurveMapping | None
170666
170680
  """
170667
170681
 
170668
170682
  expanded: bool
@@ -170755,10 +170769,10 @@ class LineStyleAlphaModifier_CreaseAngle(
170755
170769
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170756
170770
  """
170757
170771
 
170758
- curve: CurveMapping
170772
+ curve: CurveMapping | None
170759
170773
  """ Curve used for the curve mapping
170760
170774
 
170761
- :type: CurveMapping
170775
+ :type: CurveMapping | None
170762
170776
  """
170763
170777
 
170764
170778
  expanded: bool
@@ -170851,10 +170865,10 @@ class LineStyleAlphaModifier_Curvature_3D(
170851
170865
  :type: float
170852
170866
  """
170853
170867
 
170854
- curve: CurveMapping
170868
+ curve: CurveMapping | None
170855
170869
  """ Curve used for the curve mapping
170856
170870
 
170857
- :type: CurveMapping
170871
+ :type: CurveMapping | None
170858
170872
  """
170859
170873
 
170860
170874
  expanded: bool
@@ -170935,10 +170949,10 @@ class LineStyleAlphaModifier_DistanceFromCamera(
170935
170949
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170936
170950
  """
170937
170951
 
170938
- curve: CurveMapping
170952
+ curve: CurveMapping | None
170939
170953
  """ Curve used for the curve mapping
170940
170954
 
170941
- :type: CurveMapping
170955
+ :type: CurveMapping | None
170942
170956
  """
170943
170957
 
170944
170958
  expanded: bool
@@ -171031,10 +171045,10 @@ class LineStyleAlphaModifier_DistanceFromObject(
171031
171045
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171032
171046
  """
171033
171047
 
171034
- curve: CurveMapping
171048
+ curve: CurveMapping | None
171035
171049
  """ Curve used for the curve mapping
171036
171050
 
171037
- :type: CurveMapping
171051
+ :type: CurveMapping | None
171038
171052
  """
171039
171053
 
171040
171054
  expanded: bool
@@ -171133,10 +171147,10 @@ class LineStyleAlphaModifier_Material(
171133
171147
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171134
171148
  """
171135
171149
 
171136
- curve: CurveMapping
171150
+ curve: CurveMapping | None
171137
171151
  """ Curve used for the curve mapping
171138
171152
 
171139
- :type: CurveMapping
171153
+ :type: CurveMapping | None
171140
171154
  """
171141
171155
 
171142
171156
  expanded: bool
@@ -171245,10 +171259,10 @@ class LineStyleAlphaModifier_Noise(
171245
171259
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171246
171260
  """
171247
171261
 
171248
- curve: CurveMapping
171262
+ curve: CurveMapping | None
171249
171263
  """ Curve used for the curve mapping
171250
171264
 
171251
- :type: CurveMapping
171265
+ :type: CurveMapping | None
171252
171266
  """
171253
171267
 
171254
171268
  expanded: bool
@@ -171341,10 +171355,10 @@ class LineStyleAlphaModifier_Tangent(
171341
171355
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171342
171356
  """
171343
171357
 
171344
- curve: CurveMapping
171358
+ curve: CurveMapping | None
171345
171359
  """ Curve used for the curve mapping
171346
171360
 
171347
- :type: CurveMapping
171361
+ :type: CurveMapping | None
171348
171362
  """
171349
171363
 
171350
171364
  expanded: bool
@@ -171447,10 +171461,10 @@ class LineStyleColorModifier_AlongStroke(
171447
171461
  :type: bpy._typing.rna_enums.RampBlendItems
171448
171462
  """
171449
171463
 
171450
- color_ramp: ColorRamp
171464
+ color_ramp: ColorRamp | None
171451
171465
  """ Color ramp used to change line color
171452
171466
 
171453
- :type: ColorRamp
171467
+ :type: ColorRamp | None
171454
171468
  """
171455
171469
 
171456
171470
  expanded: bool
@@ -171522,10 +171536,10 @@ class LineStyleColorModifier_CreaseAngle(
171522
171536
  :type: bpy._typing.rna_enums.RampBlendItems
171523
171537
  """
171524
171538
 
171525
- color_ramp: ColorRamp
171539
+ color_ramp: ColorRamp | None
171526
171540
  """ Color ramp used to change line color
171527
171541
 
171528
- :type: ColorRamp
171542
+ :type: ColorRamp | None
171529
171543
  """
171530
171544
 
171531
171545
  expanded: bool
@@ -171585,10 +171599,10 @@ class LineStyleColorModifier_Curvature_3D(
171585
171599
  :type: bpy._typing.rna_enums.RampBlendItems
171586
171600
  """
171587
171601
 
171588
- color_ramp: ColorRamp
171602
+ color_ramp: ColorRamp | None
171589
171603
  """ Color ramp used to change line color
171590
171604
 
171591
- :type: ColorRamp
171605
+ :type: ColorRamp | None
171592
171606
  """
171593
171607
 
171594
171608
  curvature_max: float
@@ -171660,10 +171674,10 @@ class LineStyleColorModifier_DistanceFromCamera(
171660
171674
  :type: bpy._typing.rna_enums.RampBlendItems
171661
171675
  """
171662
171676
 
171663
- color_ramp: ColorRamp
171677
+ color_ramp: ColorRamp | None
171664
171678
  """ Color ramp used to change line color
171665
171679
 
171666
- :type: ColorRamp
171680
+ :type: ColorRamp | None
171667
171681
  """
171668
171682
 
171669
171683
  expanded: bool
@@ -171735,10 +171749,10 @@ class LineStyleColorModifier_DistanceFromObject(
171735
171749
  :type: bpy._typing.rna_enums.RampBlendItems
171736
171750
  """
171737
171751
 
171738
- color_ramp: ColorRamp
171752
+ color_ramp: ColorRamp | None
171739
171753
  """ Color ramp used to change line color
171740
171754
 
171741
- :type: ColorRamp
171755
+ :type: ColorRamp | None
171742
171756
  """
171743
171757
 
171744
171758
  expanded: bool
@@ -171816,10 +171830,10 @@ class LineStyleColorModifier_Material(
171816
171830
  :type: bpy._typing.rna_enums.RampBlendItems
171817
171831
  """
171818
171832
 
171819
- color_ramp: ColorRamp
171833
+ color_ramp: ColorRamp | None
171820
171834
  """ Color ramp used to change line color
171821
171835
 
171822
- :type: ColorRamp
171836
+ :type: ColorRamp | None
171823
171837
  """
171824
171838
 
171825
171839
  expanded: bool
@@ -171913,10 +171927,10 @@ class LineStyleColorModifier_Noise(
171913
171927
  :type: bpy._typing.rna_enums.RampBlendItems
171914
171928
  """
171915
171929
 
171916
- color_ramp: ColorRamp
171930
+ color_ramp: ColorRamp | None
171917
171931
  """ Color ramp used to change line color
171918
171932
 
171919
- :type: ColorRamp
171933
+ :type: ColorRamp | None
171920
171934
  """
171921
171935
 
171922
171936
  expanded: bool
@@ -171988,10 +172002,10 @@ class LineStyleColorModifier_Tangent(
171988
172002
  :type: bpy._typing.rna_enums.RampBlendItems
171989
172003
  """
171990
172004
 
171991
- color_ramp: ColorRamp
172005
+ color_ramp: ColorRamp | None
171992
172006
  """ Color ramp used to change line color
171993
172007
 
171994
- :type: ColorRamp
172008
+ :type: ColorRamp | None
171995
172009
  """
171996
172010
 
171997
172011
  expanded: bool
@@ -173108,10 +173122,10 @@ class LineStyleThicknessModifier_AlongStroke(
173108
173122
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173109
173123
  """
173110
173124
 
173111
- curve: CurveMapping
173125
+ curve: CurveMapping | None
173112
173126
  """ Curve used for the curve mapping
173113
173127
 
173114
- :type: CurveMapping
173128
+ :type: CurveMapping | None
173115
173129
  """
173116
173130
 
173117
173131
  expanded: bool
@@ -173300,10 +173314,10 @@ class LineStyleThicknessModifier_CreaseAngle(
173300
173314
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173301
173315
  """
173302
173316
 
173303
- curve: CurveMapping
173317
+ curve: CurveMapping | None
173304
173318
  """ Curve used for the curve mapping
173305
173319
 
173306
- :type: CurveMapping
173320
+ :type: CurveMapping | None
173307
173321
  """
173308
173322
 
173309
173323
  expanded: bool
@@ -173408,10 +173422,10 @@ class LineStyleThicknessModifier_Curvature_3D(
173408
173422
  :type: float
173409
173423
  """
173410
173424
 
173411
- curve: CurveMapping
173425
+ curve: CurveMapping | None
173412
173426
  """ Curve used for the curve mapping
173413
173427
 
173414
- :type: CurveMapping
173428
+ :type: CurveMapping | None
173415
173429
  """
173416
173430
 
173417
173431
  expanded: bool
@@ -173504,10 +173518,10 @@ class LineStyleThicknessModifier_DistanceFromCamera(
173504
173518
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173505
173519
  """
173506
173520
 
173507
- curve: CurveMapping
173521
+ curve: CurveMapping | None
173508
173522
  """ Curve used for the curve mapping
173509
173523
 
173510
- :type: CurveMapping
173524
+ :type: CurveMapping | None
173511
173525
  """
173512
173526
 
173513
173527
  expanded: bool
@@ -173612,10 +173626,10 @@ class LineStyleThicknessModifier_DistanceFromObject(
173612
173626
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173613
173627
  """
173614
173628
 
173615
- curve: CurveMapping
173629
+ curve: CurveMapping | None
173616
173630
  """ Curve used for the curve mapping
173617
173631
 
173618
- :type: CurveMapping
173632
+ :type: CurveMapping | None
173619
173633
  """
173620
173634
 
173621
173635
  expanded: bool
@@ -173726,10 +173740,10 @@ class LineStyleThicknessModifier_Material(
173726
173740
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173727
173741
  """
173728
173742
 
173729
- curve: CurveMapping
173743
+ curve: CurveMapping | None
173730
173744
  """ Curve used for the curve mapping
173731
173745
 
173732
- :type: CurveMapping
173746
+ :type: CurveMapping | None
173733
173747
  """
173734
173748
 
173735
173749
  expanded: bool
@@ -173934,10 +173948,10 @@ class LineStyleThicknessModifier_Tangent(
173934
173948
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173935
173949
  """
173936
173950
 
173937
- curve: CurveMapping
173951
+ curve: CurveMapping | None
173938
173952
  """ Curve used for the curve mapping
173939
173953
 
173940
- :type: CurveMapping
173954
+ :type: CurveMapping | None
173941
173955
  """
173942
173956
 
173943
173957
  expanded: bool
@@ -174770,10 +174784,10 @@ class Mask(ID, bpy_struct):
174770
174784
  :type: int | None
174771
174785
  """
174772
174786
 
174773
- animation_data: AnimData
174787
+ animation_data: AnimData | None
174774
174788
  """ Animation data for this data-block
174775
174789
 
174776
- :type: AnimData
174790
+ :type: AnimData | None
174777
174791
  """
174778
174792
 
174779
174793
  frame_end: int
@@ -175267,10 +175281,10 @@ class MaskStrip(Strip, bpy_struct):
175267
175281
  :type: float
175268
175282
  """
175269
175283
 
175270
- crop: StripCrop
175284
+ crop: StripCrop | None
175271
175285
  """
175272
175286
 
175273
- :type: StripCrop
175287
+ :type: StripCrop | None
175274
175288
  """
175275
175289
 
175276
175290
  mask: Mask | None
@@ -175291,10 +175305,10 @@ class MaskStrip(Strip, bpy_struct):
175291
175305
  :type: float
175292
175306
  """
175293
175307
 
175294
- transform: StripTransform
175308
+ transform: StripTransform | None
175295
175309
  """
175296
175310
 
175297
- :type: StripTransform
175311
+ :type: StripTransform | None
175298
175312
  """
175299
175313
 
175300
175314
  use_deinterlace: bool
@@ -175358,10 +175372,10 @@ class Material(ID, bpy_struct):
175358
175372
  :type: float
175359
175373
  """
175360
175374
 
175361
- animation_data: AnimData
175375
+ animation_data: AnimData | None
175362
175376
  """ Animation data for this data-block
175363
175377
 
175364
- :type: AnimData
175378
+ :type: AnimData | None
175365
175379
  """
175366
175380
 
175367
175381
  blend_method: typing.Literal["OPAQUE", "CLIP", "HASHED", "BLEND"]
@@ -175388,10 +175402,10 @@ class Material(ID, bpy_struct):
175388
175402
  :type: typing.Literal['BUMP','DISPLACEMENT','BOTH']
175389
175403
  """
175390
175404
 
175391
- grease_pencil: MaterialGPencilStyle
175405
+ grease_pencil: MaterialGPencilStyle | None
175392
175406
  """ Grease Pencil color settings for material
175393
175407
 
175394
- :type: MaterialGPencilStyle
175408
+ :type: MaterialGPencilStyle | None
175395
175409
  """
175396
175410
 
175397
175411
  is_grease_pencil: bool
@@ -175954,10 +175968,10 @@ class Menu(bpy_struct):
175954
175968
  :type: str | typing.Any
175955
175969
  """
175956
175970
 
175957
- layout: UILayout
175971
+ layout: UILayout | None
175958
175972
  """ Defines the structure of the menu in the UI
175959
175973
 
175960
- :type: UILayout
175974
+ :type: UILayout | None
175961
175975
  """
175962
175976
 
175963
175977
  @classmethod
@@ -176080,10 +176094,10 @@ class Menu(bpy_struct):
176080
176094
  class Mesh(ID, bpy_struct):
176081
176095
  """Mesh data-block defining geometric surfaces"""
176082
176096
 
176083
- animation_data: AnimData
176097
+ animation_data: AnimData | None
176084
176098
  """ Animation data for this data-block
176085
176099
 
176086
- :type: AnimData
176100
+ :type: AnimData | None
176087
176101
  """
176088
176102
 
176089
176103
  attributes: AttributeGroupMesh
@@ -176194,10 +176208,10 @@ class Mesh(ID, bpy_struct):
176194
176208
  :type: float
176195
176209
  """
176196
176210
 
176197
- shape_keys: Key
176211
+ shape_keys: Key | None
176198
176212
  """
176199
176213
 
176200
- :type: Key
176214
+ :type: Key | None
176201
176215
  """
176202
176216
 
176203
176217
  skin_vertices: bpy_prop_collection[MeshSkinVertexLayer]
@@ -177684,10 +177698,10 @@ class MeshVertex(bpy_struct):
177684
177698
  class MetaBall(ID, bpy_struct):
177685
177699
  """Metaball data-block to define blobby surfaces"""
177686
177700
 
177687
- animation_data: AnimData
177701
+ animation_data: AnimData | None
177688
177702
  """ Animation data for this data-block
177689
177703
 
177690
- :type: AnimData
177704
+ :type: AnimData | None
177691
177705
  """
177692
177706
 
177693
177707
  cycles: typing.Any
@@ -177929,10 +177943,10 @@ class MetaStrip(Strip, bpy_struct):
177929
177943
  :type: float
177930
177944
  """
177931
177945
 
177932
- crop: StripCrop
177946
+ crop: StripCrop | None
177933
177947
  """
177934
177948
 
177935
- :type: StripCrop
177949
+ :type: StripCrop | None
177936
177950
  """
177937
177951
 
177938
177952
  multiply_alpha: bool
@@ -177941,10 +177955,10 @@ class MetaStrip(Strip, bpy_struct):
177941
177955
  :type: bool
177942
177956
  """
177943
177957
 
177944
- proxy: StripProxy
177958
+ proxy: StripProxy | None
177945
177959
  """
177946
177960
 
177947
- :type: StripProxy
177961
+ :type: StripProxy | None
177948
177962
  """
177949
177963
 
177950
177964
  sequences: StripsMeta
@@ -177965,10 +177979,10 @@ class MetaStrip(Strip, bpy_struct):
177965
177979
  :type: float
177966
177980
  """
177967
177981
 
177968
- transform: StripTransform
177982
+ transform: StripTransform | None
177969
177983
  """
177970
177984
 
177971
- :type: StripTransform
177985
+ :type: StripTransform | None
177972
177986
  """
177973
177987
 
177974
177988
  use_deinterlace: bool
@@ -178416,10 +178430,10 @@ class MotionPathVert(bpy_struct):
178416
178430
  class MovieClip(ID, bpy_struct):
178417
178431
  """MovieClip data-block referencing an external movie file"""
178418
178432
 
178419
- animation_data: AnimData
178433
+ animation_data: AnimData | None
178420
178434
  """ Animation data for this data-block
178421
178435
 
178422
- :type: AnimData
178436
+ :type: AnimData | None
178423
178437
  """
178424
178438
 
178425
178439
  colorspace_settings: ColorManagedInputColorspaceSettings
@@ -178696,10 +178710,10 @@ class MovieClipStrip(Strip, bpy_struct):
178696
178710
  :type: float
178697
178711
  """
178698
178712
 
178699
- crop: StripCrop
178713
+ crop: StripCrop | None
178700
178714
  """
178701
178715
 
178702
- :type: StripCrop
178716
+ :type: StripCrop | None
178703
178717
  """
178704
178718
 
178705
178719
  fps: float
@@ -178726,10 +178740,10 @@ class MovieClipStrip(Strip, bpy_struct):
178726
178740
  :type: float
178727
178741
  """
178728
178742
 
178729
- transform: StripTransform
178743
+ transform: StripTransform | None
178730
178744
  """
178731
178745
 
178732
- :type: StripTransform
178746
+ :type: StripTransform | None
178733
178747
  """
178734
178748
 
178735
178749
  undistort: bool
@@ -178917,10 +178931,10 @@ class MovieStrip(Strip, bpy_struct):
178917
178931
  :type: ColorManagedInputColorspaceSettings
178918
178932
  """
178919
178933
 
178920
- crop: StripCrop
178934
+ crop: StripCrop | None
178921
178935
  """
178922
178936
 
178923
- :type: StripCrop
178937
+ :type: StripCrop | None
178924
178938
  """
178925
178939
 
178926
178940
  elements: bpy_prop_collection[StripElement]
@@ -178947,10 +178961,10 @@ class MovieStrip(Strip, bpy_struct):
178947
178961
  :type: bool
178948
178962
  """
178949
178963
 
178950
- proxy: StripProxy
178964
+ proxy: StripProxy | None
178951
178965
  """
178952
178966
 
178953
- :type: StripProxy
178967
+ :type: StripProxy | None
178954
178968
  """
178955
178969
 
178956
178970
  retiming_keys: RetimingKeys
@@ -178977,10 +178991,10 @@ class MovieStrip(Strip, bpy_struct):
178977
178991
  :type: float
178978
178992
  """
178979
178993
 
178980
- transform: StripTransform
178994
+ transform: StripTransform | None
178981
178995
  """
178982
178996
 
178983
- :type: StripTransform
178997
+ :type: StripTransform | None
178984
178998
  """
178985
178999
 
178986
179000
  use_deinterlace: bool
@@ -179100,10 +179114,10 @@ class MovieTracking(bpy_struct):
179100
179114
  :type: MovieTrackingPlaneTracks
179101
179115
  """
179102
179116
 
179103
- reconstruction: MovieTrackingReconstruction
179117
+ reconstruction: MovieTrackingReconstruction | None
179104
179118
  """
179105
179119
 
179106
- :type: MovieTrackingReconstruction
179120
+ :type: MovieTrackingReconstruction | None
179107
179121
  """
179108
179122
 
179109
179123
  settings: MovieTrackingSettings
@@ -179461,10 +179475,10 @@ class MovieTrackingObject(bpy_struct):
179461
179475
  :type: MovieTrackingObjectPlaneTracks
179462
179476
  """
179463
179477
 
179464
- reconstruction: MovieTrackingReconstruction
179478
+ reconstruction: MovieTrackingReconstruction | None
179465
179479
  """
179466
179480
 
179467
- :type: MovieTrackingReconstruction
179481
+ :type: MovieTrackingReconstruction | None
179468
179482
  """
179469
179483
 
179470
179484
  scale: float
@@ -181685,16 +181699,16 @@ class NodeInternalSocketTemplate(bpy_struct):
181685
181699
  class NodeLink(bpy_struct):
181686
181700
  """Link between nodes in a node tree"""
181687
181701
 
181688
- from_node: Node
181702
+ from_node: Node | None
181689
181703
  """
181690
181704
 
181691
- :type: Node
181705
+ :type: Node | None
181692
181706
  """
181693
181707
 
181694
- from_socket: NodeSocket
181708
+ from_socket: NodeSocket | None
181695
181709
  """
181696
181710
 
181697
- :type: NodeSocket
181711
+ :type: NodeSocket | None
181698
181712
  """
181699
181713
 
181700
181714
  is_hidden: bool
@@ -181721,16 +181735,16 @@ class NodeLink(bpy_struct):
181721
181735
  :type: int
181722
181736
  """
181723
181737
 
181724
- to_node: Node
181738
+ to_node: Node | None
181725
181739
  """
181726
181740
 
181727
- :type: Node
181741
+ :type: Node | None
181728
181742
  """
181729
181743
 
181730
- to_socket: NodeSocket
181744
+ to_socket: NodeSocket | None
181731
181745
  """
181732
181746
 
181733
- :type: NodeSocket
181747
+ :type: NodeSocket | None
181734
181748
  """
181735
181749
 
181736
181750
  def swap_multi_input_sort_id(self, other: typing_extensions.Self):
@@ -182002,10 +182016,10 @@ class NodeSocket(bpy_struct):
182002
182016
  :type: str
182003
182017
  """
182004
182018
 
182005
- node: Node
182019
+ node: Node | None
182006
182020
  """ Node owning this socket
182007
182021
 
182008
- :type: Node
182022
+ :type: Node | None
182009
182023
  """
182010
182024
 
182011
182025
  pin_gizmo: bool
@@ -183495,10 +183509,10 @@ class NodeSocketVirtual(NodeSocketStandard, NodeSocket, bpy_struct):
183495
183509
  class NodeTree(ID, bpy_struct):
183496
183510
  """Node tree consisting of linked nodes used for shading, textures and compositing"""
183497
183511
 
183498
- animation_data: AnimData
183512
+ animation_data: AnimData | None
183499
183513
  """ Animation data for this data-block
183500
183514
 
183501
- :type: AnimData
183515
+ :type: AnimData | None
183502
183516
  """
183503
183517
 
183504
183518
  bl_description: str
@@ -183839,10 +183853,10 @@ class NodeTreeInterfaceItem(bpy_struct):
183839
183853
  :type: bpy._typing.rna_enums.NodeTreeInterfaceItemTypeItems
183840
183854
  """
183841
183855
 
183842
- parent: NodeTreeInterfacePanel
183856
+ parent: NodeTreeInterfacePanel | None
183843
183857
  """ Panel that contains the item
183844
183858
 
183845
- :type: NodeTreeInterfacePanel
183859
+ :type: NodeTreeInterfacePanel | None
183846
183860
  """
183847
183861
 
183848
183862
  position: int
@@ -186691,10 +186705,10 @@ class NodeTreeInterfaceSocketVectorXYZ(
186691
186705
  class NodeTreePath(bpy_struct):
186692
186706
  """Element of the node space tree path"""
186693
186707
 
186694
- node_tree: NodeTree
186708
+ node_tree: NodeTree | None
186695
186709
  """ Base node tree from context
186696
186710
 
186697
- :type: NodeTree
186711
+ :type: NodeTree | None
186698
186712
  """
186699
186713
 
186700
186714
  @classmethod
@@ -186863,10 +186877,10 @@ class NodesModifierBake(bpy_struct):
186863
186877
  :type: int
186864
186878
  """
186865
186879
 
186866
- node: Node
186880
+ node: Node | None
186867
186881
  """ Bake node or simulation output node that corresponds to this bake. This node may be deeply nested in the modifier node group. It can be none in some cases like missing linked data blocks.
186868
186882
 
186869
- :type: Node
186883
+ :type: Node | None
186870
186884
  """
186871
186885
 
186872
186886
  use_custom_path: bool
@@ -187171,10 +187185,10 @@ class Object(ID, bpy_struct):
187171
187185
  :type: bool
187172
187186
  """
187173
187187
 
187174
- animation_data: AnimData
187188
+ animation_data: AnimData | None
187175
187189
  """ Animation data for this data-block
187176
187190
 
187177
- :type: AnimData
187191
+ :type: AnimData | None
187178
187192
  """
187179
187193
 
187180
187194
  animation_visualization: AnimViz
@@ -187198,10 +187212,10 @@ class Object(ID, bpy_struct):
187198
187212
  :type: list[list[float]] | tuple[tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float], tuple[float, float, float]]
187199
187213
  """
187200
187214
 
187201
- collision: CollisionSettings
187215
+ collision: CollisionSettings | None
187202
187216
  """ Settings for using the object as a collider in physics simulation
187203
187217
 
187204
- :type: CollisionSettings
187218
+ :type: CollisionSettings | None
187205
187219
  """
187206
187220
 
187207
187221
  color: bpy_prop_array[float]
@@ -187307,10 +187321,10 @@ Warning: Assigning to it or its members multiple consecutive times will not work
187307
187321
  :type: typing.Literal['DOUBLE_SIDED','FRONT','BACK']
187308
187322
  """
187309
187323
 
187310
- field: FieldSettings
187324
+ field: FieldSettings | None
187311
187325
  """ Settings for using the object as a field in physics simulation
187312
187326
 
187313
- :type: FieldSettings
187327
+ :type: FieldSettings | None
187314
187328
  """
187315
187329
 
187316
187330
  hide_probe_plane: bool
@@ -187500,10 +187514,10 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187500
187514
  :type: ObjectModifiers
187501
187515
  """
187502
187516
 
187503
- motion_path: MotionPath
187517
+ motion_path: MotionPath | None
187504
187518
  """ Motion Path for this element
187505
187519
 
187506
- :type: MotionPath
187520
+ :type: MotionPath | None
187507
187521
  """
187508
187522
 
187509
187523
  parent: typing_extensions.Self | None
@@ -187544,22 +187558,22 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187544
187558
  :type: int
187545
187559
  """
187546
187560
 
187547
- pose: Pose
187561
+ pose: Pose | None
187548
187562
  """ Current pose for armatures
187549
187563
 
187550
- :type: Pose
187564
+ :type: Pose | None
187551
187565
  """
187552
187566
 
187553
- rigid_body: RigidBodyObject
187567
+ rigid_body: RigidBodyObject | None
187554
187568
  """ Settings for rigid body simulation
187555
187569
 
187556
- :type: RigidBodyObject
187570
+ :type: RigidBodyObject | None
187557
187571
  """
187558
187572
 
187559
- rigid_body_constraint: RigidBodyConstraint
187573
+ rigid_body_constraint: RigidBodyConstraint | None
187560
187574
  """ Constraint constraining rigid bodies
187561
187575
 
187562
- :type: RigidBodyConstraint
187576
+ :type: RigidBodyConstraint | None
187563
187577
  """
187564
187578
 
187565
187579
  rotation_axis_angle: bpy_prop_array[float]
@@ -187688,10 +187702,10 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187688
187702
  :type: bool
187689
187703
  """
187690
187704
 
187691
- soft_body: SoftBodySettings
187705
+ soft_body: SoftBodySettings | None
187692
187706
  """ Settings for soft body simulation
187693
187707
 
187694
- :type: SoftBodySettings
187708
+ :type: SoftBodySettings | None
187695
187709
  """
187696
187710
 
187697
187711
  track_axis: bpy._typing.rna_enums.ObjectAxisItems
@@ -188285,10 +188299,10 @@ class ObjectBase(bpy_struct):
188285
188299
  :type: bool
188286
188300
  """
188287
188301
 
188288
- object: Object
188302
+ object: Object | None
188289
188303
  """ Object this base links to
188290
188304
 
188291
- :type: Object
188305
+ :type: Object | None
188292
188306
  """
188293
188307
 
188294
188308
  select: bool
@@ -188773,10 +188787,10 @@ class Operator(bpy_struct):
188773
188787
  :type: bool
188774
188788
  """
188775
188789
 
188776
- layout: UILayout
188790
+ layout: UILayout | None
188777
188791
  """
188778
188792
 
188779
- :type: UILayout
188793
+ :type: UILayout | None
188780
188794
  """
188781
188795
 
188782
188796
  macros: bpy_prop_collection[Macro]
@@ -189444,16 +189458,16 @@ class PackedFile(bpy_struct):
189444
189458
  """
189445
189459
 
189446
189460
  class Paint(bpy_struct):
189447
- brush: Brush
189461
+ brush: Brush | None
189448
189462
  """ Active brush
189449
189463
 
189450
- :type: Brush
189464
+ :type: Brush | None
189451
189465
  """
189452
189466
 
189453
- brush_asset_reference: AssetWeakReference
189467
+ brush_asset_reference: AssetWeakReference | None
189454
189468
  """ A weak reference to the matching brush asset, used e.g. to restore the last used brush on file load
189455
189469
 
189456
- :type: AssetWeakReference
189470
+ :type: AssetWeakReference | None
189457
189471
  """
189458
189472
 
189459
189473
  cavity_curve: CurveMapping
@@ -189462,16 +189476,16 @@ class Paint(bpy_struct):
189462
189476
  :type: CurveMapping
189463
189477
  """
189464
189478
 
189465
- eraser_brush: Brush
189479
+ eraser_brush: Brush | None
189466
189480
  """ Default eraser brush for quickly alternating with the main brush
189467
189481
 
189468
- :type: Brush
189482
+ :type: Brush | None
189469
189483
  """
189470
189484
 
189471
- eraser_brush_asset_reference: AssetWeakReference
189485
+ eraser_brush_asset_reference: AssetWeakReference | None
189472
189486
  """ A weak reference to the matching brush asset, used e.g. to restore the last used brush on file load
189473
189487
 
189474
- :type: AssetWeakReference
189488
+ :type: AssetWeakReference | None
189475
189489
  """
189476
189490
 
189477
189491
  palette: Palette | None
@@ -189795,10 +189809,10 @@ class Panel(bpy_struct):
189795
189809
  :type: int
189796
189810
  """
189797
189811
 
189798
- custom_data: Constraint
189812
+ custom_data: Constraint | None
189799
189813
  """ Panel data
189800
189814
 
189801
- :type: Constraint
189815
+ :type: Constraint | None
189802
189816
  """
189803
189817
 
189804
189818
  is_popover: bool
@@ -189807,10 +189821,10 @@ class Panel(bpy_struct):
189807
189821
  :type: bool
189808
189822
  """
189809
189823
 
189810
- layout: UILayout
189824
+ layout: UILayout | None
189811
189825
  """ Defines the structure of the panel in the UI
189812
189826
 
189813
- :type: UILayout
189827
+ :type: UILayout | None
189814
189828
  """
189815
189829
 
189816
189830
  text: str
@@ -190054,10 +190068,10 @@ class ParticleBrush(bpy_struct):
190054
190068
  :type: int
190055
190069
  """
190056
190070
 
190057
- curve: CurveMapping
190071
+ curve: CurveMapping | None
190058
190072
  """
190059
190073
 
190060
- :type: CurveMapping
190074
+ :type: CurveMapping | None
190061
190075
  """
190062
190076
 
190063
190077
  length_mode: typing.Literal["GROW", "SHRINK"]
@@ -190158,10 +190172,10 @@ class ParticleDupliWeight(bpy_struct):
190158
190172
  class ParticleEdit(bpy_struct):
190159
190173
  """Properties of particle editing mode"""
190160
190174
 
190161
- brush: ParticleBrush
190175
+ brush: ParticleBrush | None
190162
190176
  """
190163
190177
 
190164
- :type: ParticleBrush
190178
+ :type: ParticleBrush | None
190165
190179
  """
190166
190180
 
190167
190181
  default_key_count: int
@@ -190200,10 +190214,10 @@ class ParticleEdit(bpy_struct):
190200
190214
  :type: bool
190201
190215
  """
190202
190216
 
190203
- object: Object
190217
+ object: Object | None
190204
190218
  """ The edited object
190205
190219
 
190206
- :type: Object
190220
+ :type: Object | None
190207
190221
  """
190208
190222
 
190209
190223
  select_mode: typing.Literal["PATH", "POINT", "TIP"]
@@ -190643,10 +190657,10 @@ class ParticleSettings(ID, bpy_struct):
190643
190657
  :type: typing.Literal['NONE','VELOCITY','HORIZONTAL','VERTICAL','GLOBAL_X','GLOBAL_Y','GLOBAL_Z','RAND']
190644
190658
  """
190645
190659
 
190646
- animation_data: AnimData
190660
+ animation_data: AnimData | None
190647
190661
  """ Animation data for this data-block
190648
190662
 
190649
- :type: AnimData
190663
+ :type: AnimData | None
190650
190664
  """
190651
190665
 
190652
190666
  apply_effector_to_children: bool
@@ -190667,10 +190681,10 @@ class ParticleSettings(ID, bpy_struct):
190667
190681
  :type: float
190668
190682
  """
190669
190683
 
190670
- boids: BoidSettings
190684
+ boids: BoidSettings | None
190671
190685
  """
190672
190686
 
190673
- :type: BoidSettings
190687
+ :type: BoidSettings | None
190674
190688
  """
190675
190689
 
190676
190690
  branch_threshold: float
@@ -190751,10 +190765,10 @@ class ParticleSettings(ID, bpy_struct):
190751
190765
  :type: typing.Literal['NONE','SIMPLE','INTERPOLATED']
190752
190766
  """
190753
190767
 
190754
- clump_curve: CurveMapping
190768
+ clump_curve: CurveMapping | None
190755
190769
  """ Curve defining clump tapering
190756
190770
 
190757
- :type: CurveMapping
190771
+ :type: CurveMapping | None
190758
190772
  """
190759
190773
 
190760
190774
  clump_factor: float
@@ -190865,10 +190879,10 @@ class ParticleSettings(ID, bpy_struct):
190865
190879
  :type: int
190866
190880
  """
190867
190881
 
190868
- effector_weights: EffectorWeights
190882
+ effector_weights: EffectorWeights | None
190869
190883
  """
190870
190884
 
190871
- :type: EffectorWeights
190885
+ :type: EffectorWeights | None
190872
190886
  """
190873
190887
 
190874
190888
  emit_from: typing.Literal["VERT", "FACE", "VOLUME"]
@@ -190883,22 +190897,22 @@ class ParticleSettings(ID, bpy_struct):
190883
190897
  :type: float
190884
190898
  """
190885
190899
 
190886
- fluid: SPHFluidSettings
190900
+ fluid: SPHFluidSettings | None
190887
190901
  """
190888
190902
 
190889
- :type: SPHFluidSettings
190903
+ :type: SPHFluidSettings | None
190890
190904
  """
190891
190905
 
190892
- force_field_1: FieldSettings
190906
+ force_field_1: FieldSettings | None
190893
190907
  """
190894
190908
 
190895
- :type: FieldSettings
190909
+ :type: FieldSettings | None
190896
190910
  """
190897
190911
 
190898
- force_field_2: FieldSettings
190912
+ force_field_2: FieldSettings | None
190899
190913
  """
190900
190914
 
190901
- :type: FieldSettings
190915
+ :type: FieldSettings | None
190902
190916
  """
190903
190917
 
190904
190918
  frame_end: float
@@ -191266,10 +191280,10 @@ class ParticleSettings(ID, bpy_struct):
191266
191280
  :type: float
191267
191281
  """
191268
191282
 
191269
- roughness_curve: CurveMapping
191283
+ roughness_curve: CurveMapping | None
191270
191284
  """ Curve defining roughness
191271
191285
 
191272
- :type: CurveMapping
191286
+ :type: CurveMapping | None
191273
191287
  """
191274
191288
 
191275
191289
  roughness_end_shape: float
@@ -191392,10 +191406,10 @@ class ParticleSettings(ID, bpy_struct):
191392
191406
  :type: float
191393
191407
  """
191394
191408
 
191395
- twist_curve: CurveMapping
191409
+ twist_curve: CurveMapping | None
191396
191410
  """ Curve defining twist
191397
191411
 
191398
- :type: CurveMapping
191412
+ :type: CurveMapping | None
191399
191413
  """
191400
191414
 
191401
191415
  type: typing.Literal["EMITTER", "HAIR"]
@@ -192715,10 +192729,10 @@ class PointCacheItem(bpy_struct):
192715
192729
  class PointCloud(ID, bpy_struct):
192716
192730
  """Point cloud data-block"""
192717
192731
 
192718
- animation_data: AnimData
192732
+ animation_data: AnimData | None
192719
192733
  """ Animation data for this data-block
192720
192734
 
192721
- :type: AnimData
192735
+ :type: AnimData | None
192722
192736
  """
192723
192737
 
192724
192738
  attributes: AttributeGroupPointCloud
@@ -192849,10 +192863,10 @@ class PointLight(Light, ID, bpy_struct):
192849
192863
  class PointerProperty(Property, bpy_struct):
192850
192864
  """RNA pointer property to point to another RNA struct"""
192851
192865
 
192852
- fixed_type: Struct
192866
+ fixed_type: Struct | None
192853
192867
  """ Fixed pointer type, empty if variable type
192854
192868
 
192855
- :type: Struct
192869
+ :type: Struct | None
192856
192870
  """
192857
192871
 
192858
192872
  @classmethod
@@ -192892,10 +192906,10 @@ class Pose(bpy_struct):
192892
192906
  :type: bpy_prop_collection[PoseBone]
192893
192907
  """
192894
192908
 
192895
- ik_param: IKParam
192909
+ ik_param: IKParam | None
192896
192910
  """ Parameters for IK solver
192897
192911
 
192898
- :type: IKParam
192912
+ :type: IKParam | None
192899
192913
  """
192900
192914
 
192901
192915
  ik_solver: typing.Literal["LEGACY", "ITASC"]
@@ -193021,16 +193035,16 @@ class PoseBone(bpy_struct):
193021
193035
  :type: float
193022
193036
  """
193023
193037
 
193024
- bbone_custom_handle_end: typing_extensions.Self
193038
+ bbone_custom_handle_end: typing_extensions.Self | None
193025
193039
  """ Bone that serves as the end handle for the B-Bone curve
193026
193040
 
193027
- :type: typing_extensions.Self
193041
+ :type: typing_extensions.Self | None
193028
193042
  """
193029
193043
 
193030
- bbone_custom_handle_start: typing_extensions.Self
193044
+ bbone_custom_handle_start: typing_extensions.Self | None
193031
193045
  """ Bone that serves as the start handle for the B-Bone curve
193032
193046
 
193033
- :type: typing_extensions.Self
193047
+ :type: typing_extensions.Self | None
193034
193048
  """
193035
193049
 
193036
193050
  bbone_easein: float
@@ -193075,10 +193089,10 @@ class PoseBone(bpy_struct):
193075
193089
  :type: Bone
193076
193090
  """
193077
193091
 
193078
- child: typing_extensions.Self
193092
+ child: typing_extensions.Self | None
193079
193093
  """ Child of this pose bone
193080
193094
 
193081
- :type: typing_extensions.Self
193095
+ :type: typing_extensions.Self | None
193082
193096
  """
193083
193097
 
193084
193098
  color: BoneColor
@@ -193291,10 +193305,10 @@ class PoseBone(bpy_struct):
193291
193305
  :type: mathutils.Matrix
193292
193306
  """
193293
193307
 
193294
- motion_path: MotionPath
193308
+ motion_path: MotionPath | None
193295
193309
  """ Motion Path for this element
193296
193310
 
193297
- :type: MotionPath
193311
+ :type: MotionPath | None
193298
193312
  """
193299
193313
 
193300
193314
  name: str
@@ -193303,10 +193317,10 @@ class PoseBone(bpy_struct):
193303
193317
  :type: str
193304
193318
  """
193305
193319
 
193306
- parent: typing_extensions.Self
193320
+ parent: typing_extensions.Self | None
193307
193321
  """ Parent of this pose bone
193308
193322
 
193309
- :type: typing_extensions.Self
193323
+ :type: typing_extensions.Self | None
193310
193324
  """
193311
193325
 
193312
193326
  rotation_axis_angle: bpy_prop_array[float]
@@ -195760,10 +195774,10 @@ class Property(bpy_struct):
195760
195774
  :type: str
195761
195775
  """
195762
195776
 
195763
- srna: Struct
195777
+ srna: Struct | None
195764
195778
  """ Struct definition used for properties assigned to this item
195765
195779
 
195766
- :type: Struct
195780
+ :type: Struct | None
195767
195781
  """
195768
195782
 
195769
195783
  subtype: bpy._typing.rna_enums.PropertySubtypeItems
@@ -196240,10 +196254,10 @@ class Region(bpy_struct):
196240
196254
  :type: typing.Literal['NONE','TOP','BOTTOM','LEFT','RIGHT','HORIZONTAL_SPLIT','VERTICAL_SPLIT','FLOAT','QUAD_SPLIT']
196241
196255
  """
196242
196256
 
196243
- data: typing.Any
196257
+ data: typing.Any | None
196244
196258
  """ Region specific data (the type depends on the region type)
196245
196259
 
196246
- :type: typing.Any
196260
+ :type: typing.Any | None
196247
196261
  """
196248
196262
 
196249
196263
  height: int
@@ -196601,10 +196615,10 @@ class RenderEngine(bpy_struct):
196601
196615
  :type: bool
196602
196616
  """
196603
196617
 
196604
- camera_override: Object
196618
+ camera_override: Object | None
196605
196619
  """
196606
196620
 
196607
- :type: Object
196621
+ :type: Object | None
196608
196622
  """
196609
196623
 
196610
196624
  is_animation: bool
@@ -196625,10 +196639,10 @@ class RenderEngine(bpy_struct):
196625
196639
  :type: bpy_prop_array[bool]
196626
196640
  """
196627
196641
 
196628
- render: RenderSettings
196642
+ render: RenderSettings | None
196629
196643
  """
196630
196644
 
196631
- :type: RenderSettings
196645
+ :type: RenderSettings | None
196632
196646
  """
196633
196647
 
196634
196648
  resolution_x: int
@@ -198739,10 +198753,10 @@ class RigidBodyWorld(bpy_struct):
198739
198753
  :type: Collection | None
198740
198754
  """
198741
198755
 
198742
- effector_weights: EffectorWeights
198756
+ effector_weights: EffectorWeights | None
198743
198757
  """
198744
198758
 
198745
- :type: EffectorWeights
198759
+ :type: EffectorWeights | None
198746
198760
  """
198747
198761
 
198748
198762
  enabled: bool
@@ -199134,10 +199148,10 @@ class Scene(ID, bpy_struct):
199134
199148
  :type: MovieClip | None
199135
199149
  """
199136
199150
 
199137
- animation_data: AnimData
199151
+ animation_data: AnimData | None
199138
199152
  """ Animation data for this data-block
199139
199153
 
199140
- :type: AnimData
199154
+ :type: AnimData | None
199141
199155
  """
199142
199156
 
199143
199157
  audio_distance_model: typing.Literal[
@@ -199346,10 +199360,10 @@ class Scene(ID, bpy_struct):
199346
199360
  :type: RenderSettings
199347
199361
  """
199348
199362
 
199349
- rigidbody_world: RigidBodyWorld
199363
+ rigidbody_world: RigidBodyWorld | None
199350
199364
  """
199351
199365
 
199352
- :type: RigidBodyWorld
199366
+ :type: RigidBodyWorld | None
199353
199367
  """
199354
199368
 
199355
199369
  safe_areas: DisplaySafeAreas
@@ -199358,10 +199372,10 @@ class Scene(ID, bpy_struct):
199358
199372
  :type: DisplaySafeAreas
199359
199373
  """
199360
199374
 
199361
- sequence_editor: SequenceEditor
199375
+ sequence_editor: SequenceEditor | None
199362
199376
  """
199363
199377
 
199364
- :type: SequenceEditor
199378
+ :type: SequenceEditor | None
199365
199379
  """
199366
199380
 
199367
199381
  sequencer_colorspace_settings: ColorManagedSequencerColorspaceSettings
@@ -200238,10 +200252,10 @@ class SceneStrip(Strip, bpy_struct):
200238
200252
  :type: float
200239
200253
  """
200240
200254
 
200241
- crop: StripCrop
200255
+ crop: StripCrop | None
200242
200256
  """
200243
200257
 
200244
- :type: StripCrop
200258
+ :type: StripCrop | None
200245
200259
  """
200246
200260
 
200247
200261
  fps: float
@@ -200256,10 +200270,10 @@ class SceneStrip(Strip, bpy_struct):
200256
200270
  :type: bool
200257
200271
  """
200258
200272
 
200259
- proxy: StripProxy
200273
+ proxy: StripProxy | None
200260
200274
  """
200261
200275
 
200262
- :type: StripProxy
200276
+ :type: StripProxy | None
200263
200277
  """
200264
200278
 
200265
200279
  retiming_keys: RetimingKeys
@@ -200292,10 +200306,10 @@ class SceneStrip(Strip, bpy_struct):
200292
200306
  :type: float
200293
200307
  """
200294
200308
 
200295
- transform: StripTransform
200309
+ transform: StripTransform | None
200296
200310
  """
200297
200311
 
200298
- :type: StripTransform
200312
+ :type: StripTransform | None
200299
200313
  """
200300
200314
 
200301
200315
  use_annotations: bool
@@ -200728,16 +200742,16 @@ class Sculpt(Paint, bpy_struct):
200728
200742
  :type: int
200729
200743
  """
200730
200744
 
200731
- automasking_cavity_curve: CurveMapping
200745
+ automasking_cavity_curve: CurveMapping | None
200732
200746
  """ Curve used for the sensitivity
200733
200747
 
200734
- :type: CurveMapping
200748
+ :type: CurveMapping | None
200735
200749
  """
200736
200750
 
200737
- automasking_cavity_curve_op: CurveMapping
200751
+ automasking_cavity_curve_op: CurveMapping | None
200738
200752
  """ Curve used for the sensitivity
200739
200753
 
200740
- :type: CurveMapping
200754
+ :type: CurveMapping | None
200741
200755
  """
200742
200756
 
200743
200757
  automasking_cavity_factor: float
@@ -203910,10 +203924,10 @@ class ShaderNodeEmission(ShaderNode, NodeInternal, Node, bpy_struct):
203910
203924
  class ShaderNodeFloatCurve(ShaderNode, NodeInternal, Node, bpy_struct):
203911
203925
  """Map an input float to a curve and outputs a float value"""
203912
203926
 
203913
- mapping: CurveMapping
203927
+ mapping: CurveMapping | None
203914
203928
  """
203915
203929
 
203916
- :type: CurveMapping
203930
+ :type: CurveMapping | None
203917
203931
  """
203918
203932
 
203919
203933
  @classmethod
@@ -205635,10 +205649,10 @@ class ShaderNodeRGB(ShaderNode, NodeInternal, Node, bpy_struct):
205635
205649
  class ShaderNodeRGBCurve(ShaderNode, NodeInternal, Node, bpy_struct):
205636
205650
  """Apply color corrections for each color channel"""
205637
205651
 
205638
- mapping: CurveMapping
205652
+ mapping: CurveMapping | None
205639
205653
  """
205640
205654
 
205641
- :type: CurveMapping
205655
+ :type: CurveMapping | None
205642
205656
  """
205643
205657
 
205644
205658
  @classmethod
@@ -207795,10 +207809,10 @@ class ShaderNodeUVMap(ShaderNode, NodeInternal, Node, bpy_struct):
207795
207809
  class ShaderNodeValToRGB(ShaderNode, NodeInternal, Node, bpy_struct):
207796
207810
  """Map values to colors with the use of a gradient"""
207797
207811
 
207798
- color_ramp: ColorRamp
207812
+ color_ramp: ColorRamp | None
207799
207813
  """
207800
207814
 
207801
- :type: ColorRamp
207815
+ :type: ColorRamp | None
207802
207816
  """
207803
207817
 
207804
207818
  @classmethod
@@ -207907,10 +207921,10 @@ class ShaderNodeValue(ShaderNode, NodeInternal, Node, bpy_struct):
207907
207921
  class ShaderNodeVectorCurve(ShaderNode, NodeInternal, Node, bpy_struct):
207908
207922
  """Map input vector components with curves"""
207909
207923
 
207910
- mapping: CurveMapping
207924
+ mapping: CurveMapping | None
207911
207925
  """
207912
207926
 
207913
- :type: CurveMapping
207927
+ :type: CurveMapping | None
207914
207928
  """
207915
207929
 
207916
207930
  @classmethod
@@ -209541,10 +209555,10 @@ class SoftBodySettings(bpy_struct):
209541
209555
  :type: float
209542
209556
  """
209543
209557
 
209544
- effector_weights: EffectorWeights
209558
+ effector_weights: EffectorWeights | None
209545
209559
  """
209546
209560
 
209547
- :type: EffectorWeights
209561
+ :type: EffectorWeights | None
209548
209562
  """
209549
209563
 
209550
209564
  error_threshold: float
@@ -209967,10 +209981,10 @@ class Sound(ID, bpy_struct):
209967
209981
  :type: str
209968
209982
  """
209969
209983
 
209970
- packed_file: PackedFile
209984
+ packed_file: PackedFile | None
209971
209985
  """
209972
209986
 
209973
- :type: PackedFile
209987
+ :type: PackedFile | None
209974
209988
  """
209975
209989
 
209976
209990
  samplerate: int
@@ -210907,16 +210921,16 @@ class SpaceFileBrowser(Space, bpy_struct):
210907
210921
  :type: bpy._typing.rna_enums.SpaceFileBrowseModeItems
210908
210922
  """
210909
210923
 
210910
- operator: Operator
210924
+ operator: Operator | None
210911
210925
  """
210912
210926
 
210913
- :type: Operator
210927
+ :type: Operator | None
210914
210928
  """
210915
210929
 
210916
- params: FileSelectParams
210930
+ params: FileSelectParams | None
210917
210931
  """ Parameters and Settings for the Filebrowser
210918
210932
 
210919
- :type: FileSelectParams
210933
+ :type: FileSelectParams | None
210920
210934
  """
210921
210935
 
210922
210936
  recent_folders: bpy_prop_collection[FileBrowserFSMenuEntry]
@@ -211066,10 +211080,10 @@ class SpaceGraphEditor(Space, bpy_struct):
211066
211080
  :type: float
211067
211081
  """
211068
211082
 
211069
- dopesheet: DopeSheet
211083
+ dopesheet: DopeSheet | None
211070
211084
  """ Settings for filtering animation data
211071
211085
 
211072
- :type: DopeSheet
211086
+ :type: DopeSheet | None
211073
211087
  """
211074
211088
 
211075
211089
  has_ghost_curves: bool
@@ -211651,10 +211665,10 @@ class SpaceInfo(Space, bpy_struct):
211651
211665
  class SpaceNLA(Space, bpy_struct):
211652
211666
  """NLA editor space data"""
211653
211667
 
211654
- dopesheet: DopeSheet
211668
+ dopesheet: DopeSheet | None
211655
211669
  """ Settings for filtering animation data
211656
211670
 
211657
- :type: DopeSheet
211671
+ :type: DopeSheet | None
211658
211672
  """
211659
211673
 
211660
211674
  show_local_markers: bool
@@ -211791,10 +211805,10 @@ class SpaceNodeEditor(Space, bpy_struct):
211791
211805
  :type: mathutils.Vector
211792
211806
  """
211793
211807
 
211794
- edit_tree: NodeTree
211808
+ edit_tree: NodeTree | None
211795
211809
  """ Node tree being displayed and edited
211796
211810
 
211797
- :type: NodeTree
211811
+ :type: NodeTree | None
211798
211812
  """
211799
211813
 
211800
211814
  geometry_nodes_tool_tree: NodeTree | None
@@ -211809,16 +211823,16 @@ class SpaceNodeEditor(Space, bpy_struct):
211809
211823
  :type: typing.Literal['MODIFIER','TOOL']
211810
211824
  """
211811
211825
 
211812
- id: ID
211826
+ id: ID | None
211813
211827
  """ Data-block whose nodes are being edited
211814
211828
 
211815
- :type: ID
211829
+ :type: ID | None
211816
211830
  """
211817
211831
 
211818
- id_from: ID
211832
+ id_from: ID | None
211819
211833
  """ Data-block from which the edited data-block is linked
211820
211834
 
211821
- :type: ID
211835
+ :type: ID | None
211822
211836
  """
211823
211837
 
211824
211838
  insert_offset_direction: typing.Literal["RIGHT", "LEFT"]
@@ -213245,10 +213259,10 @@ class SpaceView3D(Space, bpy_struct):
213245
213259
  :type: float
213246
213260
  """
213247
213261
 
213248
- local_view: typing_extensions.Self
213262
+ local_view: typing_extensions.Self | None
213249
213263
  """ Display an isolated subset of objects, apart from the scene visibility
213250
213264
 
213251
- :type: typing_extensions.Self
213265
+ :type: typing_extensions.Self | None
213252
213266
  """
213253
213267
 
213254
213268
  lock_bone: str
@@ -213287,10 +213301,10 @@ class SpaceView3D(Space, bpy_struct):
213287
213301
  :type: View3DOverlay
213288
213302
  """
213289
213303
 
213290
- region_3d: RegionView3D
213304
+ region_3d: RegionView3D | None
213291
213305
  """ 3D region for this space. When the space is in quad view, the camera region
213292
213306
 
213293
- :type: RegionView3D
213307
+ :type: RegionView3D | None
213294
213308
  """
213295
213309
 
213296
213310
  region_quadviews: bpy_prop_collection[RegionView3D]
@@ -213793,10 +213807,10 @@ class SpaceView3D(Space, bpy_struct):
213793
213807
  class Speaker(ID, bpy_struct):
213794
213808
  """Speaker data-block for 3D audio speaker objects"""
213795
213809
 
213796
- animation_data: AnimData
213810
+ animation_data: AnimData | None
213797
213811
  """ Animation data for this data-block
213798
213812
 
213799
- :type: AnimData
213813
+ :type: AnimData | None
213800
213814
  """
213801
213815
 
213802
213816
  attenuation: float
@@ -214425,10 +214439,10 @@ class SpreadsheetColumn(bpy_struct):
214425
214439
  :type: typing.Literal['INT32','FLOAT','BOOLEAN','INSTANCES']
214426
214440
  """
214427
214441
 
214428
- id: SpreadsheetColumnID
214442
+ id: SpreadsheetColumnID | None
214429
214443
  """ Data used to identify the corresponding data from the data source
214430
214444
 
214431
- :type: SpreadsheetColumnID
214445
+ :type: SpreadsheetColumnID | None
214432
214446
  """
214433
214447
 
214434
214448
  @classmethod
@@ -215668,10 +215682,10 @@ class StripTransform(bpy_struct):
215668
215682
  class Struct(bpy_struct):
215669
215683
  """RNA structure definition"""
215670
215684
 
215671
- base: typing_extensions.Self
215685
+ base: typing_extensions.Self | None
215672
215686
  """ Struct definition this is derived from
215673
215687
 
215674
- :type: typing_extensions.Self
215688
+ :type: typing_extensions.Self | None
215675
215689
  """
215676
215690
 
215677
215691
  description: str
@@ -215698,16 +215712,16 @@ class Struct(bpy_struct):
215698
215712
  :type: str
215699
215713
  """
215700
215714
 
215701
- name_property: StringProperty
215715
+ name_property: StringProperty | None
215702
215716
  """ Property that gives the name of the struct
215703
215717
 
215704
- :type: StringProperty
215718
+ :type: StringProperty | None
215705
215719
  """
215706
215720
 
215707
- nested: typing_extensions.Self
215721
+ nested: typing_extensions.Self | None
215708
215722
  """ Struct in which this struct is always nested, and to which it logically belongs
215709
215723
 
215710
- :type: typing_extensions.Self
215724
+ :type: typing_extensions.Self | None
215711
215725
  """
215712
215726
 
215713
215727
  properties: bpy_prop_collection[Property]
@@ -217194,16 +217208,16 @@ class TextStrip(EffectStrip, Strip, bpy_struct):
217194
217208
  class Texture(ID, bpy_struct):
217195
217209
  """Texture data-block used by materials, lights, worlds and brushes"""
217196
217210
 
217197
- animation_data: AnimData
217211
+ animation_data: AnimData | None
217198
217212
  """ Animation data for this data-block
217199
217213
 
217200
- :type: AnimData
217214
+ :type: AnimData | None
217201
217215
  """
217202
217216
 
217203
- color_ramp: ColorRamp
217217
+ color_ramp: ColorRamp | None
217204
217218
  """
217205
217219
 
217206
- :type: ColorRamp
217220
+ :type: ColorRamp | None
217207
217221
  """
217208
217222
 
217209
217223
  contrast: float
@@ -217677,10 +217691,10 @@ class TextureNodeCoordinates(TextureNode, NodeInternal, Node, bpy_struct):
217677
217691
  """
217678
217692
 
217679
217693
  class TextureNodeCurveRGB(TextureNode, NodeInternal, Node, bpy_struct):
217680
- mapping: CurveMapping
217694
+ mapping: CurveMapping | None
217681
217695
  """
217682
217696
 
217683
- :type: CurveMapping
217697
+ :type: CurveMapping | None
217684
217698
  """
217685
217699
 
217686
217700
  @classmethod
@@ -217734,10 +217748,10 @@ class TextureNodeCurveRGB(TextureNode, NodeInternal, Node, bpy_struct):
217734
217748
  """
217735
217749
 
217736
217750
  class TextureNodeCurveTime(TextureNode, NodeInternal, Node, bpy_struct):
217737
- curve: CurveMapping
217751
+ curve: CurveMapping | None
217738
217752
  """
217739
217753
 
217740
- :type: CurveMapping
217754
+ :type: CurveMapping | None
217741
217755
  """
217742
217756
 
217743
217757
  frame_end: int
@@ -218019,10 +218033,10 @@ class TextureNodeImage(TextureNode, NodeInternal, Node, bpy_struct):
218019
218033
  :type: Image | None
218020
218034
  """
218021
218035
 
218022
- image_user: ImageUser
218036
+ image_user: ImageUser | None
218023
218037
  """ Parameters defining the image duration, offset and related settings
218024
218038
 
218025
- :type: ImageUser
218039
+ :type: ImageUser | None
218026
218040
  """
218027
218041
 
218028
218042
  @classmethod
@@ -219226,10 +219240,10 @@ class TextureNodeValToNor(TextureNode, NodeInternal, Node, bpy_struct):
219226
219240
  """
219227
219241
 
219228
219242
  class TextureNodeValToRGB(TextureNode, NodeInternal, Node, bpy_struct):
219229
- color_ramp: ColorRamp
219243
+ color_ramp: ColorRamp | None
219230
219244
  """
219231
219245
 
219232
- :type: ColorRamp
219246
+ :type: ColorRamp | None
219233
219247
  """
219234
219248
 
219235
219249
  @classmethod
@@ -223645,16 +223659,16 @@ class ToolSettings(bpy_struct):
223645
223659
  :type: CurvePaintSettings
223646
223660
  """
223647
223661
 
223648
- curves_sculpt: CurvesSculpt
223662
+ curves_sculpt: CurvesSculpt | None
223649
223663
  """
223650
223664
 
223651
- :type: CurvesSculpt
223665
+ :type: CurvesSculpt | None
223652
223666
  """
223653
223667
 
223654
- custom_bevel_profile_preset: CurveProfile
223668
+ custom_bevel_profile_preset: CurveProfile | None
223655
223669
  """ Used for defining a profile's path
223656
223670
 
223657
- :type: CurveProfile
223671
+ :type: CurveProfile | None
223658
223672
  """
223659
223673
 
223660
223674
  double_threshold: float
@@ -223669,10 +223683,10 @@ class ToolSettings(bpy_struct):
223669
223683
  :type: GPencilInterpolateSettings
223670
223684
  """
223671
223685
 
223672
- gpencil_paint: GpPaint
223686
+ gpencil_paint: GpPaint | None
223673
223687
  """
223674
223688
 
223675
- :type: GpPaint
223689
+ :type: GpPaint | None
223676
223690
  """
223677
223691
 
223678
223692
  gpencil_sculpt: GPencilSculptSettings
@@ -223681,10 +223695,10 @@ class ToolSettings(bpy_struct):
223681
223695
  :type: GPencilSculptSettings
223682
223696
  """
223683
223697
 
223684
- gpencil_sculpt_paint: GpSculptPaint
223698
+ gpencil_sculpt_paint: GpSculptPaint | None
223685
223699
  """
223686
223700
 
223687
- :type: GpSculptPaint
223701
+ :type: GpSculptPaint | None
223688
223702
  """
223689
223703
 
223690
223704
  gpencil_selectmode_edit: bpy._typing.rna_enums.GreasePencilSelectmodeItems
@@ -223713,16 +223727,16 @@ class ToolSettings(bpy_struct):
223713
223727
  :type: float
223714
223728
  """
223715
223729
 
223716
- gpencil_vertex_paint: GpVertexPaint
223730
+ gpencil_vertex_paint: GpVertexPaint | None
223717
223731
  """
223718
223732
 
223719
- :type: GpVertexPaint
223733
+ :type: GpVertexPaint | None
223720
223734
  """
223721
223735
 
223722
- gpencil_weight_paint: GpWeightPaint
223736
+ gpencil_weight_paint: GpWeightPaint | None
223723
223737
  """
223724
223738
 
223725
- :type: GpWeightPaint
223739
+ :type: GpWeightPaint | None
223726
223740
  """
223727
223741
 
223728
223742
  image_paint: ImagePaint
@@ -223815,10 +223829,10 @@ class ToolSettings(bpy_struct):
223815
223829
  :type: float
223816
223830
  """
223817
223831
 
223818
- sculpt: Sculpt
223832
+ sculpt: Sculpt | None
223819
223833
  """
223820
223834
 
223821
- :type: Sculpt
223835
+ :type: Sculpt | None
223822
223836
  """
223823
223837
 
223824
223838
  sequencer_tool_settings: SequencerToolSettings
@@ -224326,16 +224340,16 @@ class ToolSettings(bpy_struct):
224326
224340
  :type: float
224327
224341
  """
224328
224342
 
224329
- vertex_paint: VertexPaint
224343
+ vertex_paint: VertexPaint | None
224330
224344
  """
224331
224345
 
224332
- :type: VertexPaint
224346
+ :type: VertexPaint | None
224333
224347
  """
224334
224348
 
224335
- weight_paint: VertexPaint
224349
+ weight_paint: VertexPaint | None
224336
224350
  """
224337
224351
 
224338
- :type: VertexPaint
224352
+ :type: VertexPaint | None
224339
224353
  """
224340
224354
 
224341
224355
  workspace_tool_type: typing.Literal["DEFAULT", "FALLBACK"]
@@ -224832,10 +224846,10 @@ class TransformOrientation(bpy_struct):
224832
224846
  """
224833
224847
 
224834
224848
  class TransformOrientationSlot(bpy_struct):
224835
- custom_orientation: TransformOrientation
224849
+ custom_orientation: TransformOrientation | None
224836
224850
  """
224837
224851
 
224838
- :type: TransformOrientation
224852
+ :type: TransformOrientation | None
224839
224853
  """
224840
224854
 
224841
224855
  type: bpy._typing.rna_enums.TransformOrientationItems
@@ -227118,10 +227132,10 @@ class UIList(bpy_struct):
227118
227132
  """
227119
227133
 
227120
227134
  class UIPieMenu(bpy_struct):
227121
- layout: UILayout
227135
+ layout: UILayout | None
227122
227136
  """
227123
227137
 
227124
- :type: UILayout
227138
+ :type: UILayout | None
227125
227139
  """
227126
227140
 
227127
227141
  @classmethod
@@ -227147,10 +227161,10 @@ class UIPieMenu(bpy_struct):
227147
227161
  """
227148
227162
 
227149
227163
  class UIPopover(bpy_struct):
227150
- layout: UILayout
227164
+ layout: UILayout | None
227151
227165
  """
227152
227166
 
227153
- :type: UILayout
227167
+ :type: UILayout | None
227154
227168
  """
227155
227169
 
227156
227170
  @classmethod
@@ -227176,10 +227190,10 @@ class UIPopover(bpy_struct):
227176
227190
  """
227177
227191
 
227178
227192
  class UIPopupMenu(bpy_struct):
227179
- layout: UILayout
227193
+ layout: UILayout | None
227180
227194
  """
227181
227195
 
227182
- :type: UILayout
227196
+ :type: UILayout | None
227183
227197
  """
227184
227198
 
227185
227199
  @classmethod
@@ -228038,10 +228052,10 @@ class UvSculpt(bpy_struct):
228038
228052
  :type: float
228039
228053
  """
228040
228054
 
228041
- strength_curve: CurveMapping
228055
+ strength_curve: CurveMapping | None
228042
228056
  """
228043
228057
 
228044
- :type: CurveMapping
228058
+ :type: CurveMapping | None
228045
228059
  """
228046
228060
 
228047
228061
  @classmethod
@@ -228792,10 +228806,10 @@ class VectorFont(ID, bpy_struct):
228792
228806
  :type: str
228793
228807
  """
228794
228808
 
228795
- packed_file: PackedFile
228809
+ packed_file: PackedFile | None
228796
228810
  """
228797
228811
 
228798
- :type: PackedFile
228812
+ :type: PackedFile | None
228799
228813
  """
228800
228814
 
228801
228815
  def pack(self):
@@ -229032,10 +229046,10 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
229032
229046
  :type: bool
229033
229047
  """
229034
229048
 
229035
- map_curve: CurveMapping
229049
+ map_curve: CurveMapping | None
229036
229050
  """ Custom mapping curve
229037
229051
 
229038
- :type: CurveMapping
229052
+ :type: CurveMapping | None
229039
229053
  """
229040
229054
 
229041
229055
  mask_constant: float
@@ -229307,10 +229321,10 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
229307
229321
  :type: bool
229308
229322
  """
229309
229323
 
229310
- map_curve: CurveMapping
229324
+ map_curve: CurveMapping | None
229311
229325
  """ Custom mapping curve
229312
229326
 
229313
- :type: CurveMapping
229327
+ :type: CurveMapping | None
229314
229328
  """
229315
229329
 
229316
229330
  mask_constant: float
@@ -230228,10 +230242,10 @@ class View3DShading(bpy_struct):
230228
230242
  :type: typing.Literal['COMBINED','EMISSION','ENVIRONMENT','AO','SHADOW','TRANSPARENT','DIFFUSE_LIGHT','DIFFUSE_COLOR','SPECULAR_LIGHT','SPECULAR_COLOR','VOLUME_LIGHT','POSITION','NORMAL','MIST','CryptoObject','CryptoAsset','CryptoMaterial','AOV']
230229
230243
  """
230230
230244
 
230231
- selected_studio_light: StudioLight
230245
+ selected_studio_light: StudioLight | None
230232
230246
  """ Selected StudioLight
230233
230247
 
230234
- :type: StudioLight
230248
+ :type: StudioLight | None
230235
230249
  """
230236
230250
 
230237
230251
  shadow_intensity: float
@@ -230457,10 +230471,10 @@ class ViewLayer(bpy_struct):
230457
230471
  :type: typing.Any
230458
230472
  """
230459
230473
 
230460
- depsgraph: Depsgraph
230474
+ depsgraph: Depsgraph | None
230461
230475
  """ Dependencies in the scene data
230462
230476
 
230463
- :type: Depsgraph
230477
+ :type: Depsgraph | None
230464
230478
  """
230465
230479
 
230466
230480
  eevee: ViewLayerEEVEE
@@ -230937,10 +230951,10 @@ class ViewerPathElem(bpy_struct):
230937
230951
  class Volume(ID, bpy_struct):
230938
230952
  """Volume data-block for 3D volume grids"""
230939
230953
 
230940
- animation_data: AnimData
230954
+ animation_data: AnimData | None
230941
230955
  """ Animation data for this data-block
230942
230956
 
230943
- :type: AnimData
230957
+ :type: AnimData | None
230944
230958
  """
230945
230959
 
230946
230960
  display: VolumeDisplay
@@ -230991,10 +231005,10 @@ class Volume(ID, bpy_struct):
230991
231005
  :type: IDMaterials
230992
231006
  """
230993
231007
 
230994
- packed_file: PackedFile
231008
+ packed_file: PackedFile | None
230995
231009
  """
230996
231010
 
230997
- :type: PackedFile
231011
+ :type: PackedFile | None
230998
231012
  """
230999
231013
 
231000
231014
  render: VolumeRender
@@ -231621,10 +231635,10 @@ class WarpModifier(Modifier, bpy_struct):
231621
231635
  :type: str
231622
231636
  """
231623
231637
 
231624
- falloff_curve: CurveMapping
231638
+ falloff_curve: CurveMapping | None
231625
231639
  """ Custom falloff curve
231626
231640
 
231627
- :type: CurveMapping
231641
+ :type: CurveMapping | None
231628
231642
  """
231629
231643
 
231630
231644
  falloff_radius: float
@@ -232078,10 +232092,10 @@ class Window(bpy_struct):
232078
232092
  :type: bpy_prop_collection[Operator]
232079
232093
  """
232080
232094
 
232081
- parent: typing_extensions.Self
232095
+ parent: typing_extensions.Self | None
232082
232096
  """ Active workspace and scene follow this window
232083
232097
 
232084
- :type: typing_extensions.Self
232098
+ :type: typing_extensions.Self | None
232085
232099
  """
232086
232100
 
232087
232101
  scene: Scene
@@ -232334,10 +232348,10 @@ class WindowManager(ID, bpy_struct):
232334
232348
  :type: XrSessionSettings
232335
232349
  """
232336
232350
 
232337
- xr_session_state: XrSessionState
232351
+ xr_session_state: XrSessionState | None
232338
232352
  """ Runtime state information about the VR session
232339
232353
 
232340
- :type: XrSessionState
232354
+ :type: XrSessionState | None
232341
232355
  """
232342
232356
 
232343
232357
  clipboard: str
@@ -233190,10 +233204,10 @@ class WorkSpaceTool(bpy_struct):
233190
233204
  class World(ID, bpy_struct):
233191
233205
  """World data-block describing the environment and ambient lighting of a scene"""
233192
233206
 
233193
- animation_data: AnimData
233207
+ animation_data: AnimData | None
233194
233208
  """ Animation data for this data-block
233195
233209
 
233196
- :type: AnimData
233210
+ :type: AnimData | None
233197
233211
  """
233198
233212
 
233199
233213
  color: mathutils.Color
@@ -233605,10 +233619,10 @@ class XrActionMapItem(bpy_struct):
233605
233619
  :type: str
233606
233620
  """
233607
233621
 
233608
- op_properties: OperatorProperties
233622
+ op_properties: OperatorProperties | None
233609
233623
  """ Properties to set when the operator is called
233610
233624
 
233611
- :type: OperatorProperties
233625
+ :type: OperatorProperties | None
233612
233626
  """
233613
233627
 
233614
233628
  pose_is_controller_aim: bool