Animation & Trackview

View unanswered posts | View active topics


Post a new topicPost a reply
Previous topic | Next topic 

User avatar   Beginner BeginnerMember since: 22.06.2010, 10:40Posts: 30Location: Italy Likes: 0
 

 Post Topic: How disable Motion Blur in animated sequence? [Solved]
PostPosted 04.12.2011, 19:42 
Hi, I wish to disable Motion Blur in animated sequence; in properties of camera I can't found any option.
Thanks :))

options of an camera:
Image


Last edited by Frozen_Paradise on 05.12.2011, 13:32, edited 1 time in total.

  Beginner BeginnerMember since: 28.12.2010, 22:31Posts: 73Location: Sydney, Australia Likes: 0
 

 Post Topic: Re: How disable Motion Blur in animated sequence?
PostPosted 05.12.2011, 11:07 
If you're using flowgraph to begin the sequence, add a Debug:ExecuteString node, and make it execute the CVAR "r_motionblur 0" when the sequence begins, and another node to execute "r_motionblur 1" (though if you set it to 1, the motion blur is rendered as it is on "low" settings. A setting of 2 or 3 is medium and high, respectively) when the sequence ends.

That's the only way I could think of doing it, :P

Here's what it should roughly look like:

Image
Attachments:

Untitled-2.jpg
User avatar   Beginner BeginnerMember since: 22.06.2010, 10:40Posts: 30Location: Italy Likes: 0
 

 Post Topic: Re: How disable Motion Blur in animated sequence?
PostPosted 05.12.2011, 13:30 
Quote by mastersync23:
If you're using flowgraph to begin the sequence, add a Debug:ExecuteString node, and make it execute the CVAR "r_motionblur 0" when the sequence begins, and another node to execute "r_motionblur 1" (though if you set it to 1, the motion blur is rendered as it is on "low" settings. A setting of 2 or 3 is medium and high, respectively) when the sequence ends.

That's the only way I could think of doing it, :P

Here's what it should roughly look like:

Image


Thank you very much :happy: . I use this command in the console and work perfectly :D (I use flow graph only to start animation).
Now I try other values for set the best motion blur.
Thanks again. bye