Blender Git Commit Log
Git Commits -> Revision e5520d9
Revision e5520d9 by Martin Poirier (master) March 21, 2005, 18:25 (GMT) |
Created initConstraint. It basicly just checks if the CON_APPLY has been set up (by the BIF_setConstraint calls for example) and calls startConstraint. This must be done because startConstraint uses data initialised when starting transform so it needs to be called after that. Also changed some strcpy into strncpy. |
Commit Details:
Full Hash: e5520d955cc93f693f8c3b29d258e5ccce3122d9
SVN Revision: 4007
Parent Commit: bc77092
Lines Changed: +16, -12