Selected a node a print: the actual value of each attribute, limits, type …
import flame mynode = flame.batch.current_node.get_value() print '******** ', mynode.name, ' ********' print '' # mynode_attr will be a list mynode_attr = mynode.attributes # sort the list mynode_attr.sort()… Read more
You must be logged in to post a comment.