Page 1 of 1

Default motion blur settings (request)

Posted: Sun Jun 30, 2019 9:08 am
by Penny
Hi there!
I do a lot of motion graphic stuff for work and motion blur is an essential feature of all my projects. I usually have the same settings for all the layers that request it. To work more fast, i have motion blur channel always visible in timeline, but everytime i have to go into layer settings and change the values, so it's quite frustating. I was wondering if it is possible to make a script that changes the default values for every kind of new layer. I know scripting i's hard, I tried myself to study lua, but I never programmed before and I end up with understanding not so much.
I would be very thankful if someone would give it a go.

Re: Default motion blur settings (request)

Posted: Sun Jun 30, 2019 9:22 am
by Penny
Here's another idea. Instead of changing the default values for new layers a script similar to Mynd tools' fade would equally do the job. With 2 buttons, one for the settings and one to apply to layer would speed up the workflow a lot.

Re: Default motion blur settings (request)

Posted: Sun Jun 30, 2019 7:04 pm
by Stan
I have a script that takes different parameters of the primary selected layer and copies them to the secondary selected layers. These are the supported parameters for now:

Image

If I add the support for motion blur, will that help?

Re: Default motion blur settings (request)

Posted: Sun Jun 30, 2019 7:16 pm
by Penny
Thanks Stan for your interest. I guess it could help. If I make a template with a pre-configured layer then would be quite easy with your script to copy the values everytime i need'em :)

Re: Default motion blur settings (request)

Posted: Sun Jun 30, 2019 8:13 pm
by Stan
OK, so the idea is when you select multiple layers with Ctrl or Shift, the last selected layer becomes the primary selected. When you run this script then all the selected parameters of the primary layer will be applied to other selected layers. Please let me know if you have any questions/comments/suggestions.

Image

Image

Download script

Re: Default motion blur settings (request)

Posted: Sun Jun 30, 2019 8:22 pm
by Penny
Whoaaa! Thanks a lot! I'm gonna try It right now that I am superbusy with a project. I'll let you know!

Re: Default motion blur settings (request)

Posted: Sat Jul 06, 2019 9:48 am
by Penny
Stan thanks a lot for the script. It has been very useful, and I used it also for other layer settings :)

Only one note about, when using sub frame motion blur be sure the primary layer is set to on, otherwise when enabling the secondary directly in timeline, it will turn on the legacy motion blur.

Re: Default motion blur settings (request)

Posted: Tue Nov 26, 2019 8:21 pm
by Stan
Added a new setting for Follow Path.

Image

Download