Parent Directory
|
Revision Log
Sticky Revision: |
Don't panic. Updating copyright stamps
Merging changes from new doco branch. All docstrings are now in reStructured text. A few email addresses have been fixes as well.
Remainder of copyright date fixes
Updating copyright notices
all tests passed under scons on 4 mpi processes with openmpi on shake34
Change __url__ to launchpad site
pyvisi is now rejecting to work under MPI with more than 1 processor. Tests for this configuration are dropped now.
Copyright updated in all python files
And get the *(&(*&(* name right
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Make a temp copy of the trunk before checking in the windows changes
- Updated the epydocs and guide. Deleted redundant files and methods. Tidied up the codes.
Update the way movies are generated. Please refer to the examples. The user can now either specify the image range(first and last images inclusive): mov.imageRange(input_directory = PYVISI_EXAMPLE_IMAGES_PATH, first_image = IMAGE_NAME + "000938.jpg", last_image = IMAGE_NAME + "000948.jpg") mov.makeMovie(os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, "movie.mpg")) or the user can specify a list of images: lst = ['image1.jpg', 'image5.jpg', 'image7.jpg] mov.imageList(input_directory = PYVISI_EXAMPLE_IMAGES_PATH, image_list = lst) mov.makeMovie(os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, "movie.mpg"))
- Fixed a minor bug in the Camera module. - Added some extra capability to the Movie module. - The Camera module now has the capability to perform parallel projection by calling the 'parallelProjectionOn' method. - The Camera at this stage is only capable of zooming towards the rendered object using 'dolly'. However, it appears that 'dolly' cannot be used to perform zooming out.
A Scalar Bar can now be displayed by creating an instance of a 'Legend'. The Scalar Bar can either show the scalar data range or vector data range. Corresponding examples and tests have also been added.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |