disable edit tangent buttons when select multiple values
This commit is contained in:
@@ -349,7 +349,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
|
|||||||
|
|
||||||
private bool CanSetTangentMode()
|
private bool CanSetTangentMode()
|
||||||
{
|
{
|
||||||
return HasPointSelected || HasTangentsSelected;
|
return !HasDifferentTypes && !HasDifferentValues && (HasPointSelected || HasTangentsSelected);
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool CanSetTangentSmoothIn()
|
private bool CanSetTangentSmoothIn()
|
||||||
|
|||||||
Reference in New Issue
Block a user