Anim8or Community

General Category => Anim8or v1.0 Discussion Forum => Topic started by: Claude on October 22, 2017, 10:24:05 pm

Title: V1.0b small material bug
Post by: Claude on October 22, 2017, 10:24:05 pm
Create material one in object mode.
Create material two in file mode.
Create mesh.
Apply material one to a few faces.
Apply material two to a few different faces.
Material two appears on all faces.
I think the problem is that they both have
the default name material01.
Title: Re: V1.0b small material bug
Post by: Steve on October 23, 2017, 12:58:46 am
This is how it's designed. Materials are bound by name. There are two layers, file = global, object = local. When an object's material is bound Anim8or first looks in the object material list for the name. It it finds it the that is the material used. If not, then Anim8or looks in the file material list.
Title: Re: V1.0b small material bug
Post by: Claude on October 23, 2017, 08:23:40 am
I understand how it works.It's fine.
My point is if the material name is the  material identifier,
there should be no duplicate especially if it brings a
malfunction in the eye of the user.
My suggestion was simply when a material is created
to extend the search for a duplicate to the entire file.
Title: Re: V1.0b small material bug
Post by: Trevor on October 23, 2017, 10:43:17 am
Claude, I disagree.
Per Object materials are overrides to the file material. If you could not have the same name then you cant override a material without having to select all faces of said material and then assign a new material.
You might have 3 models each with different flight group colours, instead of having to select all FGDecal materials and then changing for each model to a new name, you simply share materials then in each model you only have to change the colour of FGDecal, no selections and easy make an nth model since no need to change names.

Trev
Title: Re: V1.0b small material bug
Post by: Steve on October 23, 2017, 12:57:56 pm
Here's my logic for designing materials this way:

1. There is a need for materials local to each object. Putting all of the materials in one giant pool quickly becomes unwieldy for large projects. So there are object-level materials.

2. There is a need for using the same material in multiple objects. Making changes to this material is difficult if you need to edit each one individually. So there are global-level materials.

3. If you import an object with a large number of materials and some of them have the same name as an existing material, how should it be handled? Anim8or's two layered scheme avoids requiring the user to rename a lot of the local materials whose names conflict with global material names.
Title: Re: V1.0b small material bug
Post by: Trevor on October 23, 2017, 02:42:02 pm
I should note that I have never used global materials and had to come up with my example pretty quickly, and its not because I don't have a use for global materials, I just keep forgetting about them since they are never used unless you actually make a new material in there.

Trev
Title: Re: V1.0b small material bug
Post by: thecolclough on October 23, 2017, 06:08:09 pm
sorta-related issue: i've often made a local material by mistake when i actually wanted a global (because the materials panel defaults to local view on startup) and then had to scrap it and remake it as a global.  for incidents like that, it'd be great if local materials could have a 'convert to global' button that moves them onto the global list.

being able to copy and paste local materials would be nice as well (unless that's already doable somehow and i've just missed it?)
Title: Re: V1.0b small material bug
Post by: Trevor on October 23, 2017, 06:22:08 pm
Copy and paste materials can be done via edit menu, but I like your idea for global material option.

Trev
Title: Re: V1.0b small material bug
Post by: thecolclough on October 24, 2017, 12:58:59 pm
Copy and paste materials can be done via edit menu
huh, there go my powers of observation again :P
thanks for the tip :D
Title: Re: V1.0b small material bug
Post by: Claude on October 24, 2017, 02:08:41 pm
Steve

1 - 2 Never had any problem with that.
3      I understand the lesser of 2  evils choice.

Nice to have confirmation of  the material priority rule.
Thanks for your time.
Have a nice day.