Writing back to .blend files
Does anyone know about a way to write the data back to a .blend file?
Hello! As you probably know this library doesn't support writing back to .blend files.
But it wouldn't be impossible to use the structures defined by this crate to write a .blend file. Since the binary data of the file is kept in memory, in theory you could use the size and offset of a field to rewrite their values. Writing new blocks would be a lot more difficult though, I'm not even sure of the steps required, and even if the creation of new blocks was easy, you would have to figure out Blender's rules to make sure the block is correct. Though if you want to follow this path you will have to learn Blender's internal format anyway so it might make sense