Skip to content

arNotice

Alexander Richter edited this page Dec 7, 2024 · 5 revisions

PATH: scripts/plugins/arNotice.py

Popup to inform the user about success, warnings, problems and extra information.

arnotice

import arNotice

# set note
note = arNotice.Notice(title    = 's310_Halo_RIG_v004',
                       msg      = 'open this and this file',
                       user     = 'name', # optional
                       func     = 'LOAD',
                       img      = 'icon/load',
                       img_link = 'www.richteralexander.com')

# create note
arNotice.ArNotice(note)
Clone this wiki locally