Commit Graph

2180 Commits (master)

Author SHA1 Message Date
Luca Quartesan 49737c063f Revert "enabling building gui"
This reverts commit 3568b29524.
2022-01-06 18:57:44 +01:00
Luca Quartesan a4c0d518bf Revert "added support to qt5"
This reverts commit 9d07003e37.
2022-01-06 18:57:38 +01:00
Luca Quartesan 4daeba3847 Revert "added c++14 in flags"
This reverts commit d30161b7fd.
2022-01-06 18:57:33 +01:00
Luca Quartesan d30161b7fd added c++14 in flags 2022-01-06 18:50:23 +01:00
Luca Quartesan 9d07003e37 added support to qt5 2022-01-06 18:35:56 +01:00
Luca Quartesan dbd117656f added support to Python 3.6+ 2022-01-06 18:07:17 +01:00
Luca Quartesan 3568b29524 enabling building gui 2022-01-06 18:04:59 +01:00
Quartenia 3435540b4e removed building GUI added paths to conda python 2021-12-15 17:43:26 +01:00
Wenzel Jakob cfeb7766e7 fixed a serious issue in spectral interpolation (caught by @merlinND) 2020-01-31 12:12:09 +01:00
Nicolas Holzschuch 26355676fa Fix for mtsgui running on OSX Mojave (#94)
* Fix for GUI running on OSX Mojave
2019-01-02 03:25:26 +01:00
Adrien Gruson 450a2b8a25 evaluate the orientation value when calling 'HeterogeneousMedium::eval' if needed. (#84) 2018-08-10 10:54:21 +02:00
Merlin Nimier-David 3c7da2b129 Add repository metadata (#81) 2018-07-13 14:51:46 +02:00
Tobias Rittig 57b1d117c1 #Fix missing default value in "field" integrator (#66) 2018-07-12 16:40:49 +02:00
Merlin Nimier-David edf4470fe8 SCons: do not require Qt5 language tools (#79) 2018-07-12 16:40:03 +02:00
Girish Ramesh 1fd0f671df Fixed partial derivative NaN error for hair (#60) 2018-05-02 15:00:42 +02:00
Qingnan Zhou 25e110c999 Minor ply parsing bug fix. (#57)
* Minor ply parsing bug fix.

* Linux compilation fix.
2018-01-01 14:19:38 +01:00
L. E. Segovia 46650b73a1 Updated PDF manual's "Compiling the renderer" section (#37)
* Replaced all URLs with the relevant GitHub ones
* Replaced Mercurial with Git
* Updated dependencies list
* Added qt5-default as the base package on Ubuntu to avoid QT_SELECT issues
* Updated MSVC references for VS 2017
* Updated MacOS instructions (wrt. COLLADA and Qt5)
* Added the `-parallelize` flag
* Specified that SCons 2.x is necessary
2017-10-09 10:23:19 +02:00
L. E. Segovia 463e09207b Miscellaneous compilation fixes for Linux (#36)
* Remove a lingering prctl call
Fixes #34

* Fix COLLADA DOM library name

* Merge calls in Linux and MacOS
2017-10-09 01:34:29 +02:00
L. E. Segovia 9110048040 Fixes for Mitsuba PDF manual (#28)
* Changed bibliography package to biblatex (ACM bibtex is no longer
supported)
* Added the missing bumpy sphere image + the relevant Holzschuch cite
* Fixed a plugin ref in normalmap
* PDF requires two more runs of pdflatex after bibtex
* The missing Stanford bunny image was removed (I couldn't get the
material to work)
2017-10-07 19:19:19 +02:00
L. E. Segovia a1d574e9de Add MSVC2017 build config and project (#27)
* Add MSVC2017 build config and project
Porting the VS solution also enables debug running via NMake; fixes #24

* Edited genproj.py for MSVC 2017
2017-09-18 08:11:04 +02:00
Wenzel Jakob f75a412d80 missing win64 configuration files 2017-09-16 19:04:26 +02:00
Wenzel Jakob 933a05740f mitsuba 0.6.0 upgrade script 2017-09-13 11:29:04 +02:00
Lin Hsu 77d0885f85 src/librender/sensor.cpp, pdfTime(), check of validity of ray.time (#12) 2017-09-06 14:46:17 +02:00
Wenzel Jakob 04eb2d506e fix PLY parser issue after transition to C++11 2017-09-05 22:15:10 +02:00
Wenzel Jakob 6b68f4df03 fixed compilation on msvc 2017 2017-07-30 11:15:10 -07:00
Wenzel Jakob 6d7d66175c compatibility with high-DPI displays 2017-07-29 02:17:36 +02:00
Wenzel Jakob 5aac89e1ef bump to version 0.6.0 2017-07-29 02:17:21 +02:00
Wenzel Jakob 90f75a19cb tabs -> spaces, added check-style.sh script 2017-07-29 01:07:33 +02:00
Wenzel Jakob afd3a1ccf0 ported mtsgui to Qt 5.9 2017-07-28 23:37:21 +02:00
Wenzel Jakob 1de9467f7c fix symbol visibility in Boost.Python module 2017-07-28 23:10:09 +02:00
Wenzel Jakob f67824a2bf fixed type inconsistency in irawan.h 2017-07-28 23:10:08 +02:00
Wenzel Jakob c510050e0b made PLY parser C++11-compatible 2017-07-28 23:10:08 +02:00
Wenzel Jakob f995a91d4d deleted ancient MacOS X build configurations 2017-07-28 23:10:08 +02:00
Wenzel Jakob 3409ec15d1 fixed parsing of Python version for Anaconda 2017-07-28 23:10:07 +02:00
Wenzel Jakob 8410dc1bb1 removed legacy cmake build system
The CMake build system has not been maintained for years and does not
work correctly anymore. Rather than keeping it here as a "trap" for new
users, I'll remove it for now. FWIW Mitsuba 2 will have a much nicer
CMake build system that works consistently on all platforms.
2017-07-28 23:10:01 +02:00
Delio Vicini c25a40b68c Fixed toString method of box filter (#8) 2016-12-03 18:39:21 +01:00
Caleb Donovick e0a021019e Add Dscalar operator*=(DScalar1&) 2016-11-15 13:35:54 +01:00
Wenzel Jakob d81fbae942 newton-bisection robustness improvements 2016-10-27 09:33:46 +02:00
Wenzel Jakob 87816597b7 Merge pull request #1 from jonasdeyson/jonas
Fix boost include error occurring in Ubuntu 16.04.
2016-04-26 22:51:24 +01:00
Jonas Deyson 974013c812 Fix boost include error occurring in Ubuntu 16.04. 2016-04-23 20:34:35 -03:00
Wenzel Jakob 87efb7d6b4 boost include fix contributed by Yannick Hold 2016-02-20 00:23:28 +01:00
Wenzel Jakob 649c00ae25 bugfix for scrambled radical inverse function (noticed by Per Christensen, fix by Andrew Kensler) 2016-01-17 16:41:50 +01:00
Wenzel Jakob 8d20ce4344 fixed stupid bug in Disk::samplePosition() 2015-11-20 17:59:49 +01:00
Wenzel Jakob fe2af35337 fix overly conservative grid volume step size (reported by Guillaume Loubet) 2015-10-16 16:26:52 +02:00
Wenzel Jakob eda8cb318d fix a serialization issue reported by Frances Juhe 2015-10-02 18:35:10 +02:00
Wenzel Jakob 313c458b9e sunmodel: accept animated transformations (even if animations aren't directly supported within SunModel) 2015-09-22 19:10:41 +02:00
Wenzel Jakob 4558b25a55 fix polar decomposition issue pointed out by Francesc Juhe 2015-09-22 19:09:48 +02:00
Wenzel Jakob a2dc699cf2 disable overly paranoid checks in rtrans.h 2015-09-22 03:14:44 +02:00
Wenzel Jakob 6ed2b4aedd fix internal checks in QMC samplers 2015-09-22 03:03:40 +02:00
Wenzel Jakob 5a272564f7 fix perspective_rdist issues reported by Sebastian Novozin 2015-07-15 12:37:38 +02:00