fake-bpy-module 20250221__py3-none-any.whl → 20250223__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 +1 -0
  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 +594 -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-20250221.dist-info → fake_bpy_module-20250223.dist-info}/METADATA +1 -1
  285. fake_bpy_module-20250223.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 +4 -2
  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-20250221.dist-info/RECORD +0 -367
  326. {fake_bpy_module-20250221.dist-info → fake_bpy_module-20250223.dist-info}/WHEEL +0 -0
  327. {fake_bpy_module-20250221.dist-info → fake_bpy_module-20250223.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
@@ -135170,10 +135178,10 @@ class CryptomatteEntry(bpy_struct):
135170
135178
  class Curve(ID, bpy_struct):
135171
135179
  """Curve data-block storing curves, splines and NURBS"""
135172
135180
 
135173
- animation_data: AnimData
135181
+ animation_data: AnimData | None
135174
135182
  """ Animation data for this data-block
135175
135183
 
135176
- :type: AnimData
135184
+ :type: AnimData | None
135177
135185
  """
135178
135186
 
135179
135187
  bevel_depth: float
@@ -135218,10 +135226,10 @@ class Curve(ID, bpy_struct):
135218
135226
  :type: Object | None
135219
135227
  """
135220
135228
 
135221
- bevel_profile: CurveProfile
135229
+ bevel_profile: CurveProfile | None
135222
135230
  """ The path for the curve's custom profile
135223
135231
 
135224
- :type: CurveProfile
135232
+ :type: CurveProfile | None
135225
135233
  """
135226
135234
 
135227
135235
  bevel_resolution: int
@@ -135308,10 +135316,10 @@ class Curve(ID, bpy_struct):
135308
135316
  :type: int
135309
135317
  """
135310
135318
 
135311
- shape_keys: Key
135319
+ shape_keys: Key | None
135312
135320
  """
135313
135321
 
135314
- :type: Key
135322
+ :type: Key | None
135315
135323
  """
135316
135324
 
135317
135325
  splines: CurveSplines
@@ -136032,10 +136040,10 @@ class CurveSlice(bpy_struct):
136032
136040
  class Curves(ID, bpy_struct):
136033
136041
  """Hair data-block for hair curves"""
136034
136042
 
136035
- animation_data: AnimData
136043
+ animation_data: AnimData | None
136036
136044
  """ Animation data for this data-block
136037
136045
 
136038
- :type: AnimData
136046
+ :type: AnimData | None
136039
136047
  """
136040
136048
 
136041
136049
  attributes: AttributeGroupCurves
@@ -136722,16 +136730,16 @@ class Depsgraph(bpy_struct):
136722
136730
  :type: bpy_prop_collection[Object]
136723
136731
  """
136724
136732
 
136725
- scene: Scene
136733
+ scene: Scene | None
136726
136734
  """ Original scene dependency graph is built for
136727
136735
 
136728
- :type: Scene
136736
+ :type: Scene | None
136729
136737
  """
136730
136738
 
136731
- scene_eval: Scene
136739
+ scene_eval: Scene | None
136732
136740
  """ Scene at its evaluated state
136733
136741
 
136734
- :type: Scene
136742
+ :type: Scene | None
136735
136743
  """
136736
136744
 
136737
136745
  updates: bpy_prop_collection[DepsgraphUpdate]
@@ -136740,16 +136748,16 @@ class Depsgraph(bpy_struct):
136740
136748
  :type: bpy_prop_collection[DepsgraphUpdate]
136741
136749
  """
136742
136750
 
136743
- view_layer: ViewLayer
136751
+ view_layer: ViewLayer | None
136744
136752
  """ Original view layer dependency graph is built for
136745
136753
 
136746
- :type: ViewLayer
136754
+ :type: ViewLayer | None
136747
136755
  """
136748
136756
 
136749
- view_layer_eval: ViewLayer
136757
+ view_layer_eval: ViewLayer | None
136750
136758
  """ View layer at its evaluated state
136751
136759
 
136752
- :type: ViewLayer
136760
+ :type: ViewLayer | None
136753
136761
  """
136754
136762
 
136755
136763
  def debug_relations_graphviz(self, *, filepath: str = "") -> str:
@@ -136828,10 +136836,10 @@ class Depsgraph(bpy_struct):
136828
136836
  class DepsgraphObjectInstance(bpy_struct):
136829
136837
  """Extended information about dependency graph object iterator (Warning: All data here is 'evaluated' one, not original .blend IDs)"""
136830
136838
 
136831
- instance_object: Object
136839
+ instance_object: Object | None
136832
136840
  """ Evaluated object which is being instanced by this iterator
136833
136841
 
136834
- :type: Object
136842
+ :type: Object | None
136835
136843
  """
136836
136844
 
136837
136845
  is_instance: bool
@@ -136846,10 +136854,10 @@ class DepsgraphObjectInstance(bpy_struct):
136846
136854
  :type: mathutils.Matrix
136847
136855
  """
136848
136856
 
136849
- object: Object
136857
+ object: Object | None
136850
136858
  """ Evaluated object the iterator points to
136851
136859
 
136852
- :type: Object
136860
+ :type: Object | None
136853
136861
  """
136854
136862
 
136855
136863
  orco: mathutils.Vector
@@ -136858,16 +136866,16 @@ class DepsgraphObjectInstance(bpy_struct):
136858
136866
  :type: mathutils.Vector
136859
136867
  """
136860
136868
 
136861
- parent: Object
136869
+ parent: Object | None
136862
136870
  """ If the object is an instance, the parent object that generated it
136863
136871
 
136864
- :type: Object
136872
+ :type: Object | None
136865
136873
  """
136866
136874
 
136867
- particle_system: ParticleSystem
136875
+ particle_system: ParticleSystem | None
136868
136876
  """ Evaluated particle system that this object was instanced from
136869
136877
 
136870
- :type: ParticleSystem
136878
+ :type: ParticleSystem | None
136871
136879
  """
136872
136880
 
136873
136881
  persistent_id: bpy_prop_array[int]
@@ -136925,10 +136933,10 @@ class DepsgraphObjectInstance(bpy_struct):
136925
136933
  class DepsgraphUpdate(bpy_struct):
136926
136934
  """Information about ID that was updated"""
136927
136935
 
136928
- id: ID
136936
+ id: ID | None
136929
136937
  """ Updated data-block
136930
136938
 
136931
- :type: ID
136939
+ :type: ID | None
136932
136940
  """
136933
136941
 
136934
136942
  is_updated_geometry: bool
@@ -137413,10 +137421,10 @@ class DopeSheet(bpy_struct):
137413
137421
  :type: bool
137414
137422
  """
137415
137423
 
137416
- source: ID
137424
+ source: ID | None
137417
137425
  """ ID-Block representing source data, usually ID_SCE (i.e. Scene)
137418
137426
 
137419
- :type: ID
137427
+ :type: ID | None
137420
137428
  """
137421
137429
 
137422
137430
  use_datablock_sort: bool
@@ -137702,10 +137710,10 @@ class DynamicPaintBrushSettings(bpy_struct):
137702
137710
  :type: float
137703
137711
  """
137704
137712
 
137705
- paint_ramp: ColorRamp
137713
+ paint_ramp: ColorRamp | None
137706
137714
  """ Color ramp used to define proximity falloff
137707
137715
 
137708
- :type: ColorRamp
137716
+ :type: ColorRamp | None
137709
137717
  """
137710
137718
 
137711
137719
  paint_source: typing.Literal[
@@ -137824,10 +137832,10 @@ class DynamicPaintBrushSettings(bpy_struct):
137824
137832
  :type: float
137825
137833
  """
137826
137834
 
137827
- velocity_ramp: ColorRamp
137835
+ velocity_ramp: ColorRamp | None
137828
137836
  """ Color ramp used to define brush velocity effect
137829
137837
 
137830
- :type: ColorRamp
137838
+ :type: ColorRamp | None
137831
137839
  """
137832
137840
 
137833
137841
  wave_clamp: float
@@ -137904,16 +137912,16 @@ class DynamicPaintCanvasSettings(bpy_struct):
137904
137912
  class DynamicPaintModifier(Modifier, bpy_struct):
137905
137913
  """Dynamic Paint modifier"""
137906
137914
 
137907
- brush_settings: DynamicPaintBrushSettings
137915
+ brush_settings: DynamicPaintBrushSettings | None
137908
137916
  """
137909
137917
 
137910
- :type: DynamicPaintBrushSettings
137918
+ :type: DynamicPaintBrushSettings | None
137911
137919
  """
137912
137920
 
137913
- canvas_settings: DynamicPaintCanvasSettings
137921
+ canvas_settings: DynamicPaintCanvasSettings | None
137914
137922
  """
137915
137923
 
137916
- :type: DynamicPaintCanvasSettings
137924
+ :type: DynamicPaintCanvasSettings | None
137917
137925
  """
137918
137926
 
137919
137927
  ui_type: bpy._typing.rna_enums.PropDynamicpaintTypeItems
@@ -138025,10 +138033,10 @@ class DynamicPaintSurface(bpy_struct):
138025
138033
  :type: typing.Literal['SPREAD','DRIP','SHRINK']
138026
138034
  """
138027
138035
 
138028
- effector_weights: EffectorWeights
138036
+ effector_weights: EffectorWeights | None
138029
138037
  """
138030
138038
 
138031
- :type: EffectorWeights
138039
+ :type: EffectorWeights | None
138032
138040
  """
138033
138041
 
138034
138042
  frame_end: int
@@ -138513,10 +138521,10 @@ class EditBone(bpy_struct):
138513
138521
  :type: bpy_prop_collection[BoneCollection]
138514
138522
  """
138515
138523
 
138516
- color: BoneColor
138524
+ color: BoneColor | None
138517
138525
  """
138518
138526
 
138519
- :type: BoneColor
138527
+ :type: BoneColor | None
138520
138528
  """
138521
138529
 
138522
138530
  envelope_distance: float
@@ -138816,10 +138824,10 @@ class EffectStrip(Strip, bpy_struct):
138816
138824
  :type: float
138817
138825
  """
138818
138826
 
138819
- crop: StripCrop
138827
+ crop: StripCrop | None
138820
138828
  """
138821
138829
 
138822
- :type: StripCrop
138830
+ :type: StripCrop | None
138823
138831
  """
138824
138832
 
138825
138833
  multiply_alpha: bool
@@ -138828,10 +138836,10 @@ class EffectStrip(Strip, bpy_struct):
138828
138836
  :type: bool
138829
138837
  """
138830
138838
 
138831
- proxy: StripProxy
138839
+ proxy: StripProxy | None
138832
138840
  """
138833
138841
 
138834
- :type: StripProxy
138842
+ :type: StripProxy | None
138835
138843
  """
138836
138844
 
138837
138845
  strobe: float
@@ -138840,10 +138848,10 @@ class EffectStrip(Strip, bpy_struct):
138840
138848
  :type: float
138841
138849
  """
138842
138850
 
138843
- transform: StripTransform
138851
+ transform: StripTransform | None
138844
138852
  """
138845
138853
 
138846
- :type: StripTransform
138854
+ :type: StripTransform | None
138847
138855
  """
138848
138856
 
138849
138857
  use_deinterlace: bool
@@ -139294,10 +139302,10 @@ class Event(bpy_struct):
139294
139302
  :type: bpy._typing.rna_enums.EventValueItems
139295
139303
  """
139296
139304
 
139297
- xr: XrEventData
139305
+ xr: XrEventData | None
139298
139306
  """ XR event data
139299
139307
 
139300
- :type: XrEventData
139308
+ :type: XrEventData | None
139301
139309
  """
139302
139310
 
139303
139311
  @classmethod
@@ -139434,10 +139442,10 @@ class FCurve(bpy_struct):
139434
139442
  :type: str
139435
139443
  """
139436
139444
 
139437
- driver: Driver
139445
+ driver: Driver | None
139438
139446
  """ Channel Driver (only set for Driver F-Curves)
139439
139447
 
139440
- :type: Driver
139448
+ :type: Driver | None
139441
139449
  """
139442
139450
 
139443
139451
  extrapolation: typing.Literal["CONSTANT", "LINEAR"]
@@ -141185,10 +141193,10 @@ For Example: ".blend;.ble"
141185
141193
  class FileSelectEntry(bpy_struct):
141186
141194
  """A file viewable in the File Browser"""
141187
141195
 
141188
- asset_data: AssetMetaData
141196
+ asset_data: AssetMetaData | None
141189
141197
  """ Asset data, valid if the file represents an asset
141190
141198
 
141191
- :type: AssetMetaData
141199
+ :type: AssetMetaData | None
141192
141200
  """
141193
141201
 
141194
141202
  name: str
@@ -142358,10 +142366,10 @@ class FluidDomainSettings(bpy_struct):
142358
142366
  :type: bpy_prop_array[float]
142359
142367
  """
142360
142368
 
142361
- color_ramp: ColorRamp
142369
+ color_ramp: ColorRamp | None
142362
142370
  """
142363
142371
 
142364
- :type: ColorRamp
142372
+ :type: ColorRamp | None
142365
142373
  """
142366
142374
 
142367
142375
  color_ramp_field: typing.Literal["NONE"]
@@ -142424,10 +142432,10 @@ class FluidDomainSettings(bpy_struct):
142424
142432
  :type: Collection | None
142425
142433
  """
142426
142434
 
142427
- effector_weights: EffectorWeights
142435
+ effector_weights: EffectorWeights | None
142428
142436
  """
142429
142437
 
142430
- :type: EffectorWeights
142438
+ :type: EffectorWeights | None
142431
142439
  """
142432
142440
 
142433
142441
  export_manta_script: bool
@@ -143463,22 +143471,22 @@ class FluidFlowSettings(bpy_struct):
143463
143471
  class FluidModifier(Modifier, bpy_struct):
143464
143472
  """Fluid simulation modifier"""
143465
143473
 
143466
- domain_settings: FluidDomainSettings
143474
+ domain_settings: FluidDomainSettings | None
143467
143475
  """
143468
143476
 
143469
- :type: FluidDomainSettings
143477
+ :type: FluidDomainSettings | None
143470
143478
  """
143471
143479
 
143472
- effector_settings: FluidEffectorSettings
143480
+ effector_settings: FluidEffectorSettings | None
143473
143481
  """
143474
143482
 
143475
- :type: FluidEffectorSettings
143483
+ :type: FluidEffectorSettings | None
143476
143484
  """
143477
143485
 
143478
- flow_settings: FluidFlowSettings
143486
+ flow_settings: FluidFlowSettings | None
143479
143487
  """
143480
143488
 
143481
- :type: FluidFlowSettings
143489
+ :type: FluidFlowSettings | None
143482
143490
  """
143483
143491
 
143484
143492
  fluid_type: typing.Literal["NONE", "DOMAIN", "FLOW", "EFFECTOR"]
@@ -144100,10 +144108,10 @@ class FreestyleLineStyle(ID, bpy_struct):
144100
144108
  :type: float
144101
144109
  """
144102
144110
 
144103
- animation_data: AnimData
144111
+ animation_data: AnimData | None
144104
144112
  """ Animation data for this data-block
144105
144113
 
144106
- :type: AnimData
144114
+ :type: AnimData | None
144107
144115
  """
144108
144116
 
144109
144117
  caps: typing.Literal["BUTT", "ROUND", "SQUARE"]
@@ -147282,10 +147290,10 @@ class GPencilFrame(bpy_struct):
147282
147290
  class GPencilInterpolateSettings(bpy_struct):
147283
147291
  """Settings for Grease Pencil interpolation tools"""
147284
147292
 
147285
- interpolation_curve: CurveMapping
147293
+ interpolation_curve: CurveMapping | None
147286
147294
  """ Custom curve to control 'sequence' interpolation between Grease Pencil frames
147287
147295
 
147288
- :type: CurveMapping
147296
+ :type: CurveMapping | None
147289
147297
  """
147290
147298
 
147291
147299
  @classmethod
@@ -147543,16 +147551,16 @@ class GPencilSculptSettings(bpy_struct):
147543
147551
  :type: typing.Literal['VIEW','AXIS_Y','AXIS_X','AXIS_Z','CURSOR']
147544
147552
  """
147545
147553
 
147546
- multiframe_falloff_curve: CurveMapping
147554
+ multiframe_falloff_curve: CurveMapping | None
147547
147555
  """ Custom curve to control falloff of brush effect by Grease Pencil frames
147548
147556
 
147549
- :type: CurveMapping
147557
+ :type: CurveMapping | None
147550
147558
  """
147551
147559
 
147552
- thickness_primitive_curve: CurveMapping
147560
+ thickness_primitive_curve: CurveMapping | None
147553
147561
  """ Custom curve to control primitive thickness
147554
147562
 
147555
- :type: CurveMapping
147563
+ :type: CurveMapping | None
147556
147564
  """
147557
147565
 
147558
147566
  use_automasking_layer_active: bool
@@ -150722,10 +150730,10 @@ class GeometryNodeFlipFaces(GeometryNode, NodeInternal, Node, bpy_struct):
150722
150730
  class GeometryNodeForeachGeometryElementInput(
150723
150731
  GeometryNode, NodeInternal, Node, bpy_struct
150724
150732
  ):
150725
- paired_output: Node
150733
+ paired_output: Node | None
150726
150734
  """ Zone output node that this input node is paired with
150727
150735
 
150728
- :type: Node
150736
+ :type: Node | None
150729
150737
  """
150730
150738
 
150731
150739
  @classmethod
@@ -153974,10 +153982,10 @@ class GeometryNodeMenuSwitch(GeometryNode, NodeInternal, Node, bpy_struct):
153974
153982
  :type: bpy._typing.rna_enums.NodeSocketDataTypeItems
153975
153983
  """
153976
153984
 
153977
- enum_definition: Node
153985
+ enum_definition: Node | None
153978
153986
  """ The enum definition can now be accessed directly on the node. This exists for backward compatibility.
153979
153987
 
153980
- :type: Node
153988
+ :type: Node | None
153981
153989
  """
153982
153990
 
153983
153991
  enum_items: NodeMenuSwitchItems
@@ -155729,10 +155737,10 @@ class GeometryNodeRemoveAttribute(GeometryNode, NodeInternal, Node, bpy_struct):
155729
155737
  """
155730
155738
 
155731
155739
  class GeometryNodeRepeatInput(GeometryNode, NodeInternal, Node, bpy_struct):
155732
- paired_output: Node
155740
+ paired_output: Node | None
155733
155741
  """ Zone output node that this input node is paired with
155734
155742
 
155735
- :type: Node
155743
+ :type: Node | None
155736
155744
  """
155737
155745
 
155738
155746
  @classmethod
@@ -157639,10 +157647,10 @@ class GeometryNodeSetSplineResolution(GeometryNode, NodeInternal, Node, bpy_stru
157639
157647
  class GeometryNodeSimulationInput(GeometryNode, NodeInternal, Node, bpy_struct):
157640
157648
  """Input data for the simulation zone"""
157641
157649
 
157642
- paired_output: Node
157650
+ paired_output: Node | None
157643
157651
  """ Zone output node that this input node is paired with
157644
157652
 
157645
- :type: Node
157653
+ :type: Node | None
157646
157654
  """
157647
157655
 
157648
157656
  @classmethod
@@ -159745,10 +159753,10 @@ class Gizmo(bpy_struct):
159745
159753
  :type: mathutils.Color
159746
159754
  """
159747
159755
 
159748
- group: GizmoGroup
159756
+ group: GizmoGroup | None
159749
159757
  """ Gizmo group this gizmo is a member of
159750
159758
 
159751
- :type: GizmoGroup
159759
+ :type: GizmoGroup | None
159752
159760
  """
159753
159761
 
159754
159762
  hide: bool
@@ -160517,10 +160525,10 @@ class GpWeightPaint(Paint, bpy_struct):
160517
160525
  class GreasePencil(ID, bpy_struct):
160518
160526
  """Freehand annotation sketchbook"""
160519
160527
 
160520
- animation_data: AnimData
160528
+ animation_data: AnimData | None
160521
160529
  """ Animation data for this data-block
160522
160530
 
160523
- :type: AnimData
160531
+ :type: AnimData | None
160524
160532
  """
160525
160533
 
160526
160534
  layers: GreasePencilLayers
@@ -161035,10 +161043,10 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
161035
161043
  :type: typing.Literal['BOTH','STROKE','FILL']
161036
161044
  """
161037
161045
 
161038
- custom_curve: CurveMapping
161046
+ custom_curve: CurveMapping | None
161039
161047
  """ Custom curve to apply effect
161040
161048
 
161041
- :type: CurveMapping
161049
+ :type: CurveMapping | None
161042
161050
  """
161043
161051
 
161044
161052
  hue: float
@@ -161638,10 +161646,10 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
161638
161646
  :type: bpy_prop_array[float]
161639
161647
  """
161640
161648
 
161641
- custom_curve: CurveMapping
161649
+ custom_curve: CurveMapping | None
161642
161650
  """ Custom curve to apply effect
161643
161651
 
161644
- :type: CurveMapping
161652
+ :type: CurveMapping | None
161645
161653
  """
161646
161654
 
161647
161655
  falloff_radius: float
@@ -163053,10 +163061,10 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
163053
163061
  class GreasePencilNoiseModifier(Modifier, bpy_struct):
163054
163062
  """Noise effect modifier"""
163055
163063
 
163056
- custom_curve: CurveMapping
163064
+ custom_curve: CurveMapping | None
163057
163065
  """ Custom curve to apply effect
163058
163066
 
163059
- :type: CurveMapping
163067
+ :type: CurveMapping | None
163060
163068
  """
163061
163069
 
163062
163070
  factor: float
@@ -163417,10 +163425,10 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
163417
163425
  :type: typing.Literal['BOTH','STROKE','FILL','HARDNESS']
163418
163426
  """
163419
163427
 
163420
- custom_curve: CurveMapping
163428
+ custom_curve: CurveMapping | None
163421
163429
  """ Custom curve to apply effect
163422
163430
 
163423
- :type: CurveMapping
163431
+ :type: CurveMapping | None
163424
163432
  """
163425
163433
 
163426
163434
  hardness_factor: float
@@ -164015,10 +164023,10 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
164015
164023
  class GreasePencilSmoothModifier(Modifier, bpy_struct):
164016
164024
  """Smooth effect modifier"""
164017
164025
 
164018
- custom_curve: CurveMapping
164026
+ custom_curve: CurveMapping | None
164019
164027
  """ Custom curve to apply effect
164020
164028
 
164021
- :type: CurveMapping
164029
+ :type: CurveMapping | None
164022
164030
  """
164023
164031
 
164024
164032
  factor: float
@@ -164420,10 +164428,10 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
164420
164428
  class GreasePencilThickModifierData(Modifier, bpy_struct):
164421
164429
  """Adjust stroke thickness"""
164422
164430
 
164423
- custom_curve: CurveMapping
164431
+ custom_curve: CurveMapping | None
164424
164432
  """ Custom curve to apply effect
164425
164433
 
164426
- :type: CurveMapping
164434
+ :type: CurveMapping | None
164427
164435
  """
164428
164436
 
164429
164437
  invert_layer_filter: bool
@@ -164745,16 +164753,16 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
164745
164753
  :type: typing.Literal['BOTH','STROKE','FILL']
164746
164754
  """
164747
164755
 
164748
- color_ramp: ColorRamp
164756
+ color_ramp: ColorRamp | None
164749
164757
  """ Gradient tinting colors
164750
164758
 
164751
- :type: ColorRamp
164759
+ :type: ColorRamp | None
164752
164760
  """
164753
164761
 
164754
- custom_curve: CurveMapping
164762
+ custom_curve: CurveMapping | None
164755
164763
  """ Custom curve to apply effect
164756
164764
 
164757
- :type: CurveMapping
164765
+ :type: CurveMapping | None
164758
164766
  """
164759
164767
 
164760
164768
  factor: float
@@ -164920,22 +164928,22 @@ class GreasePencilTreeNode(bpy_struct):
164920
164928
  :type: str
164921
164929
  """
164922
164930
 
164923
- next_node: typing_extensions.Self
164931
+ next_node: typing_extensions.Self | None
164924
164932
  """ The layer tree node after (i.e. above) this one
164925
164933
 
164926
- :type: typing_extensions.Self
164934
+ :type: typing_extensions.Self | None
164927
164935
  """
164928
164936
 
164929
- parent_group: GreasePencilLayerGroup
164937
+ parent_group: GreasePencilLayerGroup | None
164930
164938
  """ The parent group of this layer tree node
164931
164939
 
164932
- :type: GreasePencilLayerGroup
164940
+ :type: GreasePencilLayerGroup | None
164933
164941
  """
164934
164942
 
164935
- prev_node: typing_extensions.Self
164943
+ prev_node: typing_extensions.Self | None
164936
164944
  """ The layer tree node before (i.e. below) this one
164937
164945
 
164938
- :type: typing_extensions.Self
164946
+ :type: typing_extensions.Self | None
164939
164947
  """
164940
164948
 
164941
164949
  select: bool
@@ -165277,10 +165285,10 @@ class GreasePencilv3(ID, bpy_struct):
165277
165285
  :type: mathutils.Color
165278
165286
  """
165279
165287
 
165280
- animation_data: AnimData
165288
+ animation_data: AnimData | None
165281
165289
  """ Animation data for this data-block
165282
165290
 
165283
- :type: AnimData
165291
+ :type: AnimData | None
165284
165292
  """
165285
165293
 
165286
165294
  attributes: AttributeGroupGreasePencil
@@ -165453,10 +165461,10 @@ class Header(bpy_struct):
165453
165461
  :type: bpy._typing.rna_enums.SpaceTypeItems
165454
165462
  """
165455
165463
 
165456
- layout: UILayout
165464
+ layout: UILayout | None
165457
165465
  """ Structure of the header in the UI
165458
165466
 
165459
- :type: UILayout
165467
+ :type: UILayout | None
165460
165468
  """
165461
165469
 
165462
165470
  def draw(self, context: Context):
@@ -165559,10 +165567,10 @@ class HookModifier(Modifier, bpy_struct):
165559
165567
  :type: mathutils.Vector
165560
165568
  """
165561
165569
 
165562
- falloff_curve: CurveMapping
165570
+ falloff_curve: CurveMapping | None
165563
165571
  """ Custom falloff curve
165564
165572
 
165565
- :type: CurveMapping
165573
+ :type: CurveMapping | None
165566
165574
  """
165567
165575
 
165568
165576
  falloff_radius: float
@@ -165810,10 +165818,10 @@ class ID(bpy_struct):
165810
165818
  :type: Library
165811
165819
  """
165812
165820
 
165813
- library_weak_reference: LibraryWeakReference
165821
+ library_weak_reference: LibraryWeakReference | None
165814
165822
  """ Weak reference to a data-block in another library .blend file (used to re-use already appended data instead of appending new copies)
165815
165823
 
165816
- :type: LibraryWeakReference
165824
+ :type: LibraryWeakReference | None
165817
165825
  """
165818
165826
 
165819
165827
  name: str
@@ -165828,22 +165836,22 @@ class ID(bpy_struct):
165828
165836
  :type: str
165829
165837
  """
165830
165838
 
165831
- original: typing_extensions.Self
165839
+ original: typing_extensions.Self | None
165832
165840
  """ Actual data-block from .blend file (Main database) that generated that evaluated one
165833
165841
 
165834
- :type: typing_extensions.Self
165842
+ :type: typing_extensions.Self | None
165835
165843
  """
165836
165844
 
165837
- override_library: IDOverrideLibrary
165845
+ override_library: IDOverrideLibrary | None
165838
165846
  """ Library override data
165839
165847
 
165840
- :type: IDOverrideLibrary
165848
+ :type: IDOverrideLibrary | None
165841
165849
  """
165842
165850
 
165843
- preview: ImagePreview
165851
+ preview: ImagePreview | None
165844
165852
  """ Preview image and icon of this data-block (always None if not supported for this type of data)
165845
165853
 
165846
- :type: ImagePreview
165854
+ :type: ImagePreview | None
165847
165855
  """
165848
165856
 
165849
165857
  session_uid: int
@@ -166072,10 +166080,10 @@ class ID(bpy_struct):
166072
166080
  class IDOverrideLibrary(bpy_struct):
166073
166081
  """Struct gathering all data needed by overridden linked IDs"""
166074
166082
 
166075
- hierarchy_root: ID
166083
+ hierarchy_root: ID | None
166076
166084
  """ Library override ID used as root of the override hierarchy this ID is a member of
166077
166085
 
166078
- :type: ID
166086
+ :type: ID | None
166079
166087
  """
166080
166088
 
166081
166089
  is_in_hierarchy: bool
@@ -166096,10 +166104,10 @@ class IDOverrideLibrary(bpy_struct):
166096
166104
  :type: IDOverrideLibraryProperties
166097
166105
  """
166098
166106
 
166099
- reference: ID
166107
+ reference: ID | None
166100
166108
  """ Linked ID used as reference by this override
166101
166109
 
166102
- :type: ID
166110
+ :type: ID | None
166103
166111
  """
166104
166112
 
166105
166113
  def operations_update(self):
@@ -166237,10 +166245,10 @@ class IDOverrideLibraryPropertyOperation(bpy_struct):
166237
166245
  :type: typing.Literal['NOOP','REPLACE','DIFF_ADD','DIFF_SUB','FACT_MULTIPLY','INSERT_AFTER','INSERT_BEFORE']
166238
166246
  """
166239
166247
 
166240
- subitem_local_id: ID
166248
+ subitem_local_id: ID | None
166241
166249
  """ Collection of IDs only, used to disambiguate between potential IDs with same name from different libraries
166242
166250
 
166243
- :type: ID
166251
+ :type: ID | None
166244
166252
  """
166245
166253
 
166246
166254
  subitem_local_index: int
@@ -166255,10 +166263,10 @@ class IDOverrideLibraryPropertyOperation(bpy_struct):
166255
166263
  :type: str
166256
166264
  """
166257
166265
 
166258
- subitem_reference_id: ID
166266
+ subitem_reference_id: ID | None
166259
166267
  """ Collection of IDs only, used to disambiguate between potential IDs with same name from different libraries
166260
166268
 
166261
- :type: ID
166269
+ :type: ID | None
166262
166270
  """
166263
166271
 
166264
166272
  subitem_reference_index: int
@@ -166319,10 +166327,10 @@ class IDPropertyWrapPtr(bpy_struct):
166319
166327
  """
166320
166328
 
166321
166329
  class IDViewerPathElem(ViewerPathElem, bpy_struct):
166322
- id: ID
166330
+ id: ID | None
166323
166331
  """
166324
166332
 
166325
- :type: ID
166333
+ :type: ID | None
166326
166334
  """
166327
166335
 
166328
166336
  @classmethod
@@ -166712,10 +166720,10 @@ class Image(ID, bpy_struct):
166712
166720
  :type: bool
166713
166721
  """
166714
166722
 
166715
- packed_file: PackedFile
166723
+ packed_file: PackedFile | None
166716
166724
  """ First packed file of the image
166717
166725
 
166718
- :type: PackedFile
166726
+ :type: PackedFile | None
166719
166727
  """
166720
166728
 
166721
166729
  packed_files: bpy_prop_collection[ImagePackedFile]
@@ -167135,10 +167143,10 @@ class ImagePackedFile(bpy_struct):
167135
167143
  :type: str
167136
167144
  """
167137
167145
 
167138
- packed_file: PackedFile
167146
+ packed_file: PackedFile | None
167139
167147
  """
167140
167148
 
167141
- :type: PackedFile
167149
+ :type: PackedFile | None
167142
167150
  """
167143
167151
 
167144
167152
  tile_number: int
@@ -167463,10 +167471,10 @@ class ImageStrip(Strip, bpy_struct):
167463
167471
  :type: ColorManagedInputColorspaceSettings
167464
167472
  """
167465
167473
 
167466
- crop: StripCrop
167474
+ crop: StripCrop | None
167467
167475
  """
167468
167476
 
167469
- :type: StripCrop
167477
+ :type: StripCrop | None
167470
167478
  """
167471
167479
 
167472
167480
  directory: str
@@ -167487,10 +167495,10 @@ class ImageStrip(Strip, bpy_struct):
167487
167495
  :type: bool
167488
167496
  """
167489
167497
 
167490
- proxy: StripProxy
167498
+ proxy: StripProxy | None
167491
167499
  """
167492
167500
 
167493
- :type: StripProxy
167501
+ :type: StripProxy | None
167494
167502
  """
167495
167503
 
167496
167504
  retiming_keys: RetimingKeys
@@ -167511,10 +167519,10 @@ class ImageStrip(Strip, bpy_struct):
167511
167519
  :type: float
167512
167520
  """
167513
167521
 
167514
- transform: StripTransform
167522
+ transform: StripTransform | None
167515
167523
  """
167516
167524
 
167517
- :type: StripTransform
167525
+ :type: StripTransform | None
167518
167526
  """
167519
167527
 
167520
167528
  use_deinterlace: bool
@@ -168213,10 +168221,10 @@ class Itasc(IKParam, bpy_struct):
168213
168221
  class Key(ID, bpy_struct):
168214
168222
  """Shape keys data-block containing different shapes of geometric data-blocks"""
168215
168223
 
168216
- animation_data: AnimData
168224
+ animation_data: AnimData | None
168217
168225
  """ Animation data for this data-block
168218
168226
 
168219
- :type: AnimData
168227
+ :type: AnimData | None
168220
168228
  """
168221
168229
 
168222
168230
  eval_time: float
@@ -168292,10 +168300,10 @@ class KeyConfig(bpy_struct):
168292
168300
  :type: str
168293
168301
  """
168294
168302
 
168295
- preferences: KeyConfigPreferences
168303
+ preferences: KeyConfigPreferences | None
168296
168304
  """
168297
168305
 
168298
- :type: KeyConfigPreferences
168306
+ :type: KeyConfigPreferences | None
168299
168307
  """
168300
168308
 
168301
168309
  @classmethod
@@ -168550,10 +168558,10 @@ class KeyMapItem(bpy_struct):
168550
168558
  :type: bool
168551
168559
  """
168552
168560
 
168553
- properties: OperatorProperties
168561
+ properties: OperatorProperties | None
168554
168562
  """ Properties to set when the operator is called
168555
168563
 
168556
- :type: OperatorProperties
168564
+ :type: OperatorProperties | None
168557
168565
  """
168558
168566
 
168559
168567
  propvalue: bpy._typing.rna_enums.KeymapPropvalueItems
@@ -168786,10 +168794,10 @@ class KeyingSet(bpy_struct):
168786
168794
  :type: KeyingSetPaths
168787
168795
  """
168788
168796
 
168789
- type_info: KeyingSetInfo
168797
+ type_info: KeyingSetInfo | None
168790
168798
  """ Callback function defines for built-in Keying Sets
168791
168799
 
168792
- :type: KeyingSetInfo
168800
+ :type: KeyingSetInfo | None
168793
168801
  """
168794
168802
 
168795
168803
  use_insertkey_needed: bool
@@ -169312,10 +169320,10 @@ class LaplacianSmoothModifier(Modifier, bpy_struct):
169312
169320
  class Lattice(ID, bpy_struct):
169313
169321
  """Lattice data-block defining a grid for deforming other objects"""
169314
169322
 
169315
- animation_data: AnimData
169323
+ animation_data: AnimData | None
169316
169324
  """ Animation data for this data-block
169317
169325
 
169318
- :type: AnimData
169326
+ :type: AnimData | None
169319
169327
  """
169320
169328
 
169321
169329
  interpolation_type_u: typing.Literal[
@@ -169372,10 +169380,10 @@ class Lattice(ID, bpy_struct):
169372
169380
  :type: int
169373
169381
  """
169374
169382
 
169375
- shape_keys: Key
169383
+ shape_keys: Key | None
169376
169384
  """
169377
169385
 
169378
- :type: Key
169386
+ :type: Key | None
169379
169387
  """
169380
169388
 
169381
169389
  use_outside: bool
@@ -169681,10 +169689,10 @@ class Library(ID, bpy_struct):
169681
169689
  :type: bool
169682
169690
  """
169683
169691
 
169684
- packed_file: PackedFile
169692
+ packed_file: PackedFile | None
169685
169693
  """
169686
169694
 
169687
- :type: PackedFile
169695
+ :type: PackedFile | None
169688
169696
  """
169689
169697
 
169690
169698
  parent: typing_extensions.Self
@@ -169767,10 +169775,10 @@ class LibraryWeakReference(bpy_struct):
169767
169775
  class Light(ID, bpy_struct):
169768
169776
  """Light data-block for lighting a scene"""
169769
169777
 
169770
- animation_data: AnimData
169778
+ animation_data: AnimData | None
169771
169779
  """ Animation data for this data-block
169772
169780
 
169773
- :type: AnimData
169781
+ :type: AnimData | None
169774
169782
  """
169775
169783
 
169776
169784
  color: mathutils.Color
@@ -169870,10 +169878,10 @@ class Light(ID, bpy_struct):
169870
169878
  class LightProbe(ID, bpy_struct):
169871
169879
  """Light Probe data-block for lighting capture objects"""
169872
169880
 
169873
- animation_data: AnimData
169881
+ animation_data: AnimData | None
169874
169882
  """ Animation data for this data-block
169875
169883
 
169876
- :type: AnimData
169884
+ :type: AnimData | None
169877
169885
  """
169878
169886
 
169879
169887
  clip_start: float
@@ -170665,10 +170673,10 @@ class LineStyleAlphaModifier_AlongStroke(
170665
170673
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170666
170674
  """
170667
170675
 
170668
- curve: CurveMapping
170676
+ curve: CurveMapping | None
170669
170677
  """ Curve used for the curve mapping
170670
170678
 
170671
- :type: CurveMapping
170679
+ :type: CurveMapping | None
170672
170680
  """
170673
170681
 
170674
170682
  expanded: bool
@@ -170761,10 +170769,10 @@ class LineStyleAlphaModifier_CreaseAngle(
170761
170769
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170762
170770
  """
170763
170771
 
170764
- curve: CurveMapping
170772
+ curve: CurveMapping | None
170765
170773
  """ Curve used for the curve mapping
170766
170774
 
170767
- :type: CurveMapping
170775
+ :type: CurveMapping | None
170768
170776
  """
170769
170777
 
170770
170778
  expanded: bool
@@ -170857,10 +170865,10 @@ class LineStyleAlphaModifier_Curvature_3D(
170857
170865
  :type: float
170858
170866
  """
170859
170867
 
170860
- curve: CurveMapping
170868
+ curve: CurveMapping | None
170861
170869
  """ Curve used for the curve mapping
170862
170870
 
170863
- :type: CurveMapping
170871
+ :type: CurveMapping | None
170864
170872
  """
170865
170873
 
170866
170874
  expanded: bool
@@ -170941,10 +170949,10 @@ class LineStyleAlphaModifier_DistanceFromCamera(
170941
170949
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
170942
170950
  """
170943
170951
 
170944
- curve: CurveMapping
170952
+ curve: CurveMapping | None
170945
170953
  """ Curve used for the curve mapping
170946
170954
 
170947
- :type: CurveMapping
170955
+ :type: CurveMapping | None
170948
170956
  """
170949
170957
 
170950
170958
  expanded: bool
@@ -171037,10 +171045,10 @@ class LineStyleAlphaModifier_DistanceFromObject(
171037
171045
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171038
171046
  """
171039
171047
 
171040
- curve: CurveMapping
171048
+ curve: CurveMapping | None
171041
171049
  """ Curve used for the curve mapping
171042
171050
 
171043
- :type: CurveMapping
171051
+ :type: CurveMapping | None
171044
171052
  """
171045
171053
 
171046
171054
  expanded: bool
@@ -171139,10 +171147,10 @@ class LineStyleAlphaModifier_Material(
171139
171147
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171140
171148
  """
171141
171149
 
171142
- curve: CurveMapping
171150
+ curve: CurveMapping | None
171143
171151
  """ Curve used for the curve mapping
171144
171152
 
171145
- :type: CurveMapping
171153
+ :type: CurveMapping | None
171146
171154
  """
171147
171155
 
171148
171156
  expanded: bool
@@ -171251,10 +171259,10 @@ class LineStyleAlphaModifier_Noise(
171251
171259
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171252
171260
  """
171253
171261
 
171254
- curve: CurveMapping
171262
+ curve: CurveMapping | None
171255
171263
  """ Curve used for the curve mapping
171256
171264
 
171257
- :type: CurveMapping
171265
+ :type: CurveMapping | None
171258
171266
  """
171259
171267
 
171260
171268
  expanded: bool
@@ -171347,10 +171355,10 @@ class LineStyleAlphaModifier_Tangent(
171347
171355
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
171348
171356
  """
171349
171357
 
171350
- curve: CurveMapping
171358
+ curve: CurveMapping | None
171351
171359
  """ Curve used for the curve mapping
171352
171360
 
171353
- :type: CurveMapping
171361
+ :type: CurveMapping | None
171354
171362
  """
171355
171363
 
171356
171364
  expanded: bool
@@ -171453,10 +171461,10 @@ class LineStyleColorModifier_AlongStroke(
171453
171461
  :type: bpy._typing.rna_enums.RampBlendItems
171454
171462
  """
171455
171463
 
171456
- color_ramp: ColorRamp
171464
+ color_ramp: ColorRamp | None
171457
171465
  """ Color ramp used to change line color
171458
171466
 
171459
- :type: ColorRamp
171467
+ :type: ColorRamp | None
171460
171468
  """
171461
171469
 
171462
171470
  expanded: bool
@@ -171528,10 +171536,10 @@ class LineStyleColorModifier_CreaseAngle(
171528
171536
  :type: bpy._typing.rna_enums.RampBlendItems
171529
171537
  """
171530
171538
 
171531
- color_ramp: ColorRamp
171539
+ color_ramp: ColorRamp | None
171532
171540
  """ Color ramp used to change line color
171533
171541
 
171534
- :type: ColorRamp
171542
+ :type: ColorRamp | None
171535
171543
  """
171536
171544
 
171537
171545
  expanded: bool
@@ -171591,10 +171599,10 @@ class LineStyleColorModifier_Curvature_3D(
171591
171599
  :type: bpy._typing.rna_enums.RampBlendItems
171592
171600
  """
171593
171601
 
171594
- color_ramp: ColorRamp
171602
+ color_ramp: ColorRamp | None
171595
171603
  """ Color ramp used to change line color
171596
171604
 
171597
- :type: ColorRamp
171605
+ :type: ColorRamp | None
171598
171606
  """
171599
171607
 
171600
171608
  curvature_max: float
@@ -171666,10 +171674,10 @@ class LineStyleColorModifier_DistanceFromCamera(
171666
171674
  :type: bpy._typing.rna_enums.RampBlendItems
171667
171675
  """
171668
171676
 
171669
- color_ramp: ColorRamp
171677
+ color_ramp: ColorRamp | None
171670
171678
  """ Color ramp used to change line color
171671
171679
 
171672
- :type: ColorRamp
171680
+ :type: ColorRamp | None
171673
171681
  """
171674
171682
 
171675
171683
  expanded: bool
@@ -171741,10 +171749,10 @@ class LineStyleColorModifier_DistanceFromObject(
171741
171749
  :type: bpy._typing.rna_enums.RampBlendItems
171742
171750
  """
171743
171751
 
171744
- color_ramp: ColorRamp
171752
+ color_ramp: ColorRamp | None
171745
171753
  """ Color ramp used to change line color
171746
171754
 
171747
- :type: ColorRamp
171755
+ :type: ColorRamp | None
171748
171756
  """
171749
171757
 
171750
171758
  expanded: bool
@@ -171822,10 +171830,10 @@ class LineStyleColorModifier_Material(
171822
171830
  :type: bpy._typing.rna_enums.RampBlendItems
171823
171831
  """
171824
171832
 
171825
- color_ramp: ColorRamp
171833
+ color_ramp: ColorRamp | None
171826
171834
  """ Color ramp used to change line color
171827
171835
 
171828
- :type: ColorRamp
171836
+ :type: ColorRamp | None
171829
171837
  """
171830
171838
 
171831
171839
  expanded: bool
@@ -171919,10 +171927,10 @@ class LineStyleColorModifier_Noise(
171919
171927
  :type: bpy._typing.rna_enums.RampBlendItems
171920
171928
  """
171921
171929
 
171922
- color_ramp: ColorRamp
171930
+ color_ramp: ColorRamp | None
171923
171931
  """ Color ramp used to change line color
171924
171932
 
171925
- :type: ColorRamp
171933
+ :type: ColorRamp | None
171926
171934
  """
171927
171935
 
171928
171936
  expanded: bool
@@ -171994,10 +172002,10 @@ class LineStyleColorModifier_Tangent(
171994
172002
  :type: bpy._typing.rna_enums.RampBlendItems
171995
172003
  """
171996
172004
 
171997
- color_ramp: ColorRamp
172005
+ color_ramp: ColorRamp | None
171998
172006
  """ Color ramp used to change line color
171999
172007
 
172000
- :type: ColorRamp
172008
+ :type: ColorRamp | None
172001
172009
  """
172002
172010
 
172003
172011
  expanded: bool
@@ -173114,10 +173122,10 @@ class LineStyleThicknessModifier_AlongStroke(
173114
173122
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173115
173123
  """
173116
173124
 
173117
- curve: CurveMapping
173125
+ curve: CurveMapping | None
173118
173126
  """ Curve used for the curve mapping
173119
173127
 
173120
- :type: CurveMapping
173128
+ :type: CurveMapping | None
173121
173129
  """
173122
173130
 
173123
173131
  expanded: bool
@@ -173306,10 +173314,10 @@ class LineStyleThicknessModifier_CreaseAngle(
173306
173314
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173307
173315
  """
173308
173316
 
173309
- curve: CurveMapping
173317
+ curve: CurveMapping | None
173310
173318
  """ Curve used for the curve mapping
173311
173319
 
173312
- :type: CurveMapping
173320
+ :type: CurveMapping | None
173313
173321
  """
173314
173322
 
173315
173323
  expanded: bool
@@ -173414,10 +173422,10 @@ class LineStyleThicknessModifier_Curvature_3D(
173414
173422
  :type: float
173415
173423
  """
173416
173424
 
173417
- curve: CurveMapping
173425
+ curve: CurveMapping | None
173418
173426
  """ Curve used for the curve mapping
173419
173427
 
173420
- :type: CurveMapping
173428
+ :type: CurveMapping | None
173421
173429
  """
173422
173430
 
173423
173431
  expanded: bool
@@ -173510,10 +173518,10 @@ class LineStyleThicknessModifier_DistanceFromCamera(
173510
173518
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173511
173519
  """
173512
173520
 
173513
- curve: CurveMapping
173521
+ curve: CurveMapping | None
173514
173522
  """ Curve used for the curve mapping
173515
173523
 
173516
- :type: CurveMapping
173524
+ :type: CurveMapping | None
173517
173525
  """
173518
173526
 
173519
173527
  expanded: bool
@@ -173618,10 +173626,10 @@ class LineStyleThicknessModifier_DistanceFromObject(
173618
173626
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173619
173627
  """
173620
173628
 
173621
- curve: CurveMapping
173629
+ curve: CurveMapping | None
173622
173630
  """ Curve used for the curve mapping
173623
173631
 
173624
- :type: CurveMapping
173632
+ :type: CurveMapping | None
173625
173633
  """
173626
173634
 
173627
173635
  expanded: bool
@@ -173732,10 +173740,10 @@ class LineStyleThicknessModifier_Material(
173732
173740
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173733
173741
  """
173734
173742
 
173735
- curve: CurveMapping
173743
+ curve: CurveMapping | None
173736
173744
  """ Curve used for the curve mapping
173737
173745
 
173738
- :type: CurveMapping
173746
+ :type: CurveMapping | None
173739
173747
  """
173740
173748
 
173741
173749
  expanded: bool
@@ -173940,10 +173948,10 @@ class LineStyleThicknessModifier_Tangent(
173940
173948
  :type: typing.Literal['MIX','ADD','SUBTRACT','MULTIPLY','DIVIDE','DIFFERENCE','MINIMUM','MAXIMUM']
173941
173949
  """
173942
173950
 
173943
- curve: CurveMapping
173951
+ curve: CurveMapping | None
173944
173952
  """ Curve used for the curve mapping
173945
173953
 
173946
- :type: CurveMapping
173954
+ :type: CurveMapping | None
173947
173955
  """
173948
173956
 
173949
173957
  expanded: bool
@@ -174776,10 +174784,10 @@ class Mask(ID, bpy_struct):
174776
174784
  :type: int | None
174777
174785
  """
174778
174786
 
174779
- animation_data: AnimData
174787
+ animation_data: AnimData | None
174780
174788
  """ Animation data for this data-block
174781
174789
 
174782
- :type: AnimData
174790
+ :type: AnimData | None
174783
174791
  """
174784
174792
 
174785
174793
  frame_end: int
@@ -175273,10 +175281,10 @@ class MaskStrip(Strip, bpy_struct):
175273
175281
  :type: float
175274
175282
  """
175275
175283
 
175276
- crop: StripCrop
175284
+ crop: StripCrop | None
175277
175285
  """
175278
175286
 
175279
- :type: StripCrop
175287
+ :type: StripCrop | None
175280
175288
  """
175281
175289
 
175282
175290
  mask: Mask | None
@@ -175297,10 +175305,10 @@ class MaskStrip(Strip, bpy_struct):
175297
175305
  :type: float
175298
175306
  """
175299
175307
 
175300
- transform: StripTransform
175308
+ transform: StripTransform | None
175301
175309
  """
175302
175310
 
175303
- :type: StripTransform
175311
+ :type: StripTransform | None
175304
175312
  """
175305
175313
 
175306
175314
  use_deinterlace: bool
@@ -175364,10 +175372,10 @@ class Material(ID, bpy_struct):
175364
175372
  :type: float
175365
175373
  """
175366
175374
 
175367
- animation_data: AnimData
175375
+ animation_data: AnimData | None
175368
175376
  """ Animation data for this data-block
175369
175377
 
175370
- :type: AnimData
175378
+ :type: AnimData | None
175371
175379
  """
175372
175380
 
175373
175381
  blend_method: typing.Literal["OPAQUE", "CLIP", "HASHED", "BLEND"]
@@ -175394,10 +175402,10 @@ class Material(ID, bpy_struct):
175394
175402
  :type: typing.Literal['BUMP','DISPLACEMENT','BOTH']
175395
175403
  """
175396
175404
 
175397
- grease_pencil: MaterialGPencilStyle
175405
+ grease_pencil: MaterialGPencilStyle | None
175398
175406
  """ Grease Pencil color settings for material
175399
175407
 
175400
- :type: MaterialGPencilStyle
175408
+ :type: MaterialGPencilStyle | None
175401
175409
  """
175402
175410
 
175403
175411
  is_grease_pencil: bool
@@ -175960,10 +175968,10 @@ class Menu(bpy_struct):
175960
175968
  :type: str | typing.Any
175961
175969
  """
175962
175970
 
175963
- layout: UILayout
175971
+ layout: UILayout | None
175964
175972
  """ Defines the structure of the menu in the UI
175965
175973
 
175966
- :type: UILayout
175974
+ :type: UILayout | None
175967
175975
  """
175968
175976
 
175969
175977
  @classmethod
@@ -176086,10 +176094,10 @@ class Menu(bpy_struct):
176086
176094
  class Mesh(ID, bpy_struct):
176087
176095
  """Mesh data-block defining geometric surfaces"""
176088
176096
 
176089
- animation_data: AnimData
176097
+ animation_data: AnimData | None
176090
176098
  """ Animation data for this data-block
176091
176099
 
176092
- :type: AnimData
176100
+ :type: AnimData | None
176093
176101
  """
176094
176102
 
176095
176103
  attributes: AttributeGroupMesh
@@ -176200,10 +176208,10 @@ class Mesh(ID, bpy_struct):
176200
176208
  :type: float
176201
176209
  """
176202
176210
 
176203
- shape_keys: Key
176211
+ shape_keys: Key | None
176204
176212
  """
176205
176213
 
176206
- :type: Key
176214
+ :type: Key | None
176207
176215
  """
176208
176216
 
176209
176217
  skin_vertices: bpy_prop_collection[MeshSkinVertexLayer]
@@ -177690,10 +177698,10 @@ class MeshVertex(bpy_struct):
177690
177698
  class MetaBall(ID, bpy_struct):
177691
177699
  """Metaball data-block to define blobby surfaces"""
177692
177700
 
177693
- animation_data: AnimData
177701
+ animation_data: AnimData | None
177694
177702
  """ Animation data for this data-block
177695
177703
 
177696
- :type: AnimData
177704
+ :type: AnimData | None
177697
177705
  """
177698
177706
 
177699
177707
  cycles: typing.Any
@@ -177935,10 +177943,10 @@ class MetaStrip(Strip, bpy_struct):
177935
177943
  :type: float
177936
177944
  """
177937
177945
 
177938
- crop: StripCrop
177946
+ crop: StripCrop | None
177939
177947
  """
177940
177948
 
177941
- :type: StripCrop
177949
+ :type: StripCrop | None
177942
177950
  """
177943
177951
 
177944
177952
  multiply_alpha: bool
@@ -177947,10 +177955,10 @@ class MetaStrip(Strip, bpy_struct):
177947
177955
  :type: bool
177948
177956
  """
177949
177957
 
177950
- proxy: StripProxy
177958
+ proxy: StripProxy | None
177951
177959
  """
177952
177960
 
177953
- :type: StripProxy
177961
+ :type: StripProxy | None
177954
177962
  """
177955
177963
 
177956
177964
  sequences: StripsMeta
@@ -177971,10 +177979,10 @@ class MetaStrip(Strip, bpy_struct):
177971
177979
  :type: float
177972
177980
  """
177973
177981
 
177974
- transform: StripTransform
177982
+ transform: StripTransform | None
177975
177983
  """
177976
177984
 
177977
- :type: StripTransform
177985
+ :type: StripTransform | None
177978
177986
  """
177979
177987
 
177980
177988
  use_deinterlace: bool
@@ -178422,10 +178430,10 @@ class MotionPathVert(bpy_struct):
178422
178430
  class MovieClip(ID, bpy_struct):
178423
178431
  """MovieClip data-block referencing an external movie file"""
178424
178432
 
178425
- animation_data: AnimData
178433
+ animation_data: AnimData | None
178426
178434
  """ Animation data for this data-block
178427
178435
 
178428
- :type: AnimData
178436
+ :type: AnimData | None
178429
178437
  """
178430
178438
 
178431
178439
  colorspace_settings: ColorManagedInputColorspaceSettings
@@ -178702,10 +178710,10 @@ class MovieClipStrip(Strip, bpy_struct):
178702
178710
  :type: float
178703
178711
  """
178704
178712
 
178705
- crop: StripCrop
178713
+ crop: StripCrop | None
178706
178714
  """
178707
178715
 
178708
- :type: StripCrop
178716
+ :type: StripCrop | None
178709
178717
  """
178710
178718
 
178711
178719
  fps: float
@@ -178732,10 +178740,10 @@ class MovieClipStrip(Strip, bpy_struct):
178732
178740
  :type: float
178733
178741
  """
178734
178742
 
178735
- transform: StripTransform
178743
+ transform: StripTransform | None
178736
178744
  """
178737
178745
 
178738
- :type: StripTransform
178746
+ :type: StripTransform | None
178739
178747
  """
178740
178748
 
178741
178749
  undistort: bool
@@ -178923,10 +178931,10 @@ class MovieStrip(Strip, bpy_struct):
178923
178931
  :type: ColorManagedInputColorspaceSettings
178924
178932
  """
178925
178933
 
178926
- crop: StripCrop
178934
+ crop: StripCrop | None
178927
178935
  """
178928
178936
 
178929
- :type: StripCrop
178937
+ :type: StripCrop | None
178930
178938
  """
178931
178939
 
178932
178940
  elements: bpy_prop_collection[StripElement]
@@ -178953,10 +178961,10 @@ class MovieStrip(Strip, bpy_struct):
178953
178961
  :type: bool
178954
178962
  """
178955
178963
 
178956
- proxy: StripProxy
178964
+ proxy: StripProxy | None
178957
178965
  """
178958
178966
 
178959
- :type: StripProxy
178967
+ :type: StripProxy | None
178960
178968
  """
178961
178969
 
178962
178970
  retiming_keys: RetimingKeys
@@ -178983,10 +178991,10 @@ class MovieStrip(Strip, bpy_struct):
178983
178991
  :type: float
178984
178992
  """
178985
178993
 
178986
- transform: StripTransform
178994
+ transform: StripTransform | None
178987
178995
  """
178988
178996
 
178989
- :type: StripTransform
178997
+ :type: StripTransform | None
178990
178998
  """
178991
178999
 
178992
179000
  use_deinterlace: bool
@@ -179106,10 +179114,10 @@ class MovieTracking(bpy_struct):
179106
179114
  :type: MovieTrackingPlaneTracks
179107
179115
  """
179108
179116
 
179109
- reconstruction: MovieTrackingReconstruction
179117
+ reconstruction: MovieTrackingReconstruction | None
179110
179118
  """
179111
179119
 
179112
- :type: MovieTrackingReconstruction
179120
+ :type: MovieTrackingReconstruction | None
179113
179121
  """
179114
179122
 
179115
179123
  settings: MovieTrackingSettings
@@ -179467,10 +179475,10 @@ class MovieTrackingObject(bpy_struct):
179467
179475
  :type: MovieTrackingObjectPlaneTracks
179468
179476
  """
179469
179477
 
179470
- reconstruction: MovieTrackingReconstruction
179478
+ reconstruction: MovieTrackingReconstruction | None
179471
179479
  """
179472
179480
 
179473
- :type: MovieTrackingReconstruction
179481
+ :type: MovieTrackingReconstruction | None
179474
179482
  """
179475
179483
 
179476
179484
  scale: float
@@ -181691,16 +181699,16 @@ class NodeInternalSocketTemplate(bpy_struct):
181691
181699
  class NodeLink(bpy_struct):
181692
181700
  """Link between nodes in a node tree"""
181693
181701
 
181694
- from_node: Node
181702
+ from_node: Node | None
181695
181703
  """
181696
181704
 
181697
- :type: Node
181705
+ :type: Node | None
181698
181706
  """
181699
181707
 
181700
- from_socket: NodeSocket
181708
+ from_socket: NodeSocket | None
181701
181709
  """
181702
181710
 
181703
- :type: NodeSocket
181711
+ :type: NodeSocket | None
181704
181712
  """
181705
181713
 
181706
181714
  is_hidden: bool
@@ -181727,16 +181735,16 @@ class NodeLink(bpy_struct):
181727
181735
  :type: int
181728
181736
  """
181729
181737
 
181730
- to_node: Node
181738
+ to_node: Node | None
181731
181739
  """
181732
181740
 
181733
- :type: Node
181741
+ :type: Node | None
181734
181742
  """
181735
181743
 
181736
- to_socket: NodeSocket
181744
+ to_socket: NodeSocket | None
181737
181745
  """
181738
181746
 
181739
- :type: NodeSocket
181747
+ :type: NodeSocket | None
181740
181748
  """
181741
181749
 
181742
181750
  def swap_multi_input_sort_id(self, other: typing_extensions.Self):
@@ -182008,10 +182016,10 @@ class NodeSocket(bpy_struct):
182008
182016
  :type: str
182009
182017
  """
182010
182018
 
182011
- node: Node
182019
+ node: Node | None
182012
182020
  """ Node owning this socket
182013
182021
 
182014
- :type: Node
182022
+ :type: Node | None
182015
182023
  """
182016
182024
 
182017
182025
  pin_gizmo: bool
@@ -183501,10 +183509,10 @@ class NodeSocketVirtual(NodeSocketStandard, NodeSocket, bpy_struct):
183501
183509
  class NodeTree(ID, bpy_struct):
183502
183510
  """Node tree consisting of linked nodes used for shading, textures and compositing"""
183503
183511
 
183504
- animation_data: AnimData
183512
+ animation_data: AnimData | None
183505
183513
  """ Animation data for this data-block
183506
183514
 
183507
- :type: AnimData
183515
+ :type: AnimData | None
183508
183516
  """
183509
183517
 
183510
183518
  bl_description: str
@@ -183845,10 +183853,10 @@ class NodeTreeInterfaceItem(bpy_struct):
183845
183853
  :type: bpy._typing.rna_enums.NodeTreeInterfaceItemTypeItems
183846
183854
  """
183847
183855
 
183848
- parent: NodeTreeInterfacePanel
183856
+ parent: NodeTreeInterfacePanel | None
183849
183857
  """ Panel that contains the item
183850
183858
 
183851
- :type: NodeTreeInterfacePanel
183859
+ :type: NodeTreeInterfacePanel | None
183852
183860
  """
183853
183861
 
183854
183862
  position: int
@@ -186697,10 +186705,10 @@ class NodeTreeInterfaceSocketVectorXYZ(
186697
186705
  class NodeTreePath(bpy_struct):
186698
186706
  """Element of the node space tree path"""
186699
186707
 
186700
- node_tree: NodeTree
186708
+ node_tree: NodeTree | None
186701
186709
  """ Base node tree from context
186702
186710
 
186703
- :type: NodeTree
186711
+ :type: NodeTree | None
186704
186712
  """
186705
186713
 
186706
186714
  @classmethod
@@ -186869,10 +186877,10 @@ class NodesModifierBake(bpy_struct):
186869
186877
  :type: int
186870
186878
  """
186871
186879
 
186872
- node: Node
186880
+ node: Node | None
186873
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.
186874
186882
 
186875
- :type: Node
186883
+ :type: Node | None
186876
186884
  """
186877
186885
 
186878
186886
  use_custom_path: bool
@@ -187177,10 +187185,10 @@ class Object(ID, bpy_struct):
187177
187185
  :type: bool
187178
187186
  """
187179
187187
 
187180
- animation_data: AnimData
187188
+ animation_data: AnimData | None
187181
187189
  """ Animation data for this data-block
187182
187190
 
187183
- :type: AnimData
187191
+ :type: AnimData | None
187184
187192
  """
187185
187193
 
187186
187194
  animation_visualization: AnimViz
@@ -187204,10 +187212,10 @@ class Object(ID, bpy_struct):
187204
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]]
187205
187213
  """
187206
187214
 
187207
- collision: CollisionSettings
187215
+ collision: CollisionSettings | None
187208
187216
  """ Settings for using the object as a collider in physics simulation
187209
187217
 
187210
- :type: CollisionSettings
187218
+ :type: CollisionSettings | None
187211
187219
  """
187212
187220
 
187213
187221
  color: bpy_prop_array[float]
@@ -187313,10 +187321,10 @@ Warning: Assigning to it or its members multiple consecutive times will not work
187313
187321
  :type: typing.Literal['DOUBLE_SIDED','FRONT','BACK']
187314
187322
  """
187315
187323
 
187316
- field: FieldSettings
187324
+ field: FieldSettings | None
187317
187325
  """ Settings for using the object as a field in physics simulation
187318
187326
 
187319
- :type: FieldSettings
187327
+ :type: FieldSettings | None
187320
187328
  """
187321
187329
 
187322
187330
  hide_probe_plane: bool
@@ -187506,10 +187514,10 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187506
187514
  :type: ObjectModifiers
187507
187515
  """
187508
187516
 
187509
- motion_path: MotionPath
187517
+ motion_path: MotionPath | None
187510
187518
  """ Motion Path for this element
187511
187519
 
187512
- :type: MotionPath
187520
+ :type: MotionPath | None
187513
187521
  """
187514
187522
 
187515
187523
  parent: typing_extensions.Self | None
@@ -187550,22 +187558,22 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187550
187558
  :type: int
187551
187559
  """
187552
187560
 
187553
- pose: Pose
187561
+ pose: Pose | None
187554
187562
  """ Current pose for armatures
187555
187563
 
187556
- :type: Pose
187564
+ :type: Pose | None
187557
187565
  """
187558
187566
 
187559
- rigid_body: RigidBodyObject
187567
+ rigid_body: RigidBodyObject | None
187560
187568
  """ Settings for rigid body simulation
187561
187569
 
187562
- :type: RigidBodyObject
187570
+ :type: RigidBodyObject | None
187563
187571
  """
187564
187572
 
187565
- rigid_body_constraint: RigidBodyConstraint
187573
+ rigid_body_constraint: RigidBodyConstraint | None
187566
187574
  """ Constraint constraining rigid bodies
187567
187575
 
187568
- :type: RigidBodyConstraint
187576
+ :type: RigidBodyConstraint | None
187569
187577
  """
187570
187578
 
187571
187579
  rotation_axis_angle: bpy_prop_array[float]
@@ -187694,10 +187702,10 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
187694
187702
  :type: bool
187695
187703
  """
187696
187704
 
187697
- soft_body: SoftBodySettings
187705
+ soft_body: SoftBodySettings | None
187698
187706
  """ Settings for soft body simulation
187699
187707
 
187700
- :type: SoftBodySettings
187708
+ :type: SoftBodySettings | None
187701
187709
  """
187702
187710
 
187703
187711
  track_axis: bpy._typing.rna_enums.ObjectAxisItems
@@ -188291,10 +188299,10 @@ class ObjectBase(bpy_struct):
188291
188299
  :type: bool
188292
188300
  """
188293
188301
 
188294
- object: Object
188302
+ object: Object | None
188295
188303
  """ Object this base links to
188296
188304
 
188297
- :type: Object
188305
+ :type: Object | None
188298
188306
  """
188299
188307
 
188300
188308
  select: bool
@@ -188779,10 +188787,10 @@ class Operator(bpy_struct):
188779
188787
  :type: bool
188780
188788
  """
188781
188789
 
188782
- layout: UILayout
188790
+ layout: UILayout | None
188783
188791
  """
188784
188792
 
188785
- :type: UILayout
188793
+ :type: UILayout | None
188786
188794
  """
188787
188795
 
188788
188796
  macros: bpy_prop_collection[Macro]
@@ -189450,16 +189458,16 @@ class PackedFile(bpy_struct):
189450
189458
  """
189451
189459
 
189452
189460
  class Paint(bpy_struct):
189453
- brush: Brush
189461
+ brush: Brush | None
189454
189462
  """ Active brush
189455
189463
 
189456
- :type: Brush
189464
+ :type: Brush | None
189457
189465
  """
189458
189466
 
189459
- brush_asset_reference: AssetWeakReference
189467
+ brush_asset_reference: AssetWeakReference | None
189460
189468
  """ A weak reference to the matching brush asset, used e.g. to restore the last used brush on file load
189461
189469
 
189462
- :type: AssetWeakReference
189470
+ :type: AssetWeakReference | None
189463
189471
  """
189464
189472
 
189465
189473
  cavity_curve: CurveMapping
@@ -189468,16 +189476,16 @@ class Paint(bpy_struct):
189468
189476
  :type: CurveMapping
189469
189477
  """
189470
189478
 
189471
- eraser_brush: Brush
189479
+ eraser_brush: Brush | None
189472
189480
  """ Default eraser brush for quickly alternating with the main brush
189473
189481
 
189474
- :type: Brush
189482
+ :type: Brush | None
189475
189483
  """
189476
189484
 
189477
- eraser_brush_asset_reference: AssetWeakReference
189485
+ eraser_brush_asset_reference: AssetWeakReference | None
189478
189486
  """ A weak reference to the matching brush asset, used e.g. to restore the last used brush on file load
189479
189487
 
189480
- :type: AssetWeakReference
189488
+ :type: AssetWeakReference | None
189481
189489
  """
189482
189490
 
189483
189491
  palette: Palette | None
@@ -189801,10 +189809,10 @@ class Panel(bpy_struct):
189801
189809
  :type: int
189802
189810
  """
189803
189811
 
189804
- custom_data: Constraint
189812
+ custom_data: Constraint | None
189805
189813
  """ Panel data
189806
189814
 
189807
- :type: Constraint
189815
+ :type: Constraint | None
189808
189816
  """
189809
189817
 
189810
189818
  is_popover: bool
@@ -189813,10 +189821,10 @@ class Panel(bpy_struct):
189813
189821
  :type: bool
189814
189822
  """
189815
189823
 
189816
- layout: UILayout
189824
+ layout: UILayout | None
189817
189825
  """ Defines the structure of the panel in the UI
189818
189826
 
189819
- :type: UILayout
189827
+ :type: UILayout | None
189820
189828
  """
189821
189829
 
189822
189830
  text: str
@@ -190060,10 +190068,10 @@ class ParticleBrush(bpy_struct):
190060
190068
  :type: int
190061
190069
  """
190062
190070
 
190063
- curve: CurveMapping
190071
+ curve: CurveMapping | None
190064
190072
  """
190065
190073
 
190066
- :type: CurveMapping
190074
+ :type: CurveMapping | None
190067
190075
  """
190068
190076
 
190069
190077
  length_mode: typing.Literal["GROW", "SHRINK"]
@@ -190164,10 +190172,10 @@ class ParticleDupliWeight(bpy_struct):
190164
190172
  class ParticleEdit(bpy_struct):
190165
190173
  """Properties of particle editing mode"""
190166
190174
 
190167
- brush: ParticleBrush
190175
+ brush: ParticleBrush | None
190168
190176
  """
190169
190177
 
190170
- :type: ParticleBrush
190178
+ :type: ParticleBrush | None
190171
190179
  """
190172
190180
 
190173
190181
  default_key_count: int
@@ -190206,10 +190214,10 @@ class ParticleEdit(bpy_struct):
190206
190214
  :type: bool
190207
190215
  """
190208
190216
 
190209
- object: Object
190217
+ object: Object | None
190210
190218
  """ The edited object
190211
190219
 
190212
- :type: Object
190220
+ :type: Object | None
190213
190221
  """
190214
190222
 
190215
190223
  select_mode: typing.Literal["PATH", "POINT", "TIP"]
@@ -190649,10 +190657,10 @@ class ParticleSettings(ID, bpy_struct):
190649
190657
  :type: typing.Literal['NONE','VELOCITY','HORIZONTAL','VERTICAL','GLOBAL_X','GLOBAL_Y','GLOBAL_Z','RAND']
190650
190658
  """
190651
190659
 
190652
- animation_data: AnimData
190660
+ animation_data: AnimData | None
190653
190661
  """ Animation data for this data-block
190654
190662
 
190655
- :type: AnimData
190663
+ :type: AnimData | None
190656
190664
  """
190657
190665
 
190658
190666
  apply_effector_to_children: bool
@@ -190673,10 +190681,10 @@ class ParticleSettings(ID, bpy_struct):
190673
190681
  :type: float
190674
190682
  """
190675
190683
 
190676
- boids: BoidSettings
190684
+ boids: BoidSettings | None
190677
190685
  """
190678
190686
 
190679
- :type: BoidSettings
190687
+ :type: BoidSettings | None
190680
190688
  """
190681
190689
 
190682
190690
  branch_threshold: float
@@ -190757,10 +190765,10 @@ class ParticleSettings(ID, bpy_struct):
190757
190765
  :type: typing.Literal['NONE','SIMPLE','INTERPOLATED']
190758
190766
  """
190759
190767
 
190760
- clump_curve: CurveMapping
190768
+ clump_curve: CurveMapping | None
190761
190769
  """ Curve defining clump tapering
190762
190770
 
190763
- :type: CurveMapping
190771
+ :type: CurveMapping | None
190764
190772
  """
190765
190773
 
190766
190774
  clump_factor: float
@@ -190871,10 +190879,10 @@ class ParticleSettings(ID, bpy_struct):
190871
190879
  :type: int
190872
190880
  """
190873
190881
 
190874
- effector_weights: EffectorWeights
190882
+ effector_weights: EffectorWeights | None
190875
190883
  """
190876
190884
 
190877
- :type: EffectorWeights
190885
+ :type: EffectorWeights | None
190878
190886
  """
190879
190887
 
190880
190888
  emit_from: typing.Literal["VERT", "FACE", "VOLUME"]
@@ -190889,22 +190897,22 @@ class ParticleSettings(ID, bpy_struct):
190889
190897
  :type: float
190890
190898
  """
190891
190899
 
190892
- fluid: SPHFluidSettings
190900
+ fluid: SPHFluidSettings | None
190893
190901
  """
190894
190902
 
190895
- :type: SPHFluidSettings
190903
+ :type: SPHFluidSettings | None
190896
190904
  """
190897
190905
 
190898
- force_field_1: FieldSettings
190906
+ force_field_1: FieldSettings | None
190899
190907
  """
190900
190908
 
190901
- :type: FieldSettings
190909
+ :type: FieldSettings | None
190902
190910
  """
190903
190911
 
190904
- force_field_2: FieldSettings
190912
+ force_field_2: FieldSettings | None
190905
190913
  """
190906
190914
 
190907
- :type: FieldSettings
190915
+ :type: FieldSettings | None
190908
190916
  """
190909
190917
 
190910
190918
  frame_end: float
@@ -191272,10 +191280,10 @@ class ParticleSettings(ID, bpy_struct):
191272
191280
  :type: float
191273
191281
  """
191274
191282
 
191275
- roughness_curve: CurveMapping
191283
+ roughness_curve: CurveMapping | None
191276
191284
  """ Curve defining roughness
191277
191285
 
191278
- :type: CurveMapping
191286
+ :type: CurveMapping | None
191279
191287
  """
191280
191288
 
191281
191289
  roughness_end_shape: float
@@ -191398,10 +191406,10 @@ class ParticleSettings(ID, bpy_struct):
191398
191406
  :type: float
191399
191407
  """
191400
191408
 
191401
- twist_curve: CurveMapping
191409
+ twist_curve: CurveMapping | None
191402
191410
  """ Curve defining twist
191403
191411
 
191404
- :type: CurveMapping
191412
+ :type: CurveMapping | None
191405
191413
  """
191406
191414
 
191407
191415
  type: typing.Literal["EMITTER", "HAIR"]
@@ -192721,10 +192729,10 @@ class PointCacheItem(bpy_struct):
192721
192729
  class PointCloud(ID, bpy_struct):
192722
192730
  """Point cloud data-block"""
192723
192731
 
192724
- animation_data: AnimData
192732
+ animation_data: AnimData | None
192725
192733
  """ Animation data for this data-block
192726
192734
 
192727
- :type: AnimData
192735
+ :type: AnimData | None
192728
192736
  """
192729
192737
 
192730
192738
  attributes: AttributeGroupPointCloud
@@ -192855,10 +192863,10 @@ class PointLight(Light, ID, bpy_struct):
192855
192863
  class PointerProperty(Property, bpy_struct):
192856
192864
  """RNA pointer property to point to another RNA struct"""
192857
192865
 
192858
- fixed_type: Struct
192866
+ fixed_type: Struct | None
192859
192867
  """ Fixed pointer type, empty if variable type
192860
192868
 
192861
- :type: Struct
192869
+ :type: Struct | None
192862
192870
  """
192863
192871
 
192864
192872
  @classmethod
@@ -192898,10 +192906,10 @@ class Pose(bpy_struct):
192898
192906
  :type: bpy_prop_collection[PoseBone]
192899
192907
  """
192900
192908
 
192901
- ik_param: IKParam
192909
+ ik_param: IKParam | None
192902
192910
  """ Parameters for IK solver
192903
192911
 
192904
- :type: IKParam
192912
+ :type: IKParam | None
192905
192913
  """
192906
192914
 
192907
192915
  ik_solver: typing.Literal["LEGACY", "ITASC"]
@@ -193027,16 +193035,16 @@ class PoseBone(bpy_struct):
193027
193035
  :type: float
193028
193036
  """
193029
193037
 
193030
- bbone_custom_handle_end: typing_extensions.Self
193038
+ bbone_custom_handle_end: typing_extensions.Self | None
193031
193039
  """ Bone that serves as the end handle for the B-Bone curve
193032
193040
 
193033
- :type: typing_extensions.Self
193041
+ :type: typing_extensions.Self | None
193034
193042
  """
193035
193043
 
193036
- bbone_custom_handle_start: typing_extensions.Self
193044
+ bbone_custom_handle_start: typing_extensions.Self | None
193037
193045
  """ Bone that serves as the start handle for the B-Bone curve
193038
193046
 
193039
- :type: typing_extensions.Self
193047
+ :type: typing_extensions.Self | None
193040
193048
  """
193041
193049
 
193042
193050
  bbone_easein: float
@@ -193081,10 +193089,10 @@ class PoseBone(bpy_struct):
193081
193089
  :type: Bone
193082
193090
  """
193083
193091
 
193084
- child: typing_extensions.Self
193092
+ child: typing_extensions.Self | None
193085
193093
  """ Child of this pose bone
193086
193094
 
193087
- :type: typing_extensions.Self
193095
+ :type: typing_extensions.Self | None
193088
193096
  """
193089
193097
 
193090
193098
  color: BoneColor
@@ -193297,10 +193305,10 @@ class PoseBone(bpy_struct):
193297
193305
  :type: mathutils.Matrix
193298
193306
  """
193299
193307
 
193300
- motion_path: MotionPath
193308
+ motion_path: MotionPath | None
193301
193309
  """ Motion Path for this element
193302
193310
 
193303
- :type: MotionPath
193311
+ :type: MotionPath | None
193304
193312
  """
193305
193313
 
193306
193314
  name: str
@@ -193309,10 +193317,10 @@ class PoseBone(bpy_struct):
193309
193317
  :type: str
193310
193318
  """
193311
193319
 
193312
- parent: typing_extensions.Self
193320
+ parent: typing_extensions.Self | None
193313
193321
  """ Parent of this pose bone
193314
193322
 
193315
- :type: typing_extensions.Self
193323
+ :type: typing_extensions.Self | None
193316
193324
  """
193317
193325
 
193318
193326
  rotation_axis_angle: bpy_prop_array[float]
@@ -195766,10 +195774,10 @@ class Property(bpy_struct):
195766
195774
  :type: str
195767
195775
  """
195768
195776
 
195769
- srna: Struct
195777
+ srna: Struct | None
195770
195778
  """ Struct definition used for properties assigned to this item
195771
195779
 
195772
- :type: Struct
195780
+ :type: Struct | None
195773
195781
  """
195774
195782
 
195775
195783
  subtype: bpy._typing.rna_enums.PropertySubtypeItems
@@ -196246,10 +196254,10 @@ class Region(bpy_struct):
196246
196254
  :type: typing.Literal['NONE','TOP','BOTTOM','LEFT','RIGHT','HORIZONTAL_SPLIT','VERTICAL_SPLIT','FLOAT','QUAD_SPLIT']
196247
196255
  """
196248
196256
 
196249
- data: typing.Any
196257
+ data: typing.Any | None
196250
196258
  """ Region specific data (the type depends on the region type)
196251
196259
 
196252
- :type: typing.Any
196260
+ :type: typing.Any | None
196253
196261
  """
196254
196262
 
196255
196263
  height: int
@@ -196607,10 +196615,10 @@ class RenderEngine(bpy_struct):
196607
196615
  :type: bool
196608
196616
  """
196609
196617
 
196610
- camera_override: Object
196618
+ camera_override: Object | None
196611
196619
  """
196612
196620
 
196613
- :type: Object
196621
+ :type: Object | None
196614
196622
  """
196615
196623
 
196616
196624
  is_animation: bool
@@ -196631,10 +196639,10 @@ class RenderEngine(bpy_struct):
196631
196639
  :type: bpy_prop_array[bool]
196632
196640
  """
196633
196641
 
196634
- render: RenderSettings
196642
+ render: RenderSettings | None
196635
196643
  """
196636
196644
 
196637
- :type: RenderSettings
196645
+ :type: RenderSettings | None
196638
196646
  """
196639
196647
 
196640
196648
  resolution_x: int
@@ -198745,10 +198753,10 @@ class RigidBodyWorld(bpy_struct):
198745
198753
  :type: Collection | None
198746
198754
  """
198747
198755
 
198748
- effector_weights: EffectorWeights
198756
+ effector_weights: EffectorWeights | None
198749
198757
  """
198750
198758
 
198751
- :type: EffectorWeights
198759
+ :type: EffectorWeights | None
198752
198760
  """
198753
198761
 
198754
198762
  enabled: bool
@@ -199140,10 +199148,10 @@ class Scene(ID, bpy_struct):
199140
199148
  :type: MovieClip | None
199141
199149
  """
199142
199150
 
199143
- animation_data: AnimData
199151
+ animation_data: AnimData | None
199144
199152
  """ Animation data for this data-block
199145
199153
 
199146
- :type: AnimData
199154
+ :type: AnimData | None
199147
199155
  """
199148
199156
 
199149
199157
  audio_distance_model: typing.Literal[
@@ -199352,10 +199360,10 @@ class Scene(ID, bpy_struct):
199352
199360
  :type: RenderSettings
199353
199361
  """
199354
199362
 
199355
- rigidbody_world: RigidBodyWorld
199363
+ rigidbody_world: RigidBodyWorld | None
199356
199364
  """
199357
199365
 
199358
- :type: RigidBodyWorld
199366
+ :type: RigidBodyWorld | None
199359
199367
  """
199360
199368
 
199361
199369
  safe_areas: DisplaySafeAreas
@@ -199364,10 +199372,10 @@ class Scene(ID, bpy_struct):
199364
199372
  :type: DisplaySafeAreas
199365
199373
  """
199366
199374
 
199367
- sequence_editor: SequenceEditor
199375
+ sequence_editor: SequenceEditor | None
199368
199376
  """
199369
199377
 
199370
- :type: SequenceEditor
199378
+ :type: SequenceEditor | None
199371
199379
  """
199372
199380
 
199373
199381
  sequencer_colorspace_settings: ColorManagedSequencerColorspaceSettings
@@ -200244,10 +200252,10 @@ class SceneStrip(Strip, bpy_struct):
200244
200252
  :type: float
200245
200253
  """
200246
200254
 
200247
- crop: StripCrop
200255
+ crop: StripCrop | None
200248
200256
  """
200249
200257
 
200250
- :type: StripCrop
200258
+ :type: StripCrop | None
200251
200259
  """
200252
200260
 
200253
200261
  fps: float
@@ -200262,10 +200270,10 @@ class SceneStrip(Strip, bpy_struct):
200262
200270
  :type: bool
200263
200271
  """
200264
200272
 
200265
- proxy: StripProxy
200273
+ proxy: StripProxy | None
200266
200274
  """
200267
200275
 
200268
- :type: StripProxy
200276
+ :type: StripProxy | None
200269
200277
  """
200270
200278
 
200271
200279
  retiming_keys: RetimingKeys
@@ -200298,10 +200306,10 @@ class SceneStrip(Strip, bpy_struct):
200298
200306
  :type: float
200299
200307
  """
200300
200308
 
200301
- transform: StripTransform
200309
+ transform: StripTransform | None
200302
200310
  """
200303
200311
 
200304
- :type: StripTransform
200312
+ :type: StripTransform | None
200305
200313
  """
200306
200314
 
200307
200315
  use_annotations: bool
@@ -200734,16 +200742,16 @@ class Sculpt(Paint, bpy_struct):
200734
200742
  :type: int
200735
200743
  """
200736
200744
 
200737
- automasking_cavity_curve: CurveMapping
200745
+ automasking_cavity_curve: CurveMapping | None
200738
200746
  """ Curve used for the sensitivity
200739
200747
 
200740
- :type: CurveMapping
200748
+ :type: CurveMapping | None
200741
200749
  """
200742
200750
 
200743
- automasking_cavity_curve_op: CurveMapping
200751
+ automasking_cavity_curve_op: CurveMapping | None
200744
200752
  """ Curve used for the sensitivity
200745
200753
 
200746
- :type: CurveMapping
200754
+ :type: CurveMapping | None
200747
200755
  """
200748
200756
 
200749
200757
  automasking_cavity_factor: float
@@ -203916,10 +203924,10 @@ class ShaderNodeEmission(ShaderNode, NodeInternal, Node, bpy_struct):
203916
203924
  class ShaderNodeFloatCurve(ShaderNode, NodeInternal, Node, bpy_struct):
203917
203925
  """Map an input float to a curve and outputs a float value"""
203918
203926
 
203919
- mapping: CurveMapping
203927
+ mapping: CurveMapping | None
203920
203928
  """
203921
203929
 
203922
- :type: CurveMapping
203930
+ :type: CurveMapping | None
203923
203931
  """
203924
203932
 
203925
203933
  @classmethod
@@ -205641,10 +205649,10 @@ class ShaderNodeRGB(ShaderNode, NodeInternal, Node, bpy_struct):
205641
205649
  class ShaderNodeRGBCurve(ShaderNode, NodeInternal, Node, bpy_struct):
205642
205650
  """Apply color corrections for each color channel"""
205643
205651
 
205644
- mapping: CurveMapping
205652
+ mapping: CurveMapping | None
205645
205653
  """
205646
205654
 
205647
- :type: CurveMapping
205655
+ :type: CurveMapping | None
205648
205656
  """
205649
205657
 
205650
205658
  @classmethod
@@ -207801,10 +207809,10 @@ class ShaderNodeUVMap(ShaderNode, NodeInternal, Node, bpy_struct):
207801
207809
  class ShaderNodeValToRGB(ShaderNode, NodeInternal, Node, bpy_struct):
207802
207810
  """Map values to colors with the use of a gradient"""
207803
207811
 
207804
- color_ramp: ColorRamp
207812
+ color_ramp: ColorRamp | None
207805
207813
  """
207806
207814
 
207807
- :type: ColorRamp
207815
+ :type: ColorRamp | None
207808
207816
  """
207809
207817
 
207810
207818
  @classmethod
@@ -207913,10 +207921,10 @@ class ShaderNodeValue(ShaderNode, NodeInternal, Node, bpy_struct):
207913
207921
  class ShaderNodeVectorCurve(ShaderNode, NodeInternal, Node, bpy_struct):
207914
207922
  """Map input vector components with curves"""
207915
207923
 
207916
- mapping: CurveMapping
207924
+ mapping: CurveMapping | None
207917
207925
  """
207918
207926
 
207919
- :type: CurveMapping
207927
+ :type: CurveMapping | None
207920
207928
  """
207921
207929
 
207922
207930
  @classmethod
@@ -209547,10 +209555,10 @@ class SoftBodySettings(bpy_struct):
209547
209555
  :type: float
209548
209556
  """
209549
209557
 
209550
- effector_weights: EffectorWeights
209558
+ effector_weights: EffectorWeights | None
209551
209559
  """
209552
209560
 
209553
- :type: EffectorWeights
209561
+ :type: EffectorWeights | None
209554
209562
  """
209555
209563
 
209556
209564
  error_threshold: float
@@ -209973,10 +209981,10 @@ class Sound(ID, bpy_struct):
209973
209981
  :type: str
209974
209982
  """
209975
209983
 
209976
- packed_file: PackedFile
209984
+ packed_file: PackedFile | None
209977
209985
  """
209978
209986
 
209979
- :type: PackedFile
209987
+ :type: PackedFile | None
209980
209988
  """
209981
209989
 
209982
209990
  samplerate: int
@@ -210913,16 +210921,16 @@ class SpaceFileBrowser(Space, bpy_struct):
210913
210921
  :type: bpy._typing.rna_enums.SpaceFileBrowseModeItems
210914
210922
  """
210915
210923
 
210916
- operator: Operator
210924
+ operator: Operator | None
210917
210925
  """
210918
210926
 
210919
- :type: Operator
210927
+ :type: Operator | None
210920
210928
  """
210921
210929
 
210922
- params: FileSelectParams
210930
+ params: FileSelectParams | None
210923
210931
  """ Parameters and Settings for the Filebrowser
210924
210932
 
210925
- :type: FileSelectParams
210933
+ :type: FileSelectParams | None
210926
210934
  """
210927
210935
 
210928
210936
  recent_folders: bpy_prop_collection[FileBrowserFSMenuEntry]
@@ -211072,10 +211080,10 @@ class SpaceGraphEditor(Space, bpy_struct):
211072
211080
  :type: float
211073
211081
  """
211074
211082
 
211075
- dopesheet: DopeSheet
211083
+ dopesheet: DopeSheet | None
211076
211084
  """ Settings for filtering animation data
211077
211085
 
211078
- :type: DopeSheet
211086
+ :type: DopeSheet | None
211079
211087
  """
211080
211088
 
211081
211089
  has_ghost_curves: bool
@@ -211657,10 +211665,10 @@ class SpaceInfo(Space, bpy_struct):
211657
211665
  class SpaceNLA(Space, bpy_struct):
211658
211666
  """NLA editor space data"""
211659
211667
 
211660
- dopesheet: DopeSheet
211668
+ dopesheet: DopeSheet | None
211661
211669
  """ Settings for filtering animation data
211662
211670
 
211663
- :type: DopeSheet
211671
+ :type: DopeSheet | None
211664
211672
  """
211665
211673
 
211666
211674
  show_local_markers: bool
@@ -211797,10 +211805,10 @@ class SpaceNodeEditor(Space, bpy_struct):
211797
211805
  :type: mathutils.Vector
211798
211806
  """
211799
211807
 
211800
- edit_tree: NodeTree
211808
+ edit_tree: NodeTree | None
211801
211809
  """ Node tree being displayed and edited
211802
211810
 
211803
- :type: NodeTree
211811
+ :type: NodeTree | None
211804
211812
  """
211805
211813
 
211806
211814
  geometry_nodes_tool_tree: NodeTree | None
@@ -211815,16 +211823,16 @@ class SpaceNodeEditor(Space, bpy_struct):
211815
211823
  :type: typing.Literal['MODIFIER','TOOL']
211816
211824
  """
211817
211825
 
211818
- id: ID
211826
+ id: ID | None
211819
211827
  """ Data-block whose nodes are being edited
211820
211828
 
211821
- :type: ID
211829
+ :type: ID | None
211822
211830
  """
211823
211831
 
211824
- id_from: ID
211832
+ id_from: ID | None
211825
211833
  """ Data-block from which the edited data-block is linked
211826
211834
 
211827
- :type: ID
211835
+ :type: ID | None
211828
211836
  """
211829
211837
 
211830
211838
  insert_offset_direction: typing.Literal["RIGHT", "LEFT"]
@@ -213251,10 +213259,10 @@ class SpaceView3D(Space, bpy_struct):
213251
213259
  :type: float
213252
213260
  """
213253
213261
 
213254
- local_view: typing_extensions.Self
213262
+ local_view: typing_extensions.Self | None
213255
213263
  """ Display an isolated subset of objects, apart from the scene visibility
213256
213264
 
213257
- :type: typing_extensions.Self
213265
+ :type: typing_extensions.Self | None
213258
213266
  """
213259
213267
 
213260
213268
  lock_bone: str
@@ -213293,10 +213301,10 @@ class SpaceView3D(Space, bpy_struct):
213293
213301
  :type: View3DOverlay
213294
213302
  """
213295
213303
 
213296
- region_3d: RegionView3D
213304
+ region_3d: RegionView3D | None
213297
213305
  """ 3D region for this space. When the space is in quad view, the camera region
213298
213306
 
213299
- :type: RegionView3D
213307
+ :type: RegionView3D | None
213300
213308
  """
213301
213309
 
213302
213310
  region_quadviews: bpy_prop_collection[RegionView3D]
@@ -213799,10 +213807,10 @@ class SpaceView3D(Space, bpy_struct):
213799
213807
  class Speaker(ID, bpy_struct):
213800
213808
  """Speaker data-block for 3D audio speaker objects"""
213801
213809
 
213802
- animation_data: AnimData
213810
+ animation_data: AnimData | None
213803
213811
  """ Animation data for this data-block
213804
213812
 
213805
- :type: AnimData
213813
+ :type: AnimData | None
213806
213814
  """
213807
213815
 
213808
213816
  attenuation: float
@@ -214431,10 +214439,10 @@ class SpreadsheetColumn(bpy_struct):
214431
214439
  :type: typing.Literal['INT32','FLOAT','BOOLEAN','INSTANCES']
214432
214440
  """
214433
214441
 
214434
- id: SpreadsheetColumnID
214442
+ id: SpreadsheetColumnID | None
214435
214443
  """ Data used to identify the corresponding data from the data source
214436
214444
 
214437
- :type: SpreadsheetColumnID
214445
+ :type: SpreadsheetColumnID | None
214438
214446
  """
214439
214447
 
214440
214448
  @classmethod
@@ -215674,10 +215682,10 @@ class StripTransform(bpy_struct):
215674
215682
  class Struct(bpy_struct):
215675
215683
  """RNA structure definition"""
215676
215684
 
215677
- base: typing_extensions.Self
215685
+ base: typing_extensions.Self | None
215678
215686
  """ Struct definition this is derived from
215679
215687
 
215680
- :type: typing_extensions.Self
215688
+ :type: typing_extensions.Self | None
215681
215689
  """
215682
215690
 
215683
215691
  description: str
@@ -215704,16 +215712,16 @@ class Struct(bpy_struct):
215704
215712
  :type: str
215705
215713
  """
215706
215714
 
215707
- name_property: StringProperty
215715
+ name_property: StringProperty | None
215708
215716
  """ Property that gives the name of the struct
215709
215717
 
215710
- :type: StringProperty
215718
+ :type: StringProperty | None
215711
215719
  """
215712
215720
 
215713
- nested: typing_extensions.Self
215721
+ nested: typing_extensions.Self | None
215714
215722
  """ Struct in which this struct is always nested, and to which it logically belongs
215715
215723
 
215716
- :type: typing_extensions.Self
215724
+ :type: typing_extensions.Self | None
215717
215725
  """
215718
215726
 
215719
215727
  properties: bpy_prop_collection[Property]
@@ -217200,16 +217208,16 @@ class TextStrip(EffectStrip, Strip, bpy_struct):
217200
217208
  class Texture(ID, bpy_struct):
217201
217209
  """Texture data-block used by materials, lights, worlds and brushes"""
217202
217210
 
217203
- animation_data: AnimData
217211
+ animation_data: AnimData | None
217204
217212
  """ Animation data for this data-block
217205
217213
 
217206
- :type: AnimData
217214
+ :type: AnimData | None
217207
217215
  """
217208
217216
 
217209
- color_ramp: ColorRamp
217217
+ color_ramp: ColorRamp | None
217210
217218
  """
217211
217219
 
217212
- :type: ColorRamp
217220
+ :type: ColorRamp | None
217213
217221
  """
217214
217222
 
217215
217223
  contrast: float
@@ -217683,10 +217691,10 @@ class TextureNodeCoordinates(TextureNode, NodeInternal, Node, bpy_struct):
217683
217691
  """
217684
217692
 
217685
217693
  class TextureNodeCurveRGB(TextureNode, NodeInternal, Node, bpy_struct):
217686
- mapping: CurveMapping
217694
+ mapping: CurveMapping | None
217687
217695
  """
217688
217696
 
217689
- :type: CurveMapping
217697
+ :type: CurveMapping | None
217690
217698
  """
217691
217699
 
217692
217700
  @classmethod
@@ -217740,10 +217748,10 @@ class TextureNodeCurveRGB(TextureNode, NodeInternal, Node, bpy_struct):
217740
217748
  """
217741
217749
 
217742
217750
  class TextureNodeCurveTime(TextureNode, NodeInternal, Node, bpy_struct):
217743
- curve: CurveMapping
217751
+ curve: CurveMapping | None
217744
217752
  """
217745
217753
 
217746
- :type: CurveMapping
217754
+ :type: CurveMapping | None
217747
217755
  """
217748
217756
 
217749
217757
  frame_end: int
@@ -218025,10 +218033,10 @@ class TextureNodeImage(TextureNode, NodeInternal, Node, bpy_struct):
218025
218033
  :type: Image | None
218026
218034
  """
218027
218035
 
218028
- image_user: ImageUser
218036
+ image_user: ImageUser | None
218029
218037
  """ Parameters defining the image duration, offset and related settings
218030
218038
 
218031
- :type: ImageUser
218039
+ :type: ImageUser | None
218032
218040
  """
218033
218041
 
218034
218042
  @classmethod
@@ -219232,10 +219240,10 @@ class TextureNodeValToNor(TextureNode, NodeInternal, Node, bpy_struct):
219232
219240
  """
219233
219241
 
219234
219242
  class TextureNodeValToRGB(TextureNode, NodeInternal, Node, bpy_struct):
219235
- color_ramp: ColorRamp
219243
+ color_ramp: ColorRamp | None
219236
219244
  """
219237
219245
 
219238
- :type: ColorRamp
219246
+ :type: ColorRamp | None
219239
219247
  """
219240
219248
 
219241
219249
  @classmethod
@@ -223651,16 +223659,16 @@ class ToolSettings(bpy_struct):
223651
223659
  :type: CurvePaintSettings
223652
223660
  """
223653
223661
 
223654
- curves_sculpt: CurvesSculpt
223662
+ curves_sculpt: CurvesSculpt | None
223655
223663
  """
223656
223664
 
223657
- :type: CurvesSculpt
223665
+ :type: CurvesSculpt | None
223658
223666
  """
223659
223667
 
223660
- custom_bevel_profile_preset: CurveProfile
223668
+ custom_bevel_profile_preset: CurveProfile | None
223661
223669
  """ Used for defining a profile's path
223662
223670
 
223663
- :type: CurveProfile
223671
+ :type: CurveProfile | None
223664
223672
  """
223665
223673
 
223666
223674
  double_threshold: float
@@ -223675,10 +223683,10 @@ class ToolSettings(bpy_struct):
223675
223683
  :type: GPencilInterpolateSettings
223676
223684
  """
223677
223685
 
223678
- gpencil_paint: GpPaint
223686
+ gpencil_paint: GpPaint | None
223679
223687
  """
223680
223688
 
223681
- :type: GpPaint
223689
+ :type: GpPaint | None
223682
223690
  """
223683
223691
 
223684
223692
  gpencil_sculpt: GPencilSculptSettings
@@ -223687,10 +223695,10 @@ class ToolSettings(bpy_struct):
223687
223695
  :type: GPencilSculptSettings
223688
223696
  """
223689
223697
 
223690
- gpencil_sculpt_paint: GpSculptPaint
223698
+ gpencil_sculpt_paint: GpSculptPaint | None
223691
223699
  """
223692
223700
 
223693
- :type: GpSculptPaint
223701
+ :type: GpSculptPaint | None
223694
223702
  """
223695
223703
 
223696
223704
  gpencil_selectmode_edit: bpy._typing.rna_enums.GreasePencilSelectmodeItems
@@ -223719,16 +223727,16 @@ class ToolSettings(bpy_struct):
223719
223727
  :type: float
223720
223728
  """
223721
223729
 
223722
- gpencil_vertex_paint: GpVertexPaint
223730
+ gpencil_vertex_paint: GpVertexPaint | None
223723
223731
  """
223724
223732
 
223725
- :type: GpVertexPaint
223733
+ :type: GpVertexPaint | None
223726
223734
  """
223727
223735
 
223728
- gpencil_weight_paint: GpWeightPaint
223736
+ gpencil_weight_paint: GpWeightPaint | None
223729
223737
  """
223730
223738
 
223731
- :type: GpWeightPaint
223739
+ :type: GpWeightPaint | None
223732
223740
  """
223733
223741
 
223734
223742
  image_paint: ImagePaint
@@ -223821,10 +223829,10 @@ class ToolSettings(bpy_struct):
223821
223829
  :type: float
223822
223830
  """
223823
223831
 
223824
- sculpt: Sculpt
223832
+ sculpt: Sculpt | None
223825
223833
  """
223826
223834
 
223827
- :type: Sculpt
223835
+ :type: Sculpt | None
223828
223836
  """
223829
223837
 
223830
223838
  sequencer_tool_settings: SequencerToolSettings
@@ -224332,16 +224340,16 @@ class ToolSettings(bpy_struct):
224332
224340
  :type: float
224333
224341
  """
224334
224342
 
224335
- vertex_paint: VertexPaint
224343
+ vertex_paint: VertexPaint | None
224336
224344
  """
224337
224345
 
224338
- :type: VertexPaint
224346
+ :type: VertexPaint | None
224339
224347
  """
224340
224348
 
224341
- weight_paint: VertexPaint
224349
+ weight_paint: VertexPaint | None
224342
224350
  """
224343
224351
 
224344
- :type: VertexPaint
224352
+ :type: VertexPaint | None
224345
224353
  """
224346
224354
 
224347
224355
  workspace_tool_type: typing.Literal["DEFAULT", "FALLBACK"]
@@ -224838,10 +224846,10 @@ class TransformOrientation(bpy_struct):
224838
224846
  """
224839
224847
 
224840
224848
  class TransformOrientationSlot(bpy_struct):
224841
- custom_orientation: TransformOrientation
224849
+ custom_orientation: TransformOrientation | None
224842
224850
  """
224843
224851
 
224844
- :type: TransformOrientation
224852
+ :type: TransformOrientation | None
224845
224853
  """
224846
224854
 
224847
224855
  type: bpy._typing.rna_enums.TransformOrientationItems
@@ -227124,10 +227132,10 @@ class UIList(bpy_struct):
227124
227132
  """
227125
227133
 
227126
227134
  class UIPieMenu(bpy_struct):
227127
- layout: UILayout
227135
+ layout: UILayout | None
227128
227136
  """
227129
227137
 
227130
- :type: UILayout
227138
+ :type: UILayout | None
227131
227139
  """
227132
227140
 
227133
227141
  @classmethod
@@ -227153,10 +227161,10 @@ class UIPieMenu(bpy_struct):
227153
227161
  """
227154
227162
 
227155
227163
  class UIPopover(bpy_struct):
227156
- layout: UILayout
227164
+ layout: UILayout | None
227157
227165
  """
227158
227166
 
227159
- :type: UILayout
227167
+ :type: UILayout | None
227160
227168
  """
227161
227169
 
227162
227170
  @classmethod
@@ -227182,10 +227190,10 @@ class UIPopover(bpy_struct):
227182
227190
  """
227183
227191
 
227184
227192
  class UIPopupMenu(bpy_struct):
227185
- layout: UILayout
227193
+ layout: UILayout | None
227186
227194
  """
227187
227195
 
227188
- :type: UILayout
227196
+ :type: UILayout | None
227189
227197
  """
227190
227198
 
227191
227199
  @classmethod
@@ -228044,10 +228052,10 @@ class UvSculpt(bpy_struct):
228044
228052
  :type: float
228045
228053
  """
228046
228054
 
228047
- strength_curve: CurveMapping
228055
+ strength_curve: CurveMapping | None
228048
228056
  """
228049
228057
 
228050
- :type: CurveMapping
228058
+ :type: CurveMapping | None
228051
228059
  """
228052
228060
 
228053
228061
  @classmethod
@@ -228798,10 +228806,10 @@ class VectorFont(ID, bpy_struct):
228798
228806
  :type: str
228799
228807
  """
228800
228808
 
228801
- packed_file: PackedFile
228809
+ packed_file: PackedFile | None
228802
228810
  """
228803
228811
 
228804
- :type: PackedFile
228812
+ :type: PackedFile | None
228805
228813
  """
228806
228814
 
228807
228815
  def pack(self):
@@ -229038,10 +229046,10 @@ class VertexWeightEditModifier(Modifier, bpy_struct):
229038
229046
  :type: bool
229039
229047
  """
229040
229048
 
229041
- map_curve: CurveMapping
229049
+ map_curve: CurveMapping | None
229042
229050
  """ Custom mapping curve
229043
229051
 
229044
- :type: CurveMapping
229052
+ :type: CurveMapping | None
229045
229053
  """
229046
229054
 
229047
229055
  mask_constant: float
@@ -229313,10 +229321,10 @@ class VertexWeightProximityModifier(Modifier, bpy_struct):
229313
229321
  :type: bool
229314
229322
  """
229315
229323
 
229316
- map_curve: CurveMapping
229324
+ map_curve: CurveMapping | None
229317
229325
  """ Custom mapping curve
229318
229326
 
229319
- :type: CurveMapping
229327
+ :type: CurveMapping | None
229320
229328
  """
229321
229329
 
229322
229330
  mask_constant: float
@@ -230234,10 +230242,10 @@ class View3DShading(bpy_struct):
230234
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']
230235
230243
  """
230236
230244
 
230237
- selected_studio_light: StudioLight
230245
+ selected_studio_light: StudioLight | None
230238
230246
  """ Selected StudioLight
230239
230247
 
230240
- :type: StudioLight
230248
+ :type: StudioLight | None
230241
230249
  """
230242
230250
 
230243
230251
  shadow_intensity: float
@@ -230463,10 +230471,10 @@ class ViewLayer(bpy_struct):
230463
230471
  :type: typing.Any
230464
230472
  """
230465
230473
 
230466
- depsgraph: Depsgraph
230474
+ depsgraph: Depsgraph | None
230467
230475
  """ Dependencies in the scene data
230468
230476
 
230469
- :type: Depsgraph
230477
+ :type: Depsgraph | None
230470
230478
  """
230471
230479
 
230472
230480
  eevee: ViewLayerEEVEE
@@ -230943,10 +230951,10 @@ class ViewerPathElem(bpy_struct):
230943
230951
  class Volume(ID, bpy_struct):
230944
230952
  """Volume data-block for 3D volume grids"""
230945
230953
 
230946
- animation_data: AnimData
230954
+ animation_data: AnimData | None
230947
230955
  """ Animation data for this data-block
230948
230956
 
230949
- :type: AnimData
230957
+ :type: AnimData | None
230950
230958
  """
230951
230959
 
230952
230960
  display: VolumeDisplay
@@ -230997,10 +231005,10 @@ class Volume(ID, bpy_struct):
230997
231005
  :type: IDMaterials
230998
231006
  """
230999
231007
 
231000
- packed_file: PackedFile
231008
+ packed_file: PackedFile | None
231001
231009
  """
231002
231010
 
231003
- :type: PackedFile
231011
+ :type: PackedFile | None
231004
231012
  """
231005
231013
 
231006
231014
  render: VolumeRender
@@ -231627,10 +231635,10 @@ class WarpModifier(Modifier, bpy_struct):
231627
231635
  :type: str
231628
231636
  """
231629
231637
 
231630
- falloff_curve: CurveMapping
231638
+ falloff_curve: CurveMapping | None
231631
231639
  """ Custom falloff curve
231632
231640
 
231633
- :type: CurveMapping
231641
+ :type: CurveMapping | None
231634
231642
  """
231635
231643
 
231636
231644
  falloff_radius: float
@@ -232084,10 +232092,10 @@ class Window(bpy_struct):
232084
232092
  :type: bpy_prop_collection[Operator]
232085
232093
  """
232086
232094
 
232087
- parent: typing_extensions.Self
232095
+ parent: typing_extensions.Self | None
232088
232096
  """ Active workspace and scene follow this window
232089
232097
 
232090
- :type: typing_extensions.Self
232098
+ :type: typing_extensions.Self | None
232091
232099
  """
232092
232100
 
232093
232101
  scene: Scene
@@ -232340,10 +232348,10 @@ class WindowManager(ID, bpy_struct):
232340
232348
  :type: XrSessionSettings
232341
232349
  """
232342
232350
 
232343
- xr_session_state: XrSessionState
232351
+ xr_session_state: XrSessionState | None
232344
232352
  """ Runtime state information about the VR session
232345
232353
 
232346
- :type: XrSessionState
232354
+ :type: XrSessionState | None
232347
232355
  """
232348
232356
 
232349
232357
  clipboard: str
@@ -233196,10 +233204,10 @@ class WorkSpaceTool(bpy_struct):
233196
233204
  class World(ID, bpy_struct):
233197
233205
  """World data-block describing the environment and ambient lighting of a scene"""
233198
233206
 
233199
- animation_data: AnimData
233207
+ animation_data: AnimData | None
233200
233208
  """ Animation data for this data-block
233201
233209
 
233202
- :type: AnimData
233210
+ :type: AnimData | None
233203
233211
  """
233204
233212
 
233205
233213
  color: mathutils.Color
@@ -233611,10 +233619,10 @@ class XrActionMapItem(bpy_struct):
233611
233619
  :type: str
233612
233620
  """
233613
233621
 
233614
- op_properties: OperatorProperties
233622
+ op_properties: OperatorProperties | None
233615
233623
  """ Properties to set when the operator is called
233616
233624
 
233617
- :type: OperatorProperties
233625
+ :type: OperatorProperties | None
233618
233626
  """
233619
233627
 
233620
233628
  pose_is_controller_aim: bool