This is more a question for the SketchUp staff. Our plug-in written a while go has one part that uses the import/export C++ SDK, we are still using SketchUpDeprecatedModelExporterInterface and we would like to know if this is going to be definitely deprecated in the upcoming version of SketchUp 2019. Knowing this in advance would be very convenient for the development community.
Hello, I wonder if you have had the chance to ask the dev team about the deprecation of SketchUpDeprecatedModelExporterInterface for SkechtUp 2019. Thank you very much in advance.
Could you please do not remove it from 2019 version before export that works INSIDE SketchUp is ready?
As now new api allows only to load scene from the external file and equivalent to ISkpDocument* is not avaiable yet.
Am I wrong?
I started new issue ticket:
“Is there a possibility to export actual state of the scene opened in SketchUp in the new api?
In previous (deprecated) api that was possible by passing ISkpDocument* pointer.
Now (in new api) it seems we can export only scene saved previously to file, or am I missing something?”