<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Thanks John, that list of updates from V1 toV2 names will help at some point.</p><p class=MsoNormal>Joe</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:yottzumm@gmail.com">John Carlson</a><br><b>Sent: </b>Sunday, April 19, 2020 12:01 PM<br><b>To: </b><a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a>; <a href="mailto:brutzman@nps.edu">Don Brutzman</a>; <a href="mailto:joedwil@earthlink.net">Joe D Williams</a><br><b>Subject: </b>Possible issue with BoxManAnimationPanel.java (attached)</p></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Generated from my JavaSerializer.  Will try X3dToJava.xslt next.</p><div><p class=MsoNormal><o:p> </o:p></p></div></div><p class=MsoNormal>$ java -cp ../../../../pythonSAI/X3DJSAIL.3.3.full.jar";". net.coderextreme.data.BoxManAnimationPanel<br>Warning: meta name newValue="revision" has an unrecognized value not matching any of the optional string tokens. Suggested meta term: name='modified' or name='contributor'<br>Warning: HAnimJoint name newValue="l_ankle" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="l_hindfoot" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimJoint name newValue="l_midtarsal" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="l_middistal" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="l_middistal_tip" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimJoint name newValue="r_ankle" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="r_hindfoot" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimJoint name newValue="r_midtarsal" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="r_middistal" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="r_middistal_tip" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="skull_tip" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimJoint name newValue="l_wrist" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="l_hand" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="l_hand_tip" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimJoint name newValue="r_wrist" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSegment name newValue="r_hand" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="r_hand_tip" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnimSite name newValue="BoxMan_view" has an unrecognized value not matching any of the optional string tokens.<br>Warning: HAnim name values are lower case, check capitalization/spelling of HAnimSite name='BoxMan_view'<br>Warning: meta name newValue="revision" has an unrecognized value not matching any of the optional string tokens. Suggested meta term: name='modified' or name='contributor'<br>org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: illegal parent found: 'HAnimJoint'<br>org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: illegal parent found: 'HAnimJoint'<br>        at org.web3d.x3d.jsail.HAnim.HAnimSegmentObject.validate(HAnimSegmentObject.java:6015)<br>        at org.web3d.x3d.jsail.HAnim.HAnimJointObject.validate(HAnimJointObject.java:6845)<br>        at org.web3d.x3d.jsail.HAnim.HAnimHumanoidObject.validate(HAnimHumanoidObject.java:5856)<br>        at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:698)<br>        at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:3895)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileStylesheetConversion(X3DObject.java:1115)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileStylesheetConversion(X3DObject.java:1039)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileJSON(X3DObject.java:1936)<br>        at net.coderextreme.data.BoxManAnimationPanel.main(BoxManAnimationPanel.java:79)<br>Exception in thread "main" org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE: illegal parent found: 'HAnimJoint'<br>        at org.web3d.x3d.jsail.HAnim.HAnimSegmentObject.validate(HAnimSegmentObject.java:6015)<br>        at org.web3d.x3d.jsail.HAnim.HAnimJointObject.validate(HAnimJointObject.java:6845)<br>        at org.web3d.x3d.jsail.HAnim.HAnimHumanoidObject.validate(HAnimHumanoidObject.java:5856)<br>        at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:698)<br>        at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:3895)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileStylesheetConversion(X3DObject.java:1115)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileStylesheetConversion(X3DObject.java:1039)<br>        at org.web3d.x3d.jsail.Core.X3DObject.toFileJSON(X3DObject.java:1936)<br>        at net.coderextreme.data.BoxManAnimationPanel.main(BoxManAnimationPanel.java:79)</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>