Blender Git Loki
Git Commits -> Revision c8ab88f
Revision c8ab88f by Campbell Barton (master) October 24, 2018, 07:47 (GMT) |
Partially revert "GPUShader: shader.uniform_float parameters" `mathutils_array_parse` is meant to parse 1d arrays of numbers. Using matrices internal memory layout is confusing since mathutils matrices are exposed as row major. Also, the matrix shape wasn't checked for. Callers that want to handle matrices should check for them explicitly. |
Commit Details:
Full Hash: c8ab88fb89146a6bdc2a8825b9a8e2454aeb1ced
Parent Commit: ee18b21
Lines Changed: +1, -3
1 Modified Path:
/source/blender/python/mathutils/mathutils.c (+1, -3) (Diff)