I think the instancing feature is something good for manage scene and re-use an object in future project... but....
I just give it up about re-use an object because of this problem that I show you in the picture... below...
Placement Node BIG problem for me
Forum rules
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
hi, the solution is to use two placement node, the first for rotation only and the second for translation 
ciao beppe

ciao beppe
@A2Zen: I totally agree with you ! I was going to post a feature request about that, in order to make this node operate Rotation treatment first.
It sounds much more logical imho.
Before thinking of using an other placement node first just for rotation, I pulled my few remaining hair to place my cars and city props in my current London scene !
It sounds much more logical imho.
Before thinking of using an other placement node first just for rotation, I pulled my few remaining hair to place my cars and city props in my current London scene !
French Blender user - CPU : intel Quad QX9650 at 3GHz - 8GB of RAM - Windows 7 Pro 64 bits. Display GPU : GeForce GTX 480 (2 Samsung 2443BW-1920x1600 monitors). External GPUs : two EVGA GTX 580 3GB in a Cubix GPU-Xpander Pro 2. NVidia Driver : 368.22.
the placement node is intended to be used with only few copies of an object, for more than three objects it's better to use the scatter node, if your host application can give you the matrix 
ciao beppe

ciao beppe
bepeg4d wrote:the placement node is intended to be used with only few copies of an object, for more than three objects it's better to use the scatter node, if your host application can give you the matrix
ciao beppe
I make interior scene and modelling with Rhinoceros ... I already have Octane for 3dsmax plugin license but... 3dsMAX is very very very ..slowwwwww compare to Rhino 5 ... so I just export scene and objects directly from Rhino 5 and it work quite good (no need for exporter... I just use native OBJ export)
I have no idea about transformation matrix.... but I think this simple thing like transformation of each instance in octane should be more easy to use... and easy to understand....
plus more.. in order to generate that MATRIX information... do I need to put the things in to the right place before generate a Matrix code for them ?
Can I just export each of my furniture model into a single obj and load them directly to octane and manage the scene on the fly ? I dont want to put all the thing in place and export them... I want to load them as I need and moving them freely in Octane...
It´s simple,
you must convert your desired rotation in a 3x3 rotation matrix. Then multiply your destination vector with this matrix.
Subtract your result from the destination vector. This is the vector which you must type in your translation value
face
you must convert your desired rotation in a 3x3 rotation matrix. Then multiply your destination vector with this matrix.
Subtract your result from the destination vector. This is the vector which you must type in your translation value

face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
face wrote:It´s simple,
you must convert your desired rotation in a 3x3 rotation matrix. Then multiply your destination vector with this matrix.
Subtract your result from the destination vector. This is the vector which you must type in your translation value
face
Thanks face !! but... It's sound like a technical thing to me... I am not a programmer so ... Can you give me some example for that....?

(I am just very confuse studying how to use grasshopper in Rhino to generate the transformation matrix.... but I think it's not suite me...well..)