3

In Blender 2.8 I tried to join several objects together using CTRL + J: function doesn't work and can't find it elsewhere. I want to join into 1 object so that I can append that file to a new one and not have to import several objects. Anyone know how to join in 2.8?

Link to .blend file

indys
  • 35
  • 1
  • 1
  • 6

2 Answers2

2

If you select every thing Mesh objects, Lights, Camera etc then open the Object menu you will find that the Join option has been greyed out, and it wont appear in the search either.

enter image description here

If you select only the Mesh objects then you can use the Join function and Join operation will appear in the Search.

enter image description here

3fingeredfrog
  • 5,670
  • 9
  • 12
  • 2
    Selecting pieces one by one in the hierarchy worked; previously, I had deselected everything, went to wireframe and box selected all the lighthouse pieces and nothing else. Box selecting left the 'Join' command greyed out, but using your method of hierarchy selection made 'Join' active. Weird. Thanks very much, 3fingeredfrog. – indys Feb 28 '19 at 18:16
  • Just mentioning this because if i remember correctly in an earlier post you mentioned that you intended using this lighthouse model in an external game engine? If so then i would guess you need to fix your railings because they are only one sided ! The railings will appear transparent when viewing the lighthouse from the exterier. i'll post some screenshots just in case face normals are new to you :) – 3fingeredfrog Feb 28 '19 at 18:39
  • Is there a way to automatically select only meshes if it's hard to select everything one by one? – B''H Bi'ezras -- Boruch Hashem Jul 29 '22 at 05:54
0

The railings are one sided. Mostly the face normals are facing inwards (see the little blue lines in the screen shots below) which may be a problem when using this model in a game engine. The railings will appear transparent when viewed from outside.

enter image description here

To veiw the model as it will likely appear in a game engine then enable the Backface Culling option in the Shading menu.

enter image description here

3fingeredfrog
  • 5,670
  • 9
  • 12
  • thanks very much for the explanation- you're right, I'm not familiar with face normals. This is a different model I'm using just for fun in Cycles, not for a game, but I appreciate you taking the time to explain. Thanks again. – indys Mar 01 '19 at 15:19