svn merge -r 12382:12391 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -175,6 +175,7 @@ typedef struct Global {
|
||||
#define G_DRAWCREASES (1 << 19)
|
||||
#define G_DRAWSEAMS (1 << 20)
|
||||
#define G_HIDDENEDGES (1 << 21)
|
||||
#define G_HIDDENHANDLES (1 << 22) /* used for curves only */
|
||||
|
||||
|
||||
/* Measurement info Drawing */
|
||||
|
||||
@@ -208,6 +208,9 @@ void IK_FreeSolver(IK_Solver *solver) {};
|
||||
|
||||
void IK_SolverAddGoal(IK_Solver *solver, IK_Segment *tip, float goal[3], float weight) {}
|
||||
void IK_SolverAddGoalOrientation(IK_Solver *solver, IK_Segment *tip, float goal[][3], float weight) {}
|
||||
void IK_SolverSetPoleVectorConstraint(IK_Solver *solver, IK_Segment *tip, float goal[3], float polegoal[3], float poleangle, int getangle) {}
|
||||
float IK_SolverGetPoleAngle(IK_Solver *solver) {}
|
||||
|
||||
int IK_Solve(IK_Solver *solver, float tolerance, int max_iterations) { return 0; }
|
||||
|
||||
/* exotic.c */
|
||||
|
||||
Reference in New Issue
Block a user