ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimate.c
(Generate patch)

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.52 by greg, Tue Apr 18 04:30:35 2006 UTC vs.
Revision 2.55 by greg, Sat Jun 8 02:49:19 2013 UTC

# Line 416 | Line 416 | setdefaults(void)                      /* set default values */
416          if (!vdef(DISKSPACE)) {
417                  if (!nowarn)
418                          fprintf(stderr,
419 <                "%s: warning - no %s setting, assuming 100 Mbytes available\n",
419 >                "%s: warning - no %s setting, assuming 1000 Mbytes available\n",
420                                          progname, vnam(DISKSPACE));
421 <                vval(DISKSPACE) = "100";
421 >                vval(DISKSPACE) = "1000";
422                  vdef(DISKSPACE)++;
423          }
424          if (!vdef(RSH)) {
# Line 708 | Line 708 | transferframes(void)                   /* catch up with picture transf
708                  *cp++ = ' ';
709                  sprintf(cp, fbase, i);
710                  while (*cp) cp++;
711 <                strcpy(cp, ".pic");
711 >                strcpy(cp, ".hdr");
712                  cp += 4;
713          }
714          if (runcom(combuf)) {           /* transfer frames */
# Line 1061 | Line 1061 | int    rvr
1061          }
1062                                                  /* output file name */
1063          sprintf(fname0, vval(BASENAME), frame);
1064 <        sprintf(combuf+strlen(combuf), " > %s.pic", fname0);
1064 >        sprintf(combuf+strlen(combuf), " > %s.hdr", fname0);
1065          if (rvr)                                /* in recovery */
1066                  return(runcom(combuf));
1067          bruncom(combuf, frame, frecover);       /* else run in background */
# Line 1134 | Line 1134 | countviews(void)                       /* count views in view file */
1134   static char *
1135   getexp(int n)                   /* get exposure for nth frame */
1136   {
1137        extern char     *fskip();
1137          static char     expval[32];
1138          static FILE     *expfp = NULL;
1139          static long     *exppos;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines