0 votes

I would like to do a test export of the project and see a diff of the changes that will be made.

in Feature Request by (160 points)

1 Answer

0 votes

I recommend using a VCS (version control system) for this. If you initialize a Git repository for your model files, you can easily diff them, revert changes, commit versions etc. That's how we do it.

by (3.6k points)