Justin Clark-Casey (justincc)
|
ba8f9c9d0a
Try naming the materials handlers again, this time registering the POST as RenderMaterials
|
11 years ago |
dahlia
|
0120e858b7
remove names from Capability handlers (added by justincc in commit 013710168b3878fc0a93a92a1c026efb49da9935) as they seem to disable the use of multiple access methods for a single Capability in MaterialsDemoModule
|
11 years ago |
dahlia
|
065f8f56a2
remove some cruft and trigger a rebuild
|
11 years ago |
dahlia
|
33eea62606
remove an invalid null UUID check which caused a warning
|
11 years ago |
Justin Clark-Casey (justincc)
|
013710168b
For stat purposes, add names to capability request handlers where these were not set
|
11 years ago |
dahlia
|
4cb4c9fb25
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
dahlia
|
cbb5122729
add some locking to materials storage dictionary
|
11 years ago |
Justin Clark-Casey (justincc)
|
f6ce87c96d
Reinsert code for gathering uuids reference by materials back directly into UuidGatherer for now.
|
11 years ago |
dahlia
|
d47fc48b32
and yet another check for null returned from DynAttrs.GetStore()
|
11 years ago |
dahlia
|
c1b8f83dd4
test for null return from DynAttrs.GetStore()
|
11 years ago |
Justin Clark-Casey (justincc)
|
149487ea0f
refactor: Move code for gathering textures referenced by materials into MaterialsDemoModule from UuidGatherer
|
11 years ago |
Justin Clark-Casey (justincc)
|
f7d09b898a
Make the concept of namespaces explicit in dynamic attributes
|
11 years ago |
dahlia
|
69f07fdb34
Materials persistence via SceneObjectPart.dynAttrs. This appears to work across region restarts and taking objects into inventory, but probably will not work across archiving via OAR or IAR as materials texture assets may not be adequately referenced to trigger archiving.
|
11 years ago |
dahlia
|
233f761779
handle PUT verb for RenderMaterials Cap
|
11 years ago |
dahlia
|
258804cc04
RenderMaterials POST Cap now return material entries when invoked with an OSDArray of MaterialIDs
|
11 years ago |
dahlia
|
06829c4082
remove default parameter value that apparently mono cant handle
|
11 years ago |
dahlia
|
d5419f0a46
Initial experimental support for materials-capable viewers. This is in a very early stage and this module is disabled by default and should only be used by developers for testing as this module could cause data corruption and/or viewer crashes. No materials are persisted yet.
|
11 years ago |