[X3D-Ecosystem] Which of these Blender export Python programs is more acceptable?

John Carlson yottzumm at gmail.com
Mon Feb 2 03:43:21 PST 2026


Like this:

                     "head":
f"{pbone.bone.head.x},{pbone.bone.head.y},{pbone.bone.head.z}",
                     "tail":
f"{pbone.bone.tail.x},{pbone.bone.tail.y},{pbone.bone.tail.z}"

Or this:
                     "head":
f"{pbone.head.x},{pbone.head.y},{pbone.head.z}",
                     "tail": f"{pbone.tail.x},{pbone.tail.y},{pbone.tail.z}"

????

Thanks!

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20260202/33290128/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: export.py
Type: text/x-python
Size: 20205 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20260202/33290128/attachment-0002.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exportgramps.py
Type: text/x-python
Size: 20134 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20260202/33290128/attachment-0003.py>


More information about the X3D-Ecosystem mailing list