With the code below I get his result.
"name:Point01 pos:[5,5,5] rot:(quat 0 0 0 1) wirecolor:red"
but I want this to be the result.
name:"Point01" pos:[5,5,5] rot:(quat 0 0 0 1) wirecolor:red
The scene setup is just having a selection of a point helper/s and the run the code.
Thanks
JokerMartini
clearListener()
for obj in helpers do
(
PtName = obj.name as string
PtPos = obj.pos as string
PtRot = obj.rotation as string
print ("name:" + PtName + " pos:" + PtRot + " rot:" + PtRot + " wirecolor:red")
)
By JokerMartini · 2011-03-05
3dwannab · 2015-08-14
Anubis · 2011-03-06
Swordslayer · 2011-03-05