lwanmtr opened this issue on Sep 03, 2002 ยท 2 posts
Lemurtek posted Tue, 03 September 2002 at 11:50 PM
What version of LW are you using? Versions prior to 7.5 did not import or export group information to .obj files. This is problably why pointing the CR2 to your new object didn't work, no groups in the object file to match the groups in the cr2. In LW 7.5, .obj groups are brought in as parts, and .obj materials are brought in as surfaces. In previous versions, only the surfaces and UV map are retained. It takes a lot of extra work in pre 7.5 LW, you basically have to fake groups using materials, for instance, you would select all the polygons belonging to the group head, hide all the other polygons, then select the different surfaces of the head group, i.e. skin, teeth etc., and create a surface called 'head_skin', 'head_teeth' You need to do this for each body part group. After exporting the object, you can then use UVMapper or a text editor to separate the material names into the appropriate material and group names- usemtl head_skin would become two lines in the .obj file: g head usemtl skin You can do this in UVMapper by selecting by material, and then assign to the new group and material, or even better in a text editor. Regards- Lemurtek