Can you turn off the intros of the open brush and move straight to the new sketch?

hi is there a way i can turn off the intros of the open brush and move straight to the new sketch funcitonality
5 Replies
andybak
andybak3y ago
That happens automatically if you're in experimental mode. So you could just set that to be true by default?
Cross
CrossOP3y ago
ok ishall try that
andybak
andybak3y ago
it's probably this bit in App.cs:
else if (Config.IsExperimental)
{
OnIntroComplete();
PanelManager.m_Instance.ReviveFloatingPanelsForStartup();
}
else if (Config.IsExperimental)
{
OnIntroComplete();
PanelManager.m_Instance.ReviveFloatingPanelsForStartup();
}
Cross
CrossOP3y ago
ok
Banane9
Banane93y ago
ah nice, I was sort of wondering that too :D

Did you find this page helpful?