Blender Git Loki
Git Commits -> Revision 9b09af0
Revision 9b09af0 by Sergey Sharybin (master) September 11, 2013, 10:06 (GMT) |
Fix #36701: Mask pivioting doesnt honor parenting Made mask transformation aware of parent matrix. |
Commit Details:
Full Hash: 9b09af0dca5619c9dfc95f5012d3f684f59b39a9
SVN Revision: 60040
Parent Commit: 441bb19
Lines Changed: +83, -40
5 Modified Paths:
/source/blender/blenkernel/BKE_mask.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/mask.c (+38, -34) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+18, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+24, -6) (Diff)
/source/blender/blenkernel/intern/mask.c (+38, -34) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+18, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+24, -6) (Diff)