I would like to create a 3D model using software development-like collaboration. Ideally, I’d like to store a 3D model as a diffable file/files in git. Is there a format/tool that can do this?
Right now, the closest solution I have come up with is to use Python scripting in Blender. For obvious reasons, this makes it more difficult to actually create the model though.
TIA.
It seems that the best solution today is to rely on a procedural description of the model’s creation. Not ideal.