code cleanup: spelling,

also initialize bmesh-bevel settings struct to zero to avoid possible uninitialized memory later.
This commit is contained in:
2012-11-12 07:33:01 +00:00
parent 0bfc92ff8e
commit cf6994b910
27 changed files with 75 additions and 60 deletions

View File

@@ -844,7 +844,7 @@ void AnimationImporter::apply_matrix_curves(Object *ob, std::vector<FCurve *>& a
* This function returns the aspet ration from the Collada camera.
*
* Note:COLLADA allows to specify either XFov, or YFov alone.
* In tghat case the aspect ratio can be determined from
* In that case the aspect ratio can be determined from
* the viewport aspect ratio (which is 1:1 ?)
* XXX: check this: its probably wrong!
* If both values are specified, then the aspect ration is simply xfov/yfov