home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNET 2006 October - Disc 2
/
PCNET_CD_2006_10_2.iso
/
apps
/
k3d-all-in-one-setup-0.5.14.0.exe
/
k3d-setup-0.5.14.0.exe
/
share
/
scripts
/
script_recursion.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-12
|
154 b
|
12 lines
#python
import k3d
k3d.ui.message("Howdy,")
recursive_script = """#python
import k3d
k3d.ui.message("World!")
"""
k3d.execute_script(recursive_script)