Blender Git Commit Log
Git Commits -> Revision fb0dd59
Revision fb0dd59 by Porteries Tristan (master) May 6, 2015, 20:55 (GMT) |
BGE : KX_VertexProxy support for more than 2 UV channel. I have added an optional named "index" argument for methode get/setUV, I have also modified the and set to deprecated methodes setUV2 and getUV2 : the doc was wrong and the methode can't be called anyway because it declared as VARARG in the .h and convert directly the args value to a vector in the .cpp. Reviewers: sybren, lordloki, hg1 Reviewed By: lordloki, hg1 Subscribers: agoose77 Differential Revision: https://developer.blender.org/D1240 |
Commit Details:
Full Hash: fb0dd596e9a58f095730359a11759c40ea46be44
Parent Commit: de180ab
Lines Changed: +55, -20