Wenzel Jakob
|
f0a4af5e38
|
MtsBlend: do a better job at exporting point lights
|
2010-11-11 00:48:50 +01:00 |
Wenzel Jakob
|
d573371e82
|
further work on the blender plugin
|
2010-11-10 22:40:21 +01:00 |
Wenzel Jakob
|
8d959971c5
|
minor updates to the exporter
|
2010-11-10 17:41:45 +01:00 |
Wenzel Jakob
|
0d85269e21
|
merge with the main branch
|
2010-11-10 12:21:27 +01:00 |
Wenzel Jakob
|
5a248f84cc
|
stab at a Blender plugin that piggybacks on the collada exporter (based on the Pov-Ray exporter)
|
2010-11-10 12:21:12 +01:00 |
Wenzel Jakob
|
b28750df0a
|
mtsimport: ability to override the film type
|
2010-11-10 11:32:17 +01:00 |
Wenzel Jakob
|
0368f440b5
|
merge with main branch
|
2010-11-09 23:36:58 +01:00 |
Wenzel Jakob
|
722154c586
|
build fix on fedora
|
2010-11-09 23:36:44 +01:00 |
Wenzel Jakob
|
cd80c15814
|
further generalizations
|
2010-11-09 15:48:20 +01:00 |
Wenzel Jakob
|
701af0aa4b
|
kd-tree generalizations
|
2010-11-09 15:35:27 +01:00 |
Wenzel Jakob
|
fee7a12934
|
Make the AABB class more general
|
2010-11-09 14:45:12 +01:00 |
Wenzel Jakob
|
437169e4b4
|
support scaling and translating textures
|
2010-11-05 01:03:13 +01:00 |
Wenzel Jakob
|
f87a6a78a2
|
renamed isnan function
|
2010-11-04 23:04:40 +01:00 |
Wenzel Jakob
|
cff0d96f09
|
applied Edgar's patch (#20)
|
2010-11-04 22:56:18 +01:00 |
Wenzel Jakob
|
22a8a654ad
|
collada importer bugfixes (substituting missing textures)
|
2010-11-04 02:10:30 +01:00 |
Wenzel Jakob
|
41efe48e01
|
with the fixed ray epsilon issue, sphere intersections can be switched back to single precision
|
2010-11-03 22:14:26 +01:00 |
Wenzel Jakob
|
cce9775c0d
|
one more size issue
|
2010-11-02 02:25:49 +01:00 |
Wenzel Jakob
|
fe265a7509
|
handle enormously sized output images (>2GB)
|
2010-11-02 01:59:36 +01:00 |
Wenzel Jakob
|
5869939692
|
fixed a potential epsilon issue
|
2010-11-02 01:16:56 +01:00 |
Wenzel Jakob
|
7760edbe8b
|
reverted accidental build file change
|
2010-11-02 00:50:12 +01:00 |
Wenzel Jakob
|
a969d525d2
|
correctly compute the bounding sphere
|
2010-11-02 00:46:52 +01:00 |
Wenzel Jakob
|
38378fa1d7
|
got rid of implicit caching. this turned out to be a problematic SCons feature, unfortunately
|
2010-11-01 15:53:15 -07:00 |
Wenzel Jakob
|
af27507674
|
switched object reference counting to atomics
|
2010-11-01 23:48:28 +01:00 |
Wenzel Jakob
|
44f7624f6e
|
nicer line wrap
|
2010-11-01 22:48:58 +01:00 |
Wenzel Jakob
|
8e74cea367
|
documentation updates
|
2010-11-01 22:47:54 +01:00 |
Wenzel Jakob
|
ba5a9654d9
|
documentation updates, allow to specify the configuration file
|
2010-11-01 22:33:00 +01:00 |
Wenzel Jakob
|
7036116997
|
further documentation updates
|
2010-10-31 16:20:58 +01:00 |
Wenzel Jakob
|
6433604064
|
documentation updates
|
2010-10-31 16:06:26 +01:00 |
Wenzel Jakob
|
52c25e7a04
|
merged a forgotten revision
|
2010-10-26 22:15:51 +02:00 |
Wenzel Jakob
|
c02c34581d
|
merged with main branch
|
2010-10-26 22:08:41 +02:00 |
Wenzel Jakob
|
48e6b95a90
|
coarsen hairs that are too finely tesselated
|
2010-10-26 18:11:59 +02:00 |
Wenzel Jakob
|
665e7e63f6
|
typo
|
2010-10-26 01:59:27 +02:00 |
Wenzel Jakob
|
0a611c51dd
|
bugfix for the previous patch :)
|
2010-10-25 23:44:38 +02:00 |
Wenzel Jakob
|
3fe72bb927
|
more helpful error message when finding outdated .serialized files
|
2010-10-25 23:41:16 +02:00 |
Wenzel Jakob
|
aecd28dc8d
|
bug-hunt, fixed some hair-shape related issues
|
2010-10-25 22:36:30 +02:00 |
Wenzel Jakob
|
707bb4a2ac
|
faster+more approximate micro-flake sampling
|
2010-10-25 17:18:10 +02:00 |
Wenzel Jakob
|
a8763c890d
|
clipping for hair is done
|
2010-10-25 13:30:01 +02:00 |
Wenzel Jakob
|
a3842d5e2c
|
realtime preview: render triangle approximations of analytic shapes
|
2010-10-25 09:05:30 +02:00 |
Wenzel Jakob
|
9689d85377
|
fixed a fiber file parsing bug
|
2010-10-24 17:25:29 +02:00 |
Wenzel Jakob
|
90d488d3ba
|
kd-tree visualization mode
|
2010-10-24 16:17:39 +02:00 |
Wenzel Jakob
|
0013e696f7
|
fixed some accuracy issues
|
2010-10-24 14:14:12 +02:00 |
Wenzel Jakob
|
c747d91263
|
cleanups
|
2010-10-24 00:35:14 +02:00 |
Wenzel Jakob
|
0e1534e863
|
the hair primitive works, made shadow ray intersections faster
|
2010-10-24 00:22:44 +02:00 |
Wenzel Jakob
|
589398f61a
|
hair primitive compiles again
|
2010-10-23 21:54:11 +02:00 |
Wenzel Jakob
|
aede861fb3
|
work on hair primitive
|
2010-10-22 21:42:16 +02:00 |
Wenzel Jakob
|
914b959ef9
|
windows compilation fix
|
2010-10-22 12:13:12 -07:00 |
Wenzel Jakob
|
1fe416408f
|
env map bugfix, cleanups
|
2010-10-22 19:49:47 +02:00 |
Wenzel Jakob
|
58eb27730f
|
added clipping for cylinders
|
2010-10-22 19:13:45 +02:00 |
Wenzel Jakob
|
f2387696d1
|
OSX build fixes
|
2010-10-22 12:28:38 +02:00 |
Wenzel Jakob
|
098d3a6e3f
|
cylinder clipping test is done
|
2010-10-22 12:03:48 +02:00 |