Blender: Duplicate-Mirror-Join issue

Get some help with creating maps or modding.
Need a map editor or other tools, look here!
Shimoo_
New user
Posts: 2
Joined: 06 Feb 2011, 20:37

Blender: Duplicate-Mirror-Join issue

Post by Shimoo_ »

Hi,

I'm trying to do the following in blender:
I import a .pie file of one of the cyborgs weapons, ( e.g., the light cannon ). I want to make a dual cannon cyborg, so I duplicate the cannon mesh ( except connectors and the "empty" thing ) mirror it and then join. The problem is, when I join the meshes, the normals of the faces of one of the two are inverted, the textures are facing inside, not outside. Anyone knows how to do this without messing texture orientation?
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Blender: Duplicate-Mirror-Join issue

Post by milo christiansen »

You can select all inverted faces and in one of the menus is somthing like "reverse vertice order", I dont remember which one
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Blender: Duplicate-Mirror-Join issue

Post by Jorzi »

hotkey ctrl+N in editmode recalculates normals ;)

EDIT: removing doubles first is also a good idea, the blender 2.49 pie importer doesn't join adjacent faces automatically, but creates separate vertices for each face.
ImageImage
-insert deep philosophical statement here-
Shimoo_
New user
Posts: 2
Joined: 06 Feb 2011, 20:37

Re: Blender: Duplicate-Mirror-Join issue

Post by Shimoo_ »

Ctrl+N worked! Thank you. Now back to twin weapon cyborgs work.