lehthanis
11-09-2009, 06:14 PM
I think I may be wrong, but my previous post was to eliminate the need for me to establish pivot point helpers for my objects that I'm trying to export. I have to rotate the objects around the origin, which I am now doing using the about context.
In the past, each object had a pivot of 0,0,0 and to tell the exporter where the pivot of each piece is supposed to be I used point helpers...clumsy, but it worked...and now I want to get away from that.
So I'm rotating and scaling snapshotasmesh trimesh nodes of my object so the original mesh stays unaltered in max. Basically the export operation takes place on a snapshot in memory, which is great...
However, I seem to be unable to retrieve the .pos or .pivot point of my trimesh node that results from the snapshotasmesh.
In the past I called for the .pivot.x property of the point helper AFTER it was scaled/rotated...now I'm trying to get the same property from my trimesh, but it says the property doesn't exist.
how can I get the pivotpoint of the now scaled/rotated resulting trimesh?
In the past, each object had a pivot of 0,0,0 and to tell the exporter where the pivot of each piece is supposed to be I used point helpers...clumsy, but it worked...and now I want to get away from that.
So I'm rotating and scaling snapshotasmesh trimesh nodes of my object so the original mesh stays unaltered in max. Basically the export operation takes place on a snapshot in memory, which is great...
However, I seem to be unable to retrieve the .pos or .pivot point of my trimesh node that results from the snapshotasmesh.
In the past I called for the .pivot.x property of the point helper AFTER it was scaled/rotated...now I'm trying to get the same property from my trimesh, but it says the property doesn't exist.
how can I get the pivotpoint of the now scaled/rotated resulting trimesh?
