Found a bug in the SkpToXMLPlugin.mm

Working on my plug-in, and looking back at the sample code, I noticed:

plugin_->SetExportSelectionSet(GET_STATE(exportCamerasCheck));

I believe that should be:

plugin_->SetExportSelectionSet(GET_STATE(exportSelectionCheck));

Or am I missing something?

Right you are sir. I’ll add a task to fix this. Thanks for reporting.