aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorRobert Adams2017-06-04 20:51:56 -0700
committerRobert Adams2017-06-04 20:51:56 -0700
commitfa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606 (patch)
tree473a9888ef86a256e6e36d56af167ba2037f978b /OpenSim/Data
parentremove redundant UpdateMovementAnimations(); (diff)
downloadopensim-SC_OLD-fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606.zip
opensim-SC_OLD-fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606.tar.gz
opensim-SC_OLD-fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606.tar.bz2
opensim-SC_OLD-fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606.tar.xz
Correct parsing of 'Media' XML element in PrimitiveBaseShape when reading an OAR file.
The code used to call Serializer.ReadElementContentAsString() and then expected to pass the XML to PrimitiveBaseShape.FromXml to parse. This would throw as ReadElementContentAsString does not allow any children of the element. Reading with Serializer.ReadInnerXml() was the fix. This was only not a problem because most often shapes don't have media and most simulators don't output anything if the media array is empty.
Diffstat (limited to 'OpenSim/Data')
0 files changed, 0 insertions, 0 deletions