You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In each WMOGroup, when we load the group, we're manipulating some properties on the defs coming over from MOMT-- things like assigning indoor/outdoor flags, etc.
To avoid unexpected overrides of these properties, rather than directly manipulate the original MOMT material def object, we should clone the material def and then manipulate it.
The text was updated successfully, but these errors were encountered:
In each
WMOGroup
, when we load the group, we're manipulating some properties on the defs coming over fromMOMT
-- things like assigning indoor/outdoor flags, etc.To avoid unexpected overrides of these properties, rather than directly manipulate the original
MOMT
material def object, we should clone the material def and then manipulate it.The text was updated successfully, but these errors were encountered: