Commit Graph

2147 Commits (3409ec15d1517f5dd60355136c02c08cdbea77f5)

Author SHA1 Message Date
Wenzel Jakob 84685dfc8d mtsgui: handle the -o parameter 2014-10-18 22:38:04 +02:00
Wenzel Jakob d5208828de CMake fixes contributed by Oliver Klehm 2014-10-13 22:41:14 +02:00
Wenzel Jakob 0cb3e6d4c8 libpython: a few more opportunities for releasing the GIL 2014-10-12 14:11:03 +02:00
Wenzel Jakob b13e41f8f9 double precision compilation fix 2014-10-05 03:31:40 +02:00
Wenzel Jakob 08623fafdc libpython: allow extracting the bitmap underlying an environment map 2014-09-29 22:05:06 +02:00
Wenzel Jakob 359f8215f4 libpython: bindings for BlackBodySpectrum 2014-09-29 19:01:32 +02:00
Wenzel Jakob b198521eb1 libpython: improved Texture bindings 2014-09-29 18:38:46 +02:00
Wenzel Jakob 70f08931b9 TriMesh: binary PLY export feature 2014-09-29 18:08:42 +02:00
Wenzel Jakob beb85f9702 Bitmap::writeOpenEXR(): fix handling of OpenEXR channel names 2014-09-29 14:11:38 +02:00
Wenzel Jakob a24c074c0d getDiffuseReflectance() implementation for twosided.cpp 2014-09-29 14:10:40 +02:00
Wenzel Jakob f2e8e796dd ply.cpp: assertion fix when using 'maxSmoothAngle' 2014-08-05 20:29:06 +02:00
Wenzel Jakob 0be165de40 Thread::setCoreAffinity bugfix 2014-08-05 17:26:33 +02:00
Wenzel Jakob 38cd04828c libpython: don't link to Python core library on Linux 2014-08-05 14:38:46 +02:00
Wenzel Jakob 5e222601c0 hdrfilm/tiledhdrfilm: Save channel name even for 1-channel images if specified 2014-08-04 18:20:03 +02:00
Wenzel Jakob 338d3cbeb1 Include boost_python34 DLL in Windows release builds 2014-08-04 17:58:11 +02:00
Wenzel Jakob 80cf245b68 microfacet.h: roughness clamping 2014-08-04 14:32:28 +02:00
Wenzel Jakob a5c574f98d windows compilation fix 2014-08-03 00:07:50 +02:00
Wenzel Jakob 48730364a4 TriMesh::fromBlender improvements contributed by Francesc Juhé 2014-08-02 23:09:46 +02:00
Wenzel Jakob d02d4ebedf ported all microfacet models to a new visible normal sampling implementation 2014-08-02 19:41:22 +02:00
Wenzel Jakob bdc43fcbd8 Updated copyright headers 2014-08-02 19:35:42 +02:00
Wenzel Jakob 76766fb10c new 'math' namespace, some minor reorganization, added erf()/erfinv() functions 2014-08-02 19:35:42 +02:00
Wenzel Jakob 152cfa4b26 rendersettingsdlg.cpp: ignore mouse scroll events in spin boxes 2014-07-29 18:51:59 +02:00
Wenzel Jakob 11c5ef7458 Merge branch 'master' of hg::https://www.mitsuba-renderer.org/repos/mitsuba 2014-07-28 13:58:58 +02:00
Wenzel Jakob 0d56a3df41 ported hgignore to a gitignore file, a few updates to both 2014-07-28 13:58:46 +02:00
Wenzel Jakob d00b238f93 windows compilation fix 2014-07-28 02:20:10 -07:00
Wenzel Jakob c43c5e409f quenched some warnings (windows) 2014-07-25 09:29:50 -07:00
Wenzel Jakob a97731c9f7 fixed an annoying OSX-specific bug where checkboxes in the render settings dialog did not get saved 2014-07-23 23:12:57 +02:00
Wenzel Jakob ae865e7dfa add a new Scene::invalidate() function to address an issue reported by David Harmon 2014-07-23 19:55:12 +02:00
Wenzel Jakob 455b239c15 mtsgui: handle problematic scenes more gracefully where Mitsuba cannot generate any VPLs 2014-07-22 22:45:00 +02:00
Wenzel Jakob bb7e922511 better handling of multiple sensors in the GUI 2014-07-22 22:28:38 +02:00
Wenzel Jakob 527951b7bd Fixed bug #292 (mathematica ignores the 'digits' parameter) -- patch contributed by Sidney Cadot 2014-07-22 15:04:57 +02:00
Wenzel Jakob 6b0572bc90 fixed an issue in (Rough)Coating::getRoughness (reported by Adrien Grueson) 2014-07-22 15:01:41 +02:00
Wenzel Jakob 1aa267a4cc fixed a minor typo (reported by Sidney Cadot) 2014-07-22 14:59:27 +02:00
Wenzel Jakob 7f7575ed80 bugfix for the previous change 2014-07-01 23:45:54 +02:00
Wenzel Jakob e60579e21b typos 2014-07-01 23:18:33 +02:00
Wenzel Jakob fffc830af7 fixed some additional pthread_{get/set}affinity_np flakiness 2014-07-01 23:08:55 +02:00
Wenzel Jakob fbb4867f49 Fixed core affinity handling, specified TLS dialect on Linux
- Fixed core affinity handling for Linux clusters with CPU quotas
  (e.g. the ETH Brutus cluster).

- Added an explicit -mtls-dialect flag to the Linux config.py files to
  prevent crashes when loading the Python plugin in certain settings
  (particularly: the ETH cluster).
2014-07-01 22:35:30 +02:00
Wenzel Jakob a1eecbb55a pthread_setaffinity_np: better error reporting 2014-07-01 16:08:04 +02:00
Wenzel Jakob 641f0a96dd chi-square test fixes 2014-07-01 12:21:23 +02:00
Wenzel Jakob c81b015cea volpath: correct attenuation for area lights surrounded by a medium
Previously, volpath did not correctly compute the attenuation to
an area light source when it was embedded inside a participating medium
(i.e. referencing it directly). volpath_simple was unaffected.

It is unlikely that anybody ran into this problem, since it was in fact
not possible to construct such a scene due to an assertion in shape.cpp.
2014-06-29 20:25:45 +02:00
Wenzel Jakob f395e4c201 fixed clang build on OSX 2014-06-11 17:55:09 +02:00
Wenzel Jakob bbc211b9cd OSX / 10.9 SDK compilation settings 2014-06-09 12:42:19 +02:00
Wenzel Jakob 8be3692ca6 further filtering/resampling code improvements 2014-06-06 01:55:02 +02:00
Wenzel Jakob 6b3246d15a fixed some merge/compilation issues 2014-06-06 01:21:33 +02:00
Wenzel Jakob eae7a55eac BSDF::getFrame/BSDF::getFrameDerivative functions, Shape::adjustTime() feature 2014-06-06 01:10:15 +02:00
Wenzel Jakob 27a17f3bf7 minor documentation improvements 2014-06-06 01:01:47 +02:00
Wenzel Jakob 3694c2f034 sensor.cpp: be less pesky in addChild() 2014-06-06 01:01:13 +02:00
Wenzel Jakob c391cdf57d Improvements to how Mitsuba deals with multi-channel images; improved image filtering by separable convolution filters 2014-06-06 01:00:26 +02:00
Wenzel Jakob b09a7a3c9d sync: improved deformable shape 2014-06-06 00:58:25 +02:00
Wenzel Jakob a6e8170620 merge 2014-06-04 18:14:21 +02:00