You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Getting Started for Plugins Docs mention pycc.RegisterAction() as a way to register actions for non-class plugins. It seems like this function has been removed in a310b77 and class plugins are the only way to go now.
The Getting Started for Plugins Docs mention
pycc.RegisterAction()as a way to register actions for non-class plugins. It seems like this function has been removed in a310b77 and class plugins are the only way to go now.