Re: Need help about scatter from Maya to standalone
Posted: Wed May 31, 2017 1:45 pm
Hi there,
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 :
The first button converts selected instancer node to regular instanced meshes.
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
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