Closed GrmanRodriguez closed 3 years ago
This PR adresses #3
The torso modifiers were wrong, which we did not notice because the origin was not modified for box geometries.
I added the modification of the origin for box geometries modifiers.
I also added the calculate_dimensions_from_origin flag to False in the torso modifiers since the torso does not need modification.
calculate_dimensions_from_origin
Finally, I rewrote the declaration of the torso modifiers for added clarity with respect to which flags are set and which are not.
Thanks to @CarlottaSartore for finding the issue! Keep us update with anything else you may find.
This PR adresses #3
The torso modifiers were wrong, which we did not notice because the origin was not modified for box geometries.
I added the modification of the origin for box geometries modifiers.
I also added the
calculate_dimensions_from_origin
flag to False in the torso modifiers since the torso does not need modification.Finally, I rewrote the declaration of the torso modifiers for added clarity with respect to which flags are set and which are not.