paulgolter/blender-pipeline-integration

Usage of matricies instead of Vectors

dreisicht opened this issue · 0 comments

I have made the experience, that working with Vectors like object.location leads to bugs. Therefore I usually work with e.g. object.matrix_world. If you also share this experience, it might be worth noting.