Blender Git Loki
Git Commits -> Revision 3541929
Revision 3541929 by Sergey Sharybin (soc-2011-tomato) August 8, 2013, 07:39 (GMT) |
Delete Marker operator will now also tae plane markers into account Smaller fixes: - Point track delection missed checking whether track actually belongs to the plane or not. - Adding point track shall deselect all the planes. - Fixed bug with restoring marker's flag after transformaiton. |
Commit Details:
Full Hash: 3541929eb7864c43914a5992a6919a7595c2e253
SVN Revision: 59016
Parent Commit: 07593df
Lines Changed: +53, -3
5 Modified Paths:
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+9, -0) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+15, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+25, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+9, -0) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+15, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+25, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -2) (Diff)