Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0310 committed Feb 11, 2023
1 parent faf1857 commit d5670a3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This video has the problem.

As shown in the picture above, there is a problem of creating a bad-looking motion blur.

### Problem2(solved): Add Motion Blur Track
### Problem2(solve method1): Add Motion Blur Track

So to solve this problem, I added a function of turning off the motion blur only from the camera cut.

Expand All @@ -106,6 +106,20 @@ This is the function shown on the import menu.

If you import, this is how motion blur tracks appear on the camera.

### Problem2(solve method2): Use Multiple Cameras

Create a camera cut by swapping multiple cameras (at least two).

![camera count menu](docs/fig11.png)

In Import Settings, you can determine the number of cameras. The maximum value is 4.

![camera cut track](docs/fig12.png)

This picture shows four cameras swapping each other and use splitted camera motion.

This method provides the cleanest results in Sequencer.

## Knowns Issues

- The curve tangent value is applied after observing the curve with the curve editor. (I think it's a lazy evaluation issue. I'm looking for solution.)
Binary file added docs/fig11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/fig12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fig8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5670a3

Please sign in to comment.