Blender Git Loki
Git Commits -> Revision 7a9838b
Revision 7a9838b by Campbell Barton (master) March 7, 2014, 10:09 (GMT) |
Fix action-editor crash transforming gpencil and masks There were 3 bugs with both data types - using freed memory while sorting. - sorting failed in some situations. - scaling allowed multiple items to be on the same frame. Replace this with a simple sort + de-duplicate, taking selection into account. |
Commit Details:
Full Hash: 7a9838b5d38c0f7a7f97f59c29c4004d6924bbfd
Parent Commit: b839fb9
Lines Changed: +52, -147
1 Modified Path:
/source/blender/editors/transform/transform_conversions.c (+52, -147) (Diff)