Blender Git Commit Log

Git Commits -> Revision 4dd14b7

Revision 4dd14b7 by Gaia Clary (collada2.8)
August 2, 2018, 12:11 (GMT)
Cleanup Collada: Added new low level functions for later usage

bc_get_action_id() : To create unique Collada conform identifiers

The following new functions handle conversions of matrices
to various forms:

bc_copy_darray_m4d() : Copy matrix to an array of floats
bc_copy_v44_m4d() : Copy matrix to a vector of vectors of floats
bc_copy_m4d_v44() : opposite of previous function

Note: The vector<vector<double>> matrix is needed so that i later can
easily store matrix data in another vector (containing matrix curves)

Commit Details:

Full Hash: 4dd14b7f38f61ad9f912df326eab8633e90792e8
Parent Commit: 6cae345
Lines Changed: +46, -0

2 Modified Paths:

/source/blender/collada/collada_utils.cpp (+41, -0) (Diff)
/source/blender/collada/collada_utils.h (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021