Blender Git Loki
Git Commits -> Revision e633d7b
Revision e633d7b by Sergey Sharybin (soc-2011-tomato) August 8, 2013, 07:38 (GMT) |
Made plane track transformable by generic transform operators Pretty much straightforward change, apart form one trick needed to preserve point tracks scaling nice: - If TransData belong to point track, use it's individual center when scaling (ignoring pivot point center). This works much better for adjusting sizes of point tracks. - If TransData belongs to plane track, use pivot point settings. This is done via TransData's flag TD_INDIVIDUAL_SCALE which is currently used by point tracks conversion code, but might be used by other transform elements as well. |
Commit Details:
Full Hash: e633d7beff1d756a480fdf721849c8c5e367acf9
SVN Revision: 59012
Parent Commit: 3f73ccb
Lines Changed: +125, -43