Some recently added versioning code incorrectly assumed that the noise texture node would always have its storage struct allocated. Just create the storage struct in versioning where necessary, to avoid relying on defaults not changing in the future when the struct is created as the node tree is initialized. Pull Request: https://projects.blender.org/blender/blender/pulls/132555