Closed jdmanton closed 10 years ago
It would be useful to be able to do, for example,
xform_brain(object, template1, template2, template3)
to bridge object from template1 to template3 via template2, rather than
object
template1
template3
template2
xform_brain(xform_brain(object, template1, template2), template2, template3)
Could add a via argument (which could presumably take multiple templatebrains)
via
this now belongs in nat.templatebrains and is related to jefferis/nat#144
This is now possible using the via argument
Closed by https://github.com/jefferislab/nat.templatebrains/commit/02535b96ecce1419062e6e976fe2db9c81053185 and https://github.com/jefferislab/nat.templatebrains/commit/520efe1f2bbd48cd6cd9438096d8bcbbab6d80fe
It would be useful to be able to do, for example,
to bridge
object
fromtemplate1
totemplate3
viatemplate2
, rather than