Implementing model factory

Hi,

 

In my project I was using the mps plugin (version 3.3) to load a model. For this, I did a plugin that had a model factory that implemented ModelFactory and FolderModelFactory. This was working perfectly, but now I decided to update the plugins to latest and the folderModelFactory does not exists anymore. How can I have the same behavior with the new plugins?

 

4
1 comment
Avatar
Permanently deleted user

Could you please elaborate? I don't recall FolderModelFactory, ModelFactory is about the way model gets serialized, not about filesystem location. Generally, it's ModelRoot that controls location of a model. There's FolderModelRootBase that deals with models under certain filesystem location.

0

Please sign in to leave a comment.