mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
use ProcessTVPaintCommands in worker
This commit is contained in:
parent
067f148d8c
commit
27009cb54f
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import signal
|
|||
import time
|
||||
import asyncio
|
||||
|
||||
from openpype.hosts.tvpaint.worker import TVPaintCommands
|
||||
from openpype.hosts.tvpaint.worker import ProcessTVPaintCommands
|
||||
from avalon.tvpaint.communication_server import (
|
||||
BaseCommunicator,
|
||||
CommunicationWrapper
|
||||
|
|
@ -69,7 +69,7 @@ class WorkerCommunicator(BaseCommunicator):
|
|||
job_data = job["data"]
|
||||
workfile = job_data["workfile"]
|
||||
if job_data.get("function") == "commands":
|
||||
commands = TVPaintCommands(
|
||||
commands = ProcessTVPaintCommands(
|
||||
workfile, job_data["commands"], self
|
||||
)
|
||||
commands.execute()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue