-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
# Make Inbetweening and Animation with CACANi | ||
|
||
1. Install [CACANi](https://cacani.sg/). | ||
2. Add keyframes according to the number of SVGs. There are 3 keyframes now: | ||
|
||
<img src='../docs/figures/CACANi/canani1.png' height=240> | ||
|
||
3. Import SVG files in `separate/` folder one by one: File - Import - CACS/SVG File | ||
|
||
<img src='../docs/figures/CACANi/canani2.png' height=440> | ||
|
||
4. Note that the imported keyframe is in a new cell. You should copy all the vector strokes to the default cell (Cel 1 - Layer 1): | ||
|
||
<img src='../docs/figures/CACANi/canani3.png'> | ||
|
||
5. Delete the cell above. | ||
|
||
<img src='../docs/figures/CACANi/canani4.png' height=440> | ||
|
||
6. Repeat step-3 to step-5 to import the other SVGs to the corresponding keyframes. Then, add intermediate frames: | ||
|
||
<img src='../docs/figures/CACANi/canani5.png'> | ||
|
||
7. Select the empty intermediate frames between two keyframes, and generate the inbetweens. Repeat the process for the other empty intermediate frames. | ||
|
||
<img src='../docs/figures/CACANi/canani6.png'> | ||
|
||
8. Finally, broadcast the animation. You can choose different animation modes and set different frame rates. | ||
|
||
<img src='../docs/figures/CACANi/canani7.png'> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Make Vector Reference Frame with Krita | ||
|
||
1. Install [Krita](https://krita.org/en/) | ||
2. New File - Create (arbitrary configurations) | ||
3. In Layers panel, remove the default Paint Layer. Then, add a File Layer. Select your reference image, and choose the 'Scale to Image Size' option. You will see image now. Remember to lock the layer in the panel. | ||
4. Add a Vector Layer and move it above the File Layer. Then, choose the 'Bezier Curve Tool' on the left. Select any color you like and set the Size of the curve. | ||
|
||
<img src='../docs/figures/Krita/krita1.png'> | ||
|
||
5. Trace the drawing. Set all the intermediate points to 'Corner point' for better control. Then, drag them to align the curves with the drawing. | ||
|
||
<img src='../docs/figures/Krita/krita2.png'> | ||
|
||
6. After tracing the entire drawing, save it to an svg file: Layer - Import/Export - Save Vector Layer as SVG. Done! | ||
|
||
<img src='../docs/figures/Krita/krita3.png'> | ||
|