Commit Graph

  • fff6636f32 removed building the ui scons-python3 Luca Quartesan 2022-01-10 11:43:15 +0100
  • fe28760f93 removed building the ui Luca Quartesan 2022-01-10 11:42:35 +0100
  • 49737c063f Revert "enabling building gui" master Luca Quartesan 2022-01-06 18:57:44 +0100
  • a4c0d518bf Revert "added support to qt5" Luca Quartesan 2022-01-06 18:57:38 +0100
  • 4daeba3847 Revert "added c++14 in flags" Luca Quartesan 2022-01-06 18:57:33 +0100
  • d30161b7fd added c++14 in flags Luca Quartesan 2022-01-06 18:50:23 +0100
  • 9d07003e37 added support to qt5 Luca Quartesan 2022-01-06 18:35:56 +0100
  • dbd117656f added support to Python 3.6+ Luca Quartesan 2022-01-06 18:07:17 +0100
  • 3568b29524 enabling building gui Luca Quartesan 2022-01-06 18:04:59 +0100
  • 2695e3becc added support to anaconda and python 3.6+ Luca Quartesan 2022-01-06 17:46:58 +0100
  • 3435540b4e removed building GUI added paths to conda python Quartenia 2021-12-15 17:43:26 +0100
  • 3adf91b42a
    Merge pull request #151 from IwakuraRein/scons-python3 Merlin Nimier-David 2021-09-30 14:09:43 +0200
  • d7dc1c9741 Python 3 compatibility for building qt Alex 2021-09-24 12:34:33 +0800
  • cfeb7766e7 fixed a serious issue in spectral interpolation (caught by @merlinND) Wenzel Jakob 2020-01-31 12:12:09 +0100
  • 26355676fa Fix for mtsgui running on OSX Mojave (#94) Nicolas Holzschuch 2019-01-02 03:25:26 +0100
  • 450a2b8a25 evaluate the orientation value when calling 'HeterogeneousMedium::eval' if needed. (#84) Adrien Gruson 2018-08-10 17:54:21 +0900
  • ab5c7b05ba
    SCons: Python 3 compatibility Merlin Nimier-David 2018-07-24 18:11:29 +0200
  • 3c7da2b129 Add repository metadata (#81) Merlin Nimier-David 2018-07-13 14:51:46 +0200
  • 11fcdd4ad5
    Add repository metadata metadata Merlin Nimier-David 2018-07-13 14:39:10 +0200
  • 57b1d117c1 #Fix missing default value in "field" integrator (#66) Tobias Rittig 2018-07-12 16:40:49 +0200
  • edf4470fe8 SCons: do not require Qt5 language tools (#79) Merlin Nimier-David 2018-07-12 16:40:03 +0200
  • 1fd0f671df Fixed partial derivative NaN error for hair (#60) Girish Ramesh 2018-05-02 14:00:42 +0100
  • 25e110c999 Minor ply parsing bug fix. (#57) Qingnan Zhou 2018-01-01 08:19:38 -0500
  • 46650b73a1 Updated PDF manual's "Compiling the renderer" section (#37) L. E. Segovia 2017-10-09 05:23:19 -0300
  • 463e09207b Miscellaneous compilation fixes for Linux (#36) L. E. Segovia 2017-10-08 20:34:29 -0300
  • 9110048040 Fixes for Mitsuba PDF manual (#28) L. E. Segovia 2017-10-07 14:19:19 -0300
  • a1d574e9de Add MSVC2017 build config and project (#27) L. E. Segovia 2017-09-18 03:11:04 -0300
  • f75a412d80 missing win64 configuration files Wenzel Jakob 2017-09-16 19:03:17 +0200
  • 933a05740f mitsuba 0.6.0 upgrade script Wenzel Jakob 2017-09-13 11:28:47 +0200
  • 77d0885f85 src/librender/sensor.cpp, pdfTime(), check of validity of ray.time (#12) Lin Hsu 2017-09-06 20:46:17 +0800
  • 04eb2d506e fix PLY parser issue after transition to C++11 Wenzel Jakob 2017-09-05 22:15:10 +0200
  • 6b68f4df03 fixed compilation on msvc 2017 Wenzel Jakob 2017-07-30 11:15:10 -0700
  • 6d7d66175c compatibility with high-DPI displays Wenzel Jakob 2017-07-29 02:17:36 +0200
  • 5aac89e1ef bump to version 0.6.0 Wenzel Jakob 2017-07-29 02:17:21 +0200
  • 90f75a19cb tabs -> spaces, added check-style.sh script Wenzel Jakob 2017-07-29 01:07:33 +0200
  • afd3a1ccf0 ported mtsgui to Qt 5.9 Wenzel Jakob 2017-07-28 22:24:21 +0200
  • 1de9467f7c fix symbol visibility in Boost.Python module Wenzel Jakob 2017-07-28 22:08:21 +0200
  • f67824a2bf fixed type inconsistency in irawan.h Wenzel Jakob 2017-07-28 22:07:59 +0200
  • c510050e0b made PLY parser C++11-compatible Wenzel Jakob 2017-07-28 22:07:24 +0200
  • f995a91d4d deleted ancient MacOS X build configurations Wenzel Jakob 2017-07-28 22:06:57 +0200
  • 3409ec15d1 fixed parsing of Python version for Anaconda Wenzel Jakob 2017-07-28 22:05:46 +0200
  • 8410dc1bb1 removed legacy cmake build system Wenzel Jakob 2017-07-28 20:19:05 +0200
  • c25a40b68c Fixed toString method of box filter (#8) Delio Vicini 2016-12-03 18:39:21 +0100
  • e0a021019e Add Dscalar operator*=(DScalar1&) Caleb Donovick 2016-11-15 04:35:54 -0800
  • d81fbae942 newton-bisection robustness improvements Wenzel Jakob 2016-10-27 09:33:46 +0200
  • 87816597b7 Merge pull request #1 from jonasdeyson/jonas Wenzel Jakob 2016-04-26 22:51:24 +0100
  • 974013c812 Fix boost include error occurring in Ubuntu 16.04. Jonas Deyson 2016-04-23 20:34:35 -0300
  • 87efb7d6b4 boost include fix contributed by Yannick Hold Wenzel Jakob 2016-02-20 00:23:28 +0100
  • 649c00ae25 bugfix for scrambled radical inverse function (noticed by Per Christensen, fix by Andrew Kensler) Wenzel Jakob 2016-01-17 16:41:50 +0100
  • 8d20ce4344 fixed stupid bug in Disk::samplePosition() Wenzel Jakob 2015-11-20 17:59:49 +0100
  • fe2af35337 fix overly conservative grid volume step size (reported by Guillaume Loubet) Wenzel Jakob 2015-10-16 16:26:52 +0200
  • eda8cb318d fix a serialization issue reported by Frances Juhe Wenzel Jakob 2015-10-02 18:35:10 +0200
  • 313c458b9e sunmodel: accept animated transformations (even if animations aren't directly supported within SunModel) Wenzel Jakob 2015-09-22 19:10:41 +0200
  • 4558b25a55 fix polar decomposition issue pointed out by Francesc Juhe Wenzel Jakob 2015-09-22 19:09:48 +0200
  • a2dc699cf2 disable overly paranoid checks in rtrans.h Wenzel Jakob 2015-09-22 03:14:44 +0200
  • 6ed2b4aedd fix internal checks in QMC samplers Wenzel Jakob 2015-09-22 03:03:40 +0200
  • 5a272564f7 fix perspective_rdist issues reported by Sebastian Novozin Wenzel Jakob 2015-07-15 12:37:38 +0200
  • 7f5aa0c0b2 fixed faulty commit Wenzel Jakob 2015-07-15 12:23:45 +0200
  • 73428bfc77 scene.xsd bugfix Wenzel Jakob 2015-07-05 18:40:38 +0200
  • 9b225443a4 Fixed an incorrect radiance conversion factor in 'coating' and 'roughcoating' reported by Attila Afra. Wenzel Jakob 2015-06-30 11:16:48 +0200
  • 10d47cef56 Replaced some fabsf() calls by std::abs Wenzel Jakob 2015-06-28 18:53:50 +0200
  • 742400485d vMF sampling simplification suggested by Stephen Hill Wenzel Jakob 2015-06-28 18:53:32 +0200
  • d24f953c14 Implementation of the paper 'Accurate computation of single scattering in participating media with refractive boundaries' contributed by Nicolas Holzschuch Wenzel Jakob 2015-06-25 09:38:06 +0200
  • 797deafaeb Specular motion vector integrator Wenzel Jakob 2015-05-25 14:15:15 +0200
  • 47d8d43d18 updated network protocol so that individual resource chunks can be > 4GB Wenzel Jakob 2015-04-22 03:33:40 +0200
  • 3d2e67c3a5 Switch some stream operations to 64 bit Wenzel Jakob 2015-04-21 17:38:08 +0200
  • a3d54ec4c2 removed incorrect usage of std::erase (reported by Brooks Moses) Wenzel Jakob 2015-04-20 14:40:57 +0200
  • e85c536caf gitignore fixes Wenzel Jakob 2015-04-20 14:39:56 +0200
  • f7e25674b2 Removed duplicate entries in palik materials Wenzel Jakob 2015-02-19 17:39:43 +0100
  • 8365668205 minor libpython fixes, added VMF::forMeanLength, fixed typo in orthographic.cpp Wenzel Jakob 2014-12-14 03:50:53 +0100
  • 9f9df009ef mtsgui: ability to view multi-channel EXRs Wenzel Jakob 2014-11-12 15:55:17 +0100
  • 461827ec11 preserve order in ref_vector::ensureUnique Wenzel Jakob 2014-11-10 20:07:24 +0100
  • 5a6be59fad mtsgui deadlock fix Wenzel Jakob 2014-11-08 18:52:52 +0100
  • 8390e5ff5a More numerical robustness for microfacet tofic 2014-11-06 21:43:11 +0100
  • ce80ddcb6d hslt: more consistent shading frame computation in various shapes Wenzel Jakob 2014-11-05 21:26:02 +0100
  • 0a49106ad1 hslt: expose render timeout to ui johannes hanika 2014-11-04 11:52:36 +0100
  • 4ce6960230 hslt: util.h: add boilerplate coordinate derivative function johannes hanika 2014-11-03 15:54:34 +0100
  • 4a0d0aa694 hslt: vmf.cpp numerical robustness johannes hanika 2014-11-03 16:23:48 +0100
  • 9f5410b4c1 removed some debugging code committed by accident Wenzel Jakob 2014-11-05 19:51:28 +0100
  • b8480a3d60 Fixes for several subtle kd-tree construction issues Wenzel Jakob 2014-11-05 19:39:53 +0100
  • 1f445513dd hslt: quenched a minor warning Wenzel Jakob 2014-11-04 00:35:22 +0100
  • d9d567bc42 hslt: new mutator interface with last succeeded mutation record. johannes hanika 2014-11-03 17:52:09 +0100
  • ef48c84915 hslt: improve numerical robustness johannes hanika 2014-11-03 17:46:29 +0100
  • 6fb326038e hslt: misc improved functionality: johannes hanika 2014-11-03 17:40:20 +0100
  • 5d578e9c68 hslt: '-L' command line parameter to set the log level; '-r' immediately starts rendering in mtsgui johannes hanika 2014-11-03 17:35:29 +0100
  • cb56d97fcf hslt: verification.cpp: better validation of edge data structures johannes hanika 2014-11-03 16:10:26 +0100
  • 23efb01b4d hslt: always use a consistent edge direction in the bidirectional abstraction layer johannes hanika 2014-11-03 17:31:38 +0100
  • 7e705a62a0 hslt: compile fixes johannes hanika 2014-11-03 17:28:19 +0100
  • b821dc9e33 More consistent name handling across various shape implementations (patch by Lorenzo Tessari) Wenzel Jakob 2014-10-29 17:35:50 +0100
  • 23eb714038 Document MITSUBA_PYVER Wenzel Jakob 2014-10-20 15:48:01 +0200
  • 84685dfc8d mtsgui: handle the -o parameter Wenzel Jakob 2014-10-18 22:38:04 +0200
  • d5208828de CMake fixes contributed by Oliver Klehm Wenzel Jakob 2014-10-13 22:41:14 +0200
  • 0cb3e6d4c8 libpython: a few more opportunities for releasing the GIL Wenzel Jakob 2014-10-12 14:11:03 +0200
  • b13e41f8f9 double precision compilation fix Wenzel Jakob 2014-10-05 03:31:40 +0200
  • 08623fafdc libpython: allow extracting the bitmap underlying an environment map Wenzel Jakob 2014-09-29 22:05:06 +0200
  • 359f8215f4 libpython: bindings for BlackBodySpectrum Wenzel Jakob 2014-09-29 19:01:32 +0200
  • b198521eb1 libpython: improved Texture bindings Wenzel Jakob 2014-09-29 18:38:46 +0200
  • 70f08931b9 TriMesh: binary PLY export feature Wenzel Jakob 2014-09-29 18:08:42 +0200
  • beb85f9702 Bitmap::writeOpenEXR(): fix handling of OpenEXR channel names Wenzel Jakob 2014-09-29 14:11:38 +0200
  • a24c074c0d getDiffuseReflectance() implementation for twosided.cpp Wenzel Jakob 2014-09-29 14:10:40 +0200