Skip to content

Sync up with smtk operator-switch or close ui signals

Yumin Yuan requested to merge yumin/cmb:sync_smtk_changes into master

When the qtModelOperationWidget switches operators or when the operators panel is closing, they will now emit an operationCancelled signal to let application know the current operator is being cancelled, and give the application a chance to reset its state if the canceling operator modified the behavior of the application, such as cursor shape, selection mode, etc.

This needs to go in when smtk's PR#256 gets merged and release-v1 is moved.

Merge request reports