Prevent origin and base entities from transforming
This commit is contained in:
@@ -229,6 +229,17 @@ bool ViewProviderPlane::isSelectable(void) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ViewProviderPlane::setEdit(int ModNum)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void ViewProviderPlane::unsetEdit(int ModNum)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user