this post was submitted on 16 Dec 2023
89 points (98.9% liked)
Blender
2728 readers
6 users here now
A community for users of the awesome, open source, free, animation, modeling, procedural generating, sculpting, texturing, compositing, and rendering software; Blender.
Rules:
- Be nice
- Constructive Criticism only
- If a render is photo realistic, please provide a wireframe or clay render
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's the powersave adding? I version control all my code, but blender models get quiet large, so I've never been a fan of using git to version control them, and have had the same issues you have had with needing to restore with autosaves, and backups.
Super cool aesthetic by the way. I really dig the style you're going for.
Also never heard of the "missing DNA block" error. I'm OOTL on what "DNA" means in a Blender context.
(Also, awesome model)
DNA is like a directory of what is in a blend file and where in it it is. Blend files are more or less just a dump of blenders internal state, ingenious if you ask me.