mantis 8263: recover the ignore of texture changes if only materialID changed. That should be done by respective cap (as before)
parent
8479658cd0
commit
8eb9bc8b19
|
@ -2583,6 +2583,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
if(ParentGroup != null)
|
if(ParentGroup != null)
|
||||||
ParentGroup.InvalidateEffectivePerms();
|
ParentGroup.InvalidateEffectivePerms();
|
||||||
}
|
}
|
||||||
|
|
||||||
// same as above but called during group Effective Permission validation
|
// same as above but called during group Effective Permission validation
|
||||||
public void AggregatedInnerPermsForGroup()
|
public void AggregatedInnerPermsForGroup()
|
||||||
{
|
{
|
||||||
|
@ -5227,8 +5228,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (changeFlags == 0)
|
||||||
|
return;
|
||||||
m_shape.TextureEntry = newTex.GetBytes();
|
m_shape.TextureEntry = newTex.GetBytes();
|
||||||
if (changeFlags != 0)
|
|
||||||
TriggerScriptChangedEvent(changeFlags);
|
TriggerScriptChangedEvent(changeFlags);
|
||||||
ParentGroup.HasGroupChanged = true;
|
ParentGroup.HasGroupChanged = true;
|
||||||
ScheduleFullUpdate();
|
ScheduleFullUpdate();
|
||||||
|
|
Loading…
Reference in New Issue