<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I'm having a bit of trouble converting over JinLOA4.x3d to
runable python, if someone wants to help.</p>
<p> I haven't been able to get any recent .new.x3d output either,
from my python generated code.<br>
</p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"></span></span></p>
<p>I think it's similar to list vs tuple problem before, this time,
with stiffness.</p>
<p>Oh, nevermind, I'm seeing updates. Merry Xmas!<br>
</p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">python
JinLOA4.py </span><br>
x3d.py package loaded, have fun with X3D Graphics!
<br>
Traceback (most recent call last):
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/JinLOA4.py",
line 169, in <module>
<br>
HAnimJoint(DEF='hanim_l_tarsal_distal_interphalangeal_1',center=(2.761,0.539400,5.125),name='l_tarsal_distal_interphalangeal_1',s<br>
tiffness=[0,0,0],
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 43724, in __init__
<br>
self.stiffness = stiffness
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 43873, in stiffness
<br>
assertValidSFVec3f(stiffness)
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 3953, in assertValidSFVec3f
<br>
raise X3DTypeError(str(value)[:100] + ', type=' +
str(type(value)) + ' is not a valid Python tuple for SFVec3f')
<br>
x3d.X3DTypeError: [0, 0, 0], type=<class 'list'> is not a
valid Python tuple for SFVec3f<br>
<br>
<br>
</span></p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">python
JinLOA4.py
</span><br>
x3d.py package loaded, have fun with X3D Graphics!
<br>
Traceback (most recent call last):
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/JinLOA4.py",
line 169, in <module>
<br>
HAnimJoint(DEF='hanim_l_tarsal_distal_interphalangeal_1',center=(2.761,0.539400,5.125),name='l_tarsal_distal_interphalangeal_1',s<br>
tiffness=[0,0,0],
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 35935, in __init__
<br>
self.stiffness = stiffness
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 36084, in stiffness
<br>
assertValidSFVec3f(stiffness)
<br>
File
"/home/coderextreme/X3DJSONLD/src/main/python/net/x3djsonld/data/x3d.py",
line 3929, in assertValidSFVec3f
<br>
raise X3DTypeError(str(value)[:100] + ', type=' +
str(type(value)) + ' is not a valid Python tuple for SFVec3f')
<br>
x3d.X3DTypeError: [0, 0, 0], type=<class 'list'> is not a
valid Python tuple for SFVec3f<br>
<br>
<br>
</span></p>
</body>
</html>