aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObjectMaterial.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers.Jeff Ames2009-04-141-1/+28
|
* Update svn properties.Jeff Ames2009-04-141-88/+88
|
* * Minor MRM CleanupAdam Frisby2009-04-111-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[?]
* * Implements IObject.Materials[].*Adam Frisby2009-04-091-0/+91
* This lets you do things like IObject.Materials[0].Texture = new UUID("0000-...");