Dual handed painting.
Perhaps a way to turn off the pallete and use the other controller as a 2nd brush.
3 Replies
I haven't tried it but this sounds like the kind of thing that would be easy to do with the new plugin system: https://docs.openbrush.app/user-guide/using-plugins
(one of the main motivations behind adding the plugin system was to enable lots of interesting customizations and niche features that wouldn't have enough broad appeal to want to add to the main app - this seems like a pretty good example of that!)
Thanks! I'm working on creating it as a background plugin with a .lua extension, maybe it should be categorized as a tool? Learning as I go
happy to help. there's plenty of rough edges with the lua api because not many people have used it yet
definitely not a tool plugin - maybe a pointer plugin?
but background would also work
hmmmm. maybe even a symmetry plugin. just return the other controller position as the symmetry point!
the tricky bit is if you want to independently start and stop strokes with the other trigger. if you don't then it's pretty simple