MartinPyka / Parametric-Anatomical-Modeling

Parametric Anatomical Modeling is a method to translate large-scale anatomical data into spiking neural networks. PAM is implemented as a Blender addon.
GNU General Public License v2.0
11 stars 6 forks source link

[pam_anim]Duplicate of neurons should adopt also modifiers and drivers #16

Closed MartinPyka closed 9 years ago

MartinPyka commented 9 years ago

When an object with modifiers and drivers is used as neuron-representations, its duplicates should also have the same configuration

pherbers commented 9 years ago

Done in 031a77396e61ceffdfbd25b4a6e666b570acfe2f. Modifiers and Drivers are now properly copied and some driver values are replaced with the duplicated object if that value was the source object. Array drivers, like position and rotation, might not work, but you can use single drivers instead.