Motivation:
Over time names of DNA fields can become misleading, eg:
- Object.size (should have been called scale)
- Camera.YF_dofdist (refers to Yafray), deprecated ray-tracer.
It also means we can't rename fields that don't fit well with current conventions.
Description:
This project involves loading old names into new struct members fields,
this could be done by editing the SDNA of old files, mapping values to the new names.
We might also add support for renaming structs, however this is less important.
Estimated Time: 2-5 days