|
1 | 1 | # Plug In Installation |
2 | 2 |
|
3 | | -Plug-ins must have an installer. This simplifies installation by the user, provides more compact distribution, and ensures all the pieces are installed correctly. |
| 3 | +Plugins must have an installer. This simplifies installation by the user, provides more compact distribution, and ensures all the pieces are installed correctly. |
4 | 4 |
|
5 | | -Create a container folder for your plug-in(s) to minimize user confusion. |
| 5 | +Create a container folder for your plugin(s) to minimize user confusion. |
6 | 6 |
|
7 | 7 | Don't unintentionally overwrite existing plugins, or replace newer versions. |
8 | 8 |
|
@@ -34,7 +34,7 @@ Value data: `C:\Program Files\Adobe\Common\Plugins\7.0\MediaCore\\` (or whatever |
34 | 34 |
|
35 | 35 | Starting in CC 2015.3, **control surface plugins** should be installed here: |
36 | 36 |
|
37 | | -`/Library/Application Support/Adobe/Common/Plug-ins/ControlSurface/` |
| 37 | +`/Library/Application Support/Adobe/Common/Plugins/ControlSurface/` |
38 | 38 |
|
39 | 39 | **For sequence presets:** |
40 | 40 |
|
@@ -62,7 +62,7 @@ Value data: `[Adobe Premiere Pro installation path]\Adobe Premiere Pro\Plugins\C |
62 | 62 |
|
63 | 63 | Third-party installers can start from this path, and then modify the string to build the path to the language-specific effect presets. |
64 | 64 |
|
65 | | -**Prior to CC**, the only path given in the registry was the common plug-in path for the most recently installed version of Premiere Pro: |
| 65 | +**Prior to CC**, the only path given in the registry was the common plugin path for the most recently installed version of Premiere Pro: |
66 | 66 |
|
67 | 67 | HKEY_LOCAL_MACHINE/Software/Adobe/Premiere Pro/CurrentVersion |
68 | 68 |
|
@@ -94,11 +94,11 @@ Previously, starting in CC 2015, Premiere Pro provided installer hints for Mac. |
94 | 94 |
|
95 | 95 | The **common plugin location** was at: |
96 | 96 |
|
97 | | -`/Library/Application Support/Adobe/Common/Plug-ins/[version]/MediaCore/` |
| 97 | +`/Library/Application Support/Adobe/Common/Plugins/[version]/MediaCore/` |
98 | 98 |
|
99 | 99 | Starting in CC 2015.3, **control surface plugins** should be installed here: |
100 | 100 |
|
101 | | -`/Library/Application Support/Adobe/Common/Plug-ins/ControlSurface/` |
| 101 | +`/Library/Application Support/Adobe/Common/Plugins/ControlSurface/` |
102 | 102 |
|
103 | 103 | Following OS X Code Signing guidelines, plugins should be installed in this separate shared location rather than in the application bundle. |
104 | 104 |
|
@@ -126,7 +126,7 @@ Following OS X Code Signing guidelines, plugins should be installed in this sepa |
126 | 126 |
|
127 | 127 | ## Plugin Naming Conventions |
128 | 128 |
|
129 | | -On Windows, Premiere Pro plugins must have the file extension ".prm". On macOS, they have the file extension ".bundle". Other supported plug-in standards use their conventional file extensions: ".aex" for After Effects plugins, ".dll" for VST plugins. |
| 129 | +On Windows, Premiere Pro plugins must have the file extension ".prm". On macOS, they have the file extension ".bundle". Other supported plugin standards use their conventional file extensions: ".aex" for After Effects plugins, ".dll" for VST plugins. |
130 | 130 |
|
131 | 131 | While it is not required for your plugin to load, naming your plugins using the plugin type as a prefix (e.g. ImporterSDK, FilterSDK, etc.) will help reduce user confusion. |
132 | 132 |
|
|
0 commit comments