Closed s-n-naik closed 1 year ago
Hi, Is there a way of running .lpy files directly from the terminal and saving the output to .ply without the plantGL viewer?
from openalea.lpy import * l = Lsystem('myfile.lpy') lstring = l.derive() sc = l.sceneInterpretation(lstring) sc.save('myfile.ply')
Hi, Is there a way of running .lpy files directly from the terminal and saving the output to .ply without the plantGL viewer?