Test export with diff

0 votes
asked Nov 13, 2015 in Feature Request by tommy (160 points)

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

1 Answer

0 votes
answered Feb 3, 2016 by jwagner (3,630 points)

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.

...