Skip to content
Snippets Groups Projects
Commit 94eea485 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-13545 FIXED The 'Flexible Path' settings can be pasted to the sculpted object

parent 3fde31b6
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
......@@ -981,7 +981,7 @@ void LLPanelVolume::onPasteFeatures()
else
{
LLVOVolume *volobjp = (LLVOVolume *)objectp;
if (volobjp->setIsFlexible(is_flexible))
if (volobjp->setIsFlexible(false))
{
mObject->sendShapeUpdate();
LLSelectMgr::getInstance()->selectionUpdatePhantom(volobjp->flagPhantom());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment