[Patchanim-commit] SF.net SVN: patchanim:[264] trunk/patchanim/src/com/mebigfatguy/patchanim
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-12-26 05:32:41
|
Revision: 264
http://patchanim.svn.sourceforge.net/patchanim/?rev=264&view=rev
Author: dbrosius
Date: 2008-12-26 05:32:38 +0000 (Fri, 26 Dec 2008)
Log Message:
-----------
fix comment
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsl
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java
trunk/patchanim/src/com/mebigfatguy/patchanim/main/PatchAnimBundle.java
trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
@@ -57,7 +57,7 @@
PatchGenerator.buildCoefficients(frac, coeffs);
double out = 0.0;
for (int i = 0; i < 4; i++) {
- out += coeffs[i] * (points[i].y / 100.0);
+ out += coeffs[i] * points[i].y / 100;
}
return out;
}
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsd 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,6 +1,6 @@
<!--
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsl
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsl 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimDoc.xsl 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,6 +1,6 @@
<!--
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimExtension.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/io/PatchAnimIO.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/main/PatchAnimBundle.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/main/PatchAnimBundle.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/main/PatchAnimBundle.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2008-12-26 05:22:15 UTC (rev 263)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2008-12-26 05:32:38 UTC (rev 264)
@@ -1,5 +1,5 @@
/*
- * patchanim - A bezier surface patch color blend gif builder
+ * patchanim - A bezier surface patch color blend animation builder
* Copyright (C) 2008 Dave Brosius
*
* This library is free software; you can redistribute it and/or
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|