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_DeleteAllRegion(0)

- SCRIPT -

AZ_DeleteAllRegion(projID)

- API -

対応バージョン:

1.0.0

以降

MARKER

AZ_DeleteAllRegion

Delete all regions

- API Detail-

checkStr(string): The text to check

bottom of page