01-21-2022, 06:13 PM
(01-20-2022, 02:32 PM)CodeScooper Wrote:(01-18-2022, 10:55 PM)BdR76 Wrote: Just wanted to mention that I created a "Selection to Neon" plug-in to turn a selection into a neon effect.
Easy to create light saber or 80s cartoon laser effects
You can download it here:
https://github.com/BdR76/selection-to-neon/
Good work , can i know how much time that can take to create a plugin and if that is too dificult ?
Depends a lot on the complexity and your coding skills, and how user-proof you want the thing to be. You can cook up a script for you small focused problem in 10 minutes, but making that a publishable script requires some thought about the bad cases, testing, documentation...