top of page

import sys

sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")

from AZSTOKE_SILVER_python import *


def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")


AZ_SetTrackAllSoloOFF(0)

- SCRIPT -

AZ_SetTrackAllSoloOFF(projID)

- API -

対応バージョン:

1.0.0

以降

TRACK

AZ_SetTrackAllSoloOFF

Set solo to OFF for all tracks

- API Detail-

▼Input value

  • projID(integer) : Project ID

▼Output value

  • retval(bool): Whether the API execution was successful or not

bottom of page