Home Documentation Download Pricing Buy Now

Test export with diff

0 votes

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

asked Nov 13, 2015 in Feature Request by tommy (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.

answered Feb 3, 2016 by jwagner (3,630 points)
...