From: <rha...@us...> - 2011-06-30 10:30:59
|
Revision: 367 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=367&view=rev Author: rhameeteman Date: 2011-06-30 10:30:53 +0000 (Thu, 30 Jun 2011) Log Message: ----------- KH. * Added max KeyFrames to interface parameters Modified Paths: -------------- trunk/Community/General/Modules/Macros/Viewers/View2DMPRPath.script Modified: trunk/Community/General/Modules/Macros/Viewers/View2DMPRPath.script =================================================================== --- trunk/Community/General/Modules/Macros/Viewers/View2DMPRPath.script 2011-06-30 10:29:14 UTC (rev 366) +++ trunk/Community/General/Modules/Macros/Viewers/View2DMPRPath.script 2011-06-30 10:30:53 UTC (rev 367) @@ -71,6 +71,7 @@ Field showOutputs { type = bool value = False } Field timePoint { internalName = SoView2D.timePoint } Field currentFrame { internalName = MPRPath.currentKeyFrame } + Field maxFrames { internalName = MPRPath.maxKeyFrame } Field currentPlane { internalName = MPRPath.plane } Field rotation { internalName = MPRPath.rotation } Field translation { internalName = MPRPath.translation } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |