Log of /temp_trunk_copy/pyvisi/py_src/light.py
Parent Directory
|
Revision Log
Revision
1384 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 11 02:29:38 2008 UTC
(13 years, 3 months ago)
by
phornby
File length: 4297 byte(s)
Diff to
previous 1197
Make a temp copy of the trunk before checking in the windows changes
Revision
1197 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 18 02:08:34 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/pyvisi/py_src/light.py
File length: 4297 byte(s)
Diff to
previous 1194
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"))
Revision
1194 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 14 05:53:49 2007 UTC
(13 years, 10 months ago)
by
jongui
Original Path:
trunk/pyvisi/py_src/light.py
File length: 3692 byte(s)
Diff to
previous 1158
- 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.
Revision
1158 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 22 04:24:01 2007 UTC
(13 years, 11 months ago)
by
jongui
Original Path:
trunk/pyvisi/py_src/light.py
File length: 3694 byte(s)
Diff to
previous 1148
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.
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.