Commit Graph

  • c5747d3d69 fixed Spectrum & TSpectrum-related handling in python Wenzel Jakob 2013-01-14 16:08:46 -0500
  • 4d9d668a58 merge Wenzel Jakob 2013-01-09 22:37:28 -0500
  • 416f4fb6ab fixed a MI issue involving direct lighting computations through index-matched medium transitions Wenzel Jakob 2013-01-09 22:37:07 -0500
  • 79e019612a changed Bitmap::write bindings in python Wenzel Jakob 2013-01-09 12:50:03 -0500
  • 2ec6246e10 fixed typo Wenzel Jakob 2013-01-04 14:48:29 -0500
  • c0fa27beff bugfix for the previous commit Wenzel Jakob 2013-01-04 13:28:58 -0500
  • 4b55f25d5f support for render-time annotations Wenzel Jakob 2013-01-04 13:07:25 -0500
  • 994cf718b4 undoing previous COLLADA-related change, since it leads to incompatibilities with the older COLLADA DOM packages Wenzel Jakob 2013-01-04 09:25:01 -0500
  • 15c45c874a intel compiler-related fixes, added a flag so that Mitsuba works with recent COLLADA DOM builds Wenzel Jakob 2013-01-04 09:06:39 -0500
  • fd85716e21 allow querying the bitmap texture underlying a 'Texture' object (if any) Wenzel Jakob 2013-01-04 09:05:53 -0500
  • ad6c15177a debian/control: update for current ubuntu releases Wenzel Jakob 2013-01-04 09:05:20 -0500
  • 9daefeb800 started to rewrite the heightfield code from scratch Wenzel Jakob 2013-01-04 09:04:24 -0500
  • c21e804747 some documentation improvements Wenzel Jakob 2012-12-10 15:27:43 -0500
  • 87d3f207ae moc does not always appear to understand slots with ifdefs -- make it a bit easier to compile Wenzel Jakob 2012-12-09 01:03:29 -0500
  • ed80098254 fixed include paths Wenzel Jakob 2012-12-09 01:02:59 -0500
  • 3a1fe7481e some SCons-related improvements Wenzel Jakob 2012-12-09 00:57:27 -0500
  • ab9324c10b merge Wenzel Jakob 2012-12-09 00:28:12 -0500
  • 4506e9daf7 more accurate Fresnel reflectance computations involving conductors Wenzel Jakob 2012-12-04 01:09:29 -0500
  • 4d93f69899 Merge with default Edgar Velazquez-Armendariz 2012-12-03 14:04:10 -0500
  • aa4f3d7a3b Fix a minor warning about unused variables. Edgar Velazquez-Armendariz 2012-12-03 14:03:41 -0500
  • b90faa309b minor Wenzel Jakob 2012-11-27 20:21:05 -0500
  • d77192ef53 added Warp::intervalToNonuniformTent() sampling function Wenzel Jakob 2012-11-27 18:17:01 -0500
  • ebe9d0eafc merge with ev-cmake Wenzel Jakob 2012-11-27 17:40:48 -0500
  • 85a54d6c93 Add the mercurial revision number and date to the Windows resource info. Edgar Velazquez-Armendariz 2012-11-27 12:17:08 -0500
  • eb4a823ead fully switched over to new spline code Wenzel Jakob 2012-11-27 11:47:25 -0500
  • f96c87b5ce Add the new spline sources to the CMake build system. Edgar Velazquez-Armendariz 2012-11-27 11:41:30 -0500
  • 496be9d089 Merge with default Edgar Velazquez-Armendariz 2012-11-27 11:35:52 -0500
  • a3a067688a Use the static QFileDialog function when locating a missing import resource. Edgar Velazquez-Armendariz 2012-11-27 11:32:33 -0500
  • 9708dbb3d6 nicer Catmull-Rom spline evaluation/integration/sampling utility functions -- these will fully replace their predecessors in a future commit Wenzel Jakob 2012-11-27 03:39:09 -0500
  • 3c47db4f79 Merge with previous merge pushed to BitBucket Edgar Velazquez-Armendariz 2012-11-26 19:50:25 -0500
  • e50d4dd189 Use the QFileDialog static functions in the import scene dialog Edgar Velazquez-Armendariz 2012-11-26 19:43:48 -0500
  • f078daa1be Use the static functions on 'Save scene as'. Edgar Velazquez-Armendariz 2012-11-26 18:17:02 -0500
  • 1cf94e546a Use the Qt static file dialogs only on Windows. Edgar Velazquez-Armendariz 2012-11-26 13:29:42 -0500
  • f7bd2117fa Merge with default Edgar Velazquez-Armendariz 2012-11-26 12:10:19 -0500
  • 151287b0df gendocs.py: Python 3 bugfix submitted by Johannes Meng Wenzel Jakob 2012-11-15 10:17:03 -0500
  • 69e019bf60 photon mapper: don't limit the specular photon depth Wenzel Jakob 2012-11-15 02:05:25 -0500
  • 66d10b1bc4 fixed some photon mapper issues when dealing with participating media and index-matched medium transitions Wenzel Jakob 2012-11-15 01:48:27 -0500
  • fb7fe6a8e1 prevent excessive MLT/ERPT error messages due to roundoff errors Wenzel Jakob 2012-11-15 00:52:14 -0500
  • 0a441e78a8 First initialize all dipole point clouds separately, THEN allow querying them (reported by Jean-Dominique Gascuel) Wenzel Jakob 2012-11-14 22:39:52 -0500
  • e39ed84866 add missing mtsimport binary on Fedora Wenzel Jakob 2012-11-14 11:58:55 -0500
  • 5bfb27ea41 increased temporary storage for intersections (possibly revert this later on), clipping support for removing unwanted animation segments Wenzel Jakob 2012-11-07 23:11:55 -0500
  • dbf62f906b support for PLY files containing quadrilaterals. handle a typo in files that seems to be common (a property list named 'vertex_index' instead of 'vertex_indices') Wenzel Jakob 2012-11-07 21:54:39 -0500
  • 5170893195 fixed animation support for the 'thinlens' plugin Wenzel Jakob 2012-11-05 22:48:12 -0500
  • f9d42ff3b2 minor optimization (save a few square roots here and there) Wenzel Jakob 2012-11-04 18:02:39 -0500
  • 06d6b96c6e removed an unused script Wenzel Jakob 2012-11-04 12:18:04 -0500
  • cb31210614 moved associated legendre function implementation Wenzel Jakob 2012-11-04 01:50:58 -0500
  • 9d424186e3 some work on the deformable shape plugin Wenzel Jakob 2012-11-03 04:18:01 -0400
  • b5b71e0732 updated the documentation with information on how to specify animated transformations Wenzel Jakob 2012-11-03 03:19:05 -0400
  • 3881f295d8 added a convenience wrapper to permit direct animation of every type of shape without having to declare instances etc Wenzel Jakob 2012-11-03 02:46:32 -0400
  • 0c09791f47 motion blur support (sensors, emitters, and non-deforming objects for now) Wenzel Jakob 2012-11-03 01:52:19 -0400
  • f66737cf39 merge Wenzel Jakob 2012-11-02 19:41:04 -0400
  • b5f2bc911b work around an issue in the intel C++ compiler on Linux Wenzel Jakob 2012-11-02 11:50:22 -0400
  • 8b61c6d1ca fixed instance normal derivative computation so that it works for any kind of linear transformation Wenzel Jakob 2012-11-01 22:21:50 -0400
  • 28120678ac sun/sunsky: allow turning the sun into a directional light source (optional) Wenzel Jakob 2012-11-01 20:32:44 -0400
  • 76b9bd0841 developer documentation: fixed a typo Wenzel Jakob 2012-10-31 18:33:27 -0400
  • 6c9cd55acd Added tag v0.4.2 for changeset 13a39b11acee Wenzel Jakob 2012-10-31 18:31:46 -0400
  • a48b142244 set version to 0.4.2 Wenzel Jakob 2012-10-31 11:10:04 -0400
  • bc42717371 symlinks_install (OSX): update library search paths in shell scripts for easier python support Wenzel Jakob 2012-10-31 00:23:04 -0400
  • 0dfbf7ee47 Merge with default Edgar Velazquez-Armendariz 2012-10-30 18:14:23 -0400
  • cb8198aa7b Added helper template functions to handle fixed-sized arrays in core/stream.h Edgar Velazquez-Armendariz 2012-10-30 18:06:51 -0400
  • 3a3ab40d44 some work on removing stl.h Wenzel Jakob 2012-10-27 03:03:28 -0400
  • ad29ce0cd9 mept directional light source fixes Wenzel Jakob 2012-10-27 00:58:36 -0400
  • 77d38db84e fixed a typo in the OSX build system, which prevented python bindings in release builds from working Wenzel Jakob 2012-10-26 19:32:09 -0400
  • 3e689d7ec7 Cylinder::getNormalDerivative fix Wenzel Jakob 2012-10-26 02:16:14 -0400
  • 544080e808 some work towards animated transformation support Wenzel Jakob 2012-10-26 02:15:32 -0400
  • efc4ba1e27 merge Wenzel Jakob 2012-10-25 12:37:40 -0400
  • 0434ce7779 TriMesh::computeUVTangents(): be a bit less noisy.. Wenzel Jakob 2012-10-25 12:36:34 -0400
  • ce1bbbd0e0 Scheduler::unregisterResource(): act more gracefully if a resource was already unregistered Wenzel Jakob 2012-10-25 11:02:44 -0400
  • b61f0b0775 qmc: explicitly enable clang for some faster intrinsics Wenzel Jakob 2012-10-25 02:48:05 -0400
  • 75cf06e8b2 fixing 2-stage MLT, part 2 Wenzel Jakob 2012-10-25 02:25:28 -0400
  • 93d8953c90 fixed setpath.csh script on OSX Wenzel Jakob 2012-10-25 00:58:14 -0400
  • 5286c8aa4a added a c-shell setpath script variant Wenzel Jakob 2012-10-25 00:20:21 -0400
  • d7c1ab1191 support for extrapolating values when doing cubic spline interpolation Wenzel Jakob 2012-10-24 23:40:25 -0400
  • 0cf83b5a1b minor tweak to the mts_omp_* macros Wenzel Jakob 2012-10-24 22:26:45 -0400
  • a2218c73e1 fixed some typos in the documentation, removed trailing spaces Wenzel Jakob 2012-10-24 14:44:26 -0400
  • 3885a4c6f9 new branch for motion blur and spacetime kd-trees Wenzel Jakob 2012-10-23 12:00:52 -0400
  • 3d23857765 bluenoise: avoid a division by zero issue Wenzel Jakob 2012-10-23 10:52:07 -0400
  • d57a3f907f merge Wenzel Jakob 2012-10-23 10:47:54 -0400
  • 640ae19f34 fixing 2-stage MLT, part 1 Wenzel Jakob 2012-10-23 10:47:46 -0400
  • af96e2420b a few differential geometry fixes, extended TriMesh::samplePosition() so that it also stores the UV coordinates Wenzel Jakob 2012-10-23 10:46:42 -0400
  • 4f7fda27f9 removed an unfortunate remnmant from an old debugging session Wenzel Jakob 2012-10-22 23:48:54 -0400
  • eb416b6c1c added a 'none' conductor profile which has 100% reflectance regardless of the angle of incidence Wenzel Jakob 2012-10-22 22:41:10 -0400
  • 4a86baac4e fixed manifold exploration for point light sources and cylinders (cardioid test scene works again..) Wenzel Jakob 2012-10-22 22:02:35 -0400
  • 06b0562154 new branch to implement displacements based on work by Milos. Step 1: heightfields! Wenzel Jakob 2012-10-22 19:30:47 -0400
  • f1f91c2ebd resolve files case-insensitively on Linux if a case-sensitive search did not succeed (to handle Mitsuba scenes that work perfectly fine on Windows/OSX) Wenzel Jakob 2012-10-22 18:26:55 -0400
  • 83f0109f84 minor interactive documentation tweak Wenzel Jakob 2012-10-22 00:10:09 -0400
  • 6137c21db5 minor Wenzel Jakob 2012-10-22 00:02:28 -0400
  • 3a21619eec volpath: reduced variance when dealing with index-matched medium transitions (perform luminaire and BSDF sampling connections through an arbitrary chain of ENull interactions) Wenzel Jakob 2012-10-22 00:01:52 -0400
  • dd97df1368 fixed a typo in Bitmap::tonemapReinhard that caused the batch tonemapper to choke on images with an alpha channel Wenzel Jakob 2012-10-21 02:57:01 -0400
  • 48e92bf900 added material presets by Narasimhan et al. Wenzel Jakob 2012-10-21 00:20:24 -0400
  • 6b01d20b10 TriMesh python bindings Wenzel Jakob 2012-10-20 20:34:17 -0400
  • 103379b6ba added information on accessing docstrings Wenzel Jakob 2012-10-20 19:27:10 -0400
  • 29b750659d merge Wenzel Jakob 2012-10-20 19:01:25 -0400
  • 2af90cced8 more detailed info on how to load the Python module across platforms Wenzel Jakob 2012-10-20 19:01:13 -0400
  • 5e151f3bac Added similar python plugin improvements for Windows Wenzel Jakob 2012-10-20 18:59:48 -0400
  • 5b5acdf987 Added tag v0.4.1 for changeset 7db07694ea00 Wenzel Jakob 2012-10-20 18:24:49 -0400
  • b5245c4cf6 removed a few occurrences of 'linux2' in python files Wenzel Jakob 2012-10-20 18:14:24 -0400
  • d161aa6490 futher Linux Python auto-configuration improvements Wenzel Jakob 2012-10-20 18:08:36 -0400
  • 131ae05f3e OSX-specific python plugin improvements; minor cleanups Wenzel Jakob 2012-10-20 17:59:38 -0400
  • 36d762db0a improved setpath.sh script so that it also works with ZSH on OSX Wenzel Jakob 2012-10-20 17:11:14 -0400