mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix invalid imports
This commit is contained in:
parent
11788c62c3
commit
599f620247
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ ExManCmd /install {path to addon}/api/extension.zxp
|
||||||
The easiest way to get the server and Photoshop launch is with:
|
The easiest way to get the server and Photoshop launch is with:
|
||||||
|
|
||||||
```
|
```
|
||||||
python -c ^"import ayon_core.hosts.photoshop;ayon_core.hosts.photoshop.launch(""C:\Program Files\Adobe\Adobe Photoshop 2020\Photoshop.exe"")^"
|
python -c ^"import ayon_photoshop;ayon_photoshop.launch(""C:\Program Files\Adobe\Adobe Photoshop 2020\Photoshop.exe"")^"
|
||||||
```
|
```
|
||||||
|
|
||||||
`avalon.photoshop.launch` launches the application and server, and also closes the server when Photoshop exists.
|
`avalon.photoshop.launch` launches the application and server, and also closes the server when Photoshop exists.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ from ayon_core.lib import (
|
||||||
is_using_ayon_console,
|
is_using_ayon_console,
|
||||||
)
|
)
|
||||||
from ayon_applications import PreLaunchHook, LaunchTypes
|
from ayon_applications import PreLaunchHook, LaunchTypes
|
||||||
from ayon_core.hosts.photoshop import get_launch_script_path
|
from ayon_photoshop import get_launch_script_path
|
||||||
|
|
||||||
|
|
||||||
def get_launch_kwargs(kwargs):
|
def get_launch_kwargs(kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue