Commit Graph

632 Commits (c5669acde332b105245dd797d01a9280e92c953c)

Author SHA1 Message Date
Wenzel Jakob f2f4f94bdf changed dimension functions to constants to fix compilation on windows 2010-11-13 02:14:22 +01:00
Wenzel Jakob e1fb65b170 checkerboard bugfix 2010-11-13 01:53:52 +01:00
Wenzel Jakob fd68671dbc MtsBlend: support for textures and materials 2010-11-13 01:40:31 +01:00
Wenzel Jakob 81982c8932 MtsBlend: refresh feature 2010-11-12 15:43:07 +01:00
Wenzel Jakob a5b07f06ab matrices and linear transformations are now stored on the stack 2010-11-12 15:09:37 +01:00
Wenzel Jakob bd69a0fb0b added a basic quaternion data structure 2010-11-12 14:16:47 +01:00
Wenzel Jakob 37d06c5623 instancing works 2010-11-12 11:03:43 +01:00
Wenzel Jakob 57d13dfe7b partial support for geometry instancing 2010-11-12 03:15:32 +01:00
Wenzel Jakob 4c5b2a6942 MtsBlend: missing files (lamp control panel + properties) 2010-11-12 02:05:24 +01:00
Wenzel Jakob 2ca4bb3f8a COLLADA importer: segfault bugfix 2010-11-12 02:04:36 +01:00
Wenzel Jakob 90c7fd0b34 COLLADA importer: handle self-intersecting polygons 2010-11-12 01:53:52 +01:00
Wenzel Jakob 846b314676 MtsBlend: support all light source types 2010-11-12 00:56:19 +01:00
Wenzel Jakob 2a53d3240f changed the way that luminaire importance sampling works -- now, a sampling weight can be specified 2010-11-11 21:52:49 +01:00
Wenzel Jakob 364d9bb13f MtsBlend: better integration 2010-11-11 17:24:29 +01:00
Wenzel Jakob afdbd4540a MtsBlend: handle area light sources 2010-11-11 02:04:56 +01:00
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