home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Multimedia
/
k3d-setup-0.7.11.0.exe
/
share
/
k3d
/
scripts
/
print_selected_objects.py
< prev
next >
Wrap
Text File
|
2008-07-27
|
278b
|
15 lines
#python
import k3d
selection_node = Document.get_node_by_metadata("inode_selection", "ngui:unique_node", "node_selection")
for node in selection_node.selected_nodes():
print "Selected:", node.name
import sys
sys.stdout.flush()
k3d.ui().message("Output sent to console")