Roland Hess' Floor Constraint patch: https://projects.blender.org/tracker/?func=detail&aid=2993&group_id=9&atid=127
Minor modifications to simplify the code in evaluate_constraint. The "Stick" feature will need more work as it gives bad results when skipping frames, jumping around on the timeline and when going backward in time. Suggestion: Would be nice if it could use the local space too, not just global space planes.
This commit is contained in:
@@ -552,6 +552,7 @@ enum {
|
||||
B_CONSTRAINT_ADD_NULL,
|
||||
B_CONSTRAINT_ADD_KINEMATIC,
|
||||
B_CONSTRAINT_ADD_TRACKTO,
|
||||
B_CONSTRAINT_ADD_MINMAX,
|
||||
B_CONSTRAINT_ADD_ROTLIKE,
|
||||
B_CONSTRAINT_ADD_LOCLIKE,
|
||||
B_CONSTRAINT_ADD_ACTION,
|
||||
|
||||
Reference in New Issue
Block a user