1

I'm really new to Blender and learning some basics. I have a very limited knowledge about modifiers and nodes. So is there any way to separate an extrusion from the main object and give it new color material? I already tried the ctrl+P multiple times and it didn't work.

There's this simple building I'm working on. I used extrude to make a door frame for it. But when I want to give the door frame a different color, the whole building changes the color. I used separation or material by selecting and using control P, but still no results.

The funny part is that I made window frames from the very same object and separated it. It works just fine. but the door! I've been searching it for a while and all the answers were like using the ctrl+P or using nodes and modifiers which is really new and confusing for me.

I left some screen shot for better understanding. <3 sorry if the question is repetitive and dumb XD enter image description here

  • I suggest you watch a few videos on using materials in Blender. This section in the Blender manual should get you started and shows that you don't need to separate parts or use modifiers or nodes to achieve waht you want. – John Eason Mar 08 '24 at 10:07

1 Answers1

0

CtrlP is to parent an object to another, I doubt this is what you want here? If you want to separate some faces from a mesh to make a new object you need to select them (press L to easily select a separate mesh within the same object) and press P. That said, if you want to give another material to some faces, you don't need to create a new object, just select the faces, create a new material in the Material panel and click on Assign:

enter image description here

moonboots
  • 155,560
  • 7
  • 105
  • 171