<div dir="ltr">Just be aware that I am using X3DUOM 4.0 and X3DJSAIL 3.3.<div><br></div><div>That may lead to some confusion, as the source-to-source converter may be out of wack with the Java library.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 20, 2020 at 12:53 PM Joseph D Williams <<a href="mailto:joedwil@earthlink.net">joedwil@earthlink.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="gmail-m_3920531704436541003WordSection1"><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"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><div style="border-right:none;border-bottom:none;border-left:none;border-top:1pt solid rgb(225,225,225);padding:3pt 0in 0in"><p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:yottzumm@gmail.com" target="_blank">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" target="_blank">X3D Graphics public mailing list</a>; <a href="mailto:brutzman@nps.edu" target="_blank">Don Brutzman</a>; <a href="mailto:joedwil@earthlink.net" target="_blank">Joe D Williams</a><br><b>Subject: </b>Possible issue with BoxManAnimationPanel.java (attached)</p></div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">Generated from my JavaSerializer.  Will try X3dToJava.xslt next.</p><div><p class="MsoNormal"><u></u> <u></u></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"><u></u> <u></u></p></div></div></blockquote></div>