From dccf1e677e8c3716ffd565ae5a95b9b44e60c65d Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: May 01 2023 08:50:56 +0000 Subject: #assistants: fix plastictool --- diff --git a/toonz/sources/tnztools/plastictool.cpp b/toonz/sources/tnztools/plastictool.cpp index 5255a12..eab3bd5 100644 --- a/toonz/sources/tnztools/plastictool.cpp +++ b/toonz/sources/tnztools/plastictool.cpp @@ -642,7 +642,7 @@ PlasticTool::PlasticTool() , m_showSkeletonOS(true) , m_recompileOnMouseRelease(false) { // And now, a little trick about tool binding - bind(TTool::AllImages); // Attach the tool to all types :) + bind(TTool::AllImages | TTool::EmptyTarget); // Attach the tool to all types :) bind(TTool::MeshLevels); // But disable it for all but meshes :0 // This little trick is needed to associate the tool to common levels (the