Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Try again at conforming to naming convention.
Conform to previous naming convention.
Clean windows compile in case we need to revert something.
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
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"))
Made some minor updates to the test.
Made some changes to fix the memory leak problem. However, the problem still persists for run_escript_with_lazy_evaluation.py, run_streamline.py and run_streamline_with_lazy_evaluation.py.
Added the updated files for pyvisi and removed some incorrect reference images.
Added back in some files that were accidentally deleted.
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 |