Hi,
Im trying to use post translate to get the number of objects in an instancer node using:
nodes=findByType("Instancer")
nodes[0].get('instances')
But running the above code gives me:
# Error: V-Ray : There was a fatal error building the scene for V-Ray. #
What am I doing wrong?
--
Jacob
Im trying to use post translate to get the number of objects in an instancer node using:
nodes=findByType("Instancer")
nodes[0].get('instances')
But running the above code gives me:
# Error: V-Ray : There was a fatal error building the scene for V-Ray. #
What am I doing wrong?
--
Jacob
Comment