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:
authorTon Roosendaal <ton@blender.org>2005-04-04 00:13:10 +0400
committerTon Roosendaal <ton@blender.org>2005-04-04 00:13:10 +0400
commit9ec8778288712d7bb31127bb97a3dfc9daa55862 (patch)
tree22c48c771154638be44f5cbe8f3882816d23e63e /source/blender/include/BIF_transform.h
parent8d92e6ced2d3acf7bb77ce8e0af35104a1318e5a (diff)
SoftBody:
- on add new SoftBody, it creates automatically edges in Mesh now, gives too confusing results otherwise - if no edges exist in mesh, it also doesnt add diagonals for faces in softbody Transform; - fixed stupid 'used unitialized' gcc warning (sorry theeth!) - made dualAxisConstraint() accept string too - little cleanup of prints in using Manipulators
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rwxr-xr-xsource/blender/include/BIF_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index ee28888139d..f823193dcc6 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -71,7 +71,7 @@ struct ScrArea;
struct TransInfo * BIF_GetTransInfo(void);
void BIF_setSingleAxisConstraint(float vec[3], char *text);
-void BIF_setDualAxisConstraint(float vec1[3], float vec2[3]);
+void BIF_setDualAxisConstraint(float vec1[3], float vec2[3], char *text);
void BIF_drawConstraint(void);
void BIF_drawPropCircle(void);