Datasmith exporter Plugin version : SketchUp 5.7.300
SketchUp version 26.0.429 64-bit (Windows)
Due to the recent update, exporting cameras that have underscore “_” characters are replaced with the word “Object”. udatasmith file:
<Camera name="Object_my_camera" label="Object_my_camera" mobility="Movable">
<Transform tx="-33.252403" ty="-357.361267" tz="2032.0" sx="1.0" sy="1.0" sz="1.0" qx="-0.223048" qy="0.164576" qz="0.773137" qw="0.570459" qhex64="BA884B5ADA8CCCBF1CBE4C92D310C53F8BF67F488ABDE83FEAE5AE403241E23F"/>
<SensorWidth value="36.0"/>
...
Minor infraction on our development workflow but may affect other things in pipelines. We prepend underscore in order to “hide” exported views in our viewer. Another minor issue always been around is characters are not always properly escaped (attributes etc), I believe you need to add an “escape chars” function. We want support on special characters (not necessarily all, just typical TEXT characters for language).