Fix crash when liquify transform is started too quickly
Basically, we shouldn't initiate any transform action until
the transform strategy has finished preparing tool initialization
(which is flagged by setting m_transform.rootNode()).
All user actions happened before the initialization should be
ignored (he doesn't have any feedback anyway).
BUG:411703