As I was asked by ElBloko, I Just wanted to put here the basic usage of my old python script : octaneInstancer.py
Just run those lines to show the UI :
Code: Select all
import octaneInstancer
octaneInstancer.ui()
Second converts selected mesh (and all instances) to instancer node.
And the last one exports .csv files for octane from selected instancers nodes.
The files are splitted regarding each object connected to the instancer.
You just have to select/save the directory where you want to save the files through the maybe confusing dialog.
Cheers