Appears to be a bug in the OpenSim API: the OpenSim::ExternalLoads is typically built from an XML file, which is then listed as the associated document in the OpenSim::Object. The associated document is wiped every time the object is copied, which then makes reinitialization fail.
Appears to be a bug in the OpenSim API: the
OpenSim::ExternalLoads
is typically built from an XML file, which is then listed as the associated document in theOpenSim::Object
. The associated document is wiped every time the object is copied, which then makes reinitialization fail.