Blender Git Commit Log
Git Commits -> Revision 87b6d3c
Revision 87b6d3c by Thomas Szepe (master) April 11, 2015, 14:17 (GMT) |
BGE: Add keyword arguments to createConstraint API Added keyword arguments to createConstraint. Changed initial values for the pivod XYZ form 1 to 0.0. Changed initial values for the axis Z form 1 to 0.0. Delete the parsing for 4 parameters, because parsing only the X pivot is not necessary, also it was not working correctly (int instead of float). Reviewers: brita_, sybren, lordloki, campbellbarton, moguri Reviewed By: lordloki, campbellbarton Subscribers: campbellbarton Differential Revision: https://developer.blender.org/D705 |
Commit Details:
Full Hash: 87b6d3c7960461249e80c4c8c304cfc968c6586c
Parent Commit: b329016
Lines Changed: +45, -76