website logo
Auteur
avatar
patbest

Forum » » Logiciel » » [Résolu] - TVPaint


Post� : 22-06-2010 12:11 icone du post

@JaMiGa

Merci, vraiment trop fort!
Le script final:

/* param none */

options results

address 'rexx_TVPaint'


/* reset */
PARSE ARG fichier
if ~SHOW(PORTS,'rexx_TVPaint') then do
ADDRESS COMMAND
'wbrun <>NIL: SYS:Applications/Paint/TVPaint/Tvpaint'
'waitforport rexx_TVPaint'
end
if SHOW(PORTS,'rexx_TVPaint') then do
ADDRESS 'rexx_TVPaint'
tv_LoadPic fichier
end
EXIT

J'ABUSE!!!
Tu n'as pas une idée pour les fichiers .blend?

a+
Patbest

Cet article provient de Meta-MorphOS
https://www.meta-morphos.org/viewtopic.php?topic=569&forum=53