General Bug Fixes
Average,
PullDown, Pullup will now load sequences on selection.
Fit
crops properly after a transform.
Flipbook
no longer leaves stray threads or processes.
Pasting nodes
now puts them under the cursor.
shake -compare
now works with image sequences.
Convolve
now defaults to 100%.
IMult
bug with ignoreZero has been fixed.
Pixelize
will work correctly on proxy images.
Reorder
rgbn didn’t strip alpha when attached to lumakey. This is fixed.
Hanging node
branches will no longer cause cache conflicts.
Cache corruption
during render is fixed.
Macros will
now show up in pull down menus.
Changing
curve types will no longer delete animation.
Browser respects
if unc naming convention is on or off.
PercentBlur
on file with z-depth information will no longer crash.
FileIn
browser now defaults to sequence listing on.
error: can't
rename Root.NRiWidget1 to NRiRowCol1 has been fixed.
Picking on
a curve that is from an expression will no longer crash.
Hitting Escape
to close flipbook doesn't crash anymore.
noise2d
is now consistent between SGI and NT.
Pasted nodes
now rename internal links.
File sequence
syntax 1-100x2# works correctly.
File syntax
image_#.iff is now recognized.
Flipbook
no longer has different results than GUI with certain images.
LayerX
now handles division by zero.
ZCompose
will now work correctly with BWA images.
TimeX
will now accept non integers.
val() will
now handle doubles.
Grain
within a node chain will no longer render to the display with shake -script.
DilateErode
plus Blur no longer causes a crash.
- WarpX inconsistencies have been fixed.
- RBlur performance has been improved.
- Region of interest now expands correctly with Rblur outer radius
setting.
- 2 channel tiff files are now written correctly
- Tiled tiff format is now supported.
- HTML documentation now uses the default browser.
- Image names with just numbers (0001, 0002) or numbers with extension (0001.iff)
are now properly supported.
- Move2D would sometimes shift images unpredictably when panning, scaling
and rotating at the same time. This has been fixed.
- Z depth for 3D Studio MAX rla files is now supported.
- ../ file path notation now works.
- ZCompose has been fixed.
- -info command now works on sequences of images.
- DilateErode no longer crashes randomly.
- Median operator is fixed.
- Grain occasionally produced image corruption. This is fixed.
- Deinterlace no longer renders frames cropped in half.
- Compare command line function now works on the SGI.
- Read/Write problems with DelogC and LogC have been corrected.
- Motion blur is now the same in a flipbook and in the GUI viewer.
- Common now gives same results in rendered image and in the GUI viewer.
- At zoom factor of 1, viewer no longer compresses 1 pixel in x. It now displays
exactly at 1:1.
- Enter key in File Browser behaves correctly and is
now the same as clicking the OK button.
- File browser now sorts alphabetically on file name.
- File browser will not close if trying to overwrite a write
protected file.
- NT File browser no longer pops behind GUI.
- Scripts no longer load with missing nodes.
- On SGI, cursor no longer obscures text box when using virtual slider mode.
- Auto Save for scripts now works.
- Creating a curve on Resize operator's xSize or ySize would retain
the width or height variable and discard the curve when saving. Now fixed.
Significant Documentation/Tutorial Changes
The autoSave
feature was under-documented. A back-up of the script is created every 60
seconds. You can override this in your include/startup/ui/something.h file
with the line
script.autoSaveDelay = 60
where 60 is the amount in second between saves.
The saved scripts are stored as /usr/tmp/nreal/autoSave.shk in UNIX
and [SystemDrive]:/TEMP/nreal/autoSave.shk for NT.
- Gui Tutorial 3.1, which
details how to make a macro for the interface, has been revised. There were
several errors regarding where to put macro files. This has been corrected.
- The slatemacro.shk has been corrected. The previous one looked for
a font that was not distributed.
- More information on motion blur has been added to the About
Transformations section.
- The Text
page has been corrected to properly document font file locations.
- Documentation has been written for the Shake Lite version.
- The benchmark script available on our website has been corrected.
It was being affected by the DelogC bug.
- The arguments for atan2 and atan2d were reversed. They should
have y before x.