Search found 4 matches

by amasinton
Fri Apr 05, 2019 5:57 am
Forum: General Discussion
Topic: Saving a Mesh only saves a Reference
Replies: 5
Views: 2997

Re: Saving a Mesh only saves a Reference

Joel took a look and guided me to the solution. So, for anyone else experiencing this, here's Joel's solution: "It turns out that it was something obvious, but something I missed. In the settings, the member reference mode was still set to save by reference. This option isn't actually exposed i...
by amasinton
Wed Apr 03, 2019 10:47 pm
Forum: General Discussion
Topic: Saving a Mesh only saves a Reference
Replies: 5
Views: 2997

Re: Saving a Mesh only saves a Reference

PM'ed with sample project.

Thank you!
by amasinton
Tue Apr 02, 2019 12:42 pm
Forum: General Discussion
Topic: Saving a Mesh only saves a Reference
Replies: 5
Views: 2997

Re: Saving a Mesh only saves a Reference

Thank you for your quick response, Joel. I have created an ES3Type file for the class containing the mesh. In that file I see that the mesh is set to WritePropertyByRef, so I have changed that to WriteProperty. However, the save file still only writes the reference. I have also tried saving the Mesh...
by amasinton
Mon Apr 01, 2019 1:34 pm
Forum: General Discussion
Topic: Saving a Mesh only saves a Reference
Replies: 5
Views: 2997

Saving a Mesh only saves a Reference

Easy Save has been a fantastic asset, saves tons of time and is easy to use. Well done! I'm running into an issue trying to save and load a mesh. It's saving a reference to the mesh but not the mesh data itself. Some background: I have created a small data-holder class to save a set of data all toge...