Commit Graph

255 Commits (49737c063f7a3e3c4e97bb6925d78637984539a9)

Author SHA1 Message Date
Luca Quartesan a4c0d518bf Revert "added support to qt5"
This reverts commit 9d07003e37.
2022-01-06 18:57:38 +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
Quartenia 3435540b4e removed building GUI added paths to conda python 2021-12-15 17:43:26 +01:00
Merlin Nimier-David edf4470fe8 SCons: do not require Qt5 language tools (#79) 2018-07-12 16:40:03 +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 933a05740f mitsuba 0.6.0 upgrade script 2017-09-13 11:29:04 +02:00
Wenzel Jakob 6b68f4df03 fixed compilation on msvc 2017 2017-07-30 11:15:10 -07: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 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
Wenzel Jakob 73428bfc77 scene.xsd bugfix 2015-07-05 18:40:38 +02:00
Wenzel Jakob d24f953c14 Implementation of the paper 'Accurate computation of single scattering in participating media with refractive boundaries' contributed by Nicolas Holzschuch 2015-06-25 09:38:06 +02:00
Wenzel Jakob f7e25674b2 Removed duplicate entries in palik materials 2015-02-19 17:39:43 +01:00
Wenzel Jakob d5208828de CMake fixes contributed by Oliver Klehm 2014-10-13 22:41:14 +02:00
Wenzel Jakob bdc43fcbd8 Updated copyright headers 2014-08-02 19:35:42 +02:00
Wenzel Jakob 641f0a96dd chi-square test fixes 2014-07-01 12:21:23 +02:00
Wenzel Jakob 3266aa1cb8 render time script: also print milliseconds 2014-04-30 19:31:03 +02:00
Wenzel Jakob 7ab0ff3533 simple render time extraction script 2014-04-14 23:54:07 +02:00
Edgar Velazquez-Armendariz f3af84aec1 Install the new upgrade XSL for version 0.5.0. 2014-04-02 16:18:45 -04:00
Wenzel Jakob 5bb1c4f1c5 Mitsuba 0.5.0 CMake fix contributed by Gian Calgeer 2014-03-19 18:16:18 +01:00
Wenzel Jakob 5fc6286107 updates for Fedora Core 20 2014-02-27 06:05:20 -05:00
Wenzel Jakob 2f9bf64cb4 fixed version in debian changelog 2014-02-25 12:12:17 -05:00
Wenzel Jakob 3d561167c9 fixed stylesheet for upgrading to 0.5.0 2014-02-25 18:08:48 +01:00
Wenzel Jakob 1ca04133d9 version bump to 0.5.0 2014-02-25 15:45:06 +01:00
Wenzel Jakob fca0528202 merge 2014-02-13 18:38:27 +01:00
Wenzel Jakob 6534b07338 better handling of constant color spectra in a way that makes RGB and spectral builds consistent 2014-02-13 18:38:21 +01:00
Wenzel Jakob 013e8d3919 arch builds finally work again.. 2014-02-13 08:55:20 -05:00
Wenzel Jakob 05fba0da0e more collada-dom compilation fixes.. 2014-02-13 07:36:19 -05:00
Wenzel Jakob 0b0d53a813 another pkgbuild fix 2014-02-11 07:54:29 -05:00
Wenzel Jakob 15ef9a628f arch linux build fix 2014-02-11 07:27:07 -05:00
Edgar Velazquez-Armendariz a584b92ce0 Initial support for FFTW3 using CMake. 2014-01-26 23:33:43 -05:00
Edgar Velazquez-Armendariz f224b0c74a Fix spelling errors in FindCOLLADA.cmake. 2014-01-26 22:59:19 -05:00
Edgar Velazquez-Armendariz f86dedbe26 Merge with default 2014-01-25 23:50:10 -05:00
Edgar Velazquez-Armendariz 41937c17f7 Simplify the COLLADA 2.4 test to avoid linker errors.
The default constructor of DAE can cause problem. We avoid that by just using a pointer.
While this code will segfault if run it works well as a full compile-and-link test.
2014-01-25 23:42:50 -05:00
Edgar Velazquez-Armendariz ad8563138a Reorder the collada search components so that the built-in dependencies have higher priority. 2014-01-25 23:40:39 -05:00
Edgar Velazquez-Armendariz 330844dc60 Set some specific build options for gcc and clang. 2014-01-25 23:31:53 -05:00
Edgar Velazquez-Armendariz 7c0cb383c3 Remove checks for unexisting COLLADA DOM version 2.5. 2014-01-25 21:31:07 -05:00
Edgar Velazquez-Armendariz 4d1ee31304 Also call find_library once for each name when searching the release library. 2014-01-25 21:27:52 -05:00
Edgar Velazquez-Armendariz 607ccfc3ce Update the qmake stub to reflec the new Qt on the bundled deps, 4.8.5. 2014-01-25 21:27:22 -05:00
Edgar Velazquez-Armendariz ff93dd3278 Avoid brute-force checking for debug libraries when the release version exists. 2014-01-25 17:42:33 -05:00
Edgar Velazquez-Armendariz dd03cbd2d9 Initial support for using the built-in dependencies version of Python.
In CMake it is only possible to use one version of Python at any given time.
2014-01-25 16:51:16 -05:00
Edgar Velazquez-Armendariz 8472ede60f Workaround for CMake hanging when calling find_library with a lot of names.
Calling find_library once for each name is much faster than a single call.
2014-01-25 05:33:06 -05:00
Edgar Velazquez-Armendariz c70390820a Reflect the new built-in dependencies directories for mitsuba 0.4.5 2014-01-25 05:31:58 -05:00
Wenzel Jakob b5148cdfa3 new <default> XML tag, which creates a default value for a parameter that has not been specified on the command line 2013-12-28 18:37:16 +01:00
Wenzel Jakob 30a665bead height field improvements 2013-12-18 18:52:37 +01:00
Wenzel Jakob b68a38ed9a improved bump and normal mapping support 2013-11-15 16:47:35 +01:00
Wenzel Jakob 580d7916bb merge 2013-11-11 12:22:33 -05:00
Wenzel Jakob 811afd8515 Fedora build system improvements 2013-11-11 12:08:34 -05:00