- May 26, 2010
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
- May 25, 2010
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
- May 21, 2010
-
-
Sven Buijssen authored
COMP: Workaround for bug #09452 on Solaris SPARC. Original fix 32594b13 broke compilation on Solaris SPARC.
-
Zhanping Liu authored
Now directories with trailing names can be shown in the file dialog on Unix.
-
Robert Maynard authored
Bug 9869 only fixed char arrays, not unsigned char arrays. This corrects that mistake.
-
Robert Maynard authored
-
Sven Buijssen authored
-
John Biddiscombe authored
-
John Biddiscombe authored
-
Dave DeMarle authored
-
Dave DeMarle authored
-
Dave DeMarle authored
-
Dave DeMarle authored
-
Dave DeMarle authored
Time depth composite on server and transfer time from server to client.
-
David Partyka authored
-
- May 20, 2010
-
-
David Partyka authored
-
David Partyka authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
David Partyka authored
-
David Partyka authored
-
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- May 18, 2010
-
-
David Partyka authored
-
David Partyka authored
Conflicts: Parallel/vtkWindBladeReader.cxx
-
David Partyka authored
1) Currently the class does not support the "normalIndex" field. It assumed that the number of normals matched the number or vertex. The "normalIndex" field was ignored. The code has been changed to process the normals the same as the "tcoords" in that it correctly maps the normals to the vertex points. 2) The "colorIndex" field always assumed that the colors are ColorsPerVertex. Actually it can be specified by colors per vertex or colors per face. The code was changed that if the number of color index values match the number of faces it maps the colors by face and not be vertex. 3) The "rotation" command in the "Transform" keyword is not supported. This was not added but should be noted as a bug.
-
- May 17, 2010
-
-
David Partyka authored
-
David Partyka authored
Applied Patch from Mike Jackson.
-
- May 13, 2010
-
-
David Partyka authored
-
David Partyka authored
See bug 0010621.
-
David Partyka authored
-
- May 11, 2010
-
-
David Partyka authored
Pat Fasel add fixes to properly load in blade data and topography data.
-
David Partyka authored
This will functionality will be refactored in 3.8.2 as per Marcus
-
- May 07, 2010
-
-
David Partyka authored
-
David Partyka authored
BUG:OSMesa does not have renderwindow interactor by defintion.
-
Utkarsh Ayachit authored
Save screenshot was not respecting the stereo option chosen in the dialog. Fixed that.
-