Jump to content

Multiple Faces in an Object with the same number


Lexitus
 Share

You are about to reply to a thread that has been inactive for 3136 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I am writing a scipt to change the texture on one face of an object.   The script works, but it also changes another face because it has the same number.  How do I change one face when there are multiple faces with the same number.

Link to comment
Share on other sites

its possible for a mesh object (example a cube), where it has only 1 face on all the 6 sides but at the same time, it shows different stuff.

if thats the case, changing color is only possible on all the faces.

the only thing you can do is change texture then, and to manage that efect each "side" has an area so you will have to find out which one is it.

 

now if you just use ALL_SIDES you need to choose the correct one.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3136 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...