paulgolter / blender-pipeline-integration

Shared knowledge base to get people started integrating Blender in a production environment
GNU General Public License v3.0
221 stars 6 forks source link

Usage of matricies instead of Vectors #19

Open dreisicht opened 1 year ago

dreisicht commented 1 year ago

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.