save scene
This topic has been viewed 6160 times and has 3 replies
save scene
Hi how I can call from a plugin to the methods to save the scene in .sh3d format. [:-/]
Re: save scene
What about the save method in HomeController class?
Emmanuel Puybaret, Sweet Home 3D creator
Re: save scene
yes, of course, sorry, but I formulated the question wrongly. I really want to know is how i can add extra information to the .sh3d
file. if I don´t make this from a plugin what way I need to follow.
file. if I don´t make this from a plugin what way I need to follow.
Re: save scene
With a plug-in, the only way I can see could be using the setVisualProperty method in Home class. Be sure that all the objects you store there implements java.io.Serializable interface.
Without a plug-in, you will have more freedom but it will be more complicated, since you will have to create a derived version of Sweet Home 3D, by subclassing SweetHome3D class, to override its getHomeRecorder method and return a different HomeRecorder instance. If you go that way, you can also override createHome to return a Home subclass instance of your choice.
Without a plug-in, you will have more freedom but it will be more complicated, since you will have to create a derived version of Sweet Home 3D, by subclassing SweetHome3D class, to override its getHomeRecorder method and return a different HomeRecorder instance. If you go that way, you can also override createHome to return a Home subclass instance of your choice.
Emmanuel Puybaret, Sweet Home 3D creator
Who is online
Users browsing this forum: No registered users and 1 guest