Page 1 of 1

Motion blur

Posted: Mon Oct 05, 2015 10:57 am
by Andreas
Hi!

I have tried to do motion blur directly in a render from the Archicad plug-in. So far no success. I can only find info on motion blur for an animation in the Maxwell documentation. I want to have it in a still shot. That is I want to tell Maxwell to interpret an object ( i e a car ) as moving fast and thus giving it blur in a single shot render.
Is it possible at all?

/Andreas

Re: Motion blur

Posted: Thu Oct 29, 2015 10:42 am
by Rafal SLEK
...no answer...
I am also interested in if motion blur could be added to object without setting animation.

Re: Motion blur

Posted: Thu Oct 29, 2015 3:20 pm
by Marton Day8
It is not possible to add motion blur under ArchiCad, because we don't have objects with changed position during the time.

It could be possible to add a moving vector to objects, but setting only the vector coordinate values without interactive guidance would be very difficult.

Márton

Re: Motion blur

Posted: Fri Nov 06, 2015 12:22 pm
by Andreas
Ok, thanks for the answer, Marton.
There are some objects with inbuilt animation trajectory settings. For instance some of the 3d cars. And it is not that diffucult to script it in gdl. But if the plugin cannot use the information there is no Point ofcourse.

Re: Motion blur

Posted: Fri Nov 06, 2015 2:30 pm
by Marton Day8
Hello Andreas,

How does it work? Do you have a time parameter for the script?

Márton

Re: Motion blur

Posted: Fri Nov 06, 2015 3:22 pm
by Rafal SLEK
Every AC object could be transformed during animation (Create Fly-Through command) with using globals (e.g. GLOB_FRAME_NR, GLOB_FIRST_FRAME, GLOB_LAST_FRAME).
Please check "Executive car" from standard library prepared for move during animations.

Image

Re: Motion blur

Posted: Fri Nov 06, 2015 4:03 pm
by Marton Day8
Thanks, I have forgotten this option.

But as far as I remember not too many library parts use this option.

And AC camera handling is not super good....

It would be very difficult to use these anim settings. It would be easier to add motion vector to any object (this is something possible)

Márton

Re: Motion blur

Posted: Fri Nov 06, 2015 6:02 pm
by Andreas
I tried using the executive car with animation option turned on. Rendered a few frames with Maxwell using fly through. Did not get any motion blur though...
Motion vector, is that a Maxell setting that you could implement in future releases of the plug-in?

Re: Motion blur

Posted: Fri Nov 06, 2015 10:02 pm
by Marton Day8
The problem with the implementation is that from the plugin side it doesn't seem like an animation.

The plugin receives the command to export the scene (but it is like a simple frame render), and it receives the command again but always like a single frame render. It doesn't know anything about next position of the car or previous position. It is possible to do some hacking, but quite complicated.

What I can imagine is that the user can add a motion vector definition to the object (like 0,4,0 which means 4m/s in y direction) and the plugin calculates the motion from it. It is limited because only for linear (or maybe for revolving movements) And I see some other problems with the implementation but can be possible.

Márton

Re: Motion blur

Posted: Fri Nov 06, 2015 11:44 pm
by Rafal SLEK
Marton Day8 wrote:...
What I can imagine is that the user can add a motion vector definition to the object (like 0,4,0 which means 4m/s in y direction) and the plugin calculates the motion from it. It is limited because only for linear (or maybe for revolving movements)...
Márton
Even simple Motion blur will be enough for us. As we are work on architecture/interiors illustrations I need only sometimes to have blurred car or biker or birds.
It will be big relief to wait a little longer for rendering but get less work in photoshop 8)

Re: Motion blur

Posted: Wed Jun 29, 2016 6:15 pm
by Rafal SLEK
Yeaaah!
I've found Motion Blur option in last plugin for AC :-). What a surprise.
Would be great to know of such small but Big improvements.

Image

Re: Motion blur

Posted: Thu Jul 07, 2016 12:15 pm
by Rafal SLEK
... just testing, and I am very happy with this new add-on feature:

Image

Re: Motion blur

Posted: Thu Jul 07, 2016 12:43 pm
by Marton Day8
Happy to hear:)!

Márton

Re: Motion blur

Posted: Thu Jul 07, 2016 3:17 pm
by Rafal SLEK
Marton Day8 wrote:Happy to hear:)!

Márton
Good work! Easy to setup parameters and nice blur effect inside ARCHICAD :-)

Re: Motion blur

Posted: Tue Aug 23, 2016 5:24 pm
by Andreas
This is great! Thank You!