Blender Git Loki
Git Commits -> Revision c8d02fc
Revision c8d02fc by Campbell Barton (master) August 3, 2017, 09:38 (GMT) |
Manipulator: use matrix to convert view coords Was doing this with property get/set but this made view operations require refreshing manipulator properties. Simplify by operating on properties in their own space. Also disable clamping for now since it assumes pixel-space. |
Commit Details:
Full Hash: c8d02fce93850f5b5b1847fa5555cc9cb6dfd6ec
Parent Commit: e92cf80
Lines Changed: +34, -33