Skip to content

Radiance 5.4a (2022-03-12)

Pre-release
Pre-release
Compare
Choose a tag to compare
@taoning taoning released this 12 Mar 00:49
· 652 commits to master since this release

fc6d900

(2022-03-12)
  • feat(rcalc): Added -P option to pass records where cond evaluates <= 0 -Gregory J. Ward (fc6d900)
  • feat(gendaymtx): Minor improvement in verbose output -Gregory J. Ward (16ac77f)
  • fix(dctimestep): Fixed issue loading CMATRIX from HDR picture -Gregory J. Ward (0e10b02)
  • feat(dctimestep): Made it so -x and -y also work for single-picture output -Gregory J. Ward (dd8cd8e)
  • fix(dctimestep): Forgot to add new options to usage message -Gregory J. Ward (836eb6a)
  • feat(dctimestep): Added -x and -y options to specify picture output dimensions -Gregory J. Ward (199a89a)
  • perf(rmtxop): Minor tweak for transpose to improve mmap efficiency -Gregory J. Ward (03ea49a)
  • style(iso2klems): Improvements to quoting for Windows and Unix -Gregory J. Ward (b28acd9)
  • fix(pvalue): Remove NCOMP=, NROWS=, NCOLS= lines from header (either direction) -Gregory J. Ward (1e5b73e)
  • perf: Moved up test to avoid some work when not needed -Gregory J. Ward (2b1eaef)
  • fix(rpict,rvu,rtrace,rcontrib): Eliminated over-counting of diffuse for aBSDF's -Gregory J. Ward (c7076e1)
  • feat(iso2klems): Small fixes and improvements to command-line options -Gregory J. Ward (6d4c127)
  • feat(iso2klems): New script to generate Klems BSDF from simplified measurements -Gregory J. Ward (8aab17f)
  • style: removed unused reference -Gregory J. Ward (4181970)
  • docs: Added remark about ambient value sorting removal -Gregory J. Ward (bc79a90)
  • perf(rtrace,rpict,rvu): Removed ambient value sorting, which had issues -Gregory J. Ward (c1d9bc7)
  • fix(rmtxop): Fixed bug introduced in previous change for transpose operation -Gregory J. Ward (d6d141f)
  • perf: truly minor optimization -Gregory J. Ward (07e9da2)
  • perf: Turned off alignment for Radiance picture files (not needed) -Gregory J. Ward (fd3e99d)
  • fix: removed stray tempbuffer() declaration -Gregory J. Ward (f3bea5a)
  • refactor: changed char *tempbuffer() to void *tempbuffer() -Gregory J. Ward (376e5a1)
  • perf(rmtxop): realized simpler solution to output of RGBE or XYZE from 1 chan -Gregory J. Ward (7d734b4)
  • refactor(rmtxop): Changed matrix array access macros -Gregory J. Ward (4099c84)
  • perf(rmtxop): Reduced memory use when writing HDR output from single channel -Gregory J. Ward (22d20e4)
  • refactor: made fputformat() more accurate wrt types -Gregory J. Ward (3b4333b)
  • perf(rmtxop): Turned off memory-mapped input for files < 1 MByte -Gregory J. Ward (42a866e)
  • perf(rmtxop): Added memory-mapping for double matrices -Gregory J. Ward (c23375f)