Blender Git Commit Log
Git Commits -> Revision 638368a
Revision 638368a by Bastien Montagne (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix T43989: Sequencer - Ctrl snapping a sequencer strip does not work if you specify the x axis. New 'strip' snapping was simply not computed in case of constrained transform, hence init '0' value was used as frame offset in this case. This commit reorganizes a bit that snapping, to keep it more 'confined' into `snapSequenceBounds()` dedicated function. It still needs a minor hack (setting snapping mode to something else than defualt `SCE_SNAP_MODE_INCREMENT`, to avoid this snapping to be called by contraint code). Thanks to Antony for review and enhancements. This fix should be backported to 2.74. |
Commit Details:
Full Hash: 638368a9307b8702b22bd1e778096f00b5b90d4b
Parent Commit: bef0649
Committed By: Sergey Sharybin
Lines Changed: +15, -23