X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.g3d.shapeeditor%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fshapeeditor%2Fviews%2FParameterizationEditor.java;h=f758618574a78cad8dc5fcd6e480024d72bc5609;hb=9ad91ae4a059a4c7b219d2560c5b8b8ed1c5f184;hp=07dc17cd955630db309fddcb511f1aeebada0427;hpb=477a3eae417fe71addfcf8f87dab41f87151a384;p=simantics%2F3d.git diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java index 07dc17cd..f7586185 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -34,8 +34,8 @@ import org.simantics.db.GraphRequestAdapter; import org.simantics.db.GraphRequestStatus; import org.simantics.db.Resource; import org.simantics.equation.stubs.SecondOrderScalarPolynomial; -import org.simantics.g2d.stubs.anim.Animation; -import org.simantics.g2d.stubs.anim.Interpolator; +import org.simantics.animation.stubs.Animation; +import org.simantics.animation.stubs.Interpolator; import org.simantics.layer0.utils.ResourceDebugUtils; import org.simantics.layer0.utils.IEntity; import org.simantics.layer0.utils.EntityFactory;