|
|
The little test fails on the first line of the second dict with a parse
error ) expected , found.
If reported before, sorry, havn't followed along for a few years.
If not a bug, please see it as a feature request ;)
#declare fig = dictionary {
["head"] : <0, 0, 0>,
["nose"] : <1, 0, 0>,
["atlas"] : <0,-1, 0>,
["tail"] : <0,-3, 0>
}
#declare bone = dictionary {
["face"] : (fig["head"], fig["nose"]),
["neck"] : (fig["head"], fig["atlas"]),
["spine"] : (fig["atlas"], fig["tail"])
}
3.8.0-alpha.9893777+av622.msvc14.win64
Win10
ingo
Post a reply to this message
|
|