Wenzel Jakob
90f75a19cb
tabs -> spaces, added check-style.sh script
2017-07-29 01:07:33 +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
ce80ddcb6d
hslt: more consistent shading frame computation in various shapes
2014-11-05 21:26:02 +01:00
Wenzel Jakob
b8480a3d60
Fixes for several subtle kd-tree construction issues
...
- fixed several bugs that occasionally broke double-precision builds
- rewrote min/max binning code to make it tolerant to precision issues.
Previously, it gave up in such cases, which lead to a slow build
with the O(n log n) method.
2014-11-05 19:48:07 +01:00
Wenzel Jakob
b821dc9e33
More consistent name handling across various shape implementations (patch by Lorenzo Tessari)
2014-10-29 17:35:50 +01:00
Wenzel Jakob
08623fafdc
libpython: allow extracting the bitmap underlying an environment map
2014-09-29 22:05:06 +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
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
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
8be3692ca6
further filtering/resampling code improvements
2014-06-06 01:55:02 +02:00
Wenzel Jakob
eae7a55eac
BSDF::getFrame/BSDF::getFrameDerivative functions, Shape::adjustTime() feature
2014-06-06 01:10:15 +02:00
Wenzel Jakob
90423fa40a
mipmap.h: graceful handling of invalid texture differentials
2014-05-21 23:36:44 +02:00
Wenzel Jakob
ff4a71309b
minor
2014-05-21 22:41:07 +02:00
Wenzel Jakob
4763f7016a
deactivate heavy debugging in gkdtree
2014-04-20 18:49:48 +02:00
Wenzel Jakob
7ab0ff3533
simple render time extraction script
2014-04-14 23:54:07 +02:00
Wenzel Jakob
cf98273c7c
subtle gkdtree improvement (Eugene D'Eon reported some issues with primitive clipping in double precision builds)
2014-03-27 18:21:09 +01:00
Wenzel Jakob
c466c70738
Some mip map / OBJ file loader improvements for an issue reported by Yoran Bosman
2014-02-25 08:19:25 -08:00
Wenzel Jakob
399d7b2173
added field integrator; bugfixes
2014-02-17 15:05:17 +01:00
Wenzel Jakob
e1080ff7b8
nicer error messages with line number information while parsing XML scenes
2014-02-17 13:45:40 +01:00
Wenzel Jakob
e4a76df007
multi-channel rendering works.
2014-02-14 18:36:00 +01:00
Wenzel Jakob
ae40a783b6
added a multi-channel integrator, and better support for rendering with multi-channel images
2014-02-14 14:53:54 +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
8e5a146785
fix a Python<->Mitsuba<->Qt issue reported by Marios Papas
2014-02-04 21:05:13 +01:00
Edgar Velazquez-Armendariz
13e63e66df
Explicit downcasting to float part 2.
...
Converting double to half includes an implicit intermediate cast to float.
That cast can be explicit through template specialization.
2014-01-26 02:44:12 -05:00
Wenzel Jakob
31fc89690d
ask the user whether to stop a rendering process when accidentally dragging the mouse in an ongoing rendering session
2014-01-14 00:46:14 +01: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
a424a29602
added a new Texture::isMonochromatic function
2013-12-10 17:02:07 +01:00
Wenzel Jakob
706b2af6c1
typo fix...
2013-12-10 00:22:25 +01:00
Wenzel Jakob
23383c7ccb
fix cut and paste issue
2013-12-10 00:12:50 +01:00
Wenzel Jakob
1938d00659
libpython: bindings for the Sensor class
2013-12-10 00:09:37 +01:00
Wenzel Jakob
687b56e73d
RenderListener::workEndEvent now includes a flag on whether the work unit was finished successfully
2013-12-03 11:50:20 +01:00
Wenzel Jakob
96832ab70d
yet more refinements to the fancy PyQt integration example + necessary code adaptations
2013-11-26 22:54:26 +01:00
Wenzel Jakob
dc8d3bf782
libpython: enable rendering callbacks in python & a few minor cleanups
2013-11-25 12:44:21 +01:00
Wenzel Jakob
d0dc0d9f36
Support for quickly importing geometry directly from Blender-internal memory
2013-11-19 22:45:22 +01:00
Wenzel Jakob
0ee249c434
support for constructing triangle meshes from within python
2013-11-18 16:46:42 +01:00
Wenzel Jakob
b68a38ed9a
improved bump and normal mapping support
2013-11-15 16:47:35 +01:00
Wenzel Jakob
b308e2cfb7
removed forgotten comment
2013-11-13 17:20:13 +01:00
Wenzel Jakob
a2c6a4fc5a
get rid of a clang warning on osx
2013-11-01 00:25:03 +01:00
Wenzel Jakob
812fdf5ed2
be really paranoid when doing precision kd-tree builds -- fixes an issue reported by Michael Zeilfelder
2013-11-01 00:16:52 +01:00
Wenzel Jakob
517a30c369
height field intersection method by Ramsey et al., will revert to something simpler
2013-09-06 18:00:09 +02:00
Wenzel Jakob
11452f7c86
Functions to rasterize textures to bitmaps
2013-09-05 15:05:03 +02:00
Wenzel Jakob
cffe15776d
clarification suggested by Karoly Zsolnai
2013-08-02 17:09:06 +02:00
Wenzel Jakob
beeb88b3e3
moved around some code to facilitate rendering turntables and such from Python
2013-02-17 16:37:06 -05:00
Wenzel Jakob
abfc45d7f1
renamed an oddly-named matrix
2013-02-17 13:02:11 -05:00
Wenzel Jakob
2d44b16442
added a few more camera bindings, support for motion blur manipulation from python
2013-02-17 12:46:33 -05:00
Wenzel Jakob
c2498b84a7
added a few more python bindings
2013-02-16 15:29:15 -05:00
Wenzel Jakob
47319ea9d4
bugfix for an issue that prevented 'twosided' from working properly in some cases
2013-02-11 19:32:31 -05:00
Wenzel Jakob
38002c8450
had to dumb this down a bit so that it compiles with GCC 4.2.1/OSX
2013-01-31 01:03:40 -05:00