Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-02-14 09:02:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-14 09:02:20 +0400
commit648f925017788560b7d05fab3f5f2e4e3c39c8e6 (patch)
tree18cbf22b7f2f6d04c62424497014792136aec297 /source/blender/editors/uvedit/uvedit_parametrizer.c
parentab7ca2dc441239686bcc44189c79e377ba4d089c (diff)
misc changes
- update man page for new additions since last release. - note that --start-console argument is windows only. - correct own assertion in own recent commit.
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c
index 8911e227373..dd4f5221003 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -3131,8 +3131,8 @@ static PBool p_chart_lscm_solve(PHandle *handle, PChart *chart)
if (flip_faces) {
SWAP(float, a2, a3);
- SWAP(PEdge*, e2, e3);
- SWAP(PVert*, v2, v3);
+ SWAP(PEdge *, e2, e3);
+ SWAP(PVert *, v2, v3);
}
sina1 = sin(a1);