Files
test2/source/blender/blenloader
Hans Goudey 3df7c6a428 Fix #132426: Crash loading old file with noise texture node
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
2025-01-03 18:47:32 +01:00
..