aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObjectMaterial.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-14Add copyright headers.Jeff Ames1-1/+28
2009-04-14Update svn properties.Jeff Ames1-88/+88
2009-04-11* Minor MRM CleanupAdam Frisby1-4/+1
* Interfaces now live in Interfaces subdirectory. * Namespace does not yet reflect this change. * Final namespace for MRMs will probably sit somewhere around OpenSim.Extend.MRM[?]
2009-04-09* Implements IObject.Materials[].*Adam Frisby1-0/+91
* This lets you do things like IObject.Materials[0].Texture = new UUID("0000-...");