Page 7 of 7

Re: GoW PyPRP 1.6.0 Beta 2 released

Posted: Tue Oct 27, 2009 4:50 am
by dendwaler
Why export empty meshes? Why not use Empty objects?

Sorry when i used wrong words, anyway i use "empty objects".
(i consider a mesh or an object the same, especially when they are empty.)

I use empty's as offsets in Array's.
You can give a rotation to an empty in any direction even combined.
This is very usefull in array's for modelling "rotated stairs" or "leaves around a tree" etc.
Transforming the empty, results in transforming the array.
it add's the difference of -distance and rotation- of the object centers between the
first array element and the reference empty, to the next array element.
Simply "grab" the empty and move it .
you see the result in real time.

I have been looking quite a while for what i did wrong when my export failed.
Agreed, its not very important , assigning a material is done in a split second.
It's just "Odd" you have to do that.

Re: GoW PyPRP 1.6.0 Beta 2 released

Posted: Tue Oct 27, 2009 6:33 am
by D'Lanor
How are you making empties then? True empties cannot even have materials!

Re: GoW PyPRP 1.6.0 Beta 2 released

Posted: Tue Oct 27, 2009 10:18 am
by dendwaler
@ Lontahv and d' Lanor,
you are both right.
I was using EmptyMesh instead of an Empty!
My stupid was, I did not even noticed to have that choise!....(and it did work).
I thought that the "emptymesh" was an object to, like the cube and the cylinder in the same Mesh subdir.
Thx you both for helping me realizing to be completely wrong.
I changed things to the real Empties and there are no export problems at all.