Skip to content

Commit

Permalink
refactor(notmain): Change directory names: src->Scripts, scripts->aut…
Browse files Browse the repository at this point in the history
…omation.
  • Loading branch information
Liesegang committed Dec 26, 2020
1 parent 6932479 commit 490bf8e
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: build release file
run: |
python3 scripts/build.py ${GITHUB_REF##*/}
python3 automation/build.py ${GITHUB_REF##*/}
- name: Create release
id: create_release
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/build.py → automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re
import zipfile

targetDir = "src"
targetDir = "Scripts"
distDir = "dist"
name = "liesegangs_aescripts"
exclude = [".psd"]
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 導入方法

1. [リリース](https://github.com/Liesegang/liesegangs_aescripts/releases/)から最新の `liesegangs_aescripts.zip` をダウンロード
2. zipを展開し,`src`フォルダ内のすべてのファイル,フォルダを`(After Effectsがインストールされているフォルダ)\Support Files\Scripts` にコピー
2. zipを展開し,`Scripts`フォルダ内のすべてのファイル,フォルダを`(After Effectsがインストールされているフォルダ)\Support Files\Scripts` にコピー
+ デフォルトの場所は `C:\Program Files\Adobe\Adobe After Effects <バージョン>\Support Files\Scripts\ScriptUI Panels` になります.
3. 必要に応じて,`!`から始まるスクリプトにショートカットキーを割り当てる.
+ [こちらのページ](https://sites.google.com/view/youuu4/script%E5%B0%8E%E5%85%A5%E6%96%B9%E6%B3%95ae#h.p_CRVg-gE4sgMp)を参考にしてください
Expand All @@ -14,7 +14,7 @@
### Add Shape Layers
シェイプをワンクリックで追加します.よく使うプロパティが,エフェクトとして追加されます.

![top-page](Documents/AddShapeLayers/demo.gif)
![top-page](documents/AddShapeLayers/demo.gif)

図形は,

Expand Down

0 comments on commit 490bf8e

Please sign in to comment.