Commit Graph

1852 Commits (884136580d2130a3e57f846dd0deec93308a58de)

Author SHA1 Message Date
Wenzel Jakob 884136580d MemoryMappedFile::toString() method, cleanup of constants.h 2013-12-08 00:47:43 +01:00
Wenzel Jakob 6d1f81ceda more macros for SSE/AVX/AVX512 alignment etc 2013-12-06 12:20:02 +01:00
Wenzel Jakob 1fc3d96c8e minor reorganization of constants.h 2013-12-06 09:36:05 +01:00
Wenzel Jakob d158059502 merge 2013-12-04 16:58:10 +01:00
Wenzel Jakob 4e1188b08a port of the previous change to Linux/OSX 2013-12-04 16:57:55 +01:00
Wenzel Jakob 4f61786b71 sstream.cpp: do a better job at handling the EINTR signal in recv() and send() 2013-12-04 16:50:03 +01:00
Wenzel Jakob 0a36d14aeb added Bitmap::copyFrom method 2013-12-03 23:13:41 +01:00
Wenzel Jakob f6c379fb87 get rid of annoying warning messages on OSX 2013-12-03 22:32:18 +01:00
Wenzel Jakob 065974cd83 fix for previous renderqueue extension 2013-12-03 15:47:11 +01:00
Wenzel Jakob 6777864990 fix a cleanup-handler related issue in sstream.cpp / sched_remote.cpp 2013-12-03 15:42:40 +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 b17916e679 quench some minor warnings 2013-12-02 11:25:48 +01:00
Wenzel Jakob 15a872eae0 undoing font fix due new Qt dependencies 2013-12-02 09:44:43 +01:00
Wenzel Jakob 2331b16f54 mtsgui: added support for -a, -h, and -p command line parameters known from the 'mitsuba' executable 2013-12-01 22:38:55 +01:00
Wenzel Jakob 3d84105a47 numpy support 2013-12-01 18:22:01 +01:00
Wenzel Jakob c3d4b5a08c libpython: Timer bindings, plus a few other functions from util.h 2013-11-30 22:32:28 +01:00
Wenzel Jakob 45425b64c4 mmap.cpp: when creating a memory-mapped file on windows, only allow concurrent read access 2013-11-29 18:55:35 +01:00
Wenzel Jakob afca59d426 mmap.cpp: be more relaxed about files already existing (and potentially being used by other Mitsuba instances) -- by Michael Zeilfelder 2013-11-29 18:52:42 +01:00
Wenzel Jakob bb1da93876 Python-baed scene construction: fixed an issue reported by Sina Honari 2013-11-29 16:36:34 +01:00
Wenzel Jakob 4ccee2340a fixed typo (reported by Michael Zeilfelder) 2013-11-29 15:40:15 +01:00
Wenzel Jakob 88be826331 fixed minor issue in AreaLight::toString() 2013-11-29 15:30:07 +01:00
Wenzel Jakob 3781651694 SConscript indentation fix 2013-11-28 09:19:20 +01:00
Wenzel Jakob be8275749d some linker flag fixes 2013-11-27 15:32:48 +01:00
Wenzel Jakob a2591285d7 PyQt example: a few more refinements 2013-11-27 13:25:33 +01:00
Wenzel Jakob 73b6dc4ce2 mmap: don't throw exceptions in destructor.. 2013-11-27 12:49:03 +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 fd7400593a committing some missing parts 2013-11-26 17:48:33 +01:00
Wenzel Jakob 307e345f4d better handling of errors while evaluating C++ -> python callbacks (show a backtrace in the Mitsuba log) 2013-11-26 17:43:53 +01:00
Wenzel Jakob e1ca7a514e further cleanups 2013-11-26 15:06:56 +01:00
Wenzel Jakob 3e2516ab99 got rid of some minor warnings, Python code cleanups 2013-11-26 14:30:49 +01:00
Wenzel Jakob 6f86986307 use better coding practices in the fancy python example 2013-11-25 18:59:12 +01:00
Wenzel Jakob d63ee6c296 added a fancy PyQt example 2013-11-25 16:55:44 +01:00
Wenzel Jakob da0d5238ee get rid of minor warnings 2013-11-25 15:43:27 +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 df12c58e77 minor improvements to libpython and setpath.sh 2013-11-25 01:12:44 +01:00
Wenzel Jakob 454ad0bf54 minor fixes 2013-11-24 15:56:58 +01:00
Wenzel Jakob 43223d78d3 Python plugin improvements, cleanups 2013-11-23 14:46:35 +01:00
Wenzel Jakob 22d334ecb4 Python documentation updates 2013-11-21 11:52:29 +01:00
Wenzel Jakob 91f9cf8af9 Mitsuba+PyQt code example for the documentation 2013-11-21 10:31:51 +01:00
Wenzel Jakob f743c1a606 setpath.sh: added a feature to request a certain python plugin version 2013-11-21 09:55:59 +01:00
Wenzel Jakob c923b2ab37 added accidentally deleted brace 2013-11-21 09:50:50 +01:00
Wenzel Jakob 12531458ac fixed Thread::registerUnmanagedThread, minor cleanups 2013-11-21 01:55:59 +01:00
Wenzel Jakob 4f23557e4e libpython: native buffers for Bitmap objects 2013-11-21 01:30:35 +01:00
Wenzel Jakob 87ca4956d1 merge 2013-11-20 23:32:25 +01:00
Wenzel Jakob 0492cc81d3 Film implementations: don't write bitmap output files if destFile='' 2013-11-20 23:32:00 +01:00
Wenzel Jakob 961848cc81 PLY file compatibility improvements 2013-11-20 21:38:19 +01:00
Wenzel Jakob 0e15285403 serialized shape: assign name in a better way 2013-11-20 11:30:45 +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 fdcaaaf841 added Python 3.3 all OSX build targets 2013-11-19 13:52:04 +01:00
Wenzel Jakob 0ee249c434 support for constructing triangle meshes from within python 2013-11-18 16:46:42 +01:00