Revision a645935 by Thomas Dinges November 8, 2011, 20:56 (GMT) |
Build system fixes: * Fixed Boost libs names after upgrade to 1.47 * Remove old reference to space_sound from cmake. |
Revision 4075fd8 by Howard Trickey November 8, 2011, 20:40 (GMT) |
add clip.py and space_clip.py, needed for last merge with trunk |
Revision c9bca51 by Nathan Letwory November 8, 2011, 20:40 (GMT) |
Add compiles support for Cycles. No CUDA compiling yet, will be added later. |
Revision 33814e0 by Campbell Barton November 8, 2011, 20:27 (GMT) |
edits to cycles cmake files so cmake_consistency_check.py can parse them. |
Revision 76f7751 by Campbell Barton November 8, 2011, 19:08 (GMT) |
don't overwrite existing CMAKE_CXX_FLAGS for cycles (they may be important) |
Revision 7d7079a by Nathan Letwory November 8, 2011, 19:04 (GMT) |
Remove redundant .remove() |
Revision 2a0451d by Antonis Ryakiotakis November 8, 2011, 18:58 (GMT) |
Fix GLEW linking error on MinGW. The __imp__ prefix on glew lib linking errors should have been a good indication: the code was looking for the glew dll. Bypassed by adding GLEW_STATIC to the definitions. |
Revision 0ed2309 by Brecht Van Lommel November 8, 2011, 18:49 (GMT) |
Cycles: fix crash loading existing files, forgot to merge over this line. |
Revision 127f9e9 by Campbell Barton November 8, 2011, 18:23 (GMT) |
quiet warning |
Revision 4292fa7 by Campbell Barton November 8, 2011, 18:15 (GMT) |
stop cmake from overwriting BOOST_ROOT and OPENIMAGEIO_ROOT_DIR which the builder is supposed to be able to set. |
Revision 8cfc17c by Brecht Van Lommel November 8, 2011, 17:53 (GMT) |
Cycles Merge: * It seems we have a problem compiling the CUDA kernel at runtime on Windows, will need to investigate more how to solve this best, CPU render should go fine though. * Change OPENIMAGEIO to OPENIMAGEIO_ROOT_DIR on linux for consistency. |
Revision fb925d9 by Antonis Ryakiotakis November 8, 2011, 17:19 (GMT) |
Update MinGW to use correct lib location for boost |
Revision 24aebc4 by Brecht Van Lommel November 8, 2011, 17:00 (GMT) |
Cycles Merge Documentation: http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles Cycles is available is an extra render engine from the top header. It's not feature complete, consider this as a first preview release. Known bugs: http://wiki.blender.org/index.php/Dev:2.6/Source/Render/Cycles/KnownIssues Building currently only works with CMake, SCons support is being worked on and should be available soon. Also missing still is precompiled OpenImageIO and Boost for Linux, these will be added later in lib/linux*, if you do not have these installed on your system, Cycles will simply not be available. |
Revision 5f40c0e by Campbell Barton November 8, 2011, 16:59 (GMT) |
- operator presets now work in the 3D view as well as the file selector. to enable from python: bl_options = {'REGISTER', 'UNDO', 'PRESET'} from C: ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_PRESET; - added context member 'active_operator' - enable this for 'Add Torus' for testing. |
Revision 51ead63 by jens verwiebe November 8, 2011, 16:53 (GMT) |
Fix compile after audaspace file source.remove.. |
Revision f26d701 by Sergey Sharybin November 8, 2011, 16:24 (GMT) |
Don't compile AUD_JOSResampleReaderCoeff.cpp twice (it's included in AUD_JOSResampleReader.cpp) Patch from nico_ga, thanks! |
Revision 58f3503 by Sergey Sharybin November 8, 2011, 16:09 (GMT) |
Fix #29201: movie clip editor - right click crashes blender Just another not very smart check for "boundary" case of usecase. |
Revision bf7b3ef by Antonis Ryakiotakis November 8, 2011, 16:03 (GMT) |
*Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld. *CMakefile: Update boost and OpenImageIO libraries for MinGW like in the cycles branch |
Revision d8ecac6 by Antonis Ryakiotakis November 8, 2011, 16:02 (GMT) |
Correct syntax for static, since we invoke g++ as linker and we have to pass it to ld |
Revision c0f65b7 by Sergey Sharybin November 8, 2011, 15:12 (GMT) |
Fix #29198: Problem with text interface when you enable the International fonts Not sure why, but doing the same things as in script from FontForge UI, there's no issues described in report. Probably matter of some default settings. Hope it works now fine for everyone. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021