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")
track = AZ_GetTrackItemSelect(0,0,1)
AZ_SetTrackItemDepth(track,0)
- SCRIPT -
AZ_SetTrackItemDepth(track,setDepth)
- API -
対応バージョン:
1.0.0
以降
TRACK
AZ_SetTrackItemDepth
Set specified track item hierarchy
LUA
- API Detail-
▼Input value
track(MediaTrack): track item
setDepth(integer): Number of layers
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page